@charset "UTF-8";
html {
  font-size: 100px;
  height: 100%;
}

body {
  font-family: "微软雅黑", "Arial", "PingFang SC", "Helvetica Neue", Helvetica, sans-serif, system-ui, -apple-system, BlinkMacSystemFont;
  background: #d9f0de;
  padding: 0;
  margin: 0 auto;
  font-size: 0.32rem;
  height: 100%;
}

.cl::after {
  content: "";
  clear: both;
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #f5f5f5;
}

/*定义滚动条轨道
  内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*定义滑块
  内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

a {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  outline: none;
  text-decoration: none;
}

.flex {
  display: flex;
}

#fixed_full_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  width: 0;
  z-index: 999;
  display: block;
}

.loadingBox {
  width: 13.34rem;
  height: 7.5rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 749px) {
  .loadingBox {
    width: 13.34rem;
    width: 100vh;
    height: 7.5rem;
    position: fixed;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    transform: rotate(90deg);
    -webkit-transform-origin: 50vw 50vw;
  }
}
.music {
  position: fixed;
  right: 0.2rem;
  top: 0.8rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 9999;
  background: url(../img/stop.png) center center no-repeat;
  background-size: 100%;
}

.music.play {
  background: url(../img/play.png) center center no-repeat;
  background-size: 100%;
  animation: play linear 3s infinite;
  -webkit-animation: play linear 3s infinite;
}

.music.stop {
  animation: play linear 3s infinite;
  -webkit-animation: play linear 3s infinite;
}

@-webkit-keyframes play {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes play {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.progress-num {
  /* 创建一个水平方向的颜色渐变 */
  background: linear-gradient(#39a5b2, #40ab39);
  /* 将文本透明度设置为0，以便背景渐变可见 */
  color: transparent;
  /* 使用背景渐变来填充文本背景 */
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
  font-size: 0.64rem;
  position: fixed;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading {
  width: 100%;
  height: 7.5rem;
}

.fixed_full {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #d9f0de;
}
.fixed_full .qidongye_wrap {
  background: url("../img/beijing.jpg") center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 7.5rem;
  margin: 0 auto 0;
  position: relative;
  font-size: 0;
  overflow: hidden;
  background-size: 100% 100%;
}
.fixed_full .qidongye_wrap .logo {
  width: 6.93rem;
  height: 0.57rem;
  margin: 0.4rem 0 0 0.4rem;
}
.fixed_full .qidongye_wrap .dabiaoti {
  width: 9.19rem;
  height: 2.77rem;
  margin: 0 auto;
  display: block;
}
.fixed_full .qidongye_wrap .feiji {
  width: 3.46rem;
  height: 1.24rem;
  position: absolute;
  right: 0.7rem;
  top: 0.6rem;
}
.fixed_full .qidongye_wrap .qianyan {
  width: 5.44rem;
  height: 0.75rem;
  margin: 0 auto;
  display: block;
  margin-top: -0.2rem;
}
.fixed_full .qidongye_wrap .anniu {
  width: 2.3rem;
  height: 0.74rem;
  margin: 0 auto;
  display: block;
  margin-top: 0.2rem;
  cursor: pointer;
}

#app {
  width: 187.86rem;
  height: 100%;
  align-items: center;
  display: none;
}
#app .content_wrap {
  width: 210.27rem;
  height: 100%;
  background: url("../img/bg.jpg") left top no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#app .content_wrap .msg1 .msgi_c {
  width: 9.89rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.6rem;
  left: 2.1rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .feiji_move {
  width: 2.48rem;
  height: 1.1rem;
  position: absolute;
  top: 0.5rem;
  left: 16.5rem;
  z-index: 9999;
  display: none;
}
#app .content_wrap .msg2 .line {
  width: 174.45rem;
  height: 0.3rem;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 16.2rem;
}
#app .content_wrap .msg2 .zzico {
  width: 2.31rem;
  height: 2.12rem;
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 13.8rem;
}
#app .content_wrap .msg2 .mxzb {
  width: 9.51rem;
  height: 4.32rem;
  display: block;
  position: absolute;
  top: 3rem;
  left: 13.3rem;
}
#app .content_wrap .msg2 .hnicon {
  width: 2.27rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 22rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .mx2018flag {
  width: 6.11rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 24.9rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .mx2024flag {
  width: 6rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 31.3rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .mx2025flag {
  width: 6.49rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 37.35rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .mixuecar {
  width: 10.78rem;
  height: 2.61rem;
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 28.9rem;
  z-index: 9;
  transform: translateZ(9px);
  display: none;
}
#app .content_wrap .msg2 .mxdrink {
  width: 4.94rem;
  height: 3.76rem;
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 39.35rem;
  z-index: 9;
  transform: translateZ(9px);
  opacity: 0;
  transform: scale(0);
}
#app .content_wrap .msg2 .ztzb {
  width: 7.79rem;
  height: 3.6rem;
  display: block;
  position: absolute;
  bottom: 0.9rem;
  left: 45rem;
  z-index: 9;
}
#app .content_wrap .msg2 .zt2012flag {
  width: 5.63rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 51.5rem;
  z-index: 9;
  transform: translateZ(9px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .zt2019flag {
  width: 5.63rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 57.2rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .xiniicon {
  width: 2.27rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 63.3rem;
  z-index: 9;
  transform: translateZ(9px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .zt2025flag {
  width: 6.03rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 66.2rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .dgj {
  width: 6.56rem;
  height: 3.54rem;
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 56.6rem;
  z-index: 9;
  transform: translateZ(9px);
  opacity: 0;
}
#app .content_wrap .msg2 .jxb {
  width: 3.86rem;
  height: 3.34rem;
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 63.6rem;
  z-index: 9;
  transform: translateZ(9px);
}
#app .content_wrap .msg2 .jxb2 {
  width: 3.38rem;
  height: 2.94rem;
  display: block;
  position: absolute;
  top: 0rem;
  left: 75rem;
  z-index: 9;
  transform: translateZ(9px);
  display: none;
}
#app .content_wrap .msg2 .yutong {
  width: 8.68rem;
  height: 3.77rem;
  display: block;
  position: absolute;
  bottom: 0.65rem;
  left: 73.6rem;
  z-index: 9;
  transform: translateZ(9px);
}
#app .content_wrap .msg2 .yt2005flag {
  width: 5.87rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 81.9rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .yt2018flag {
  width: 5.87rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 87.9rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .jdicon {
  width: 2.27rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 94.5rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .yt2025flag {
  width: 5.87rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 97.3rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .zhengyi {
  width: 6.58rem;
  height: 4.2rem;
  display: block;
  position: absolute;
  top: 3rem;
  left: 104.5rem;
  z-index: 99;
  transform: translateZ(99px);
}
#app .content_wrap .msg2 .zy2017flag {
  width: 5.87rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 111.1rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .hzs {
  width: 4.28rem;
  height: 2.72rem;
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 114.6rem;
  z-index: 9;
  transform: translateZ(9px);
}
#app .content_wrap .msg2 .zy2020flag {
  width: 5.87rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 117.2rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .mgmxgicon {
  width: 2.61rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 124rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .zy2025flag {
  width: 5.87rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 126.5rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .weihua {
  width: 9.37rem;
  height: 4.48rem;
  display: block;
  position: absolute;
  top: 3rem;
  left: 133.5rem;
  z-index: 99;
  transform: translateZ(99px);
}
#app .content_wrap .msg2 .wh1999flag {
  width: 6.05rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 140rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .qzj {
  width: 3.89rem;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 144.6rem;
  z-index: 9;
  transform: translateZ(9px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .ygicon {
  width: 2.27rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 146.5rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .wh2008flag {
  width: 6.05rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 149.2rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .wh2023flag {
  width: 9.4rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 155.7rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .gc {
  width: 10.56rem;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 155.6rem;
  z-index: 9;
  transform: translateZ(9px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .ruibeika {
  width: 7.44rem;
  height: 4.48rem;
  display: block;
  position: absolute;
  top: 3rem;
  left: 167rem;
  z-index: 99;
  transform: translateZ(99px);
}
#app .content_wrap .msg2 .rbk2003flag {
  width: 6.55rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 173.5rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .nrlyicon {
  width: 2.95rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 180.6rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .jiafa {
  width: 2.46rem;
  height: 3.69rem;
  display: block;
  position: absolute;
  bottom: 0rem;
  left: 183rem;
  z-index: 9;
  transform: translateZ(9px);
  opacity: 0;
}
#app .content_wrap .msg2 .rbk2009flag {
  width: 6.55rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 184rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .rbk2025flag {
  width: 6.97rem;
  height: 0;
  display: block;
  position: absolute;
  top: 1.3rem;
  left: 190.5rem;
  z-index: 99;
  transform: translateZ(99px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .mountain {
  width: 23.84rem;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 186.5rem;
  z-index: 9;
  transform: translateZ(9px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#app .content_wrap .msg2 .end_c_box {
  width: 9.73rem;
  height: 5.7rem;
  position: absolute;
  bottom: 0;
  left: 198rem;
  z-index: 1;
  transform: translateZ(1px);
  background: url("../img/whiteborder.png") center top no-repeat;
  background-size: contain;
  opacity: 0;
}
#app .content_wrap .msg2 .endtxt {
  width: 8.14rem;
  height: 2.26rem;
  display: block;
  margin: 0.3rem 0.8rem;
}
#app .content_wrap .msg2 .endfeiji {
  width: 2.53rem;
  height: 0.9rem;
  display: block;
  position: absolute;
  bottom: 2rem;
  left: 202.3rem;
  z-index: 1;
  transform: translateZ(1px);
  display: none;
}
#app .content_wrap .msg2 .train {
  width: 7.25rem;
  height: 4.02rem;
  position: absolute;
  bottom: 0;
  left: 203rem;
  z-index: 1;
  transform: translateZ(1px);
  transform: scale(0);
}/*# sourceMappingURL=index.css.map */