html, body, div, span, h1, h2, h3, h4, h5, h6, p, pre, a, code, em, img, small, strong, sub, sup, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}

a {
    text-decoration: none;
    outline: none
}

a:hover {
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: none;
    outline: none
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none
}

input[type=button], input[type=text], input[type=password], button, textarea {
    -webkit-appearance: none;
    outline: none
}
.body-bg{
    /*background: url("../img/login-bg.jpg") no-repeat;*/
    background: url("../img/login-bg002.png");
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
}
.login-logo{
    overflow: hidden;
    height: 14.4vh;
    padding: 0 5%;
    display: flex;
    align-items: center;
}
.login-logo img{
    display: block;
    width: 25%;
}
.login-item{
    overflow: hidden;
    height: 5vh;
    text-align: right;
    padding: 0 14%;
}
.login-item a{
    display: inline-block;
    border-right: 1px solid #fff;
    color: #fff;
    padding: 0 20px;
}
.login-item a:last-child{
    border-right: none;
}
.login-screen{
    overflow: hidden;
    height: 65vh;
}
.login-screen-box{
    width: 28vw;
    overflow: hidden;
    /*margin-left: 14.7%;*/
    margin-left: 54.7%;
    height: 65vh;
    position: relative;
}
.container {
    /*width: 100%;*/
    background: #fff;
}
.swiper1 {
    width: 100%;
}
.swiper1 .swiper-slide.selected {
    color: #1866b0;
}
.swiper1 .swiper-slide {
    text-align: center;
    font-size: 16px;
    height: 50px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: #7e7f7f;
}
.swiper2 {
    width: 100%;
}
.swiper2 .swiper-slide {
    /*height: calc(100vh - 50px);*/
    overflow: hidden;
}
.login-list-box{
    padding: 5vw;
    box-sizing: border-box;
    overflow: hidden;
}
.login-list{
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.login-list-title{
    color: #a19fbc;
    font-size: 12px;
    display: block;
}
.login-list-content{
    overflow: hidden;
    border-bottom: 1px solid #b4bfd9;
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
    height: 30px;
    line-height: 30px;
    width: 100%;
    color: #1866b0;
    font-size: 16px;
    padding-left:10px;
}
.login-list-content::-webkit-input-placeholder{
    color:#ccc;
}
.login-list-content::-moz-placeholder{
    color:#ccc;
}
.login-list-content:-moz-placeholder{
    color:#ccc;
}
.login-list-content:-ms-input-placeholder{
    color:#ccc;
}

.login-list-code{
    overflow: hidden;
    border-bottom: 1px solid #b4bfd9;
    border-top: none;
    border-left: none;
    border-right: none;
    background: none;
    height: 30px;
    line-height: 30px;
    width: 50%;
    color: #1866b0;
    font-size: 16px;
}
.code-btn{
    border:1px solid #ddd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 7px 0;
    width: 45%;
    display: inline-block;
    color: #777;
    font-size: 12px;
    background: none;
    cursor: pointer;
}
.login-btn-box{
    overflow: hidden;
    text-align: center;
}
.login-btn{
    background: url("../img/login-btn-bg.png") no-repeat;
    background-size: 100% 100%;
    border: none;
    color: #fff;
    width: 10vw;
    height: 4vw;
    cursor: pointer;
    position: relative;
    display: block;
    margin: 0 auto;
}
.login-btn:active{
    top: 1px;
    left: 1px;
}
.login-btn-box .footer-list{
    overflow: hidden;
    padding-top: 10px;
}
.login-btn-box .footer-list a{
    color: #a19fbc;
    font-size: 12px;
    display: inline-block;
    padding: 0 20px;
}
.login-footer{
    margin-top: 5vh;
    text-align: center;
    color: #2b8ed7;
    font-size: 14px;
    position: absolute;
    left: 62%;
}
.q-code{
    position: absolute;
    left: 0;
    bottom: 0;
    width:50px;
    height: 50px;
    z-index: 99;
}
.q-code .defaultIcon{
    width:50px;
    height: 50px;
    background: url("../img/login-code-icon.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.login-code-img{
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.9);
    overflow: hidden;
    position: absolute;
    z-index: 100;
}
.login-code-img .login-code-img-content{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 65vh;
    position: relative;
}
.login-code-img img{
    width: 200px;
}
.login-code-img .login-code-img-content .close-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    background: url("../img/close-icon.png") no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
