@charset "UTF-8";
html,body {
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}
.red_color{
  color: #f44445!important;
}
.green_color{
  color: #0e8d27!important;
}
.img img {
  display: block;
  width: 100%; }

.tips {
  max-height: 9999px;
  padding-top: 0.2rem;
  font-size: 0.26rem;
  color: #e68e7c;
  text-align: center;
}

.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;
}

.weight-normal{
  font-weight: normal!important;
}

.font-size-40{
  font-size: 0.4rem!important;
}
.font-size-44{
  font-size: 0.44rem!important;
}
.font-size-50{
  font-size: 0.5rem!important;
}
.font-size-80{
  font-size: 0.8rem!important;
}

.padding-top-bottom-20 {
  padding: 0.2rem 0!important;
}
.padding-top-bottom-50 {
  padding: 0.5rem 0!important;
}

.background-c3a941 {
  background: #c3a941!important;
}

.v_hidden{
  visibility: hidden!important;
}

.input-empty-border {
  border-color: #d6391b!important;
}

.main_container {
  height: 100%;
  background: #ffba00 url(../images/page-bg.jpg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.main_container .main_wrapper{
  min-height: 100vh;
  padding-bottom: 0.5rem;
}
.main_container .gffunds_logos{
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  width: 3.06rem;
}
.main_container .top_title{
  display: block;
  width: 3.57rem;
  margin: 0 auto;
}
.main_container .disc{
  position: relative;
  width: 6.21rem;
  height: 6.64rem;
  margin: 1.6rem auto 0.3rem;
}
.main_container .disc.inWeChat{
  background: url('../images/draw-disc-wx.png?dt=20200925T172336') no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.main_container .disc.notInWeChat{
  background: url('../images/draw-disc-app.png?dt=20200925T172336') no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.main_container .disc a{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.2rem;
  height: 2.28rem;
  background: url(../images/list_needle.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-top: -1.34rem;
  margin-left: -0.6rem;
}

.do_draw_btn{
  text-align: center;
}
.do_draw_btn a{
  display: inline-block;
  width: 3.37rem;
  height: 0.99rem;
  background: url(../images/start-btn.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.do_draw_btn .sec-tips{
  font-size: 0.26rem;
  color: #aa4000;
}

.award-record-btn{
  position: fixed;
  right: 0;
  top: 0.51rem;
  font-size: 0.26rem;
  color: #f6582f;
  background-color: #ffeecf;
  padding: 0.1rem 0.15rem 0.1rem 0.25rem;
  border-radius: 1rem 0 0 1rem;
  line-height: 1;
  border-bottom: 0.04rem solid #f6582f;
  z-index: 10;
}

.rules-list {
  padding: 0 0.35rem;
}
.rules-list h4 span {
  display: inline-block;
  font-size: 0.26rem;
  color: #aa4000;
  background-color: #ffcc51;
  padding: 0.1rem 0.16rem;
  line-height: 1;
  border-radius: 0.1rem 0.1rem 0 0;
}
.rules-list .list-text {
  background-color: #ffcc51;
  padding: 0.1rem;
  border-radius: 0 0.1rem 0.1rem 0.1rem;
}
.rules-list .list-text ul {
  background-color: #ffae00;
  padding: 0.35rem 0.2rem;
}
.rules-list .list-text ul li {
  font-size: 0.26rem;
  color: #aa4000;
  line-height: 1.6;
}

.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%;
  padding: 0!important;
  margin: 0!important;
}
.winning_list .box-in ul li{
  width: 100%;
  height: 0.5rem;
  overflow: hidden;
  line-height: 0.5rem;
}
.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 */
/* 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: 1001;
}
.pop_mask{
    background: rgba(0,0,0,.8);
}
.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: 1002;
}
.pop_main .pop_close{
    position: absolute;
    right: 0;
    top: 1.1rem;
    display: inline-block;
    width: 0.42rem;
    height: 1.12rem;
    background-image: url(../images/pop-close-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_tips */
.pop-tips .pop_close{
  background: url("../images/pop-close-btn.png") no-repeat;
  background-size: contain;
  width: 0.5rem;
  height: 0.5rem;
  top: -0.7rem;
  right: 0.06rem;
}
.pop-tips .pop-body{
  position: relative;
  width: 5.85rem;
  height: 4.01rem;
  padding: 0.5rem 0.6rem;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/rorate-result-pop-bg.png?dt=20180827T175340") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.pop-tips .pop-body .mood {
  width: 2.42rem;
}
.pop-tips .pop-body .mood h4 {
  font-size: 0.48rem;
  color: #ee2121;
}

.pop-tips .txt1{
  padding-top: 0.2rem;
  font-size: 0.3rem;
  color: #c50000;
  text-align: center;
}
.pop-tips .bottom_btn{
  text-align: center;
  padding-top: 0.5rem;
}
.pop-tips .bottom_btn a{
  display: block;
  margin: 0 auto;
  width: 4.16rem;
  height: 1.12rem;
  background: url("../images/pop-btn-bg.png") no-repeat;
  background-size: contain;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0.03rem 0.08rem #ca5115;
}

/* pop_result */
.pop_result .pop_close{
  background: url("../images/pop-close-btn.png") no-repeat;
  background-size: contain;
  width: 0.5rem;
  height: 0.5rem;
  top: -0.7rem;
  right: 0.06rem;
}
.pop_result .pop-body{
  position: relative;
  width: 5.85rem;
  height: 4.01rem;
  padding: 0.65rem 0.6rem 0;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/rorate-result-pop-bg.png?dt=20180827T175340") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.pop_result .pop-body .mood {
  width: 2.42rem;
}
.pop_result .pop-body .guess-get-credit {
  font-size: 0.3rem;
  color: #c50000;
  text-align: center;
  margin-top: 0.4rem;
}
.pop_result .pop-body .guess-get-credit span {
  font-size: 0.3rem;
  color: #fff;
  background-color: #ff5d25;
  border-radius: 0.05rem;
  box-shadow: inset 0 0 0.1rem rgba(159,78,1,0.5);
  padding: 0.06rem 0.18rem;
  font-weight: normal;
}
.pop_result .pop-body .guess-get-credit span em {
  display: inline-block;
  font-weight: bold;
  color: #fff600;
  margin: 0 0.03rem;
}

.pop-get-award-record {
  width: 6.9rem;
  height: 7.54rem;
  background: url("../images/ballot-result-pop-bg.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.pop-get-award-record .pop-header .pop-title {
  display: block;
  width: 2.84rem;
  margin: 0 auto;
}
.pop-get-award-record .pop-body {
  padding: 0.36rem 0.32rem 0;
  text-align: center;
}
.pop-get-award-record .pop-body .list-title {
  padding-bottom: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pop-get-award-record .pop-body .list-title p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
    flex: 1;
  font-size: 0.32rem;
  color: #781919;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.pop-get-award-record .pop-body .list-data li {
  border-bottom: 0.02rem solid #edaf4b;
  padding: 0.1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.pop-get-award-record .pop-body .list-data li p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
    flex: 1;
  font-size: 0.26rem;
  color: #c05d00;
  font-weight: normal;
  text-align: center;
  margin: 0;
}
.pop-get-award-record .pop_close{
  background: url("../images/pop-close-btn.png") no-repeat;
  background-size: contain;
  width: 0.5rem;
  height: 0.5rem;
  top: -0.7rem;
  right: 0.06rem;
}
.pop-get-award-record .pop-body .ballot-result-list {
  max-height: 5rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.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;
}
