.prizeNav{
    height: 60px;
    background: #0e2b55; 
}
.prizeNav ul li{
    flex: 1;
    position: relative;
}
.prizeNav ul a{
    display: block;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 60px;
    letter-spacing: 1.8px;

}
.prizeNav .active {
    background: #153461;
}
.prizeNav .active::after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 4px;
    width: 100%;
    background: #00bbb5
}
.prizeNav .active a{
    color: #33BED3;
}
.share>div.voteRule{
    position: absolute;
    left: 0px;
    top: 35px;
    width: 76px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
    cursor: pointer;
}
.share>div.voteRule::after{
    content:"";
    position: absolute;
    top: 3px;
    right: 0px;
    width: 7px;
    height: 13px;
    background: url(../images/arrow.png) left top no-repeat;
    background-size: 100% 100%;
}
.voteLiset{
    margin-top: 114px;
    margin-bottom: 80px;
}
.voteLiset>li{
    justify-content: flex-start;
    margin-top:20px ;
}
.voteLiset>li>div:first-child{
    margin-left:0 ;
    margin-top: 0;
}
.vote-tips {
    line-height: 60px;
    color: #fff;
}
.voteItem{
    position: relative;
    width: 285px;
    margin-left:20px ;
}
.voteLiset
.voteItem>img{
    display: block;
    width: 100%;
    height: 200px;
}
.voteWords{
    height: 280px;
    background: #082d54;
    padding:20px 18px 0 ;
}
.voteWords h3{
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 25px;
    padding-bottom:15px;
    border-bottom:1px solid #1c426a ;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tjly{
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 8px;
}
.voteDesc{
    min-height: 80px;
    font-size: 13px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #cccccc;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.loadMore{
    position: relative;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #eec192;
    line-height: 26px;
    background: #082d54;
    justify-content: flex-end;
}
.loadMore img{
    display: block;
    width: 5px;
    height: 9px;
    margin-left: 4px;
}
.voteInfoBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 50%;
    bottom: 26px;
    width: calc(100% - 30px);
    transform: translateX(-50%);
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    border-radius: 18px;
    border: 1px solid #3c5468;
    overflow: hidden;
}
.voteInfoBtn span {
    flex: 1;
    color: #fff;
    font-weight: 400;
}
.goVote{
    flex: 1;
    background: linear-gradient(90deg,#b57c47, #9f632f);
    cursor: pointer;
    margin: 0 auto;
    color: #ffffff;
}
.goVote:hover{
    background: #F5C28B
}
.voted,.disable{
    background:  #3c5468; 
    color: #919AA4;
    cursor: not-allowed;
}
.disable{
    cursor: not-allowed;
}
.voted:hover,.disable:hover{
    background:  #3c5468;
}
.prizeWrap{
    position: relative;
    padding-top: 72px;
    padding-bottom: 90px;
    background: #00284e;
}
#prize_area_href{
    position: absolute;
    left: 0px;
    top: -60px;
}
.prizeTitle{
    line-height: 40px;
    font-size: 28px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin-bottom: 54px;
}

.common_bg1{
    position: absolute;
    left: 0;
    top: -349px;
    background: url(../images/commom_bg.png) no-repeat;
    width: 364px;
    height: 1028px;
    z-index: -1;
}
.common_bg2{
    position: absolute;
    right: 0;
    top: -700px;
    background: url(../images/commom_bg.png) no-repeat;
    width: 364px;
    height: 1028px;
    z-index: -1;
    transform: rotate(-180deg);
}
.draw-pool:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.draw-pool h1 {
    margin-bottom: 48px;
    font-size: 28px;
    line-height: 1;
    color: #fec471;
    text-align: center;
    font-weight: 400;
}

.draw-pool-left {
    float: left;
    width: 678px;
}
.draw-pool-right{
    border-radius: 5px;
    float: right;
    width: 490px;
    height: 470px;
    color:#fff;
}
.draw-pool-right_box{
    background: rgb(223, 196, 140,0.1);
    box-sizing: border-box;
    padding: 15px 25px;
    height: 347px;
    border-radius: 8px;
    margin-top: 16px;
    color: #fad9aa;
    font-size: 14px;
}
.draw-pool-right .tit {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}
.draw-pool-right > p {
    font-size: 14px;
    line-height: 26px;
}
.elecfans-fuli{
    display: flex;
}
.firm-item{
    display: flex;
}
.firm-item > img {
    width: 226px;
    height: 85px;
    margin-right: 20px;
}
.firm-text {
    width: 1000px;
}
.firm-text>h1 {
    font-size: 24px;
    color: #fff;
}
.firm-text > h2 {
    color: #999999;
    margin: 20px 0 16px 0;
}
.firm-text > p {
    cursor: pointer;
    color: #4F89FF;
}
#prilist{
    float: left;
    width: 750px;
    margin-right: 30px;
}
#prilist li {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    width: 240px;
    height: 180px;
    padding-top: 44px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 8px;
    color: #333;
    background-color: #fff;
}
#prilist li.right {
    margin-right: 0;
}
#prilist li.active {
    background: #d8f2ff;
}
#prilist img {
    display: block;
    height: 60px;
    max-width: 120px;
    margin: 0 auto 10px;
}
#prilist .u_img{
    height: auto !important;
    margin: 25px auto!important;
}
#prilist #begin_btn {
    padding: 0;
    height: 180px;
    padding-top: 70px;
    box-sizing: border-box;
    font-size: 30px;
    cursor:pointer;        
    background: linear-gradient(180deg,#00bbb5, #00b6d5);
    border-radius: 8px;
    font-family: PingFang SC, PingFang SC-Bold;
    color: #ffffff;
    line-height: 43px;
}
#prilist #begin_btn.disabled{
    background: #ccc;
    cursor: not-allowed;
}
#prilist #begin_btn.disabled:hover{
    background: #ccc;
    cursor: not-allowed;
}
#prilist #begin_btn  .prizeChange{
    margin-top: 8px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align:center;
    color: #ffffff;
    line-height: 20px;
}
#prilist  #begin_btn:hover{
    background:  #1FC9DC
}

.close_num{
    position: absolute; 
    right:0px;
    top:-24px;
    color: #fad9aa;
    font-size:16px;
    font-style:  normal;
    cursor: pointer;    
}
.jq_marquee_box {
    overflow: hidden;
}
.draw-winlist{
    position: relative;
}
.draw-winlist-box {
    border-radius: 12px;
    height: 135px;
    overflow: hidden;
    position: relative;
}

.draw-winlist-title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    color: #d9b56b;
    background: rgb(223, 196 ,140,0.1);
    height: 100%;
    text-align: center;
    z-index: 1;
    width: 60px;
    box-sizing: border-box;
    padding: 19px 20px;
    border-radius: 5px;
}
#jq_marquee_box {
    height: 135px;
    line-height: 30px;
    overflow: hidden;
    background: rgb(223, 196 ,140,0.1);
    border-top: none;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
    color: #fff;
}
.draw-winlist-ul {
    padding-left: 35px;
}
.draw-winlist-ul li{
    display: flex;
    width: 100%;
}
.draw-winlist-ul li em{
    width: 77px;
}
.draw-winlist-ul li span{
    width: 64px;
    text-align: center;
}
.draw-winlist-ul li .pn{
    width: 180px;
    text-align: left;
}
.draw-winlist-ul li em span{
    display: block!important;
    
}
.draw-winlist-item {
    width: 100%;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
}
.prize_name{
    display: block;
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #33bed3;
    line-height: 33px;
    margin-top: 11px;
    margin-bottom: 25px;
}
.no_prize_text{
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0px 5px 0px;
    display: inline-block;
}
.go_vote_btn{
    width: 140px;
    height: 40px;
    background: linear-gradient(55deg,#00bbb5 16%, #00b6d5 92%);
    border-radius: 20px;
    margin:0 auto;
    display: inline-block;
    line-height: 40px;
    margin-top:70px;
    color:#FFFFFF!important;
}
.go_vote_btn:hover{
    background: linear-gradient(55deg,#00bbb5 16%, #00b6d5 92%);
}
.votePop .layui-layer-content{
    text-align: center!important;
    padding:0 30px;
}
.winner{
    width: 438px;
    padding: 15px 15px 15px 29px;
    box-sizing: border-box;
    background: #103e64;
    border-radius: 8px; 
    margin-bottom: 10px;
}
.winner>div:first-child{
    width: 16px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 22px;
    letter-spacing: 5.12px;
    margin-right: 19px;
}
.winner #jq_marquee_box{
    flex: 1;
    background: #082e55;
    border-radius: 4px;
    height: 150px;
}
.activeDesc{
    width: 438px;
    height: 370px;
    background: #103e64;
    border-radius: 8px;
    padding-left: 30px;
    padding-top: 30px;
    box-sizing: border-box;
}
.activeDesc>h3{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 22px;
    margin-bottom: 12px;
}
.activeDesc ul{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #cccccc;
    line-height: 23px;
}
.winnerContact{
    margin-top: 16px;
    justify-content: flex-start;
    align-items: center;
}
.win_left{
    width: 95px;
    text-align: center;
    margin-right: 38px;
}
.win_left img{
    display: block;
    width: 100%;
}
.win_left p{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #cccccc;
    line-height: 23px;
    margin-top: 6px;
}
.win_right{
    margin-top: -28px;
}
.win_right li{
    justify-content: flex-start;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
}
.win_right li:first-child{
   margin-bottom: 9px; 
}
.win_right img{
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.waitWrap{
    height: 453px;
    text-align: center;
    padding-top:126px ;
    box-sizing: border-box;
}
.waitWrap img{
    width: 275px;
}
.waitWrap h3{
    font-size: 30px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #ffffff;
    line-height: 42px;
    letter-spacing: 3px;  
    margin-bottom: 12px;
    margin-top: 12px;
}
.waitWrap p{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #b7c2c2;
    line-height: 22px;
    letter-spacing: 1.6px;

}
.ruleWrap,.morePop{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 8;
}
.ruleContent{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -277px;
    width: 600px;
    height: 554px;
    background: #ffffff;
    border-radius: 8px;
    padding:40px 40px 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    line-height: 25px;
}
.ruleContent h3{
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 33px;
}
.ruleContent img{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    cursor: pointer;
}
.ruleContent h4{
    margin: 22px 0;
}
.ruleContent dd{
    font-weight: 600;
}
.moreContent{
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 529px;
    margin-left: -300px;
    margin-top: -265px;
    background: #ffffff;
    border-radius: 8px;
    padding:40px 20px 20px 40px;
    box-sizing: border-box;
}
.moreContent>img.closePop{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    cursor: pointer;
}
.moreContent>img.voteDxLogo{
    position: absolute;
    top: 20px;
    right: 60px;
    width: 144px;
    height: 87px;
}
.zh_name{
    font-size: 24px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 33px; 
    margin-bottom: 5px;
}
.en_name{
    display: block;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #0049ff;
    line-height: 20px;
    margin-bottom: 30px;
}
.voteMoreWords{
    flex: 1;
    overflow-y: auto;
}
.votePop{
    background: linear-gradient(182deg,rgba(90, 90, 90,0.2) 1%, rgba(255, 254, 254,0.2) 96%);
    border-radius: 8px;
}
.votePop .layui-layer-content img,.votePop2  .layui-layer-content img{
    width: 100px;
    height: 100px;
}
.votePop .layui-layer-title,.votePop2 .layui-layer-title{
    background: none;
    border: none;
}
.votePop2 {
    background: linear-gradient(180deg,rgba(0, 179, 184,0.2), rgba(255, 254, 254,0.2));
}
.votePop2  .layui-layer-content{
    text-align: center;
    padding: 0 30px;
}
.votePop2  .layui-layer-content big{
    display: block;
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #333333;
    line-height: 25px;
    margin-top: -16px;
}
.votePop2  .layui-layer-content>span{
    display: block;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 27px;
}
.noChancePop{
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.2);
}
.noChanceContent{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -130px;
    width: 360px;
    height: 260px;
    background: #ffffff;
    border-radius: 8px;
    text-align: center;
    padding-top: 50px;
    box-sizing: border-box;
}
.noChanceContent img{
    width: 100px;
    height: 100px;
    cursor: pointer;
}
.noChanceContent img.closePop{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 16px;
    height: 16px;
}
.noChanceContent p{
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 25px;
}
.noChancePopp2 .noChanceContent{
    height: 386px;
    margin-top: -193px;
}
.noChancePopp2 .noChanceContent span{
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 65px;
}
.noChancePopp2 .noChanceContent button{
    width: 140px;
    height: 40px;
    background: linear-gradient(55deg,#00bbb5 16%, #00b6d5 92%);
    border-radius: 20px;
    border: none;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
}
.votePow .pBox.clearfix{
    margin-bottom: 20px;
}
.votePow .pBox.clearfix p{
    font-size: 14px;
}
.votePow .pBox.clearfix span{
    display: block;
    color: #333;
    font-weight: 700;
}
.votePow .pBox.clearfix h4{
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}
.votePow .pBox.clearfix{
    line-height: 26px;
}
.formBox{
    padding: 0px 40px;
    color: #000;
    box-sizing: border-box;
}
.votePow .layui-layer-title{
    background: none;
    border: none;
}
.votePow .voteTitle{
    font-size: 30px;
    line-height: 42px;
}
.votePow .voteTitle div{
    font-size: 20px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #000000;
    line-height: 20px;
}
.votePow.layui-layer-page .layui-layer-content{
    /*overflow: visible;*/
}
.formBox h2{
    font-size: 30px;
}
.formBox h3{
    font-size: 24px;
    font-weight: 700;
}
.formBox .red{
    color:#F34244;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.formBox p{
    margin: 20px 0 35px;
}
.formBox .formItem{
    margin-bottom: 20px;
}
.formBox .formItem span{
    display: inline-block;
    width: 60px;
    font-size: 15px;
}
.formBox .formItem input{
    width: 300px;
    line-height: 40px;
    border:1px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}
.formBox .formBtn{
    margin-top: 20px;
}
.formBox .formBtn a{
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
}
.formBox .formBtn .subimtBtn{
    color: #87450a;
    background: #39BDD4;
    color: #FFFFFF;
    margin-right: 18px;
}
.formBox .formBtn a:hover{
    background:#f9f9f9;
}
.formBox .formBtn .subimtBtn:hover{
    background:#0DC4C9;
}
.formBox .formBtn .canceBtn{
    background: #fff;
    border:1px solid #e1e1e1;
    color: #000;
}
.formBox .formBtn .canceBtn:hover{
    background:#f9f9f9;
}
/*手机验证弹框样式*/
#post_form_phone .phone_code dt{
    width: 62px;
    font-size: 15px;
}
#post_form_phone #phone{    
    width: 300px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding-left: 120px;
    box-sizing:border-box;
}
.get_code_box{
    position: relative; 
    margin-bottom: 20px; 
    width: 300px;
    margin-left: 62px;
}
.get_code_box>input{   
    width: 300px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    box-sizing:border-box;
    padding-left:10px;
}
#post_form_phone  .getcode_btn{
    position: absolute; 
    position: absolute;
    top: 0px;
    right: 10px;
    background: transparent;
    outline: none;
    border: 0;
    line-height: 40px;
    z-index: 33;
    cursor: pointer;
}
/*.getcode_btn.disabled{

}*/
#post_form_phone .phone_code .mobile_item{
    position: relative;
}
#post_form_phone .phone_code .mobile_item .ui-err{    
    position: absolute;
    bottom: -19px;
    left: 0px;
    color: #dd0000;
}
.g-clear{
    position: relative;
}
.ui-err-count{
    position: absolute;
    bottom: -19px;
    left: 62px;
    color: #dd0000;
}
.get_code_box .ui-err{
    display: block;
    margin-left:4px;
    color: #dd0000;
    margin-top: 3px;
}

#post_form_phone .phone_code .mobile_item select{
    position: absolute;
    top:0px;
    left:0px;
    line-height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 5px 0px 0px 5px;
    height: 42px;
}
#post_form_phone  .nc-container {
    font-size: 12px;
    -ms-touch-action: none;
    touch-action: none;
    position: relative;
    left: 64px;
    margin: 20px 0;
    width: 300px;
}
.votePow2 p{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.votePow2  h3{
    line-height:43px;
    font-size: 26px;
    font-weight: 700;
    margin-bottom:20px;
    color:#333;
}
.votePow2 .votePowBtnGroup{
    justify-content: center;
}
.votePow2 .votePowBtnGroup a{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 40px;
}

.votePow2 .votePowBtnGroup a:first-child{
    width: 140px;
    height: 40px;
    background: #39bdd4;
    border: 1px solid #39bdd4;
    border-radius: 21px;
    color: #fff;
    margin-right: 20PX;
}
.votePow2 .votePowBtnGroup a:last-child{
    width: 140px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 21px;
}
.price_num_aside{
    position:fixed;
    top:50%;
    right:0px;
    width: 200px;
    height:200px;
    background:url(../images/price_num_aside.png) center center no-repeat;
    z-index:2;
    box-sizing: border-box;
    padding-top: 125px;

}
.price_num_aside span{
    color: #fff;
    display:inline;
    text-align: right;
    padding-right: 0px;
}
.close_prize_pop{
    position: absolute;
    top: 26px;
    right: 27px;
    width: 21px;
    height: 20px;
}
.price_num_aside span:nth-child(2) {
    padding-top: 29px;
    padding-left: 50px;
}
.price_num_aside span:nth-child(3) {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.price_num_aside span:nth-child(3) i{
    font-style: normal;
    margin-right:2px;
}
.awrads_nav_wrap{
    position: relative;
}
#awrads_nav{
    position: absolute;
    left: 0px;
    margin-top: -68px;
}
.prizeContent {
    align-items: flex-start;
}
@media (max-width: 750px) {
    .common_bg1,.common_bg2{
        display: none;
    }
    .draw-pool {
        padding:0.8rem  0.3rem;
    }
    .draw-pool h1 {
        margin-bottom: .5rem;
        font-size: .32rem;
    }
    .draw-pool-left {
        width: auto;
        float: none;
    }
    #prilist:after {
        display: none;
    }
    
    #prilist {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        float: none;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
    #prilist li {
        float: none;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 0 .12rem;
        width: 2.22rem;
        height: 1.8rem;
        padding: 0;
    }
    #prilist li.roll-5,#prilist li.roll-6,#prilist li.roll-7{
        margin-bottom: 0px;
    }   
    #winner_ul li span{
        margin-right:40px!important;
    }
     #winner_ul li em span{
        width: 60px!important;
        margin-right:0px!important;

     }
    #prilist img,
    #prilist .u_img {
        margin: 0 auto .15rem!important;
        height: .8rem!important;
        max-width: 80%!important;
        width: auto!important;
    }
    #prilist .u_img {
        padding: .25rem 0;
        height: .3rem!important;
    }
    #prilist #begin_btn {
        height: 1.8rem;
        cursor: pointer;

    }
    #prilist #begin_btn {
        line-height: 1.8rem;
    }
    .draw-pool-right {
        margin-top: .3rem;
        float: none;
        width: auto;
        height: auto;
        padding: 0rem;
        position: relative;
    }
    .draw-pool-right .tit {
        line-height: 1;
        margin-bottom: .3rem;
        font-size: .3rem;
        opacity: 1;
    }
    .draw-pool-right > p {
        font-size: .24rem;
        line-height: 1.6;
        opacity: .8;
    }
    .elecfans-fuli {
        margin-top: .3rem;
        justify-content: space-between;
        align-items: center;
    }
    .elecfans-fuli>div{
        margin: 0!important;
        padding: 0!important;
    }
    .elecfans-fuli>:first-child {
        order: 1;
    }
    .elecfans-fuli>:first-child img {
        margin: 0!important;
    }
    .elecfans-fuli>:last-child {
        order: 1;
    }
    .draw-winlist-ul {
        font-size: 12px;
        padding-left: 1.3rem;
        width: 100%;
    }
    .draw-winlist-ul li span {
        margin:0px 0.3rem!important;
    }
    .draw-winlist-title {
        left: 0px;
    }
    .draw-pool-right_box {
        padding:0.5rem 0.3rem;
        height: auto;
    }
    .no_prize_text{
        font-size:0.34rem;
    }
    .go_vote_btn{
        width: 2.4rem;
        height: 0.8rem;
        background: linear-gradient(55deg,#00bbb5 16%, #00b6d5 92%);
        border-radius: 0.4rem;
        margin: 0 auto;
        display: inline-block;
        line-height: 0.8rem;
        margin-top: 0.7rem;
        color: #FFFFFF!important;
    }
}