.about-choose-us-v1 {
    width: 100%;
    padding: 20px  20px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.about-choose-us-v1 .wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.about-choose-us-v1 .section-title {
    text-align: center;
    font-size: 29px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 30px;
}
.about-choose-us-v1 .comparison-table {
    border: 1px solid #9F5890;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}
/* 表头 */
.about-choose-us-v1 .table-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #461A3E;
    color: #fff;
}
.about-choose-us-v1 .header-col {
    padding: 10px 17px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
/* 表格行 */
.about-choose-us-v1 .table-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-top: 1px solid #9F5890;
}
.about-choose-us-v1 .col {
    padding: 10px 20px;
    font-size: 17px;
    line-height: 1.5;
}
.about-choose-us-v1 .left-col {
    color: #4d4242;
    background-color: #ffefef;
}
.about-choose-us-v1 .right-col {
    color: #4d4242;
    background-color: #d5bacf;
    font-weight: bold;
}
/* 底部承诺文字 */
.about-choose-us-v1 .promise-text {
    font-size: 17px;
    line-height: 1.5;
    color: #151515;
    font-family: "Times New Roman", "Georgia", "Linux Libertine", serif;
    margin-bottom: 20px;
}
.about-choose-us-v1 .promise-text strong {
    font-weight: bold;
}

/* 移动端适配 */
@media (max-width: 992px) {
    .about-choose-us-v1 .section-title {
        font-size: 24px;
        margin: 0 0 20px;
        padding: 0 10px;
        text-align: center;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .about-choose-us-v1 .comparison-table,
    .about-choose-us-v1 .table-header,
    .about-choose-us-v1 .table-row {
        display: block;
    }
    .about-choose-us-v1 .header-col {
        font-size: 18px;
        padding: 15px;
        text-align: center;
        box-sizing: border-box;
    }
    .about-choose-us-v1 .col {
        font-size: 17px;
        padding: 15px;
        text-align: left;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .about-choose-us-v1 .table-row {
        border-top: none;
    }
    .about-choose-us-v1 .left-col {
        border-bottom: 1px solid #ffefef;
    }
    .about-choose-us-v1 .promise-text {
        font-size: 17px;
        padding: 0 15px;
        text-align: justify;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}
