.page-header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    margin: 0;
    z-index: 30;
}
.page-header .logo{
   text-align: left;
}
.page-header .navbar-header{
   padding-top: 7px;
}
.page-body{
    height: calc(100% - 285px);
    padding-top: 80px;
    box-sizing: border-box;
    min-height: 485px;
}
.page-body .login_a a{
    color: #666666;
    transition: color .3s;
}
.page-body .login_a a:hover{
    text-decoration: none;
    color: #39F;
}
.page-body .page-login-box-title{
    height: 24px;
    padding: 11px 0 20px 3px;
    box-sizing: content-box;
}
.page-body .page-login-box-title h4{
   color: #333333;
    font-size: 19px;
}
.page-body .page-banner{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../img/login/banner.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-body .page-banner .page-banner-text{
    width: 100%;
    padding-top: 50px;
    margin: auto auto auto -57px;
}
.page-body .page-banner .panel{
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 0 15px -1px rgba(0,0,0,.2);
}
.page-body .page-banner .login_input{
    background-color: #FFFFFF;
    height: 40px;
    border: none;
    border-radius: 4px;
}
.page-body .page-banner .page-login-btn{
    background-color: #2077c7;
    height: 40px;
    border-color: transparent;
}
.page-body .page-banner .login_input:focus{
    border-color: #66afe9;
}
.page-body .page-banner .login_input input{
   position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    height: 100%;
    padding-left: 45px;
    z-index: 19;
    border: 1px solid #e7e7eb;
    transition: border .3s;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 4px;
}
.page-body .page-banner .login_input.code input{
    padding-left: 8px;
}
.page-body .page-banner .login_input input:focus{
    border-color: #66afe9;
}
.page-body .page-banner .login_input span{
    z-index: 20;
    left: 13px;
    top: 54%;
    font-size: 20px;
}

.page-footer .page-footer-Copyright{
    color: #999999;
    padding: 8px 0 ;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.page-footer .page-footer-Copyright a{
    color: #999999;
}
.page-footer .page-footer-Copyright a:hover{
    text-decoration: none;
    color: #39F;
}

.icon{
    width: 14px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 2px;
}
.icon-QQ{
    background-image: url("../img/login/QQ.png");
}
.icon-address{
    background-image: url("../img/login/address.png");
}
.icon-email{
    background-image: url("../img/login/email.png");
}
.icon-phone{
    background-image: url("../img/login/phone.png");
}
.icon-mobile{
    background-image: url("../img/login/phone.png");
}
.page-footer{
    background-color: #FFFFFF;
}
.page-footer .footer-link-box{
    display: flex;
    justify-content: space-between;
    color: #333333;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
.page-footer .footer-link-box .link-box-left{
    display: flex;
    justify-content: space-between;
}
.page-footer .footer-link-box .link-box-left .link-box-list{
    margin: 0 -15px;
    display: flex;
}
.page-footer .footer-link-box .link-box-left .link-box-list .link-box-item{
    padding: 40px 15px 0;
    min-width: 250px;
}
.page-footer .footer-link-box .link-box-left .link-box-list .box-item-link{
    display: flex;
    justify-content: space-between;
}
.page-footer .footer-link-box .link-box-left .link-box-list .box-item-link ul li{
    font-size: 14px;
    padding: 5px 0;
}
.page-footer .footer-link-box .link-box-left .link-box-list .box-item-link ul li a:hover{
    color: #39F;
    text-decoration: none;
}
.page-footer .footer-link-box .link-box-left .box-item-title{
    padding-bottom: 25px;
}
.page-footer .footer-link-box .link-box-left .box-item-title h4{
    font-size: 16px;
}
.page-footer .footer-link-box .link-box-left .box-item-info ul li{
    font-size: 14px;
    padding: 5px 0;
}
.page-footer .footer-link-box .link-box-right{
    padding:  0 15px;
}
.page-footer .footer-link-box .link-box-right .link-qrcode-box{
    display: flex;
    padding-top: 50px;
    margin: 0 -25px;
}
.page-footer .footer-link-box .link-box-right .link-qrcode-box .qrcode-box-item{
    padding: 0 25px;
}
.page-footer .footer-link-box .link-box-right .link-qrcode-box .qrcode-box-item .qrcode-box-img{
    text-align: center;
}
.page-footer .footer-link-box .link-box-right .link-qrcode-box .qrcode-box-item .qrcode-box-title{
    padding-top: 15px;
}
.page-footer .footer-link-box .link-box-right .link-qrcode-box .qrcode-box-item .qrcode-box-title h4{
    font-size: 14px;
    color: #333;
    text-align: center;
}
/*
 新样式
*/

.page-login-box-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -25px 15px;
    padding: 0 25px;
    border-bottom: 1px solid #DFDFDF;
}
.page-login-box-tabs .box-item{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    position: relative;
    font-size: 16px;
    cursor: pointer;
}
.page-login-box-tabs .box-item.active:after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    bottom: -2px;
    background-color: #2077c7;
}

.tab-content-box{
    height: 248px;
    position: relative;
    overflow: hidden;
}

.tab-content-box .tab-content{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: left .3s ease-in-out;
}
.tab-content-box.active .tab-content.accout{
    left: 0;
}
.tab-content-box.active .tab-content.qrcode{
    left: 100%;
}
.tab-content-box .tab-content.accout{
    left: -100%;
}
.tab-content-box .tab-content.qrcode{
    left: 0;
}


@media (max-width: 1200px) {

    .page-body .page-banner .page-banner-text{
        width: 100%;
        padding-top: 80px;
    }
}
@media (max-width: 992px) {
    .page-body{
        min-height: 666px;
    }
    .page-body .page-banner .page-banner-text{
        width: 66%;
        padding-top: 0;
        padding-bottom: 20px;
        margin:auto;
    }
    .page-body .page-banner .panel{
        margin: auto;
        width: 375px;
    }

    .page-footer .footer-link-box{
        flex-direction: column;
    }

    .page-footer .footer-link-box .link-box-left {
        justify-content: center;
    }
    .page-footer .footer-link-box .link-box-right .link-qrcode-box{
        justify-content: center;
    }

}
@media (max-width: 525px) {

    .page-footer .footer-link-box .link-box-left {
        justify-content: flex-start;
    }
    .page-footer .footer-link-box .link-box-left .link-box-list{
        flex-direction: column;
    }
    .page-footer .footer-link-box .link-box-right .link-qrcode-box{
        justify-content: flex-start;
        flex-wrap: wrap;
    }

}
@media (max-width: 768px) {
    .page-body{
        min-height: 485px;
    }

    .page-header .navbar-header{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 400px) {

    .container{
        width: 100%;
    }
    .page-body .page-banner .panel{
        margin: auto;
        width: 100%;
    }

}