* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body, ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, button, textarea, p {
    margin: 0;
    padding: 0
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif
}

td, th {
    font-size: 14px
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%
}

a {
    color: #333;
    text-decoration: none
}

img {
    border: none;
    vertical-align: middle
}

ul, li {
    list-style: none
}

input, textarea, select, button {
    font: 14px "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    clear: both;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

.lf {
    float: left
}

.rt {
    float: right
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.login_bg {
    width: 100%;
    height: 100%;
    background: #000;
}

.main {
    width: 100%;
    height: 100%;
    /* position: fixed; */
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    /*background: rgba(242, 242, 242, 1);*/
    /* background: url(/statics/mjy/v15/images/14.png) no-repeat top center; */
    background-size: cover;
}
.unit_dv{
    width: 100%;
}

.unit {
    /* position: fixed; */
    display: flex;
    height: 100%;
    width: 100%;
    background: #F2F2F2;
}

.loginForm h4.title {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 12px;
    position: relative;
    color: #df5151;
    font-size: 18px;
}

.loginForm h4.title:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #df5151;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0px;
}

.fl_div {
    text-align: center;
    padding-left: 28px;
    color: #fff;
}

.fl_div .line {
    margin-top: 22px;
    margin-bottom: 20px;
    width: 85px;
    height: 3px;
    background-color: #fccf00;
}

.call_tel{
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #d7d7d7;
}
.call_tel .text {
    font-size: 40px;
    color: #000;
    text-align: center;
    font-size: 28px;

}
.login_text_bom{
    font-size: 12px;
    color: #333;
    margin: 50px 0 30px 0;
    width: 100%;
    text-align: center;
}

.loginForm {
    background-color: #ffffff;
    /* box-shadow: -13px 13px 19px 1px rgba(0, 0, 0, 0.4); */
    /* padding: 48px 40px; */
    width: 1200px;
    height: 625px;
    margin: 100px auto;
}
.inputflex{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.inputBody{
   width: 400px;
}

.inputBox {
    position: relative;
    display: flex;
    margin: 20px 0;
}

.inputBox_ml_100{
    margin-left: 100px;
    width: 500px;
}
.inputBox_ml_100 a{
    margin-bottom:10px;
}
.inputBox .input_lable {
   width: 100px;
   text-align: end;
   height: 35px;
   line-height: 35px;
}

.inputBox input {
    padding-left: 14px;
    padding-right: 14px;
    width: 300px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    border: solid 1px #cbcbcb;
    /* margin-bottom: 15px; */
}
.inputBox .form-el-input {
    width: 300px;
}

.yanzCode input {
    width: 170px;
}

.yanzCode a {
    display: flex;
    width: 157px;
    height: 48px;
    border-radius: 3px;
    border: solid 1px #cbcbcb;
    position: absolute;
    right: 0;
    top: 0;
    justify-content: center;
    align-items: center;
    background-color: #F3FBFE;
}

.verifCode input {
    /* padding-right: 105px; */
    width: 200px;
}

.verifCode a {
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #ce0505;
    border: 1px solid #ce0505;
    position: absolute;
    right: 0;
    top: 0;
}

.privacy {
    display: flex;
    justify-content: flex-start;
    padding-left: 20px;
    position: relative;
    color: #999;
    font-size: 12px;
    margin-bottom: 15px;
}

.privacy input[type=checkbox] {
    display: none;
}

.privacy label {
    cursor: pointer;
}

.privacy label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/statics/v2/images/login/checked_no.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 2px;
}

.privacy input[type=checkbox]:checked + label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/statics/v2/images/login/checked.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 2px;
}

.privacy a {
    color: #666;
}

.errorTip {
    padding-bottom: 12px;
}

.tips {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    color: #e45547;
}

.tips img {
    margin-right: 10px;
}

a.submit {
    display: block;
    width: 140px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #ce0505;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 16px;
}
.flex-c-c {
    display: flex;
    padding-left: 100px;
}

.bottom {
    display: flex;
}

.bottom .fll {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    font-size: 16px;
}

.bottom .fll:nth-of-type(2) {
    justify-content: flex-end;
}

.bottom .fll:nth-of-type(1) a {
    color: #2878ff;
}

.bottom .fll span {
    color: #999
}

.bottom .fll:nth-of-type(2) a {
    color: #2878ff;
}

.loginForm .titleUnit {
    width: 100%;
    height: 30px;
    margin: 20px 0 20px 0;
}

.titleUnit .unite {
    height: 25px;
    float: left;
    cursor: pointer;
    position: relative;
    margin-right: 25px;
}

.titleUnit .unite.current:before {
    content: "";
    width: 70px;
    height: 3px;
    background-color: #fdd000;
    border-radius: 1px;
    position: absolute;
    bottom: -5px;
}

.titleUnit .unite h3.title {
    text-align: center;
    color: #999;
    font-size: 18px;
}

.titleUnit .unite.current h3.title {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.loginForm .ksdl{
    text-align: center;
    padding: 30px 10px;
}
.loginForm .ksdl .ksdl-title{
    color: #999;
    margin:20px 0;
}
#veriftycode{
    width: 160px;
    height: 46px;
    line-height: 42px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #F3FBFE;
    text-align: center;
    color: #091591;
    font-style: oblique;
    letter-spacing: 10px;
    font-family: 'Fixedsys';
    cursor: pointer;
    font-size: 30px;
}
.registerDialog{
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
}

.toIndex{
    flex: 1;
    /* background-color: rgb(0 0 0 / 50%); */
}

@media all and (max-width: 640px) {
    .unit{
        height: 400px;
    }
    .fl_div{
        display: none;
    }
    .unit{
        width: 80%;
        transform: translate(-50%,-50%);
        margin: 0;
    }
    .loginForm .titleUnit{
        margin-bottom: 10px;
    }
    .loginForm{
        width: 100%;
    }
    .yanzCode input{
        width: 60%;
    }
    #veriftycode{
        width: 38%;
        height: 48px;
        line-height: 48px;
        font-size: 18px;
    }
    .toIndex{
        position: absolute;
        display: block;
        top: -25px;
        left: -10px;
        background: #ec0505;
        color: #fff;
        width: 24%;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }
    .toIndex a{
        color: #fff;
        display: block;
        font-weight: normal;
    }
}

#app {
    background-size: cover;
}

body {
    background: #fff;
}

.register-top {
    height: 100px;
}

.register-top .register-logo {
    padding-left: 30px;
    width: 40%;
    line-height: 100px;
}

.register-top .register-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 260px;
    max-height: 70px;
}

.register-top .logo-back {
    height: 100px;
    line-height: 100px;
    padding-right: 24px;
}

.register-content {
    padding-bottom: 16px;
    background: #ffffff;
    box-shadow: 0px 2px 12px 0px rgba(182, 192, 219, 0.2);
}

.register-content .reg-top {
    width: 1200px;
    height: 50px;
    background: linear-gradient(270deg, #4eb8ff 0%, #3c7ee5 100%);
    padding-left: 30px;
    text-align: left;
}

.register-content .reg-top h3 {
    font-size: 20px;
    color: #ffffff;
    margin-right: 10px;
    line-height: 50px;
    display: inline-block;
}

.register-content .reg-top span {
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
}

span.fl {}

.reg-content {
    padding-top: 60px;
}

.reg-content .reg-form {
    float: left;
}

.reg-content .reg-form .el-form-item {
    margin-bottom: 20px;
}

.reg-content .reg-form .el-form-item__content {
    width: 450px;
}

.reg-content .reg-form .reg-btn {
    display: block;
    text-align: center;
    width: 300px;
    height: 44px;
    background: #f85252;
    border-radius: 2px;
    font-size: 16px;
    color: #ffffff;
    line-height: 44px;
}

.reg-content .reg-form .reg-btn.disabled {
    background: #dddddd;
    color: #fff;
}

.reg-login {
    width: 343px;
    float: right;
    height: 316px;
    padding-left: 80px;
    padding-right: 80px;
    border-left: 1px solid #dfe3f1;
}

.reg-login .login-title {
    height: 21px;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
    margin-bottom: 56px;
}

.reg-login .login-title a {
    color: #3c7ee5;
}

.reg-login .login-other p {
    height: 19px;
    font-size: 14px;
    color: #666666;
    line-height: 19px;
    margin-bottom: 40px;
}

.reg-login .login-other a {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    text-align: center;
    line-height: 76px;
}

.reg-login .login-other a:last-child {
    margin-right: 0;
}
