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

.featured-on .solid-btn:hover {
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
}

.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 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 .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%;
}

.product_phone {
    display: none;
}

.phoneSwiper {
    display: none;
}

.mx-banner {
    margin-top: 64px;
}

.banner-m-wrap {
    display: none;
}

.video_case, .service-desc, .advantage_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: 36px;
}

.video_case > .case_desc {
    margin-bottom: 25px;
    color: #999999;
    text-align: center;
}

.video_case > .case_desc p {
    margin-bottom: 10px;
}

.video_case > .case_desc p.praise img {
    display: block;
    margin: 0 auto;
}

.video_case .swiper-button-next, .video_case .swiper-button-prev {
    width: 34px;
    height: 38px;
    background: #660099;
    border-radius: 5px;
}

.video_case .swiper-button-next:after, .video_case .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.video_case .videoSwiper .swiper-slide {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}

.video_case .videoSwiper .swiper-slide img {
    width: 100%
}

.video_case .videoSwiper .swiper-slide video {
    width: calc(20% - 10px);
}


.service-introd {
    position: relative;
}

.service-introd .category_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.service-introd .category {
    display: flex;
    width: 25%;
    position: relative;
}

.service-introd .category img {
    width: 100%;
}


.service-introd .category .con_box > h3 {
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
}

.service-introd .category .default_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
}

.service-introd .category .default_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 80%;
    text-align: center;
    color: #FFFFFF;
}

.service-introd .category .default_box > h3 {
    font-weight: bold;
    text-align: center;
}

.service-introd .category.active .default_wrap {
    display: block;
}

.service-desc .section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

.service-desc .section img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.service-desc .section .image-container {
    flex: 1;
    min-width: 300px;
}

.service-desc .section .content {
    flex: 1;
    min-width: 300px;
}

.service-desc .section h2 {
    color: #333333;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.service-desc .section p {
    margin-bottom: 20px;
    color: #999999;
}

.service-desc .section ul {
    list-style-type: none;
    margin-bottom: 20px;
}

.service-desc .section ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: #999999;
}

.service-desc .section ul li::before {
    content: "✓";
    color: #333333;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.service-desc .section .btn {
    background: linear-gradient(0deg, #333333, #333333);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#footer {
    background: #222429;
}

.footer-list-input .footer-list-btn {
    background: #fff;
    border: 1px solid #fff;
    color: #333333;
}

.footer-list-input input {
    height: 41px;
    border: none;
}

#footer .footer-nav {
    background: #222429;
}

#footer .footer-list-href, #footer .footer-list-title, #footer .footer-list-inteo, #footer .footer-nav-list li a,
.footer-nav .footer-reserved, #footer .footer-btnP span, #footer .Copyright p {
    color: #fff;
}

.short_description_list li {
    display: flex;
    margin-bottom: 15px;
    text-align: left;
}

.short_description_list li > span {
    margin-right: 10px;
}

.short_description_list li > p {
    flex: 1;
}

.product-list .productS-content {
    padding: 25px 0 0 0;
}

.check-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #5C5C5C;
    color: white;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.check-btn i {
    position: relative;
    display: block;
    width: 18px;
}

.check-btn i::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(6px, -7px) rotate(45deg);
    transform-origin: center;
}

.excl-section.service-desc .section .image-container {
    flex: none;
    width: 40%;
}

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

.section_case > .case_desc {
    margin-bottom: 25px;
    color: #999999;
    text-align: center;
}

.section_case > .case_desc p {
    margin-bottom: 10px;
}

.slide-image-container img {
    width: 100%;
}


.swiper_oper_btn_wrap .swiper-button-next, .swiper_oper_btn_wrap .swiper-button-prev {
    width: 34px;
    height: 38px;
    background: #333333;
    border-radius: 5px;
}

.swiper_oper_btn_wrap .swiper-button-next:after, .swiper_oper_btn_wrap .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.section_case {
    width: 80%;
    position: relative;
    margin: 0 auto;
}

.product-list .product-list-li {
    width: 92%;
}

.advantageSwiper .swiper-wrapper {
    align-items: center;
}

.advantageSwiper .swiper-slide:nth-child(1), .advantageSwiper .swiper-slide:nth-child(3),
.advantageSwiper .swiper-slide:nth-child(4), .advantageSwiper .swiper-slide:nth-child(6) {
    width: 66.6%;
}

.advantageSwiper .swiper-slide:nth-child(2), .advantageSwiper .swiper-slide:nth-child(5) {
    width: 33.4%;
}

.social_icon-flex {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10%;
}

@media screen and (max-width: 1500px) {
    .video_case > h2 {
        font-size: 24px;
    }

    .section_case > h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1024px) {
    .mx-banner {
        margin-top: 0;
    }

    .treatment-categories .category_wrap {
        gap: 20px;
    }

    .treatment-categories .category {
        width: calc(50% - 10px);
    }

    .video_case .videoSwiper .swiper-slide video {
        width: calc(33.33% - 10px);
    }
}

@media screen and (max-width: 768px) {
    .banner-pc-wrap {
        display: none;
    }

    .banner-m-wrap {
        display: block;
    }

    .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;
    }

    .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;
    }

    .video_case > h2 {
        font-size: 20px;
        padding: 0 0 20px 0;
    }

    .homeSwiper {
        display: none;
    }

    .phoneSwiper {
        display: block;
    }

    .phoneSwiper .swiper-pagination-bullet-active {
        border: 1px solid #660099 !important;
        background: #660099 !important;
    }

    .video_case .videoSwiper .swiper-slide video {
        width: calc(50% - 10px);
    }

    .service-introd .category {
        width: 50%;
    }

    .video_case, .service-desc, .advantage_case {
        width: 96%;
        padding: 0 2% 20px 2%;
    }

    .service-desc {
        margin-top: 20px;
    }

    .footer-list-input input {
        height: 40px;
        padding: 0 10px;
    }

    .service-desc .section .section {
        flex-direction: column;
        text-align: center;
    }

    .service-desc .section .image-container,
    .service-desc .section .content {
        width: 100%;
        margin-bottom: 20px;
    }

    .service-desc .section .content {
        text-align: center;
    }

    .service-desc .section {
        flex-wrap: wrap;
        gap: 0;
        padding: 0;
    }

    .service-desc .section .image-container, .service-desc .section .content {
        flex: none;
    }

    .excl-section.service-desc .bottom-section .image-container {
        width: 100%;
    }

    .section_case {
        width: 96%;
        padding: 0 2% 20px 2%;
    }

    .section_case > h2 {
        font-size: 20px;
        padding: 25px 0 20px 0;
    }

    .cooper-desc.service-desc .section .content {
        text-align: left;
    }

    .product-list {
        padding: 0;
    }

    .advantageSwiper .swiper-slide:nth-child(1), .advantageSwiper .swiper-slide:nth-child(3),
    .advantageSwiper .swiper-slide:nth-child(4), .advantageSwiper .swiper-slide:nth-child(6) {
        width: 100%;
    }

    .advantageSwiper .swiper-slide:nth-child(2), .advantageSwiper .swiper-slide:nth-child(5) {
        width: 100%;
    }

    .video_case > .case_desc p.praise img {
        display: none;
    }
}