body,
div,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
    margin: 0;
    padding: 0;
    list-style: none;
}

body{
  background-color: #ffffff;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

input {
    padding-top: 0;
    padding-bottom: 0;
}

input::-moz-focus-inner {
    border: none;
    padding: 0;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
    appearance: none;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    font-size: 12px;
    padding: 0
}

img,
a img {
    border: 0;
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

a {
    outline-style: none;
    text-decoration: none
}

a:hover {
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
    font-size: 0;
    overflow: hidden;
}

.pr {
    position: relative;
}

.pb {
    position: absolute;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}

.txtClip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pageW {
    width: 1440px;
}

/* ===== 公共头部样式 ===== */
.header {
    width: 100%;
    height: 90px;
    background-color: #121212;
    position: unset;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header-content {
    height: 100%;
    margin: 0 auto;
    padding: 0 12.5%;
    display: flex;
    align-items: center;
}

.header-left {
    display: flex;
    align-items: center;
    margin-right: 3%;
}

.header-left .logo {
    width: 120px;
    height: 30px;
}

.header-left .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-left .logo-subtitle {
    font-size: 14px;
    color: #BA9F6F;
    margin-left: 20px;
}
.header-left .logo-subtitle:hover {
    font-size: 15px;

}
.header-left .logo-name {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.31);
    margin-left: 27px;
}
.header-left .logo-name:hover {
    font-size: 15px;
    color:#BA9F6F;
    margin-left: 27px;
}
.header .nav {
    width: 60%;
    display: flex;
    align-items: center;
    /* gap: 40px; */
    margin-left: auto;
    justify-content: space-around;
}

.header .nav li {
    list-style: none;
}

.header .nav li a {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s;
}

.header .nav li a:hover {
    color: #BA9F6F;
}

/* ===== 面包屑导航 ===== */
.header-spacer {
    height: 43px;
    background: #F3F3F3;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 240px;
}

.header-spacer .home {
    font-size: 15px;
    color: #424242;
    text-decoration: none;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    gap: 2px;
}

.header-spacer .home .header-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-bottom: 0px;
}

.header-spacer .collection {
    font-size: 15px;
    color: #BBA071;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-separator {
    color: #BBA071;
    font-size: 12px;
}

/* ===== 公共尾部样式 ===== */
.footer {
    width: 100%;
    background: #121212;
    color: #fff;
    padding-top: 60px;
    background-image: url(../images/common_footer_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.footer-buttons {
    margin: 0 auto;
    padding: 0 240px 60px;
    display: grid;
    grid-template-columns: repeat(4, 310px);
    gap: 66px;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.footer-btn {
    padding: 0 0 0 22px;
    border: 2px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 57px;
    position: relative;
    overflow: hidden;
    background: transparent;
    transition: color 0.3s 0.1s;
    
    /* 确保按钮内容在伪元素之上 */
    z-index: 1;
}

/* 滑动背景 - 从左向右 */
.footer-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translateX(-100%); /* 隐藏在左侧 */
    transition: transform 0.4s ease;
    z-index: -1; /* 背景在按钮内容之下 */
}

.footer-btn::after {
    content: '';
    background-image: url(../images/right_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 15px;
    position: absolute;
    right: 18px;
    transition: filter 0.3s 0.1s;
    z-index: 1; /* 箭头在背景之上 */
}

.footer-btn:hover {
    color: black; /* 悬停时文字变黑色 */
}

.footer-btn:hover::before {
    transform: translateX(0); /* 背景从左侧滑入 */
}

.footer-btn:hover::after {
    filter: invert(1); /* 箭头颜色反转 */
}


.footer-divider {
    position: relative;
    z-index: 10;
    width: 1440px;
    border: 1px solid #484848;
    margin: 0 auto 68px;
}

.footer-content {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 310px 260px 310px 1px 274px;
    gap: 5%;
    position: relative;
    z-index: 1;
}

.footer-divider-vertical {
    height: 204px;
    border: 1px solid #484848;
}

.footer-logo {
    z-index: 6;
    width: 310px;
    height: 368px;
    margin-top: -100px;
}

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

.footer-section {
    flex-shrink: 0;
}

.footer-section h4 {
    margin: 0 0 20px 0;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 37px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
}

.footer-section p {
    margin: 0 0 16px 0;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #B2B2B2;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.footer-section strong {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.icon-location::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 15px;
    background-image: url('../images/adress_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

.icon-phone::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 15px;
    background-image: url('../images/telephone_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

.social-qr {
    display: flex;
    gap: 40px;
}

.qr-item {
    text-align: center;
}

.qr-item .qr-placeholder {
    width: 100px;
    height: 100px;
    background: #d8d8d8;
    border-radius: 4px;
    margin-bottom: 8px;
}

.qr-item p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.footer-bottom {
    margin: 0 auto;
    padding: 30px 240px;
    background: #252525;
    text-align: center;
    font-size: 13px;
    color: #B2B2B2;
    line-height: 18px;
}

/* ===== 响应式调整 ===== */
/* @media (max-width: 1600px) {
    .header-content {
        padding: 0 120px;
    }
    
    .footer-buttons {
        padding: 0 120px 60px;
        grid-template-columns: repeat(2, 310px);
        gap: 40px;
    }
    
    .footer-divider {
        width: calc(100% - 240px);
        margin: 0 auto 50px;
    }
    
    .footer-content {
        padding: 0 120px 80px;
        grid-template-columns: 250px 220px 220px 1px 220px;
        gap: 3%;
    }
}

@media (max-width: 1200px) {
    .header-content {
        padding: 0 40px;
    }
    
    .header .nav {
        gap: 20px;
    }
    
    .header .nav li a {
        font-size: 12px;
    }
    
    .footer-buttons {
        padding: 0 40px 40px;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .footer-btn {
        width: 100%;
    }
    
    .footer-content {
        padding: 0 40px 60px;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    
    .footer-divider-vertical {
        display: none;
    }
    
    .footer-logo {
        width: 200px;
        height: auto;
        margin-top: 0;
    }
} */