.registration_main{
    min-height: 2712px;
    height: auto;
    background: url("../images/registration/ico_registration_bg.png") no-repeat;
    background-size: cover;
    padding-bottom: 103px;
}
.centerBox{
    margin-top: 95px;
    background: url("../images/registration/ico_registration_content_bg.png") no-repeat;
    width: 1383px;
    height: 2512px;
    padding: 76px 55px 152px 59px;
}
.registration_title{
    font-size: 28px;
    font-weight: 500;
}
.registration_item{
    margin-top: 25px;
}
.registration_item_key{
    margin-bottom: 12px;
    font-size: 20px;
}
.registration_account_input{
    border: none;
    width: 1215px;
    height: 70px;
    border-radius: 70px;
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
}
.registration_pwd_tip{
    color: #e60101;
    font-size: 20px;
    margin-left: 25px;
}

.registration_personal_info{
    margin-top: 113px;
}
.registration_personal_item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 25px;
}
.registration_name_input{
    border: none;
    width: 290px;
    height: 70px;
    border-radius: 70px;
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
}
.registration_personal_gender{
    margin-top: 50px;
    line-height: 25px;
    display: flex;
    align-items: center;
}
.registration_personal_gender input[type='radio']{
    width: 20px;
    height: 20px;
    background: url("../images/registration/ico_radio_check_normal_bg.png") no-repeat;
    background-size: 20px 20px;
    /* 取消默认样式 */
    -webkit-appearance: none;
}
.registration_personal_gender input[type='radio']:checked{
    background: url("../images/registration/ico_radio_check_active_bg.png") no-repeat;
    background-size: 20px 20px;
}
.registration_telephone_input{
    border: none;
    width: 520px;
    height: 70px;
    border-radius: 70px;
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
}
.registration_clinic_info{
    margin-top: 113px;
}
.registration_clinic_country_div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 20px;
}
.registration_clinic_country_div select{
    border: none;
    width: 550px;
    height: 70px;
    border-radius: 70px;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.registration_address_select{
    border: none;
    width: 1245px;
    height: 70px;
    border-radius: 70px;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.registration_bottom{
    margin-top: 200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.registration_bottom_btn{
    background: url("../images/registration/ico_registration_save_bg.png") no-repeat;
    width: 547px;
    height: 74px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 72px;
    cursor: pointer;
}
.require_color_red{
    color: #e60101;
    font-size: 25px;
}


.registration_success_main{
    min-height: 976px;
    height: auto;
    background: url("../images/registration/ico_registration_success_content_bg.png") no-repeat;
    background-size: cover;
    padding-bottom: 103px;
    display: none;
}
.registration_success_div{
    background: url("../images/registration/ico_registration_success_bg.png") no-repeat;
    width: 620px;
    height: 716px;
    margin-top: 95px;
    padding: 139px 90px 125px 90px;
    text-align: center;
}
.registration_success_title{
    font-weight: 500;
    font-size: 38px;
    margin-bottom: 47px;
}
.registration_success_text{
    font-size: 27px;
}
.registration_success_bottom{
    margin-top: 127px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.registration_success_bottom_btn{
    background: url("../images/registration/ico_registration_success_btn_bg.png") no-repeat;
    width: 360px;
    height: 74px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 72px;
    cursor: pointer;
}
