@charset "UTF-8";
html, body {
    width: 100%;
    height: 100%;
    font-family: "微软雅黑";
    min-width: 1344px;
}

@media screen and (min-width: 1345px) and (max-width: 1689px) {
    html {
        font-size: 14px;
    }
}

@media screen and (min-width: 1690px) {
    html {
        font-size: 20px;
    }
}

.clearfix:after {
    centent: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

div, li, a, body, ul, li, img {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font: 0.8rem "微软雅黑";
}

.header {
    height: 3.6rem;
    width: 100%;
    background: #008fff;
}

.header .logo-title {
    float: left;
    width: 15.4rem;
    height: 2.6rem;
    background: url("../imgs/viewpager_logo.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin: 0.4rem 0;
}

.header .userbar {
    float: right;
    margin: .6rem 3.1rem 0 0;
}

.header .userbar .aside-list > li {
    float: left;
    height: 1.4rem;
    padding: .7rem .7rem;
    /*background: url("../imgs/aside_line.png") no-repeat right;*/
}

.header .userbar .aside-list > li:last-child {
    background-image: none !important;
}

.header .userbar .aside-list > li a {
    color: #ffffff;
}

.header .title {
    float: left;
    margin: .4rem 0;
}

.header .title > div {
    color: #ffffff;
    font-family: '微软雅黑', '宋体';
    font-weight: bolder;
}

.header .chs {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size:1.1rem;
}

.header .eng {
    height: 1rem;
    line-height: 1rem;
    font-size: .7rem;
}

.container {
    height: calc(100% - 3.6rem);
    /*background: url("../../img/loginIntroduction/login/login-bg.png") no-repeat;*/
    background: url("../imgs/login/login_bgc2.png") no-repeat;
    background-size: cover;
}

.container1 {
    width: 1344px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}


.container1 > div:first-child {
    position: absolute;
    width: 884px;
    top: 0;
    left: 0;
    height: 100%;
    border: none;
    background: url(../imgs/login/login_bg2.png) no-repeat;
    background-size: cover;
    background-position-y: -1px;
}

.content {
    box-sizing: border-box;
    position: absolute;
    padding-top: .8rem;
    /* top: 260px; */
    margin-top: 10rem;
    /* right: 375px; */
    width: 460px;
    height: 460px;
    right: 0;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
}

.content .login-title {
    height: 120px;
    width: 100%;
    line-height: 120px;
    text-indent: 46px;
    font-size: 30px;
    font-weight: 500;
    color: #6b6b6d;
}

.content ul {

}

.content ul li {
    position: relative;
    list-style: none;
    height: 56px;
    text-align: center;
    margin: 0px 0 40px 0;
}
.content ul li:nth-child(2){
    /*margin-bottom: 0;*/
}
.content ul li span {
    position: absolute;
    left: 60px;
    top: 8px;
    display: inline-block;
    vertical-align: center;
    width: 34px;
    height: 34px;
    background: url("../imgs/login/username.png");
}
.content ul li.remember{
    text-align: left;
    padding-left: 42px;
    margin-bottom: 10px;
}
.content ul li.remember input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.content ul li:first-child span {
    background: url("../imgs/login/username.png");
}

.content ul li:nth-child(2) span {
    background: url("../imgs/login/password.png");
}

.content ul li input, .content ul li:nth-child(3) a {
    display: inline-block;
    width: 366px;
    height: 56px;
    line-height: 56px;
    text-indent: 54px;
    font-size: 16px;
}

.content ul li:nth-child(3) a {
    letter-spacing: 20px;
    background-color: #008fff;
    color: #FFFFFF;
    text-indent: 0px;
    border-radius: 4px;
}

