.card-list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    margin: 0.8rem 0 0.15rem 0;
}

.card-list .card-list-item{
    width: 3.4rem;
    height: 3rem;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}

.card-list .card-list-item .card-list-item-bg{
    width: 100%;
    height: 100%;
    padding: 0 0.2rem 0.4rem 0.2rem;
    
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 72%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    box-sizing: border-box;
}

.card-list .card-list-item .card-list-item-bg h3{
    font-family: Montserrat;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    text-align: center;
    letter-spacing: 0.1px;
    color: #BF2A32;
}

.card-list .card-list-item .card-list-item-bg p{
    font-family: Montserrat;
    font-size: 0.12rem;
    font-weight: normal;
    line-height: 0.18rem;
    letter-spacing: 0.2px;
    color: #252B42;
    margin-top: 0.1rem;
}

.suitable-for-people{
    margin: 0.3rem auto;
    padding: 0.2rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 10.5rem;
}

.suitable-for-people .new-title{
    align-items: flex-start;
}

.suitable-for-people-left{
    padding: 0.1rem 0.05rem 0.4rem 0.05rem;
    overflow: auto;
    position: relative;
    
}
.suitable-for-people-swiper{
    width: 4.8rem;
    border-radius: 0.1rem;
    margin: 0;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.16);
}

.swiper-slide{
    width: 4.8rem !important;
    height: 2.2rem;
    overflow: hidden;
    border-radius: 0.1rem;
    background: #FFFFFF;
    
    position: relative;
    padding: 0.53rem 0.33rem 0.4rem 0.33rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
}

.swiper-slide img{
    position: absolute;
    top: 0;
    right: -0.2rem;
    width: 0.74rem;
    height: auto;
}

.swiper-slide h4{
    font-family: Montserrat;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.24rem;
    letter-spacing: 0.1px;
    /* text-color */
    color: #252B42;
}

.swiper-slide h6{
    margin-top: 0.11rem;
    font-family: Montserrat;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.24rem;
    letter-spacing: 0.1px;
    /* text-color */
    color: #252B42;
}

.swiper-slide p{
    font-family: Montserrat;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.18rem;
    letter-spacing: 0.2px;
    /* text-color */
    color: #252B42;
}

.swiper-pagination-bullet{
    width: 0.2rem;
    height: 0.05rem;
    border-radius: 0.05rem;
    background: #737373;
}
.swiper-pagination-bullet-active{
    background: #BF2A32;
}

.key-benefits{
    padding: 0.6rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.key-benefits-item{
    width: 4.8rem;
    height: 0.8rem;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.2rem;
}

.key-benefits-item .number{
    width: 1.06rem;
    height: 0.39rem;
    text-align: center;
    line-height: 0.39rem;
    font-family: Montserrat;
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.24rem;
    letter-spacing: 0.1em;
    color: #BF2A32;
    border-right: 1px solid #D8D8D8;
}

.key-benefits-item p{
    font-family: Montserrat;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.24rem;
    letter-spacing: 0.1em;
    /* text-color */
    color: #252B42;
    margin-left: 0.2rem;
}

.key-benefits .new-title{
    align-items: flex-end;
    margin-right:0.7rem;
    margin-top: 0.2rem;
    position: relative;
    z-index: 3;
}

.key-benefits .new-title h6{
    color: #767676;
    font-size: 0.14rem;
}

.key-benefits-right{
    width: 6.3rem;
    height: 3.8rem;
    position: relative;
}

.key-benefits-right .img-bg{
    width: 5.42rem;
    height: 2.4rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.key-benefits-right .img-bg img{
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: -0.6rem;
}

.key-benefits-img{
    width: 2rem;
    height: auto;
    right: 0;
    bottom: 0;
    position: absolute;
}