/*弹出框*/
.zhezhao{box-sizing: border-box;position: fixed;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;background: #000;z-index: 9;opacity: .6;}
.pop{box-sizing: border-box;  position: fixed;top: 0;left: 0%;right: 0;bottom:0;z-index: 99;}
.pop-box{    max-width: 750px;position: fixed;left: 0; bottom: 0; top: 0; right: 0; margin: auto; box-sizing: border-box; padding: 0 .8rem; height: 5rem;}
.pop-item{width: 100%;background:#2f211f;background-size: 100% 100%;position:relative;height: 5rem;}

/*领取成功*/
.pop-tit1{color: #f9c784;font-weight: bold;font-size: .4rem;text-align: center;padding-top: .4rem;padding-bottom: .3rem; }
.pop-desc1{padding: .38rem;box-sizing: border-box; background: #4d3126;background-size: 100% 100%;width:5.52rem; height: 2.5rem;margin: 0 auto; }
.pop-lb span{color: #fff;font-weight: bold;background: url("../img/pop-sj.png")center center no-repeat;background-size: 100% 100%; display: inline-block;width: 1.04rem;text-align: center; padding-right: 8px; box-sizing: border-box;    margin-right: 12px;}
.pop-lb{color: #f9c784;font-size: .22rem;background: #2f211f;}
.pop-explain{font-size: .22rem;color: #f9c784;text-align: center;}
.pop-explain span{font-weight: bold;}
.pop-explain p:first-child{margin-top: .2rem;margin-bottom: .3rem;}
.pop-but1{width: 2.56rem;height: .72rem;margin: 0 auto;margin-top: .3rem;}

/*我的中奖纪录*/
.pop-box4{font-size: .24rem;text-align: center; box-sizing: border-box;}
.pop-box4 div{height: 106px;}
.pop-box4 table .th1{color: #f9c784; width: 1.8rem;height: .44rem;background: #4d3126;}
.pop-box4 table .th2 {color: #f9c784; width: 2.9rem;height: .44rem;background: #4d3126;}
.pop-box4 table .td1{width: 1.8rem;height: .44rem;}
.pop-box4 table .td2{width: 2.9rem;height: .44rem;}

.pop-box4 table{border: 2px solid #a75a43;}
.pop-box4 table td{background: #f9c784;color: #4d3126;}
.pop-box4 table th:not(:last-child){border-right: 2px solid #a75a43;}
.pop-box4 table td{border-top: 2px solid #a75a43;}
.pop-box4 table td:not(:nth-of-type(2n)){border-right: 2px solid #a75a43;}

.scrollY{ overflow-y: scroll;}

/*填写收货地址*/
.pop-box3 input{background:#4d3126;background-size: 100% 100%;width: 4.75rem;height: .7rem;line-height: .7rem; font-size: .22rem;color: #f9c784;border: none;outline: none;padding:0 .38rem;box-sizing: border-box;margin: 0 auto;margin-bottom:.1rem;display: block;}
.pop-box3 input::-webkit-input-placeholder{
    color:#f9c784;
}
.pop-box3 input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#f9c784;
}
.pop-box3 input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#f9c784;
}
.pop-box3 input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#f9c784;
}

/*恭喜中奖*/
.pop-p1{color: #f9c784;font-size: .22rem;text-align: center;}
.pop-p1 span{font-size: .32rem;font-weight: bold}
.pop-flex{display: flex;justify-content: center;flex-direction: column;}


/*关闭*/
.close{position: absolute;right: -9%;top: 0;}