.featured-on .solid-btn {
    height: 36px;
    background: #fff;
    border: 1px solid #660099;
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    color: #660099;
    cursor: pointer;
}

.treatment-categories {
    width: 80%;
    position: relative;
    margin: 0 auto;
}

.treatment-categories > h2 {
    color: #333333;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0 40px 0;
    font-size: 24px;
}

.treatment-categories .category_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}
.treatment-categories .category {
    display: flex;
    width: calc(33.33% - 15px);
    position: relative;
}
.treatment-categories .category img{width:100%;}
.treatment-categories .category .box_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}
.treatment-categories .category .con_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 80%;
    text-align: center;
}
.treatment-categories .category .con_box>h3{
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
}
.treatment-categories .category .con_box>a.button{
    display: block;
    background: linear-gradient( 180deg, #CA2EDA 0%, #6C039D 100%);
    border-radius: 60px 60px 60px 60px;
    color: #FFFFFF;
    margin-top: 10px;
    padding: 10px 30px;
}
.categories_btn{margin: 40px 0 0; text-align: center;}
.categories_btn button{
    width: 160px;
    height: 36px;
    border:1px solid #660099;
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    color: #660099;
    cursor: pointer;
}
.treatment-categories .category .default_wrap{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}
.treatment-categories .category .default_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 80%;
    text-align: center;
    color: #FFFFFF;
}
.treatment-categories .category .default_box>h3{
    font-weight: bold;
    font-size: 28px;
    text-align: center;
}
.treatment-categories .category .default_box>a.button{
    display: block;
    background: linear-gradient( 180deg, #CA2EDA 0%, #6C039D 100%);
    border-radius: 60px 60px 60px 60px;
    color: #FFFFFF;
    margin-top: 10px;
    padding: 10px 30px;
}
.treatment-categories .category .default_box_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}
.treatment-categories .category.active .con_box{display: none;}
.treatment-categories .category.active .default_wrap{display: block;}

.custom_services {
    width: 80%;
    position: relative;
    margin: 60px auto 0;
}
.custom_services .item_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}
.custom_services .item_wrap .item{
    display: flex;
    width:calc(50% - 10px);
    position: relative;
    background: #F5F5F5;
}
.custom_services .item>figure{
    width: 100%;
    color: #333333;
    padding-bottom: 20px;
}
.custom_services .item h3,.custom_services .item p{
    padding: 0 10px;
    margin-top: 10px;
}
.custom_services .item h3{
    font-weight: bold;
    font-size: 18px;
}
.custom_services .item img {
    width: 100%;
}

.video_case{width:80%;position: relative;margin: 0 auto;}
.video_case>h2{color: #333333; line-height: 36px; font-weight: bold;text-align: center;padding: 50px 0 40px 0;font-size: 24px;}
.video_case .tiktok_list{width:325px;height:auto;}
.video_case .tiktok_img{width:325px;height:auto;}
.play_tk{position: relative;cursor: pointer;}
.play_tk::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid #ffffff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product_phone {
    display: none;
}
.phoneSwiper{
    display: none;
}
.mx-banner{margin-top: 64px;}

@media screen and (max-width: 1024px) {
    .mx-banner{margin-top: 0;}
    .treatment-categories .category_wrap{
        gap: 20px;
    }
    .treatment-categories .category {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 768px) {
    .custom_services .item_wrap{
        gap: 0;
    }
    .custom_services .item_wrap .item{
        width: 100%;
    }

    .product_phone {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
    }
    .product_phone .product-list{
        width: calc(50% - 10px);
        padding: 0;
    }
    .product-list .product-list-li{
        width: 100%;
    }
    .product-list .product-list-figure .products-img{
        height: auto;
    }

    .productSwiper {
        display: none;
    }

    .treatment-categories .category .con_box{
        display: none;
    }
    .treatment-categories .category .default_wrap{
        display: block;
    }

    .treatment-categories .category .default_box > p, .treatment-categories .category .default_box > a.button {
        display: none;
    }
    .treatment-categories .category .default_box>h3{
        font-size: 18px;
    }
    .product-btn {
        padding: 0;
        margin: 0;
    }
    .treatment-categories > h2{
        padding: 15px 0 10px 0;
        font-size: 20px;
    }
    .featured-on h2 {
        padding: 20px 0 10px 0;
    }

    .categories_btn {
        margin-top: 20px;
    }
    .custom_services{
        margin-top: 25px;
    }
    .video_case>h2{
        font-size: 20px;
        padding: 0 0 20px 0;
    }
    .our-story{
        padding: 20px 3%;
    }

    .treatment-categories, .custom_services, .video_case{
        width: 96%;
    }
    .homeSwiper{
        display: none;
    }
    .phoneSwiper{
        display: block;
    }
    .phoneSwiper .swiper-pagination-bullet-active{
        border: 1px solid #660099 !important;
        background: #660099 !important;
    }
}