/* 头部 */
.header {
    height: 60px;
}

.header-left {
    float: left;
    height: 60px;
    line-height: 60px;
    color: #203f77;
}

.header-logo{
    height: 32px;
    margin-top: 14px;
    margin-left: 4px;
}

.header-right {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
}

.header-right img {
    width: 30px;
    height: 30px;
    float: left;
}

.header-right-num {
    float: left;
    margin-left: 10px;
    font-weight: bold;
    font-size: 24px;
    color: #ba1700;
    height: 27px;
    line-height: 27px;
    margin-top: 2px;
}