/* 指定序列字体 */
/* 队伍颜色类 */
.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;
}
.btn {
  user-select: none;
  width: 116px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  color: black;
  font-weight: bold;
  text-align: center;
  background-image: url('../image/btn-bg.png');
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.2s;
}
.btn:hover {
  transform: translate(0, 2px);
}
img {
  user-select: none;
}
#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;
  overflow: hidden;
  color: #fff;
  /* 头部 */
  /* 主体 */
  /* 页脚 */
}
#app .logo-container {
  height: 0;
  padding-bottom: calc(1100 / 1920 * 100%);
  background-image: url('../image/header.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#app .layui-container .title {
  text-align: center;
}
#app .layui-container .fn1,
#app .layui-container .fn3,
#app .layui-container .fn4,
#app .layui-container .fn5,
#app .layui-container .fn6 {
  margin-top: 70px;
}
#app .foot-container {
  margin-top: 80px;
  width: 100%;
  height: 50px;
  background-color: black;
  color: white;
  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: 1024px) {
  #app {
    background-position: center top;
    background-image: url('../image/bg-m.jpg');
    background-size: contain;
    background-repeat: repeat;
  }
}
@media (max-width: 640px) {
  #app .logo-container {
    padding-bottom: 180%;
    background-image: url('../image/banner-m.jpg');
  }
  #app .fn2 {
    margin-top: 70px;
  }
}
