
.content {
    width: 450px;
    height: 392px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    transform: translate(0, calc(-50% + 15px));
    box-sizing: border-box;
    left: 0;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.20);
}

.content .star {
    color: #575757;
    /*padding-right:14px;*/
}

.content .logintxt {
    font-family: "微软雅黑", "黑体", "宋体", PingFangSC-Medium;
    font-size: 28px;
    color: #1B2733;
    font-weight: bold;
    text-align: center;
    padding: 32px 110px 40px 110px;
}

.content .user-div, .content .pwd-div {
    text-align: center;
}

.content .user-div {
    /*margin-top:45px;*/
}

.content .pwd-div {
    margin-top: 24px;
}

.user-div > p, .pwd-div > p {
    padding: 15px 0px 15px 0px;
    font-size: 14px;
}

.user-div > .in, .pwd-div > .in {
    width: 370px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    text-indent: 14px;
}

.content .rem-div {
    padding: 25px 0 0 110px;
}

.content .rem-div p {
    color: #595959;
    font-size: 14px;
}

.content .loginbtn {
    text-align: center;
    margin-top: 40px;
}

.content .loginbtn .btn {
    width: 370px;
    height: 44px;
    background: #2b81ff;
    color: #ffffff;
    border: 1px solid #286dd3;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    /*margin-left:20px;*/
}

.content .othera {
    margin-top: 22px;
}

.content .othera:after {
    content: ' ';
    display: block;
    clear: both;
}

.content .othera a {
    color: #757575;
    text-decoration: none;
    font-size: 12px;
}

.content .othera .loginurl {
    float: left;
    margin-left: 110px;
}

.content .othera .setlanguage {
    float: right;
    margin-right: 88px;
}

.header .language {
    margin: 18px 22px 0px 0px;
    position: relative;
    cursor: pointer;
}

.language-show {
    font-size: 12px;
    background: #46A9DA;
    border: 1px solid #417A95;
    color: #FFF;
    padding: 2px 0 0 5px;
    height: 22px;
    line-height: 22px;
}

.header .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icon20x20.png) no-repeat;
}

.header .i-chinese {
    background-position: -220px -80px;
    padding: 0;
    margin: 0 5px 0 0;
}

.header .i-english {
    background-position: -240px -80px;
    margin: 0 5px 0 0;
}

.header .i-dropdown {
    background-position: -200px -80px;
}

.language span {
    color: #FFF;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
}

.language-ul {
    display: none;
    background: #46A9DA;
    position: absolute;
    left: 1px;
    width: 106px;
    font-size: 12px;
    color: #FFF;
    padding: 2px 5px;
}

.language-ul li {
    list-style: none;
    line-height: 25px;
}

.language-ul li span a {
    text-decoration: none;
    color: #fff;
}

body .client-box {
    margin: 0 auto;
    padding: 0;
}

.client-box {
    width: 336px;
    background: #FFFFFF;
}

.client-box .line {
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;

}

.client-box .line .line-input {
    width: 270px;
    height: 48px;
    line-height: 48px;
    padding-left: 50px;
    font-size: 14px;
    font-family: "微软雅黑", "黑体";
    border: 1px solid #E3E3E3;
}

.client-box .line .username {
    background: url("../img/user.png") no-repeat;
    background-position: 15px 15px;
}

.client-box .line .password {
    background: url("../img/pwd.png") no-repeat;
    background-position: 15px 15px;
}

.client-box .line .line-btn {
    width: 320px;
    height: 48px;
    line-height: 48px;
    background: #0098FD;
    border: 0;
    color: #FFFFFF;
    font-size: 18px;
    font-family: "微软雅黑", "黑体", "宋体";
    cursor: pointer;
}

.client-box .last-line {
    margin-top: 10px;
}

.client-box .line img {
    display: none;
}
