@charset "utf-8";
*{padding: 0;font-family: '微软雅黑';}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
::-webkit-scrollbar{
    display:none;
  }
.fl{
    float: left;
}
.fr{
    float: right;
}
.mlr{
    margin: 0 20px;
}
.name_width{
    width: 35px;
    text-align: left;
    display: inline-block;
}
.width_50{
    width: 50%;
}
@media screen and (min-width:1000px) and (max-width:1280px){
    .intr_prize .prizes .more_active{
        right: -30px!important;
    }
}
/* @media screen and (min-width:1800px) and (max-width:1920px){
    .intr_prize  .more_active{
        right: 200px!important;
    }
} */


.active_mask{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
}
/* 顶部 */
.top{
    position: relative;
    width: 100%;
    height: 387px;
    background: url('../images/top.jpg') no-repeat top center;
    vertical-align: middle;
    text-align: center;
}
.top .button_list{
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.top .button_list img{
    cursor: pointer;
}
.top .button_list img:first-child{
    margin-right: 50px;
}

/* 我的奖品 */
.my_prize{
    position: fixed;
    top: 30%;
    left: 50%;
    z-index: 1111;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 426px;
    height: 394px;
    text-align: center;
    padding: 20px;
    padding-top: 80px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: url('../images/my_prize_bg.png');
    display: none;
}
.my_prize .prize_list_box{
    width: 90%;
    height: 280px;
    margin: 0 auto;
    overflow: scroll;
}
.my_prize .prize_list_box li{
    position: relative;
}
.my_prize .prize_list_box li img{
    height: 117px;
    width: 280px;
}
.my_prize .scroll_line{
    position: fixed;
    right: 50px;
    top: 80px;
    width: 5px;
    height: 280px;
    background: rgba(0,0,0,.2);
}
.my_prize .scroll_line .line_bar{
    position: fixed;
    right: 50px;
    top: 80px;
    width: 5px;
    height: 50px;
    background-color: orange;
}
.my_prize .close{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 60px;
}
.my_prize .mask{
    display: none;
}

/* 中部 */
.bottom{
    width: 100%;
    height: 883px;
    background: url('../images/btm.png') no-repeat top center;
    vertical-align: middle;
    text-align: center;
}
.safe_middle{
    width: 1190px;
    margin: 0 auto;
}
.safe_middle .prizes_show{
    width: 100%;
    height: 270px;
    background: url('../images/prizes_bg.png') no-repeat top center;
    vertical-align: middle;
    text-align: center;
}
.safe_middle .prizes_show img{
    margin-top: 8%;
}
/* .safe_middle .prizes li{
    display: inline-block;
    list-style: none;
} */

.safe_middle .medals li{
    display: inline-block;
    list-style: none;
    margin: 0 25px;
}



.intr_prize{
    width: 100%;
    margin-top: 60px;
}
.intr_prize .intro{
    width: 52%;
    float: left;
    color: #fff;
    text-align: left;
    line-height: 25px;
}
.intr_prize .prizes{
	width: 48%;
	float: left;
    color: #fff;
    text-align: left;
    line-height: 25px;
}
.intr_prize .intro p,.intr_prize .prizes p{
    text-align: center;
    margin-bottom: 20px;
}
.intr_prize .intro dt{
    width: 20px;
}
.intr_prize .intro dd{
    width: 96%;
}
.intr_prize .intro dt,.intr_prize .intro dd{
    float: left;
}

.intr_prize .prizes{
    height: 415px;
    position: relative;
    line-height: 29px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.intr_prize .prizes ul{
    float: left;
    width: 100%;
}
.intr_prize .prizes::before{
    content: '';
    display: block;
    float: left;
    left: 0;
    top: 0;
    width: 10px;
    height: 200px;
    padding-top: 250px;
    background: url('/public/activePage/ticketLottery/images/linear.png') no-repeat;
    background-position-y: 70px;
    margin-left: -20px;
}
.intr_prize .prizes .list_box{
    height: 350px;
    overflow-y: hidden;
}
.intr_prize .prizes .list_box ul{
    width: 50%;
}
.intr_prize .prizes .more_active{
    position: fixed;
    right: 20px;
    top: 280px;
}

.intr_prize  .more_active img:last-child{
    position: absolute;
    right: 35px;
    top: 0;
    display: none;
}



.noPrize{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 20px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;
}

.jdcar{
    color: #DC3E1A;
    position: absolute;
    left: 35%;
    top: 15%;
    font-weight: bold;
}
.nodata{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    display: none;
}

.lottery_way{
    position: fixed;
    top: 30%;
    left: 50%;
    z-index: 1111;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 426px;
    height: 394px;
    text-align: center;
    padding: 20px;
    padding-top: 80px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: none;        
}
.lottery_login{
    position: fixed;
    top: 30%;
    left: 50%;
    z-index: 1111;
    width: 370px;
    height: 382px;
    padding: 30px 0;
    box-sizing: border-box;
    background: url('../images/login_bg.png') no-repeat;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: none;        
}
.lottery_login .title{
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.lottery_login .content{
    width: 85%;
    padding-left: 10px;
    box-sizing: border-box;
    margin: 0 auto;
}
.lottery_login .content p{
    margin: 20px 0;
} 
.lottery_login .content input{
    outline: none;
    border-radius: 8px;
    height: 40px;
    padding-left: 5px;
    box-sizing: border-box;
    border: 1px solid #c81528;
}
.lottery_login .content .qr{
    height: 38px;
    padding-bottom: 5px;
    vertical-align: middle;
    margin-left: 2px;
}   
.lottery_login .getcheckword{
    display: inline-block;
    width: 130px;
    height: 38px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #ffb400;
}
.border-right{
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}
.w_100{
    width: 95%;
}
.lottery_login .login_btn{
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 36px;
}
.lottery_login_close{
    position: absolute;
    right: -15px;
    top: -15px;
}