.bannerImg {
    background: url(../images/applyTo.png) no-repeat center center;
    background-size: 100%;
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0px;
    text-align: center;
}

.bannerImg img {
    width: 0.6rem;
    height: 0.1rem;
}

.bannerImg h1 {
    display: inline-block;
    font-size: 0.34rem;
    color: #333;
    margin: 0px 0.29rem;
    font-weight: bold;
    vertical-align: middle;
}

.inputBox {
    padding: 0.4rem 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-items: center;
}

.inputBox span {
    display: inline-block;
    font-size: 0.3rem;
    color: #333333;
    text-align: left;
    width: 40%
}

.inputBox input {
    width: 60%;
    text-align: right;
    font-size: 0.3rem;
    color: #aaafb2;
}

.inputBox p {
    display: inline-block;
    width: 60%;
    font-size: 0.3rem;
    color: #aaafb2;
    text-align: right;
}

.inputBox p img {
    width: 0.14rem;
    height: 0.08rem;
    margin-left: 0.2rem;
}

.toPost {
    width: 100%;
    border: none;
    height: 0.9rem;
    background-color: #007fff;
    border-radius: 0.04rem;
    font-size: 0.32rem;
    color: #fff;
    margin: 0.2rem 0px 0.48rem;
    text-align: center;
    cursor: pointer;
    line-height: 0.6rem;
}
.goRegister{
    width: 100%;
    font-size: 0.3rem;
    color: #007fff;
    margin-bottom: 0.69rem;
    cursor: pointer;
}
/*忘记密码 start*/
.forget{
    width: 100%;
    text-align: right;
    font-size: 0.3rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #007fff;
    margin: 0.3rem 0px;
}
/*忘记密码 end*/
/*下方提示*/
.titleBox {
    background-color: #fff;
    padding: 0.48rem 4% 0.56rem 4%;
    display: flex;
    justify-items: center;
    align-items: center;
    border-top: 1px solid #e6e6e6;
}
.qrCodeBox{
    width: 1.39rem;
}
.qrCodeBox img{
    width: 100%;
}
.qrText{
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: #666;
    margin-left: 0.3rem;
    width: calc(100% - 1.69rem);
}

.selectCity {
    cursor: pointer;
}

/*弹框样式 start*/
.layui-m-layer0 .layui-m-layerchild{
    padding: 0px;
}
.layui-m-layercont{
    width: auto;
}
/*弹框样式 end*/