/*
	for counsellor.html
*/
.consultant_form {
    line-height: 34px;
}

/*companyform*/
.newForme-title {
    line-height: 40px;
    border-bottom: 1px solid #eee;
    margin: 0 15px 10px;
}

.newForme-title span {
    padding: 0 10px;
    font-weight: bold;
}

.mt-checkbox {
    margin-bottom: 0;
}

.mt-checkbox > span {
    top: 9px;
}

.businessSegmentation {
    padding: 0 10px 2px 0;
    background: #F9E8D0;
    border-top: 1px dotted #aaa;
}

.bs_close {
    text-align: right;
    padding: 4px 0;
}

.bs_form-group {
    margin-bottom: 15px;
}

.bs_addr_box {
    padding: 4px 0;
    margin: 10px;
    background: #fcf8e3;
}

/**
	login.hmtl   register.html
*/
.register_title {
    font-size: 35px;
    margin-bottom: 28px;
    margin-top: 0;
    position: relative;
}

.register_title a {
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 14px;
}

.register_form {

}

.register_form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.register_form ul li {
    list-style: none;
    position: relative;
}

.newInput {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    outline: none;
    border: 1px solid #ccc;
    text-indent: 19px;

}

.newSelect {
    width: 30%;
    height: 55px;
    float: left;
    border: 1px solid #ccc;
    outline: none;
    text-indent: 10px;
    border-radius: 3px 0 0 0 !important;
}

.phoneInput {
    float: left;
    border-left: none;
    width: 70%;
    border-radius: 0 3px 0 0 !important;
}

.nextInput {
    border-top: none;
}

.lastInput {
    border-radius: 0 0 3px 3px !important;
}

.topInputRadius {
    border-radius: 3px 3px 0 0 !important;
}

.onlyRadius {
    border-radius: 3px !important;
}

.pwd_eyes {
    display: block;
    color: #858585;
    position: absolute;
    right: 20px;
    line-height: 34px;
    top: 0;
}

.send_SMS {
    position: absolute;
    right: 10px;
    top: 11px;
    width: 100px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ccc;
    border-radius: 3px !important;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    /*
    background: -webkit-linear-gradient(top, #fff, #fafafa);
    background: -moz-linear-gradient(top, #fff, #fafafa);
    background: -o-linear-gradient(top, #fff, #fafafa);
    background: -ms-linear-gradient(top, #fff, #fafafa);
    */
    background-color: #3598dc;
    color: #fff;
    border: 0px solid;
}

.send_SMS.disabled {
    background: #508edb;
}

.err_box {
    height: 24px;
    line-height: 24px;
    color: red;
}

.checkbox_label {
    display: block;
    height: 20px;
}

.checkbox_label input {
    margin-right: 2px;
}

.SMS_problem {
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
}

.sms_pop_title {
    width: 240px;
    margin: 0;
}

.sms_pop_title span.sms_close_btn {
    display: block;
    float: right;
    font-size: 20px;
}

.new_register_btn {
    width: 100%;
    border-radius: 3px !important;
    font-size: 18px;
    padding: 0;
    background: #c34a4c;
    border: 1px solid #c34a4c;
}

.third_party {
    height: 20px;
    line-height: 20px !important;
    position: relative;
}

.third_party_line {
    height: 10px;
    border-bottom: 1px solid #C7C7C7;
}

.third_party_title {
    position: absolute;
    background: #eff3f8;
    color: #C7C7C7;
    top: 0;
    width: 130px;
    text-align: center;
    left: 50%;
    margin-left: -65px;
}

ul.third_party_ul {
    margin-top: 15px;
}

.third_party_ul li {
    float: left;
    width: 33%;
    text-align: center;
    height: 50px;
}

.third_party_ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50% !important;
    font-size: 30px;
    color: #fff;
}

.third_party_ul li a:hover {
    color: #fff;
}

.third_party_ul li a.weixin {
    background: #62b900;
}

.third_party_ul li a.qq {
    background: #179adb;
}

.third_party_ul li a.weibo {
    background: #e7162D;
}

.step_box {
    margin-bottom: 20px;
}

.step_item {
    border-top: 5px solid #ccc;
    margin-top: 15px;
    position: relative;
    float: left;
}

.step_item_2 {
    width: 50%;
}

.step_item_3 {
    width: 33.3%;
}

.step_item span {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -17px;
    line-height: 35px !important;
    background: #ccc;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50% !important;
    text-align: center;
}

.step_item .step_font {
    color: #ccc;
    margin-top: 20px;
    text-align: center;
}

.step_item.step_item_cur {
    border-top-color: #5cb85c;
}

.step_item.step_item_cur span {
    background: #5cb85c;
}

.step_item.step_item_cur .step_font {
    color: #5cb85c;
}

.bind_success {
    font-size: 20px;
    color: #5cb85c;
    text-align: center;
}

.login_ad {
    display: block;
    max-width: 515px;
    height: 352px;
    margin: 30px auto 0;
}

.login_ad img {
    display: block;
    width: 100%;
}
