/*弹出框*/
.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: 7.5rem; position: fixed; left: 50%;  top: 50%; box-sizing: border-box; padding: 0 .8rem; transform: translate(-50%,-50%);}
.pop-item{width: 100%;background:#334780;background-size: 100% 100%;position:relative;height: 5rem;}

/*领取成功*/
.pop-tit1{color: #fff;font-weight: bold;font-size: .4rem;text-align: center;padding-top: .4rem;padding-bottom: .3rem; }
.pop-desc1{background:#fff ;background-size: 98% 96%; padding: .38rem;box-sizing: border-box; height: 2.5rem;margin: 0 .2rem; }
.pop-lb span{color: #fff;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: #334780;}
.pop-explain{font-size: .22rem;color: #334780;text-align: center;}
.pop-explain span{font-weight: bold;}
.pop-explain p:first-child{margin-top: .2rem;margin-bottom: .3rem;}
.pop-but1{width: 1.57rem;padding: .15rem 0; text-align: center; margin: 0 auto;margin-top: .3rem; color: #fff;background: #1d9ec8;cursor: pointer;}

/*我的中奖纪录*/
.pop-box4{font-size: .24rem;text-align: center; box-sizing: border-box;}
.pop-box4 div{height: 90px;}
.pop-box4 table .th1{color: #334780; width: 1.8rem;height: .44rem;background: #fff;}
.pop-box4 table .th2 {color: #334780; 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: #334780;border: 2px solid #334780;}
.pop-box4 table th{border: 2px solid #334780;}

.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: #334780;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:#334780;
}
.pop-box3 input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#334780;
}
.pop-box3 input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#334780;
}
.pop-box3 input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#334780;
}

/*恭喜中奖*/
.pop-p1{color: #334780;font-size: .22rem;text-align: center;    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{position: absolute;right: -9%;top: 0;}

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




