/* 指定序列字体 */
/* 队伍颜色类 */
.s2 {
  color: #53b8ff;
}
.n2 {
  color: #bd9cc6;
}
.h2 {
  color: #f8a722;
}
.x {
  color: #a6ce28;
}
.g {
  color: #abca11;
}
.n3 {
  color: #f4d020;
}
.z {
  color: #ea627b;
}
.bej {
  color: #f84972;
}
.ckg {
  color: #d48613;
}
.mobile {
  display: none;
}
.pc {
  display: block;
}
#app {
  user-select: none;
  height: 100%;
  background-image: url("../image/bg.jpg");
  background-repeat: repeat;
  overflow: auto;
  /* 头部 */
  /* 主体 */
  /* 页脚 */
}
#app .logo-container {
  width: 100%;
  height: calc(100vw / 1920 * 972);
  background-image: url("../image/header.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

#app .introduce {
  text-align: center;
}

#app .introduce p {
  font-weight: bold;
  font-size: 28px;
  color: #000000;
  line-height: 42px;
  margin-top: 74px;
}

#app .goods-box,
#app .version-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#app .goods-box li,
#app .version-box li {
  margin-top: 40px;
}
#app .fn5 {
  margin-top: 80px;
}
#app .fn3 {
  margin-top: 115px;
  position: relative;
}
#app .title {
  text-align: center;
}
#app .foot-container {
  margin-top: 80px;
  width: 100%;
  height: 50px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
}
@media screen and (min-width: 1200px) {
  .layui-container {
    width: 1280px;
  }
}

@media (max-width: 1440px) {
}

@media (max-width: 1280px) {
  #app .fn1,
  #app .fn4,
  #app .fn5 {
    margin-top: 40px;
  }

  #app .goods-box li,
  #app .version-box li {
    margin-left: 0;
  }
  #app .layui-container {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .mobile {
    display: block;
    text-align: center !important;
  }
  .pc {
    display: none;
  }
  #app .fn1 {
    margin-top: 0px;
  }

  #app .introduce p {
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    color: #000000;
    line-height: 30px;
    margin-top: 38px;
    padding: 0 5%;
  }

  #app .logo-container {
    height: 375px;
    background-image: url("../image/banner_m.jpg");
  }
  #app .layui-container {
    font-size: 13px;
  }
  #app .foot-container {
    margin-top: 80px;
    width: 100%;
    height: 50px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
  }
}
@media (max-width: 640px) {
  .layer-content {
    width: 100%;
  }
}
