#verify{
    position: absolute;
    width: 100%;
}
.my_prize{
    position: fixed;
    pointer-events: auto;
    width: 3.6rem;
    z-index: 19;
    right: 0.5rem;
    bottom: 10rem;
}
.common_cj{
    /* max-width: 750px; */
    /* margin: 0 auto; */
}
.common_cj .cj_bg{
    position: absolute;
    width: 100%;
    height: 30rem;
    background: url(./bg-hb.png) no-repeat;
    background-size: contain;
}
.common_cj .cj_bg .cj_kai{
    position: absolute;
    pointer-events: auto;
    width: 40%;
    left: 50%;
    margin-left: -20%;
    margin-top: 51%;
}
.common_cj .cj_wzj .bg_wzj{
    display: block;
    width: 70%;
    margin: 10% auto 0 auto;
}
.common_cj .cj_wzj .btn_close{
    position: absolute;
    right: 8%;
    top: 3%;
}
.common_cj .cj_zj2{
    position: absolute;
    width: 50%;
    height: 30rem;
    background: url(./bg-zj-hb.png) no-repeat;
    background-size: contain;
    left: 50%;
    margin-left: -25%;
}
.common_cj .cj_zj2 .prize_name{
    text-align: center;
    color: #fff;
    margin-top: 1rem;
}
.common_cj .cj_zj2 .btn_close2{
    position: absolute;
    width: 80%;
    /* height: 60%; */
    top: 18rem;
    left: 50%;
    margin-left: -40%;
}

.common_cj .cj_zj{
    position: absolute;
    width: 90%;
    height: 40rem;
    
    background: url(./bg-zj2.png) no-repeat;
    background-size: contain;
    left: 50%;
    margin-left: -45%;
}
.common_cj .cj_zj .prize_name{
    text-align: center;
    color: #fff721;
    /* margin-top: 10rem; */
    width: 92%;
    margin: 10rem auto 0 auto;
    background: url(./prize-tip.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 0.4rem;
}
.common_cj .cj_zj .info{
    /* position: absolute;
    width: 80%;
    height: 60%; */
    width: 100%;
    margin: 0 auto 0 auto;
    background: url(./bg-info.png) no-repeat;
    background-size: 100% 100%;
    padding: 1rem;
    overflow: hidden;
}
.common_cj .cj_zj .info .flex{
    display: flex;
} 
.common_cj .cj_zj .info .in{
    display: flex;
    margin-top: 0.5rem;
    justify-content: center;
} 
/* .common_cj .cj_zj .info .flex .in input{
    width: 70%;
}  */
.common_cj .cj_zj .info .in input{
    width: 70%;
    border-radius: 0.3rem;
    border: 1px solid #bfbfbf;
    padding: 0.1rem 0.3rem;
} 

.common_cj .cj_zj .info .info_tip{
    text-align: center;
    color: #414141;
}
.common_cj .cj_zj .info .info_tip2{
    text-align: center;
    color: #990a0a;
    font-size: 0.8rem;
}
.common_cj .cj_zj .cj_submit{
    position: absolute;
    width: 50%;
    /* height: 60%; */
    top: 23rem;
    left: 50%;
    margin-left: -25%;
    /* background: url(./prize-tip.png) no-repeat;
    background-size: 100% 100%; */
}
.common_cj .cj_zj .cj_submit2{
    /* position: absolute; */
    display: block;
    width: 50%;
    margin: 0.3rem auto;
}
/* .bg_wzj */

.common_prize .prize_con{
    width: 90%;
    margin: 0.5rem auto;
    background-color: #fff;
    border-radius: 0.3rem;
    padding: 0.3rem;
}
.common_prize .prize_con .tip{
    text-align: center;
    font-weight: bold;
}
.common_prize .prize_con .prize_list .item{
    display: flex;
    justify-content: space-between;
    margin-top: 0.4rem;
    background: url(./bg-prize.png) no-repeat;
    background-size: 100% 100%;
    padding: 1rem 1.5rem;
    color: #fff;
}
.common_prize .prize_con .prize_list .item .btn_bu{
    background-color: #fff;
    border-radius: 0.3rem;
    color: #ef356c;
    padding: 0.2rem 0.4rem;
    font-size: 0.8rem;
    width: 5.5rem;
    height: 1.8rem;
    text-align: center;
}
.common_prize .prize_con .prize_list .item .btn_bu.on{
    background-color: #bdbdbd;
    color: #000;
}
.common_prize .prize_con .prize_close {
    display: block;
    pointer-events: auto;
    width: 50%;
    margin: 0.5rem auto;
}
.warp{
    position: relative;
}
#video{
    position: absolute;
    z-index: 9999;
    max-width: 750px;
    width: 100%;
}
.video_margin_top{
    position: relative;
    max-width: 750px;
    width: 100%;
    margin: 0 auto 0 auto;
}