html,body{
    width: 100%;
    height: 100%;
}
.register-bg{
    width: 100%;
    height: 100%;
    background: url(../../images/zhuce-bg.png) no-repeat center ;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.zhuce-logo{
    width: 705px;
    margin: 0 auto;
    margin-bottom: 71px;
}
.zhuce-logo img{
    width: 100%;
}
.zhuce-box{
    width: 429px;
    height: auto;
    box-shadow: 0px 15px 40px 3px rgba(63, 77, 100, 0.22);
    background: rgb(255, 255, 255,0.9);
    margin: 0 auto;
    padding-bottom: 41px;
    border-radius: 28px;
}
.zhuce-title{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 41px;
    margin-bottom: 44px;
}
.zhuce-big-text{
    font-size: 40px;
    color: #A8070F;
    margin-right: 24px;
    font-weight: bold;
    padding-left: 23px;
}
.zhuce-sm-text{
    color: #999999;
    font-size: 30px;
    margin-bottom: 10px;
}
.zhuce-name{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 56px;
    padding-right: 65px;
    margin-bottom: 27px;
}
.zhce-name-big-text{
    font-size: 28.42px;
    color: #333333;
}
.zhce-name-sm-text{
    font-size: 15.98px;
    color: #A8070F;
    font-weight: 400;
}
.zhuce-tab{
    display: flex;
    align-items: center;
    padding-left: 55px;
    margin-bottom: 31px;
}
.zhuce-tab-li{
    font-size: 18px;
    color: #333333;
    margin-right: 25px;
}
.zhuce-input-box{
    display: flex;
    align-items: center;
    margin-bottom: 36px;
    padding-left: 30px;
}
.zhuce-left{
    width: 56px;
    height: 56px;
    background: #A8070F;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zhuce-input{
    width: 80%;
    height: 56px;
    border: 1px solid #BFBFBF;
    display: flex;
    align-items: center;
}
.zhuce-input input{
    border: none;
    outline: none;
    background: none;
    font-size: 21px;
    color: #999999;
    padding-left: 19px;
}
.zhuce-yzm{
    color: #A8070F;
    font-size: 16px;
    cursor: pointer;
}
.zhuce-next{
    width: 87%;
    height: 50px;
    background: #A8070F;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 23px;
    margin: 0 auto;
    cursor: pointer;
}
@media screen and (max-width: 768px){
    .zhuce-box{
        width: 84%;
        border-radius: 10px;
    }
    .zhuce-big-text{
        font-size: 34px;
    }
    .zhuce-sm-text{
        font-size: 22px;
    }
    .zhuce-next{
        width: 80%;
        height: 47px;
        border-radius: 4px;
    }
    .zhuce-input-box{
        padding: 0;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .zhuce-left {
        width: 47px;
        height: 44px;
        background: #A8070F;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .zhuce-input {
        width: 77%;
        height: 45px;
        border: 1px solid #BFBFBF;
        display: flex;
        align-items: center;
    }
    .zhuce-left img{
        width: 50%;
    }
    .zhuce-input input {
        border: none;
        outline: none;
        background: none;
        font-size: 16px;
        color: #999999;
        padding-left: 19px;
        width: 100%;
    }
    .zhuce-title{
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .zhuce-logo{
        display: none;
    }
}