*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    width: 100%;
    height: 100vh;
}
.reg-box {
    width: 100%;
    height: 100%;
    background: url("../imgs/zc-bg.jpg") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.logo-box {
    width: 11rem;
    /*height: 0.94rem;*/
    position: absolute;
    left: 1.48rem;
    top: 0.1rem;
}
.logo-box img {
    width: 100%;
    height: 100%;
}
.content-box {
    width: 16.08rem;
    height: 7.1rem;
    background: #fff;
    position: absolute;
    left: 8%;
    top: 1.6rem;
    border-radius: 0.2rem;
    padding: 0.3rem 0.4rem;
    font-size: 0.16rem;
    display: flex;
}
.content-box .left {
    width: 4.38rem;
    height: 3.54rem;
    margin-top: 0.4rem;
}
.content-box .left img {
    width: 100%;
    height: 100%;
}
.content-box .right {
    margin-left: 0.15rem;
}
.reg-title {
    font-size: 0.3rem;
    color: #333;
    font-weight: 400;
    margin: 0 0 0.3rem 2.2rem;
}
.item {
    margin-bottom: 0.26rem;
    display: flex;
    align-items: center;
}
.label {
    font-size: 0.18rem;
    width: 1.2rem;
    display: inline-block;
}
.red {
    color: #FF0000;
    margin-right: 0.08rem;
}
.item .input {
    width: 4.46rem;
    height: 0.5rem;
    border-radius: 0.1rem;
    outline: none;
    border: none;
    border: 0.01rem solid #777777;
    padding-left: 0.24rem;
    font-size: 0.16rem;
}
.input::placeholder {
    color: rgb(149,149,149);
}
.item .spe-inp {
    width: 2.89rem;
    margin-right: 0.17rem;
}
.tips {
    margin-left: 0.17rem;
    font-size: 0.16rem;
    color: #999999 ;
}
.zc-btn {
    color: #fff;
    width: 5.79rem;
    height: 0.53rem;
    background: #2C5CCB;
    outline: none;
    border: none;
    border-radius: 0.27rem;
    cursor: pointer;
    font-size: 0.24rem;
    box-sizing: border-box;
}
.zc-btn:active {
    transition: 0.3s all;
    transform: scale(0.98);
}
.yzm-box, .dxyzm {
    width: 1.39rem;
    height: 0.5rem;
    margin-right: 0.16rem;
    border-radius: 0.1rem;
    overflow: hidden;
}
.yzm-box img {
    width: 100%;
    height: 100%;
}
.blue {
    color: #237DD8;
    cursor: pointer;
}
.blue:hover {
    color: #409EFF;
}
.dxyzm {
    background: #237DD8;
    line-height: 0.5rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border: none;
    font-size: 0.18rem;
}
.yz-box {
    position: relative;
}
.error-tips {
    position: absolute;
    font-size: 0.14rem;
    color: red;
    /* display: none; */
}