body{
    margin: 0;
    padding: 0;
}
.header{
    height: 95px;
    background-color: #ffffff;
    position:absolute;
    z-index: 2
}
.img-box{
    margin-left: 10%;
    position: absolute;
    z-index: 100;
    height: 55px;
    padding: 20px 0;
    width: 80%;
}
#top_img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.bg{
    height: 654px;
    position: relative;
	background-size: cover!important;
    /* animation: 20s image  linear   infinite */
}
.bg-img{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

@keyframes image{
    from, to { background-size: 105% 105%; }
    50% { background-size: 110% 110%; }
}
.fade-enter{
    opacity: 0;
}
.fade-enter-active{
    transition: opacity 2s;
}
.fade-leave-to{
    opacity: 0;
}
.fade-leave-active{
    transition: opacity 2s;
}
.motto{
    width: 40%;
    float: left;
    padding-top: 215px;
}
.motto-box{
    float: right;
    max-width: 70%;
}

.motto-box img{
    max-width: 100%;
}

.motto-bottom{
    margin-top: 40px;
}

.login-box{
    margin-right: 16%;
    width: 20%;
    float: right;
    background: url(../images/ifobg.png) no-repeat;
    width: 391px;
    height: 430px;
    text-align: center;
    margin-top: 113px;
}

.login-box-gykj{
    margin-right: 16%;
    width: 20%;
    float: right;
    background: url(../images/ifobg2.png) no-repeat;
    width: 391px;
    height: 520px;
    text-align: center;
    margin-top: 225px;
}

.login-title{
    margin-top: 40px;
    font-size: 26px;
    color: #163271;
    margin-bottom: 33px;
    
}
.input-box{
    height: 40px;
    width: 250px;
    margin-bottom: 15px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding-left: 50px;
    outline: none;
}
.login-box input::-webkit-input-placeholder{
    color: #999999;
}

input::-webkit-input-placeholder{
    color: #999999;
}
input::-moz-placeholder{
    color: #999999;
}
input::-ms-input-placeholder{
    color: #999999;
}


.input-user{
  /*  background: url(../images/user.png) no-repeat;
    background-position: 15px;*/
    background-color: #ffffff;
}
.input-pwd{
   /*!* background: url(../images/pwd.png) no-repeat;*!
    background-position: 15px;*/
    background-color: #ffffff;
}
#form{
    position: relative;
}

#user_icon{
    position: absolute;
    top: 11px;
    left: 61px;
    font-size: 18px;
    z-index: 100;
}
#pwd_icon{
    position: absolute;
    top: 68px;
    left: 58px;
    font-size: 16px;
    z-index: 100;
}

.verification{
    height: 40px;
    width: 130px;
    margin-bottom: 15px;
    float: left;
    margin-left: 42px;
    border: 1px solid;
    border-radius: 5px;
    border-color: #cccccc;
    padding-left: 20px;
    outline: none;
}
.v-canvas{
    float: left;
    margin-left: 22px;

    border: 1px solid;
    border-color: #cccccc;
    border-radius: 5px;
}
#v-container{
    width: 126px;
    height: 42px;
}
.login-help{
    width: 300px;
    font-size: 14px;
    color: #163271;
    display: flex;
    justify-content: space-between;
    margin-left: 41.5px;
}
.login-help a{
    text-decoration: none;
}
.login-help a:visited{
     color: #163271;
}
.login-btn{
    width: 300px;
    height: 40px;
    background-color: #163271;
    color: #fefefe;
    border-style: none;
    border-radius: 3px;

}
.browser{
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.browser-text{
    display: inline-block;
    margin-right: 10px;
}
.browser-box{
    display: inline-block;   
    margin-right: 30px;
}

.browser-box .help > a{
    /*background: red;*/
    position: relative;
    color:#252525;
    text-decoration:underline;
    cursor: pointer;
    color:#ef0b1d;
}
.browser-box .help >a:visited {text-decoration:underline;}
.browser-box .help >a:hover {color:#ef0b1d;text-decoration:underline;}
.browser-box .help >a:active {color:#ef0b1d;}

.browser-box .help img{
    /*border: 1px solid red;*/
    /*display: none;*/
    position: absolute;
    right: -203px;
    top: -231px;
    /*width: 80%;*/
}

.browser-box img{
    vertical-align: middle;
    margin-right: 5px;
}
.browser-last{
    margin-right: 0;
}
.footer{
    width: 100%;
    height: 130px;
    font-size: 14px;
    background-color: #fff;
    color: #666666;
    /*padding: 0 200px;*/
}
.footer .footer-box{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.footer .footer-left{
    display: inline-block;
    vertical-align: middle;
}
.footer .footer-right{
    display: inline-block;
    vertical-align: middle;
}

.footer-statement{
    margin-left: 19%;
    float: left;
    height: 100%;
    white-space:pre;
}
.footer-text-box{
    line-height: 60px;
    text-align: center;

}
.footer-text-box>div{
    display: inline-block;
    text-align: center;
}
#qrcode_img{
    width: 94px;
}
.qbcode-box{
    width: 230px;
}
.qbcode-img{
    display: inline-block;
}
.qbcode-text{
    display: inline-block;
}
@media only screen and (max-width: 1440px) {
    .browser-box .help img{
        width: 1200px;
        right: -165px;
        top: -194px;
    }
}
@media only screen and (max-width: 900px) {
    .login-box{margin-right: 10%;}
    .motto{width: 30%;}
}
@media only screen and (max-height: 720px) {
    .bg{height: 515px;}
    .header{height: 75px}
    .img-box{height: 45px; padding: 15px 0;}
    .login-box{margin-top: 90px;}
    .motto{padding-top: 160px}

}
@media only screen and (min-height: 721px)  and (max-height: 900px) {
    .bg{height: 620px;}
    .motto{padding-top: 210px}
    .login-box{margin-top: 150px}
    .img-box{margin-left: 17%; width: 66%;}
}

@media only screen and (min-height: 901px) {
    .bg{height: 800px;}
    .motto{padding-top: 300px}
    .login-box{margin-top: 225px}
    .img-box{margin-left: 17%; width: 66%;}
}