/*弹窗*/
.popBg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
}

.popBox {
    width: 100%;
    border-radius: .24rem;
    padding: .40rem .40rem .65rem;
    background: linear-gradient(225deg, #DCE8FF 0%, #FFFFFF 100%);
    margin-top: .30rem;
    margin-bottom: .24rem;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}

.popBox .iconImg {
    display: block;
    height: 1.04rem;
    margin-bottom: .24rem;
}

.popBox h5 {
    font-size: .40rem;
    font-weight: 600;
    color: #333333;
    line-height: .53rem;
    margin-bottom: .24rem;
}

.popBox h4 {
    margin-bottom: .24rem;
}

.popBox h4 span {
    font-size: .40rem;
    font-weight: 600;
    color: #333333;
    line-height: .53rem;
}

.popBox h4 img {
    margin-left: .15rem;
    height: .40rem;
    vertical-align: middle;
}

.popBox pre {
    font-size: .30rem;
    color: #333333;
    line-height: .48rem;
    margin-bottom: .56rem;
    text-align: justify;
}

.popBox > video {
    display: block;
    width: 100%;
    margin-bottom: .2rem;
}

/*中奖*/
.drawNum {
    height: .72rem;
    background: rgba(144, 182, 255, .6);
    font-size: .27rem;
    color: #333333;
    line-height: .72rem;
    margin: 0 -.4rem;
    position: relative;
    padding: 0 .4rem;
    box-sizing: border-box;
}

.drawNum i {
    position: absolute;
    left: -0.1rem;
    top: 0.3rem;
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    transform: rotate(45deg);
    background: #004EE2;
}

.drawUl.con {
    height: 6.51rem;
    overflow-y: auto;
}

.drawUl li {
    display: flex;
    overflow: hidden;
    border-bottom: .02rem solid rgba(0, 0, 0, .1);
}

.drawUl.titleBox li span {
    color: rgba(51, 51, 51, .6);
}

.drawUl li span {
    display: block;
    flex: 1.5;
    overflow: hidden;
    text-align: center;
    font-size: .28rem;
    font-weight: 500;
    color: #333333;
    line-height: .90rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.drawUl li span:first-child {
    flex: inherit;
    width: 0.8rem;
}

.drawUl li span:nth-child(2) {
    flex: 2;
}

.loadText {
    text-align: center;
    font-size: .26rem;
    font-weight: 500;
    line-height: .6rem;
}

/*奖品*/
.prizeUl li {
    display: flex;
    overflow: hidden;
    padding: .32rem 0;
    box-sizing: border-box;
    border-bottom: .02rem solid rgba(0, 0, 0, .1);
}

.prizeUl li img {
    width: 1.60rem;
    height: 1.60rem;
    object-fit: contain;
    margin-right: .24rem;
}

.prizeUl li .prizeMess {
    flex: 1;
    overflow: hidden;
}

.prizeUl li .prizeMess .headBox {
    display: flex;
    overflow: hidden;
    margin-bottom: .08rem;
}

.prizeUl li .prizeMess .headBox h5 {
    flex: 1;
    overflow: hidden;
    font-size: .32rem;
    font-weight: 600;
    color: #333333;
    line-height: .42rem;
}

.prizeUl li .prizeMess .headBox em {
    width: 1.04rem;
    height: .40rem;
    background: #004EE2;
    border-radius: .04rem;
    font-size: .24rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: .40rem;
}

.prizeUl li p {
    font-size: .28rem;
    color: #333333;
    line-height: .37rem;
}

.prizeUl li span {
    display: block;
    font-size: .28rem;
    color: #666666;
    line-height: .37rem;
}

/*兑换详情*/
.prizeDetail {
    margin-top: .32rem;
}

.prizeDetail div {
    display: flex;
    overflow: hidden;
    margin-bottom: .32rem;
}

.prizeDetail div p {
    width: 1.65rem;
    font-size: .32rem;
    color: #333333;
    text-align: center;
    line-height: .42rem;
}

.prizeDetail div span,
.prizeDetail div pre {
    display: block;
    flex: 1;
    overflow: hidden;
    font-size: .32rem;
    color: #333333;
    line-height: .42rem;
    text-align: justify;
}
