.main-content {
    background: RGBA(248, 249, 251, 1);
    padding-bottom: 145px;
}

.filter-sort-section {
    padding-top: 40px;
    margin: 0 auto;
}

.filter-sort-section .filter-section {
    background: #FFFFFF;
    box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 38px;
}

.filter-sort-section .filter-section .filter-category {
    display: flex;
}

.filter-sort-section .filter-section .filter-category:not(:last-child) {
    margin-bottom: 29px;
}

.filter-sort-section .filter-section .filter-category-title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 38px;
    width: 90px;
    text-align: right;
}

.filter-sort-section .filter-section .filter-buttons {
    flex: 1;
    margin-left: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 33px;
}

.filter-sort-section .filter-section .filter-buttons a {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding: 0 23px;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #D8D8D8;
    transition: all 0.3s ease-in-out;
}

.filter-sort-section .filter-section .filter-buttons a:hover,
.filter-sort-section .filter-section .filter-buttons a.active {
    border-color: rgba(53, 144, 107, 1);
    background-color: rgba(223, 238, 233, 1);
    color: rgba(48, 136, 100, 1);
}

.sort-search-section {
    border-top: 2px solid #308864;
    display: flex;
    background-color: RGBA(223, 238, 232, 1);
    margin-top: 48px;
    justify-content: space-between;
    align-items: center;
}

.sort-search-section .sort-options {
    display: flex;
    flex: 1;
    margin-right: 30px;
}

.sort-search-section .sort-options a {
    padding: 0 25px;
    line-height: 49px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    gap: 0 13px;
}

.sort-search-section .sort-options a.active {
    color: #308864;
    background: #fff;
}

.sort-search-section .sort-options a .iconfont {
    font-size: 12px;
    font-weight: bold;
    transition: transform 0.3s ease;
    display: inline-block;
}

.sort-search-section .total {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    padding: 0 25px;
}

.sort-search-section .total span {
    color: red;
}

.products-section {
    margin-top: 22px;
}

.products-section .product-card {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 37px 58px 73px;
}

.products-section .product-card:not(:last-child) {
    margin-bottom: 74px;
}

.products-details-section .product-card {
    margin-bottom: 0 !important;
}

.products-section .product-card .product-header {
    display: flex;
}

.products-section .product-card .product-logo {
    width: 255px;
    height: 160px;
    border: 1px solid rgba(216, 216, 216, .57);
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-section .product-card .product-logo img {
    max-width: 90%;
    max-height: 90%;
}

.products-section .product-card .product-header-content {
    flex: 1;
    margin-left: 36px;
}

.products-section .product-card .product-tag {
    display: flex;
    gap: 0 14px;
}

.products-section .product-card .product-tag span {
    line-height: 26px;
    background: #FFD101;
    border-radius: 13px;
    padding: 0 12px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.products-section .product-card .product-tag .tag-best-value {
    background-color: rgba(17, 44, 65, 1);
    color: #fff;
}

.products-section .product-card .product-info {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.products-section .product-card .product-name {
    font-weight: bold;
    color: #333333;
    line-height: 1.33;
    flex: 1;
    margin-right: 30px;
    align-items: center;
}
.products-section .product-card .product-name a{
    color: #333333;
}   
.products-section .product-card .applyBtn {
    line-height: 44px;
    padding: 0 39px;
    background: #308864;
    border-radius: 22px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.products-section .product-card .applyBtn:hover {
    background-color: #004c99;
}

.products-section .product-card .product-header-content .product-documents {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
}

.products-section .product-card .product-header-content .product-documents .document-btn {
    display: inline-block;
    padding: 0 14px;
    border: 1px solid rgba(0, 53, 129, 1);
    border-radius: 4px;
    background-color: #fff;
    color: rgba(0, 53, 129, 1);
    text-decoration: none;
    /* margin-right: 10px; */
    font-size: 14px;
    line-height: 28px;
    transition: all 0.3s ease;
}

.products-section .product-card .product-header-content .product-documents .document-btn:hover {
    background-color: #0066cc;
    color: #fff;
}

/* 产品亮点 */
.product-highlights {
    margin-top: 13px;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    width: 780px;
    max-width: 100%;
}

.product-tabs-section {
    padding: 0 52px 52px;
    background: #FFFFFF;
    box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.04);
    border-radius: 0 0 10px 10px;
}

.product-tabs-section .product-tabs {
    position: relative;
    background-color: rgba(223, 238, 232, 1);
}

.product-tabs-section .product-tabs .btn {
    position: absolute;
    top: 50%;
    z-index: 3;
    cursor: pointer;
    color: rgba(102, 102, 102, 1);
    transition: all .6s;
}

.product-tabs-section .product-tabs .btn:not(.swiper-button-disabled):hover {
    color: #308864;
}

.product-tabs-section .product-tabs .btn:not(.swiper-button-disabled) {
    opacity: .5;
    cursor: not-allowed;
}

.product-tabs-section .product-tabs .btn.btn-prev {
    left: 0;
    transform: translate(-120%, -50%);
}

.product-tabs-section .product-tabs .btn.btn-next {
    right: 0;
    transform: translate(120%, -50%);
}

.product-tabs-section .product-tabs .product-tab {
    padding: 0 31px;
    cursor: pointer;
    font-size: 14px;
    line-height: 49px;
    white-space: nowrap;
    color: rgba(102, 102, 102, 1);
    transition: all 0.3s ease;
    cursor: pointer;
    width: auto;
}

.product-tabs-section .product-tab:hover {
    color: rgba(48, 136, 100, 1);
}

.product-tabs-section .product-tab.active {
    background-color: rgba(48, 136, 100, 1);
    color: #fff;
}

.product-tabs-section .product-tab-content-container {
    /* padding: 20px 0; */
}

.product-tabs-section .product-tab-content {
    display: none;
    padding: 50px 0 0;
}

.product-tabs-section .product-tab-content.active {
    display: block;
}

.product-tabs-section .product-tab-content .product-feature-content h3 {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    line-height: 1.25;
}

.product-tabs-section .product-tab-content .product-feature-content .text {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.875;
    margin-top: .43em;
}

/* 所有详情部分 */
.product-tabs-section .all-details {
    margin: 39px 0 0;
    background: #F7F7F7;
}

.product-tabs-section .all-details h3 {
    padding: 0 29px;
    line-height: 65px;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}

.product-tabs-section .detail-section {
    padding: 15px 39px;
    border-top: 3px solid rgba(255, 255, 255, 1);
    /* margin-bottom: 25px; */
}

.product-tabs-section .detail-section h4 {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-tabs-section .detail-section h4 .icon {
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-tabs-section .detail-section h4 .icon .iconfont {
    font-size: 14px;
    display: block;
    transition: all .3s;
    color: rgba(102, 102, 102, 1);
}

.product-tabs-section .detail-section h4.expanded .icon .iconfont {
    transform: rotate(180deg);
    color: rgba(48, 136, 100, 1);
}

.product-tabs-section .detail-section ul {
    margin-top: 7px;
    display: none;
}

.product-tabs-section .detail-section li {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.875;
}


.products-section .product-card .product-rates {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
    margin-top: 17px;
    width: 1000px;
    max-width: 100%;
}

.products-section .product-info-container {
    display: flex;
    padding: 22px 22px 0 0;
    justify-content: space-between;
    border-top: 4px solid rgba(153, 153, 153, .11);
    margin-top: 36px;
}
.products-section .product-info-container .service-icon img{
        margin: 0 auto;
        width: 190px;
        display: block;
    }
/* .products-section .product-info-container .product-rates{
    margin-top: 0;
} */
.products-section .product-card .product-rates .rate-item {

    font-size: 18px;
    color: #333333;
    line-height: 40px;
}

.products-section .product-card .product-rates .rate-item span {
    font-weight: bold;
}

.products-section .product-card .product-rates .coverage-amount {
    font-weight: bold;
    font-size: 24px;
    color: #35906B;
    line-height: 1;
}

.products-section .product-card .product-rates .coverage-item {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-top: 5px;
}

.products-section .product-card .product-features {
    margin-top: 31px;
}

.products-section .product-features-container {
    margin-top: 24px;
    background: #FFFFFF;
    box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px 10px 0 0;
    padding: 52px;
}

.products-section .product-features {
    background: #FFF9D9;
    border-left: 5px solid rgba(255, 209, 1, 1);
    padding: 22px 36px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 40px;
}

.products-section .product-card .product-details {
    margin-top: 36px;
}

.products-section .product-card .product-details .product-tabs {
    display: flex;
    gap: 0 43px;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    max-width: 100%;
    overflow-x: auto;
}
.products-section .product-card .product-details .product-tabs::-webkit-scrollbar {
	width: 0px;
	height: 5px;
}
.products-section .product-card .product-details .product-tab {
    position: relative;
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 1;
    padding-bottom: 14px;
    cursor: pointer;
    flex-shrink: 0;
}

.products-section .product-card .product-details .product-tab::before {
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 4px;
    background-color: rgba(48, 136, 100, 1);
    transition: all 0.3s ease-in-out;
}

.products-section .product-card .product-details .product-tab.active::before {
    width: 100%;
}

.products-section .product-card .product-details .product-tab-content {
    /* font-family: Microsoft YaHei; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    padding: 23px 0 0;
    display: none;
}

.products-section .product-card .product-details .product-tab-content.active {
    display: block;
}

.products-section .product-card .toggle-info-btn {
    position: absolute;
    line-height: 34px;
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid #D8D8D8;
    font-weight: 400;
    font-size: 16px;
    color: #308864;
    padding: 0 27px;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    z-index: 3;
}

.products-section .product-card .toggle-info-btn:hover {
    color: #fff;
    background-color: #308864;
    border-color: #308864;
    transition: all 0.3s ease-in-out;
}

.products-section .product-card .toggle-info-btn .iconfont {
    transition: transform 0.3s ease;
    display: inline-block;
}

.products-section .pagination {
    margin-top: 124px;
}

.insurance-recommendation {
    margin-top: 30px;
    padding: 55px 160px 46px;
    box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    background-color: #fff;
}

.section-title {
    font-weight: bold;
    /* font-size: 46px; */
    color: #308864;
    line-height: 1;
}

.insurance-recommendation .section-title {
    text-align: center;
}

.insurance-recommendation .swiper {
    /* padding: 46px 0; */
    margin-top: 46px;
}

.faq-section {
    padding: 50px 100px;
    background: #FFFFFF;
    box-shadow: 0px 6px 21px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    margin-top: 40px;
}

.faq-section .section-title {
    text-align: center;
}

.faq-section .faq-list {
    margin-top: 54px;
}
@media (max-width:1440px) {
    .product-highlights{
        width: 100%;
    }
    .insurance-recommendation{
        padding-left: 80px;
        padding-right: 80px;
    }
}
@media(max-width:1199px) {
    .recommendation-slider .swiper-slide{
        width: 49%;
    }
    .main-content {
        padding-bottom: 80px;
    }

    .products-section .product-card:not(:last-child) {
        margin-bottom: 60px;
    }

    .products-section .pagination {
        margin-top: 60px;
    }

    .products-section .product-card .product-header-content {
        margin-left: 20px;
    }

    .products-section .product-card .product-info {
        margin-bottom: 10px;
    }

    .products-section .product-card .applyBtn {
        font-size: 16px;
        padding: 0 20px;
        line-height: 40px;
    }

    .products-section .product-card .product-rates .coverage-amount {
        font-size: 20px;
    }

    .products-section .product-card .product-rates .coverage-item {
        font-size: 16px;
    }

    .products-section .product-features {
        font-size: 16px;
        line-height: 30px;
        padding: 22px;
    }

    .products-section .product-card .product-details .product-tab {
        font-size: 16px;
    }

    .products-section .product-card .product-details .product-tab::before {
        height: 3px;
    }

    .products-section .product-card .product-details .product-tab-content {
        line-height: 30px;
    }

    .products-section .product-card .product-rates {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 30px;
    }
    .products-section .product-info-container{
        padding-right: 0;
        flex-direction: column;
        gap: 30px;
    }
    .products-section{
        margin-top: 0;
    }
    .faq-section{
        padding-left: 60px;
        padding-right: 60px;
    }
    .faq-section .faq-list{
        margin-top: 50px;
    }
}

@media(max-width:1024px) {
    .faq-section{
        padding-left: 50px;
        padding-right: 50px;
    }
    .products-section .product-features-container{
        padding: 40px;
    }
    .product-tabs-section{
        padding: 0 40px 40px;
    }
    .filter-sort-section .filter-section .filter-category:not(:last-child) {
        margin-bottom: 15px;
    }

    .filter-sort-section .filter-section .filter-buttons {
        gap: 10px 20px;
    }

    .filter-sort-section .filter-section .filter-buttons a {
        padding: 0 19px;
        line-height: 32px;
    }

    .filter-sort-section .filter-section .filter-category-title {
        line-height: 32px;
    }

    .products-section .product-card {
        padding: 37px 37px 53px;
    }

    .main-content {
        padding-bottom: 70px;
    }

    .products-section .product-card:not(:last-child) {
        margin-bottom: 50px;
    }

    .products-section .pagination {
        margin-top: 50px;
    }

    .products-section .product-card .product-logo {
        width: 200px;
    }

    .filter-sort-section .filter-section .filter-buttons {
        margin-left: 24px;
    }

    .sort-search-section {
        margin-top: 40px;
    }

    .products-section .product-card .product-rates .rate-item {
        font-size: 16px;
        line-height: 30px;
    }
    .product-tabs-section .product-tab-content{
        padding-top: 40px;
    }
    .faq-section .faq-list{
        margin-top: 45px;
    }
}

@media(max-width:768px) {
    .faq-section{
        padding-left: 40px;
        padding-right: 40px;
    }
    .recommendation-slider .swiper-slide{
        width: 100%;
    }
    .product-tabs-section .product-tab-content .product-feature-content h3{
        font-size: 22px;
    }
     .products-section .product-features-container{
        padding: 30px;
    }
    .product-tabs-section{
        padding: 0 30px 30px;
    }
    .filter-sort-section .filter-section .filter-category{
		flex-direction: column;
	}
	.filter-sort-section .filter-section .filter-category-title{
		width: 100%;
		text-align: left;
		margin-bottom: 0;
	}
    .filter-sort-section .filter-section .filter-buttons{
        margin-left: 0;
        margin-top: 5px;
    }
    .products-section .product-card .product-rates {
        grid-template-columns: repeat(1, 1fr);
    }

    .sort-search-section .total {
        padding: 0 20px;
    }

    .sort-search-section .sort-options a {
        padding: 0 20px;
        line-height: 40px;
    }

    .filter-sort-section .filter-section {
        padding: 20px;
    }

    .main-content {
        padding-bottom: 60px;
    }

    .products-section .product-card:not(:last-child) {
        margin-bottom: 40px;
    }

    .products-section .pagination {
        margin-top: 40px;
    }

    .sort-search-section {
        margin-top: 30px;
    }

    .products-section .product-card .product-header {
        flex-direction: column;
    }

    .products-section .product-card .product-logo {
        width: 100%;
    }

    .products-section .product-card .product-header-content {
        margin-left: 0;
        margin-top: 25px;
    }

    .products-section .product-card {
        padding: 30px 30px 43px;
    }

    .products-section .product-card .toggle-info-btn {
        padding: 0 20px;
    }

    .products-section .product-card .toggle-info-btn .iconfont,
    .products-section .product-card .toggle-info-btn {
        font-size: 14px;
    }

    .products-section .product-card .product-details,
    .products-section .product-card .product-features {
        margin-top: 25px;
    }

    .sort-search-section .sort-options {
        margin-right: 20px;
    }
    .product-tabs-section .product-tab-content{
        padding-top: 30px;
    }
    .product-tabs-section .all-details h3{
        line-height: 50px;
        font-size: 22px;
        padding: 0 20px;
    }
    .product-tabs-section .detail-section{
        padding: 15px 20px;
    }
    .insurance-recommendation .swiper{
        margin-top: 30px;
    }
    .faq-section .faq-list{
        margin-top: 35px;
    }
}

@media(max-width: 500px) {
    .faq-section{
        padding-left: 25px;
        padding-right: 25px;
    }
    .insurance-recommendation{
        padding: 50px 60px 40px;
    }
    .faq-section .faq-list{
        margin-top: 30px;
    }
    .insurance-recommendation .swiper{
        margin-top: 25px;
    }
    .product-highlights{
        font-size: 16px;
    }
    .product-tabs-section .detail-section h4 .icon{
        width: 30px;
        height: 30px;
    }
    .product-tabs-section .detail-section h4{
        font-size: 16px;
    }
    .product-tabs-section .detail-section ul{
        font-size: 14px;
        line-height: 24px;
    }
    .product-tabs-section .all-details h3,
    .product-tabs-section .product-tab-content .product-feature-content h3{
        font-size: 20px;
    }
    .product-tabs-section .product-tab-content{
        padding-top: 20px;
    }
    .product-tabs-section .product-tabs .product-tab{
        line-height: 40px;
        padding: 0 20px;
    }
     .products-section .product-features-container{
        padding: 20px;
    }
    .product-tabs-section{
        padding: 0 20px 25px;
    }
    .products-section .product-card .product-features {
        margin-top: 20px;
    }

    .products-section .product-features {
        padding: 20px;
        font-size: 14px;
        line-height: 26px;
    }

    .products-section .product-card .product-details .product-tab-content {
        font-size: 14px;
        line-height: 26px;
    }

    .products-section .product-card .product-rates {
        gap: 0 20px;
    }

    .products-section .product-card .product-rates .coverage-item {
        font-size: 14px;
        margin-top: 0;
    }

    .products-section .product-card .product-rates .coverage-amount {
        font-size: 18px;
    }

    .products-section .product-card .applyBtn {
        font-size: 14px;
        line-height: 34px;
        padding: 0 15px;
        margin-top: 10px;
    }

    .products-section .product-card .product-name {
        width: 100%;
        margin-right: 0;
    }

    .products-section .product-card .product-info {
        flex-direction: column;
        align-items: flex-end;
    }

    .products-section .product-card .product-header-content {
        margin-top: 20px;
    }

    .products-section .product-card .product-tag span {
        font-size: 12px;
    }

    .products-section .product-card {
        padding: 20px 20px 35px;
    }

    .sort-search-section .sort-options {
        margin-right: 0;
    }

    .sort-search-section .sort-options a {
        padding: 0 15px;
        line-height: 34px;
        gap: 5px;
        font-size: 12px;
    }

    .sort-search-section .total {
        padding: 0 15px;
        font-size: 12px;
    }

    .filter-sort-section .filter-section .filter-buttons {
        gap: 10px;
    }

    .filter-sort-section .filter-section .filter-buttons a {
        padding: 0 15px;
        line-height: 29px;
    }

    .filter-sort-section .filter-section .filter-category-title {
        font-size: 14px;
        /* width: 70px; */
    }

    .filter-sort-section .filter-section .filter-buttons {
        /* margin-left: 20px; */
    }

    .sort-search-section {
        margin-top: 25px;
    }

    .main-content {
        padding-bottom: 50px;
    }

    .products-section .product-card:not(:last-child) {
        margin-bottom: 35px;
    }

    .products-section .pagination {
        margin-top: 35px;
    }
}