﻿/* 个人报告 */
.report {
    width: 1000px;
    min-height: 500px;
    margin: 42px auto 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.report-head {
    padding: 30px;
    border-bottom: 2px solid #ebebeb;
}
.report-main {
    margin-bottom: 22px;
}
.report-main h1 {
    font-size: 20px;
    font-weight: bold;
}
.report-main .btn {
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    border-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.6);
}
.report-head .base-info {
    font-size: 14px;
}
.report-head .base-info .base-info-li {
    margin-bottom: 25px;
}
.report-head .base-info .base-info-li span {
    vertical-align: top;
    display: inline-block;
    min-width: 360px;
}
.report-head .base-info .base-info-li span.dz {
    max-width: 550px;
}
.report-content {
    padding: 18px 32px;
    background-color: #fff;
}
.report-tabs {
    margin-bottom: 12px;
}
.report-tabs li,
.report-sub-tabs li {
    float: left;
}
.report-tabs li a {
    margin: 0 12px 12px 0;
    display: block;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    background: #f1f1f1;
}

.report-tabs li a:hover,
.report-tabs li.active a {
    background: #c50001;
    color: #ffffff;
}
.report-sub-tabs {
    padding-bottom: 10px;
    border-bottom: 2px solid #ebebeb;
}
.report-sub-tabs li{
    display: none;
}
.report-sub-tabs li.active{
    display: block;
}
.report-sub-tabs li a {
    display: inline-block;
    margin: 0 12px 12px 0;
    padding: 0 16px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
}

.report-sub-tabs li a:hover,
.report-sub-tabs li.active a.active {
    border-color: #c50001;
    color: #c50001;
}
.report-detail-wrap {
    margin-top: 24px;
    position: relative;
    min-height: 450px;
}
.report-detail-head-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.report-detail-head-title .label {
    padding-left: 10px;
    border-left: 4px solid #c50001;
    font-size: 16px;
    line-height: 15px;
    vertical-align: top;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
}
.report-detail-wrap--empty {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.report-detail-wrap--empty {
    text-align: center;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
}
.report-detail-wrap--empty p {
    margin-bottom: 15px;
    text-align: center;
}
.report-detail-btn {
    height: 25px;
    line-height: 25px;
    background: #c50001;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
}
.report-detail-body-mod {
    margin: 16px 0;
    padding: 24px;
    background: #fbfbfb;
}
.horizontal-dl {
    font-size: 14px;
}
.horizontal-dl dt {
    width: var(--i);
    float: left;
}
.horizontal-dl dd {
    line-height: 1.5;
    margin-left: var(--i);
    margin-bottom: 16px;
}