/* 注册页面2 */
.user-register2-container{
    width: 100%;
    padding-top: 6.75rem;
}
.user-register2-container-content{
    width: calc(58.125rem - 11.25rem);
    padding: 5rem 5.625rem;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 1.25rem;
}
.user-register2-container-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.user-register2-container-header-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.user-register2-container-header-title{
    width: 100%;
    text-align: left;
    font-size: 1.875rem;
    font-weight: 400;

    color: #444444;
}
.user-register2-container-header-right{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.user-register2-container-header-types{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.user-register2-container-header-type{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1.75rem;
    background-color: #c42733;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 0.625rem;
}
.user-register2-container-header-type:last-of-type{
    margin-right: 0;
}
.user-register2-container-header-type-icon{
    width: 1.75rem;
    height: 1.75rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.user-register2-container-header-type-icon-img{
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
}
.user-register2-container-body{
    width: 100%;
    padding-top: 1.5625rem;
}
.user-register2-container-form{
    width: 100%;
}
.user-register2-container-form-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: #f2f2f2 solid 1px;
    padding-bottom: 1.875rem;
}
.user-register2-container-form-item-label{
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;

    color: #444444;
    padding-top: 2.5rem;
}
.user-register2-container-form-item-label span{
    color: #c42733;
}
.user-register2-container-form-item-value{
    width: 100%;
    padding-top: 1.875rem;
}
.user-register2-container-form-item-value-wrap{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}
.user-register2-container-form-item-value-wrap:last-of-type{
    margin-bottom: 0;
}
.user-register2-container-form-item-value-wrap label{
    margin-right: 2.125rem;
}
.user-register2-container-form-item-value-wrap label:last-of-type{
    margin-right: 0;
}
.user-register2-container-form-item-radio{
    margin-right: 0.625rem;
    accent-color: #c42733;
}
.user-register2-container-form-item-value-input-wrap{
    flex: 1;
    margin-right: 2.5rem;
    border: #e0e0e0 solid 1px;
    border-radius: 1.25rem;
    padding: 1.875rem 1.875rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.user-register2-container-form-item-value-input-wrap-start{
    align-items: flex-start;
}
.user-register2-container-form-item-value-input-wrap:last-of-type{
    margin-right: 0;
}
.user-register2-container-form-item-value-label{
    font-size: 1rem;
    font-weight: 400;

    color: #444444;
}
.user-register2-container-form-item-value-label span{
    color: #c42733;
}
.user-register2-container-form-item-value-input{
    flex: 1;
    border: none;
    outline: none;
    padding-left: 0.625rem;
    font-size: 1rem;
    font-weight: 400;

    color: #444444;
}
textarea.user-register2-container-form-item-value-input{
    height: max-content;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;

    color: #444444;
}
.user-register2-container-form-item-value-tips{
    width: 100%;
    text-align: left;
    font-size: 1rem;

    color: #444444;
}
.user-register2-container-form-item-value-btn{
    width: max-content;
    padding: 0 4.375rem;
    height: 4.25rem;
    border-radius: 2.125rem;
    background-color: #444444;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.user-register2-container-form-item-value-btn-icon{
    width: 1.125rem;
    height: 1.125rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 0.9375rem;
}
.user-register2-container-form-item-value-btn-icon-img{
    width: 1.125rem;
    height: 1.125rem;
    object-fit: contain;
}
.user-register2-container-form-item-value-btn-title{
    flex: 1;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 400;

    color: #ffffff;
}
.user-register2-container-footer{
    width: 100%;
    padding-top: 3.75rem;
}
.user-register2-container-footer-tips{
    width: 100%;
    text-align: left;
    font-size: 1rem;

    color: #444444;
}
.user-register2-container-footer-tips span{
    color: #c42733;
}
.user-register2-container-footer-actions{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 1.875rem;
}
.user-register2-container-footer-action{
    width: max-content;
    padding: 0 5.625rem;
    height: 4.25rem;
    border-radius: 2.125rem;
    background-color: #c42733;
    color: #ffffff;
    line-height: 4.25rem;
    font-size: 1.25rem;
    font-weight: 400;
    text-decoration: none;
}