/*弹出框*/
.pop-con{    box-sizing: border-box; position: fixed; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background: rgba(0,0,0,.6); z-index: 9999;  }
.pop-box{ width: 6rem; position: fixed; left: 50%;  top: 50%; box-sizing: border-box;transform: translate(-50%,-50%);}
.pop-item{background: none;width: 100%;position:relative;height: 5rem;}

/*领取成功*/
.pop-tit1{color: #fde7c6;font-size: .36rem;padding-top: .18rem;font-weight: bold;text-align: center;padding-bottom: .3rem;}
.pop-desc1{background-size: 98% 96%;padding: .38rem;box-sizing: border-box;width: 5rem;height: 2.38rem;margin: 0 auto;background-color: #fde7c6;border-radius: .2rem;}
.pop-lb span{color: #8b3722;font-weight: bold; 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: #fff;font-size: .22rem;background: #8b3722;}
.pop-explain{font-size: .22rem;color: #8b3722;text-align: center;}
.pop-explain span{font-weight: bold;}
.pop-explain p:first-child{margin-top: .2rem;margin-bottom: .3rem;}
.pop-but1{width: 2.67rem;height: .98rem;background: url("../img/btn_qd.png") center center no-repeat;background-size: 100% 100%;padding: 0;margin: .3rem auto 0 auto;text-align: center;cursor: pointer;}

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

.pop-box4 table td{background: #fff;color: #8b3722;border: 2px solid #8b3722;}
.pop-box4 table th{border: 2px solid #8b3722;}

.scrollY{ overflow-y: scroll;}

/*填写收货地址*/
.pop-box3 input{background:#fff;background-size: 100% 100%;width: 4.75rem;height: .7rem;line-height: .7rem; font-size: .22rem;color: #8b3722;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:#8b3722;
}
.pop-box3 input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#8b3722;
}
.pop-box3 input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#8b3722;
}
.pop-box3 input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#8b3722;
}

/*恭喜中奖*/
.pop-p1{color: #8b3722;font-size: .22rem;text-align: left;margin: 0 auto;line-height: 0.42rem;}
.pop-p1 span{font-size: .32rem;font-weight: bold}
.pop-flex{display: flex;justify-content: center;flex-direction: column;}

.case-notice .pop-item{ height: auto; padding-bottom: .3rem;}
.case-notice .pop-desc1{height: auto;}

/*关闭*/
.close{width: .33rem;position: absolute;right: -7%;top: 0rem;}

.region-qf {display: flex;}
.region-qf select:first-child{margin-right: .1rem;}




