.hero-banner {
    width: 100%;
    max-height: 50vw;
    overflow: hidden;
}

.hero-banner .hero-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0vw 0 6vw;
    background: transparent;
}

.hero-banner .hero-info .info-content {
    font-family: HarmonyOS Sans SC;
    width: 100%;
}

.info-content-dom {
    text-align: left;
}

.hero-banner .hero-info .info-content h1 {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 3vw;
    line-height: 1.2;
    color: #FFFFFF;
}

.hero-banner .hero-info .info-content h1 span {
    display: inline-block;
    padding: 15px;
    margin-right: 10px;
    border-radius: 20px;
    background: #015380;
}

.hero-banner .hero-info .info-content p {
    font-family: Century BI;
    font-weight: 400;
    font-size: 1.56vw;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 1.4;
    margin-top: 1vw;
    opacity: 0.65;
}

.hero-banner .hero-info .hero-svg {
    display: flex;
    justify-content: center;
    width: 100%;
}

.hero-banner .hero-info .hero-svg svg {
    width: 2vw;
    height: 2vw;
}

.common-title {
    text-align: center;
}

.common-title .title-line {
    font-weight: 500;
    font-size: 3.33vw;
}

.common-title h2 {
    font-size: 6vw;
}

.product-line {
    padding: 0;
}

.product-line .product-line-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2vw 0;
    border-bottom: 2px solid #626262;
}

.product-line .product-line-hd .line-hd-title {
    display: flex;
    align-items: center;
}

.product-line .product-line-hd .line-hd-title .disc {
    position: relative;
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 50%;
    margin-right: 1vw;
    background-color: #ccdde6;
}

.product-line .product-line-hd .line-hd-title .disc::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: #015380;
}

.product-line .product-line-hd .line-hd-title h2 {
    font-weight: 500;
    font-size: 1.56vw;
    color: #161616;
    line-height: 1.4;
}

.product-line .product-line-hd .product-link {
    position: relative;
    display: block;
    width: 11vw;
    height: 3.4vw;
    border-radius: 2vw;
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
}

.product-line .product-line-hd .product-link .product-link-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 5px;
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 1.56vw;
    color: #FFFFFF;
    z-index: 2;
}

.product-line .product-line-hd .product-link .product-link-content .product-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5vw;
    height: 2.5vw;
    border-radius: 50%;
    margin-right: 1vw;
    border: 1px solid #fff;
}

.product-line .product-line-hd .product-link .product-link-content .product-link-icon svg {
    width: 1.2vw;
    height: 1.2vw;
    margin-left: -3px;
}

.product-line .product-line-hd .product-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 2vw;
    background-color: #015380;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.product-line .product-line-hd .product-link:hover::before {
    transform: translateX(0);
}

.product-line .product-line-bd {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 4vw;
}

.product-line .product-line-bd .product-first {
    grid-column: span 2;
    position: relative;
    border-radius: 1vw;
    overflow: hidden;
}

.product-line .product-line-bd .product-first img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.product-line .product-line-bd .product-first .product-first-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 2.4vw;
    z-index: 2;
}

.product-line .product-line-bd .product-first .product-first-info h3 {
    font-weight: 500;
    font-size: 2.08vw;
    color: #FFFFFF;
    line-height: 1.4;
}

.product-line .product-line-bd .product-first .product-first-info a {
    font-size: 1.56vw;
    color: #FFFFFF;
    line-height: 1.6;
    text-decoration-line: underline;
}

.product-line .product-line-bd .product-list-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 1vw;
    height: 42vw;
}

.product-line .product-line-bd .product-list-active {
    grid-template-rows: repeat(1, 1fr);
    height: 21vw;
}

.product-line .product-line-bd .product-list-content .product-first {
    grid-column: span 2;
}

.product-line .product-line-bd .product-list-content .product-item .product-item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 75%;
    border-radius: 1vw;
    background: #f5f5f5;
    overflow: hidden;
}

.product-line .product-line-bd .product-list-content .product-item .product-item-img img {
    width: 70%;
    height: 70%;
    transition: all 0.3s ease-in-out;
    object-fit: contain;
}

.product-line .product-line-bd .product-list-content .product-item .product-item-img:hover img {
    transform: scale(1.1);
}

.product-line .product-line-bd .product-list-content .product-item .product-item-info {
    width: 100%;
    height: 30%;
    padding: 0.8vw 0;
    text-align: center;
}

.product-line .product-line-bd .product-list-content .product-item .product-item-info h3 {
    font-weight: 500;
    font-size: 1.3vw;
    color: #015380;
    line-height: 1.2;
    margin-bottom: 0.4vw;
}

.product-line .product-line-bd .product-list-content .product-item .product-item-info p {
    font-weight: 300;
    font-size: 0.94vw;
    color: #161616;
    line-height: 1.4;
}

.product-line .product-line-bd .product-list-content .product-last-item .product-item-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-line .product-line-bd .product-list-content .product-last-item .product-item-img .product-item-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.33vw;
    height: 3.33vw;
    border: 1px solid #015380;
    border-radius: 50%;
}

.product-line .product-line-bd .product-list-content .product-last-item .product-item-img .product-item-svg svg {
    width: 1.2vw;
    height: 1.2vw;
}

.product-line .product-line-bd .product-launch {
    display: block;
    width: 33%;
    height: auto;
    margin: 2vw 0;
}

.product-line .product-line-bd .product-launch img {
    width: 80%;
    object-fit: contain;
    margin: 0 auto;
}

.product-line .product-line-bd .product-launch h3 {
    font-size: 2.67vw;
    color: #0e497d;
    text-align: center;
}

.coll-title .coll-img {
    height: 8vw;
    margin-top: 4vw;
    object-fit: contain;
}

.hero {
    position: relative;
    width: 100%;
    min-height: 56vw;
    overflow: hidden;
}

.hero .hero-info {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3137254902);
    z-index: 1;
}

.hero .hero-info h1 {
    font-family: HarmonyOS_Sans_Light;
    font-weight: 900;
    font-size: 2.6vw;
    color: #fff;
    text-align: center;
}

.hero .hero-info p {
    font-weight: 500;
    font-size: 1.57vw;
    color: #fff;
    text-align: center;
    margin-top: 1vw;
}

.product-line-des {
    padding: 4vw 0 2vw;
}

.product-line-des .product-line-content {
    width: 50%;
}

.product-line-des .product-line-content h2 {
    font-weight: 600;
    font-size: 1.56vw;
    color: #1a1c1d;
    margin: 1vw 0;
}

.product-line-des .product-line-content p {
    font-weight: 500;
    font-size: 0.84vw;
    color: #1a1c1d;
    line-height: 1.4;
}

.product-line-list .product-line-grid {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1vw;
}

.product-line-list .product-line-grid .product-line-item {
    height: 30vw;
    overflow: hidden;
}

.product-line-list .product-line-grid .product-line-item .line-item-img {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    height: 60%;
    max-height: 328px;
    border: solid 1px #dddddd;
    overflow: hidden;
}

.product-line-list .product-line-grid .product-line-item .line-item-img img {
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.product-line-list .product-line-grid .product-line-item .line-item-info {
    width: 100%;
    height: 60%;
}

.product-line-list .product-line-grid .product-line-item .line-item-info h3 {
    font-weight: 600;
    font-size: 2.67vw;
    text-align: center;
    margin: 1vw 0;
    color: #0e497d;
}

.product-line-list .product-line-grid .product-line-item .line-item-info p {
    color: #1a1c1d;
    font-size: 1.2vw;
    font-weight: 500;
    line-height: 1.6;
}

.product-line-list .product-line-grid .product-line-item:hover .line-item-img img {
    transform: scale(1.1);
}

.coll-title {
    text-align: center;
    font-size: 5vw;
    font-weight: 600;
    color: #0e497d;
}

.coll-await {
    width: 100%;
    font-size: 4vw;
    text-align: center;
    margin: 2vw auto;
}

@media screen and (max-width: 960px) {
    .hero-banner {
        min-height: 110vw;
    }

    .fill {
        display: none;
    }

    .hero-banner .hero-bg {
        width: 100%;
        height: auto;
    }

    .coll-title .coll-img {
        height: 14vw;
    }

    .hero-banner .hero-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20vw 0 4vw;
    }

    .hero-banner .hero-info .info-content {
        font-family: HarmonyOS Sans SC;
        width: 100%;
    }

    .info-content-dom {
        text-align: left;
    }

    .hero-banner .hero-info .info-content h1 {
        display: block;
        align-items: center;
        text-align: center;
        font-weight: 500;
        font-size: 6vw;
        line-height: 1.2;
        color: #FFFFFF;
    }

    .hero-banner .hero-info .info-content h1 span {
        padding: 1.2vw;
        border-radius: 10px;
        margin-right: 0;
    }

    .hero-banner .hero-info .info-content p {
        font-weight: 400;
        font-size: 6vw;
        color: #FFFFFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 1.4;
        margin-top: 4vw;
    }

    .hero-banner .hero-info .hero-svg {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .hero-banner .hero-info .hero-svg svg {
        width: 6vw;
        height: 6vw;
    }



    .product-line {
        padding: 6vw 0;
    }

    .product-line .product-line-hd {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border-bottom: none;
    }

    .product-line .product-line-hd .line-hd-title {
        display: flex;
        align-items: center;
    }

    .product-line .product-line-hd .line-hd-title .disc {
        position: relative;
        width: 6vw;
        height: 6vw;
        margin-right: 2.4vw;
    }

    .product-line .product-line-hd .line-hd-title h2 {
        font-weight: 500;
        font-size: 6vw;
        color: #161616;
        line-height: 1;
    }

    .product-line .product-line-hd .product-link {
        position: relative;
        display: none;
        width: 11vw;
        height: 3.4vw;
        border-radius: 2vw;
        background-color: rgba(0, 0, 0, 0.7);
        overflow: hidden;
    }

    .product-line .product-line-hd .product-link .product-link-content {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        padding: 5px;
        width: 100%;
        height: 100%;
        font-weight: 400;
        font-size: 1.56vw;
        color: #FFFFFF;
        z-index: 2;
    }

    .product-line .product-line-hd .product-link .product-link-content .product-link-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.5vw;
        height: 2.5vw;
        border-radius: 50%;
        margin-right: 1vw;
        border: 1px solid #fff;
    }

    .product-line .product-line-hd .product-link .product-link-content .product-link-icon svg {
        width: 1.2vw;
        height: 1.2vw;
        margin-left: -3px;
    }

    .product-line .product-line-hd .product-link::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 2vw;
        background-color: #015380;
        transform: translateX(-100%);
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }

    .product-line .product-line-hd .product-link:hover::before {
        transform: translateX(0);
    }

    .product-line .product-line-bd {
        padding-top: 6vw;
    }

    .product-line .product-line-bd .product-first {
        width: 100%;
        border-radius: 20px;
        height: 44vw;
    }

    .product-line .product-line-bd .product-first .product-first-info {
        padding: 4vw;
    }

    .product-line .product-line-bd .product-first .product-first-info h3 {
        font-size: 5.2vw;
    }

    .product-line .product-line-bd .product-first .product-first-info a {
        font-size: 3.96vw;
    }

    .product-line .product-line-bd .product-list-content {
        display: flex;
        grid-gap: 0;
        height: 45vw;
        padding: 4vw 0;
    }

    .product-line .product-line-bd .product-list-content .product-first {
        display: none;
    }

    .product-line .product-line-bd .product-list-content .product-item .product-item-img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 75%;
        border-radius: 1vw;
        background: #f5f5f5;
        overflow: hidden;
    }

    .product-line .product-line-bd .product-list-content .product-item .product-item-img img {
        width: 70%;
        height: 70%;
        transition: all 0.3s ease-in-out;
        object-fit: contain;
    }

    .product-line .product-line-bd .product-list-content .product-item .product-item-img:hover img {
        transform: scale(1.1);
    }

    .product-line .product-line-bd .product-list-content .product-item .product-item-info {
        width: 100%;
        height: 30%;
        padding: 1vw 0;
        text-align: center;
    }

    .product-line .product-line-bd .product-list-content .product-item .product-item-info h3 {
        font-weight: 500;
        font-size: 3.96vw;
        color: #015380;
        line-height: 1.2;
        margin-bottom: 0.8vw;
    }

    .product-line .product-line-bd .product-list-content .product-item .product-item-info p {
        font-weight: 300;
        font-size: 2.63vw;
    }

    .product-line .product-line-bd .product-list-content .product-last-item .product-item-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-line .product-line-bd .product-list-content .product-last-item .product-item-img .product-item-svg {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 8vw;
        height: 8vw;
        border: 1px solid #015380;
        border-radius: 50%;
    }

    .product-line .product-line-bd .product-list-content .product-last-item .product-item-img .product-item-svg svg {
        width: 3vw;
        height: 3vw;
    }

    .product-link {
        position: relative;
        display: block !important;
        width: 30vw;
        height: 9vw;
        border-radius: 6vw;
        background-color: rgba(0, 0, 0, 0.7);
        overflow: hidden;
        margin: 0 auto;
    }

    .product-line-hd .product-link {
        display: none !important;
    }

    .product-link .product-link-content {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        padding: 5px;
        width: 100%;
        height: 100%;
        font-weight: 400;
        font-size: 3.96vw;
        color: #FFFFFF;
        z-index: 2;
    }

    .product-link .product-link-content .product-link-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 7.1vw;
        height: 7.1vw;
        border-radius: 50%;
        margin-right: 2vw;
        border: 1px solid #fff;
    }

    .product-link .product-link-content .product-link-icon svg {
        width: 2.2vw;
        height: 2.2vw;
        margin-left: -3px;
    }

    .product-link::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 2vw;
        background-color: #015380;
        transform: translateX(-100%);
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }

    .hero {
        position: relative;
        width: 100%;
        min-height: 56vw;
        overflow: hidden;
    }

    .hero .hero-info {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3137254902);
        z-index: 1;
    }

    .hero .hero-info h1 {
        font-family: HarmonyOS_Sans_Light;
        font-weight: 900;
        font-size: 5vw;
        color: #fff;
        text-align: center;
    }

    .hero .hero-info p {
        font-weight: 500;
        font-size: 2.67vw;
        color: #fff;
        text-align: center;
        margin-top: 1vw;
    }

    .product-line-list .product-line-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2vw;
    }

    .product-line-des .product-line-content h2 {
        font-size: 4vw;
    }

    .product-line-des .product-line-content {
        width: 100%;
    }

    .product-line-des .product-line-content p {
        font-size: 2.2vw;
        line-height: 1.8;
    }

    .product-line-list .product-line-grid .product-line-item {
        height: 64vw;
    }

    .product-line-list .product-line-grid .product-line-item .line-item-info h3 {
        font-size: 3.33vw;
    }

    .product-line-list .product-line-grid .product-line-item .line-item-info p {
        font-size: 2.67vw;
    }
}