.w1000 {
    width:1000px;
    margin: 0px auto;
    position: relative;
}
/*.header{*/
    /*height:80px;*/
    /*padding:20px 0;*/
    /*background: #fff;*/
    /*box-sizing: content-box;*/
/*}*/
.header .login-logo{
    margin-left:20px;
    width: 270px;
}
.login-logo a{
    cursor: pointer;
}
.content-top{
    height:550px;
    background:url("../images/login/login_bg.jpg") #000324 center no-repeat;
}
.con-right{
    
}
.formBox{
    width:400px;
    height:360px;
    float:right;
    margin:110px 0 0 0;  
    text-align: center;
    background: url("../images/login/login_rightbg.png")

}
.login-title{
    margin-right: 25px;
    text-align: center;
    font-size: 22px;
    height:53px;
    line-height: 50px;
    color:#fff;
}
.line{
    width:80%;
    margin:0 auto;
    height:1px;
    background: #fff;
    margin-bottom: 5px;
}
.form-input{
    margin:15px auto 0;
    padding-left:20px;
    width:80%;
    height: 40px;
    border:1px solid #fff;
    background: rgba(56,140,183,0.2);
    color:#fff;
    
    }
 input::-webkit-input-placeholder {/*Chrome/Safari*/
    color:#fff;
    }
.login-form-button{
    margin:15px auto 20px ;
    width:80%;
    height: 40px;
    border:1px solid #516c84;
    background: #fff;
    font-size: 22px;
    cursor: pointer;
    
}
.login-form-button span{
    color:#00659f;
}
.form-forgot{
    margin-left: -26px;
    margin-top:-14px;
    color:#bae3f9;
}
.form-forgot a{
    padding:0 10px;
    font-size: 12px;
    color:#bae3f9;
    text-decoration: none;
}
.login-error{
    color: orangered;
    font-size: 14px;
}
/*---  手机验证码页面  start ---*/
.reset-psw-box {
    width: 990px;
    margin: 0 auto 100px;
    padding: 10px 20px 20px;
}
.reset-psw .reset-tl {
    padding: 10px 0;
    font-size: 12px;
    color: #666;
    font-family: '\5b8b\4f53';
    line-height: 18px;
    font-weight: 700;
}
.reset-psw .step {
    width: 640px;
    margin: 30px auto;
    text-align: center;
    color: #ccc;
}
.reset-psw .step li {
    float: left;
    width: 200px;
    position: relative;
}
.reset-psw .step i {
    display: inline-block;
    width: 23px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    font-size: 12px;
    background: #ccc;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: -31%;
    left: 44%;
}
.reset-psw .step .line {
    width: 100%;
    height: 5px;
    background: #ccc;
    margin-bottom: 10px;
}
.reset-psw .step .doing i,.reset-psw .step .doing .line {
    background: #2d8cf0;
}
.reset-psw .step .doing p {
    color: #2d8cf0;
}
.reset-psw .step .done i,.reset-psw .step .done .line {
    background: #accdef;
}
.reset-psw .step .done p {
    color: #accdef;
}
.reset-psw .hn-form {
    width: 65%;
    margin-left: 25%;
}
.reset-psw .hn-form input {
    width: 157px;
    border-radius: 0;
    border: 1px solid #ccc;
}
.reset-psw img {
    margin: 0 10px;
}
.reset-psw .hn-form .submit-btn {
    background-image: linear-gradient(to bottom,#9bbef3 0,#e5ebf7 100%);
    border-radius: 2px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    border: 1px solid #73adda;
    padding: 2px 14px 3px;
    color: #0c6bb4;
    box-sizing: content-box;
    width: auto;
}
.reset-psw .hn-form .error {
    margin-left: 5px;
}
.reset-psw .hn-form .get-code {
    background-image: linear-gradient(to bottom,#F7F7F7 0,#F3F2F2 100%);
    border-radius: 2px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    border: 1px solid #ddd;
    margin-left: 10px;
    padding: 8px 14px;
    color: #323333;
}
.reset-psw .hn-form .get-code-disabled {
    cursor: not-allowed !important;
}
/*---  手机验证码页面  end ---*/


/* 登录页样式开始 */
.login-header {
    width: 1210px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;
}
.login-header .log{
    cursor: pointer;
}

.login {
    display: flex;
    align-items: center;
}

.login .login-single {
    width: 70px;
    text-align: center;
    margin-left: 25px;
    cursor: pointer;
}

.login-single i {
    font-size: 24px;
    color: #999;
}

.login-single div {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}
.split-line {
    width: 100%;
    background: #1656B6;
    height: 2px;
    margin-bottom: 40px;
}

.login-content {
    width: 800px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-content-img {
    width: 50%;
    height: 560px;
}

.login-content-img img {
    width: 100%;
    height: 100%;
}

.login-content-info {
    width: 50%;
    background: #FFFFFF;
    box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    height: 560px;
    padding: 80px 37px 0;
    box-sizing: border-box;
    position: relative;
}

.login-content-info .login-image{
    position: absolute;
    right: 5px;
    top: 5px;
}

.login-content-info .login-image .login-guide{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.login-content-info .login-image .login-guide .guide-title{
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    font-size: 13px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    background: rgba(241, 29, 5, 0.7);
    transform: scale(0.9);
}

.login-content-info .login-image img{
    width: 90px;
}

.login-content-info .login-titles {
    text-align: left;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #1656B6;
}

.login-content-info .login-line {
    width: 100%;
    height: 1px;
    background: #1656B6;
    margin: 15px 0 25px;
}

.login-content-info .login-input {
    margin-bottom: 45px;
}

.login-content-info .login-input-name{
    margin-bottom: 25px !important;
}

.login-content-info .login-input input {
    width: 100%;
    height: 45px;
    border: 1px solid #979797;
    outline: none;
    border-radius: 4px;
    text-indent: 10px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    background: #fff;
    color: #999 !important;
    margin-top: 0 !important;
}

.login-content-info .login-input:nth-child(3){
    margin-bottom: 50px;
}

.login-content-info .login-input input::placeholder {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
}

.login-content-info .login-btn {
    width: 100%;
    height : 40px;
}

.login-content-info .login-btn .btn {
    width: 100%;
    height  :100%;
    background: #1656B6;
    border-radius: 4px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.login-content-info .login-text {
    margin: 15px 0 0;
    height: 17px;
}

.login-content-info .login-text span{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    float: right;
    cursor: pointer;
}

.login-third-part{
    width: 120px;
    margin: 40px auto 0;
    height: auto;
}

.login-third-part .login-third-part-title{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-bottom: 20px;
    text-align: center;
}

.login-third-part .login-third-part-img{
    display : flex;
    justify-content: space-between;
    align-items: center;
}

.login-third-part .login-third-part-img div img{
    cursor: pointer;
}

.login-content-info .login-qrcode{
    cursor: pointer;
    position : absolute;
    right: 0;
    top: 0;
}

/* .login-content-info .login-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    padding : 0 50px;
    box-sizing: border-box;
    margin: 40px 0 120px;
    cursor: pointer;
}
.login-content-info .text{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login-content-info .text .lines{
    height : 2px;
    width : 125px;
    background: #D8D8D8;
}
.login-content-info .text .text-version{
    font-size: 20px;
    color: #666;
}
.login-content-info .login-footer{
    padding : 0 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-family: HannotateSC-W5, HannotateSC;
    font-weight: normal;
    color: #1656B6;
    margin-top: 50px;
} */
/* 登录页样式结束 */

/* layer.open 弹窗按钮样式 */
.invoice-btn-class .layui-layer-btn0{
    color: #fff;
    background-color: #909399 !important;
    border-color: #909399 !important;
}