a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block
}
body {
  line-height: 1.5;
  overflow: hidden;
}
body,html{
  height: 100%;
  overflow: hidden;
}
ol,ul {
  list-style: none
}
*{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
blockquote,q {
  quotes: none
}
blockquote:after,blockquote:before,q:after,q:before {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}

a {
  color: inherit;
  text-decoration: none
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
body{
  /*padding-top: 0.2rem;*/
}
body,html {
  min-height: 100%;
  font-family: '微软雅黑';
  background: #000000
}
html, body, div,
.earth_text p {
  line-height: 1.6
}
html{
  height: 100%;

}
body {
  font-size: .24rem;
  color: #fff;
}
.zhibo_outer
{
  height: 3.4rem;
}


.swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background: no-repeat center;
  background-image: url();
  display: none
}
.swiper-wrapper {
  z-index: 10
}

.swiper-pagination {
  position: absolute;
  left: .3rem;
  border-left: 2px solid #6286b7;
  width: 5px;
  top: 2.2rem!important;
  transform: none!important;
  -webkit-transform: none!important
}

.swiper-pagination-bullet-active {
  background: #fff!important;
  -webkit-transform: scale(1.5);
  transform: scale(1.5)
}

.swiper-pagination-bullet {
  margin: 0!important;
  margin-top: .3rem!important;
  background: #6286b7;
  opacity: 1;
  position: relative;
  left: -5px
}

.swiper-pagination .swiper-pagination-bullet:first-child {
  margin-top: 0!important
}

.up_arrow {
  display: inline-block;
  width: 0.9rem;
  height: 0.5rem;
  background:  no-repeat center;
  background-size: contain;
  background-image: url(../images/section2/arrow.png);

}

#loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}

.loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
  align-items: center;
  justify-content: center;
}
.pacman {
  position: relative; }
  .pacman > div:nth-child(2) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
            animation: pacman-balls 1s 0s infinite linear; }
  .pacman > div:nth-child(3) {
    -webkit-animation: pacman-balls 1s 0.33s infinite linear;
            animation: pacman-balls 1s 0.33s infinite linear; }
  .pacman > div:nth-child(4) {
    -webkit-animation: pacman-balls 1s 0.66s infinite linear;
            animation: pacman-balls 1s 0.66s infinite linear; }
  .pacman > div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0.99s infinite linear;
            animation: pacman-balls 1s 0.99s infinite linear; }
  .pacman > div:first-of-type {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
            animation: rotate_pacman_half_up 0.5s 0s infinite; }
  .pacman > div:nth-child(2) {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
            animation: rotate_pacman_half_down 0.5s 0s infinite;
    margin-top: -50px; }
  .pacman > div:nth-child(3), .pacman > div:nth-child(4), .pacman > div:nth-child(5), .pacman > div:nth-child(6) {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
        -ms-transform: translate(0, -6.25px);
            transform: translate(0, -6.25px);
    top: 25px;
    left: 100px; }
    @-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }

  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }

  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }

  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }

  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }

@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }

@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }

@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7; }

  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px); } }

@keyframes pacman-balls {
  75% {
    opacity: 0.7; }

  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px); } }

.tl {
  text-align: left
}

.tr {
  text-align: right
}
.center {
  text-align: center
}

.animate_inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0
}
.sound_btn {
/*  position: absolute;
  right: .3rem;
  top: .3rem;
  display: inline-block;
  width: .7rem;
  height: .7rem;
  background: url(../images/section2/music.png) no-repeat center;
  z-index: 1000;*/
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  -moz-transition: transform .3s;
  -webkit-transition: transform .3s;
  -o-transition: transform .3s
}

#henping {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000 url(../images/section2/horizonal_text.png) no-repeat center;
  background-size: 3rem auto;
  z-index: 99999999;
  display: none
}
.design
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
}
img{
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  vertical-align: top;
}
*
{
  margin-top: 0%;
  position: relative;
  z-index: 1;
}
/****/
.bg1
{
  background:#000000 url(../images/loading/bg.jpg) no-repeat top center;
  background-size: 100% auto;
}
.bg3
{
  background:#000000 url(../images/section2/bg3.jpg) no-repeat top center;
  background-size: 100% auto;
}
.bg4
{
  background:#000000 url(../images/section2/bg4.jpg) no-repeat top center;
  background-size: 100% auto;
}
.turn_on .sound_btn
{
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.turn_on .piao
{
  display: block;
}

#overlay
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  z-index: 9999;
}

.preloader {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-animation: preloader-spin 1s steps(12, end) infinite;
  animation: preloader-spin 1s steps(12, end) infinite;
}
@-webkit-keyframes preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.modal {
  width: 270px;
  position: fixed;
  z-index: 13500;
  left: 50%;
  margin-left: -135px;
  margin-top: 0;
  top: 50%;
  text-align: center;
  border-radius: 13px;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(1.185);
  transform: translate3d(0, 0, 0) scale(1.185);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  color: #000;
  display: none;
}
.modal.modal-in {
  opacity: 1;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: translate3d(0, -50%, 0) scale(1);
  transform: translate3d(0, -50%, 0) scale(1);
}
.modal.modal-out {
  opacity: 0;
  z-index: 13499;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.modal-inner {
  padding: 15px;
  border-radius: 13px 13px 0 0;
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1;
}
.modal-title
{
  font-size: 18px;
}
.modal-text
{
  font-size: 14px;
  margin-bottom: 0.1rem;
}
.modal-inner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.modal-buttons {
  height: 44px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  top: -1px;
  outline: none;
}
.modal-buttons.modal-buttons-vertical {
  display: block;
  height: auto;
}
.modal-button {
  width: 100%;
  padding: 0 5px;
  height: 44px;
  font-size: 17px;
  line-height: 44px;
  text-align: center;
  color: #007aff;
  display: block;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  background: rgba(255, 255, 255, 0.95);
}
.modal-button:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 15;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.yuan_wrapper
{
  width: 1.88rem;
  height: 1.88rem;
  display: inline-block;
}
.left_line,.right_line
{
  width: 1.15rem;
  height: 2px;
  overflow: hidden;
  line-height: 0;
  background: #48370b;
  position: relative;
  /*top: 50%;
  margin-top: -1px;*/
  display: inline-block;
  vertical-align: middle;
}
.right_line{
  margin-left: -1px;
}
.line_inner{
  width: 0%;
  height: 100%;
  background: #a57e22;
  overflow: hidden;

}
.right_line .line_inner{
  position: absolute;
  right: 0;
}
.yuan_wrapper .top_yuan
{
  width: 90%;
  height: 50%;
  /*border-radius: 50%;*/
  overflow: hidden;
  position: relative;
  position: absolute;
  right: 0;
}
.top_yuan .yuan_an,.top_yuan .yuan_liang{
  width: 1.88rem;
  height: 1.88rem;
  border-radius: 50%;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border:2px solid #bb8f26;
  position: absolute;
  right: 0;
}
.top_yuan .yuan_an{
  border:2px solid #392c09;
}
.yuan_liang_outer
{
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.canvas_div{
  display: none;
  position: absolute;
  top:1.94rem;
  left: 0;
}
.canvas_div canvas
{
  width: 100%;
}
.bottom_yuan .yuan_liang_outer
{
  position: absolute;
  left: 0;
}
.yuan_wrapper
{
  width: 1.88rem;
  height: 1.88rem;
  position: relative;
  vertical-align: middle;
  margin-left: -2px;
}
.loading_outer
{
  width: 100%;
  height: 1.88rem;
  display: block;
  text-align: center;
  margin-top: 4.8rem;
}
.success_page{
  position: fixed;;
  width: 100%;
  height: 100%;
  z-index: 20;
  transform: scale(0);
}
.yuan_wrapper .bottom_yuan
{
  width: 90%;
  height: 50%;
  /*border-radius: 50%;*/
  overflow: hidden;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 0;
}
.percent_span{
  color: #eac63e;
  font-size: 0.62rem;
  vertical-align: bottom;
  line-height: 1;
}
.percent_span .percent{
  font-size: 0.3rem;
  vertical-align: bottom;
  margin-left: 0.1rem;
  position: relative;
  top: -2px;
}
.bottom_yuan .yuan_an,.bottom_yuan .yuan_liang{
  width: 1.88rem;
  height: 1.88rem;
  border-radius: 50%;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  border:2px solid #bb8f26;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bottom_yuan .yuan_an{
  border:2px solid #392c09;
}
.qiuqiu_logo
{
  width: 2.28rem;
  margin: 0.2rem auto 0;
}
.juren_logo
{
  width: 1.54rem;
}
.altiyu_logo{
  width: 1.6rem;
}
.footer_logos{
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0.5rem;
}
.footer_logos img{
  display: inline-block;
  margin: 0 0.3rem 0;
}
.percent_span{
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -0.3rem;
}
.percent_span .num{
  margin-left: 0.2rem;
}
.sound_control
{
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.2rem;
  left: 0.2rem;
  z-index: 10;
  transform: translate(0,-1rem);
  opacity: 0;
}
.sound_btn{
  display: block;
  width: 100%;
  height:100%;
  background: url(../images/loading/music.png) no-repeat center/contain;
}
.kaiqi_btn{
  display: inline-block;
  width: 3.65rem;
  height: 0.86rem;
  background: url(../images/section2/kaiqi.png) no-repeat center/contain;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -1.825rem;
  bottom: 0.5rem;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s,-webkit-transform .1s;
  -moz-transition: transform .1s;
  -webkit-transition: transform .1s;
  -o-transition: transform .1s;
}
.yuyue_btn
{
  display: inline-block;
  width: 1.64rem;
  height: 1.64rem;
  background: url(../images/section2/yuyue.png) no-repeat center/contain;
  text-indent: -999px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -0.82rem;
  bottom: 0.5rem;
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s,-webkit-transform .1s;
  -moz-transition: transform .1s;
  -webkit-transition: transform .1s;
  -o-transition: transform .1s
}
.yuyue_btn.hover{
  transition: -webkit-transform .1s;
  transition: transform .1s;
  transition: transform .1s,-webkit-transform .1s;
  -moz-transition: transform .1s;
  -webkit-transition: transform .1s;
  -o-transition: transform .1s;
  transform: scale(1.1);
}
.kaiqi_btn{
  /*transform: translate(0,2.5rem);*/
  position: absolute;;
}
.yuyue_cover_outer{
  padding-top: 0.3rem;
  z-index: 20;
  position: relative;
  opacity: 0;
  display: none;
}
.yuyue_cover{
  background: none;
  width: 100%;
  padding: 0.2rem  0 0;
}
.yuyue_cover .title{
  width: 4rem;
  height: 0.84rem;
  position: relative;
}
.yuyue_cover_outer{
  background: rgba(0,0,0,0.8);
}
#overlay{
  background: none!important;
}
.big_zuan{
  position: absolute;
  width: 1.31rem;
  top: -0.8rem;
  left: -0.8rem;
}
.close{
  display: inline-block;
  width: 0.43rem;
  height: 0.43rem;
  background: url(../images/section2/close.jpg) no-repeat center/cover;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}
.qusetion_list{
  margin-top: -0.15rem;
}
.qusetion_list h2{
  color: #ddca9b;
  font-size: 0.22rem;
  line-height: 2.5;
  padding-left: 0.2rem;
  position: relative;
  margin-top: 0.15rem;
}
.qusetion_list h2 .smalllest_zuan{
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/section2/zuan.png) no-repeat center/100% auto;
  position: absolute;
  left: -0.1rem;
  top: 0.2rem;
}
.answer_list{
  width: 100%;
  position: relative;
  text-align: center;
}
.answer_list li{
  display: inline-block;
  width: 30%;
  text-align: center;
  vertical-align: top;
}
.answer_list li a{
  display: inline-block;
  width: 100%;
  color: #ddca9b;
  text-align: center;
  line-height: 2;
  background: #41270a;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  font-size: 0.22rem;
}
.answer_list_border li a{
  border:1px solid #58420a;
}
.answer_list li a span{
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 0.22rem;
  /*background: url(../images/section2/rmb.png) no-repeat 98% center/auto 60%;*/
}
.answer_list li a span.answer_detail{
  background: #271900;
  line-height: 1.2;
  padding: 0.1rem 0;
  font-size: 0.22rem;
}
.answer_list li a.cur{
  background: #c0973b;
}
.info_block{

  width: 5.58rem;
  position: relative;

  margin: 0 auto;
}
.input_outer{
  display: block;
  color: #9c8446;
  position: relative;
  padding-left: 0.55rem;
  margin-top:0.24rem;
}
/*.input_outer1{
  width: 55%;
  position: relative;
  left: 0.21rem;
}
.input_outer2{
  width: 30%;
  position: absolute;
  right: 0.21rem;
}*/
.input_outer input{

  width: 100%;
  color: #d1b369;
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #80631b;
  background: none;
  outline: none;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  padding: 0.1rem 0;
  text-indent:0.12rem;
  font-family: "微软雅黑";
}
.input_outer input::-webkit-input-placeholder{
  color: #ffe8af;
}
.input_outer input:focus::-webkit-input-placeholder{
  color: #271900;
}
.yuyue_cover .yuyue_btn{
  position: relative;
  bottom: auto;
  margin-top: 0.3rem;
  width: 2.88rem;
  height: 0.86rem;
  margin-left: -1.22rem;
  background: url(../images/section2/yuyuemp.png) no-repeat center/contain;
}
.yuyue_top{
  background: ;
  position: relative;
}
.share_page
{
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.7);
  top: 0;
  left: 0;
  z-index: 999;
}
.share_page img{
  position: absolute;
  right: 0;
  top: 0;
  width: 1.81rem;
}
.btn_outer2{
  width: 100%;
  bottom: 0.5rem;
  text-align: center;
  position: absolute;
  transform: translate(0,200%);
}
.btn_outer2 a{
  display: inline-block;
  width: 1.57rem;
  height: 1.57rem;
  /*margin: 0 0.8rem;*/
}
.back_btn{
  background: url(../images/section2/back_btn.png) no-repeat center/contain;
  margin-right: 0.5rem;
}
.share_btn{
  background: url(../images/section2/share_btn.png) no-repeat center/contain;
  margin-left: 0.5rem;
}
.share_success{
  width: 3.06rem;
  position: absolute;
  left: 50%;
  margin-left: -1.53rem;
  top: 2.9rem;
  border-radius: 1rem;
  transform: scale(0);
  opacity: 0;
}
.share_tip{
  width: 5rem;
  position: absolute;
  top: 5rem;
  left: 50%;
  margin-left: -2.5rem;
  color: #d1b369;
  font-size: 0.2rem;
  line-height: 1.5;
  text-align: center;
}
.hecheng_loading
{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0, 0, 0);
  color: #fff;
  text-align: center;
  top:0;
  left:0;
  z-index: 900;
  display: none;
}
.hecheng_loading_block{

}
.weui-toast {
    position: fixed;
    z-index: 5000;
    width: 7.6em;
    min-height: 7.6em;
    top: 180px;
    left: 50%;
    margin-left: -3.8em;
    background: rgba(40, 40, 40, 0.75);
    text-align: center;
    border-radius: 5px;
    color: #FFFFFF;
}
.weui-loading {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation: weuiLoading 1s steps(12, end) infinite;
    animation: weuiLoading 1s steps(12, end) infinite;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iciIgd2lkdGg9JzEyMHB4JyBoZWlnaHQ9JzEyMHB4JyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAgMTAwIj4KICAgIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIiBjbGFzcz0iYmsiPjwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjRTlFOUU5JwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoMCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICA8L3JlY3Q+CiAgICA8cmVjdCB4PSc0Ni41JyB5PSc0MCcgd2lkdGg9JzcnIGhlaWdodD0nMjAnIHJ4PSc1JyByeT0nNScgZmlsbD0nIzk4OTY5NycKICAgICAgICAgIHRyYW5zZm9ybT0ncm90YXRlKDMwIDUwIDUwKSB0cmFuc2xhdGUoMCAtMzApJz4KICAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0naW5kZWZpbml0ZScvPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyM5Qjk5OUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSg2MCA1MCA1MCkgdHJhbnNsYXRlKDAgLTMwKSc+CiAgICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9J2luZGVmaW5pdGUnLz4KICAgIDwvcmVjdD4KICAgIDxyZWN0IHg9JzQ2LjUnIHk9JzQwJyB3aWR0aD0nNycgaGVpZ2h0PScyMCcgcng9JzUnIHJ5PSc1JyBmaWxsPScjQTNBMUEyJwogICAgICAgICAgdHJhbnNmb3JtPSdyb3RhdGUoOTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNBQkE5QUEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxMjAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCMkIyQjInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxNTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNCQUI4QjknCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgxODAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDMkMwQzEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyMTAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNDQkNCQ0InCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEMkQyRDInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgyNzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNEQURBREEnCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMDAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0PgogICAgPHJlY3QgeD0nNDYuNScgeT0nNDAnIHdpZHRoPSc3JyBoZWlnaHQ9JzIwJyByeD0nNScgcnk9JzUnIGZpbGw9JyNFMkUyRTInCiAgICAgICAgICB0cmFuc2Zvcm09J3JvdGF0ZSgzMzAgNTAgNTApIHRyYW5zbGF0ZSgwIC0zMCknPgogICAgPC9yZWN0Pgo8L3N2Zz4=) no-repeat;
    background-size: 100%;
}
@-webkit-keyframes weuiLoading {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
  }
}

@keyframes weuiLoading {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
  }
}
.weui-icon_toast.weui-loading {
    margin: 30px 0 0;
    width: 38px;
    height: 38px;
    vertical-align: baseline;
}
.weui-toast__content {
    margin: 0 0 15px;
}
.arrow_outer {
  position: fixed;
  bottom: .3rem;
  z-index: 100;
  width: 100%;
  height: 0.5rem;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  text-align: center;
  z-index: 1000;
  overflow: visible;
}
.aniArrowDown {
  -webkit-animation: aniArrowDown .7s .3s ease-in alternate infinite both;
  animation: aniArrowDown .7s .3s ease-in alternate infinite both
}

@-webkit-keyframes aniArrowDown {
  0% {
    -webkit-transform: translateY(-.06rem)
  }

  100% {
    -webkit-transform: translateY(.06rem)
  }
}

.reverse {
  display: block;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transform-origin:50% 50%;
  -webkit-transform-origin:50% 50%;
  bottom: 1.6rem;
  opacity: 1;
}

.arrowhide{
  transform: translate(0,1rem);
  -webkit-transform:translate(0,1rem);
}
.map{
  width: 7.48rem;
}
.ticket_list{
  width: 6.6rem;
  margin: 0 auto;
}
.ticket_list li{
  margin-top: 0.27rem;
  position: relative;

}
.ticket_list li .checkbox{
  width: 0.38rem;
  height: 0.38rem;
  border: 1px solid #7c601a;
  border-radius: 0.2rem;
  position: absolute;
  left: 0;
  top: 0;
}
.ticket_list li.cur .checkbox span{
  display: inline-block;
  width:0.25rem;
  height: 0.25rem;
  background: #ffcc4c;
  border-radius: 50%;
  position: absolute;
  left: 0.06rem;
  top: 0.06rem;
}
.ticket_wrap{
  border-radius: 10px;
  position: relative;
  color: #d1b369;
  display: block;
  padding: 0.12rem;
  border: 1px solid #80631b;
  line-height: 1.6;
  overflow: hidden;
  font-size: 0.2rem;
  background: #000000;
}
.ticket_wrap .p1,.ticket_wrap .p3{
  font-weight: bolder;
}
.ticket_wrap .p3{
  display: inline-block;
  text-align: center;
  width: 5rem;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.2rem;
  margin-top: 0.08rem;
  margin-left: 0.1rem;
}
.gift_icon{
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  background: url(../images/section2/gift_icon.png) no-repeat center/contain;
  position: absolute;
  left: -0.1rem;
  top: -0.01rem;
}
.ticket_list li.green .p3,.ticket_list li.green .right_color
{
  background: #537d27;
  color: #fff;
}

.ticket_list li.yellow .p3,.ticket_list li.yellow .right_color
{
  background: #ffdc37;
  color: #000000;
}

.ticket_list li.oriange .p3,.ticket_list li.oriange .right_color
{
  background: #ff8a00;
  color: #000000;
}

.ticket_list li.red .p3,.ticket_list li.red .right_color
{
  background: #b5151d;
  color: #fff;
}

.right_color{
  width:0.29rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.bg2{
  /*background: url(../images/section2/bg2.jpg) no-repeat center/cover;*/
}
.pagebg {
  opacity: 1;
  /*-webkit-transform: translate3d(0, 5%, 0);
  transform: translate3d(0, 5%, 0);*/
  position: absolute;
  top: 0;
  left: 0;
}
.overlay{
  width: 100%;
  position: fixed;;
  z-index: 13000;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
  top: 0;
  left: 0;
}
.guang1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    top: 1px;
}
.wanjia_bg{
    width: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 0;
}
.yuan3{
    position: relative;
    z-index: 100;
}
.outter{
    position: relative;
}
.outter>img{
    width:100%;
    vertical-align: middle;
}
.outter .inner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.qiu_wrap{
    position: absolute;

    background: url(../images/section2/qiu_bg.png) no-repeat center/contain;
}
.qiu_wrap img{
    width: 100%;
}
.qiu1{
    width: 3.43rem;
    left: 23%;
    top: 25%;
    padding: 0.4rem 0.4rem 0.7rem 0.4rem;
}
.qiu2{
    width: 1.85rem;
    left: 2%;
    top: 13%;
    padding: 0.25rem 0.5rem 0.4rem 0.4rem;
}
.qiu3{
    width: 1.5rem;
    left:63%;
    top: 11%;
    padding: 0.4rem 0.65rem 0.78rem 0.6rem;
}
.qiu4{
    width: 1.08rem;
    left: 60%;
    top: 47%;
    padding: 0.5rem 0.5rem 0.7rem 0.6rem;
}
.qiu5{
    width: 2.4rem;
    left:-1%;
    top: 56%;
    padding: 0 0.7rem 0.8rem 0;
}
.qiu1 .p1{
    font-size: 0.36rem;
}
.qiu_wrap .p_outer{
    position: absolute;
    width: 100%;
    bottom: -0.1rem;
    left: 0;
    line-height: 1.2;
}
.qiu1 .p_outer{
    bottom: -0.0rem;
}
.qiu5 .p_outer{
    /*bottom: -0.2rem;*/
}
.jiangxin{
    width: 3.3rem;
    position: absolute;
    left: 50%;
    margin-left: -1.65rem;
    top: 17%;
}
.qiu_wrap .p1{
    color: #f5f7fc;
    text-align: center;
    vertical-align: baseline;
}
.qiu_wrap .stress{
    font-size: 0.38rem;
    color: #fcd15b;
    vertical-align: baseline;
}
.qiu_wrap .p2{
    color: #5785d7;
    text-align: center;
}
.libao_outer{
    width: 4.2rem;
    position: relative;
    margin: 0.3rem auto 0;
    font-family: "微软雅黑";
}
.libao_text{
    position: absolute;
    line-height: 1.2;

}
.libao_text .p1{
    color: #e4be4b;
    font-size: 0.28rem;
    font-weight: bold;
}
.libao_text .p2{
    color: #e4be4b;
    font-size: 0.19rem;
}
.libao_text1{
    left: 1.14rem;
    top: 0.6rem;
}
.libao_text2{
    left: 0.34rem;
    top: 2.64rem;
}
.libao_text3{
    left: 5.62rem;
    top: 2.64rem;
}
.zhiying_line{
    position: absolute;
    width: 0.8rem;
    height: 1.2rem;
    left: 48%;
    top: 77%;
}
.zhiying_line .dian{
    width: 4px;
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
    background: #dcb444;
    position: absolute;
    display: none;
}
.zhiying_line .line{
    overflow: hidden;
    background: #dcb444;
    position: absolute;
    display: none;
}
.zhiying_line .line1{
    width: 2px;
    height: 50%;
    right: 0;
    top: 0;
}
.zhiying_line .line2{
    width: 100%;
    height: 2px;
    right: 0;
    top: 50%;
    margin-top: -1px;
}
.zhiying_line .line3{
    width: 2px;
    height: 50%;
    left: 0;
    top: 50%;
    margin-top: -1px;
}
.zhiying_line .dian1{
    right: -1px;
    top: -2px;
}
.zhiying_line .dian2{
    left: -1px;
    bottom: -2px;
    margin-top: -1px;
}
.gift_list{
    position: relative;
    text-align: center;
}
.gift_list img{
    width: 3.18rem;
    display: inline-block;
}
.goupiao_btn{
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background: url(../images/section2/goupiao_btn.png) no-repeat center/contain;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
}
.scroll_outer{

}
.swiper-slide{
    overflow: hidden;
    height: 100%;
}
.swiper-slide-scroll{
  overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.page_text{
    margin-top: -0.5rem;
}
.goupiao_btn_outer{
    margin-top: 0.2rem;
}
.hdmp_btn{
    width: 3.5rem;
    height: 1.03rem;
    background: url(../images/section2/hdmp.png) no-repeat center/contain;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -1.75rem;
    top: 50%;
    margin-top: -0.6rem;
}
