@charset "utf-8";
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
}

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

a i {
    outline: 0;
    text-decoration: none;
    color: #333;
}

image {
    border: none;
}

body {
    background: url("../images/background.jpg") no-repeat;
    background-size: 100% 100%;
    -ms-behavior: url("../images/backgroundsize.min.htc");
}

body.no-bg {
    background: transparent;
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input, textarea {
    -webkit-user-select: auto;
    outline: none;
}

a, button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*=====公共======*/
/*----垂直居中box 3层----*/
#outer {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#outer[id] {
    display: table;
    position: static;
}

#middle {
    position: absolute;
    top: 50%;
}

/* for explorer only*/
#middle[id] {
    display: table-cell;
    vertical-align: middle;
    position: static;
}

/**修改去掉top ，兼容  chrome 87 版本**/
#inner {
    position: relative;
    margin: 0 auto;
}

/* for explorer only */
/**#inner {position: relative; top: -50%;margin: 0 auto;} for explorer only */
/*----垂直居中box 3层----*/

button {
    cursor: pointer;
    vertical-align: middle;
    outline: none;
}

.alink, .rechoice {
    text-decoration: underline;
    color: #438be9;
    font-size: 12px;
}

.largebutton {
    width: 260px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #438be9;
    border: none;
    border-radius: 2px;
    font-size: 14px;
}

.smallbtn {
    box-sizing: border-box;
    line-height: 35px;
    padding: 0;
    background-color: #438be9;
    color: #fff;
    border: none;
    width: 90px;
    height: 35px;
    font-size: 12px;
    border-radius: 4px;
    position: absolute;
    right: 0px;
    top: 3px;
    /*padding: 7px 9px;*/
}

.login {
    width: 402px;
    color: #333;
    margin: 0 auto;
}

.login input {
    padding: 5px;
}

.login.find {
    width: 600px;
}

.login .logincontainer {
    border: 1px solid #dcdef5;
}

.login .logincontainer > h2 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    background-color: #eaedff;
    border-bottom: 1px solid #d2d2d2;
    padding-left: 20px;
    font-weight: bold;
}

.login .logincontainer > h2 strong {
    margin: 0 8px;
    color: #578de2;
}

/* .logincontent {
    padding-bottom: 20px;
    background-color: #fff;
} */
.login h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 36px;
}

.login h1 i, .title i {
    display: inline-block;
    height: 20px;
    border-left: 1px solid #c3c6d4;
    border-right: 1px solid #fff;
    background-color: #c3c6d4;
    margin: 0 22px 0 26px;
}

.login h1 img, .title img {
    width: 143px;
    height: 34px;
    vertical-align: -4px;
}

.logintab {
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    margin: 28px 0 25px 50px;
}

.logintab div {
    float: left;
    cursor: pointer;
    color: #333;
    margin-left: 20px;
}

.logintab div:first-child {
    margin-left: 0;
}

.logintab div.on {
    color: #1890ff;
    border-bottom: 2px solid #1890FF;
}

.loginform > div {
    width: 260px;
    margin: 0 auto;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.loginform label {
    color: #7d8695;
    float: left;
    font-size: 14px;
    margin-right: 10px;
    padding: 0;
    text-align: right;
    line-height: 42px;
    position: absolute;
    left: 26px;
}

.loginform .icon-user, .loginform .icon-pas,
.loginform .icon-phone,
.loginform .icon-yz {
    font-size: 14px;
    color: #7d8695;
    position: absolute;
    left: 8px;
    line-height: 41px;
}

/*.loginform .icon-pas{font-size: 12px;}*/
.loginform input {
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    vertical-align: middle;
    border: 1px solid #d2d2d2;
    background-color: #f4f4f4;
    padding: 5px 5px 5px 32px;
}

.loginform .code input {
    width: 160px;
    margin-right: 6px;
}

.loginform .code img {
    width: 90px;
    height: 42px;
    cursor: pointer;
    vertical-align: middle;
}

.loginform .loginbox {
    /* margin: 20px 45px 0 70px; */
    margin: 20px 50px 0;
}

.loginform .loginbox a {
    float: right;
    font-size: 12px;
    color: #438be9;
    line-height: 24px;
}

.loginform .loginbox a:hover {
    text-decoration: underline;
}


.loginform .gtcaptcha {
    width: 260px;
    display: inline-block;
}

.captcha{
    box-sizing: border-box;
    line-height: 35px;
    padding: 0;
    background-color: #438be9;
    color: #fff;
    border: 1px solid #d2d2d2 ;
    width: 90px;
    height: 35px;
    font-size: 12px;
    border-radius: 4px;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

.loginform .show {
    display: block;
}

.loginform .hide {
    display: none;
}

.dynamic {
    margin-bottom: 40px;
}

.dynamic input {
    width: 160px;
}

.tipbox {
    font-size: 12px;
    color: red;
}

.loginform > div.tipbox {
    text-align: left;
    margin-bottom: 0;
}

/*.tipbox span {
  color: #f00;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 2px;
}*/
.findcontainer {
    padding: 48px 0 68px 0;
    background-color: #fff;
}

.findcontent {
    margin-top: 76px;
}

.findcontent.notreserve {
    margin-top: 138px;
}

.findcontent.notreserve p {
    margin: 0 0 70px 80px;
}

.findcontent p {
    margin: 0 0 48px 84px;
    text-align: left;
    font-size: 12px;
}

.findcontent p.reservetext {
    margin-bottom: 6px;
}

.findsteps {
    padding: 30px 40px 60px 20px;
}

.findform > div {
    margin-bottom: 15px;
}

.findbox {
    margin: 50px 0 0 70px;
}

.findbox a {
    display: inline-block;
}

.steps > div {
    position: relative;
    float: left;
    width: 150px;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
    background-color: #eee;
    margin-right: 12px;
    z-index: 1;
}

.steps > div span {
    font-size: 30px;
    padding-left: 28px;
}

.steps > div.first {
    z-index: 10;
}

.steps > div.second {
    z-index: 9;
}

.steps > div.third {
    z-index: 8;
}

.steps > div:first-child span {
    padding-left: 20px;
}

.steps > div:first-child .before {
    display: none;
}

.steps > div .after {
    content: "";
    position: absolute;
    top: 0;
    right: -22px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #eee;
    z-index: 10;
}

.steps > div.on .after {
    border-left: 22px solid #81be50;
}

.steps > div .before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #fff;
    z-index: 1;
}

.steps > div.on {
    color: #fff;
    background-color: #81be50;
}

.confirmchoice {
    margin: 130px 0 20px 0;
    text-align: center;
}

.confirmchoice a:first-child {
    margin-left: 0;
}

.confirmchoice a {
    margin-left: 84px;
}

.confirmchoice a img {
    margin-left: 10px;
    vertical-align: middle;
}

.inputcode {
    margin-bottom: 30px;
    font-size: 12px;
    margin-left: 30px;
    text-align: left;
}

.inputcode input {
    box-sizing: border-box;
    width: 160px;
    height: 30px;
    border: 1px solid #d2d2d2;
    margin: 0 6px 0 6px;
    vertical-align: middle;
}

.nextstep {
    margin-left: 110px;
}

.nextstep button {
    margin-right: 8px;
}

.goback {
    text-align: center;
}

.reset {
    margin-top: 100px;
}

.reset label {
    font-size: 12px;
    float: left;
    width: 114px;
    text-align: right;
    margin-right: 10px;
    line-height: 30px;
}

.reset > div {
    margin-bottom: 10px;
}

.reset input {
    box-sizing: border-box;
    width: 260px;
    height: 30px;
    border: 1px solid #d2d2d2;
}

.reset .changeps {
    margin: 40px 0 8px 124px;
}

button[disabled] {
    background-color: #ddd;
    color: #333;
    cursor: not-allowed;
}

.top-bar {
    float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 36px;
}

.top-bar > a {
    float: left;
}

.top-bar > a > span {
    width: 2px;
    box-sizing: border-box;
    display: inline-block;
    height: 11px;
    margin: 4px 16px 0 16px;
    border-left: 1px solid #aab3d5;
    border-right: 1px solid #fff;
}

/*.top-bar i {
    display: inline-block;
    vertical-align: -3px;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background: url(../images/security.png) no-repeat;
}*/
.top-bar .icon-L001 {
    font-size: 16px;
    margin-right: 5px;
    vertical-align: -2px;
}


/*****add 2018.1.15*****/
.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-35 {
    margin-top: 35px;
}

.mainCnt {
    width: 700px;
    height: 100%;
    margin: 0 auto;
}

.mainCnt > p {
    font-size: 24px;
    color: #666;
    height: 13vh;
    line-height: 21vh;
}

.centerCnt {
    padding: 50px 100px 0;
    background-color: #fff;
    height: calc(100% - 13vh);
    box-sizing: border-box;
}

.mainCnt input {
    width: 100%;
    height: 70px;
    border: 1px solid #c8c7cc;
    padding: 20px 20px 20px 60px;
    box-sizing: border-box;
    font-size: 22px;
}

input.account {
    background: url("../images/user-icon.png") no-repeat left 20px center;
}

input.secure {
    background: url("../images/secure.png") no-repeat left 20px center;
}

input.lock {
    background: url("../images/psd-icon.png") no-repeat left 20px center;
}

.identify input {
    float: left;
    width: calc(100% - 170px);
    margin-right: 20px;
}

.identify img {
    height: 70px;
    width: 150px;
    vertical-align: bottom;
}

.security {
    position: relative;
    margin-top: 20px;
    height: 70px;
}

.security span {
    position: absolute;
    right: 0;
    top: 16px;
    height: 40px;
    line-height: 21px;
    border-left: 1px solid #c8c7cc;
    padding: 0 10px;
    color: #316cb6;
    cursor: pointer;
    font-size: 16px;
}

.security input {
    position: absolute;
    padding-right: 186px;
}

.mainCnt input::-webkit-input-placeholder {
    color: #b5b4be;
}

.mainCnt input::-moz-input-placeholder {
    color: #b5b4be;
}

.mainCnt input::-ms-input-placeholder {
    color: #b5b4be;
}

.mainCnt input::input-placeholder {
    color: #b5b4be;
}

button {
    height: 70px;
    border-radius: 10px;
    border: none;
    width: 100%;
    font-size: 26px;
}

.lBtn {
    background-color: #316cb6;
    color: #fff;
}

.bBtn {
    background-color: #fff;
    color: #316cb6;
    border: 1px solid #316cb6;
    box-sizing: border-box;
}

.reCertify .lBtn {
    margin-top: 30px;
    margin-bottom: 30px;
}

.order {
    -webkit-display: flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.order > div {
    float: left;
    text-align: center;
    max-width: 135px;
}

.order span {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    font-size: 36px;
    color: #bababa;
    background-color: #e6e6e6;
    border: 1px solid #dfdfdf;
    text-align: center;
    box-sizing: border-box;
    margin: 0 26px;
}

.order i {
    float: left;
    width: 60px;
    height: 4px;
    background-color: #bababa;
    margin-top: 28px;

    width: 45px;

}

.order p {
    font-size: 20px;
    color: #78758a;
    text-align: center;
    clear: left;

    word-wrap: break-word;
    /*width:135px;*/

}

.order em {
    font-size: 14px;
    text-align: center;
    display: block;
    font-style: normal;
    color: #999;
}

.order div.on span {
    color: #fff;
    background-color: #81be50;
    border: none;
}

.order i.on {
    background-color: #81be50;
}

.findPsd {
    color: #111;
    margin-top: 50px;
    font-size: 22px;
    line-height: 25px;

    text-align: center;

}

.wordNo {
    color: #316cb6;
    margin: 0 8px;
}

.addFindRem {
    color: #78758a;
    line-height: 35px;
}

.qrPsd p {
    color: #78758a;
    line-height: 40px;
    font-size: 20px;
}

.login-newpwd .loginform label {
    width: 180px;
}

.login-newpwd .loginform input {
    width: 215px;
}

.login-newpwd .loginform .err-form div {
    width: 215px;
}

.login-newpwd.logincontent {
    padding: 40px 20px 10px
}

.login-newpwd .err-form div {
    display: inline-block;
    width: 260px;
}

.login-newpwd .err-form .info {
    font-size: 12px;
    color: red;
    display: block;

}

.login-newpwd .err-form > label {
    height: 30px;
}

/*====add 2018.4.18 登录首页====*/
.container {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto
}

@media screen and (min-width: 374px) and (max-width: 1025px) {
    .container {
        width: 90vw;
    }

    /*==登录框自适应宽度==*/
}


.title {
    float: left;
    font-size: 22px;
    margin-bottom: 20px;
}

.container .title span {
    vertical-align: 3px;
}

.image-list {
    width: 400000%;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.image-list li {
    float: left;
    list-style: none;
}

.image-list li img {
    width: 1200px;
    height: 500px;
}

.focus {
    position: relative;
    width: 1200px;
    overflow: hidden;
}

.f_dot {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 3;
}

.f_dot span {
    float: left;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
}
.new-pwd-inputs, .confirm-pwd-inputs {
    position: relative;
    display: inline-block;
    width: 100%;
}

.new-pwd-inputs input, .confirm-pwd-inputs input {
    padding-right: 40px; /* 为眼睛图标预留空间 */
}

.new-pwd-inputs .icon-hide,
.new-pwd-inputs .icon-display {
    position: absolute;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #999;
}
.confirm-pwd-inputs .icon-hide,
.confirm-pwd-inputs .icon-display {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 16px;
    color: #999;
}


.f_dot span.on {
    background-color: #325273;
}

.wrapper {
    position: relative;
}

.wrapper .logincontainer {
    position: absolute;
    right: 50px;
    top: 20%;
    z-index: 4;
}

.tip {
    float: left;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    margin-left: -5px;
}

.tip i {
    color: #f71700;
    margin: 0 3px;
    vertical-align: middle;
}

.lang {
    float: right;
    margin-right: 2%;
    line-height: 42px;
    cursor: pointer;
    color: #78758a;
    font-size: 14px;
    position: fixed;
    right: 0;
}

.lang i {
    display: inline-block;
    background: url("../images/global.png") no-repeat;
    width: 18px;
    height: 18px;
    margin-right: 3px;
    vertical-align: -3px;
}

/*===修改密码 18.9.10===*/
.change-pwd {
    width: 510px;
}

.change-pwd .logincontent {
    padding: 0;
}

.change-pwd .logincontent .loginform > div {
    width: 100%;
    text-align: left;
}

.change-pwd h3 {
    line-height: 50px;
    color: #4277c7;
    font-size: 22px;
    background-color: #d0ddf1;
    text-align: center;
    font-weight: normal;
}

.change-pwd .loginform {
    padding: 20px 20px;
}

.change-pwd input {
    padding-left: 15px;
}

.change-pwd .loginform label {
    width: 140px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    position: inherit;
    left: initial;
}

.change-pwd .logincontent .loginform u {
    line-height: 40px;
    text-decoration: none
}

.pwd-inputs {
    float: left;
    position: relative;
}

.pwd-inputs input {
    height: 40px;
    padding-right: 35px;
    font-size: 14px;
}

.pwd-inputs i {
    position: absolute;
    right: -6px;
    top: -5px;
    color: #d2d2d2;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center
}

.pwd-inputs i.icon-hide {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
}


.hide-show-pwd-inputs {

}

.hide-show-pwd-inputs input {
    height: 40px;
    padding-right: 35px;
    font-size: 14px;
}

.hide-show-pwd-inputs i {
    position: absolute;
    right: -6px;
    top: -5px;
    color: #d2d2d2;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    text-align: center
}

.hide-show-pwd-inputs i.icon-hide {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
}

.change-pwd .account {
    padding-left: 35px;
    line-height: 25px;
}

.loginform .pwd-remind {
    color: #666;
    font-size: 14px;
    margin-bottom: 0px;
}

.loginform .pwd-remind.err p {
    color: #ff3333;
}

.loginform .pwd-remind.err div{
    color: #ff3333;
}

.loginform .pwd-remind p {
    float: left;
    width: 260px;
    margin-bottom: 10px;
}

.loginform .pwd-remind i {
    float: left;
    margin-right: 5px;
}

.pwd-remind em {
    color: #f44c3d;
    font-style: normal;
    margin-right: 2px;
    font-size: 18px;
    vertical-align: -5px;
    line-height: 12px;
}

.pwd-remind .icon-tips {
    color: #f44c3d;
}

.pwd-remind.err span {
    color: #ff3333;
}

.change-pwd button {
    width: 140px;
    height: 36px;
    font-size: 18px;
    border-radius: 4px;
    color: #fff;
    background-color: #4277c7;
}

.change-pwd button.cancel {
    background-color: #aaa;
    margin-right: 35px;
}

.footer-btn {
    margin: 20px 0;
    text-align: center !important;
}

.change-pwd .errors {
    display: inline-block;
}

/*=====手机端=====*/
@media screen and (max-width: 700px) {
    body {
        background: #f0f0f6;
    }

    .mainCnt {
        width: 100%;
    }

    .mainCnt > p {
        display: none
    }

    .centerCnt {
        padding: 22px 0 0;
        background-color: transparent;
        height: 100%;
    }

    .mainCnt input.account.mb-40.mt-35 {
        margin: 20px 0;
    }

    button {
        height: 40px;
        font-size: 18px;
        margin: 0 15px;
        width: calc(100% - 30px);
    }

    .bBtn {
        background-color: transparent;
    }

    .mainCnt input {
        background-color: #fff;
        height: 50px;
        padding: 10px 10px 10px 45px;
        border-left: none;
        border-right: none;
        font-size: 14px;
        background-size: 13px 14px;
        -webkit-webkit-appearance: none;
        border-radius: 0;
    }

    .identify input {
        width: calc(100% - 140px);
        border-right: 1px solid #c8c7cc;
    }

    .identify img {
        height: 50px;
        width: 120px;
        vertical-align: bottom;
    }

    .order span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
        margin: 0 18px;
    }

    .order p {
        font-size: 13px;
    }

    .order i {
        width: 40px;
        height: 2px;
        margin-top: 15px;
    }

    .tipbox {
        padding: 0 15px;
    }

    .findPsd {
        font-size: 15px;
        margin: 35px 15px 0;
    }

    .findPsd.mb-55 {
        margin-bottom: 40px;
    }

    .findPsd.mb-135 {
        margin-bottom: 25px;
    }

    .bBtn.mb-40, .reCertify .lBtn {
        margin-bottom: 20px;
    }

    .addFindRem {
        font-size: 13px;
        margin: 0 15px;
        line-height: 22px;
    }

    .security {
        margin-top: 10px;
        height: 50px;
    }

    .security input {
        padding-right: 140px;
    }

    .security span {
        top: 12px;
        padding: 0 8px;
        height: 30px;
        line-height: 16px;
        font-size: 13px;
    }

    .qrPsd p {
        font-size: 14px;
        line-height: 22px;
        margin-left: 15px;
    }

    .qrPsd.mt-35.mb-40 {
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .qrPsd input.mb-20 {
        margin-bottom: 15px;
    }

    header {
        height: 64px;
        background-color: #316cb6;
    }

    .loginType label {
        float: left;
        position: relative;
        height: 64px;
        line-height: 64px;
        width: 50%;
    }

    .loginType input {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: 100%;
    }

    .loginType label i {
        position: absolute;
        top: 24px;
        width: 16px;
        height: 16px;
        background: url("../images/check.png") no-repeat;
        background-size: 100% 100%;
        margin: 0 10px 0 20px;
    }

    .loginType input[type="radio"]:checked ~ i {
        background: url("../images/checked.png") no-repeat;
        background-size: 100% 100%;
    }

    .loginType label span {
        font-size: 17px;
        color: #111;
        margin-left: 46px;
    }

    /*=======SMP-login=======*/
    .top_bg span.on {
        background-image: url(../images/smpico.png);
        background-repeat: no-repeat;
        background-size: 40px;
    }

    .mainCnt .top_bg {
        position: relative;
    }

    .mainCnt .top_bg img {
        width: 100%;
        display: block;
    }

    .mainCnt .top_bg p {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .mainCnt .top_bg span {
        width: 50%;
        height: 50px;
        line-height: 50px;
        float: left;
        text-align: center;
        color: #acc4e2;
        font-size: 17px;
    }

    .mainCnt .top_bg span.on {
        background-position: center -1329px;
        color: #fff;
    }

    .mainCnt .icon {
        position: absolute;
        bottom: 40%;
        left: 50%;
        margin: -32px 0 0 -32px;
    }

    .mainCnt .icon img {
        width: 65px;
    }

    .mainCnt .inputForm {
        margin: 0 15px;
    }

    .mainCnt .inputForm input {
        border-top: none;
        margin-top: 22px;
        background-color: transparent;
        height: 26px;
        padding: 0 0 0 45px;
    }

    .mainCnt .inputForm > p {
        text-align: right;
        color: #316cb6;
        font-size: 14px;
        line-height: 42px;
    }

    .faceBtn {
        height: 25px;
        font-size: 15px;
        margin: 0 120px;
        width: calc(100% - 240px);
    }

}

/*====add 2018.8.28 密码提升安全等级====*/
body {
    background: #eaeff6;
}

.content p, a {
    font-family: "Heiti SC";
}

.content {
    width: 800px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -177px;
    margin-left: -400px;
}

.content p {
    font-size: 16px;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 56px;
    word-wrap: break-word;
    word-break: normal;
    word-break: break-all;
}

.content a {
    width: 180px;
    height: 34px;
    display: inline-block;
    line-height: 34px;
    border-radius: 3px;
    border: 1px solid #4a8be9;
    font-size: 15px;
    color: #4a8be9;
    background-color: #ffffff;
    font-weight: bold;
}

.content .left {
    margin-right: 8px;
}

.content a:hover {
    background: #4a8be9;
    color: #ffffff;
}

/*====add 2019.01.08 密简单修改密码====*/
.pasjd {
    margin-top: 20px;
}

.pasjd p {
    line-height: 30px;
    padding: 0;
    margin: 0;
}

.pasjd .cl {
    color: #6d7682;
}

.pasjd p i {
    margin: 0 3px;
    color: #438be9;
    font-weight: bold;
}


/*=======2019.05.29 验证码样式=======*/
.geetest_success_logo, .geetest_logo {
    display: none;
}

.loginform .hide {
    margin-left: 71px;
}

#gtCaptcha br {
    display: none;
}

/*===== add start 2021.09.15 双因素认证======*/
.hidden {
    display: none !important;
}

.loging {
    width: 80%;
    margin: 50px auto;
    padding-top: 50px;
    height: calc(100% - 100px);
    box-sizing: border-box;
    border: 1px solid #bbbbbb;
    background-color: #f2f2f2;
}

.loging a {
    text-decoration: none;
}

.loging button {
    background-color: #409eff;
    width: 150px;
    font-size: 14px;
    height: 38px;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: auto;
    margin-bottom: 5px;
}

.loging button:hover {
    background-color: #66b1ff;
}

.loging .header {
    margin-left: 80px;
}

.loging .header a, .loging .state.ing .tooltip a {
    color: #4a8be9;
    cursor: pointer;
}

.loging .header a:hover, .loging .state.ing .tooltip a:hover {
    color: #58b1ff;
}

.loging .header h3 {
    margin-bottom: 20px;
    font-weight: normal;
}

.loging .tooltip {
    line-height: 38px;
    text-align: center;
    width: 200px;
    background-color: #EBEBEB;
    padding: 10px 40px;
    border-radius: 5px;
    border: 1px solid #bbb;
    position: absolute;
    top: 50%;
    margin-top: 150px;
    left: 50%;
    margin-left: -141px;
}

.loging .tooltip.success {
    background-color: #f3ffe8;
}

.loging .content {
    width: 700px;
    margin-left: -350px;
}

.loging .content a {
    background-color: transparent;
    border: none;
    width: auto;
    font-weight: normal;
    text-decoration: none;
}

.loging .content a:hover {
    color: #58b1ff;
}

.loging .content button {
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 2px;
    border: 1px solid #409eff;
    display: inline-block;
}

.loging .content p.text {
    display: inline-block;
    margin: 0;
    width: 400px;
}

.loging .fail {
    text-align: center;
    position: absolute;
    bottom: 20%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
}

.loging .fail .tip {
    width: 400px;
    margin-top: 10px;
}

.loging .fail button {
    width: 250px;
}

/* .loging .fail button:hover{background-color: #1a88f7} */
.loging p.tip {
    color: #FF7A00;
    font-size: 16px;
}

.loging .check-code .send-code button {
    background-color: #fff;
    border-color: #bbb;
    color: #101010;;
}

.loging .check-code .send-code button:hover {
    background-color: #e7e7e7
}

.loging .check-code .send-code button[disabled] {
    background-color: #ddd;
    color: #b9b9b9;
}

.loging .check-code .send-code button[disabled]:hover {
    background-color: #ddd;
}

.loging .check-code .send-code button, .loging .check-code .send-code i {
    margin-right: 10px
}

.loging .check-code .send-code {
    text-align: left;
    line-height: 50px;
}

.loging .check-code .send-code .change {
    background-color: #fff;
    width: 260px;
    font-size: 14px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    position: absolute;
    right: -250px;
    display: block;
    transition: 0.6s;
    padding: 0 5px;
}

.loging .check-code .send-code i.icon-phone, .loging .check-code .send-code i.icon-cas002 {
    font-size: 20px;
    vertical-align: middle;
}

.loging .check-input {
    margin-top: 80px;
    text-align: left;
}

.loging .check-input input {
    width: 400px;
    margin-right: 20px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.loging .check-input input:hover {
    border-color: #c0c4cc;
}

.loging .check-input input:focus {
    outline: none;
    border-color: #409eff;
}

.loging .check-input button {
    height: 40px;
    vertical-align: top;
}

.loging .error {
    background-color: #FFD6D6;
    border: 1px solid #FF0808;
    width: 400px;
    text-align: left;
    margin-top: 15px;
    padding: 5px 10px;
    font-size: 12px;
    box-sizing: border-box;
    border-radius: 3px;
}

.loging .error i {
    font-style: normal;
    color: red;
    margin-right: 5px;
}

.loging .error u {
    text-decoration: none;
}

.loging .error span {
    float: right;
    color: #7D7C7C;
    cursor: pointer;
}

@keyframes move {
    0% {
        margin-left: -170px;
    }
    100% {
        margin-left: -139px;
    }
}

/*===== add 2022.08.02 登录新加二维码======*/
.login-badge {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 3px 3px 0 0;
}

.login-badge .remind {
    display: none;
    position: absolute;
    font-size: 12px;
    top: 3px;
    right: 55px;
    width: 120px;
    line-height: 24px;
    text-align: center;
    background-color: #fffcca;
    border: 1px solid #ffb787;
}

.login-badge:hover .remind {
    display: block;
}

.login-badge .remind:before {
    display: block;
    content: '';
    box-sizing: content-box;
    position: absolute;
    right: -5px;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fffcca;
    z-index: 10;
}

.login-badge .remind:after {
    display: block;
    content: '';
    box-sizing: content-box;
    position: absolute;
    right: -6px;
    top: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #ffb787;
}

.logindiv {
    width: 360px;
    min-height: 295px;
    background-color: #fff;
}

.ewm-box h3 {
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
}

.ewm-box .code {
    position: relative;
    margin: 0 95px;
    box-shadow: 0 0 10px #666;
    padding: 4px 0 2px;
    text-align: center;
}

.ewm-box .text {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}

.scan-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../images/scan-icon.png) no-repeat;
}

.code .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.code .success {
    color: #1890ff;
}

.code .overdate {
    color: #f07524;
}

.code .cover i[class^='icon-cas'] {
    display: block;
    font-size: 60px;
    margin-top: 35px;
    margin-bottom: 10px;
}

.pwd-overdate {
    text-align: center;
}

.pwd-overdate .icon-cas006 {
    display: block;
    font-size: 60px;
    margin: 15px 150px 10px;
    color: #ffb787;
}

.pwd-overdate a {
    margin: 0 3px;
    color: #1890ff;
}

.pwd-overdate .icon-tips {
    display: block;
    font-size: 65px;
    margin: 40px 0;
    color: #f44c3d;
}


/*=======login  icon 字体=======*/
@font-face {
    font-family: 'cas';
    src: url('fonts/cas.eot?5dw6rg');
    src: url('fonts/cas.eot?5dw6rg#iefix') format('embedded-opentype'),
    url('fonts/cas.ttf?5dw6rg') format('truetype'),
    url('fonts/cas.woff?5dw6rg') format('woff'),
    url('fonts/cas.svg?5dw6rg#cas') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'cas' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-hide:before {
    content: "\e900";
}

.icon-tips:before {
    content: "\e901";
}

.icon-display:before {
    content: "\e902";
}

.icon-L001:before {
    content: "\e903";
}

.icon-user:before {
    content: "\e904";
}

.icon-pas:before {
    content: "\e905";
}

.icon-phone:before {
    content: "\e906";
}

.icon-yz:before {
    content: "\e907";
}

.icon-cas001:before {
    content: "\e908";
}

.icon-cas002:before {
    content: "\e909";
}

.icon-cas003:before {
    content: "\e90a";
}

.icon-cas004:before {
    content: "\e90b";
}

.icon-cas005:before {
    content: "\e90c";
}

.icon-cas006:before {
    content: "\e90d";
}

#shu-mei-outer {
    display: none;
}

.shu-mei-window {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}


.shu-mei-content-box {
    padding: 0 10px 10px 10px;
    width: 400px;
    /*height: 300px;*/
    background: #ffffff;
    border-radius: 4px;
}

.shu-mei-header {
    width: 400px;
    height: 36px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.shu-mei-close {
    cursor: pointer;
    font-size: 20px;
}

.shu-mei-content {

}



  