/* 指定序列字体 */
/* 队伍颜色类 */
.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;
}
.main {
  width: 1280px;
  margin: 0 auto;
}
.blue-title {
  color: #B22016;
  font-weight: bold;
  font-size: 20px;
}
.pink {
  color: #B22016;
}
#app {
  height: 100%;
  background-image: url('../image/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  /* 头部 */
  /* 主体 */
  /* 页脚 */
}
#app .logo-container {
  width: 100%;
  height: calc(100vw / 1920 * 953);
  background-image: url('../image/banner.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
#app .intro-box {
  margin: calc(100vw / 1920 * 137) calc(100vw / 4) 0;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
#app .intro-box p {
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  text-shadow: 2px 2px 10px #fff;
}
#app .intro-box img {
  position: absolute;
  bottom: 0;
  left: 14%;
}
#app .intro-box-m {
  display: none;
}

#app .fn5{
  margin-top: 75px;
  margin-bottom: 310px;
}
#app .fn3{
  margin-top: 80px;
}
#app .fn6 {
  margin-top: -170px;
}
#app .foot-container {
  margin-top: 80px;
  width: 100%;
  height: 50px;
  background: #332C22;
  color: #FFF5DF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
}
@media screen and (max-width: 1280px) {
  .fn4 {
    padding-top: 14px !important;
  }
  .main {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
  #app .intro-box p {
    font-size: 16px;
  }
  .fn4-bg{
    background: none !important;
  }
  #app {
    height: 100%;
    background-image: url('../image/bg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    overflow: hidden;
    /* 头部 */
    /* 主体 */
    /* 页脚 */
  }
}
@media (max-width: 768px) {
  #app {
    height: 100%;
    background-image: url('../image/bg_h5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    /* 头部 */
    /* 主体 */
    /* 页脚 */
  }
  .blue-title {
    font-size: 16px;
  }
  #app .logo-container {
    height: calc(100vw / 1080 * 1440);
    background-image: url('../image/banner-m.jpg');
  }
  #app .title {
    display: block;
    max-width: 50%;
    margin: 20px auto;
  }
  #app .intro-box {
    display: none;
  }
  #app .intro-box-m {
    padding: 0 5%;
    display: block;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    text-indent: 22px;
  }
  #app .fn3,
  #app .fn5 {
    margin-top: 0px;
  }
  #app .foot-container {
    background: #332C22;
    margin-top: 30px;
    font-size: 13px;
 }
 .nlbutton-box {
  margin: 0 auto !important;
  margin-top: 15px !important;
}
.fn5 .blue-title-new {
  color: #000;
  font-weight: bold;
  font-size: 17px;
}
}
