@charset "UTF-8";
@font-face {
  /* 给自定义字体取个名字，后面可以用这个名字引用字体 */
  font-family: 'Tomorrow';
  /* 字体文件的路径，这里假设字体文件在当前目录下 */
  src: url("../font/Tomorrow-Bold.ttf");
  /* 可选的字体样式，如 normal 或 italic */
  font-style: normal;
  /* 可选的字体粗细，如 normal 或 bold */
  font-weight: normal;
}

body {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 16px;
  background-color: #1d1d1d;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

.about-us {
  margin-top: 140px;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(180deg, rgba(29, 29, 29, 0.6) 0%, #1D1D1D 100%), url("../img/about-bg.png");
}

.about-top {
  width: 1400px;
  margin: 0 auto;
}

.nav-detail {
  padding-top: 20px;
}

.about-us-title {
  margin: 50px 0 40px;
  font-family: 'Tomorrow';
  font-size: 43px;
  color: #FFFFFF;
  text-align: center;
}

.about-abstract {
  margin: 0 auto;
  width: 880px;
  text-align: center;
  font-family: 18px;
}

.about-team {
  display: flex;
  width: 1400px;
  margin: 0 auto;
  /* margin-top: 100px; */
}

.team-left {
  width: 50%;
  padding: 80px 60px 0 0;
  /* text-align: center; */
}

.team-title {
  font-family: 'Tomorrow';
  font-size: 34px;
  margin-bottom: 60px;
}

.team-text {
  margin-bottom: 30px;
}

.team-right {
  width: 50%;
  background-image: url("../img/games.png");
  height: 580px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.milestone {
  width: 1400px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.milestone-item {
  width: 33.33%;
  margin-bottom: 100px;
  /* text-align: center; */
}

.milestone-item-title {
  font-family: 'Tomorrow';
  font-size: 70px;
}

.milestone-node {
  font-size: 18px;
  color: #FF6914;
}

.more {
  color: #FF6914;
}

.currency-and-coins {
  width: 100%;
  background: linear-gradient(180deg, #232528 0%, #1D1D1D 100%);
  background-image: url("../img/about-union.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 1100px;
}

.currency-contant {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-top: 100px;
  position: relative;
}

.currency-item {
  width: 50%;
  border-radius: 20px;
}

.currency-item-title {
  font-family: 'Tomorrow';
  font-size: 34px;
  margin-bottom: 60px;
}

.currency-item-text {
  line-height: 25px;
}

.currency-item:nth-child(1) {
  padding-right: 100px;
  padding-bottom: 150px;
  box-sizing: border-box;
}

.currency-item:nth-child(4) {
  padding-left: 100px;
  padding-top: 100px;
  box-sizing: border-box;
}

.gold-medal {
  width: 353px;
  height: 236px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -28%);
}

.gold-medal img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .nav-detail {
    width: 100vw;
    padding: 160px 15px 0;
    box-sizing: border-box;
    font-size: 12px;
  }
  @font-face {
    /* 给自定义字体取个名字，后面可以用这个名字引用字体 */
    font-family: 'Tomorrow';
    /* 字体文件的路径，这里假设字体文件在当前目录下 */
    src: url("../font/Tomorrow-Bold.ttf");
    /* 可选的字体样式，如 normal 或 italic */
    font-style: normal;
    /* 可选的字体粗细，如 normal 或 bold */
    font-weight: normal;
  }
  body {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    font-size: 16px;
    background-color: #1d1d1d;
  }
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
  }
  .about-us {
    margin-top: 160px;
    width: 100%;
    height: 215px;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(180deg, rgba(29, 29, 29, 0.6) 0%, #1D1D1D 100%), url("../img/about-bg-mb.png") no-repeat;
  }
  .about-top {
    width: 92%;
    margin: 0 auto;
  }
  .nav-detail {
    padding-top: 10px;
  }
  .about-us-title {
    margin: 20px 0 18px;
    font-family: 'Tomorrow';
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
  }
  .about-abstract {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
  }
  .about-team {
    display: flex;
    flex-direction: column;
    width: 92%;
    margin: 0 auto;
    /* margin-top: 100px; */
  }
  .team-left {
    width: 100%;
    padding: 23px 0px 0 0;
    /* text-align: center; */
  }
  .team-title {
    font-family: 'Tomorrow';
    font-size: 22px;
    margin-bottom: 20px;
  }
  .team-text {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 22px;
  }
  .team-right {
    width: 100%;
    background-image: url("../img/games.png");
    height: 329px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .team-right img {
    width: 100%;
    height: 100%;
  }
  .milestone {
    width: 92%;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .milestone-item {
    width: 50%;
    margin-bottom: 30px;
    /* text-align: center; */
  }
  .milestone-item-title {
    font-family: 'Tomorrow';
    font-size: 36px;
  }
  .milestone-node {
    font-size: 13px;
    color: #FF6914;
  }
  .more {
    color: #FF6914;
  }
  .currency-and-coins {
    width: 100%;
    background: linear-gradient(180deg, #232528 0%, #1D1D1D 100%);
    background-image: url("../img/about-union-mb.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 1460px;
  }
  .currency-contant {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    position: relative;
  }
  .currency-item {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  .currency-item img {
    width: 100%;
    height: 233px;
  }
  .currency-item:nth-of-type(2) {
    margin-top: 30px;
  }
  .currency-item:nth-of-type(3) {
    margin-top: 40px;
  }
  .currency-item-title {
    font-family: 'Tomorrow';
    font-size: 22px;
    margin-bottom: 16px;
  }
  .currency-item-text {
    line-height: 22px;
  }
  .currency-item:nth-child(1) {
    padding-right: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
  }
  .currency-item:nth-child(4) {
    padding-left: 0px;
    padding-top: 0px;
    box-sizing: border-box;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .gold-medal {
    width: 193px;
    height: 129px;
    position: absolute;
    left: 50%;
    top: 45.5%;
    transform: translate(-50%, -28%);
  }
  .gold-medal img {
    position: relative;
    z-index: 1;
  }
  .gold-medal::after {
    content: '';
    width: 103px;
    height: 103px;
    border-radius: 50%;
    background: #232528;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
