* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-family: system-ui, -apple-system, "Segoe UI", "Microsoft YaHei", sans-serif;
}
html, body {
    overflow-x: hidden; /* 防止横向滚动 */
}
.lianxi{text-align:right;}
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
	
	
	
}
.banners{display:none}
.anniushouqi{display:none}


/* 页脚容器 */
footer .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;  /* 最小化间距 */
    padding: 10px 15px;  /* 进一步减少垂直内边距 */
}
footer .container > * {
    margin: 0px 0;
}

/* 导航栏样式 */
.nav-section {
    background: white;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.nav-content {
    width: 1400px;
    height: 49px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.nav-content img {
    width: 120px; 
    height: auto;
    margin-left: -35px; /* 添加此行以向左移动30像素 */
}

.nav-content h1 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
}

.nav-content nav {
    /*display: flex;*/
    gap: 20px;
    white-space: nowrap;margin-right: 30%;
}

.nav-content nav a {
 color: #6c6c6c;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-family: 'é»‘ä½“', 'Segoe UI Light', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-family: system-ui, -apple-system, "Segoe UI", "Microsoft YaHei", sans-serif;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
    margin: auto 2%;
}

@media (max-width: 768px) {
    .nav-content nav a {
        font-size: 16px;
        font-weight: 300; /* 适当增加字重保证可读性 */
        font-family: 'Segoe UI Light', 'Helvetica Neue', Tahoma, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        letter-spacing: 0.03em; /* 略微收紧字间距 */
        text-shadow: 0 0 0.3px rgba(0,0,0,0.1); /* 更精细的移动端描边 */
    }
}

.nav-content nav a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #000;
    bottom: -5px;
    left: 0;
    transition: width 0.3s ease;
}

.nav-content nav a:hover {
    opacity: 0.8;
}

.nav-content nav a:hover::after {
    width: 100%;
}

.banner {
    width: 1256px;
    height: 837px;
    margin: 50px auto 0;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.nav-section {
    /* 移除flex布局保证子元素正常排列 */
}

/* 公共间距 */
.section-spacing {
    margin: 210px auto;
}

/* 首图区域特殊间距 */
.nav-section + .section-spacing {
    margin: 70px auto 210px;
}

/* 品牌介绍区 */
.brand-intro {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right:0px;
    transition: transform 0.3s ease;
}
.brand-intro:hover {
    transform: translateY(-10px);
}
.brand-logo {
    width: 173px;
    height: 61px;
    margin-bottom: 30px;
}
.brand-text {
    
    height: 302px;
    font-size: 20px;
    line-height: 2.5;
    color: #8f8f8f;
    font-weight: lighter;
}

/* Lookbook展示区 */
.lookbook-title {
    font-size: 25px;
    text-align: left;
    margin-bottom: 130px;
}

/* 联系表单标题样式 */
.section-spacing h2 {
    font-size: 32.5px; /* 原始25px增加30% */	
	font-size: 32.5px;
    font-weight: 300;
    letter-spacing: 1px;
    max-width: 475px;
    
}

.lookbook-grid {
    display: grid;
    grid-template-columns: repeat(3, 374px);
    gap: 140px 140px;  /* 调整图片间距：纵向115px 横向73px */
    justify-content: center;
}
.lookbook-grid img,
.new-arrival img,
.banner {
    width: 411px;
    height: 613px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.banner {
width: 100%;
    height: 837px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background-image: url(images/img_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;

}

.lookbook-grid img:hover,
.new-arrival img:hover
 {
 transform: scale(1.05);
 box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

/* 视频展示区 */
/* 视频容器（与lookbook同宽） */
.video-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.video-section {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: flex-start;
}

.video-section img {
    width: 515px; /* 45% of 617px is 315px */
    max-width: 475px; /* 45% of 617px is 431px */
    height: auto;
    object-fit: cover;
    align-self: flex-start;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: center center;
    overflow: hidden;
    margin-top: 50px; /* 添加此行以向下移动50像素 */
}

.video-section video {
    width: 45%;
    max-width: 617px;
    height: auto;
    align-self: flex-end;
}

.video-section img:hover {
    transform: scale(1.1);
    z-index: 1;
}

/* 联系表单 */
.contact-form {
    max-width: 600px;
    margin: 0 auto;
    font-weight: 250;
    transform: translateX(300px);
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    font-size: 23px; /* 设置整个表单的默认字体大小 */
}

.name-group {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

/* 新增label样式 */
.contact-form label {
    display: block;
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
    text-align: left;
}

input, textarea {
    width: 100%;
    padding: 8px;
    margin: 10px 0 28px; /* 上边距10px */
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 18px;
    transition: all 0.3s ease;
    font-weight: 250;
    display: block;
}

@media (min-width: 769px) {
    .name-group input {
        width: 280px !important;
    }
    
    .contact-form label {
        font-weight: 600;
    }
}

input:focus, textarea:focus {
    border-color: #666;
    outline: none;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}

input::placeholder, textarea::placeholder {
    font-size: 18px; /* 设置占位符文字的大小 */
}

button {
    background: #333;
    color: white;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-family: 'Segoe UI Light', 'Segoe UI', Tahoma, Arial, sans-serif;
    font-weight: 250;
}
button {
    background: #333;
    color: white;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
}

/* 页脚 */
footer {
    background: #b9b7b7;
    text-align: left;
    padding: 7.5px; /* 高度缩减一半 */
    font-weight: normal;
    margin-top: 210px; /* 统一区块间距 */
}
footer p {
    font-size: 25px;
    color: white;
    margin: 5px 0; /* 统一上下边距为5px */
    margin-left: 100px; 
}
footer img {
    width: 698px;
    height: 310px;
    object-fit: contain;
    margin: 10px 0 10px 90px; /* 添加上下边距10px */
   
}

.shoujidd{display:none;}

/* 响应式布局 */
@media (max-width: 768px) {
    .shoujidd{
        
height: 278px;
    margin: 0;
    padding: 0;
    padding-top: 135px;
    padding-left: 15px
        
    }
    
    .shoujidd  a{
 margin: 3px auto;
    color: #000;
    display: block;
    text-align: left;
    text-decoration: blink;
    }
    
    .new-arrival{gap: 0px !important;}
    /* 移动端导航栏调整 */
    .nav-content {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 0 15px;
        height: auto;
    }
    .nav-content img {
        width: 100px;
        margin: 0;
        margin-left: -15px;
    }
    .nav-content nav {
        display: none; /* 强制隐藏导航文字 */
    }

    /* 品牌介绍区调整 */
    .brand-intro {
        align-items: flex-start;
        margin-right: 0;
        margin-top:0px; /* 减少上边距 */
    }
    .brand-text {
  width: 100%;
    text-align: left;
    font-size: 17px!important;
    line-height: 1;
    padding: 0 0px;
    margin: -30px 0 250px;
    position: relative;
    z-index: 1;
    line-height: 1.6 !important;
    }
	
	.brand-logo{
		
width: 109px;
    height: auto;
    margin-bottom: 60px;
    padding-left: 0;
		
	}

    /* 图片响应式处理 */
    .banner, .lookbook-grid img, .new-arrival img, .video-section img {
        width: 100% !important;
       /* height: auto !important;*/
        max-width: 100%;  /* 缩小图片宽度 */
        margin: 20px auto;  /* 居中显示 */
      transform: scale(0.95);  /* 添加缩放 */
    }
    .banner {display: none;
    width: 100%;
    height: 397px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background-image: url(images/img_1.png);
    background-repeat: no-repeat;
    background-size: cover!important;
    background-position: center center;
    background-attachment: fixed!important;
}
.banners{

    
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    background-image: url(images/img_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 71px;
    background-attachment: fixed;
    margin-top: 83px !important;
    
}
.new-arrival img{height:500px!important}
/*.banner:before {*/
/*  content: ' ';*/
/*  position: fixed;*/
/*  z-index: -1;*/
/*  top: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  background-image: url(images/img_1.png) center 0 no-repeat;*/
/*  background-size: cover;*/
/*}*/



    /* 新品推广区调整为垂直布局 */
    .new-arrival {
        flex-direction: column;
        margin-top: 30px; /* 添加上边距 */
    }
    .new-arrival img {
        order: 1;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .new-arrival div {
        order: 2;
        padding: 0 0px;  /* 增加文字区域的内边距 */
        width: 100%;
    }

    /* Lookbook网格布局调整 */
    .lookbook-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin: 0 15px;
    }
    .lookbook-grid img {
        width: 100%;
        height: auto;
    }

    /* 视频区域调整 */
    .video-section {
        flex-direction: column;
    }
    .video-section img {
        order: 1;
        width: 100%;
        margin-top: 0;
    }
    .video-section video {
        order: 2;
        width: 100%;
    }

    /* 表单区调整 */
    .contact-form {
        transform: none !important;
        width: 100%;
        padding: 0 20px;
        max-width: 100%;
    }
    .contact-form input,
    .contact-form textarea {
        width: 100%;
    }
    .name-group {
        flex-direction: column;
        gap: 0;
    }

    /* 文字排版优化 */
    .lookbook-title, .section-spacing h2, footer p,
    .new-arrival p {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

    /* 新品推广文字样式 */
    .new-arrival p {
        font-size: 16px;  /* 与品牌介绍文字相同 */
        line-height: 1.7; /* 与品牌介绍行高一致 */
        /* 保留原有font-weight等其他样式 */
    }

    /* 统一移动端文字样式 */
    footer p {
        font-size: 16px;
        line-height: 1.7;
    }
    
    .section-spacing h2 {
    font-size: 22px !important;
    line-height: 1.7;
   font-weight: lighter !important;
    }
    
    .brand-text {
   
    height: 151px;
  
}
    .section-spacing h2 {
   
    text-align: left;
}
    .lookbook-title {
        font-size: 16px;
        line-height: 1.7;
    }
    
    /* 通用调整 */
    .container {
        padding: 0 20px;padding-bottom: 16px;
    }
    .section-spacing {
        margin: 60px auto;
    }
    
    .anniushouqi{
        
        display: block;
    background-image: url(images/shouqi.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
        
    }
    
    
}
