html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    vertical-align: baseline;
    list-style: none;
}

/* =Global Styles
------------------------------------------------------------- */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #242424;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    color: #0039a6;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover,a:focus{
    color:#ea001c;
    text-decoration: underline;
}

/* =Typography
------------------------------------------------------------- */
/* h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #23282d;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.25rem; }
h6 { font-size: 1rem; } */





/* =Header Styles
------------------------------------------------------------- */
.site-header {
    width:100%;
    margin:0px auto;
    padding: 0px 0;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid #0039a6;
}

.all-top-line{
    width: 100%;
    line-height: 42px;
    background-color: #f2f2f2;
    margin:0px auto;
    display: inline-block;

}
.all-top-line .ly_content{
    width: calc(100% - 160px);
    line-height: 42px;
    margin:0px auto;
    display: flex;
    max-width: 1280px;
}

.ly_l_50{
    width: 50%;
    float: left;
}

.ly_r_50{
    width: 50%;
    float: right;
}

.text-align-left{
    text-align: left;
}
.text-align-right{
    text-align: right;
}

.ly_content h1.top-p{
    color:#242424;
    font-weight: 400;
}
.ly_content h1.top-p::after{
    content: ' !';
}


.ly_content h1.top-p:hover{
    color:#000000;
}

.utility-bar-icon {
    display: inline-block;
    margin: 0px 4px 0px 0px;
    line-height: 42px;
    padding: 0;
    overflow: hidden;
    vertical-align: middle;
}

.ly_content a.live-chat{
    margin-right: 20px;
    display: inline-block;
    line-height: 42px;
    height: 42px;
}

.ly_content a.live-chat span{
    font-weight: 600;
    /* font-size: 1rem; */
}


.ly_content a.live-chat:hover{
    color: #ea001c;
    text-decoration: underline;
    
}

.ly_content a.email{
    /* margin-right: 20px; */
    display: inline-block;
    line-height: 42px;
    height: 42px;
}

.ly_content a.email span{
    font-weight: 600;
    /* font-size: 1rem; */
}

.ly_content a.email:hover{
    color: #ea001c;
    text-decoration: underline;
}

.ly_content a.phone{
    /* margin-right: 20px; */
    display: inline-block;
    line-height: 42px;
    height: 42px;
}

.ly_content a.phone span{
    font-weight: 600;
    /* font-size: 1rem; */
}

.ly_content a.phone:hover{
    color: #ea001c;
    text-decoration: underline;
}



.site-branding {
    width: calc(100% - 160px);
    height:60px;
    background-color: #ffffff;
    margin: 0px auto;
    padding: 0px;
    line-height: 60px;
    max-width: 1280px;
}

.site-branding .logo{
    height: 60px;
    float: left;
    margin-right: 20px;
}

.site-branding .logo a{
    display: flex;
    width: 100%;
}

.site-branding .logo a img{
    width: 32px;
    height: 32px;
    margin: 14px auto;
}


/* =Navigation
------------------------------------------------------------- */
.main-navigation {
    display: inline-flex;
    height: 60px;
    line-height: 60px;
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu li {
    display: inline-block;
    position: relative;
    margin-left: 15px;
}

.nav-menu li a {
    display: block;
    padding: 0px 15px;
    color: #0039a6;
    font-weight: 700;
    font-size: initial;
}

.nav-menu li a:hover{
    color: #ea001c;
}

.right-navigation {
    float: right;
    position: relative;
}

.ringht-menu{
    float: right;
}

.ringht-menu li{
    float: left;
    margin-left:40px;
}

.ringht-menu li a{
    display: inline-block;
    /* font-weight: 600; */

}


/* = Banner Style
------------------------------------------------------------- */

.index-banner {
    background-color: #0039a6;
    display: flex;
    width: 100%;
    /* height: 100vh; 可根据需求调整高度 */
}

.banner-box{
    max-width: 1280px;
    margin: 0px auto;
    display: flex;
    padding: 0px 80px 1px 80px;
}

.banner-title {
    flex: 0 0 62%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-title .h2{
    text-align: left;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: bolder;
    color: #ffffff;
}

.banner-title p{
    margin: 60px 0px;
    text-align: left;
    font-weight: 600;
    color: #ffffff;
    font-size: 1rem;
}

.banner-title .button{
    display: flex;
}
.banner-title .button a:hover{
    background-color: #a6c4fc;
    color: #ea001c;
}
.banner-title .button a{
    background-color: #ffffff;
    line-height: 42px;
    padding: 0px 40px;
    border-radius: 4px;
    color: #242424;
    text-align: center;
    font-weight: 600;
    display: block;
    float: left;
    margin-right:20px;
}

.banner-title .button a:first-child{
    background-color: #ea001c;
    color:#ffffff;
}

.b-img {
    flex: 0 0 38%;
    display: flex;
    justify-content: right;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.b-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* 保持图片比例不拉伸 */
    transition: transform 0.3s ease; /* 可选动画效果 */
    border-radius: 50% 0 0 50%;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .index-banner {
        flex-direction: column;
    }
    
    .banner-title, .b-img {
        flex: 0 0 auto;
        width: 100%;
    }
    
    .b-img img {
        object-fit: cover; /* 小屏幕时使用cover填充 */
        border-radius: 0;
    }
}

/**---------------------- banenr end ----------------***/

.sticker-day-desktop{
    width: 100%;
    max-width: 1280px;
    margin:20px auto 60px auto;
    border-radius: 4px;
    
}

.sticker-day-desktop img{
    width: 100%;
    display: block;
    text-align: center;
    margin:0px auto;
    border-radius: 4px;
    
}


.all-products-list{
    width: 100%;
    margin:0px auto;
    padding:0px 0px;
}


.products-container {  
    max-width: 1280px;  
    margin: 0 auto;  
    width: calc(100% - 160px);
}  
  
.products-container .section-title {  
    line-height: 1.6rem;
    font-size: 1.6rem;
    font-weight: 600;
    color:#242424;
    text-align: center;  
    margin:0px auto 60px auto;
}  
  
.products-container .products-grid {  
    display: flex;  
    flex-wrap: wrap;  
    gap: 20px;  
    justify-content: center;  
}  
  
.products-container .product-card {  
    background: #ffffff;  
    border-radius: 4px;  
    box-shadow: 0 5px 15px rgba(0,57,166,0.08);  
    overflow: hidden;  
    transition: transform 0.3s ease, box-shadow 0.3s ease;  
    flex: 1 1 calc(33.333% - 20px);  
}  

.product-video {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #f2f2f2;
}

.product-video video {
    width: 100%;
    display: block;
    height: 100%;
}

.product-video .video-controls {
    display: none;
}

.product-video:hover .video-controls {
    display: block;
}
  
.products-container .product-image {  
    width: 100%;  
    height: 200px;  
    display: flex;  
    align-items: center;  
    justify-content: center;  
    background-color: #e9ecef;  
    position: relative;  
    overflow: hidden;  
}  
  
.products-container .product-image img {  
    width: 100%;  
    height: 100%;  
    object-fit: cover;  
    transition: transform 0.5s ease;  
}  
  
.products-container .product-card:hover .product-image img {  
    transform: scale(1.05);  
}  
  
.products-container .product-info {  
    padding: 20px;  
}  
  
.products-container .product-title {  
    line-height: 2rem;
    font-size: 1rem;
    font-weight: 600;
    color: #242424;
}  
  
.products-container .product-description {
    color: #242424; 
    line-height: 1.4rem;

}  
  
.products-container .product-card:hover {  
    transform: translateY(-5px);  
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);  
}  
  
/* 响应式设计 */  
@media (max-width: 992px) {  
    .products-container .product-card {  
        flex: 1 1 calc(50% - 25px);  
    }  
}  
  
@media (max-width: 768px) {  
    .products-container .section-title {  
        font-size: 1.8rem;  
    }  
      
    .products-container .product-card {  
        flex: 1 1 100%;  
        max-width: 100%;  
    }  
}  
  
@media (max-width: 480px) {  
    .action-buttons {  
        flex-direction: column;  
    }  
      
    .action-buttons .btn {  
        width: 100%;  
    }  
} 


/* =Language Switcher
------------------------------------------------------------- */
.language-switcher {
    position: fixed;
    right: 0px;
    top:0px;
    z-index: 1000;
    /* border: 2px solid #dddddd; */
    background-color: #cbd8f1;
    padding:7px 4px 4px 4px;
    margin:0px auto;
}

.trigger-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.trigger-btn:hover {
    background-color: #f0f0f0;
}

.trigger-btn.active {
    transform: rotate(180deg);
}

.lang-list {
    position: absolute;
    right: 39px;
    top: calc(100% + 0px);
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    width: 160px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.lang-list.active {
    max-height: 300px;
    /* outline: 2px solid #0039a6; */
    background-color: #f1f1f1;
}

.lang-item {
    padding: 8px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    margin-bottom: 1px;

}

.current-lang{
    background-color: #cbd8f1;
}

.current-lang span{
    font-weight: 600;
}

.lang-item:hover {
    background-color: #cbd8f1;
}

.lang-item img {
    margin-right: 10px;
    width: 16px;
    height: 11px;
}

.lang-item a {
    text-decoration: none;
    color: #242424;
    display: flex;
    align-items: center;
    width: 100%;
}

.lang-item a:hover span{
    font-weight: 600;
    color:#0039a6;
    text-decoration: underline;
}

.global-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    align-items: center;
    justify-content: center;
    display: flex;
    background: #fff;
    border-radius: 50%;
}

.global-icon svg{
    fill: #0039a6;
}

/**-----banner-texts-------------------*/

.container-banner-texts {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px auto;
    background-color: #ea001c;
    padding: 20px 80px;
    border-radius: 4px;
    width: calc(100% - 160px);
}

.container-banner-texts img {
    height: 40px;
    margin-right: 40px;
}

.sm_banner_texts {
    display: flex;
    flex-direction: column;
    margin-right: 80px;
}

.sm_banner_first_text {
    font-weight: 600;
    font-size: 1rem;
    color: #ffffff;
}

.sm_banner_second_text {
    color: #ffffff;
    line-height: 1.4rem;
}

.action-buttons {
    display: inline-block;
}

.action-buttons .btn {
    border-radius: 4px;
    border: none;
    cursor: pointer;  
    font-weight: 600;  
    transition: all 0.3s ease;  
    text-align: center;  
    flex: 1; 
    font-size: small;
    font-weight: 600;
    
}

.action-buttons .btn-primary {
    background-color: #ffff00;  
    color: #242424;
    padding: 0px 40px;
    line-height: 40px;
    margin-right: 20px;
}

.action-buttons .btn-primary:hover{
    background-color: #a6c4fc;
    color: #ea001c;
}

.action-buttons .btn-secondary {
    background-color: #ea001c;
    color: #ffffff;
    padding: 0px 0px;
    text-align: end;
    line-height: 40px;
}

.action-buttons .btn:hover{
    text-decoration: underline;
}


.discover-something-new{
    display: flex;
    width: calc(100% - 160px);
    background-color: #ffffff;
    padding: 0px 80px;
    margin: 60px auto;
}


.discover-something-new-box{
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
}

.discover-something-new-title{
    line-height: 60px;
    font-size: 20px;
    font-weight: 600;
    color: #242424;
    text-align: center;
    margin: 0px auto 20px auto;
}

.video-container {
            position: relative;
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
            overflow: hidden;
            border-radius: 4px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
        
        .banner__video {
            display: block;
            width: 100%;
            height: auto;
        }
        
        .video-controls {
            position: absolute;
            bottom: 20px;
            left: calc(50% - 100px);
            background: rgb(36, 115, 227);
            padding: 4px 4px;
            border-radius: 4px;
            display: flex;
            gap: 10px;
            backdrop-filter: blur(5px);
            border: 1px solid rgba(255,255,255,0.1);
        }
        
        .control-btn {
            background-color: rgba(0, 0, 0, 0.2);
            color: #ffffff;
            border: none;
            width: 40px;
            height: 40px;
            border-radius: 4px;
            font-size: 1.2rem;
            cursor: pointer;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .control-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.1);
        }
        
        .control-btn:active {
            transform: scale(0.95);
        }
        
        .title-text {
            color: white;
            font-size: 24px;
            font-weight: 600;
            text-shadow: 0 2px 4px rgba(0,0,0,0.5);
            letter-spacing: 1px;
            margin: 0;
            max-width: 400px;
        }
        
        .progress-container {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 5px;
            background: rgb(36, 115, 227);
            cursor: pointer;
        }
        
        .progress-bar {
            height: 100%;
            width: 0%;
            background: linear-gradient(to right, #ea001c, #ff4b2b);
            border-radius: 5px;
            transition: width 0.1s ease;
        }



.servers-container {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 160px);
    margin:0px auto;
    max-width: 1280px;
}


.servers-container-title{
    width: 100%;
    margin: 0px auto 60px auto;
    background-color: #ffffff;
    font-weight: 600;
    color: #242424;
    text-align: center;
    line-height: 1.6rem;
    font-size: 1.6rem;
    
}

.server-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-color: white;
    transition: all 0.3s ease;
    border-radius: 4px;
    width: 25%;
}

.server-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.server-icon img{
    width: 100%;
}

.server-title {
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    font-weight: 600;
}

.server-desc {
    font-weight: 400;
    text-align: center;
    color: #242424;
    line-height: 1.4rem;
}

/* 响应式调整 */
@media (max-width: 992px) {
    .server-list {
        min-width: calc(33.333% - 10px); /* 三列布局 */
    }
}

@media (max-width: 768px) {
    .server-list {
        min-width: calc(50% - 10px); /* 两列布局 */
    }
    .server-title {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .server-list {
        min-width: 100%; /* 单列布局 */
    }
    .servers-container {
        padding: 10px;
    }
}




.trusted-container {
    display: flex;
    width: calc(100% - 160px);
    background-color: #2473e3;
    padding: 60px 80px;
    margin:60px auto;
}

.trusted-box{
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
    display: flex;
}

.trusted-left-section {
    flex: 0 0 38%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: white;
}

.trusted-right-section {
    flex: 0 0 62%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 80px;
}

.trusted-main-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 2.6rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.trusted-feature-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.trusted-content-title {
    line-height: 2rem;
    font-size: 1rem;
    font-weight: 600;
    color:#ffffff;
    margin-bottom: 20px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}


.trusted-content-paragraph {
    line-height: 1.6rem;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    display: flex;
    padding: 20px 0px;
}

.trusted-content-paragraph p {
    text-align: left;
    color: #ffffff;
    line-height: 1.6rem;
}

.trusted-content-paragraph img {
    padding-right: 20px;
    max-width: 60px;
}

.trusted-content-paragraph p::first-line{
    font-weight: 600;
    font-size: 1rem;
}

/* 响应式调整 */
@media (max-width: 992px) {
    .trusted-container {
        flex-direction: column;
        padding: 30px 20px;
    }
    
    .trusted-left-section, .trusted-right-section {
        width: 100%;
        padding: 0;
        border: none;
        margin-bottom: 40px;
    }
    
    .trusted-right-section {
        margin-bottom: 0;
    }
    
    .trusted-main-title {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .trusted-main-title {
        font-size: 1.8rem;
    }
    
    .trusted-content-paragraph {
        font-size: 1rem;
        line-height: 1.6;
    }
}


/* =Footer Styles
------------------------------------------------------------- */


.site-footer {
    background: #ffffff;
    margin:0px auto;
}

.footer-container {
    display: flex;
    margin: 60px auto;
    max-width: 1280px;
}

.footer-left {
    width: 15%;
    padding-right: calc(10% + 30px);
}


.social-links-title{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}

.social-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.social-links li {
    flex: 0 0 calc(33.333% - 10px);
}

.social-links a {
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    background-color: #ffffff;
    padding: 8px 20px 8px 0px;
    border-radius: 4px;
    min-width: 32px;
}

.social-links a:hover {
    transform: translateY(-2px);
}

.social-icon {
    margin-right: 10px;
}

.footer-right {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column {
    flex: 1;
    margin: 0 auto;
}

.toggle-icon{
    display: none;
}

.footer-column h3 {
    position: relative;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1rem;
    padding:0px;
    line-height: 2rem;
}

.footer-column h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
}

.footer-nav {
    list-style: none;
    padding-left: 0;
    transition: max-height 0.3s ease;
    overflow: hidden;
    max-height: 500px; /* 默认展开状态 */
}

/* 移动端折叠效果 */
@media (max-width: 768px) {

    .toggle-icon{
        display: block;
    }
    .footer-nav {
        max-height: 0;
    }
    
    .footer-nav.active {
        max-height: 500px;
    }
}

.footer-nav li {
    list-style: none;
    line-height: 2rem;
}

.footer-nav a {
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    color:#242424;
}

.footer-nav a:hover {
    text-decoration: underline;
    color:#000000;
}


.our-family-of-brands{
    width: calc(100% - 160px);
    padding: 20px 80px 0px 80px;
    margin: 60px auto 0px auto;
    border-top: 1px solid #242424;
}

.ofob-t{
    color: #242424;
    text-align: center;
    margin: 0px auto 10px auto;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0px;
    line-height: 2rem;
}


.ofob-li{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.ofob-li a{
    display: inline-block;
    margin:0px 10px;
    height: 32px;
}

.ofob-li a img{
    height: 100%;

}

.foot-logo{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin:60px auto 0px auto;

}

.foot-logo a{
    display: inline-block;
    width: 100%;
    text-align: center;
}

.foot-logo a img{
    height: 42px;
}

.foot-logo a span {
    display: block;
    line-height: 42px;
    height:42px;
    font-weight: 600;
    text-decoration: underline;
}


.copyright {
    text-align: center;
    margin:0px auto 20px auto;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
    }
    
    .footer-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .footer-column {
        min-width: 100%;
        margin: 10px 0;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 15px 0;
    }
    
    .footer-column h3 {
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
    
    .footer-column h3::after {
        display: none;
    }
    
    .footer-right {
        flex-direction: column;
    }
}

/* 展开/折叠图标 */
.toggle-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
}

.toggle-icon::before {
    content: '▶';
}

.active .toggle-icon::before {
    content: '▼';
}

/* =Responsive Design
------------------------------------------------------------- */
@media (max-width: 768px) {
    .site-branding,
    .main-navigation {
        float: none;
        text-align: center;
        margin: 10px 0;
    }
    
    .nav-menu li {
        display: block;
        margin: 5px 0;
    }
    
    .language-switcher {
        position: static;
        transform: none;
        text-align: center;
        margin-top: 20px;
    }
}

/* =Print Styles
------------------------------------------------------------- */
@media print {
    body {
        background: #ffffff;
        color: #000;
    }
    
    .site-header,
    .site-footer {
        background: transparent;
        box-shadow: none;
    }
    
    a[href]:after {
        content: " (" attr(href) ")";
    }
}




.badges-container {
    background-color: #0039a6;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.badges-box{
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
    display: flex;
    padding:20px 0px;
}

.badge {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
}

.badge:nth-child(2){
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0px auto;
    text-transform: uppercase;
    line-height: 2rem;
}

.badge-description {
    font-weight: 400;
    line-height: 1.4rem;
}

.badge-description .mailto{
    color: #ffffff;
    font-weight: 600;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .badges-container {
        flex-direction: column;
        gap: 20px;
    }
    
    .badge {
        width: 100%;
        padding: 25px 15px;
    }
}

@media (max-width: 480px) {
    .badge-icon {
        width: 60px;
        height: 60px;
        font-size: 30px;
    }
    
    .badge-title {
        font-size: 18px;
    }
    
    .badge-description {
        font-size: 14px;
    }
}

.trends-container{
    background-color: #c7d7f5;
    width: calc(100% - 160px);
    display: inline-block;
    padding:60px 80px;
    border-bottom: 4px solid #0039a6;
}

.latest-trends{
    max-width: 800px;
    margin:0px auto;
}

.trends-title{
    width: 50%;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #242424;
}


.flag{
    width: 100%;
    display: inline-block;
    margin:0px auto;
}


.flag img{
    width: 3%;
    float: left;
    padding:20px 1%;
}


/** 窄屏控制 START **/
/* .content-area{
    max-width: 1280px;
    margin:20px auto;
} */
/** 窄屏控制 END // **/



/* 外层容器 */
.foot-language-switcher {
    position: relative;
    width: 240px;
    margin:60px auto;
    display: flow-root;
    border-radius: 4px;
}

/* 去掉默认列表样式 */
.foot-language-switcher ul {
    width:100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    bottom: 100%;
    border-radius: 4px;
    border: 1px solid #242424;
}

/* 默认隐藏所有语言项 */
.foot-language-switcher ul li {
    display: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor" class="nav-h-5 nav-w-5 nav-text-avy-neutral-800"><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 8.25l-7.5 7.5-7.5-7.5"></path></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 1rem;
}

/* 当前语言显示为按钮 */
.foot-language-switcher ul li.current-lang {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 6px 10px;
    background-color: #ffffff;
    z-index: 2;
    border-radius: 4px;
    
}

/* 图标与文字间距 */
.foot-language-switcher img {
    margin-right: 6px;
}

/* 悬停时展开所有语言 */
.foot-language-switcher:hover ul li {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    cursor: pointer;
    color:#242424;
    border-radius: 4px;
}

/* 当前语言保持在最底部（因为 column-reverse） */
.foot-language-switcher:hover ul li.current-lang {
    font-weight: 400;
    color:#242424;
}

/* 上方展开的语言项圆角 */
.foot-language-switcher:hover ul li:not(.current-lang):first-child {
    border-radius: 4px;
}

/* hover 高亮 */
.foot-language-switcher:hover ul li:hover {
    background-color: #cbd8f1;
}

.foot-language-switcher:hover ul li:hover a span{
    color: #242424;
    font-weight: 600;
}


