* {
    margin: 0 auto;
    font-family: "微软雅黑", "黑体", "宋体";
    outline: none;
}

body {
    background: #f9f9f9;
}

.auth {
    font-size: 18px;
    color: #1B2733;
    font-family: PingFangSC-Medium;
    margin-left: 32px;
}

.header {
    height: 62px;
    line-height: 62px;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.header > .headercontent {
    /*background: url("../img/logo.png") no-repeat;*/
    width: 335px;
    height: 62px;
    line-height: 62px;
    margin-left: 200px;
    display: inline-block;
    background-position: 0px 20px;
    /*text-indent: 170px;*/
}

li.server {
    margin-right: 35px;
}

.header > .headercontent .auth {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #000;
    font-size: 18px;

    font-weight: bold;
}

.header .fuwu-edit {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-right: 20px;
}

.header .fuwu-edit li {
    font-size: 14px;
    /*margin-left: 40px;*/
    display: inline-block;
    /*width: 147px;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

li#user-info {
    display: inline-block;
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 24px;
    cursor: pointer;
}

li#user-info .expand-icon, li.serial-userinfo .expand-icon {
    vertical-align: middle;
    margin-left: 8px;
    position: relative;
    top: -3px;
}

.account-config-select, .serial-account-config {
    margin-top: -25px;
    width: 150px;
    margin-right: 15px;
}

.account-config-select li a, .serial-account-config li a {
    font-size: 14px;
    color: #1B2733;
}

ul.select-opt {
    position: relative;
    z-index: 100;
    background: #FFFFFF;
    border: 1px solid #C6CDD7;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    border-radius: 2px;
    width: 126px;
    height: 76px;
    padding: 0;
}

li.account, li.logout {
    height: 38px;
    line-height: 38px;
    display: block !important;
}

.header .fuwu-edit li a {
    color: #000;
    text-decoration: none;
}

.header .server {
    /*background: url("../img/fuwu.png") no-repeat;*/
    background-position: 0 16px;
    text-indent: 25px;
}

.header .account {
    /*background: url("../img/account.png") no-repeat;*/
    background-position: 0 16px;
    text-indent: 25px;
}

.header .logout {
    /*background: url("../img/logout.png") no-repeat;*/
    background-position: 0 16px;
    text-indent: 25px;
}

.header .language {
    width: 118px;
    height: 62px;
    line-height: 62px;
    float: right;
    color: #ffffff;
    font-size: 14px;
}

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

.header .i-chinese {
    background-position: -220px -80px;
    padding-top: 15px;
}

.footer {
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 28px;
    width: 100%;
    background: #E2E2E2;
    color: #6F7070;
    line-height: 28px;
    font-size: 14px;
}

li.serial-userinfo {
    margin-right: 50px;
    cursor: pointer;
}

.serial-account-config {
    background: #FFFFFF;
    border: 1px solid #C6CDD7;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.20);
    border-radius: 2px;
    width: 126px;
    height: 76px;
    margin-right: 35px;
    float: right;
    position: absolute;
    right: 0;
}

.admin-icon {
    background: url(../img/admin.png) no-repeat;
    width: 24px;
    height: 24px;
    background-size: cover;
    display: inline-block;
    top: -50px;
    margin-bottom: 18px;
}
