/*
* @Author: Marte
* @Date:   2019-05-18 10:14:32
* @Last Modified by:   Marte
* @Last Modified time: 2019-06-27 20:08:10
*/
.register_top {
    width:1200px;
    margin:20px auto;
    overflow:hidden;
}
.register_logo,
.register_welcom {
    float:left;
}
.register_welcom {
    margin-left:20px;
    margin-top:10px;
    padding:10px 20px;
    height:30px;
    border-left:1px solid #dcdcdc;
    font-size:26px;
    color:#ff801f;
    line-height:30px;
}
.register_hasid {
    float: right;
    font-size:18px;
    color:#333;
    margin-top:20px;
}
.register_hasid a {
    color:#ff7000;
}
.register_form {
    width:1200px;
    height:624px;
    margin:40px auto;
    border:1px solid #e2e2e2;
    border-top:2px solid #ff7000;
}
.register_form h3 {
    font-size:24px;
    text-align:center;
    margin-top:60px;
}
.register_form em {
    color:#ff7000;
    margin-right:6px;
}
.register_form form div {
    width:400px;
    height:44px;
    margin:0 auto;
    margin-top:36px;
}
.register_form span {
    line-height:44px;
    font-size:14px;
    padding-left:4px;
}
.register_form_phoneMess_button {
    float:right;
    width:80px;
    height:44px;
    margin-left:10px;
    background-color:#ff801f;
    border:1px solid #e2e2e2;
    border-radius:4px;
    color:#fff;
    font-weight:500;
    outline:none;
    cursor:pointer;
}
.forbid_btn {
    background-color: #ccc;
    cursor: not-allowed;
}
.register_form_userName input,
.register_form_phoneMess input,
.register_form_pwd input {
    float:right;
    width:300px;
    height:44px;
    border:1px solid #e2e2e2;
    border-radius:4px;
    padding-left:10px;
    box-sizing:border-box;
}
.register_form_phoneMess input {
    width: 210px;
}

.register_submit {
    display:block;
    margin:80px auto;
    width:400px;
    height:44px;
    border:1px solid #e2e2e2;
    border-radius:6px;
    color:#fff;
    background-color:#ff7000;
    font-weight:700;
    font-size:18px;
}