body,html{
    width: 100%;
    height: 100%;
}
.wrap {
    width: 100%;
    height: 100%;
    color: #333;
    position: relative;
}
.wrap{
    width: 11.6rem;
    margin: 0 auto;
}
.imgBg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-logo{
    margin-bottom: .4rem;
}
.header-logo img{
    display: block;
    width: 11.6rem;
    text-align: center;
}
.header-title{
    margin-bottom: .7rem;
}
.header-title img{
    display: block;
    width: 8.4rem;
    margin: 0 auto;
}
.main{
    width: 8.2rem;
    height: 4.2rem;
    overflow: hidden;
    margin: 0 auto;
}
.main .main-fl{
    width: 3.82rem;
    overflow: hidden;
    float: left;
}
.main .main-fr{
    float: left;
    width: 4.38rem;
    height: 4.2rem;
    background: #fff;

}
.main .main-fl img{
    display: block;
    width: 100%;
}
.form-box{
    margin-left: 0.46rem;
    width: 3.36rem;
    margin-top: 0.8rem;
}
.form-list{
    background: url("../img/WechatIMG23.png") no-repeat 0.1rem 0px;
    background-size: 0.3rem;
    height: 0.48rem;
    border-bottom: 2px solid #949494;
    margin-top: 0.3rem;
}
.form-list:nth-of-type(2){
    background: url("../img/WechatIMG22.png") no-repeat 0.1rem 0px;
    background-size: 0.3rem;
}
.form-list input,
.form-list-code input{
    width: 2.5rem;
    margin-left: 0.75rem;
    font-size: 0.2rem;
    margin-top: 0.1rem;
}
input::placeholder{
    color: #b0aeaf;
}
.form-list-code{
    height: 0.44rem;
    border-bottom: 2px solid #949494;
    margin-top: 0.3rem;
}
.form-list-code input{
    margin-left: 0.13rem;
    width: 1.4rem;
}
.form-list-code .list-label{
    display: inline-block;
    width: 0.8rem;
    height: 0.3rem;
    float: right;
    background: #949494;
    margin-right: 0.16rem;
    margin-top: 0.06rem;
}
.list-label img{
	width: 100%;
    height: 100%;
}
.btn{
    width: 100%;
    height: 0.45rem;
    line-height: 0.45rem;
    text-align: center;
    font-size: 0.26rem;
    color: #fff;
    background: #004b9f;
    margin-top: 0.5rem;
    cursor: pointer;
}
.foot{
    width: 96%;
    position: absolute;
    bottom: 0.2rem;
}
.foot img{
    display: block;
    width: 100%;
}

@media screen and (max-width: 1440px) {
    .header-logo {
        margin-bottom: .34rem;
    }
    .header-title {
        margin-bottom: .3rem;
    }
}