@charset "UTF-8";

html,body {
  height: 100%;
  overflow: hidden;
}
.red_color{
  color: #f44445!important;
}
.green_color{
  color: #0e8d27!important;
}
.padding-top-50{
  display: inline-block;
  padding-top: 0.5rem;
}
.padding-bottom-20{
  display: inline-block;
  padding-bottom: 0.2rem;
}
.tips {
  max-height: 9999px;
  padding-top: 0.2rem;
  font-size: 0.26rem;
  color: #e68e7c;
  text-align: center;
}
.img img {
  display: block;
  width: 100%; }

.h-list{
  display: box;              /* OLD - Android 4.4- */
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.h-list .list{
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
}

.text-left{
  text-align: left!important;
}
.text-center{
  text-align: center!important;
}
.text-right{
  text-align: right!important;
}

.main_container{
  height: 100%;
}
.main_container .main_wrapper{
  height: 100%;
  background: url(../images/index_bg.jpg?dt=20180803) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.main_container .center_main{
  position: absolute;
  top: 58%;
  left: 50%;
  width: 100%;
  min-height: 8.8rem;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main_container .top_title{
  display: block;
  width: 6.21rem;
  margin: 0 auto;
}
.main_container .disc{
  position: relative;
  width: 7.3rem;
  height: 7.3rem;
  margin: 0.5rem auto 0.3rem;
  background: url(../images/drawdisc.png?dt=20180803) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.main_container .disc span{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.21rem;
  height: 3.93rem;
  background: url(../images/index_needle.png?dt=20180803) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-top: -1.965rem;
  margin-left: -1.105rem;
}

.do_draw_btn{
  text-align: center;
}
.do_draw_btn span{
  display: inline-block;
  width: 4.22rem;
  height: 0.99rem;
  background: url(../images/do_draw_btn.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.rule_btn{
  position: absolute;
  right: 0.1rem;
  bottom: 0;
  width: 1.24rem;
  height: 1.24rem;
  background: url(../images/index_rules_btn.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 1000;
}

.winning_list{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
.winning_list .box-in{
  position: relative;
  height: 0.5rem;
  overflow: hidden;
}
.winning_list .box-in ul{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.winning_list .box-in ul li{
  width: 100%;
}
.winning_list p{
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  line-height: 0.5rem;
  font-weight: normal;
}
.winning_list a img{
  width: 0.38rem;
  margin-left: 0.1rem;
  vertical-align: -0.06rem;
}


/* .pop_rules,
.pop_tips,
.pop_result,
.pop_phoneNum{
  display: none;
} */


/* pop */
/* pop style */
.pop,
.pop .pop_main{
    display: none;
}

/* pop common style */
.pop,
.pop_mask{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
}
.pop_mask{
    background: rgba(0,0,0,.7);
}
.pop_main{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 102;
}
.pop_main .pop_close{
    position: absolute;
    right: 0;
    top: 1.1rem;
    display: inline-block;
    width: 0.42rem;
    height: 1.12rem;
    background-image: url(../images/close_pop_btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 120;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}
.pop_main p.tips{
  font-size: 0.22rem;
  color: #9b9b9b;
  text-align: left;
}
#pop .pop_main_active{
    display: block;
}
.btn_same_style{
  display: inline-block;
  padding: 0 0.5rem;
  height: 0.74rem;
  line-height: 0.74rem;
  border-radius: 3rem;
  font-size: 0.32rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.02rem;
  background-color: #fdad14;
  margin: 0 0.12rem;
}

.pop_rules .pop_rules_main{
  position: relative;
  width: 5.17rem;
  height: 7.61rem;
  background: url(../images/rules_pop_bg.png?dt=20180803) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.pop_rules .pop_rules_txt{
    padding: 3rem 0.4rem 0.4rem 0.7rem;
    border-radius: 0.3rem;
    overflow-y: auto; 
    -webkit-overflow-scrolling: touch;
}
.pop_rules .ruleContent{
  padding-top: 0.5rem;
  padding-bottom: 1.8rem;
  height: 4.2rem;
  overflow-y: auto;
  padding: 0;
}
.pop_rules .ruleContent h4{
  font-size: 0.26rem;
  text-align: left;
  color: #745c0f;
  margin-bottom: 0.05rem;
}
.pop_rules .ruleContent p{
  font-size: 0.28rem;
  color: #875430;
  margin-bottom: 0.25rem;
}

/* pop_phoneNum */
.pop_phoneNum .pop_close{
  top: 1.7rem;
}
.pop_phoneNum .pop_phoneNum_main{
  position: relative;
  width: 6.54rem;
  height: 7.60rem;
  background: url(../images/phoneNum_pop_bg.png?dt=20180803) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.pop_phoneNum .pop_phoneNum_txt{
    padding: 3.8rem 0.4rem 0.2rem;
    box-sizing: border-box;
    text-align: center;
}
.pop_phoneNum .pop_phoneNum_txt .phoneNum_title{
  font-size: 0.38rem;
  color: #d11d0f;
}
.pop_phoneNum .pop_phoneNum_txt .pop_txt_wrap{
    margin-top: 0.2rem;
}
.pop_phoneNum .pop_phoneNum_txt label{
    display: block;
    text-align: center;
}
.pop_phoneNum .pop_phoneNum_txt #myNumber{
    display: inline-block;
    width: 5rem;
    height: 0.34rem;
    line-height: 0.34rem;
    font-size: 0.3rem;
    border-radius: 0.12rem;
    font-family: 'Microsoft YaHei';
    background-color: #fff;
    color: #666666;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0.2rem;
    border: 1px solid #dedede;
    text-align: center;
    -webkit-appearance: none;
}
.pop_phoneNum .pop_phoneNum_txt .phoneNumErrorTips{
  padding-top: 0.1rem;
  font-size: 0.24rem;
  color: #f44445;
  text-align: center;
}
.pop_phoneNum .pop_phoneNum_txt .v_hidden{
  visibility: hidden;
}
.pop_phoneNum .pop_phoneNum_btn{
    text-align: center;
    margin-top: 0.4rem;
}
.pop_phoneNum .pop_phoneNum_btn span{
    display: inline-block;
    display: inline-block;
    padding: 0.15rem 0.8rem;
    color: #fff;
    font-size: 0.32rem;
    background: -webkit-linear-gradient(90deg, #b68a49, #d9b583);
    background: -o-linear-gradient(90deg, #b68a49, #d9b583);
    background: -moz-linear-gradient(90deg, #b68a49, #d9b583);
    background: linear-gradient(90deg, #b68a49, #d9b583);
    border-radius: 0.8rem;
}

/* pop_result */
.pop_result .pop_close{
  top: 1.7rem;
}
.pop_result .pop_result_main{
  position: relative;
  width: 6.54rem;
  height: 7.60rem;
  background: url(../images/result_pop_bg.png?dt=20180803) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  border-radius: 0.3rem;
}
.pop_result .result_main_wrap{
  padding-top: 3.4rem;
}
.pop_result .txt1{
  font-size: 0.48rem;
  color: #333333;
  text-align: center;
}
.pop_result .txt2{
  font-size: 0.36rem;
  color: #333333;
  text-align: center;
}
.pop_result .txt3{
  font-size: 0.3rem;
  color: #bf0101;
  text-align: center;
  margin-bottom: 0.2rem;
}
.pop_result .txt3 span{
  font-size: 0.6rem;
  color: #bf0101;
}
.pop_result .txt4{
  font-size: 0.22rem;
  color: #333333;
  padding: 0 0.2rem;
  text-align: center;
}
.pop_result .bottom_btn{
  text-align: center;
  padding-top: 0.5rem;
}
.pop_result .bottom_btn a{
  display: inline-block;
  padding: 0.15rem 0.8rem;
  color: #fff;
  font-size: 0.32rem;
  background: -webkit-linear-gradient(90deg, #b68a49, #d9b583);
  background: -o-linear-gradient(90deg, #b68a49, #d9b583);
  background: -moz-linear-gradient(90deg, #b68a49, #d9b583);
  background: linear-gradient(90deg, #b68a49, #d9b583);
  border-radius: 0.8rem;
}

/* pop_got_award */
.pop_got_award .pop_close{
  top: 1.7rem;
}
.pop_got_award .got_award_main{
  position: relative;
  width: 6.54rem;
  height: 7.60rem;
  background: url(../images/result_pop_bg.png?dt=20180803) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  border-radius: 0.3rem;
}
.pop_got_award .got_award_wrap{
  padding-top: 3.4rem;
}
.pop_got_award .txt1{
  font-size: 0.48rem;
  color: #333333;
  margin-bottom: 0.2rem;
  text-align: center;
  margin-top: 0.3rem;
}
.pop_got_award .txt2{
  font-size: 0.30rem;
  color: #333333;
  text-align: center;
}
.pop_got_award .bottom_btn{
  text-align: center;
  padding-top: 0.5rem;
}
.pop_got_award .bottom_btn a{
  display: inline-block;
  padding: 0.15rem 0.8rem;
  color: #fff;
  font-size: 0.32rem;
  background: -webkit-linear-gradient(90deg, #b68a49, #d9b583);
  background: -o-linear-gradient(90deg, #b68a49, #d9b583);
  background: -moz-linear-gradient(90deg, #b68a49, #d9b583);
  background: linear-gradient(90deg, #b68a49, #d9b583);
  border-radius: 0.8rem;
  margin: 0 0.2rem;
}

@media (min-aspect-ratio: 7/11){
  .main_container .center_main{
    top: 56%;
  }
  .main_container .center_main{
    min-height: 5rem;
  }
  .main_container .top_title{
    width: 5rem;
  }
  .main_container .disc{
    width: 5rem;
    height: 5rem;
  }
  .main_container .disc span{
    width: 1.5rem;
    height: 2.66rem;
    margin-top: -1.33rem;
    margin-left: -0.75rem;
  }
}

/* .clear-localStorage{
  position: fixed;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1rem;
  border-radius: 0 50%;
  background-color: #dfb973;
  font-size: 0.28rem;
  color: #fff;
  line-height: 1rem;
  text-align: center;
  z-index: 1000;
} */