/* ==================================================
   2026新增站点PC代码，此代码通用全部站点，包含case，warranty，contact us
================================================== */
.case_list_page {
    background: #fff;
    color: #333;
}

.case_list_page,
.case_detail_page {
    scrollbar-width: none;
}

.case_list_page::-webkit-scrollbar,
.case_detail_page::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.case_list_page main,
.case_list_banner_box,
.case_list_content_box {
    width: 100%;
}

.case_list_banner_box {
    height: 544px;
    position: relative;
    overflow: hidden;
}

.case_list_banner_bg,
.case_list_banner_bg img {
    width: 100%;
    height: 100%;
}

.case_list_banner_bg img {
    display: block;
    object-fit: cover;
    object-position: center;
}

.case_list_banner_content_box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 150px;
}

.case_list_banner_content_box > .he_conten3,
.case_list_content_box > .he_conten3 {
    width: min(1360px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

.case_list_banner_content_box h1 {
    color: #fff;
    font-family:  "MontserratBold", sans-serif;
    font-size: 53px;
    line-height: 1.12;
    text-align: center;
}

.case_list_banner_content_box p {
    margin-top: 8px;
    color: #fff;
    font-family: "MontserratLight", sans-serif;
    font-size: 26px;
    line-height: 1.25;
    text-align: center;
}

.case_list_content_box {
    padding-top: 93px;
    overflow: hidden;
}

.case_list_content_btn {
    width: 65%;
    height: 88px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 33% 33% 34%;
    border-radius: 45px;
    background: #f6f6f8;
    overflow: hidden;
}

.case_list_category {
    min-width: 0;
    height: 88px;
    padding: 0 38px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border: 0;
    border-radius: 45px;
    background: transparent;
    color: #4c4c4c;
    font-family: "MontserratRegular", sans-serif;
    font-size: 22px;
    line-height: 1.2;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    transition: color .3s ease, background .3s ease, box-shadow .3s ease;
}

.case_list_category:hover{
    color: #fff;
    text-decoration: none;
}


.case_list_category.on,
.case_list_category:hover {
    color: #e10c19;
    z-index: 1;
}
.case_list_category.on{
     color: #fff;
     background: linear-gradient(90deg, #ff7457 0%, #e10c19 100%);
}
  

.case_list_content_btn_ico {
    transition: transform .3s ease;
}

.case_list_category.on .case_list_content_btn_ico {
    transform: scale(1.1);
}

.case_list_category.on::before,
.case_list_category.on + .case_list_category::before,
.case_list_category:hover::before,
.case_list_category:hover + .case_list_category::before {
    opacity: 0;
}

.case_list_content_btn_ico {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
}

.case_list_content_btn_ico img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
    filter: grayscale(1) opacity(.68);
    transition: filter .3s ease;
}

.case_list_category.on .case_list_content_btn_ico img,
.case_list_category:hover .case_list_content_btn_ico img {
    filter: none;
}

.case_list_grid {
    width: 100%;
    margin-top: 99px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 32px;
    row-gap: 50px;
}

.case_list_card {
    min-width: 0;
    height: 526.3702px;
    border-radius: 20px;
    background: #f6f6f8;
    overflow: hidden;
}

.case_list_card_image {
    width: 100%;
    height: 374.1458px;
    position: relative;
    display: block;
    overflow: hidden;
}

.case_list_card_image > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s cubic-bezier(.2, .65, .3, 1);
}

.case_list_card_image:hover > img {
    transform: scale(1.055);
}

   .case_list_card_image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,.2),
        rgba(0,0,0,0)
    );
    z-index: 3;
}

.case_list_card_tag {
    width: auto;
    height: 27px;
    padding: 0 15px;
    position: absolute;
    left: 30px;
    top: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    color: #666;
    font-size: 17px;
    line-height: 27px;
    z-index: 9;
}

.case_list_card_body {
    height: 152.2244px;
    padding: 16px 40px 24px 35px;
    position: relative;
}

.case_list_card_body h2 {
    margin: 0;
    font-size: inherit;
}

.case_list_card_title {
    display: inline;
    color: #202020;
    font-family: "MontserratBold", sans-serif;
    font-size: 18px;
    line-height: 1.61;
    text-decoration: none;
    background-image: linear-gradient(to bottom, transparent 92%, #e60012 0);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: color .25s ease, background-size .36s cubic-bezier(.32, .17, 0, 1);
}

.case_list_card_title:hover,
.case_list_card_title:focus {
    color: #e60012;
    background-size: 100% 100%;
}

.case_list_card_meta {
    position: absolute;
    left: 36px;
    bottom: 27px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #535353;
    font-size: 14px;
    line-height: 1;
}

.case_list_card_meta img {
    width: 17px;
    height: 21px;
    display: block;
    object-fit: contain;
}

.case_list_card_more {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 32px;
    bottom: 24px;
    display: block;
    border-radius: 50%;
    transition: transform .25s ease, box-shadow .25s ease;
}

.case_list_card_more img {
    width: 100%;
    height: 100%;
    display: block;
}

.case_list_card_more:hover {
    transform: translateX(3px);
    box-shadow: 0 5px 12px rgba(225, 12, 25, .22);
}

.case_list_pagination_box {
    height: 111px;
    margin-top: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbfcfd;
}

.case_list_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.case_list_pagination a {
    min-width: 30px;
    height: 30px;
    padding: 0 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #777;
    font-family: "MontserratRegular", sans-serif;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    transition: color .25s ease, background .25s ease;
}

.case_list_pagination a:hover,
.case_list_pagination a.on {
    color: #fff;
    background: #ed1c24;
}

.case_list_pagination .case_list_page_arrow {
    min-width: 18px;
    padding: 0;
    color: #aaa;
    font-size: 17px;
}

.case_list_pagination .case_list_page_arrow:hover {
    color: #e60012;
    background: transparent;
}

/* Case pages shared desktop layout 20260710 */
.case_list_page,
.case_detail_page {
    margin: 0;
    background: #fff;
    color: #303030;
}

.case_list_page *,
.case_detail_page * {
    box-sizing: border-box;
}

/* Case detail desktop page */
.case_detail_page main {
    width: 100%;
    overflow: hidden;
}

.case_detail_inner {
    width: min(1360px, calc(100% - 80px));
    margin-right: auto;
    margin-left: auto;
}

.case_detail_hero {
    height: 830px;
    padding-top: 80px;
    position: relative;
    background: #f9fbfe url("../images/case_detail_bg.webp") center bottom / cover no-repeat;
}

.case_detail_hero .case_detail_inner {
    width: min(1360px, calc(100% - 80px));
}

.case_detail_hero_grid {
    margin-top: 90px;
    display: grid;
    grid-template-columns: 520px 950px;
    align-items: start;
    gap: 50px;
}

.case_detail_intro {
    padding-top: 60px;
}

.case_detail_intro h1 {
    margin: 0;
    position: relative;
    color: #363636;
    font-family: "MontserratBold", sans-serif;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 0;
    text-shadow: 8px 8px 8px rgba(0, 0, 0, .15);
}

.case_detail_pdf {
    width: 56px;
    height: 46px;
    margin-right: 0;
    position: absolute;
    left: -68px;
    top: 4px;
    display: block;
    object-fit: contain;
    transition: transform .25s ease;
}

.case_detail_intro h1:hover .case_detail_pdf {
    transform: scale(1.12);
}

.case_detail_meta {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 54px;
    color: #303030;
    font-size: 22px;
}

.case_detail_meta span {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.case_detail_meta img {
    width: 26px;
    height: 30px;
    display: block;
    object-fit: contain;
}

.case_detail_meta span:nth-child(2) img {
    width: 30px;
    height: 30px;
}

.case_detail_stats {
    margin-top: 170px;
    display: flex;
    gap: 22px;
}

.case_detail_stats span {
    min-width: 0;
    height: 60px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 1px solid #838383;
    border-radius: 32px;
    background: rgba(255, 255, 255, .35);
}

/*.case_detail_stats span:first-child {*/
/*    width: 212px;*/
/*}*/

/*.case_detail_stats span:last-child {*/
/*    width: 194px;*/
/*}*/

.case_detail_pdf img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.case_detail_stats img {
    width: 24px;
    height: 23px;
    display: block;
    object-fit: contain;
}

.case_detail_stats strong {
    color: #3a3a3a;
    font-family: "MontserratBold", sans-serif;
    font-size: 28px;
}

.case_detail_gallery {
    height: 535px;
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    background: #d6dfeb;
}

.case_detail_swiper,
.case_detail_swiper .swiper-wrapper,
.case_detail_swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.case_detail_swiper .swiper-slide {
    overflow: hidden;
    background: #d6dfeb;
}

.case_detail_gallery--swiper .case_detail_play,
.case_detail_gallery--video .case_detail_thumbs {
    display: none;
}

.case_detail_gallery_main {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: opacity .3s ease, transform .5s ease;
}

.case_detail_gallery--video:hover > .case_detail_gallery_main,
.case_detail_gallery--swiper:hover .swiper-slide-active .case_detail_gallery_main {
    transform: scale(1.018);
}

.case_detail_play {
    width: 72px;
    height: 72px;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 48%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .14);
    transition: transform .25s ease;
}

.case_detail_play:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.case_detail_play span {
    width: 0;
    height: 0;
    margin-left: 5px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #323232;
}

.case_detail_thumbs {
    height: 86px;
    position: absolute;
    right: 22px;
    bottom: 22px;
    z-index: 3;
    display: flex;
    gap: 10px;
}

.case_detail_thumbs button {
    width: 133px;
    height: 86px;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, .7);
    border-radius: 8px;
    background: #222;
    opacity: .72;
    transition: opacity .2s ease, border-color .2s ease;
}

.case_detail_thumbs button.on,
.case_detail_thumbs button:hover {
    opacity: 1;
    border-color: #fff;
}

.case_detail_thumbs img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.case_detail_thumbs span {
    position: absolute;
    left: 6px;
    bottom: 4px;
    color: #fff;
    font-family: "MontserratBold", sans-serif;
    font-size: 14px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .8);
}

.case_detail_content {
    padding: 89px 0 101px;
    background: #fff;
}

.case_detail_content h2 {
    margin: 0;
    color: #353535;
    font-family: "MontserratBold", sans-serif;
    font-size: 40px;
    line-height: 1.2;
}

.case_detail_content h2 em {
    color: #e60012;
    font-style: normal;
}

.case_detail_overview p {
    margin: 31px 0 0;
    color: #555;
    font-size: 20px;
    line-height: 1.5;
}

.case_detail_products {
    margin-top: 124px;
}

.case_detail_product_grid {
    margin-top: 76px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 52px;
}

.case_detail_products_swiper {
    margin-top: 46px;
    overflow: hidden;
}

.case_detail_products_swiper .swiper-wrapper {
    align-items: stretch;
}

.case_detail_product_card {
    min-width: 0;
    height: 520px;
    overflow: hidden;
    border-radius: 15px;
    background: #f5f5f7;
}

.case_detail_product_image {
    height: 352px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to top, #f5f5f7 0%, #ffffff 70%);
}
.case_detail_product_image a{
    display: block;
    padding: 70px;
}

.case_detail_product_image img {
    width:100%;
    height: auto;
    display: block;
    object-fit: contain;
    transition: transform .35s ease;
}

.case_detail_product_card:hover .case_detail_product_image img {
    transform: scale(1.1);
}

.case_detail_product_body {
    height: 168px;
    padding: 31px 47px 24px;
    border-top: 1px solid #e5e5e4;
}

.case_detail_product_body h3 {
    margin: 0 0 23px;
    color: #363636;
    font-family: "MontserratBold", sans-serif;
    font-size: 24px;
    line-height: 1.2;
}

.case_detail_more {
    width: 110px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #777;
    border-radius: 20px;
    color: #666;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    transition: color .25s ease, border-color .25s ease, background .25s ease;
}


.case_detail_more:hover {
    border-color: transparent;
    background: linear-gradient(90deg, #ff634c, #eb0015);
    color: #fff;
    text-decoration: none;
}

.case_detail_product_pagination.swiper-pagination {
    margin-top: 50px;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.case_detail_product_pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    display: block;
    border: 1px solid #c8c8c8;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
}

.case_detail_product_pagination .swiper-pagination-bullet-active {
    border-color: #e60012;
    background: transparent;
}

.case_detail_solution {
    height: 600px;
    position: relative;
    overflow: hidden;
    background: #061a28;
}

.case_detail_solution picture {
    display: block;
    width: 100%;
    height: 100%;
}

.case_detail_solution img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center 58%;
    transition: transform .8s ease;
}

.case_detail_solution:hover img {
    transform: scale(1.018);
}

.case_detail_solution_text {
    position: absolute;
    left: max(calc((100% - 1360px) / 2), 40px);
    top: 50%;
    transform: translateY(-54%);
    color: #fff;
}

.case_detail_solution_text strong {
    font-family: "MontserratBold", sans-serif;
    font-size: 30px;
    line-height: 1.2;
}

.case_detail_solution_text h2 {
    margin: 9px 0 24px;
    color: #fff;
    font-family: "MontserratBold", sans-serif;
    font-size: 40px;
    line-height: 1.2;
}

.case_detail_solution_text a {
    width: 110px;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: color .25s ease, background .25s ease;
}

.case_detail_solution_text a:hover {
    background: #fff;
    color: #17202e;
}

.case_detail_video_modal[hidden] {
    display: none;
}

.case_detail_video_modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .78);
}

.case_detail_video_modal > div {
    width: min(960px, calc(100% - 60px));
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #101010;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
}

.case_detail_video_modal video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.case_detail_video_modal > button {
    width: 48px;
    height: 48px;
    position: absolute;
    right: 40px;
    top: 30px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 42px;
    line-height: 1;
}

.modal_open {
    overflow: hidden;
}

/* ==================================================
   warranty.html 质保页面(PC端)  新增时间:2026-07-21
================================================== */
.warranty_content_box {
    background: #f8f8f8;
    padding: 40px 0 90px;
}

.warranty_content_box .he_conten3 {
    width: 1300px;
}

/* 筛选行:Region下拉框 + 搜索框 */
.warranty_filter_box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 60px;
}

.warranty_filter_region {
    position: relative;
    width: 200px;
    z-index: 5;
}

.warranty_filter_region_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 46px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 23px;
    cursor: pointer;
    transition: all 0.3s;
}

.warranty_filter_region_btn:hover {
    border-color: #eb1920;
}

.warranty_filter_region_btn span {
    font-size: 16px;
    color: #333;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.warranty_filter_region_btn i {
    width: 13px;
    height: 7px;
    background: url(/Public/Uploads/uploadfile/images/20260723/warranty_select_arrow.svg) no-repeat center;
    background-size: 100% 100%;
    flex-shrink: 0;
    margin-left: 10px;
    transition: all 0.3s;
}

.warranty_filter_region.on .warranty_filter_region_btn i {
    transform: rotate(180deg);
}

.warranty_filter_region_list {
    display: none;
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    padding: 8px 0;
    margin: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(171, 171, 171, 0.22);
}

.warranty_filter_region.on .warranty_filter_region_list {
    display: block;
}

.warranty_filter_region_list li {
    padding: 0 20px;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s;
}

.warranty_filter_region_list li:hover,
.warranty_filter_region_list li.on {
    color: #eb1920;
    background: #f8f8f8;
}

.warranty_filter_search {
    position: relative;
    width: 360px;
    height: 46px;
    margin-left: 20px;
    background: #eee;
    border-radius: 23px;
    overflow: hidden;
}

.warranty_filter_search_btn {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: url(/Public/Uploads/uploadfile/images/20260723/warranty_search_ico.svg) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.warranty_filter_search input {
    width: 100%;
    height: 46px;
    padding: 0 20px 0 48px;
    font-size: 16px;
    color: #333;
    background: transparent;
    border: 0;
    outline: none;
}

.warranty_filter_search input::-webkit-input-placeholder {
    color: #666;
}

.warranty_filter_search input::placeholder {
    color: #666;
}

/* 主体:左侧分类 + 右侧卡片列表 */
.warranty_main_box {
    display: flex;
    /*align-items: flex-start;*/
}

.warranty_aside_box {
    width: 262px;
    flex-shrink: 0;

}

.warranty_aside_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: sticky;
    top: 120px;
}

.warranty_aside_box li {
    margin-bottom: 16px;
}

.warranty_aside_box li:last-child {
    margin-bottom: 0;
}

.warranty_aside_box li a {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 25px;
    font-size: 18px;
    line-height: 18px;
    font-family: "MontserratBold";
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}

.warranty_aside_box li a:hover {
    color: #eb1920;
    text-decoration: none;
}

.warranty_aside_box li.on a {
    background: #fff;
    border-color: #eb1920;
    color: #eb1920;
    font-family: "MontserratBold";
}

/* 移动端分类滚动指示条(PC端隐藏) */
.warranty_aside_bar {
    display: none;
    position: relative;
    width: 100%;
    background: #f0f0f0;
    overflow: hidden;
}

.warranty_aside_bar i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #e70815;
}

.warranty_pro_box {
    flex: 1;
    min-width: 0;
    margin-left: 80px;
}

.warranty_pro_part {
    margin-bottom: 70px;
}

.warranty_pro_part:last-child {
    margin-bottom: 0;
}

.warranty_pro_part_title {
    display: flex;
    align-items: center;
}

.warranty_pro_part_title i {
    width: 10px;
    height: 10px;
    background: #e60012;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
}

.warranty_pro_part_title p {
    margin: 0;
    font-size: 26px;
    line-height: 26px;
    color: #333;
    font-family: "MontserratBold";
}

.warranty_pro_list {
    display: flex;
    flex-wrap: wrap;
    margin: 46px 0 -30px;
    padding: 0;
    list-style: none;
}

.warranty_pro_list li {
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
}

.warranty_pro_list li:nth-child(2n) {
    margin-right: 0;
}

/* 质保卡片 */
.warranty_pro_card {
    position: relative;
    height: 150px;
    padding: 30px 26px 0;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    transition: all 0.3s;
}

.warranty_pro_card_top {
    display: flex;
    align-items: center;
}

.warranty_pro_card_top i {
    width: 40px;
    height: 40px;
    background: url(/Public/Uploads/uploadfile/images/20260723/warranty_pdf_ico.svg) no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
    flex-shrink: 0;
    transition: all 0.3s;
}

.warranty_pro_card_top p {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    color: #333;
    font-family: "MontserratBold";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.warranty_pro_card_btm {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.warranty_pro_card_btm span {
    font-size: 16px;
    line-height: 16px;
    color: #666;
}

.warranty_pro_card_link {
    display: flex;
    align-items: center;
}

.warranty_pro_card_link a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s;
}

.warranty_pro_card_link a:hover {
    text-decoration: none;
}

.warranty_pro_card_view i {
    width: 16px;
    height: 12px;
    background: url(/Public/Uploads/uploadfile/images/20260723/warranty_view_ico.svg) no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
    transition: all 0.3s;
}

.warranty_pro_card_down {
    margin-left: 32px;
}

.warranty_pro_card_down i {
    width: 14px;
    height: 14px;
    background: url(/Public/Uploads/uploadfile/images/20260723/warranty_down_ico.svg) no-repeat center;
    background-size: 100% 100%;
    margin-right: 10px;
    transition: all 0.3s;
}

/* 卡片鼠标经过效果:红色描边+阴影,图标与链接变红 */
.warranty_pro_card:hover {
    border-color: #eb1920;
    box-shadow: 0 4px 16px rgba(171, 171, 171, 0.22);
}

.warranty_pro_card:hover .warranty_pro_card_top i {
    background-image: url(/Public/Uploads/uploadfile/images/20260723/warranty_pdf_ico_on.svg);
}

.warranty_pro_card:hover .warranty_pro_card_link a {
    color: #eb1920;
}

.warranty_pro_card:hover .warranty_pro_card_view i {
    background-image: url(/Public/Uploads/uploadfile/images/20260723/warranty_view_ico_on.svg);
}

.warranty_pro_card:hover .warranty_pro_card_down i {
    background-image: url(/Public/Uploads/uploadfile/images/20260723/warranty_down_ico_on.svg);
}
.warranty_cancel_hide{
   overflow: unset;
}
.warranty_empty_tips{
    font-family: MontserratRegular;
    font-size: 16px;
    line-height: 1.4;
    padding: 30px 0px;
}
/* warranty.html 质保页面(PC端)样式 end */


/* ==================================================
   contact-us.html 联系我们页面(PC端)  新增时间:2026-08-19
================================================== */
.contact_content_box {
    background: #f8f8f8;
}

/* 去掉浏览器点击后的焦点黑框(bootstrap 的 a:focus 描边优先级高于类名,需单独覆盖) */
.contact_content_box a:focus,
.contact_content_box a:active,
.contact_content_box button:focus,
.contact_content_box input:focus,
.contact_content_box textarea:focus {
    outline: none;
}

.contact_content_box .he_conten3 {
    width: 1300px;
}

/* 顶部:banner背景 + 标题 + 两个入口卡片 */
.contact_top_box {
    position: relative;
}

.contact_top_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    background: url(../images/contact_banner.webp) no-repeat center top;
    background-size: cover;
    aspect-ratio: 1920/800;
}

.contact_top_box .he_conten3 {
    position: relative;
    z-index: 2;
}

.contact_top_title {
    margin: 0;
    padding-top: 264px;
    text-align: center;
    font-family: "MontserratBold";
    font-size: 54px;
    line-height: 54px;
    letter-spacing: 1px;
    color: #333;
    text-transform: uppercase;
}

.contact_top_title span {
    color: #e50012;
}

.contact_entry_list {
    display: flex;
    justify-content: space-between;
    margin: 100px 0 0;
    padding: 0;
    list-style: none;
}

.contact_entry_list li {
    width: 630px;
}

.contact_entry_card {
    position: relative;
    height: 504px;
    padding: 50px 0 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 16px rgba(206, 206, 206, 0.4);
    text-align: center;
    transition: all 0.3s;
}

.contact_entry_card_ico {
    height: 166px;
    text-align: center;
}

.contact_entry_card_ico img {
    width: auto;
    height: 100%;
    filter: drop-shadow(2px 5px 16px rgba(178, 178, 178, 0.5));
}

.contact_entry_card h2 {
    margin: 40px 0 0;
    font-family: "MontserratBold";
    font-size: 28px;
    line-height: 26px;
    letter-spacing: 0.22px;
    color: #333;
}

.contact_entry_card_txt {
    width: 510px;
    margin: 34px auto 0;
    font-family: "MontserratRegular";
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.16px;
    color: #666;
}

.contact_entry_card_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    width: 240px;
    height: 50px;
    border-radius: 90px;
    background: linear-gradient(90deg, #fe7357 0%, #e60313 100%);
    font-family: "MontserratRegular";
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
}

.contact_entry_card_btn:hover,
.contact_entry_card_btn:focus {
    color: #fff;
    text-decoration: none;
}

.contact_entry_card_btn:hover {
    box-shadow: 0 6px 16px rgba(230, 3, 19, 0.28);
}

.contact_entry_card_btn i {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    flex-shrink: 0;
    background: url(../images/contact_btn_arrow.svg) no-repeat center;
    background-size: 100% 100%;
}

/* Global Contacts */
.contact_global_box {
    margin-top: 100px;
    border-top: 1px solid #e8e8e8;
    padding-bottom: 100px;
}

.contact_global_title {
    margin: 0;
    padding-top: 101px;
    text-align: center;
    font-family: "MontserratBold";
    font-size: 40px;
    line-height: 38px;
    letter-spacing: 0.31px;
    color: #333;
}

.contact_global_title span {
    color: #e50012;
}

.contact_main_box {
    display: flex;
    margin-top: 70px;
}

/* 左侧大区导航 */
.contact_aside_box {
    width: 150px;
    flex-shrink: 0;
}

.contact_aside_box ul {
    position: sticky;
    top: 120px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_aside_box li {
    margin-bottom: 16px;
}

.contact_aside_box li:last-child {
    margin-bottom: 0;
}

.contact_aside_box li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 10px;
    border: 1px solid transparent;
    border-radius: 25px;
    font-family: "MontserratRegular";
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.56px;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: all 0.3s;
}

.contact_aside_box li a:hover {
    color: #eb1920;
    text-decoration: none;
}

.contact_aside_box li.on a {
    background: #fff;
    border-color: #eb1920;
    color: #eb1920;
    font-family: "MontserratBold";
}

/* 移动端分类滚动指示条(PC端隐藏) */
.contact_aside_bar {
    display: none;
    position: relative;
    width: 100%;
    background: #f0f0f0;
    overflow: hidden;
}

.contact_aside_bar i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #e70815;
}

/* 右侧大区 + 国家卡片 */
.contact_area_box {
    flex: 1;
    min-width: 0;
    margin-left: 84px;
}

.contact_area_part {
    margin-bottom: 70px;
}

.contact_area_part:last-child {
    margin-bottom: 0;
}

.contact_area_part_title {
    display: flex;
    align-items: center;
}

.contact_area_part_title i {
    width: 10px;
    height: 10px;
    margin-right: 9px;
    flex-shrink: 0;
    background: #e60012;
    border-radius: 50%;
}

.contact_area_part_title p {
    margin: 0;
    font-family: "MontserratBold";
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0.81px;
    color: #333;
}

.contact_area_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 46px 0 -30px;
    padding: 0;
    list-style: none;
}

.contact_area_list > li {
    width: calc((100% - 58px) / 3);
    margin: 0 29px 30px 0;
}

.contact_area_list > li:nth-child(3n) {
    margin-right: 0;
}

/* 国家卡片 */
.contact_area_card {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 16px;
    transition: all 0.3s;
}

.contact_area_card_top {
    display: flex;
    align-items: center;
    height: 106px;
    padding: 0 29px;
    cursor: pointer;
}

.contact_area_card_flag {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.contact_area_card_flag img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact_area_card_top p {
    flex: 1;
    min-width: 0;
    margin: 0 10px 0 16px;
    font-family: "MontserratRegular";
    font-size: 26px;
    line-height: 26px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contact_area_card_arrow {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border: 1px solid #dadada;
    border-radius: 50%;
    background: url(/Public/En/image/contact_card_arrow.svg) no-repeat center;
    background-size: 11.57px 6.23px;
    transition: all 0.3s;
}

.contact_area_card:hover {
    box-shadow: 0 4px 16px rgba(171, 171, 171, 0.22);
}

.contact_area_card.on {
    border-color: #eb1b21;
    box-shadow: 0 4px 16px rgba(171, 171, 171, 0.22);
}

.contact_area_card.on .contact_area_card_arrow {
    border-color: #eb1b21;
    background-image: url(/Public/En/image/contact_card_arrow_on.svg);
    transform: rotate(180deg);
}

/* 卡片展开后的联系方式 */
.contact_area_card_info {
    display: none;
    padding: 0 29px;
}

.contact_area_card_info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_area_card_info li {
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #ededed;
}

.contact_area_card_info li:first-child {
    padding: 0 0 17px;
    border-top: 0;
}

.contact_area_card_info li:last-child {
    padding-bottom: 29px;
}

.contact_area_card_info li i {
    width: 22px;
    margin-right: 11px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: left top;
}

.contact_area_card_info li i.contact_ico_addr {
    height: 23px;
    margin-top: 2px;
    background-image: url(/Public/En/image/contact_addr_ico.svg);
    background-size: 18px 23px;
}

.contact_area_card_info li i.contact_ico_tel {
    height: 19px;
    margin-top: 4px;
    background-image: url(/Public/En/image/contact_tel_ico.svg);
    background-size: 22px 18.67px;
}

.contact_area_card_info li i.contact_ico_mail {
    height: 17px;
    margin-top: 5px;
    background-image: url(/Public/En/image/contact_mail_ico.svg);
    background-size: 21.67px 16.25px;
}


.contact_area_card_info li i.contact_ico_whatsapp {
    height: 17px;
    margin-top: 4px;
    background-image: url(../images/deoml2.svg);
    background-size: 21.67px 16.25px;
}

.contact_whatsqpp img{
    width: 100%;
    height: auto;
    max-width: 140px;
}

.contact_area_card_info li div {
    flex: 1;
    min-width: 0;
}

.contact_area_card_info li p {
    margin: 0;
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 26px;
    color: #333;
    word-break: break-word;
}

.contact_area_card_info li a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
}

.contact_area_card_info li a:hover {
    color: #eb1920;
    text-decoration: none;
}




.contact_form_notice {
    display: flex;
    padding: 18px 20px 18px 14px;
    margin-bottom: 24px;
    background: #f6f6f8;
    border-radius: 10px;
}

.contact_form_notice i {
    width: 12px;
    height: 12px;
    margin: 4px 8px 0 0;
    flex-shrink: 0;
    background: url(/Public/En/image/contact_notice_ico.svg) no-repeat center;
    background-size: 100% 100%;
}

.contact_form_notice p {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-family: "MontserratRegular";
    font-size: 16px;
    line-height: 20px;
    color: #666;
}


/* contact-us.html 联系我们页面(PC端)样式 end */
