*, :after, :before {
    box-sizing: border-box;
}
article, aside, blockquote, body, dd, div, dl, dt, fieldset, footer, form, h1, h2, h3, h4, h5, h6, header, img, input, label, li, main, p, pre, textarea, ul {
    display: block;
}
body {
    line-height: 1.5;
    font-family: 微软雅黑,microsoft yahei,arial;
    color: #343a40;
    font-size: 14px;
    background: #f5f7fa;
    min-height: 100%;
    overflow-y: auto!important;
}
a {
    text-decoration: none;
    display: inline-block;
    color: #343a40;
}
a, abbr, acronym, address, applet, b, big, blockquote, body, button, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    appearance: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-family: 微软雅黑,microsoft yahei,arial;
}
a:focus, a:hover, a:visited {
    text-decoration: none;
}
a:focus, a:visited {
    color: #343a40;
}
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
a, button {
    transition: all .15s linear;
    -moz-transition: all linear .15s;
    -webkit-transition: all .15s linear;
}

ul,ol{list-style: none;}
img{
　　vertical-align：top；
　　border：none;
}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
.button{
    border:0;
    background-color:none
    outline:none;
    -webkit-appearance: none;
}
i{font-style: normal;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
/* 火狐 */
input{
    -moz-appearance:textfield;
}
input[type=checkbox]:checked:after{}
table{border-collapse:collapse;border-spacing:0;}
select {-webkit-appearance: none;border-radius: 0;}

.header{
    height: 100px;
    background: #f9fafc;
    border-bottom: 1px solid #f0f3f8;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}
.wrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}
.logo{
    float: left;
    padding-top: 32px;
}

.logo a {
    width: 170px;
}

.logo a img {
    width: 170px;
/*     height: 35px; */
}
.r-info {
    font-size: 14px;
    float: right;
    padding-top: 38px;
}
.r-info span {
    margin-right: 20px;
}
.c-primary {
    color: #0e7eb5;
}
.r-info a {
    color: #0e7eb5;text-decoration: none;
}
.page-box{
    padding-top: 50px;
}

.img-box {
    width: 760px;
    float: left;
    height: 410px;
    background: url(login-bg.jpg) no-repeat 0 0;
    border-radius: 5px;
    overflow: hidden;
}

.img-box .wrap-slogan {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 120px 100px 0;
}
.img-box .wrap-slogan h4 {
    font-size: 36px;
    color: #f6b03c;
    margin-bottom: 20px;
}
.img-box .wrap-slogan p {
    font-size: 18px;
    margin-bottom: 10px;
}
.login-reg {
    width: 400px;
    border-radius: 5px;
    padding: 20px 30px;
    background: #fff;
    height: 410px;
    float: right;
}
.el-tabs__header {
    padding: 0;
    position: relative;
    margin: 0 0 15px;
}

.el-tabs__nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
    position: relative;
}
.el-tabs__nav-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #e8ecf4;
    z-index: 1;
}
.el-tabs__nav-scroll {
    overflow: hidden;
}

.el-tabs__nav {
    white-space: nowrap;
    position: relative;
    transition: transform .3s;
    float: left;
    z-index: 2;
}

.el-tabs__active-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #0e7eb5;
    z-index: 1;
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    list-style: none;
}

.login-reg.ja-tabs .el-tabs__nav.is-top .el-tabs__item {
    width: 170px;
    font-size: 16px;
    height: 50px;
    text-align: center;
}

.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2), .el-tabs--bottom .el-tabs__item.is-top:nth-child(2), .el-tabs--top .el-tabs__item.is-bottom:nth-child(2), .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 0;
}
.el-tabs__item.is-active {
    color: #0e7eb5;
}
.el-tabs__item {
    padding: 0 20px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #343a40;
    position: relative;
}
.el-tabs__content {
    overflow: hidden;
    position: relative;
}
.form-box {
    padding-top: 20px;
}
.btn-box {
    padding-top: 10px;
}
.btn-box button {
    width: 100%;
    height: 44px;
}
.el-button--primary.is-disabled, .el-button--primary.is-disabled:active, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover {
    color: #fff;
    background-color: #87bfda;
    border-color: #87bfda;
}
.el-button.is-disabled, .el-button.is-disabled:focus, .el-button.is-disabled:hover {
    color: #c0c7ce;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #f0f3f8;
}
.el-button {
    transition: all .15s linear;
    -moz-transition: all linear .15s;
    -webkit-transition: all .15s linear;
}
.login-reg.ja-tabs .form-item .el-input__inner {
    height: 44px;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #e2e7f1;
    box-sizing: border-box;
    color: #6c757d;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
.el-tabs__nav {
    white-space: nowrap;
    position: relative;
    transition: transform .3s;
    float: left;
    z-index: 2;
}
.el-input__suffix {
    right: 5px;
    transition: all .3s;
}

.el-input__prefix, .el-input__suffix {
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    height: 100%;
    color: #c0c7ce;
    text-align: center;
}
.el-input__suffix-inner {
    pointer-events: all;
}
.el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    transition: all .3s;
    line-height: 40px;
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #e2e7f1;
    color: #6c757d;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.desc {
    padding-top: 40px;
    color: #99a2aa;
    font-size: 12px;
}
.desc {
    padding-top: 40px;
    color: #99a2aa;
    font-size: 12px;
}
.el-button--primary.is-disabled, .el-button--primary.is-disabled:active, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover {
    color: #fff;
    background-color: #87bfda;
    border-color: #87bfda;
}
.el-form-item {
    margin-bottom: 22px;
}
.form-box {
    padding-top: 20px;
}
.form-item.code .get-code-box.disabled {
    color: #99a2aa;
    cursor: not-allowed;
}
.form-item.code .get-code-box {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 42px;
    width: 120px;
    text-align: center;
    line-height: 42px;
    color: #0e7eb5;
    font-size: 12px;
    cursor: pointer;
    background: #f5f7fa;
    transition: all .15s linear;
    -moz-transition: all linear .15s;
    -webkit-transition: all .15s linear;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.form-item.code .get-code-box.disabled {
    color: #99a2aa;
    cursor: not-allowed;
}
.el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}
.form-item.code .get-code-box {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 42px;
    width: 120px;
    text-align: center;
    line-height: 42px;
    color: #0e7eb5;
    font-size: 12px;
    cursor: pointer;
    background: #f5f7fa;
    transition: all .15s linear;
    -moz-transition: all linear .15s;
    -webkit-transition: all .15s linear;
}
.page-footer, .page-footer .foot-menu {
    padding-bottom: 30px;
}
.page-footer {
    margin-top: 80px;
    /* border-top: 1px solid #e2e7f1; */
    padding-top: 50px;
}
.copys {
    border-top: 1px solid #e2e7f1;
    padding-top: 30px;
    font-size: 12px;
    text-align: center;
}
.copys p {
    margin-bottom: 7px;
    color: #99a2aa;
}