#nav-data-center {
    color: #30A2EB !important;
    border-bottom: 2px solid #30A2EB;
}

.content {
    background-color: #f7f7f7;
}

.data-center-container {
    width: 100%;
    margin: 0 auto;
    
}

/*工单统计*/
.repair-order-statistics {
    padding-top: 20px;
    overflow: hidden;
}

.repair-order-statistics ul {
    margin: 25px 0 0 0;
}

.repair-order-statistics ul li {
    float: left;
    width: 33%;
    height: 115px;
    position: relative;
}

.repair-order-statistics ul li:last-child {
    float: right;
}

.repair-order-day-content {
    color: #fff;
    font-size: 50px;
    margin: 75px 0 0 30px;
}

/*服务概况*/
.service-profile, .server-item-top10 {
    background-color: #fff;
    margin-top: 30px;
}

.service-profile-title {
    color: #9AA5B6;
    font-size: 18px;
    line-height: 60px;
}

.service-profile-title span{
    height: 60px;
    margin-left: 30px;
}

.service-profile-line {
    width: 100%;
    height: 1px;
    background-color: #F6F8F9;
}

.service-profile ul li {
    width: 33%;
}

.service-profile ul li:first-child {
    float: left;
}

.service-profile ul li:last-child {
    float: right;
}

.service-profile-rate {
    width: 300px;
    height: 400px;
}

.service-profile-rate div {
    cursor: auto !important;
}

/*账户类型、客户类型*/
.account-customer-type {
    overflow: hidden;
    margin-top: 20px;
}

.account-type-container, .customer-type-container {
    width: 49%;
    height: 450px;
    background-color: #fff;
}

.account-type-container {
    float: left;
}

.customer-type-container {
    float: right;
}

.account-type-title, .customer-type-title {
    font-size: 18px;
    color: #94A1B1;
}

.type-title-content {
    height: 60px;
    line-height: 60px;
}

.type-title-left {
    margin-left: 25px;
}

.type-title-right {
    margin-right: 25px;
}

.account-type-line, .customer-type-line {
    width: 100%;
    height: 1px;
    background: #F6F7FA;
}

.type-content {
    width: 500px;
    height: 400px;
    margin-left: 10px;
}

/*Top10服务项目*/
.server-item-top10 {
    width: 100%;
}

.server-item-top10-title span{
    height: 60px;
    margin-left: 30px;
}

.server-item-top10-content {
    width: 100%;
    height: 400px;
    margin-left: 20px;
}

.server-item-top10 {
    margin-top: 20px;
}

.content {
    margin-bottom: 0 !important;
}

footer {
    margin-top: 0 !important;
}