.upgrade-box1{
    position: fixed;
    top:50%;
    left:50%;
    width:81.33%;
    height:26.2rem;
    padding:17.5rem 0 0 0 ;
    background: url(https://images.zhongmin.cn/00/wap/images/00_upgrade/bg1.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    text-align: center;
    z-index:101;
}

.ticket-img{
    width:26.5rem;

}
.regbtn1{
    display: inline-block;
    width:26.6rem;
    margin-top:3rem;
}
.com-img{width: 100%}
.mb30{margin-bottom: 1.5rem}
.close-Btn{
    top:2.75rem;
    right:.7rem;
    width:2.65rem;
    height:2.65rem;
}

.upgrade-box2{
    position: fixed;
    top:50%;
    left:50%;
    width:81.33%;
    height:17rem;
    padding:17.5rem 0 0 0 ;
    background: url(https://images.zhongmin.cn/00/wap/images/00_upgrade/bg2.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    text-align: center;
    z-index:101;
}
.bg3{
    background: url(https://images.zhongmin.cn/00/wap/images/00_upgrade/bg3.png) no-repeat;
    background-size: 100% 100%;
}

.tk-shade{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.6);
    z-index:100;
}