﻿
.z-register-content {
    min-height: 100vh;
    background-color: #fff;
    padding-top: 1rem;
}

.z-register-content .topic {
    height: 7.5rem;/*120*/
}

.z-register-content .topic img{
    width:100%;
    height:100%;
    vertical-align:top;
}


.z-register-content .step {
    display: flex;
    height: 2.75rem; /*44*/
    margin: 0.3125rem 0;
    color: #fff;
    font-size:0.875rem;
}

.z-register-content .step .step-col{
    flex:1;
    position:relative;
    display:inline-block;

}


.z-register-content .step .step-col span {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    text-align: center;
    height: 2.75rem; /*44*/
    line-height: 2.75rem; /*44*/
    z-index:999;
}

.z-register-content .step .step-col img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    z-index: 998;
}

.z-register-content .userInfo {
    margin-top:1rem;
    font-size: 0.875rem;
}

/*color:#999*/

.z-register-content .userInfo:before {
    content: "用户信息";
    padding-left: 8px;
    width: 100%;
    background: rgb(245, 245, 245);
    border-left: 4px solid rgb(76, 158, 228);
        
}

/*
.z-register-content .userInfo form {
    
}*/

.col-10 {
    padding-left:0;
}

.col-3 {
    padding-left: 0;
}

.col-2 {
    padding-left: 0;
}

.col-7 {
    padding-left: 0;
}
.col-8 {
    padding-left: 0;
}

.z-register-content .invoice {
    margin-top: 1rem;
    font-size: 0.875rem;
    padding-bottom:2rem;
}
.z-register-content .invoice:before {
    content: "发票信息";
    padding-left: 8px;
    width: 100%;
    background: rgb(245, 245, 245);
    border-left: 4px solid rgb(76, 158, 228);
}

.z-register-content .invoice form {
    padding-top: 1rem;
    padding-left: 15%;
    padding-right: 15%;
}