body,html{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.pageWrap{
    width: 100%;
}

.header{
    width: 100%;
    height: 7.5rem;
    background: url('https://icon.zhiding.cn/stor-age/special/dell_rocket/images/rocket1.jpg') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 0 .9rem;
    position: relative;
}
.header img{
    width: 4rem;
    position: absolute;
    top: 4rem;
    left: 50%;
    transform: translateX(-50%);
}
.nav{
    width: 100%;
    height: 8.34rem;
    background: url('https://icon.zhiding.cn/stor-age/special/dell_rocket/images/rocket2.jpg') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 0 .9rem;
}
.navbBox{
    width: 4.4rem;
    font-size: 0;
    margin: 1.6rem auto .2rem auto;
}
.navbBox img{
    vertical-align: top;
    width: 50%;
}
.navbBox2{
    width: 4.4rem;
    margin: 0 auto;
}
.navbBox2 img{
    width: 100%;
}
.nav_text{
    color: #1e2e64;
    font-size: .28rem;
    text-align: center;
    margin-top: .2rem;
}


.mains{
    width: 100%;
    height: auto;
}

/* maintit样式 */
.main_tit{
    width: 100%;
    height: auto;
    margin-top: .4rem;
}
.main_tit img{
    width: 100%;
}
/* mainstit样式 */
.main_stit{
    width: 4.7rem;
    height: .58rem;
    margin: 0 auto;
    background: url('https://icon.zhiding.cn/stor-age/special/dell_rocket/images/main/main_stitBg.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin: .4rem auto;
    color: #2b559c;
    font-size: .3rem;
    font-weight: bold;
    text-align: center;
    line-height: .58rem;
}

/* 商品盒子样式 */
ul.main_contBox{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.main_contBox .main_contList{
    width: 2.7rem;
    height: 2.8rem;
    background: url('https://icon.zhiding.cn/stor-age/special/dell_rocket/images/main/main_listBg.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: inline-block;
    padding-top: .35rem;
    position: relative;
    vertical-align: top;
    margin-bottom: .55rem;
}
.main_contBox .main_contList:nth-child(odd){
    margin-right: .25rem;
}
.main_contList .main_cList_img{
    width: 1.84rem;
    height: 1.23rem;
    border-radius: .1rem;
    overflow: hidden;
    margin: 0 auto;
}
.main_contList .main_cList_img img{
    width: 100%;
    height: 100%;
}
.main_contList .main_cList_name{
    width: 2.4rem;
    height: .8rem;
    margin: .1rem auto;
    text-align: center;
    position: relative;
}
.main_contList .main_cList_name p{
    width: 100%;
    color: #ebebeb;
    font-size: .24rem;
    line-height: .28rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main_contList .main_cList_btn{
    width: 2rem;
    height: .5rem;
    line-height: .5rem;
    background: #f44040;
    border-radius: .5rem;
    color: #ebebeb;
    font-size: .24rem;
    text-align: center;
    position: absolute;
    bottom: -.25rem;
    left: 50%;
    transform: translateX(-50%);
}

.main1{
    width: 100%;
    background: url('https://icon.zhiding.cn/stor-age/special/dell_rocket/images/rocket3.jpg') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 0 .9rem;
    overflow: hidden;
}

.main2{
    width: 100%;
    background: url('https://icon.zhiding.cn/stor-age/special/dell_rocket/images/rocket3.jpg') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 0 .9rem;
    overflow: hidden;
    margin-top:-0.01rem;
}
.main3{
    width: 100%;
    background: url('https://icon.zhiding.cn/stor-age/special/dell_rocket/images/rocket4.jpg') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 0 .9rem;
    overflow: hidden;
    margin-top: -0.01rem;
}
.main4{
    width: 100%;
    background: url('https://icon.zhiding.cn/stor-age/special/dell_rocket/images/rocket5.jpg') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    overflow: hidden;
    padding: 0 .9rem;
}
.footer{
    width: 100%;
    height: 8.9rem;
    background: url('https://icon.zhiding.cn/stor-age/special/dell_rocket/images/rocket6.jpg') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 0 .9rem;
}

.jhPopup{
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}
.jh_box{
    width: calc(100% - .4rem);
    border: 1px solid #1e2e64;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: .2rem;
    word-break: break-all;
    border-radius: .2rem;
}
.closePopup {
    color: #aaaaaa;
    float: right;
    font-size: .5rem;
    line-height: .39rem;
    font-weight: bold;
    position: absolute;
    top: -.14rem;
    right: -.14rem;
    background: #fff;
    border-radius: 50%;
    width: .4rem;
    height: .4rem;
    text-align: center;
    border: 1px solid #999;
  }

.rck_LoginPopup{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .8);
}
.rckLogin_box{
    width: 6.65rem;
    height: 9.42rem;
    background: url('https://icon.zhiding.cn/stor-age/special/dell_rocket/images/rp1.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 0 .3rem 1.2rem .3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rckLogin_tit{
    height: .9rem;
    color: #fff;
    font-size: .5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.1rem;
    margin-bottom: .7rem;
}

.rcInput_box{
    width: 6rem;
    height: .7rem;
    background: #195998;
    margin: .25rem auto;
    line-height: .7rem;
    padding: 0 .2rem;
}
.rcInput_box span{
    font-size: .32rem;
    color: #4bdeff;
}
.rcInput_box input{
    border: none;
    background: none;
    font-size: .32rem;
    vertical-align: top;
    color: #fff;
    height: .7rem;
    width: 4rem;
}
.closeReguist{
    height: 1rem;
    width: 2.4rem;
    position: absolute;
    bottom: -.5rem;
    left: .7rem;
    background: url(https://icon.zhiding.cn/stor-age/special/dell_rocket/images/btnBg.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    font-size: .4rem;
    text-align: center;
    line-height: 1rem;
}
.submitBtn{
    height: 1rem;
    width: 2.4rem;
    position: absolute;
    bottom: -.5rem;
    right: .7rem;
    background: url(https://icon.zhiding.cn/stor-age/special/dell_rocket/images/btnBg.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    font-size: .4rem;
    text-align: center;
    line-height: 1rem;
}

.rck_LoginPopup2{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .8);
}
.rckLogin_box2{
    width: 6.65rem;
    height: 6.6rem;
    background: url('https://icon.zhiding.cn/stor-age/special/dell_rocket/images/rp2.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 1.2rem .3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rckLogin_box2 p{
    font-size: .4rem;
    color: #4bdeff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.close_rcPopup{
    height: 1.4rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.rck_LoginPopup3{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .8);
}
.rckLogin_box3{
    width: 6.65rem;
    height: 6.6rem;
    background: url('https://icon.zhiding.cn/stor-age/special/dell_rocket/images/rp2.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 1.2rem .3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rckLogin_box3 p{
    font-size: .4rem;
    color: #4bdeff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.close_rcPopup3{
    height: 1.4rem;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.rck_pdfWrap{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, .8);
    display: none;
}
.rck_pdfBox{
    width: 6.65rem;
    height: 9.42rem;
    background: url('https://icon.zhiding.cn/stor-age/special/dell_rocket/images/rp1.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 0 .3rem 1.2rem .3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rck_pdfUl{
    width: 100%;
    height: 93%;
    overflow: auto;
    padding: 0;
}
.rck_pdfUl li{
    width: 6rem;
    height: 1.1rem;
    background: #195998;
    margin: .25rem auto;
    padding: 0 .2rem;
    position: relative;
}
.rck_pdfUl li p{
    color: #fff;
    max-width: 4.8rem;
    font-size: .2rem;
    position: absolute;
    top: 50%;
    left: .2rem;
    transform: translateY(-50%);
}
.rck_pdfUl li span{
    color: #fff;
    text-decoration: underline;
    position: absolute;
    top: 50%;
    right: .2rem;
    transform: translateY(-50%);
}
.rck_pdfUl li span:hover{
    color: #c33;
    text-decoration: none;
}
.closepdfBox{
    height: 1rem;
    width: 2.4rem;
    position: absolute;
    bottom: -.5rem;
    left: 50%;
    transform: translateX(-50%);
    background: url(https://icon.zhiding.cn/stor-age/special/dell_rocket/images/btnBg.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    font-size: .4rem;
    text-align: center;
    line-height: 1rem;
}