/* heard begin */
.header-email {
	line-height: 60px;
	font-size: 16px;
	border-left: solid 0px #cecece;
	text-align: center;
	color: #0a338a;
}
.header-email::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #0a338a;
}
.header-phone {
	line-height: 60px;
	font-size: 16px;
	border-left: solid 0px #cecece;
	text-align: center;
	color: #0a338a;
}

.header-phone::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 16px;
    color: #0a338a;
}
.header-info-icon {
	font-size: 28px;
    width:40px; 
    height:40px; 
    text-align: center;
	color: white;
	background-color: #0a348a;
	border-radius: 50%;
	padding: 5px;
	vertical-align: middle;
	margin-left: -2px;
}

.header-info-icon:hover {
	background-color: black;
	cursor: pointer;
}
.header-icon-box {
	font-size: 28px;
    width:35px; 
    height:35px; 
    text-align: center;
	color: white;
	background-color: #0a348a;
	border-radius: 50%;
	padding: 5px;
	vertical-align: middle;
	
}
.header-icon-box:hover {
	background-color: black;
	cursor: pointer;
}

.cart-icon {
    position: relative;
    display: inline-block;
}

.cart-icon i {
    font-size: 18px;
    color: #fff;
}

#cart-total {
    position: absolute;
    top: -7px; /* 根据需要调整 */
    right: 1px; /* 根据需要调整 */
    background-color: #ffffff;
    color: #000;
    font-size: 12px;
	font-weight: 600;
    padding: 2px 2px;
    border-radius: 50%; /* 使数字看起来更圆润 */
}
.header-icon-cart {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 50px !important;
    height: 50px !important;
    background: #0A338A !important;
    border-radius: 50% !important;
    transition: all 0.3s !important;
}


.header-cart {
        float:right;text-align:right;
		line-height: 70px !important;
		padding-right: 5px !important;
		padding-top: 10px !important;
}

.heardbox{   display: -webkit-flex; /* Safari */   display: flex; }
.flex-container {
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中，如果需要的话 */
}

/* heard end */
/* Sidebar */
body.common-home .sidebar {
    flex: 0 0 220px;
    display: block !important;
    visibility: visible !important;
}

/* 侧边栏分类菜单对齐 */
#nav-one li.category-first-level {
    padding-left: 15px;
    border-radius: 0 15px 0 0; /* 右上角圆角 */
    height: 43px;
    line-height: 43px; /* 垂直居中 */
    display: flex;
    align-items: center; /* 强制垂直居中 */
}

#nav-one li.second_level {
    padding-left: 0;
}

#nav-one li.second_level:nth-child(odd) {
    background-color: #ededed;
}

#nav-one li.second_level:nth-child(even) {
    background-color: #f4f4f4;
}

#nav-one li.second_level a {
    padding-left: 15px;
    display: block;
}


/* Featured Module Styles - 确保在首页右边4图显示 */
body.common-home .box.featured {
    margin-bottom: 25px;
    position: relative;
}

body.common-home .box.featured .box-title {
    background: #0a348a !important; 
    background: linear-gradient(to bottom, #0a348a,#0a348a,#0a348a,#3a5b9b,#6f8bc2) !important;
    /* border-radius: 0 8px 0 0; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 32px;
    padding: 0 14px;
}

body.common-home .box.featured .box-title a {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
	width: 50%;
	height: 32px;
	line-height: 32px;
}

body.common-home .box.featured  .customNavigation {
    display: flex;
    align-items: center;
    gap: 10px;
	
	
}

body.common-home .box.featured  .customNavigation a {
    /* background: #1e3a8a; */
    background: fixed;
    color: white;
    cursor: pointer;
    font-size: 18px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
	padding-right:0px;
}

body.common-home .box.featured .box-content {
    background: white;
    padding: 20px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: relative;
}

/* 轮播容器 */
body.common-home .box.featured .box-product {
    display: block !important;
    visibility: visible !important;
}

body.common-home .box.featured .product-carousel {
    display: flex !important;
    overflow: visible !important;
}

body.common-home .box.featured .slider-item {
    display: inline-block !important;
    visibility: visible !important;
}

body.common-home .box.featured .product-thumb {
    text-align: center;
    display: block !important;
}

body.common-home .box.featured .product-thumb .image {
    display: block !important;
}

body.common-home .box.featured .product-thumb img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    /* border-radius: 8px; */
    margin-bottom: 10px;
    display: block !important;
}

body.common-home .box.featured .product-thumb h4 {
    font-size: 12px;
    color: #333;
    line-height: 1.4;
    margin: 0;
}

body.common-home .box.featured .product-thumb h4 a {
    color: #333;
    text-decoration: none;
}

body.common-home .box.featured .product-thumb h4 a:hover {
    color: #3b82f6;
}

/* Sidebar Contact Block */
.sidebar-contact-block {
    width: 260px;
    height: 288px;
    background: #f5f5f5;
    margin-top: 20px;
    position: relative;
}

.contact-info-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}

.contact-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 50px;
}

.contact-email,
.contact-phone {
    color: #1e3a8a;
    font-size: 16px;
    font-weight: 500;
}

.contact-brand {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.sidebar-brand-img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}


/* Footer New Design */
.footer-new {
    background: url('../../../../../image/jianbian.png') center center / cover no-repeat !important;
    color: #ffffff !important;
    position: relative !important;
    margin-top: 50px !important;
    padding-top: 60px !important;
}

.footer-top-section {
    position: relative !important;
    /* border-bottom: 2px solid #ffffff; */
    margin-top: -60px !important;
}

.footer-top-wrapper {
    margin: 0 auto !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    padding: 0 clamp(20px, 6.2vw, 89px) !important;
    position: relative !important;
    min-height: 60px !important;
}

/* 突出的Logo盒子 */
.footer-logo-box {
    width: 97px !important;
    height: 80px !important;
    background: linear-gradient(180deg, #1e3a8a 0%, #1e40af 100%) !important;
    border-bottom: none !important;
    /* border-radius: 8px 8px 0 0; */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10 !important;
    margin-top: -30px !important;
}

.footer-logo-content {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}

.footer-logo-img {
    max-width: 120px !important;
    height: auto !important;
}

.logo-777 {
    font-size: 42px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    line-height: 1 !important;
}

.logo-sign {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    line-height: 1 !important;
}

/* 社交媒体图标 */
.footer-new .footer-social-icons {
    height: 80px !important;
    display: flex !important;
    gap: 15px !important;
    align-items: center !important;
    /* margin-bottom: 20px; */
    margin-right: 0 !important;
    z-index: 5 !important;
    visibility: visible !important;
    margin-top: -30px !important;
    background-color: #0A338A !important;
    padding: 0 25px 0 25px !important;
}



.footer-new .footer-social-icons .social-icon {
    width: 40px !important;
    height: 40px !important;
    background: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #1e3a8a !important;
    font-size: 18px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
}

.footer-new .footer-social-icons .social-icon:hover {
    background: #f0f0f0 !important;
    transform: scale(1.1) !important;
}

.footer-new .footer-social-icons .social-icon i {
    color: #1e3a8a !important;
    display: block !important;
    font-size: 18px !important;
}

/* Footer主要内容区域 */
.footer-main-section {
    padding: 40px 0 20px !important;
}

.footer-main-section .container {
    margin: 0 auto !important;
    padding: 0 clamp(20px, 6.2vw, 89px) !important;
}

.footer-columns {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
    gap: 60px !important;
    margin-bottom: 30px !important;
    align-items: start !important;
}
.footer-column {
    display: flex !important;
    flex-direction: column !important;
}

/* Footer Brand Column */
.footer-brand-column {
    border-right: 1px solid #d0d0d0 !important;
    padding-right: 40px !important;
}

.footer-brand-logo {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.footer-brand-img {
    max-width: 150px !important;
    height: auto !important;
}

.brand-777 {
    font-size: 36px !important;
    font-weight: bold !important;
    color: #1e3a8a !important;
    line-height: 1 !important;
}

.brand-sign {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #1e3a8a !important;
    line-height: 1 !important;
    background: #1e3a8a !important;
    color: #ffffff !important;
    padding: 2px 8px !important;
    border-radius: 2px !important;
}

.footer-brand-desc {
    font-size: 12px !important;
    color: #1e3a8a !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.footer-column-title {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #1e3a8a !important;
    margin: 0 0 20px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.footer-links-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-links-list li {
    margin-bottom: 12px !important;
    position: relative !important;
    padding-left: 15px !important;
}

.footer-links-list li::before {
    content: "\f105" !important;
    font-family: FontAwesome !important;
    position: absolute !important;
    left: 0 !important;
    color: #1e3a8a !important;
    font-size: 14px !important;
}

.footer-links-list li a {
    color: #1e3a8a !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: opacity 0.3s ease !important;
}

.footer-links-list li a:hover {
    opacity: 0.8 !important;
}

.footer-contact-info {
    color: #1e3a8a !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
}

.footer-contact-info p {
    margin: 0 0 12px 0 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
}

.footer-contact-info i {
    margin-top: 3px !important;
    font-size: 16px !important;
}

/* 版权信息 */
.footer-copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
    padding-top: 20px !important;
    text-align: center !important;
}

.footer-copyright p {
    margin: 0 !important;
    font-size: 14px !important;
    color: #1e3a8a !important;
}
/* Footer New Design end */