.error_tips{
    color: #d50000;
    font-size: 12px;
    line-height: 16px;
    padding-top: 8px;
}
.register_content {
    width: 1200px;
    margin: 40px auto 0;
    min-height: calc(100vh - 180px);
}

.register_inner_box {
    width: 848px;
    margin: 0 auto;
}

.tab_register-tabNav {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid #dedede;
    color: #999;
    position: relative;
}

.icon-bangding {
    font-size: 20px!important;
    margin-right: 8px;
}

.icon-wanshanxiangqing {
    font-size: 20px!important;
    margin-right: 8px;
}

.tab_register-tabNav .tab-l, .tab-r {
    text-align: center;
    width: 50%;
    height: 60px;
    box-sizing: border-box;
    color: #999;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_register-tabNav .tab-l:hover, .tab-r:hover {
    opacity: 0.8;
}

.tab_register-tabNav .tab-selected {
    color: #ff9727;
}

.selected_line {
    background: #ff9727;
    height: 2px;
    width: 424px;
    position: absolute;
}

.selected_left {
    bottom: -1px;
    left: 0;
    z-index: 1;
}

.selected_right {
    bottom: -1px;
    right: 0;
    z-index: 1;
}

.register_small_box {
    width: 388px;
    margin: 0 auto;
}

.user_welcome {
    background: #f8f8f8;
    width: 388px;
    height: 50px;
    border-radius: 4px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    padding: 6px 16px;
    box-sizing: border-box;
}

.user_portrait {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ccc;
}

.welcome_text {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    font-weight: 300;
    padding-left: 12px;
}

.binging-btn {
    height: 50px;
    width: 100%;
    font-size: 16px;
}

.register-btn{
    height: 50px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 100px;
}

.retrieve-btn {
    padding: 0;
}

.warn_tips {
    color: #666;
    font-size: 12px;
    font-weight: 300;
    margin-top: 8px;
}

.select-service {
    width: 100%;
    position: relative;
}

.register_user_type {
    display: flex;
    justify-content: space-between;
    color: #999;
    font-size: 14px!important;
    margin-top: 40px;
}

.register_user_type p {
    margin-left: 8px;
}

.register_company_type {
    flex: 1;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.register_personal_type {
    margin-left: 30px;
    flex: 1;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.input_group:first-child {
    margin-top: 30px;
}

.type_selected {
    border: 1px solid #ff9727;
    background: rgba(255, 151, 39, .1);
    color: #ff9727;
}

.register_company_type:hover, .register_personal_type:hover {
    opacity: .8;
}

.type_selected:hover{
    opacity: 1;
}
.tab_register-tabNav .tab-selected:hover{
    opacity: 1;
}