html,body {
    width: 100%;
    height: 100%;
    color: #161628;
    background-color: #f5f7fd;
    background-image: url('../images/bj.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
}

body {
    padding: 0;
    margin: 0;
    min-width: 1200px;
    color: #161628;
    line-height: 1; }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
p {
    margin: 0; }
a {
    color: #161628;
    text-decoration: none;
    display: inline-block; }

a:hover {
    color: #0070ef; }

.login .header {
    width: 100%;
    height: 62px;
    background-color: #fff;
}

.login .header .w1200 .header-right, .login-page .header .w1200 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login .header .w1200 {
    width: 1200px;
    height: 62px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login .header .w1200 .header-right .icon-phone {
    width: 19px;
    height: 19px;
    margin-right: 13px;
}

.login .login-core-container {
    width: 950px;
    background: #fff;
    border-radius: 10px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login .login-core-container .carousel-box {
    width: 350px;
    height: 540px;
    margin-right: 97px;
}

.login .login-core-container .carousel-box .login-title {
    position: absolute;
    color: #fff;
    margin-left: 52px;
    margin-top: 80px;
    text-align: center;
}

.login .login-core-container .carousel-box .login-title h1 {
    font-size: 30px;
}

.login .login-core-container .carousel-box .login-title h3 {
    font-weight: normal;
    font-size: 16px;
}

.login .login-core-container .form-box {
    width: 380px;
    padding: 40px 0 30px 0;
    box-sizing: border-box;
}

.login .login-core-container .form-box>.title {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.login .login-core-container .form-box>.title .pre {
    background-image:-webkit-gradient(linear, left top, right bottom, from(#ff702e), to(#ff485c));
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
    border-top-left-radius:12px;
    border-bottom-right-radius:12px;
    position: absolute;
    right: -60px;
    font-weight: normal;
}

.login .login-core-container .form-box .el-form-item .el-form-item__content .el-input__inner{
    width: 380px;
    height:48px;
}

.login .login-footer {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 50px;
}

.login .login-footer .login-footer-link {
    margin: 20px 0;
}

.login .login-footer .login-footer-link a {
    padding: 0 15px;
    box-sizing: border-box;
}

.login-footer .copyright .beian, .global-footer .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-footer .copyright {
    line-height: 19px;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login .login-core-container .form-box .forget-password {
    line-height: 38px;
    text-align: right;
}

.c-161628 {
    color: #161628;
}

.fw-b {
    font-weight: 700;
}
.fz-18 {
    font-size: 18px;
}

.fz-22 {
    font-size: 22px;
}

.fz-28 {
    font-size: 28px;
}

.fw-b {
    font-weight: bold;
}

.c-0070EF {
    color: #0070ef;
}

.mt-100 {
    margin-top: 100px;
}
