.report-container {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    padding: 35px;
    margin-bottom: 30px;
}

.header {
    border-bottom: 2px solid var(--main-color, #2c80b9);
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.title {
    font-size: 26px;
    color: var(--main-color, #1a5276);
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1.3;
    font-family: "Alibabapuhuiti-medium";
}

.subtitle {
    font-size: 18px;
    color: var(--subtitle-color, #5d6d7e);
    margin-bottom: 15px;
    font-weight: 500;
    max-width: 100%;
}

.date {
    color: #7f8c8d;
    font-size: 15px;
    margin-bottom: 5px;
}

.section {
    margin-bottom: 30px;
}

.section-title {
    font-size: 20px;
    color: var(--main-color, #2c80b9);
    margin-bottom: 15px;
    padding-left: 12px;
    border-left: 5px solid var(--main-color, #2c80b9);
    font-family: "Alibabapuhuiti-medium";
}

.content {
    margin-bottom: 15px;
    text-align: justify;
    font-size: 16px;
}

.highlight, .highlight-box {
    background-color: #e8f4fc;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border-left: 5px solid var(--main-color, #2c80b9);
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.data-table th {
    background-color: var(--main-color);
    color: white;
    padding: 12px 15px;
    text-align: left;
    font-weight: 500;
}

.data-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
}

.data-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.data-table tr:hover {
    background-color: #f1f9ff;
}

.key-data {
    font-family: "Alibabapuhuiti-medium";
    color: var(--main-color);
}

.data-summary {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 25px 0;
    text-align: center;
}

.summary-item {
    flex: 1;
    min-width: 200px;
    margin: 10px;
    padding: 15px;
}

.summary-value {
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0;
    color: var(--main-color, #8e44ad);
}

.summary-label {
    font-size: 16px;
    color: #5d6d7e;
}

.data-comparison {
    display: flex;
    justify-content: space-between;
    margin: 25px 0;
    flex-wrap: wrap;
}

.data-group {
    flex: 1;
    min-width: 300px;
    margin: 10px;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.experimental-group, .group-a {
    background-color: #e8f6f3;
    border-top: 4px solid #27ae60;
}

.control-group {
    background-color: #fdedec;
    border-top: 4px solid #e74c3c;
}

.group-b {
    background-color: #e8f4fc;
    border-top: 4px solid #3498db;
}

.group-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c3e50;
}

.data-value {
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0;
    color: #1a5276;
}

.data-label {
    font-size: 16px;
    color: #5d6d7e;
}

.key-points {
    background-color: #fff9e6;
    padding: 20px;
    border-radius: 8px;
    margin: 25px 0;
    border-left: 5px solid #f39c12;
}

.key-points-title {
    font-size: 18px;
    color: #d35400;
    margin-bottom: 10px;
    font-weight: 600;
}

.conclusion {
    background-color: #e8f6f3;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
    border-left: 5px solid #27ae60;
}

.conclusion-title {
    font-size: 20px;
    color: #1a5276;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: "Alibabapuhuiti-medium";
}



.e_richText-6 strong {

    font-weight: 500;
        font-family: "Alibabapuhuiti-medium";

}

.reference {
    font-size: 14px;
    color: #7f8c8d;
    margin-top: 10px;
    padding-left: 15px;
    border-left: 3px solid #bdc3c7;
    font-style: italic;
}

.footer {
    text-align: center;
    margin-top: 40px;
    color: #7f8c8d;
    font-size: 15px;
    border-top: 1px solid #ecf0f1;
    padding-top: 20px;
}

.data-highlight {
    display: inline-block;
    background-color: var(--main-color, #2c80b9);
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 600;
}

.control-rate {
    font-size: 18px;
    font-weight: 600;
    color: var(--main-color, #8e44ad);
    margin: 5px 0;
}


.tp_box {

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}


.tp_box .img {

    flex: 0 0 48.5%;
}






@media(max-width:768px) {


    .report-container {
    padding: 0px;
    box-shadow: unset;
}

        }