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

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

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;
}

.aic {
  align-items: center;
}

.jcc {
  justify-content: center;
}

.jcs {
  justify-content: space-between;
}

.po_r {
  position: relative;
}

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

#app {
  width: 138.16rem;
  height: 100%;
  display: flex;
  align-items: center;
}
#app .content_wrap {
  width: 138.16rem;
  height: 100%;
  background: url(../img/bg1.jpg) left top no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  position: relative;
}
#app .content_wrap .msg1 {
  width: 14.93rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#app .content_wrap .msg1 .title_wrap {
  position: relative;
  padding-right: 2rem;
}
#app .content_wrap .msg1 .title_img {
  width: 8.42rem;
  height: 3.38rem;
  display: block;
  position: relative;
  z-index: 3;
}
#app .content_wrap .msg1 .title1_img {
  width: 8.26rem;
  height: 0.99rem;
  display: block;
  position: absolute;
  top: 0.28rem;
  left: 4.3rem;
  z-index: 1;
}
#app .content_wrap .msg1 .ren_img {
  width: 1.11rem;
  height: 2.26rem;
  display: block;
  position: absolute;
  top: 1.04rem;
  left: -0.75rem;
  z-index: 3;
}
#app .content_wrap .msg2 {
  margin-left: 0.2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 5;
}
#app .content_wrap .msg2 .jzbg_wrap {
  width: 15.72rem;
  height: 7.5rem;
  position: absolute;
  z-index: 1;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#app .content_wrap .msg2 .jzbg_wrap .jzbg_img {
  width: 2.3rem;
  height: 7.5rem;
  background: url(../img/jzbg.png) left top no-repeat;
  background-size: 15.72rem 100%;
}
#app .content_wrap .msg2 .jzbg_wrap .jzbg1_img {
  width: 0rem;
  height: 7.5rem;
}
#app .content_wrap .msg2 .jzbg_wrap .jzbg2_img {
  width: 2.9rem;
  height: 7.5rem;
  background: url(../img/jzbg.png) right top no-repeat;
  background-size: 15.72rem 100%;
}
#app .content_wrap .msg2 .jzbg {
  width: 15.72rem;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
#app .content_wrap .msg2 .jzbg .jzmsg_img {
  width: 100%;
  height: 100%;
  display: none;
}
#app .content_wrap .msg2 .kgr_img {
  display: none;
  width: 7.52rem;
  height: 6.01rem;
  position: absolute;
  right: -4.15rem;
  bottom: 0;
  z-index: 99;
}
#app .content_wrap .msg3 {
  position: relative;
  margin-left: 8.45rem;
  width: 84.37rem;
  height: 100%;
}
#app .content_wrap .msg3 .ren_img {
  width: 1.11rem;
  height: 2.26rem;
  display: none;
  position: absolute;
  top: 1rem;
  left: 0.11rem;
  z-index: 3;
}
#app .content_wrap .msg3 .msg3_wrap {
  height: 7.5rem;
  position: relative;
}
#app .content_wrap .msg3 .bz1_img {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
#app .content_wrap .msg3 .dian {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  background: #ffe86b;
  position: absolute;
  z-index: 1;
}
#app .content_wrap .msg3 .bz1_wrap {
  position: absolute;
  left: 0.5rem;
  top: 1.33rem;
  cursor: pointer;
}
#app .content_wrap .msg3 .bz1_wrap .bz1_img {
  width: 2.9rem;
  height: 0.64rem;
  display: block;
}
#app .content_wrap .msg3 .bz1_wrap .dian {
  left: 1.11rem;
  top: 0.64rem;
}
#app .content_wrap .msg3 .bz1_wrap .dian::after {
  content: "";
  background: url(../img/xian1.png) top left no-repeat;
  background-size: contain;
  width: 5.18rem;
  height: 2.2rem;
  position: absolute;
  left: 0.38rem;
  top: 0.22rem;
}
#app .content_wrap .msg3 .bz2_wrap {
  position: absolute;
  left: 6.56rem;
  top: 2.97rem;
}
#app .content_wrap .msg3 .bz2_wrap .bz1_img {
  width: 2.49rem;
  height: 1.3rem;
  display: block;
}
#app .content_wrap .msg3 .bz2_wrap .dian {
  left: 0.64rem;
  top: 1.01rem;
}
#app .content_wrap .msg3 .bz2_wrap .dian::after {
  content: "";
  background: url(../img/xian2.png) top left no-repeat;
  background-size: contain;
  width: 5.8rem;
  height: 1.77rem;
  position: absolute;
  left: 0.38rem;
  top: 0.18rem;
}
#app .content_wrap .msg3 .bz3_wrap {
  position: absolute;
  left: 12.6rem;
  top: 4.61rem;
}
#app .content_wrap .msg3 .bz3_wrap .bz1_img {
  width: 2.98rem;
  height: 0.92rem;
  display: block;
}
#app .content_wrap .msg3 .bz3_wrap .dian {
  left: 0.91rem;
  top: 0.89rem;
}
#app .content_wrap .msg3 .bz3_wrap .dian::after {
  content: "";
  background: url(../img/xian3.png) top left no-repeat;
  background-size: contain;
  width: 5.47rem;
  height: 1.41rem;
  position: absolute;
  left: 0.38rem;
  top: 0.12rem;
}
#app .content_wrap .msg3 .bz4_wrap {
  position: absolute;
  left: 18.38rem;
  top: 5.36rem;
}
#app .content_wrap .msg3 .bz4_wrap .bz1_img {
  width: 3.11rem;
  height: 1.14rem;
  display: block;
}
#app .content_wrap .msg3 .bz4_wrap .dian {
  left: 1.03rem;
  top: 0.98rem;
}
#app .content_wrap .msg3 .bz4_wrap .dian::after {
  content: "";
  background: url(../img/xian4.png) top left no-repeat;
  background-size: contain;
  width: 4.08rem;
  height: 2.2rem;
  position: absolute;
  left: 0.31rem;
  bottom: 0.3rem;
}
#app .content_wrap .msg3 .bz5_wrap {
  position: absolute;
  left: 22.82rem;
  top: 2.81rem;
}
#app .content_wrap .msg3 .bz5_wrap .bz1_img {
  width: 2.97rem;
  height: 1.36rem;
  display: block;
}
#app .content_wrap .msg3 .bz5_wrap .dian {
  left: 0.92rem;
  top: 1.34rem;
}
#app .content_wrap .msg3 .bz5_wrap .dian::after {
  content: "";
  background: url(../img/xian5.png) top left no-repeat;
  background-size: contain;
  width: 6.26rem;
  height: 2.91rem;
  position: absolute;
  left: 0.38rem;
  top: 0.12rem;
}
#app .content_wrap .msg3 .bz6_wrap {
  position: absolute;
  left: 29.15rem;
  top: 5.58rem;
}
#app .content_wrap .msg3 .bz6_wrap .bz1_img {
  width: 3.85rem;
  height: 1.3rem;
  display: block;
}
#app .content_wrap .msg3 .bz6_wrap .dian {
  left: 1.22rem;
  top: 0.89rem;
}
#app .content_wrap .msg3 .bz6_wrap .dian::after {
  content: "";
  background: url(../img/xian6.png) top left no-repeat;
  background-size: contain;
  width: 3.79rem;
  height: 2.53rem;
  position: absolute;
  left: 0.3rem;
  bottom: 0.3rem;
}
#app .content_wrap .msg3 .bz7_wrap {
  position: absolute;
  left: 33.9rem;
  top: 2.67rem;
}
#app .content_wrap .msg3 .bz7_wrap .bz1_img {
  width: 2.96rem;
  height: 1.02rem;
  display: block;
}
#app .content_wrap .msg3 .bz7_wrap .dian {
  left: 0.64rem;
  top: 1.03rem;
}
#app .content_wrap .msg3 .bz7_wrap .dian::after {
  content: "";
  background: url(../img/xian7.png) top left no-repeat;
  background-size: contain;
  width: 12.7rem;
  height: 4.06rem;
  position: absolute;
  left: -2.11rem;
  top: -1.59rem;
}
#app .content_wrap .msg3 .bz8_wrap {
  position: absolute;
  left: 44.31rem;
  top: 4.76rem;
}
#app .content_wrap .msg3 .bz8_wrap .bz1_img {
  width: 3.26rem;
  height: 1.37rem;
  display: block;
}
#app .content_wrap .msg3 .bz8_wrap .dian {
  left: 0.89rem;
  top: 1.29rem;
}
#app .content_wrap .msg3 .bz8_wrap .dian::after {
  content: "";
  background: url(../img/xian8.png) top left no-repeat;
  background-size: contain;
  width: 7.47rem;
  height: 2.36rem;
  position: absolute;
  left: 0.38rem;
  bottom: -0.15rem;
}
#app .content_wrap .msg3 .bz9_wrap {
  position: absolute;
  left: 52.54rem;
  top: 3rem;
}
#app .content_wrap .msg3 .bz9_wrap .bz1_img {
  width: 1.74rem;
  height: 1.37rem;
  display: block;
}
#app .content_wrap .msg3 .bz9_wrap .dian {
  left: 0.6rem;
  top: 1.36rem;
}
#app .content_wrap .msg3 .bz9_wrap .dian::after {
  content: "";
  background: url(../img/xian9.png) top left no-repeat;
  background-size: contain;
  width: 5.76rem;
  height: 2.46rem;
  position: absolute;
  left: 0.38rem;
  top: -0.07rem;
}
#app .content_wrap .msg3 .bz10_wrap {
  position: absolute;
  left: 58rem;
  top: 5.03rem;
}
#app .content_wrap .msg3 .bz10_wrap .bz1_img {
  width: 4.36rem;
  height: 1.51rem;
  display: block;
}
#app .content_wrap .msg3 .bz10_wrap .dian {
  left: 1.48rem;
  top: 1.46rem;
}
#app .content_wrap .msg3 .bz10_wrap .dian::after {
  content: "";
  background: url(../img/xian10.png) top left no-repeat;
  background-size: contain;
  width: 6.28rem;
  height: 3.41rem;
  position: absolute;
  left: 0.38rem;
  bottom: -0.32rem;
}
#app .content_wrap .msg3 .bz11_wrap {
  position: absolute;
  left: 64.96rem;
  top: 2.36rem;
}
#app .content_wrap .msg3 .bz11_wrap .bz1_img {
  width: 4.08rem;
  height: 1.07rem;
  display: block;
}
#app .content_wrap .msg3 .bz11_wrap .dian {
  left: 1.03rem;
  top: 1rem;
}
#app .content_wrap .msg3 .bz11_wrap .dian::after {
  content: "";
  background: url(../img/xian11.png) top left no-repeat;
  background-size: contain;
  width: 4.38rem;
  height: 3.71rem;
  position: absolute;
  left: 0.32rem;
  top: -1.17rem;
}
#app .content_wrap .msg3 .bz12_wrap {
  position: absolute;
  left: 69.33rem;
  top: 4.34rem;
}
#app .content_wrap .msg3 .bz12_wrap .bz1_img {
  width: 3.67rem;
  height: 1.68rem;
  display: block;
}
#app .content_wrap .msg3 .bz12_wrap .dian {
  left: 0.93rem;
  top: 1.65rem;
}
#app .content_wrap .msg3 .bz12_wrap .dian::after {
  content: "";
  background: url(../img/xian12.png) top left no-repeat;
  background-size: contain;
  width: 8.12rem;
  height: 1.78rem;
  position: absolute;
  left: 0.32rem;
  top: -0.49rem;
}
#app .content_wrap .msg3 .bz13_wrap {
  position: absolute;
  left: 78.49rem;
  top: 3.27rem;
}
#app .content_wrap .msg3 .bz13_wrap .bz1_img {
  width: 3.09rem;
  height: 2.03rem;
  display: block;
}
#app .content_wrap .msg3 .bz13_wrap .dian {
  left: 0.23rem;
  top: 2.04rem;
}
#app .content_wrap .msg4 {
  margin-left: 0.6rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#app .content_wrap .msg4 .jzbg {
  width: 13.28rem;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/end_bg.png) center center no-repeat;
  background-size: contain;
  position: relative;
}
#app .content_wrap .msg4 .jzbg .endmsg1_img {
  width: 2.48rem;
  height: 0.97rem;
  display: none;
  position: absolute;
  left: 9.5rem;
  top: 1.54rem;
}
#app .content_wrap .msg4 .jzbg .endmsg2_img {
  width: 5.76rem;
  height: 1.41rem;
  display: none;
  position: absolute;
  left: 1.85rem;
  top: 1.59rem;
}
#app .content_wrap .msg4 .jzbg .endmsg3_img {
  width: 5.51rem;
  height: 1.44rem;
  display: none;
  position: absolute;
  left: 6.38rem;
  top: 3.07rem;
}
#app .content_wrap .msg4 .jzbg .endmsg4_img {
  width: 6.78rem;
  height: 1.21rem;
  display: none;
  position: absolute;
  left: 5.59rem;
  top: 5.06rem;
}
#app .content_wrap .msg4 .jzbg .eng_btn_img {
  width: 0.59rem;
  height: 1.96rem;
  display: none;
  position: absolute;
  left: 12rem;
  top: 3.29rem;
  cursor: pointer;
}

.fixed_full {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
}
.fixed_full .center {
  width: 7.85rem;
  height: 6.91rem;
  background: url(../img/alert_bg.png) center center no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.2rem 0.16rem 0.2rem 0.3rem;
  margin-right: 0.4rem;
  position: relative;
}
.fixed_full .center .juanzhou {
  width: 100%;
  height: 100%;
  display: block;
}
.fixed_full .center .jz_wrap {
  display: block;
  position: relative;
  opacity: 1;
}
.fixed_full .center .jz_wrap .title {
  font-weight: 500;
  font-size: 0.3rem;
  color: #a50707;
  letter-spacing: 0;
  line-height: 0.46rem;
  margin: 0.1rem 0 0.2rem;
}
.fixed_full .center .jz_wrap .wz {
  font-weight: 500;
  font-size: 0.18rem;
  color: #252020;
  letter-spacing: 0;
  line-height: 0.38rem;
  height: 1.14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fixed_full .center .jz_wrap .close {
  color: #ff0000;
  font-size: 0.18rem;
  margin-left: 0.5rem;
  line-height: 0.5rem;
  cursor: pointer;
}
.fixed_full .center .btn_img {
  width: 1.24rem;
  height: 0.5rem;
  line-height: 0.5rem;
  display: block;
  background: #ff0000;
  font-size: 0.22rem;
  color: #fff;
  border-radius: 0.06rem;
  text-align: center;
  cursor: pointer;
}
.fixed_full .center .back_img {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  position: absolute;
  left: -0.16rem;
  top: -0.3rem;
  z-index: 99;
}
.fixed_full .center .kgr1_img {
  width: 1.96rem;
  height: 2.01rem;
  display: block;
  position: absolute;
  right: -1rem;
  bottom: -0.6rem;
  z-index: 99;
}

.nqiframe {
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.4);
}
.nqiframe .jindutiao_wrap {
  width: 100%;
  height: 100%;
  background: #fff;
}

.qidongye {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #c2ac83;
}
.qidongye .jindutiao_wrap {
  width: 15.1rem;
  height: 7.5rem;
  background: url(../img/loading2.jpg) center center no-repeat;
  background-size: contain;
  margin: 0 auto 0;
  padding: 3.8rem 3rem 0 0;
  border-radius: 0.03rem;
  -webkit-border-radius: 0.03rem;
  -moz-border-radius: 0.03rem;
  -ms-border-radius: 0.03rem;
  -o-border-radius: 0.03rem;
}
.qidongye .jindutiao_wrap .msg_wrap {
  width: 4rem;
  margin: 0 auto;
}
.qidongye .jindutiao_wrap .msg_wrap .ren_img {
  width: 1.11rem;
  height: 2.26rem;
  display: block;
  margin-bottom: 0.1rem;
  animation: ren_img linear 2s;
  -webkit-animation: ren_img linear 2s;
  animation-fill-mode: forwards;
}
.qidongye .jindutiao_wrap .jindutiao_subwrap {
  position: relative;
  width: 4rem;
  background: #fff;
  height: 0.06rem;
  border-radius: 0.03rem;
}
.qidongye .jindutiao_wrap .jindutiao {
  position: relative;
  z-index: 2;
  border-radius: 0.03rem;
  width: 0;
  height: 0.06rem;
  background: #660109;
  animation: jindutiao linear 2s;
  -webkit-animation: jindutiao linear 2s;
  animation-fill-mode: forwards;
}

@keyframes jindutiao {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes ren_img {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: calc(100% - 1.1rem);
  }
}
@keyframes chanzi {
  0% {
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
  }
  50% {
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
  }
  100% {
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
  }
}
.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;
}

@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);
  }
}
.chanzi {
  cursor: move;
  width: 1.56rem;
  height: 2.03rem;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  z-index: 9;
  background: url(../img/chanzi.png) center center no-repeat;
  background-size: 100%;
}
.chanzi.big {
  width: 2.96rem;
  height: 3.84rem;
}

.chanzi1 {
  position: absolute;
}

.tu {
  background: #999;
  position: absolute;
  z-index: 8;
}

.tu1 {
  left: calc(50% - 0.96rem - .4rem);
  top: calc(50% - 0.32rem );
  width: 1.92rem;
  height: 0.64rem;
  background: url(../img/tu1.png) center center no-repeat;
  background-size: 100%;
}

.tu2 {
  left: calc(50% - 0.855rem - .3rem);
  top: calc(50% - 0.32rem - .3rem);
  width: 1.71rem;
  height: 0.64rem;
  background: url(../img/tu2.png) center center no-repeat;
  background-size: 100%;
}

.tu3 {
  left: calc(50% - 0.655rem);
  top: calc(50% - 0.215rem - .4rem);
  width: 1.31rem;
  height: 0.43rem;
  background: url(../img/tu3.png) center center no-repeat;
  background-size: 100%;
}

.tu4 {
  left: calc(50% - 0.96rem + .3rem);
  top: calc(50% - 0.32rem - .3rem);
  width: 1.92rem;
  height: 0.64rem;
  background: url(../img/tu4.png) center center no-repeat;
  background-size: 100%;
}

.tu5 {
  left: calc(50% - 0.76rem + .4rem);
  top: calc(50% - 0.25rem );
  width: 1.52rem;
  height: 0.5rem;
  background: url(../img/tu5.png) center center no-repeat;
  background-size: 100%;
}

.tu6 {
  left: calc(50% - 0.76rem + .3rem);
  top: calc(50% - 0.25rem + .3rem);
  width: 1.52rem;
  height: 0.5rem;
  background: url(../img/tu6.png) center center no-repeat;
  background-size: 100%;
}

.tu7 {
  left: calc(50% - 0.96rem);
  top: calc(50% - 0.32rem + .4rem);
  width: 1.92rem;
  height: 0.64rem;
  background: url(../img/tu7.png) center center no-repeat;
  background-size: 100%;
}

.tu8 {
  left: calc(50% - 0.76rem - .3rem);
  top: calc(50% - 0.25rem + .3rem);
  width: 1.52rem;
  height: 0.5rem;
  background: url(../img/tu8.png) center center no-repeat;
  background-size: 100%;
}

.tu9 {
  left: calc(50% - 0.655rem);
  top: calc(50% - 0.215rem);
  width: 1.31rem;
  height: 0.43rem;
  background: url(../img/tu9.png) center center no-repeat;
  background-size: 100%;
}

.keng {
  width: 2.56rem;
  height: 0.98rem;
  position: absolute;
  left: calc(50% - 1.28rem);
  top: calc(50% - 0.49rem);
  background: url(../img/keng.png) center center no-repeat;
  background-size: 100% 100%;
  z-index: 6;
}

.wenwu {
  position: relative;
  z-index: 7;
}

.wenwu1 {
  width: 1.38rem;
  height: 0.93rem;
  background: url(../img/page3/bz1.png) center center no-repeat;
  background-size: 100%;
}

.wenwu2 {
  width: 1.36rem;
  height: 0.99rem;
  background: url(../img/page3/bz2.png) center center no-repeat;
  background-size: 100%;
}

.wenwu3 {
  width: 1.34rem;
  height: 0.83rem;
  background: url(../img/page3/bz3.png) center center no-repeat;
  background-size: 100%;
}

.wenwu4 {
  width: 1.17rem;
  height: 1.06rem;
  background: url(../img/page3/bz4.png) center center no-repeat;
  background-size: 100%;
}

.wenwu5 {
  width: 1.2rem;
  height: 1.13rem;
  background: url(../img/page3/bz5.png) center center no-repeat;
  background-size: 100%;
}

.zindexmax {
  z-index: 9999;
  left: calc(50% - 0.73rem) !important;
  top: calc(50% - 0.64rem) !important;
}

.fudong {
  animation: fudong linear 2s infinite;
  -webkit-animation: fudong linear 2s infinite;
}

@keyframes fudong {
  0% {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.zhanzi {
  position: absolute;
  left: calc(50% - 1.48rem);
  top: calc(50% - 1.92rem);
  animation: chanzi linear 1.5s infinite;
  -webkit-animation: chanzi linear 1.5s infinite;
  z-index: 9999;
}

@keyframes jz_wrap_play {
  0% {
    height: 4rem;
  }
  100% {
    height: 8.01rem;
  }
}
@keyframes wx_img_play {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes jz_content_img {
  0% {
    width: 1rem;
  }
  100% {
    width: 100%;
  }
}
@keyframes right_jz_img {
  0% {
    left: 0.94rem;
  }
  100% {
    left: calc(100% - 0.94rem);
  }
}
.shake_play {
  animation: shake linear 2s infinite;
  -webkit-animation: shake linear 2s infinite;
}

@keyframes shake {
  0% {
    opacity: 0.9;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  25% {
    opacity: 1;
    transform: translateY(0.1rem);
    -webkit-transform: translateY(0.1rem);
    -moz-transform: translateY(0.1rem);
    -ms-transform: translateY(0.1rem);
    -o-transform: translateY(0.1rem);
  }
  50% {
    opacity: 0.9;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  75% {
    opacity: 1;
    transform: translateY(-0.1rem);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
.openpage3_alert1 {
  animation: openpage3_alert1 linear 2s infinite reverse;
  -webkit-animation: openpage3_alert1 linear 2s infinite reverse;
}

@keyframes openpage3_alert1 {
  0% {
    transform: rotate(0);
    transform-origin: 2.08rem 0.13rem;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
  }
  50% {
    transform: rotate(-30deg);
    transform-origin: 2.08rem 0.13rem;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
  }
  100% {
    transform: rotate(0deg);
    transform-origin: 2.08rem 0.13rem;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes lashen_play {
  0% {
    transform: scaleX(1) scaleY(1);
    -webkit-transform: scaleX(1) scaleY(1);
    -moz-transform: scaleX(1) scaleY(1);
    -ms-transform: scaleX(1) scaleY(1);
    -o-transform: scaleX(1) scaleY(1);
  }
  25% {
    transform: scaleX(1.4) scaleY(1.1);
    -webkit-transform: scaleX(1.4) scaleY(1.1);
    -moz-transform: scaleX(1.4) scaleY(1.1);
    -ms-transform: scaleX(1.4) scaleY(1.1);
    -o-transform: scaleX(1.4) scaleY(1.1);
  }
  50% {
    transform: scaleX(1) scaleY(1);
    -webkit-transform: scaleX(1) scaleY(1);
    -moz-transform: scaleX(1) scaleY(1);
    -ms-transform: scaleX(1) scaleY(1);
    -o-transform: scaleX(1) scaleY(1);
  }
  75% {
    transform: scaleX(1.2) scaleY(1.05);
    -webkit-transform: scaleX(1.2) scaleY(1.05);
    -moz-transform: scaleX(1.2) scaleY(1.05);
    -ms-transform: scaleX(1.2) scaleY(1.05);
    -o-transform: scaleX(1.2) scaleY(1.05);
  }
  100% {
    transform: scaleX(1) scaleY(1);
    -webkit-transform: scaleX(1) scaleY(1);
    -moz-transform: scaleX(1) scaleY(1);
    -ms-transform: scaleX(1) scaleY(1);
    -o-transform: scaleX(1) scaleY(1);
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    -webkit-transform: translate(0px, -50px);
  }
  100% {
    -webkit-transform: translate(0px, 650px);
  }
}
@keyframes clockwiseSpin {
  0% {
    -webkit-transform: rotate(-50deg);
  }
  100% {
    -webkit-transform: rotate(50deg);
  }
}
@keyframes counterclockwiseSpinAndFlip {
  0% {
    -webkit-transform: scale(-1, 1) rotate(50deg);
  }
  100% {
    -webkit-transform: scale(-1, 1) rotate(-50deg);
  }
}
.back_img {
  width: 0.6rem;
  height: 0.6rem;
  left: 0.4rem;
  top: calc(50% - 0.2rem);
  z-index: 99;
  position: absolute;
  cursor: pointer;
}

.page1_alert1 {
  display: none;
}

.nqiframe .closenqiframe {
  left: 0.1rem;
  top: 1rem;
  width: 0.8rem;
  height: 0.8rem;
}

.shou1_img {
  width: 0.5rem;
  height: 0.6rem;
}

.shou2_img {
  width: 0.4rem;
  height: 0.6rem;
}

.tishi {
  color: #7d1414;
  font-size: 0.2rem;
  line-height: 0.36rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0.1rem;
}

.tishi1 {
  display: none;
  color: #7d1414;
  font-size: 0.2rem;
  line-height: 0.36rem;
  font-weight: 500;
  text-align: center;
  position: absolute;
  left: 0.5rem;
  z-index: 2;
  top: 0.5rem;
}