body.deye-service-page {
    background: #fff;
    color: #333;
}

body.deye-service-page *,
body.deye-service-page *::before,
body.deye-service-page *::after {
    box-sizing: border-box;
}

.wow {
    visibility: hidden;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.animated {
    visibility: visible !important;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.fadeInUp {
    animation-name: fadeInUp;
}

.page-banner {
    position: relative;
    overflow: hidden;
}

.page-banner-img {
    position: relative;
    width: 100%;
}

.page-banner-img .pc-img {
    width: 100%;
    display: block;
    height: 460px;
    object-fit: cover;
}

.page-banner-intro {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(135deg, rgba(11, 43, 71, 0.85), rgba(25, 31, 47, 0.75));
}

.page-banner-intro .banner-content {
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
}

.page-banner-intro .font-48 {
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.1;
    animation: fadeInUp 0.9s ease-out;
}

.page-banner-intro .tit-20 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    animation: fadeInUp 0.7s ease-out 0.2s both;
}

.page-pub-nav {
    background: #f5f5f5;
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
}

.page-pub-nav .nav-wrap {
    max-width: 1660px;
    margin: 0 auto;
}

.page-pub-nav .nav-links {
    display: flex;
    gap: 0;
}

.page-pub-nav .nav-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 36px;
    font-size: 16px;
    color: #666;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

.page-pub-nav .nav-links a:hover {
    color: #191f2f;
}

.page-pub-nav .nav-links a.is-active {
    color: #fff;
    background: #191f2f;
}

.service {
    padding: 80px 0;
    background: #fff;
}

.service .wrap {
    max-width: 1660px;
    margin: 0 auto;
}

.service .h1 {
    font-size: 42px;
    font-weight: 800;
    color: #222;
    text-align: center;
    margin: 0 0 60px;
    line-height: 1.3;
}

.service .li-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.service .li {
    text-align: center;
    padding: 0 20px;
    transition: transform 0.3s ease;
}

.service .li:hover {
    transform: translateY(-8px);
}

.service .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 24px;
    background: linear-gradient(135deg, #191f2f, #191f2f);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.service .li:hover .icon {
    transform: scale(1.1);
    box-shadow: 0 12px 30px rgba(25, 31, 47, 0.3);
}

.service .icon i {
    font-size: 38px;
    color: #fff;
    transition: transform 0.4s ease;
}

.service .li:hover .icon i {
    transform: rotateY(360deg);
}

.service .line {
    width: 44px;
    height: 3px;
    background: #191f2f;
    margin: 0 auto 24px;
    border-radius: 2px;
    transition: width 0.3s ease;
}

.service .li:hover .line {
    width: 70px;
}

.service .h1.tit-28 {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin: 0 0 14px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.service .li:hover .h1.tit-28 {
    color: #191f2f;
}

.service .cont.tit-16 {
    font-size: 15px;
    color: #666;
    line-height: 1.7;
}

.service .cont.tit-16 p {
    margin: 0;
}

.overseas {
    padding: 80px 0;
    background: #fff;
}

.overseas .wrap {
    max-width: 1660px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

.overseas .lf {
    flex: 1;
    opacity: 0.88;
    transition: transform 0.55s ease;
}

.overseas .lf .tit.font-48 {
    position: relative;
    font-size: 40px;
    font-weight: 800;
    color: #222;
    margin: 0 0 24px;
    line-height: 1.2;
    padding-bottom: 18px;
    opacity: 0;
    transform: translateY(22px);
    transition: color 0.35s ease, transform 0.7s ease, opacity 0.7s ease;
}

.overseas .lf .tit.font-48::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #191f2f, rgba(25, 31, 47, 0.2));
    transform: scaleX(0.55);
    transform-origin: left center;
    transition: transform 0.45s ease, box-shadow 0.35s ease;
}

.overseas .lf .cont.tit-16 {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    opacity: 0;
    transform: translateY(28px);
    transition: color 0.35s ease, transform 0.8s ease 0.08s, opacity 0.8s ease 0.08s;
}

.overseas .lf .cont.tit-16 p {
    margin: 0;
}

.overseas:hover .lf .tit.font-48,
.overseas:hover .lf .cont.tit-16 {
    opacity: 1;
}

.overseas:hover .lf {
    transform: translateX(10px);
    opacity: 1;
}

.overseas:hover .lf .tit.font-48 {
    color: #191f2f;
    transform: translateY(-4px);
}

.overseas:hover .lf .tit.font-48::after {
    transform: scaleX(1);
    box-shadow: 0 8px 18px rgba(1, 92, 187, 0.18);
}

.overseas:hover .lf .cont.tit-16 {
    color: #2f4f74;
    opacity: 1;
    transform: translateY(4px);
}

.overseas .rg {
    flex: 1.3;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.overseas .map-stage {
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
}

.overseas .map-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 18%, rgba(255, 255, 255, 0.72) 50%, transparent 82%);
    transform: translateX(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.9s ease, opacity 0.35s ease;
}

.overseas .map-stage::after {
    content: "";
    position: absolute;
    inset: 10% 12%;
    background: radial-gradient(circle at 42% 44%, rgba(1, 92, 187, 0.18), transparent 28%);
    opacity: 0;
    transform: scale(0.9);
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.overseas .rg img {
    width: 100%;
    display: block;
    opacity: 0.9;
    transition: transform 0.8s ease, opacity 0.4s ease, filter 0.4s ease;
}

.overseas .map-point,
.overseas .map-point::before,
.overseas .map-point::after {
    position: absolute;
    top: 43%;
    left: 41%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.overseas .map-point {
    z-index: 2;
    background: #191f2f;
    box-shadow: 0 0 0 8px rgba(1, 92, 187, 0.16);
    transform: translate(-50%, -50%);
}

.overseas .map-point::before,
.overseas .map-point::after {
    content: "";
    top: 50%;
    left: 50%;
    background: rgba(1, 92, 187, 0.28);
    transform: translate(-50%, -50%) scale(1);
    transform-origin: center;
    opacity: 0;
}

.overseas .map-point::before {
    animation: overseasPulse 3s linear infinite;
}

.overseas .map-point::after {
    animation: overseasPulse 3s 1.5s linear infinite;
}

.overseas .map-route {
    position: absolute;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(25, 31, 47, 0.95), rgba(1, 92, 187, 0.18));
    box-shadow: 0 0 12px rgba(25, 31, 47, 0.2);
    transform-origin: left center;
    transform: scaleX(0.15);
    opacity: 0;
    transition: transform 0.65s ease, opacity 0.35s ease;
}

.overseas .map-route::after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #191f2f;
    box-shadow: 0 0 0 6px rgba(1, 92, 187, 0.12);
    transform: translateY(-50%);
}

.overseas .route-europe {
    top: 37%;
    left: 41%;
    width: 20%;
    transform: rotate(-18deg) scaleX(0.15);
}

.overseas .route-america {
    top: 47%;
    left: 22%;
    width: 21%;
    transform-origin: right center;
    transform: rotate(12deg) scaleX(0.15);
}

.overseas .route-oceania {
    top: 55%;
    left: 41%;
    width: 16%;
    transform: rotate(31deg) scaleX(0.15);
}

.overseas:hover .map-stage::before {
    transform: translateX(120%);
    opacity: 1;
}

.overseas:hover .map-stage::after {
    opacity: 1;
    transform: scale(1);
}

.overseas:hover .rg img {
    opacity: 1;
    filter: saturate(1.05);
    transform: scale(1.04);
}

.overseas:hover .map-route {
    opacity: 1;
}

.overseas:hover .route-europe,
.overseas:hover .route-oceania {
    transform: rotate(var(--route-rotate, 0deg)) scaleX(1);
}

.overseas:hover .route-america {
    transform: rotate(12deg) scaleX(1);
}

.overseas:hover .route-europe {
    --route-rotate: -18deg;
}

.overseas:hover .route-oceania {
    --route-rotate: 31deg;
}

.overseas:hover .map-point {
    box-shadow: 0 0 0 12px rgba(1, 92, 187, 0.12), 0 0 28px rgba(1, 92, 187, 0.25);
}

@keyframes overseasPulse {
    0% {
        opacity: 0.55;
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(6);
    }
}

.warranty {
    padding: 80px 0;
    background: #fff;
}

.warranty .wrap {
    max-width: 1660px;
    margin: 0 auto;
}

.warranty .tit {
    font-size: 40px;
    font-weight: 800;
    color: #222;
    text-align: center;
    margin: 0 0 50px;
    line-height: 1.2;
}

.warranty .top-box {
    margin-bottom: 50px;
}

.warranty .top-box .li {
    margin-bottom: 14px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
}

.warranty .top-box .li .top-clk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 28px;
    cursor: pointer;
    background: #fafafa;
    transition: all 0.3s ease;
}

.warranty .top-box .li .top-clk:hover {
    background: #f0f0f0;
}

.warranty .top-box .li.is-open .top-clk {
    background: #191f2f;
}

.warranty .top-box .li .top-clk .tit-22 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0;
    transition: color 0.3s ease;
}

.warranty .top-box .li.is-open .top-clk .tit-22 {
    color: #fff;
}

.warranty .top-box .li .toggle-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e8e8e8;
    transition: all 0.4s ease;
}

.warranty .top-box .li .toggle-icon i {
    font-size: 16px;
    color: #666;
    transition: all 0.4s ease;
}

.warranty .top-box .li.is-open .toggle-icon {
    background: rgba(255, 255, 255, 0.25);
}

.warranty .top-box .li.is-open .toggle-icon i {
    color: #fff;
    transform: rotate(45deg);
}

.warranty .top-box .li .btm-cont {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.4s ease, padding 0.3s ease;
    padding: 0 28px;
}

.warranty .top-box .li.is-open .btm-cont {
    max-height: 600px;
    opacity: 1;
    padding: 28px;
}

.warranty .top-box .li .btm-cont.tit-18 {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
}

.warranty .top-box .li .btm-cont.tit-18 p {
    margin: 0 0 16px;
}

.warranty .top-box .li .btm-cont.tit-18 p:last-child {
    margin-bottom: 0;
}

.warranty .top-box .li .contact-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 18px;
}

.warranty .top-box .li .contact-table thead td,
.warranty .top-box .li .contact-table tbody td {
    padding: 14px 18px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    text-align: left;
}

.warranty .top-box .li .contact-table thead td {
    background: #f5f5f5;
    font-weight: 700;
    color: #222;
}

.warranty .top-box .li .contact-table tbody td {
    color: #555;
}

.warranty .btm-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding-top: 40px;
    border-top: 1px solid #e8e8e8;
}

.warranty .btm-box .list .tit-22 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 14px;
}

.warranty .btm-box .list .tit-16 {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
}

.warranty .btm-box .list .tit-16 p {
    margin: 0;
}

@media (max-width: 992px) {
    .service .li-box {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .overseas .wrap {
        flex-direction: column;
        gap: 30px;
    }

    .overseas:hover .lf,
    .overseas:hover .lf .tit.font-48,
    .overseas:hover .lf .cont.tit-16 {
        transform: none;
    }

    .overseas .lf,
    .overseas .lf .tit.font-48,
    .overseas .lf .cont.tit-16,
    .overseas:hover .lf,
    .overseas:hover .lf .tit.font-48,
    .overseas:hover .lf .cont.tit-16 {
        opacity: 1;
    }

    .overseas .map-stage {
        padding: 10px 0;
    }




    .page-banner-intro .banner-content {
        padding: 0 30px;
    }

    .page-banner-intro .font-48 {
        font-size: 36px;
    }

    .service .h1,
    .overseas .lf .tit.font-48,
    .warranty .tit {
        font-size: 30px;
    }

    .warranty .btm-box {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}

@media (max-width: 768px) {
    body.deye-service-page .body-overflow-box {
        padding-top: 0 !important;
    }

    body.deye-service-page .inner-catList {
        margin-top: 0 !important;
    }

    .page-pub-nav .nav-wrap {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .page-banner-img .pc-img {
        height: 320px;
    }

    .page-banner-intro .banner-content {
        padding: 0 20px;
    }

    .page-banner-intro .font-48 {
        font-size: 28px;
    }

    .page-banner-intro .tit-20 {
        font-size: 15px;
    }

    .page-pub-nav .nav-links {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .page-pub-nav .nav-links a {
        width: 100%;
        padding: 14px 12px;
        border-bottom: 1px solid #e8e8e8;
    }

    .service {
        padding: 50px 0;
    }

    .overseas {
        padding: 50px 0;
    }

    .warranty {
        padding: 50px 0;
    }

    .service .h1 {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .warranty .tit {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .warranty .top-box .li .top-clk {
        padding: 16px 20px;
    }

    .warranty .top-box .li .top-clk .tit-22 {
        font-size: 16px;
    }

    .warranty .top-box .li .contact-table thead td,
    .warranty .top-box .li .contact-table tbody td {
        padding: 10px 12px;
        font-size: 12px;
    }
}
