html, body, .bgInfo, .info, .textInfo, .login {
    height: 100%;
}

.footer {
    display: none;
}

.login-cont {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 850px;
    height: 550px;
    background: #fff;
    margin: 0 auto;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.login-bg {
    background: url(../img/login/loginBg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-img, .login-img img {
    width: 400px;
    border-radius: 4px 0 0 4px;
}

.form-content {
    position: relative;
    width: 1050px;
    height: 550px;
    text-align: center;
}

.form-content-item > .switch {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    padding: 10px 0px 15px 22px;
    text-align: left;
    cursor: pointer;
    z-index: 9;
    box-sizing: border-box;
    background: #f5f7fa;
}

.form-content-item > .switch i {
    font-size: 38px;
    color: #ffc000;
}

.form-content-item > .switch:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 70px solid #fff;
    border-right: 70px solid transparent;
    content: "";
}

.switch-login {
    position: relative;
}

.switch-login:hover span {
    display: block;
}

.switch-login span {
    display: none;
    position: absolute;
    top: 20px;
    right: 92%;
    z-index: 2;
    font-size: 12px;
    background: #ffcd0e;
    color: #333;
    width: 86px;
    text-align: center;
    padding: 4px 0;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.switch-login span:before {
    content: '';
    position: absolute;
    bottom: 6px;
    right: -6px;
    border-left: 6px solid #ffcd0e;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.form-title {
    height: 60px;
    padding: 48px 0 0;
    text-align: center;
    letter-spacing: 1px;
    font-size: 22px;
    color: #313131;
}

.form-title b {
    position: relative;
    cursor: pointer;
    margin: 0 16px;
    padding: 12px 0;
}

.form-title b.on:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #ffc000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.form-title b span {
    line-height: 22px;
    font-size: 12px;
    padding: 0 5px;
    height: 22px;
    font-weight: normal;
    position: absolute;
    top: -10px;
    right: -30px;
    background: #ffcd0e;
    color: #333;
    display: none;
    border-radius: 15px 15px 15px 0;
}

.form-title p {
    line-height: 34px;
    font-size: 12px;
    color: #999;
}

.qrcode {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.qrcode-loading {
    width: 180px;
    height: 180px;
    background: url("img/qrcode-loading.png");
    background-size: 100% 100%;
    margin: 16px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 5px 0 rgb(0 0 0 / 10%);
}

.el-icon-loading {
    font-size: 24px;
    color: #ffc000;
    font-weight: 600;
}

.qrcode-expire {
    display: none;
}

.qrcode-expire .msg {
    margin-bottom: 8px;
    color: #666;
}

.qrcode-box {
    position: relative;
}

.qrcode-img {
    width: 180px;
    height: 180px;
}

.loading-g:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

.loading-g:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("/static/web/images/spinner.png") no-repeat center;
    background-size: 100px;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    animation: rotate 1s linear infinite;
}

.login-text-box {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0%;
    background: #f9f9f9;
    height: 70px;
    line-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0 28px;
    font-size: 14px;
    box-sizing: border-box;
}

.login-text-box > a {
    width: 100px;
    text-align: center;
}

.login-text {
    position: relative;
    font-size: 14px;
    color: #666;
    padding-right: 72px;
}

.login-text:after {
    content: '';
    display: block;
    width: 2px;
    height: 40px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 15px;
}

.login-type {
    color: #333;
    font-size: 14px;
    display: flex;
}

.login-type a {
    flex: 1;
    text-align: center;
    cursor: pointer;
    color: #999;
    font-size: 12px;
    margin-left: 16px;
}

.login-type .iconfont {
    color: #ffc000;
    font-size: 36px;
    display: block;
    position: relative;
}

.login-type .iconfont font {
    display: none;
    position: absolute;
    top: -18px;
    right: 8px;
    z-index: 2;
    font-size: 12px;
    background: #ffcd0e;
    color: #333;
    width: 60px;
    text-align: center;
    padding: 4px 0;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    line-height: 18px;
}

.login-type .iconfont font:after {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffcd0e;
}

.login-type .iconfont:hover font {
    display: block;
}

.login-type .iconerweimadenglu-01 {
    color: #8dcf65;
}

.login-type .iconweibo-01 {
    color: #f44e4e;
}

.login-type .iconqq-01 {
    color: #4f9df4;
}

.form-content-item {
    position: relative;
    height: 550px;
}

.form-content-item form {
    width: 320px;
    margin: 0 auto;
}

.login-agreement {
    font-size: 14px;
    color: #999;
    position: absolute;
    top: -70px;
    width: 395px;
    text-align: center;
}

.text {
    width: 100%;
    background: #fafafa;
    height: 42px;
    line-height: 42px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 14px;
    color: #293332;
    border-radius: 4px;
    border: 1px solid #E3E4E5;
}

.text.Validform_error {
    border: 1px solid #ef5656;
}

.text:focus {
    border: 1px solid #ffc835;
}

.eyeClass {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #999;
    cursor: pointer;
}

.formItem {
    position: relative;
    text-align: left;
    margin-bottom: 24px;
}

.formItem:last-child {
    margin-bottom: 0px;
}

.formItem .btn {
    margin: 0;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}

.formItem .submit-btn {
    width: 100%;
}

.Validform_checktip {
    position: absolute;
    left: 0;
    top: 100%;
    width: 320px;
    font-size: 12px;
    color: #ef5656;
    line-height: 20px;
    text-align: left;
}

.btn.getCode {
    width: 110px;
    text-align: center;
    padding: 0;
    background: #fff7df;
    color: #ff9933 !important;
    border: 1px solid #ff9933;
}

.btn.getCode.disabled {
    color: #888 !important;
}

.popup-close {
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    width: 32px;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
    display: none;
}

.popup-close:before {
    display: block;
    background: #fff;
    width: 2px;
    height: 18px;
    margin: 0 auto;
    content: "";
}

.popup-close span {
    background: transparent;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 28px;
    line-height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.popup-close i {
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.login-popup {
    background: rgba(0, 0, 0, .3);
}

.login-popup .login-bg {
    background: none;
}

.login-popup .popup-close {
    display: block;
}

.panel-wrap {
    width: 100%;
    height: calc(100vh - 60px);
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    min-width: 600px;
    position: relative;
}

.successBox {
    background: url("../img/login/regBg.png");
    border-radius: 8px;
    width: 1216px;
    height: 674px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding-top: 120px;
}

.successBoxText p {
    font-size: 18px;
    color: #181818;
    font-weight: bold;
    margin: 32px auto 50px;
}

.successIcon {
    width: 207px;
    height: 210px;
    margin: 0 auto;
    background: url("../img/login/return_right.png") no-repeat;
}


.codeBoxLoading {
    text-align: center;
    background: #fff;
    border-radius: 8px;
    padding-bottom: 12px;
    margin: 0px auto 5px;
    width: 200px;
}

.codeBoxLoading canvas {
    width: 140px;
    height: 140px;
}

.code-text {
    font-size: 14px;
    line-height: 28px;
}

.code-text1 {
    font-size: 12px;
    padding: 12px 20px;
    background: #fffaf2;
    border-radius: 8px;
    line-height: 22px;
}