.zhezhao{position: fixed;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;background: #000;z-index: 9;opacity: .6;}
.pop{width: 500px;max-height: 800px;background: #2f211f;background-size: 100% 100%; position: fixed;top: 25%;left: 50%;margin-left: -250px;z-index: 99;    padding-bottom: 20px;}
.pop-tit{margin-top: 30px; margin-bottom: 30px; font-size: 30px;color: #f9c784;text-align: center;font-weight: bold;}
/*领取成功*/
.pop .pop-box1{box-sizing: border-box;padding-top: 36px; background: #4d3126;background-size: 100% 100%;height: 200px;width:  460px;margin: 0 auto;}
.pop .pop-desc1 p{margin-bottom: 8px;}
.pop .pop-desc1 span{font-weight: bold;}
.pop-but1 {text-align: center;margin-top: 38px;}
.pop-but1 img{display: block;margin: 0 auto;}

/*恭喜中奖*/
.pop-tit2{margin-top: 58px;}
.pop-box2{box-sizing: border-box;background: #4d3126;background-size: 100% 100%;height: 140px;line-height: 140px; width:  460px;margin: 0 auto;}
.pop-p1{color: #f9c784;font-size: 18px;text-align: center;}
.pop-p1 span{color: #f9c784;font-size: 30px;font-weight: bold;}

/*填写收货地址*/
.pop-box3 input{background: #4d3126;background-size: 100% 100%;width: 376px;height: 43px;line-height: 43px; font-size: 14px;color: #f9c784;border: none;outline: none;padding:0 38px;box-sizing: border-box;margin: 0 auto;margin-bottom:10px;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 .pop-box1{box-sizing: border-box;padding-top: 36px; background: #4d3126;background-size: 100% 100%;height: 200px;width:  460px;margin: 0 auto;}
.pop .pop-lb{margin: 0 auto;margin-bottom: 20px;  height: 36px;line-height: 36px;width: 410px;font-size: 18px;color: #f9c784;background: #2f211f;}
.pop .pop-lb span{color: #fff;font-weight: bold;
    /*background: url("../img/pop-sj.png")center center no-repeat;*/
    display: inline-block;width: 104px;text-align: center; padding-right: 8px; box-sizing: border-box;    margin-right: 12px;}
.pop .pop-desc1{font-size: 14px;color: #f9c784;text-align: center;}
.pop .pop-desc1 p{margin-bottom: 8px;}
.pop .pop-desc1 span{font-weight: bold;}
.pop-but1 {text-align: center;margin-top: 38px;}

/*我的中奖纪录*/
.case4{top: 10%}
.pop-box4{padding: 22px; font-size: 14px;text-align: center; box-sizing: border-box;background: #4d3126;background-size: 100% 100%;max-height: 580px; width:  460px;margin: 0 auto;}
.pop-box4 table{    border: 2px solid #a75a43;}
.pop-box4 table .th1{color: #f9c784; width: 130px;height: 30px;background: #4d3126;}
.pop-box4 table .th2 {color: #f9c784; width: 280px;height: 30px;background: #4d3126;}
.pop-box4 table .td1{width: 130px;height: 30px;}
.pop-box4 table .td2{width: 280px;height: 30px;}
.pop-box4 div{max-height: 540px;}


.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;}

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

.fail{height: 240px;}