main {
    background-color: #f7f8fa;
}

.evaluation_conatiner {
    color: #333;
}

.evaluation_item {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
}

.evaluation_top p {
    font-size: 16px;
    line-height: 28px;
    padding: 16px 22px;
}

.evaluation_standard_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.evaluation_standard_container .evaluation_item {
    width: 49%;
    padding: 20px;
    margin-bottom: 10px;
}

.evaluation_standard_container h3 {
    font-size: 16px;
    height: 28px;
    color: #333;
}

.evaluation_standard_container p {
    line-height: 20px;
    font-size: 14px;
}

.evaluation_standard_container img {
    width: 246px;
    height: 162px;
}

/* 顶部文字 + 更多按钮 */
.top_text_container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 12px 0;
}

.top_text {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #151515;
    text-align: center;
}

.top_text::before {
    content: '';
    border-left: 5px solid #4d51e3;
    height: 18px;
    margin-right: 10px;
}

.top_text_sub {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
}

/* 报告列表 */
.report_list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    color: #333;
}

.report_list li h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.report_list li div {
    margin-right: 20px;
}

.report_list li p {
    font-size: 14px;
    line-height: 20px;
}

.report_list li img {
    width: 126px;
    height: 174px;
}

/* 报告详情样式 */
.detail_container {
    background-color: #fff;
    padding: 30px 80px;
}

.detail_container h2 {
    line-height: 22px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #333;
    text-align: center;
    font-family: 'fangsong';
}

.detail_container p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.detail_container a {
    font-weight: 700;
}

.detail_container table {
    width: 100%;
    border-collapse: collapse;
    /* 合并边框 */
}

.detail_container th,
.detail_container td {
    border: 1px solid #ddd;
    /* 表格边框颜色和宽度 */
    padding: 20px;
    /* 内边距 */
    text-align: left;
}

.detail_container td.text_align_center {
    text-align: center;
}

.detail_container th {
    background-color: #f4f4f4;
    /* 表头背景颜色 */
    text-align: center;
}

.detail_container tr:nth-child(even) {
    background-color: #fff;
    /* 交替行背景颜色 */
}

/* pdf容器 */
.report_container iframe {
    width: 100%;
    height: 100vh;
}

/* 联系我们 */
.concat_container p {
    font-size: 16px;
    line-height: 30px;
}