/* 指定序列字体 */
/* 队伍颜色类 */
.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;
}
.emphasize {
  color: #d6552c;
}
.gray {
  filter: grayscale(1);
}
#app {
  /* width: 100%; */
  /* min-width: 1920px; */
  height: 100%;
  /* background-image: url('../image/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; */
  background-color: #000004;
  overflow: hidden;
  color: #fff;
  /* 头部 */
  /* 主体 */
  /* 页脚 */
}
#app .logo-container {
  width: 100%;
  height: calc(100vw / 1920 * 835);
  background-image: url('../image/banner.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#app .layui-container {
  margin-top: -100px;
}
#app .fn2,
#app .fn5,
#app .fn6 {
  margin-top: 50px;
}
#app .fn3 {

}
#app .fn4 {
  
}
#app .foot-container {
  margin-top: 80px;
  width: 100%;
  height: 50px;
  background-color: #2B2C31;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
}

@media (max-width: 768px) {
  #app .title {
    text-align: center;
  }
  #app .foot-container {
    font-size: 14px;
  }
  #app .logo-container {
    height: calc(100vw / 1080 * 1600);
    background-image: url('../image/banner-m.jpg');
  }
  #app .layui-container .introduction {
    margin-top: 40px;
    font-size: 14px;
  }
  #app .layui-container .introduction p:nth-child(2) {
    margin-top: 35px;
  }
  .fn3 .music .new_1_img {
    display: none;
  }
  .fn3 .music .new_2_img {
    display: none;
  }

}
