body,dl,dd,h1,h2,h3,h4,h5,h6,form,p{margin:0;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;}
ul,ol,input{margin: 0;padding: 0;list-style:none;}
img{border:0;}
article, aside, dialog, footer, header, section, footer, nav, figure, menu {display: block;}
i,em{font-style: normal;}
*{box-sizing: border-box;}
body{background-color: #fff;color: #111f1c;font: 26rem/1.5 \5FAE\8F6F\96C5\9ED1,\9ED1\4F53,Arial,sans-serif,Verdana,Tahoma,Helvetica;}
a{text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,body, .index-main, .section{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex {
  display: flex;
  flex-direction: row;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}

/* .hengping{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1010;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.hengping img{
  max-width: 100%;
  max-height: 100%;
} */

/* header */
.logo{
  position: absolute;
  left: 33rem;
  top: 24rem;
  z-index: 100;
  width: 362rem;
  height: 51rem;
  background: url(../images/logo.png);
  background-size: 100% 100%;
}
.btn-login,
.btn-logout,
.login-box .logout::before{
  background-image: url(../images/btn_login_bg.png);
  background-repeat: no-repeat;
  background-size: 160rem 57rem;
}
.login-box{
  position: fixed;
  top: 22rem;
  right: 0;
  z-index: 101;
}
.login-box .logout{
  position: relative;
  min-width: 120rem;
  height: 55rem;
  padding-right: 42rem;
  background: url(../images/login_bg_repeat.png) repeat-x;
  background-size: auto 100%;
}
.login-box .logout::before{
  position: absolute;
  left: -27rem;
  top: -1rem;
  content: '';
  width: 27rem;
  height: 55rem;
}
.login-box .btn-login{
  display: block;
  width: 120rem;
  height: 55rem;
}
.login-box .btn-logout{
  position: absolute;
  right: 0;
  top: 14rem;
  z-index: 105;
  width: 36rem;
  height: 30rem;
  background-position: -127rem 0;
}
.login-box .user-name{
  height: 55rem;
  color: #fff;
  font-size: 26rem;
  text-align: center;
  line-height: 55rem;
  text-shadow: 0 2rem 2rem #658f64;
}

.btn-music{
  position: fixed;
  top: 91rem;
  right: 8rem;
  z-index: 105;
  width: 67rem;
  height: 67rem;
  background-image: url(../images/btn_music.png);
  background-repeat: no-repeat;
  background-size: 67rem 144rem;
}
.btn-music.off{
  background-position: 0 -72rem;
}
.btn-music.on{
  background-position: 0 0;
}

.index-main{
  /* position: relative; */
}
.section{
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* section1 */
.section1{
  background-image: url(../images/bg_01.jpg);
}
.section1 .entry-bg{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 750rem;
  height: 231rem;
  padding-top: 93rem;
  background: url(../images/entry_bottom.png) no-repeat;
  background-size: 100% 100%;
}
.section1 .entry-box{
  width: 640rem;
  height: 101rem;
  margin-left: 55rem;
}
.section1 .entry-box a{
  display: block;
}
.section1 .btn-lottery{
  width: 131rem;
  height: 41rem;
}
.section1 .btn-view{
  width: 321rem;
  height: 101rem;
}
.section1 .btn-rules{
  width: 130rem;
  height: 41rem;
}


/* section2 */
/* 底部按钮 */
.btn-main{
  position: absolute;
  bottom: 37rem;
  left: 219rem;
  z-index: 10;
  width: 321rem;
  height: 101rem;
  background-repeat: no-repeat;
  background-image: url(../images/btn_main.png);
  background-size: 321rem 575rem;
}
.section2{
  position: absolute;
  left: 0;
  z-index: -1;
  padding-bottom: 244rem;
  background-image: url(../images/bg_02.jpg);
}
.section2.show{
  position: relative;
  left: 0;
  z-index: 2;
}
.back-home{
  position: absolute;
  left: 0;
  top: 16rem;
  z-index: 100;
  width: 240rem;
  height: 63rem;
  padding-left: 47rem;
  padding-top: 6rem;
  background: url(../images/back_home.png) no-repeat;
  background-size: 100% 100%;
  color: #76c3a1;
  font-size: 26rem;
  line-height: 55rem;
}
.back-home.back2{
  font-size: 24rem;
}
.section2 .entry-box{
  position: absolute;
  left: 0;
  bottom: -10rem;
  z-index: 100;
  width: 750rem;
  height: 244rem;
}
.section2 .entry-box .desc{
  position: relative;
  height: 254rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section2 .entry-box .desc1{
  width: 240rem;
  background-image: url(../images/slide_judge.png);
}
.section2 .entry-box .desc2{
  width: 216rem;
  background-image: url(../images/slide_judge_2.png);
}
.section2 .entry-box .desc p{
  position: absolute;
  left: 53rem;
  top: -26rem;
  z-index: 10;
  width: 397rem;
  height: 90rem;
  background: url(../images/slide_judge_bubble.png) no-repeat;
  background-size: 100% 100%;
  line-height: 57rem;
  text-align: center;
  color: #609792;
  font-size: 22rem;
}
.section2 .btn-view{
  background-position: 0 -104rem;
}
.section2 .btn-view.checked::after{
  position: absolute;
  right: -15rem;
  top: -32rem;
  z-index: 10;
  width: 121rem;
  height: 74rem;
  background: url(../images/i_checked.png) no-repeat;
  background-size: 100% 100%;
  content: '';
}
.section2 .btn-view.unlogin{
  background-position: 0 -209rem;
}

.science-box{
  height: 100%;
}
.science-swiper{
  width: 600rem;
  height: 600rem;
  margin: 0 auto 18rem;
  overflow: unset;
}
.science-swiper .swiper-slide{
  width: 600rem;
  height: 600rem;
  padding: 55rem;
  background-image: url(../images/slide_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.5;
}
.science-swiper .swiper-slide .img-box{
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.science-swiper .swiper-slide .img{
  width: 100%;
  border-radius: 50%;
}
.science-swiper .swiper-slide .text-box{
  display: block;
  width: 100%;
}
.science-swiper .swiper-slide .text{
  display: block;
  width: 100%;
  height: 45rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.science-swiper .swiper-slide .text1{
  background-image: url(../images/slide_unactive_text_01.png);
}
.science-swiper .swiper-slide .text2{
  background-image: url(../images/slide_unactive_text_02.png);
}
.science-swiper .swiper-slide .text3{
  background-image: url(../images/slide_unactive_text_03.png);
}
.science-swiper .swiper-slide-active{
  transform: scale(1);
  opacity: 1;
}
.science-swiper .slide1.swiper-slide-active{
  background-image: url(../images/slide_unactive_01.png);
}
.science-swiper .slide2.swiper-slide-active{
  background-image: url(../images/slide_unactive_02.png);
}
.science-swiper .slide3.swiper-slide-active{
  background-image: url(../images/slide_unactive_03.png);
}
.science-swiper .slide4.swiper-slide-active{
  background-image: url(../images/slide_unactive_04.png);
}
.science-swiper .slide5.swiper-slide-active{
  background-image: url(../images/slide_unactive_05.png);
}
.science-swiper .slide6.swiper-slide-active{
  background-image: url(../images/slide_unactive_06.png);
}
.science-swiper .slide7.swiper-slide-active{
  background-image: url(../images/slide_unactive_07.png);
}
.science-swiper .slide8.swiper-slide-active{
  background-image: url(../images/slide_unactive_08.png);
}
.science-swiper .slide9.swiper-slide-active{
  background-image: url(../images/slide_unactive_09.png);
}

.science-box .tips{
  width: 478rem;
  height: 22rem;
  margin: 0 auto 18rem;
  background: url(../images/slide_tips.png) no-repeat;
  background-size: 100% 100%;
}

.pagination{
  width: 100%;
  height: 44rem;
  text-align: center;
}
.pagination .swiper-pagination-bullet{
  width: 44rem;
  height: 44rem;
  margin-left: 7rem;
  margin-right: 7rem;
  background: url(../images/btn_pagination.png) no-repeat;
  background-size: 44rem 94rem;
  opacity: 1;
  outline: none;
  border: none;
}
.pagination .swiper-pagination-bullet-active{
  background-position: 0 -46rem;
}


.slide-titles{
  width: 724rem;
  height: 130rem;
  margin: 28rem auto 0;
  background: url(../images/slide_title.png) no-repeat;
  background-size: 100% 100%;
}
.slide-titles span{
  display: block;
  width: 100%;
  height: 64rem;
  margin: 30rem auto 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.slide-titles .title1{
  background-image: url(../images/title_01.png);
}
.slide-titles .title2{
  background-image: url(../images/title_02.png);
}
.slide-titles .title3{
  background-image: url(../images/title_03.png);
}
.slide-titles .title4{
  background-image: url(../images/title_04.png);
}
.slide-titles .title5{
  background-image: url(../images/title_05.png);
}
.slide-titles .title6{
  background-image: url(../images/title_06.png);
}
.slide-titles .title7{
  background-image: url(../images/title_07.png);
}
.slide-titles .title8{
  background-image: url(../images/title_08.png);
}
.slide-titles .title9{
  background-image: url(../images/title_09.png);
}

/* section3 */
.section3, .section4{
  background-image: url(../images/bg_03.jpg);
}
.section3{
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 200;
  width: 100%;
  transition: left 0.2s;
}
.section3.show{
  left: 0;
}
.section3 .dialogue{
  position: absolute;
  bottom: 195rem;
  left: 50%;
  width: 510rem;
  height: 80rem;
  background: url(../images/dialogue_01.png) no-repeat;
  background-size: auto 100%;
  background-position: center;
  transform: translate(-50%, -50%);
}
.section3 .btn-main{
  background-position: 0 0;
}
.section3 .btn-main.completed{
  background-position: 0 -418rem;
}
.talk-swiper{
  width: 100%;
  height: 100%;
}

/* section4 */
.section4{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 201;
  width: 100%;
}
.section4 .dialogue-box{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.section4 .question{
  position: relative;
  width: 750rem;
  height: 277rem;
  padding-top: 67rem;
  background: url(../images/dialogue_bg.png) no-repeat;
  background-size: 100% 100%;
  font-size: 30rem;
}
.section4 .text{
  height: 100%;
  padding: 0 48rem;
}
.section4 .text span{
  display: block;
}
.section4 .i-drop{
  position: absolute;
  right: 19rem;
  bottom: 23rem;
  z-index: 10;
  width: 44rem;
  height: 28rem;
  background: url(../images/i_drop.png) no-repeat;
  background-size: 100% 100%;
}
.section4 .answer-box{
  height: 322rem;
  margin-top: 30rem;
}
.section4 .answers{
  margin-bottom: 22rem;
}
.section4 .answer{
  position: relative;
  height: 80rem;
  margin-bottom: 10rem;
  padding-left: 46rem;
  background: url(../images/answer_bg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 26rem;
  line-height: 80rem;
}
.section4 .answer i{
  display: inline-block;
  width: 46rem;
  height: 46rem;
  margin-right: 4rem;
  background: url(../images/number_bg.png) no-repeat;
  background-size: 46rem 158rem;
  vertical-align: -14rem;
}
.section4 .answer .i-answer2{
  background-position: 0 -50rem;
}
.section4 .answer .i-answer3{
  background-position: 0 -100rem;
}
.section4 .answer .result{
  position: absolute;
  right: -30rem;
  top: 0;
  z-index: 10;
  width: 120rem;
  height: 78rem;
}
.section4 .answer .right{
  width: 120rem;
  height: 75rem;
  margin-top: 4rem;
  margin-left: -8rem;
  transform: scale(0.7);
  background: url(../images/right.png) no-repeat;
  background-size: 100% 100%;
}
.section4 .answer .wrong{
  width: 84rem;
  height: 78rem;
  margin-top: 5rem;
  transform: scale(0.7);
  background: url(../images/wrong.png) no-repeat;
  background-size: 100% 100%;
}

/* section5 */
.section5{
  padding-top: 670rem;
  padding-bottom: 130rem;
  background-image: url(../images/bg_04.jpg);
}
.detail-swiper{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 558rem;
}
.detail-swiper .img{
  width: 100%;
}
.detail-swiper::after{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 8;
  width: 100%;
  height: 61rem;
  background: url(../images/detail_slide_bot.png) no-repeat;
  background-size: 100% 100%;
  content: '';
}
.section5 .pagination{
  position: absolute;
  top: 489rem;
  left: 0;
  z-index: 10;
}
.section5 .slide-titles{
  position: absolute;
  top: 558rem;
  left: 0;
  width: 100%;
  margin-top: 0;
  height: 100rem;
  background: url(../images/slide_title_02.png) no-repeat center bottom;
  background-size: 487rem 21rem;
}
.section5 .slide-titles span{
  margin-top: 16rem;
  transform: scale(0.75);
}
.section5 .btn-main{
  bottom: 20rem;
  background-position: 0 -313rem;
}
.section5 .mask{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.section5 .detail-box{
  height: 100%;
  margin-left: 30rem;
  margin-right: 30rem;
  font-size: 26rem;
  line-height: 58rem;
  overflow-y: scroll;
}
.section5 .detail-box p{
  padding-right: 20rem;
  padding-left: 20rem;
}
.section5 .mask{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

/* section6 */
.section6{
  z-index: 500;
  background-color: #fff;
  overflow: hidden;
}
.section6 .btn-share{
  position: absolute;
  top: 16rem;
  right: 0;
  z-index: 1001;
  width: 173rem;
  height: 63rem;
  background: url(../images/btn_share.png) no-repeat;
  background-size: 100% 100%;
}
.section6 .share-box{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section6 .share-box img{
  width: 100%;
}
.section6 .save-tips{
  position: absolute;
  left: 465rem;
  top: 145rem;
  z-index: 100;
  width: 164rem;
  height: 36rem;
  background: url(../images/save_tip.png) no-repeat;
  background-size: 100% 100%;
}
.section6 .share-image{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  min-height: 100%;
}
.section6 .share-image img{
  width: 100%;
}
.section6 .share-1{
  background-image: url(../images/share_bg_1.jpg);
}
.section6 .share-2{
  background-image: url(../images/share_bg_2.jpg);
}
.section6 .share-3{
  background-image: url(../images/share_bg_3.jpg);
}
.section6 .share-4{
  background-image: url(../images/share_bg_4.jpg);
}
.section6 .share-5{
  background-image: url(../images/share_bg_5.jpg);
}
.section6 .share-6{
  background-image: url(../images/share_bg_6.jpg);
}
.section6 .share-7{
  background-image: url(../images/share_bg_7.jpg);
}
.section6 .share-8{
  background-image: url(../images/share_bg_8.jpg);
}

.section6 .qr-code{
  position: absolute;
  bottom: 60rem;
  left: 44rem;
  z-index: 10;
  width: 215rem;
  height: 215rem;
  background: url(../images/share_qrcode.png) no-repeat;
  background-size: 100% 100%;
}
.section6 .logo{
  z-index: 10;
}
.section6 .slogan{
  position: absolute;
  bottom: 160rem;
  right: 0;
  z-index: 10;
  width: 513rem;
  height: 242rem;
  background: url(../images/share_slogan.png) no-repeat;
  background-size: 100% 100%;
}
.section6 .text{
  position: absolute;
  bottom: 55rem;
  right: 40rem;
  z-index: 10;
  font-size: 24rem;
  text-align: right;
  line-height: 40rem;
}
.section6 .text span{
  color: #3e8189;
}
.section6 .entry-box{
  position: absolute;
  bottom: 290rem;
  left: 40rem;
  z-index: 100;
}
.section6 .entry-box a{
  width: 225rem;
  height: 70rem;
  margin-bottom: 14rem;
  background-image: url(../images/share_btn_main.png);
  background-repeat: no-repeat;
  background-size: 225rem 155rem;
}
.section6 .btn-view{
  background-position: 0 -78rem;
}

/* dialog */
.dialog-box{
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0,0,0,.7);
}
.dialog-box .inner{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1001;
  font-size: 24rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  transform: translateY(-50%) translateX(-50%);
}
.dialog-box .btn-close{
  position: absolute;
  right: 7rem;
  top: 39rem;
  z-index: 1001;
  width: 54rem;
  height: 53rem;
  background: url(../images/btn_close.png) no-repeat;
  background-size: 100% 100%;
}
input::-webkit-input-placeholder{
  color:#3e8189;
}
input::-moz-placeholder{
  color:#3e8189;
}
input:-moz-placeholder{
  color:#3e8189;
}
input:-ms-input-placeholder{
  color:#3e8189;
}
.dialog-box .inner2{
  width: 698rem;
  background-image: url(../images/popup_bg.png);
  background-size: 100% 100%;
}
.dialog-box .inner2::before,
.dialog-box .inner3::before{
  content: "";
  position: absolute;
  left: 0;
  top: -60rem;
  width: 100%;
  height: 62rem;
  background: url(../images/popup_bg_top.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.dialog-box .inner2::after,
.dialog-box .inner3::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -52rem;
  width: 100%;
  height: 54rem;
  background: url(../images/popup_bg_bot.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.dialog-box .inner2 .btn-close,
.dialog-box .inner3 .btn-close{
  top: -30rem;
}
.dialog-box .hd{
  background-image: url(../images/popup_title.png);
  background-repeat: no-repeat;
  background-size: 410rem 753rem;
  text-indent: -9999rem;
}

/* result-dialog */
.dialog-box .inner3 {
    width: 615rem;
    background-image: url(../images/popup_bg.png);
    background-size: 100% 100%;
}
.result-dialog .hd{
  width: 261rem;
  height: 99rem;
  margin: 50rem auto 40rem;
  background-position: 0 -524rem;
}
.result-dialog .hd.success{
  background-position: 0 -420rem;
}
.result-dialog .bd{
  padding-bottom: 50rem;
}
.result-dialog .star{
  width: 256rem;
  height: 70rem;
  margin: 0 auto 48rem;
}
.result-dialog .star p{
  width: 71rem;
  height: 70rem;
  background: url(../images/star.png) no-repeat;
  background-size: 174rem 70rem;
}
.result-dialog .star p.wrong{
  background-position: -93rem 0;
}
.result-dialog .btn-main2{
  width: 321rem;
  height: 101rem;
  margin: 0 auto 20rem;
}
.result-dialog .btn-confirm{
  background-position: 0 -677rem;
}
.result-dialog .btn-back{
  background-position: 0 -569rem;
}

/* alert-dialog */
.alert-dialog .inner{
  width: 615rem;
  height: 580rem;
  background-image: url(../images/popup_alert.png);
}
.alert-dialog .bd{
  position: relative;
  width: 428rem;
  margin: 0 auto;
  font-size: 32rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

/* login-dialog */
.login-dialog, .alert-dialog{
  z-index: 1005;
}
.login-dialog .inner{
  width: 615rem;
  height: 707rem;
  padding-top: 196rem;
  background-image: url(../images/popup_login_bg.png);
}
.login-dialog .bd{
  position: relative;
  width: 428rem;
  margin-left: 153rem;
}
.login-dialog .input-box{
  position: relative;
  width: 428rem;
  margin-bottom: 12rem;
  padding: 10rem 40rem;
}
.input-txt{
  width: 348rem;
  height: 59rem;
  padding: 5rem 0;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  outline: none;
  color: #3e8189;
  font-size: 30rem;
  line-height: 49rem;
  font-family: '\5FAE\8F6F\96C5\9ED1';
}
.select-list{
  position: absolute;
  top: 78rem;
  left: 14rem;
  z-index: 100;
  width: 400rem;
  height: 450rem;
  padding-top: 20rem;
  border-radius: 10rem;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: scroll;
}
.user-info{
  margin-top: 15rem;
  color: #3e8189;
  line-height: 41rem;
}
.user-info p{
  height: 41rem;
}
.select-list li{
  height: 65rem;
  padding-left: 20rem;
  box-sizing: border-box;
  font-size: 26rem;
  line-height: 65rem;
}
.login-dialog .bind-tips{
  position: absolute;
  top: 16rem;
  right: 34rem;
  z-index: 20;
  width: 38rem;
  height: 45rem;
}
.tips-img{
  position: absolute;
  top: -42rem;
  left: 63rem;
  z-index: 40;
  width: 486rem;
  height: 356rem;
  background: url(../images/login_tips_img.png) no-repeat;
  background-size: 100% 100%;
}
.login-dialog .bind-btns{
  position: relative;
  width: 480rem;
  height: 72rem;
  margin: 83rem auto 0;
}
.bind-btns a{
  display: block;
  width: 225rem;
  height: 72rem;
  background-image: url(../images/btn_bind_bg.png);
  background-repeat: no-repeat;
  background-size: 222rem 225rem;
}
.bind-btns .btn-confirm{
  background-position: 0 -74rem;
}
.bind-btns .btn-confirm.confirmed{
  background-position: 0 -148rem;
}
.dialog-box .tips{
  position: absolute;
  top: -40rem;
  z-index: 10;
  width: 100%;
  color: #f00;
  line-height: 40rem;
  text-align: center;
}

/* rules-dialog */
.rules-dialog .inner{
  height: 819rem;
  background-image: url(../images/popup_bg.png);
}
.rules-dialog .hd{
  width: 246rem;
  height: 58rem;
  margin: 30rem auto 30rem;
  background-position: 0 0;
}
.rules-dialog .bd{
  width: 550rem;
  margin: 0 auto;
  font-size: 26rem;
}
.rules-dialog .bd p{
  margin-bottom: 16rem;
}

/* 获取抽奖次数 */
.task-dialog .hd{
  width: 410rem;
  height: 108rem;
  margin: 35rem auto 56rem;
  background-position: 0 -64rem;
}
.task-list{
  margin: 0 auto;
  width: 638rem;
  padding-bottom: 100rem;
}
.task-list li{
  height: 92rem;
  margin-bottom: 10rem;
  padding-left: 54rem;
  padding-right: 30rem;
  background: url(../images/task_li.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 30rem;
}
.task-list .text span{
  font-weight: bold;
}
.task-list .btn-complete{
  display: block;
  width: 152rem;
  height: 50rem;
  background: url(../images/btn_complete.png) no-repeat;
  background-size: 152rem 106rem;
}
.task-list .btn-complete.done{
  background-position: 0 -54rem;
}

/* 我的奖品 */
.prize-dialog .hd{
  width: 212rem;
  height: 54rem;
  margin: 0 auto;
  background-position: 0 -172rem;
}
.my-prizes{
  width: 616rem;
  height: 270rem;
  margin: 35rem auto 58rem;
  padding: 68rem 25rem 0;
  background: url(../images/my_prize_bg.png) no-repeat;
  background-size: 100% 100%;
}
.my-prizes li{
  width: 140rem;
  text-align: center;
}
.my-prizes li .prize{
  width: 126rem;
  height: 126rem;
  margin: 0 auto;
  background: url(../images/prize_bg.png) no-repeat;
  background-size: 100% 100%;
}
.my-prizes li .prize img{
  max-width: 75%;
  max-height: 75%;
}
.my-prizes li p{
  font-size: 22rem;
  font-weight: bold;
  line-height: 28rem;
}
.form-box{
  width: 530rem;
  height: 400rem;
  margin-left: 85rem;
  padding-top: 37rem;
  padding-left: 108rem;
  background: url(../images/adress_input_bg.png) no-repeat;
  background-size: 100% 100%;
}
.form-box .input-box{
  margin-bottom: 32rem;
}
.dialog-box .form-box .tips{
  position: static;
  padding-right: 40rem;
}
.area-box{
  width: 460rem;
  height: 204rem;
  margin-left: -35rem;
  margin-top: -25rem;
  padding: 35rem 34rem 30rem;
  background: url(../images/adress_input_bg_2.png) no-repeat;
  background-size: 100% 100%;
}
.form-box .textarea{
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  outline: none;
  border: none;
  color: #3e8189;
  font-size: 30rem;
  font-family: '\5FAE\8F6F\96C5\9ED1';
}
.btn-main2{
  display: block;
  width: 290rem;
  height: 91rem;
  background-repeat: no-repeat;
  background-image: url(../images/main_btns.png);
  background-size: 321rem 797rem;
}
.prize-dialog .btn-confirm{
  margin: 30rem auto 50rem;
  background-position: 0 -184rem;
}

/* 填写地址 */
.address-dialog .hd,
.adr-suc-dialog .hd,
.real-dialog .hd,
.virtual-dialog .hd{
  width: 250rem;
  height: 60rem;
  margin: 35rem auto 0;
  background-position: 0 -292rem;
}
.address-dialog .btn-confirm,
.adr-suc-dialog .btn-confirm,
.real-dialog .btn-confirm,
.virtual-dialog .btn-confirm{
  width: 288rem;
  height: 91rem;
  margin: 30rem auto 50rem;
  background-position: 0 -376rem;
}
/* 填写地址成功 */
.adr-suc-dialog .hd{
  width: 267rem;
  background-position: 0 -228rem;
}
.adr-suc-dialog .btn-confirm{
  background-position: 0 -280rem;
}
.adr-suc-dialog .text{
  width: 420rem;
  margin: 54rem auto;
  text-align: center;
  font-size: 30rem;
  font-weight: bold;
  line-height: 52rem;
}

/* 实物奖品 */
.real-dialog .hd,
.virtual-dialog .hd{
  background-position: 0 -356rem;
}
.real-dialog .btn-confirm{
  background-position: 0 -472rem;
}
.real-dialog .text, .real-dialog .text2,
.virtual-dialog .text, .virtual-dialog .text2{
  text-align: center;
  font-size: 40rem;
  font-weight: bold;
  line-height: 52rem;
}
.real-dialog .text2,
.virtual-dialog .text2{
  margin-top: 12rem;
  font-size: 24rem;
}
.real-dialog .img,
.virtual-dialog .img{
  height: 160rem;
  margin: 45rem auto 20rem;
  text-align: center;
}
.real-dialog .img img,
.virtual-dialog .img img{
  height: 100%;
}

/* 虚拟奖品 */
.virtual-dialog .btn-confirm{
  background-position: 0 -282rem;
}

/* 转盘抽奖 */
.lottery-dialog .inner{
  width: 750rem;
  height: 1018rem;
  background: url(../images/wheel_bg.png) no-repeat;
  background-size: 100% auto;
}
.lottery-dialog .btn-close{
  top: 45rem;
  right: 53rem;
  z-index: 1002;
  background: none;
}
.wheel{
  position: relative;
  width: 520rem;
  height: 520rem;
  margin-top: 112rem;
  margin-left: 115rem;
}
.wheel-item{
  position: absolute;
  z-index: 10;
}
.wheel-item.item1{
  top: -2rem;
  left: 257rem;
  width: 231rem;
  height: 222rem;
  background: url(../images/wheel_01.png) no-repeat;
  background-size: 100% 100%;
}
.wheel-item.item2{
  top: 127rem;
  right: 0;
  width: 190rem;
  height: 264rem;
  background: url(../images/wheel_02.png) no-repeat;
  background-size: 100% 100%;
}
.wheel-item.item3{
  bottom: 0;
  right: 32rem;
  width: 231rem;
  height: 223rem;
  background: url(../images/wheel_03.png) no-repeat;
  background-size: 100% 100%;
}
.wheel-item.item4{
  bottom: 0;
  left: 32rem;
  width: 231rem;
  height: 223rem;
  background: url(../images/wheel_04.png) no-repeat;
  background-size: 100% 100%;
}
.wheel-item.item5{
  left: 0;
  top: 127rem;
  width: 190rem;
  height: 264rem;
  background: url(../images/wheel_05.png) no-repeat;
  background-size: 100% 100%;
}
.wheel-item.item6{
  top: -1rem;
  left: 32rem;
  width: 231rem;
  height: 222rem;
  background: url(../images/wheel_06.png) no-repeat;
  background-size: 100% 100%;
}
.wheel1 .wheel-item.item1,
.wheel2 .wheel-item.item1,
.wheel3 .wheel-item.item1,
.wheel4 .wheel-item.item1{
  background-image: url(../images/wheel_01_active.png);
}
.wheel5 .wheel-item.item2,
.wheel6 .wheel-item.item2,
.wheel7 .wheel-item.item2,
.wheel8 .wheel-item.item2{
  background-image: url(../images/wheel_02_active.png);
}
.wheel9 .wheel-item.item3,
.wheel10 .wheel-item.item3,
.wheel11 .wheel-item.item3,
.wheel12 .wheel-item.item3{
  background-image: url(../images/wheel_03_active.png);
}
.wheel13 .wheel-item.item4,
.wheel14 .wheel-item.item4,
.wheel15 .wheel-item.item4,
.wheel16 .wheel-item.item4{
  background-image: url(../images/wheel_04_active.png);
}
.wheel17 .wheel-item.item5,
.wheel18 .wheel-item.item5,
.wheel19 .wheel-item.item5,
.wheel20 .wheel-item.item5{
  background-image: url(../images/wheel_05_active.png);
}
.wheel21 .wheel-item.item6,
.wheel22 .wheel-item.item6,
.wheel23 .wheel-item.item6,
.wheel24 .wheel-item.item6{
  background-image: url(../images/wheel_06_active.png);
}
.wheel .btn-start{
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  width: 152rem;
  height: 152rem;
  background: url(../images/btn_lottery_un.png) no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
.wheel .btn-start.active{
  background-image: url(../images/btn_lottery.png);
}
.wheel .btn-start .cursor{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 264rem;
  height: 264rem;
  margin-left: -132rem;
  margin-top: -132rem;
  background: url(../images/cursor.png) no-repeat;
  background-size: 100% 100%;
  /* transition: transform 4s; */
}
.wheel .btn-start .cursor1{
  transform: rotate(0deg);
}
.wheel .btn-start .cursor1{
  transform: rotate(15deg);
}
.wheel .btn-start .cursor2{
  transform: rotate(30deg);
}
.wheel .btn-start .cursor3{
  transform: rotate(45deg);
}
.wheel .btn-start .cursor4{
  transform: rotate(60deg);
}
.wheel .btn-start .cursor5{
  transform: rotate(75deg);
}
.wheel .btn-start .cursor6{
  transform: rotate(90deg);
}
.wheel .btn-start .cursor7{
  transform: rotate(105deg);
}
.wheel .btn-start .cursor8{
  transform: rotate(120deg);
}
.wheel .btn-start .cursor9{
  transform: rotate(135deg);
}
.wheel .btn-start .cursor10{
  transform: rotate(150deg);
}
.wheel .btn-start .cursor11{
  transform: rotate(165deg);
}
.wheel .btn-start .cursor12{
  transform: rotate(180deg);
}
.wheel .btn-start .cursor13{
  transform: rotate(195deg);
}
.wheel .btn-start .cursor14{
  transform: rotate(210deg);
}
.wheel .btn-start .cursor15{
  transform: rotate(225deg);
}
.wheel .btn-start .cursor16{
  transform: rotate(240deg);
}
.wheel .btn-start .cursor17{
  transform: rotate(255deg);
}
.wheel .btn-start .cursor18{
  transform: rotate(270deg);
}
.wheel .btn-start .cursor19{
  transform: rotate(285deg);
}
.wheel .btn-start .cursor20{
  transform: rotate(300deg);
}
.wheel .btn-start .cursor21{
  transform: rotate(315deg);
}
.wheel .btn-start .cursor22{
  transform: rotate(330deg);
}
.wheel .btn-start .cursor23{
  transform: rotate(345deg);
}
.wheel .btn-start .cursor24{
  transform: rotate(360deg);
}


.lottery-dialog .numbers{
  margin-top: 108rem;
  margin-bottom: 40rem;
  color: #fff;
  font-size: 30rem;
  text-align: center;
  line-height: 53rem;
}
.lottery-dialog .btn-main2{
  width: 269rem;
  height: 85rem;
  margin: 0 auto;
}
.lottery-dialog .btn-task{
  margin-top: 24rem;
  background-position: 0 -93rem;
}


@media screen and (min-width: 750px){
  @-moz-document url-prefix(){
  }
    html, body, .index-main, .section{
      height: 1334px;
      overflow: unset;
    }
    .dialog-box{
      position: absolute;
    }
  .index-main{
    overflow: hidden;
  }
  .section3, .section4{
    position: absolute;
  }
  .index-main, .header{
    position: relative;
    width: 100%;
    min-width: 750px;
    max-width: 750px;
    margin: 0 auto;
  }
  .section1 .entry-bg{
    position: absolute;
  }
  .login-box, .btn-music{
    position: absolute;
  }
  .detail-box::-webkit-scrollbar, .select-list::-webkit-scrollbar {
    width: 10px;
  }
  .detail-box::-webkit-scrollbar-track-piece {
      background-color: #acdaca;
      border-radius: 4px;
  }
  .detail-box::-webkit-scrollbar-thumb {
      background-color: #66a39a;
      border-radius: 4px;
  }
  .select-list::-webkit-scrollbar-track-piece {
      background-color: #f6f6f6;
      border-radius: 4px;
  }
  .select-list::-webkit-scrollbar-thumb {
      background-color: #d3d3d3;
      border-radius: 4px;
  }
}


