.register_banner{
    background: url(../images/register_bg1.png) center no-repeat;
    background-size: cover;
}
.return_back_p{
    padding: 18px 0;
}
.return_back{
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(255,255,255,0.1);
}
.return_back img{
    margin-right: 4px;
}
.return_back span{
    display: inline-block;
    vertical-align: middle;
}
.return_back:hover{
    transition: all 0.2s;
    background-color: rgba(255,255,255,0.3);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}
.register_banner_tit{
    text-align: center;
    border-top: 1px solid rgba(238,238,238,0.7);
    padding: 30px 0 40px;
}
.register_banner_tit_p{
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}
.register_banner_tit_p2 a{
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
#uploadWJ{
    width: 87px;
    height: 30px;
    color: #fff;
    border: 0;
    outline: 0;
    cursor: pointer;;
    background: #6A8DEF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.register_main{
    margin: 50px 0;
}
.register_main .content_wall{
    background: #FBFCFF;
    box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.16);
    padding: 30px;
    font-size: 14px;
    color: #333;
}
.register_main_tit{
    font-size: 22px;
    font-weight: bold;
    color: #3B81F6;
    padding-bottom: 5px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 15px;
}
.register_main_li_label{
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    text-align: right;
    margin-right: 8px;
}
.register_main_li_label i{
    color: #ff0000;
}
.register_main_ul li{
    float: none;
    margin-bottom: 15px;
}
.register_main_ul li.register_main_li{
    float: left;
    width: 50%;
}
.register_main_input{
    width: 345px;
    padding: 8px;
    border: 1px solid #C0C1C2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
textarea.register_main_input{
    vertical-align: top;
    width: 80.5%;
}
.register_main_input:focus{
    outline: 1px solid #3B81F6;
}
.max_length{
    padding-left: 160px;
}
.register_upload_file{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 25px;
}
.register_upload_file:hover{
    opacity: 0.8;
}
#file{
    position: absolute;
    left: 0;
    top: 0;
    width: 87px;
    height: 30px;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}
.register_upload_tip{
    margin-top: 5px;
}
.register_upload_tip span{
    display: inline-block;
    vertical-align: middle;
}
.max_length span{
    vertical-align: top;
}
.register_upload_filename{
    display: none;
    vertical-align: middle;
}
.register_upload_filename a{
    color: #333;
}
.register_upload_filename i{
    font-style: normal;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    background-color: #ccc;
    color: #333;
    margin-left: 8px;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.chechGroup{
    display: inline-block;
    vertical-align: middle;
}
.chechGroup label input{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.chechGroup label{
    margin-right: 30px;
}
.chechGroup label:nth-of-type(5){
    margin-right: 0;
}
#managementElseText{
    border: 0;
    border-bottom: 1px solid #C4C3C3;
    width: 145px;
}
#managementElseText:focus{
    outline: 0;
    border-bottom: 1px solid #3B81F6;
}
.password_tip{
    padding-left: 160px;
    color: #666;
    font-size: 12px;
}
.add_contact{
    font-size: 14px;
    color: #3B81F6;
    border: 1px solid #3B81F6;
    padding: 4px 8px;
    font-weight: 500;
    float: right;
}
.add_contact:hover{
    opacity: 0.8;
}
.add_contact:focus{
    color: #3B81F6;
}
.registerBtn{
    width: 120px;
    height: 34px;
    background: #6A8DEF;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    border: 0;
    display: block;
    cursor: pointer;
    margin: 30px auto 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.registerBtn:hover{
    opacity: 0.8;
}
.register_main_ul{
    overflow: hidden;
    padding-top: 5px;
}
.register_contact_info{
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.register_contact_info:last-child{
    border-bottom: 0;
}
.del_contact{
    position: absolute;
    right: 0;
    top: 4px;
    cursor: pointer;
}
.del_contact:hover{
    opacity: 0.8;
}
@media(max-width:1200px) and (min-width:992px) {
    .register_main_input{
       width: 245px; 
    }
    .chechGroup{
        width: 67%;
    }
    .register_main .content_wall{
        width: 95%;
    }
}
@media(max-width:992px) and (min-width:768px) {
    .register_main_input{
       width: 163px; 
    }
    .chechGroup{
        width: 67%;
    }
    .register_main .content_wall{
        width: 95%;
    }
}
@media(max-width:768px) {
    .return_back_p{
        padding-left: 15px;
    }
    .return_back{
        font-size: 14px;
    }
    .register_banner_tit_p{
        padding: 15px;
        font-size: 22px;
    }
    .register_main_ul li.register_main_li{
        width: 100%;
        float: none;
    }
    .register_main_li_label{
        text-align: left;
        font-weight: bold;
        width: auto;
    }
    .register_main_input{
        width: 100%;
    }
    .register_upload_file{
        display: block;
        margin: 10px 0;
    }
    .register_upload_tip span:nth-of-type(2){
        width: 70%;
        vertical-align: top;
    }
    .register_main .content_wall{
        padding: 15px 15px 30px;
    }
    .chechGroup label:not(:nth-of-type(5)){
        display: block;
    }
    .password_tip{
        padding-left: 0;
    }
    .registerBtn{
        margin-top: 15px;
    }
}
/* 登录 */
.login_header{
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.06);
}
.login_header .content_wall{
    padding: 15px 0;
}
.login_main .content_wall{
    height: 700px;
    position: relative;
}
.login_form{
    width: 340px;
    position: absolute;
    right: 0;
    top: 24%;
}
.login_tit{
    font-size: 30px;
    margin-bottom: 15px;
}
.login_ul li{
    margin-bottom: 15px;
}
.login_ul input{
    font-size: 16px;
    padding: 13px 8px 13px 40px;
    border: 1px solid #aaa;
    width: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.username_tip,.password_tips{
    font-size: 12px;
    color: #ff0000;
    padding: 5px;
    padding-left: 15px;
    height: 30px;
}
.login_ul input:focus{
    outline: 1px solid #3B81F6;
    border-radius: 25px;
}
.loginBtn{
    width: 100%;
    height: 50px;
    border: 0;
    color: #fff;
    background-color: #3B81F6;
    font-size: 16px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    cursor: pointer;
}
.loginBtn:hover{
    opacity: 0.8;
}
.login_forget{
    text-align: right;
    font-size: 14px;
    padding: 8px;
}
.login_forget a{
    color: #999;
    margin: 0 10px;
    display: inline-block;
}
.login_forget a:hover{
    color: #3B81F6;
}
.login_input{
    position: relative;
}
.login_input > span{
    position: absolute;
    width: 25px;
    height: 25px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.login_main{
    background: url(../images/loginbg.png) center no-repeat;
    background-size: cover;
}
/* 登录页版权 start */
.home_footer{
    padding: 30px 0 14px;
}
.home_footer_left_n > li:nth-of-type(1){
    margin-top: 0;
}
.home_footer .content_wall{
    min-height: 107px;
}
.home_footer_left{
    padding-left: 0;
}
.foot_left_li{
    float: left;
    margin-right: 30px;
}
/* 登录页版权 end */
/* 忘记密码 start */
#prope_pass,#prope_code,#prope_confirm{
    overflow: visible;
    background: url(../images/tc_bg.png) top right no-repeat;
}
.pass_window{
    padding: 40px 15px 15px;
}
.pass_window_cod{
    padding-top: 60px;
}
.registerMail_input{
    margin-bottom: 10px;
}
.registerMail_input span{
    color: #333;
    font-size: 16px;
    font-weight: bold;
    /* width: 42px; */
    display: inline-block;
    vertical-align: middle;
}
.registerMail_input input{
    width: 100%;
    /* width: calc(100% - 42px); */
    border: 1px solid #999;
    font-size: 16px;
    padding: 8px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.registerMail_input input:focus{
    outline: 1px solid #3B81F6;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.registerMail_tip{
    font-size: 14px;
    color: #999;
    padding: 0px 0px 0 0;
}
.prope_pass_con .layui-layer-btn{
    text-align: center;
    bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
}
.prope_pass_con .layui-layer-btn a{
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    background-color: #3B81F6;
    border-color: #3B81F6;
    color: #fff;
}
.prope_pass_con .layui-layer-btn a.layui-layer-btn1{
    background-color: #fff;
    border-color: #3B81F6;
    color: #3B81F6;
}
.prope_pass_con .layui-layer-btn a:hover{
    opacity: 0.8;
}
.registerMail_input span{
    display: block;
}
.prope_window_confirm{
    padding-top: 35px;
}
/* 忘记密码 end */

@media (min-width:768px) and (max-width:1200px) {
    .login_form{
        right: 15px;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .home_footer_left_f{
        width: 40%;
        float: left;
    }
    .home_footer_left_n{
        width: 51%;
        float: left;
    }
    .foot_left_li{
        float: none;
    }
    .home_footer_left li:nth-of-type(1) img{
        width: 100%;
    }
    .home_footer_left_n{
        padding-left: 10px;
    }
    .home_footer{
        padding: 15px 0 35px;
    }
    .login_main{
        background: url(../images/loginbg.png) 66% no-repeat;
    }
}
@media (max-width:768px) {
    .login_header .content_wall{
        padding: 15px;
    }
    .login_header .content_wall img{
        width: 70%;
    }
    .login_form{
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .home_footer .content_wall,.home_footer_con{
        overflow: hidden;
    }
    .home_footer_con{
        padding: 0 15px;
    }
    .home_footer_left li{
        float: none;
    }
    .login_main {
        background: url(../images/loginbg.png) 57% no-repeat;
    }
}
/* 登录页版权 end */


