* {
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, Microsoft yahei
}

body{
    height: 100%;
    position: relative;
}

.register_top {
    height: 70px;
    width: 100%;
    box-shadow: 0px 6px 8px rgba(188, 188, 188, 0.14);
    background: #fff;
}

.register_middle {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.register_middle .nav_left .logo_img {
    /*width: 96px;*/
    height: 50px;
    /*background: #eee;*/
    margin-right: 16px;
    cursor: pointer;
    
}

.register_middle .nav_left {
    display: flex;
    align-items: center;
}

.page_title {
    font-size: 16px;
    padding-left: 16px;
    border-left: 1px solid #eee;
    color: #333;
    font-weight: 300;
}

.icon_right_a {
    font-size: 18px!important;
}

.nav_left_text {
    font-size: 16px;
    color: #ff9727;
    font-weight: 300;
}

.to_login:hover {
    opacity: .8;
}

.main_color {
    color: #ff9727;
}

.main_bg {
    background: #ff9727;
}

input {
    outline: none;
}

.input_group {
    height: 46px;
    border-bottom: 1px solid #dedede;
    display: flex;
    align-items: center;
    margin-top: 24px;
    box-sizing: border-box;
    position: relative;
}

/* .input_focus {
    border-bottom: 2px solid #ff9727;
} */

.input_focus_line {
    height: 2px;
    width: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #ff9727;
}

.input_focus_line_error {
    background: #d50000;
}

.input_group:first-child {
    margin-top: 0;
}

.input_style {
    line-height: 24px;
    height: 44px;
    width: 100%;
    font-size: 14px;
    color: #333;
    border: none;
    font-weight: 300;
    padding: 8px 0;
    box-sizing: border-box;
    padding-right: 12px;
}

.password-hidden {
    width: 56px;
    text-align: center;
    line-height: 24px;
    color: #333;
    border-left: 1px solid #eee;
    cursor: pointer;
}

a {
    text-decoration: none;
    outline: none;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: none;
    font-size: 14px;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*将背景改为红色*/
    background: #fff;
    /*加padding防止文字覆盖*/
    display: inline-block;
    outline: none;
    color: #333;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 99px;
    position: relative;
}

.select-box {
    display: flex;
    align-items: center;
    height: 46px;
    width: 90px;
    margin-right: 8px;
    position: relative;
    font-size:14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}

.select-arrow {
    color: #333;
    font-size: 12px;
    margin-right: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.select_input {
    position: relative;
}

.get_safecode {
    color: #666;
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    width: 160px;
    line-height: 24px;
    border-left: 1px solid #eee;
    cursor: pointer;
}

.hidden {
    display: none;
}

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
}

.extra_group {
    margin: 30px 0;
    vertical-align: middle;
    overflow: hidden;
}

.yz-checkbox {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    white-space: nowrap;
    outline: none;
    vertical-align: middle;
    line-height: 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-right: 4px;
}

.portocol {
    font-size: 12px;
    line-height: 14px;
    color: #999;
    font-weight: 300;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.portocol_addr:hover {
    cursor: pointer;
    opacity: .8;
}

.inner-checkbox {
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #bbb;
    background: #fff;
    box-sizing: border-box;
    transition: all .3s;
}

.checkbox_checked .inner-checkbox {
    background: #ff9727;
    border: 1px solid #ff9727;
}

.checkbox_tick {
    position: relative;
    font-size: 14px !important;
    color: #fff;
    line-height: 14px;
}

.yz-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 14px;
    height: 14px;
    z-index: 1;
}

.portocol_text {
    display: inline-block;
}

.pull_right {
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
}

.retrieve-btn {
    padding: 0 12px;
    cursor: pointer;
    font-weight: 300;
}

.retrieve-btn:hover {
    opacity: .8;
}

.register-btn:hover {
    opacity: .8;
}

button:hover {
    opacity: .9;
}

.register-btn {
    padding: 0 0 0 12px;
    cursor: pointer;
    border-left: 1px solid #eee;
    font-weight: 300;
}

.main_button {
    width: 100%;
    border-radius: 4px;
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(255, 186, 3) 0%, rgb(255, 119, 39) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255, 186, 3) 0%, rgb(255, 119, 39) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255, 186, 3) 0%, rgb(255, 119, 39) 100%);
    background: #ff9727;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.clear {
    clear: both;
}

.extra_group_for_binding .retrieve-btn {
    float: right;
    padding: 0;
    font-weight: 300;
    font-size: 12px;
}

.extra_group_for_binding .retrieve-btn:hover {
    opacity: 0.8;
}

.extra_group_for_register {
    display: flex;
    justify-content: space-between;
}

.hidden-item {
    display: none;
}

.login_footer{
    font-size: 12px;
    color: #999;
    text-align: center;
    line-height: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    width: 1200px;
    margin: 0 auto;
    bottom:0;
}

.error_tips .icon-jingshi{
    font-size: 14px !important;
    line-height: 16px;
}
.login_footer a{ color:#999;}
.portocol_addr a{color: #ff9727;} 
.lbmsg{ color:#d50000; font-size:14px; position:absolute;top:70px}