/*顶部图*/
.logo {
    background-image: url(../images/logintoplogo.png);
    background-repeat: no-repeat;
    background-size: 500px auto;
    height: 75px;
    margin: 13px 0 13px 18vw;
    padding-left: 500px;
    line-height: 65px;
    color: #00318f;
    font-size: 35px;
    font-weight: bold;
    font-style: oblique;
    letter-spacing: 5px;
    text-shadow: 0 3px 0 #cecece, 0 5px 5px #000;
    -webkit-text-stroke: 1px #fff;
}

/*海报1*/
.login-bd .bd-inner .inner-wrap .lg-poster1 {
    height: 541px;
    /*background:url(../images/login-bg1.png) right center no-repeat;*/
    /*background-size: 100%;*/
    border-radius: 20px;
    padding: 20px;
    background: #fff;
}

/*海报2*/
.login-bd .bd-inner .inner-wrap .lg-poster2 {
    height: 541px;
    /*background:url(../images/login-bg2.png) right center no-repeat;*/
    /*background-size: 700px 540px;*/
    border-radius: 20px;
    padding: 20px;
    background: #fff;
}

@media screen and (max-width: 1080px){
    .lg-poster1,.lg-poster2 {display: none;}
    .lg-zone {left: 30vw}
}

.login-bd  .swiper-wrapper img{
    height: 540px;
    width: 750px;
    border-radius: 20px;
}

.login-bd {
    position: relative;
    background-image: linear-gradient(to right, transparent 0%, transparent 16%,#fff 18%, #fff 81%, transparent  83%, transparent 100%);
    min-width: 1000px
}

.bd-inner {
    width: 1200px;
    margin: 0 auto
}

.inner-wrap {
    position: relative;
    padding-right: 404px;
    border-radius: 20px;
    height: 581px;
}

.lg-zone {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 404px;
    background: #fff;
    border-radius: 20px;
}

.lg-box {
    position: absolute;
    right: 30px;
    top: 46px;
    background: #fff;
    box-shadow: 2px 2px 3px #ddd, -2px 0 3px #ddd;
    width: 364px;
    min-height: 330px;
    padding-bottom: 80px
}

.alert-msg {
    margin: 10px 0;
    line-height: 35px;
    height: 35px;
    background: #fceee8;
    color: #fc0000;
    border: 1px solid #fc0000;
    font-size: 15px;
    display: none;
}

.line {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px
}

.line.line-y {
    width: 127px;
    background: #ff9d02
}

.line.line-b {
    left: 127px;
    right: 0;
    background: #0354a3
}

.line.line-g {
    left: 127px;
    right: 0;
    background: #87c245
}

.lg-label {
    color: #000;
    font-size: 22px;
    height: 44px;
    line-height: 44px;
    margin-top: 23px;
    text-indent: 30px;
    margin-bottom: 15px
}

.lg-label-b h4 {
    border-left: 4px solid #0354a3
}
.lg-label-g h4 {
    border-left: 4px solid #87c245
}

#login-form{
    padding: 0 35px;
}

.lg-box .input-item {
    margin-bottom: 20px;
    width: 294px;
    line-height: 40px;
    height: 40px;
    border-top: 1px solid #adadad;
    border-left: 1px solid #adadad;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.lg-box .input-item.error-item{
    border: 1px solid #fc0000;
}

.lg-box i {
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #5d5c68
}

.lg-box .input-item input {
    border: 0;
    height: 40px;
    padding: 0 3px;
    width: 224px;
    float: left;
    outline: none;
    text-decoration: none;
    z-index: 5;
    position: absolute;
}

.lg-box .input-item input:focus {
    outline: none;
    text-decoration: none
}

.lg-box .input-item .fa-times {
    position: absolute;
    right: 30px;
    cursor: pointer;
    z-index: 3;
    display: none;
}

.lg-box .fa-minus-circle {
    height: 35px;
    line-height: 35px;
    color: red
}

.lg-box .fa-info-circle {
    height: 20px;
    width: 20px;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
}

.lg-box .capslock {
    position: relative;
    z-index: 10;
    top: 42px;
    font-size: 13px;
    color: #fff;
    background: #0354a3;
    width: 135px;
    border: 1px solid #0354a3;
    margin-left: 35px;
    line-height: 20px;
    height: 20px;
    display: none;
}

.lg-box .lg-checkcode {
    display: none;
    margin-bottom: 10px
}

.lg-box .lg-checkcode .input-item {
    float: left;
    width: 168px;
    margin-right: 10px;
}

.lg-box .lg-checkcode .input-item input {
    width: 122px
}

.lg-box .lg-checkcode img {
    width: 114px;
    height: 42px;
    cursor: pointer;
}

.lg-box .lg-checkcode .check-code {
    float: left;
    display: inline-block;
    height: 42px;
    line-height: 42px;
    background-color: #0354a3;
    color: #fff;
    width: 114px;
    text-align: center;
    font-size: 14px;
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .tips {
    position: absolute;
    bottom: 75px;
    height: 20px;
    line-height: 20px;
    width: 100%;
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .tips input[type=checkbox] {
    margin-left: 34px
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .tips label {
    font-size: 14px;
    color: #a3a3a3
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .tips a {
    float: right;
    font-size: 12px;
    text-decoration: none
}

.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .tips a:hover {
    text-decoration: underline
}


.login-bd .bd-inner .inner-wrap .lg-zone .lg-box .tips a.forget-pwd {
    color: #0354a3;
    margin-left: 12px;
    margin-right: 30px
}

.lg-box .enter {
    position: absolute;
    bottom: 10px;
    padding: 0 111px;
}
.lg-box .enter .login-btn,.lg-box .enter .reload-qrcode-btn {
    display: inline-block;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 142px;
    font-weight: bold;
    background-color: #ff9d02
}

.lg-box .enter .login-btn span,.lg-box .enter .reload-qrcode-btn span{
    font-size: 12px;
    font-weight: normal;
    bottom: 1px;
    line-height: 0;
}

.login-type {
    min-width: 80px;
    /*padding:0 15px 0 10px;*/
    border: 1px solid #adadad;
    /*border-right: 0;*/
    margin: 0 0 5px 34px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    text-align-last:center;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    z-index: 5;
    background: transparent;
}
.lg-username{
    margin-top: 10px;
}

.fa-shield {
    color: #ff3b30;
}

.other-link {
display: flex;
align-items: center;
margin: 15px 0;
}
.copyright {
color: #999;
font-size: 13px;
text-align: center
}
.copyright-link {
    text-decoration: underline;
    color: #0354a3
}

.login-mode-btn {
    float: right;
    text-indent: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    font-size: 22px;
    font-weight: bold;
}
.login-mode-btn i {
    text-indent: 0!important;
    float: unset;
}
.login-mode-btn .fa-wechat {
 color: #1ED56C!important;
}
.login-mode-btn .fa-pencil-square {
 color: #ff9d02!important;
}

.qrcode-content,.qrcode-login-box .tips {
    text-align: center;
}
.qrcode-content,.qrcode-login-box .tips a{
    float: inherit!important;
    font-size: 14px!important;
}

.send-wechat-verify {
    background: #1ED56C!important;
    cursor: pointer;
}
.send-wechat-verify.disabled{
    cursor: not-allowed;
    background: #1e8f4e !important;
}
.send-wechat-verify .fa-wechat {
    color: #fff;
    width: 30px;
}