﻿@charset "utf-8";
@import url("icon/iconfont.css");
/* 根据视口动态调整 */
html { width: 100%; font-size: 16px; }

@media (min-width: 1920px) {
    html { font-size: 18px; }
}

@media (min-width: 2560px) {
    html { font-size: 24px; }
}

@media (min-width: 3800px) {
    html { font-size: 32px; }
}

/*全局样式开始-------------------------------------------------------------------------*/
body { position: relative; margin: 0 auto; padding: 0; width: 100%; font-size: 1rem; color: #666; background: #fff; font-family: Cambria,'Microsoft YaHei'; line-height: 1.6; }

a { margin: 0; padding: 0; text-decoration: none; color: #666666; }
a:hover { color: #ff0000; text-decoration: none; cursor: pointer; }
a:link { outline-style: none; }
ul, li, ol, dl, dt, dd, p { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6, h7, h8, h9 { margin: 0; padding: 0; }
div { text-align: left; }
img { border: none; max-width: 100%; height: auto; }
.clearfix { display: block; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clear { clear: both; margin: 0; padding: 0; height: 0; overflow: hidden; }
.left { float: left; }
.right { float: right; }
.h1 { font-size: 1.875rem; font-weight: bold; }
.h2 { font-size: 1.5rem; }
.h3 { font-size: 1.125rem; }
/*全局样式结束-------------------------------------------------------------------------*/

/*通用样式开始-------------------------------------------------------------------------*/
/*box*/
.box { margin: 0 auto; padding: 0; width: 95rem; box-sizing: border-box; }

@media (min-width: 1920px) {
    .box { max-width: 1920px; }
}

@media (min-width: 2500px) {
    .box { max-width: 2559px; }
}

@media (min-width: 3839px) {
    .box { max-width: 90%; }
}

/* 思源宋体 */
@font-face { font-family: 'Source Han Serif CN'; src: url('/fonts/SourceHanSerifCN-Regular-1.otf') format('woff'); font-style: normal; font-display: swap; }
@font-face { font-family: 'Source Han Serif CN SemiBold'; src: url('/fonts/SourceHanSerifCN-SemiBold-7.otf') format('woff'); font-style: normal; font-display: swap; }

/* 返回顶部按钮样式 */
.back-to-top { position: fixed; bottom: 3.5rem; right: 5.5rem; width: 3.5rem; height: 3.5rem; background: linear-gradient(135deg, #706A64, #1a1919); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; visibility: hidden; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); z-index: 9999; box-shadow: 0 0.25rem 1rem rgba(153, 153, 153, 0.4); border: none; outline: none; transform: scale(0.8) translateY(1rem); }

.back-to-top.show { opacity: 1; visibility: visible; transform: scale(1) translateY(0); }

.back-to-top:hover { transform: scale(1.1); box-shadow: 0 0.375rem 1.25rem rgba(153, 153, 153, 0.6); background: linear-gradient(135deg, #1a1919, #706A64); }

.back-to-top:active { transform: scale(0.95); }

.back-to-top i { font-size: 1.5rem; font-weight: bold; transition: transform 0.3s; }

.back-to-top:hover i { transform: translateY(-0.2rem); }

/* 呼吸动画效果 */
@keyframes breathe {
    0% { box-shadow: 0 0.25rem 1rem rgba(102, 102, 102, 0.4); }
    50% { box-shadow: 0 0.25rem 1.25rem rgba(153, 153, 153, 0.7); }
    100% { box-shadow: 0 0.25rem 1rem rgba(204, 204, 204, 0.4); }
}

.back-to-top.show { animation: breathe 3s infinite ease-in-out; }


/*header*/
.header { position: absolute; top: 0; left: 0; z-index: 999; width: 100%; }
.header .menu { position: relative; width: 100%; height: 7.5rem; background-color: transparent; transition: all 0.3s ease; }
.header .menu:hover { background: #000; opacity: 1; }
.header .menu .box { width: 100%; }
.header .menu .box .logo { margin: 1.25rem 0 0 1.875rem; float: left; width: 12.5rem; height: 4.1875rem; }
.header .menu .box .logo img { width: 100%; height: auto; }
.header .menu .box .nav { float: right; margin: 0; padding: 0 1.875rem 0 0; width: 62.5rem; background-color: transparent; }
.header .menu .box .nav .m { float: right; z-index: 9999; }
.header .menu .box .nav .m a { display: block; margin-left: 1.5625rem; text-align: center; width: 6.3rem; height: 7.5rem; line-height: 7.5rem; color: #fff; overflow: hidden; transition: color 0.3s ease; }
.header .menu .box .nav .m a:hover { color: #d51813; }
.header .menu .box .nav .m a i { margin-left: 0.3125rem; color: #ccc; font-size: 0.625rem; transition: color 0.3s ease; }
.header .menu .box .nav .m a:hover i { color: #d51813; }
.header .menu .box .nav .tel a { width: 11.25rem; font-size: 1.125rem; }
.header .menu .box .nav .tel a i { margin-right: 0; font-size: 1.125rem; }
.header .menu:hover .box .nav .m a { color: #fff; }
.header .menu:hover .box .nav .m a:hover { color: #d51813; }
.header .menu .box .nav .sub { display: none; position: absolute; top: 7.5rem; left: 0; z-index: 9999; width: 100%; height: 21.25rem; background: #eee; }
.header .menu .box .nav .sub_box1 { margin: 0 auto; padding: 1.25rem 0; width: 95%; max-width: 1520px; }
.header .menu .box .nav .sub_box1 .core { float: left; margin-left: 9.375rem; padding-right: 6.25rem; width: 25rem; border-right: 1px solid #aaa; }
.header .menu .box .nav .sub_box1 .core ul li img { display: block; margin-top: 1.875rem; width: 100%; height: auto; max-width: 28.125rem; }
.header .menu .box .nav .sub_box1 .hd { float: left; margin-left: 3.125rem; width: 37.5rem; }
.header .menu .box .nav .sub_box1 .hd ul { margin-top: 1.25rem; }
.header .menu .box .nav .sub_box1 .hd ul li { margin: 1.875rem 0; float: left; width: 50%; }
.header .menu .box .nav .sub_box1 .hd ul li a { display: block; margin: 0; padding: 0; width: 17.5rem; text-align: left; height: 2.5rem; line-height: 2.5rem; font-size: 1.25rem; color: #333; transition: all 0.3s ease; }
.header .menu .box .nav .sub_box1 .hd ul li a:hover { font-weight: bold; }
.header .menu .box .nav .sub_box1 .hd ul li a:hover p { font-weight: bold; }
.header .menu .box .nav .sub_box1 .hd ul li i { margin-right: 0.3125rem; font-size: 1.5rem; font-weight: bold; color: #666; transition: color 0.3s ease; }
.header .menu .box .nav .sub_box1 .hd ul li a:hover i { color: #d51813; }
.header .menu .box .nav .sub_box2 { padding: 1.25rem 1rem; }
.header .menu .box .nav .sub_box2 div { float: left; margin: 1.875rem; width: calc(25% - 3.75rem); }
.header .menu .box .nav .sub_box2 div a { display: block; margin: 0; padding: 1.25rem; width: 100%; height: 11rem; background: #fff; transition: all 0.3s ease; }
.header .menu .box .nav .sub_box2 div a:hover { color: #d51813; font-weight: bold; }
.header .menu .box .nav .sub_box2 div a:hover p { font-weight: bold; }
.header .menu .box .nav .sub_box2 div a img { display: block; width: 100%; height: 9rem; }
.header .menu .box .nav .sub_box2 div a p { line-height: 2.5rem; text-align: center; color: #333; margin-top: 0.625rem; }
.header_line { height: 8.75rem; }
/* 一行 + 居中 */
.header .menu .box .nav .sub_box2 { display: flex; flex-wrap: nowrap; justify-content: center; align-items: stretch; gap: 1rem; }
.header .menu .box .nav .sub_box2 div { flex: 0 1 16rem; max-width: 16rem; }
/* 卡片样式 */
.header .menu .box .nav .sub_box2 div a { display: block; width: 100%; padding: 1.2rem; background: #fff; }
/* 图片高度统一 */
.header .menu .box .nav .sub_box2 div a img { width: 100%; height: 9rem; object-fit: cover; }
/* 整体再稍微缩一点，方便小屏塞下 */
@media (max-width: 1600px) {
    .header .menu .box .nav .sub_box2 { padding: 1.25rem 3rem; gap: 0.8rem; }
    .header .menu .box .nav .sub_box2 div { flex: 0 1 14rem; max-width: 14rem; }
}
/* 高分辨率header优化 */
/*@media (min-width: 2560px) {
    .header .menu { height: 8rem; }
    .header .menu .box .nav .m a { height: 8rem; line-height: 8rem; font-size: 1.1rem; }
}*/

@media (min-width: 3839px) {
    .header .menu { height: 10rem; }
    .header .menu .box .nav .m a { height: 10rem; line-height: 10rem; font-size: 1.3rem; }
    .header .menu .box .nav .sub { top: 10rem; height: 25rem; }
}

/*banner*/
.banner { position: relative; width: 100%; height: 43.75rem; overflow: hidden; }
.banner .swiper { position: relative; width: 100%; height: 100%; }
.banner .swiper .swiper-wrapper .swiper-slide { position: relative; width: 100%; height: 100%; }
.banner .swiper .swiper-wrapper .swiper-slide .img { position: relative; width: 100%; height: 100%; }
.banner .swiper .swiper-wrapper .swiper-slide .txt { position: absolute; z-index: 99; top: 40%; left: 10%; color: #fff; }
.banner .swiper .swiper-wrapper .swiper-slide .txt h2 { font-size: 3.125rem; }
.banner .swiper .swiper-wrapper .swiper-slide .txt h2 b { color: #fff; }
.banner .swiper .swiper-wrapper .swiper-slide .txt p { margin: 1.875rem 0; font-size: 2.25rem; }
.banner .swiper .swiper-wrapper .swiper-button-next,
.banner .swiper .swiper-wrapper .swiper-button-prev { color: #fff; }
.banner .swiper .swiper-wrapper .swiper-pagination.on { color: #fff; }
.banner img.mymove { width: 100%; height: auto; position: relative; animation: mymove 10s infinite; -webkit-animation: mymove 10s infinite; }

/* 高分辨率banner优化 */
@media (min-width: 1900px) {
    .banner { height: 51.25rem; }
    .banner .swiper .swiper-wrapper .swiper-slide .txt h2 { font-size: 5rem; }
    .banner .swiper .swiper-wrapper .swiper-slide .txt p { font-size: 3.5rem; }
}

@media (min-width: 2500px) {
    .banner { height: 50rem; }
    .banner .swiper .swiper-wrapper .swiper-slide .txt h2 { font-size: 4rem; }
    .banner .swiper .swiper-wrapper .swiper-slide .txt p { font-size: 2.8rem; }
}

@media (min-width: 3839px) {
    .banner { height: 60rem; }
    .banner img.mymove { display: block; width: 33px; height: 35px; margin: 7px; position: relative; }
    .banner .swiper .swiper-wrapper .swiper-slide .txt h2 { font-size: 5rem; }
    .banner .swiper .swiper-wrapper .swiper-slide .txt p { font-size: 3.5rem; }
}

.footer { width: 100%; background: #000; color: #ddd; font-size: 0.9rem; }

/* 上半部分 */
.footer .top { display: flex; flex-wrap: wrap; gap: 3rem; padding: 4rem 6vw; box-sizing: border-box; }

/* 菜单区 */
.footer .menu { flex: 2; display: grid; grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); gap: 2.5rem; }

.footer .menu dl dt,
.footer .menu dl dt a { color: #fff; margin-bottom: 1rem; font-size: 1rem; }
.footer .menu dl dt a:hover { color: red }
.footer .menu dd,
.footer .menu dd a { color: #bbb; font-size: 1rem; }
.footer .menu dd a:hover { color: red }
/* 联系方式 */
.footer .contact { flex: 1.6; min-width: 16rem; }

.footer .contact dt { color: #fff; margin-bottom: 1rem; }
.footer .contact dt a { color: #fff; }

/* 二维码 */
.footer .ewm { flex: 1.2; display: flex; gap: 2rem; }

.footer .ewm dl { text-align: center; width: 5rem; }

.footer .ewm img { width: 8rem; aspect-ratio: 1 / 1; object-fit: cover; }

/* 加入我们 */
.footer .join { flex: 1.6; min-width: 18rem; }
.footer .join dt { color: #fff; margin-bottom: 1rem; }
.footer .join dt a { color: #fff; }
.footer .join dd a { color: #bbb; }

/* 底部 */
.footer .bottom { display: flex; justify-content: space-between; align-items: center; padding: 2rem 6vw; border-top: 1px solid #333; }

.footer .copyright img { width: 11rem; }

.footer .copyright,
.footer .copyright a { color: #aaa; font-size: 0.8rem; }

.footer .flag img { width: 14rem; }

/* ============ 移动端 ============ */
@media (max-width: 768px) {
    .footer .top { flex-direction: column; gap: 2.5rem; }

    .footer .bottom { flex-direction: column; gap: 1.5rem; text-align: center; }

    .footer .ewm { justify-content: flex-start; }
}

/*seach*/
.seach { position: relative; float: right; margin-top: 1.875rem; }
.seach .wenzi { border: none; float: left; width: 11.875rem; padding-left: 0.625rem; height: 1.8125rem; line-height: 1.8125rem; color: #fff; font-size: 0.875rem; background: url('../images/wenzi.jpg') no-repeat; background-size: cover; }
.seach .dianji { border: none; position: relative; left: -1.875rem; float: left; width: 1.8125rem; height: 1.8125rem; background: url('../images/dianji.jpg') no-repeat; background-size: cover; cursor: pointer; }

/*图片放大镜样式*/
.right-extra { float: left; width: 21.875rem; }
.jqzoom { float: left; border: none; position: relative; padding: 0; cursor: pointer; margin: 0; display: block; }
.zoomdiv { z-index: 100; position: absolute; top: 0; left: 0; width: 21.875rem; height: 21.875rem; background: #ffffff; border: 1px solid #ccc; display: none; text-align: center; overflow: hidden; }
.jqZoomPup { z-index: 10; visibility: hidden; position: absolute; top: 0; left: 0; width: 1.25rem; height: 1.25rem; border: 1px solid #aaa; background: #ffffff; opacity: 0.5; -moz-opacity: 0.5; -khtml-opacity: 0.5; filter: alpha(Opacity=50); }

/*图片小图预览列表*/
.spec-preview { width: 21.875rem; height: 21.875rem; border: 1px solid #DFDFDF; }
.spec-scroll { clear: both; margin-top: 0.3125rem; width: 22rem; }
.spec-scroll .prev { float: left; margin-right: 0.25rem; }
.spec-scroll .next { float: right; }
.spec-scroll .prev, .spec-scroll .next { display: block; font-family: "宋体"; text-align: center; width: 0.625rem; height: 3.375rem; line-height: 3.375rem; border: 1px solid #ccc; background: #ebebeb; cursor: pointer; text-decoration: none; }
.spec-scroll .items { float: left; position: relative; width: 20.125rem; height: 3.5rem; overflow: hidden; }
.spec-scroll .items ul { position: absolute; width: 999999px; height: 3.5rem; }
.spec-scroll .items ul li { float: left; width: 4rem; text-align: center; }
.spec-scroll .items ul li img { border: 1px solid #CCC; padding: 0.125rem; width: 3.125rem; height: 3.125rem; transition: all 0.3s ease; }
.spec-scroll .items ul li img:hover { border: 0.125rem solid #FF6600; padding: 0.0625rem; }

/*列表页码样式*/
div.pagelist { margin: 3.125rem auto; margin-top: 6.25rem; padding: 0; width: 23.25rem; text-align: center; font-family: Verdana; font-size: 0.75rem; }
div.pagelist a { border: 1px solid #dedfde; padding: 0.125rem 0.375rem; background-position: 50% bottom; color: #d51813; margin-right: 0.1875rem; text-decoration: none; transition: all 0.3s ease; }
div.pagelist a:hover { border-color: #000; color: #fff; background-color: #d51813; }
div.pagelist a:active { border-color: #000; color: #fff; background-color: #d51813; }
div.pagelist span { padding: 0.125rem 0.375rem; color: #999; margin-right: 0.1875rem; }
div.pagelist span.current { font-weight: bold; color: #ff0084; }
div.pagelist span.disabled { color: #adaaad; }

/*fullpage全屏样式*/
#fp-nav ul li a span, .fp-slidesNav ul li a span { width: 0.25rem; height: 0.25rem; background-color: #ddd; }
#fp-nav li .active span, .fp-slidesNav.active span { background-color: #ccc; }

.fp-controlArrow.fp-prev { z-index: 999; left: 6%; width: 0; height: 0; border-top: 1.25rem solid transparent; border-right: 1.25rem solid rgba(255, 255, 255, 0.5); border-bottom: 1.25rem solid transparent; border-left: 0; transition: all 0.3s ease; }
.fp-controlArrow.fp-prev:hover { z-index: 999; border-right: 1.25rem solid rgba(255, 255, 255, 1); }
.fp-controlArrow.fp-next { z-index: 999; right: 6%; width: 0; height: 0; border-top: 1.25rem solid transparent; border-right: 0; border-bottom: 1.25rem solid transparent; border-left: 1.25rem solid rgba(255, 255, 255, 0.5); transition: all 0.3s ease; }
.fp-controlArrow.fp-next:hover { z-index: 999; border-left: 1.25rem solid rgba(255, 255, 255, 1); }

#fullpage .section { margin: 0; padding: 0; width: 100%; height: 100vh; background-size: cover; }
#fullpage .section .slide { background-size: cover !important; -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-repeat: no-repeat; background-position: center center; }
#fullpage .section video { position: absolute; right: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; background-size: cover; top: 50%; transform: translateY(-50%); }
video.hosted-video { background-position: center; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

/*overlay透明图层样式*/
.overlay { background: #000; filter: alpha(opacity=40); -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; }

/*mySwiper样式*/
@keyframes mymove {
    from { top: 0; }
    to { top: -5rem; }
}

@-webkit-keyframes mymove {
    from { top: 0; }
    to { top: -5rem; }
}

@keyframes flyIn {
    0% { opacity: 0; transform: translateX(100%); }
    100% { opacity: 1; transform: translateX(0); }
}

.fly-in-right-to-left { position: absolute; animation: flyIn 2s forwards; }

.content_swiper { position: relative; }
.content_swiper .swiper-button-next { position: absolute; top: 17.3125rem; right: -0.125rem; color: #000; }
.content_swiper .swiper-button-prev { position: absolute; top: 17.3125rem; left: -0.125rem; color: #000; }
.content_swiper .swiper-wrapper .swiper-slide { transition: transform 0.5s ease; }
.content_swiper .swiper-wrapper .swiper-slide:hover img { transform: scale(1.05); box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.5); }
.content_swiper .swiper-button-next:hover,
.content_swiper .swiper-button-prev:hover { font-weight: bold; }

.mySwiper { position: relative; }
.mySwiper .swiper-button-next { position: absolute; top: 17.3125rem; right: -0.125rem; color: #000; }
.mySwiper .swiper-button-prev { position: absolute; top: 17.3125rem; left: -0.125rem; color: #000; }
.mySwiper .swiper-button-next:hover,
.mySwiper .swiper-button-prev:hover { font-weight: bold; }

/*通用样式结束-------------------------------------------------------------------------*/

/*首页样式开始-------------------------------------------------------------------------*/
.index { }
.index_vedio { }
/*首页通用样式*********************************************************/
/*标题样式*/
.eng-title, .cn-title { position: relative; display: block; margin: 0.3375rem 0; padding: 0; }
.title-char { position: relative; width: auto; height: 1.2em; vertical-align: bottom; font-family: 'Source Han Serif CN', serif; }
.title-char .flip-inner { display: inline-block; animation: pageFlip 1s infinite ease-in-out; transform-origin: left center; background: transparent; }
.title-char .original-char { display: inline-block; }

@keyframes pageFlip {
    0% { transform: rotateY(90deg); opacity: 0; }
    20% { transform: rotateY(0deg); opacity: 1; }
    80% { transform: rotateY(0deg); opacity: 1; }
    100% { transform: rotateY(-90deg); opacity: 0; }
}

.eng-title { font-size: 3rem; margin-bottom: 0.9375rem; letter-spacing: -0.1875rem; color: #fff; font-family: 'Source Han Serif CN', serif; font-weight: 1000; }
.cn-title { font-size: 1.8rem; color: #fff; float: right; padding-left: 4.875rem; font-family: 'Source Han Serif CN', serif; font-weight: 500; }

/* 高分辨率标题优化 */
@media (min-width: 2500px) {
    .eng-title { font-size: 3rem; font-weight: 1000; }
    .cn-title { font-size: 2rem; font-weight: 500; }
}

@media (min-width: 3840px) {
    .eng-title { font-size: 4rem; font-weight: 1000; }
    .cn-title { font-size: 2.2rem; font-weight: 500; }
}
/*视频动态滚轮*/
.scroll-hint { position: absolute; bottom: 5vh; /* 使用视口高度百分比 */ left: 50%; transform: translateX(-50%); z-index: 10; text-align: center; width: min(6vw, 60px); }

.mouse { width: 100%; /* 继承父级宽度 */ height: 0; /* 通过 padding-bottom 实现等比 */ padding-bottom: 150%; /* 保持 2:3 比例 */ border: min(0.2vw, 2px) solid rgba(255, 255, 255, 0.8); /* 边框等比缩放 */ border-radius: 3vw; /* 圆角等比 */ margin: 0 auto min(1vh, 10px); /* 下边距等比 */ position: relative; box-sizing: border-box; }

.wheel { position: absolute; top: 20%; /* 相对于鼠标位置 */ left: 50%; transform: translateX(-50%); width: min(0.4vw, 4px); /* 宽度等比 */ height: min(1vw, 10px); /* 高度等比 */ background: rgba(255, 255, 255, 0.9); border-radius: min(0.3vw, 3px); /* 圆角等比 */ animation: scrollWheel 2s infinite ease-in-out; }

.arrow { display: flex; flex-direction: column; align-items: center; gap: min(0.5vh, 5px); /* 箭头间距等比 */ }

.arrow span { display: block; width: min(0.8vw, 8px); /* 宽度等比 */ height: min(0.8vw, 8px); /* 高度等比 */ border-bottom: min(0.15vw, 1.5px) solid rgba(255, 255, 255, 0.8); /* 边框等比 */ border-right: min(0.15vw, 1.5px) solid rgba(255, 255, 255, 0.8); /* 边框等比 */ transform: rotate(45deg); opacity: 0; animation: scrollArrow 2s infinite; }

.arrow span:nth-child(2) { animation-delay: 0.2s; }

.arrow span:nth-child(3) { animation-delay: 0.4s; }

/* 动画关键帧 */
@keyframes scrollWheel {
    0% { opacity: 1; top: 20%; }
    100% { opacity: 0; top: 50%; }
}

@keyframes scrollArrow {
    0% { opacity: 0; transform: rotate(45deg) translateY(-20%); }
    50% { opacity: 1; transform: rotate(45deg) translateY(0); }
    100% { opacity: 0; transform: rotate(45deg) translateY(20%); }
}
/* 响应式调整 */
@media (min-width: 1900px) {
    .scroll-hint { position: absolute; bottom: 5vh; left: 50%; transform: translateX(-50%); z-index: 10; text-align: center; width: min(3vw, 40px); }
}
/* 响应式调整 */
@media (min-width: 3800px) {
    .scroll-hint { position: absolute; bottom: 5vh; left: 50%; transform: translateX(-50%); z-index: 10; text-align: center; width: min(6vw, 80px); }
}

/*首页产品*/
.index_product .slide { background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 100vh; display: flex; align-items: center; justify-content: center; font-family: Arial, sans-serif; }
.index_product .slide .text-container { display: inline-block; position: relative; top: 77%; left: 74%; text-align: center; color: #fff; text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5); letter-spacing: 0.125rem; }

/*首页奖项*/
.index_awards .text-container { top: 45%; left: 85%; transform: translate(-50%, -50%); display: inline-block; position: relative; text-align: center; color: #fff; text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5); letter-spacing: 0.125rem; }
/* 首页设计师 */
.section.index_designer { position: relative; overflow: hidden; height: 100vh; }

/* 左侧黑色竖条：改成跟视口宽度等比 */
.index_designer .side-label { position: absolute; left: 0; top: 0; width: 12vw; height: 100%; background: #000; color: #fff; writing-mode: vertical-rl; text-orientation: mixed; font-size: 2.2vw; /* 字体大小也用 vw */ letter-spacing: 0.1em; display: flex; justify-content: center; align-items: center; z-index: 20; }

/* 三列容器：左侧留出和 side-label 一样宽度 */
.index_designer .image-container { position: relative; height: 100%; width: 100%; padding-left: 12vw; box-sizing: border-box; overflow: hidden; font-size: 0; }

/* 三等分列保持不变，高度跟父级 100% */
.index_designer .image-item { float: left; width: 33.3333%; height: 100%; position: relative; overflow: hidden; transition: all 0.3s ease; }

.index_designer .image-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }

.index_designer .image-item:hover img { transform: scale(1.05); }

/* 底部黑色说明块：高度按图片高度的比例来 */
.index_designer .image-tooltip { position: absolute; left: 0; bottom: 0; width: 100%; height: 45%; transform: translateY(100%); background: rgba(0,0,0,0.75); color: #fff; padding: 1.5rem; box-sizing: border-box; overflow: hidden; transition: transform .4s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 10; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }

.index_designer .image-item:hover .image-tooltip { transform: translateY(0); }

/* 文字大小继续用 rem，跟全站一致即可 */
.index_designer .image-tooltip h3 { font-size: clamp(15px, 1vw, 28px); font-weight: 700; margin: 0 0 .75rem 0; line-height: 1.3; }

.index_designer .image-tooltip p { font-size: clamp(12px, 0.8vw, 22px) !important; line-height: 1.5 !important; opacity: 0.9 !important; margin: 0 !important; padding: 0 !important; }
/* 清除浮动 */
.index_designer .image-container::after { content: ""; display: block; clear: both; }

/* 1920 – 2499 区间专用 */
@media screen and (min-width: 1910px) and (max-width: 2499px) {
    .index_designer .image-tooltip { height: 50% !important; }
}
/* 2500 – 3800 区间专用 */
@media screen and (min-width: 2500px) and (max-width: 3799px) {
    .index_designer .image-tooltip { height: 45% !important; }
    .index_designer .image-tooltip h3 { font-size: clamp(15px, 1vw, 28px); font-weight: 700; margin: 0 0 .75rem 0; line-height: 1.3; }
    .index_designer .image-tooltip p { font-size: clamp(12px, 0.7vw, 22px) !important; line-height: 1.9 !important; opacity: 0.9 !important; margin: 0 !important; padding: 0 !important; }
}
/* 超大屏 ≥3800 */
@media screen and (min-width: 3800px) {
    .index_designer .image-tooltip { height: 40% !important; }
}

/*首页展会*/
.index_exhibition .slide { background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 100vh; display: flex; align-items: center; justify-content: center; font-family: Arial, sans-serif; }
.index_exhibition .text-container { display: inline-block; position: relative; top: 72%; left: 70%; text-align: center; color: #fff; text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5); letter-spacing: 0.125rem; }

/*首页专卖店*/
.index_shop .text-container { top: 45%; left: 82%; transform: translate(-50%, -50%); display: inline-block; position: relative; text-align: center; color: #fff; text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5); letter-spacing: 0.125rem; }

/*首页底部*/
.index_footer .box { margin-top: 15rem; width: 100%; height: 100%; background: #000; }
.index_footer .top { padding: 0 4%; padding-top: 12.5rem; height: auto; }
.index_footer .bottom { padding: 0 4%; }
.index_footer dt, .index_footer dt a { margin-bottom: 1.25rem; color: #fff; }
.index_footer dt a:hover { color: #ff0000; }
.index_footer dd, .index_footer dd a { color: #ddd; font-weight: 100; }
.index_footer dd a:hover { color: #ff0000; }
.index_footer .menu { float: left; width: 35%; }
.index_footer .menu dl { float: left; margin-right: 1.875rem; }
.index_footer .contact { margin-right: 1.875rem; float: left; width: 20%; }
.index_footer .ewm { float: left; width: 20%; }
.index_footer .ewm dl { float: left; }
.index_footer .join { float: right; width: 18.75rem; }
.index_footer .copyright { float: left; }
.index_footer .copyright img { width: 10.9375rem; height: 3.625rem; }
.index_footer .copyright a { color: #fff; }
.index_footer .flag { float: right; width: 19.0625rem; }
.index_footer .flag img { float: right; width: 100%; height: auto; }

.index_footer { width: 100%; background: #000; color: #ddd; font-size: 0.9rem; }
/* 上半部分 */
.index_footer .top { display: flex; flex-wrap: wrap; gap: 3rem; padding: 4rem 6vw; box-sizing: border-box; }
/* 菜单区 */
.index_footer .menu { flex: 2; display: grid; grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); gap: 2.5rem; }
.index_footer .menu dl dt,
.index_footer .menu dl dt a { color: #fff; margin-bottom: 1rem; font-size: 1rem; }
.index_footer .menu dl dt a:hover { color: red }
.index_footer .menu dd,
.index_footer .menu dd a { color: #bbb; font-size: 1rem; }
.index_footer .menu dd a:hover { color: red }
/* 联系方式 */
.index_footer .contact { flex: 1.6; min-width: 16rem; }
.index_footer .contact dt { color: #fff; margin-bottom: 1rem; }
.index_footer .contact dt a { color: #fff; }
/* 二维码 */
.index_footer .ewm { flex: 1.2; display: flex; gap: 2rem; }
.index_footer .ewm dl { text-align: center; width: 5rem; }
.index_footer .ewm img { width: 8rem; aspect-ratio: 1 / 1; object-fit: cover; }
/* 加入我们 */
.index_footer .join { flex: 1.6; min-width: 18rem; }
.index_footer .join dt { color: #fff; margin-bottom: 1rem; }
.index_footer .join dt a { color: #fff; }
.index_footer .join dd a { color: #bbb; }
/* 底部 */
.index_footer .bottom { display: flex; justify-content: space-between; align-items: center; padding: 2rem 6vw; border-top: 1px solid #333; }
.index_footer .copyright img { width: 11rem; }
.index_footer .copyright,
.index_footer .copyright a { color: #aaa; font-size: 0.8rem; }
.index_footer .flag img { width: 14rem; }


/*首页样式结束-------------------------------------------------------------------------*/

/*品牌样式开始-------------------------------------------------------------------------------*/
.brand h2 { animation: brandUp 1s ease-out forwards; opacity: 0; font-family: 'Source Han Serif CN', serif; color: black; font-size: 2.5rem; }
.brand h3 { animation: brandUp 2s ease-out forwards; opacity: 0; font-family: 'Source Han Serif CN', serif; color: black; font-size: 2rem; }
.brand .effect { animation: brandUp 3s ease-out forwards; opacity: 0; color: black; }
.brand .image-container { height: 40rem; border-radius: 0.5rem; overflow: hidden; margin-bottom: 1.25rem; }
.brand .image-container img { margin: 3.125rem auto; border-radius: 0.5rem; transition: transform 0.5s ease; width: 90%; height: 92%; max-width: 60rem; }
.brand .image-container img:hover { transform: scale(1.05); }
.brand .branch_img img:hover { transform: scale(1.05); }
.brand .brand_text { margin: 0; }
/* 高分辨率标题优化 */
@media (min-width: 2500px) {
    .brand h2 strong span { color: black; font-size: 2rem !important; }
    .brand h3 span { color: black; font-size: 1rem !important; }
}

@media (min-width: 2500px) {
    .brand .content .box table { margin: auto; width: 100rem !important; }
    .brand .content .box table tbody tr td p strong span { font-size: 1.5rem !important; color: #000000 !important; }
    .brand .content .box table tbody tr td p span { color: rgb(165, 165, 165) !important; font-size: 0.8rem !important; }
    /* 2500分辨率专用样式 */
    @media screen and (min-width: 2500px) {
        /* 表格整体布局 */
        table { width: 100%; max-width: 140rem; margin: 0 auto; border-collapse: collapse; }
        /* 单元格样式 */
        td { padding: 0.5rem; vertical-align: top; border: 0.0625rem solid rgb(255, 255, 255); }
        /* 第一列宽度 */
        td:first-child { width: 38rem; }
        /* 图片列宽度 */
        td:nth-child(2) { width: 28.5rem; }
        td:nth-child(3) { width: 18.25rem; }
        /* 标题样式 */
        .particle-title span { font-size: 1.75rem !important; color: #000000 !important; font-weight: 700; line-height: 1.3; display: block; margin-bottom: 1rem; }
        /* 内容文字样式 */
        td p { margin: auto; margin-bottom: 0.5rem; line-height: 1.6; }
        td span { font-size: 0.8rem !important; color: rgb(165, 165, 165) !important; line-height: 1.7; display: block; margin-bottom: 1rem; }
        /* 图片样式 */
        .branch_img { text-align: center; margin: 0; }
        .branch_img img { max-width: 100%; height: auto; display: block; border-radius: 0.5rem; box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1); }
        /* 最后一个图片不需要底部间距 */
        .branch_img img:last-child { margin-bottom: 0; }
        /* 第二列图片特殊处理 */
        td:nth-child(2) .branch_img img { width: 100%; height: auto; object-fit: cover; }
        /* 第三列图片特殊处理 */
        td:nth-child(3) .branch_img img { width: 100%; height: auto; object-fit: cover; margin-top: 1.3rem; }
        /* 行间距调整 */
        tr.effect { margin-bottom: 2rem; }
        /* 段落间距 */
        p { margin-bottom: 1.5rem; }
        /* 空段落处理 */
        p:empty { display: none; }
        /* 中英文文本对齐 */
        td p span { text-align: justify; hyphens: auto; }
        /* 中文特殊处理 */
        td p span:first-child { margin-bottom: 0.8rem; }
        /* 英文特殊处理 */
        td p span:last-child { font-style: italic; opacity: 0.9; }
        /* 响应式图片容器 */
        .branch_img { position: relative; overflow: hidden; }
        .branch_img::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 100%); pointer-events: none; }
    }
}

@keyframes brandUp {
    from { opacity: 0; transform: translateY(1.25rem); }
    to { opacity: 1; transform: translateY(0); }
}

/* 品牌设计与品质 */
.designer img { animation: slideUp 1s ease-out forwards; opacity: 0; width: 100%; height: auto; }

@keyframes slideUp {
    from { opacity: 0; transform: translateY(6.25rem); }
    to { opacity: 1; transform: translateY(0); }
}

/* 纯CSS粒子效果 */
.particle-title { position: relative; display: inline-block; cursor: pointer; }
.particle-title:hover::before,
.particle-title:hover::after { content: ''; position: absolute; width: 0.375rem; height: 0.375rem; background-color: #000000; border-radius: 50%; animation: particle-float 1s ease-out forwards; }
.particle-title:hover::before { top: 0; left: 20%; animation-delay: 0.1s; }
.particle-title:hover::after { top: 0; right: 20%; animation-delay: 0.2s; }

@keyframes particle-float {
    0% { transform: translateY(0) scale(1); opacity: 1; }
    100% { transform: translateY(-1.875rem) scale(0.5); opacity: 0; }
}
/*品牌样式结束------------------------------------------------------------------------------*/

/*内页通用样式开始-------------------------------------------------------------------------*/
.content { position: relative; z-index: 1; width: 100%; background: #FFFFFF; }
/*content_banner*/
.content_banner { position: relative; width: 100%; height: 43.75rem; overflow: hidden; }
.content_banner .swiper { position: relative; width: 100%; height: 100%; }
.content_banner .swiper .swiper-wrapper .swiper-slide { position: relative; width: 100%; height: 100%; }
.content_banner .swiper .swiper-wrapper .swiper-slide .img { position: relative; width: 100%; height: 100%; }
.content_banner .swiper .swiper-wrapper .swiper-slide .txt { position: absolute; z-index: 99; top: 40%; left: 10%; color: #fff; }
.content_banner .swiper .swiper-wrapper .swiper-slide .txt h2 { font-size: 3.125rem; }
.content_banner .swiper .swiper-wrapper .swiper-slide .txt h2 b { color: #fff; }
.content_banner .swiper .swiper-wrapper .swiper-slide .txt p { margin: 1.875rem 0; font-size: 2.25rem; }
.content_banner .swiper .swiper-wrapper .swiper-button-next,
.content_banner .swiper .swiper-wrapper .swiper-button-prev { color: #fff; }
.content_banner .swiper .swiper-wrapper .swiper-pagination.on { color: #fff; }

/*content_category内页类别*/
.content_category dl dt { padding: 1.25rem; height: 2.5rem; line-height: 2.5rem; background: #000; text-align: center; color: #fff; font-size: 1.25rem; font-weight: bold; }
.content_category dl dt a { color: #fff; }
.content_category dl dt a:hover { color: #ff0000; }
.content_category dl dd { margin: 0.25rem 0; }
.content_category dl dd a { display: block; padding: 0 1.25rem; width: 15rem; text-align: center; height: 3.75rem; line-height: 3.75rem; background: #f7f7f7; transition: all 0.3s ease; }
.content_category dl dd a:hover { background: #faebd7; }
.content_category dl dd a span { float: left; }

/*content_category内页详情*/
.content_detail .hd { padding: 0 1.25rem; height: 3.125rem; line-height: 3.125rem; background: #000; color: #fff; font-size: 1rem; }
.content_detail .hd b { font-weight: bold; color: #fff; }
.content_detail .hd a { color: #fff; }
.content_detail .hd a:hover { color: #ff0000; }
.content_detail .hd span { float: right; }
.content_detail .bd { margin-top: 1.25rem; width: 100%; overflow: hidden; }
/*内页样式结束-------------------------------------------------------------------------*/

/*内页栏目样式开始-------------------------------------------------------------------------*/
/*product_list产品列表*/
.sidebar { width: 15.625rem; background: #f0f0f0; padding: 1.25rem; border-right: 1px solid #e0e0e0; }
.category dt:hover { background: #dcdcdc; color: #d4af37; }
.category dt::after { position: absolute; right: 0.9375rem; top: 50%; transform: translateY(-50%); font-weight: bold; color: #666; transition: transform 0.3s ease; }
.category dt.collapsed::after { }
.category dd:hover { color: #d4af37; padding-left: 1.5625rem; }
.category dd { margin: 0; max-height: 31.25rem; overflow: hidden; transition: all 0.4s ease-in-out; }
.category dd.collapsed { max-height: 0; padding-top: 0; padding-bottom: 0; opacity: 0; }
.category dt { position: relative; transition: all 0.3s ease; }
.category dt a { color: #333; text-decoration: none; display: block; transition: all 0.3s ease; }
.category dt .icon-arrow-down { transition: transform 0.3s ease; margin-left: 0.5rem; }
.category dt.collapsed .icon-arrow-down { transform: rotate(180deg); }
.category dd.collapsed { max-height: 0; padding: 0 0.9375rem; opacity: 0; }
.category dd a { color: #666; text-decoration: none; display: block; transition: all 0.3s ease; padding: 0.5rem 0; border-bottom: 1px dashed #e0e0e0; }
.category dd a:hover,
.category dd a.active { }
.category dd a .icon-arrow-right { margin-right: 0.5rem; transition: all 0.3s ease; }
.category dd a.active .icon-arrow-right { color: #d4af37; }

.product_list { padding: 3.125rem 0 6.25rem 0; }
.product_list .box .left { float: left; width: 17.5rem; }
.product_list .box .left .category { margin-bottom: 0.625rem; }
.product_list .box .left .category dl { opacity: 0; transform: translateX(-6.25rem); animation: slideInFromLeft 0.8s ease-out 0.3s forwards; }
.product_list .box .left .category dl dt { padding: 1.25rem; height: 1.25rem; line-height: 1.25rem; background: #000; font-size: 1.125rem; color: #1a1a1a; margin-bottom: 0.3125rem; border-radius: 0.3125rem; cursor: pointer; transition: all 0.3s ease; position: relative; }
.product_list .box .left .category dl dt a { color: #fff; font-size: 1.125rem; font-weight: bold; }
.product_list .box .left .category dl dt a:hover { color: #EF7D26; }
.product_list .box .left .category dl dt a i { float: right; }
.product_list .box .left .category dl dd { width: 100%; }
.product_list .box .left .category dl dd a { display: block; padding: 0 1.25rem; width: 15rem; text-align: center; height: 2.5rem; line-height: 2.5rem; background: #f7f7f7; transition: all 0.3s ease; }
.product_list .box .left .category dl dd a:hover { background: #faebd7; color: #EF7D26; }
.product_list .box .left .category dl dd a span { float: left; color: #666; }

.product_list .box .right { float: right; width: 75rem; }
.product_list .box .right .list .hd { padding: 1.25rem; height: 1.25rem; line-height: 1.25rem; background: #000; color: #fff; margin-bottom: 1.5rem; }
.product_list .box .right .list .hd a { color: #fff; }
.product_list .box .right .list .hd a:hover { color: red; }
.product_list .box .right .list .bd ul { display: flex; flex-wrap: wrap; gap: 1.25rem; justify-content: flex-start; }
.product_list .box .right .list .bd ul li { position: relative; flex: 0 0 calc(33.333% - 1.25rem); /* 改为flex-grow:0防止自动扩展 */ width: calc(33.333% - 1.25rem); /* 固定宽度 */ min-width: 20rem; height: 24rem; opacity: 0; transform: translateY(1.875rem); animation: fadeInUp 0.6s ease-out forwards; }
.product_list .box .right .list .bd ul li:nth-child(1) { animation-delay: 0.5s; }
.product_list .box .right .list .bd ul li:nth-child(2) { animation-delay: 0.6s; }
.product_list .box .right .list .bd ul li:nth-child(3) { animation-delay: 0.7s; }
.product_list .box .right .list .bd ul li:nth-child(4) { animation-delay: 0.8s; }
.product_list .box .right .list .bd ul li:nth-child(5) { animation-delay: 0.9s; }
.product_list .box .right .list .bd ul li:nth-child(6) { animation-delay: 1.0s; }
.product_list .box .right .list .bd ul li:nth-child(7) { animation-delay: 1.1s; }
.product_list .box .right .list .bd ul li:nth-child(8) { animation-delay: 1.2s; }
.product_list .box .right .list .bd ul li:nth-child(9) { animation-delay: 1.3s; }
.product_list .box .right .list .bd ul li:nth-child(10) { animation-delay: 1.4s; }
.product_list .box .right .list .bd ul li:nth-child(11) { animation-delay: 1.5s; }
.product_list .box .right .list .bd ul li:nth-child(12) { animation-delay: 1.6s; }
.product_list .box .right .list .bd ul li:nth-child(13) { animation-delay: 1.7s; }
.product_list .box .right .list .bd ul li:nth-child(14) { animation-delay: 1.8s; }
.product_list .box .right .list .bd ul li:nth-child(15) { animation-delay: 1.9s; }
.product_list .box .right .list .bd ul li a { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; }
.product_list .box .right .list .bd ul li a img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.product_list .box .right .list .bd ul li a p { position: absolute; bottom: 0; left: 0; width: 100%; height: 2.5rem; line-height: 2.5rem; text-align: center; background: rgba(204, 204, 204, 0.8); color: #000; transition: all 0.3s ease; z-index: 10; /* 确保在图片上方 */ }
.product_list .box .right .list .bd ul li a:hover p { position: absolute; bottom: 0; left: 0; padding-top: 11.25rem; width: 100%; height: 12.5rem; background: rgb(148 145 145 / 30%); color: #fff; opacity: 1; z-index: 11; }

/* 动画 */
@keyframes slideInFromLeft {
    0% { opacity: 0; transform: translateX(-6.25rem); }
    100% { opacity: 1; transform: translateX(0); }
}

@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(1.875rem); }
    100% { opacity: 1; transform: translateY(0); }
}

/*product_show产品详情*/
.product_show { padding: 6.25rem 0; }
.product_show .box .graph { float: left; width: 46.25rem; }
.product_show .box .graph .graph_swiper { width: 43.75rem; overflow: hidden; }
.product_show .box .graph .graph_swiper .swiper-slide a img { width: 100%; height: auto; max-width: 43.75rem; }
.graph_swiper .swiper-pagination-bullet { background: #666; color: #666; }
.graph_swiper .swiper-pagination-bullet-active { background: #333; color: #333; }

/* 高分辨率标题优化 */
@media (min-width: 2500px) {
    .product_show .box .detail .bd p img { margin: auto !important; display: block !important; }
}

/* 高分辨率标题优化 */
@media (min-width: 3840px) {
    .product_show .box .detail .bd p img { width: 100%; }
}

.product_show .box .parameter { float: right; width: 46.25rem; }
.product_show .box .parameter h1 { font-size: 1.875rem; font-weight: normal; }
.product_show .box .parameter h2 { margin-top: 0.3125rem; font-size: 1.875rem; font-weight: normal; }
.product_show .box .parameter h3 { margin-top: 0.625rem; padding-bottom: 0.625rem; font-size: 1.875rem; font-weight: bold; border-bottom: 1px dashed #000; font-family: 'Source Han Serif CN', serif; }
.product_show .box .parameter h3 text { color: black; }
.product_show .box .parameter h4 { margin-top: 0.625rem; font-size: 1.25rem; font-weight: normal; }
.product_show .box .parameter h5 { margin-top: 0.625rem; font-size: 1.125rem; font-weight: normal; }
.product_show .box .parameter dl dt { margin: 0.625rem 0; font-size: 1.125rem; font-weight: bold; font-family: 'Source Han Serif CN', serif; }
.product_show .box .parameter dl dt text { color: black; }
.product_show .box .parameter dl dd img { height: 4.6875rem; width: auto; transition: all 0.5s; }
.product_show .box .parameter dl dd img:hover { transform: scale(1.2); }
.product_show .box .parameter dl dd.zhz img { width: 5rem; height: 5rem; transition: all 0.5s; }
.product_show .box .parameter dl dd.zhz img:hover { transform: scale(1.2); }
.product_show .box .parameter dl dd.download { float: left; margin-right: 1.25rem; }
.product_show .box .parameter dl dd.download a img { width: 3.125rem; height: 4.375rem; transition: all 0.5s; }
.product_show .box .parameter dl dd.download a img:hover { transform: scale(1.1); }
.product_show .box .detail .hd { margin: 3.125rem 0; border-bottom: 1px solid #ccc; }
/* product_show 产品详情 - content 下方的组合方式大图 */
.product_show .box .detail .bd { margin-top: 2rem; }
.product_show .combo-section { margin: 5rem auto 0; max-width: 95rem; text-align: center; }
/* 标题：仿照你截图里那种“中文 / 英文”大标题 */
.product_show .combo-section .combo-title { margin-bottom: 2.5rem; font-family: 'Source Han Serif CN', serif; }
.product_show .combo-section .combo-title-inline .slash {  font-size: 1.5rem; color: black; font-weight: 700; font-family: 'Source Han Serif CN', serif; }
.product_show .combo-section .combo-title .cn { font-size: 1.8rem; font-weight: bold; color: black; letter-spacing: -1px; font-family: 'Source Han Serif CN', serif; }
.product_show .combo-section .combo-title .en { font-size: 1.8rem; color: #666; font-weight: 700; }
/* 图片区域：居中排布，和场景图类似 */
.product_show .combo-section .combo-images {  }
.product_show .combo-section .combo-images a { display: block; }
.product_show .combo-section .combo-images img { display: block; min-width: 100%; height: auto; }
/* 超宽屏再放大一点，让标题和内容在大屏上也足够大 */
@media (min-width: 2500px) {
    .product_show .combo-section {  max-width: 83rem; }
    .product_show .combo-section .combo-title-inline .slash { letter-spacing: -4px; }
    .product_show .combo-section .combo-title .cn { font-size: 1.8rem; }
    .product_show .combo-section .combo-title .en { font-size: 1.8rem; }
}

/*case_list案例列表*/
.case_list { background: #fff; }
.case_list .hd { border-top: 2px solid #000 !important; height: auto; padding: .8rem 1rem; margin-top: 1rem; }
.case_list .box .bd ul { display: flex; flex-wrap: wrap; gap: 2%; }
.case_list .box .bd ul li { float: left; padding: 2%; width: 32%; box-sizing: border-box; }
.case_list .box .bd ul li .img { margin-bottom: 0.3125rem; overflow: hidden; }
.case_list .box .bd ul li .img a { display: block; }
.case_list .box .bd ul li .img img { width: 100%; height: auto; transition: all 0.5s; }
.case_list .box .bd ul li .img img:hover { transform: scale(1.1); }
.case_list .box .bd ul li h1 { font-size: 1rem; font-weight: bold; }
.case_list .box .bd ul li h2 { font-size: 0.775rem; font-weight: 100; }
.case_list .box .bd ul li h3 { font-size: 1rem; font-weight: bold; text-align: right; }
.case_list .box .bd ul li h4 { font-size: 0.775rem; font-weight: 100; text-align: right; }
.case_list .box .bd ul li h5 { font-size: 0.775rem; font-weight: 100; text-align: right; }
.case_list .box .bd ul li .left { display: contents; }
.case_list .box .bd ul li .right { padding-top: 1rem; }
/* === 居中按钮式面包屑导航 === */
.case_list .breadcrumb-center { position: relative; display: block !important; text-align: left !important; }
.case_list .breadcrumb-center b { display: inline-block; margin-right: 0.5rem; }
.case_list .breadcrumb-buttons { display: inline-flex; align-items: center; flex-wrap: wrap; justify-content: flex-start; gap: 0.3rem; margin-top: 0; }
.case_list .breadcrumb-btn { background: none !important; border: none !important; padding: 0 !important; color: #333 !important; font-size: .95rem !important; border-radius: 0 !important; box-shadow: none !important; }
.case_list .breadcrumb-btn:hover { color: #d51813 !important; transform: none !important; box-shadow: none !important; }
.case_list .breadcrumb-btn a:hover { color: #fff; }
.case_list .breadcrumb-btn.current { color: white; border-color: #333; cursor: default; }
.case_list .breadcrumb-separator { color: #999; font-size: 0.9rem; margin: 0 0.2rem; }
.case_list .right-buttons { position: absolute; top: 0; right: 0; display: inline-flex !important; align-items: center; gap: 0.6rem; margin: 0 !important; padding: 0 !important; border: none !important; }
.case_list .right-buttons .breadcrumb-btn { background: #f2f2f2 !important; border: 1px solid #dcdcdc !important; padding: 0.4rem 1.1rem !important; border-radius: 20px !important; color: #666 !important; font-size: .9rem !important; line-height: 1 !important; display: inline-block !important; white-space: nowrap; transition: all .25s ease-in-out; }
.case_list .right-buttons .breadcrumb-btn:hover { background: #d51813 !important; border-color: #d51813 !important; color: #fff !important; transform: translateY(-1px); }
/*case_show案例详情*/
.case_show { margin: 3.125rem 0; }
.case_show .left { float: left; width: 17.5rem; }
.case_show .right { float: right; width: 75rem; }

/*news_list新闻列表(自适应版)*/
/*.news_list { margin: 3.125rem 0; background: #fff; }
.news_list .box .hd { margin: 2%; height: 2.5rem; line-height: 2.5rem; border-top: 1px solid #000; }
.news_list .box .bd ul { display: flex; flex-wrap: wrap; gap: 2%; }
.news_list .box .bd ul li { flex: 1 1 calc(33.333% - 2%); min-width: 15rem; padding: 2%; box-sizing: border-box; }
.news_list .box .bd ul li .img { margin-bottom: 0.3125rem; overflow: hidden; }
.news_list .box .bd ul li .img a { display: block; }
.news_list .box .bd ul li .img img { width: 100%; height: auto; transition: all 0.5s; }
.news_list .box .bd ul li .img img:hover { transform: scale(1.1); }
.news_list .box .bd ul li .txt h1 { font-size: 1rem; font-weight: bold; }
.news_list .box .bd ul li .txt h2 { font-size: 0.875rem; font-weight: 100; }*/

/*news_list新闻列表*/
.news_list { margin: 50px 0px; background: #fff; }
.news_list .box { }
.news_list .box { }
.news_list .box .hd { border-top: 2px solid #000 !important; height: auto; padding: .8rem 0; margin-top: 1rem; }
.news_list .box .hd .left { float: left; }
.news_list .box .hd .left b { }
.news_list .box .hd .left a { }
.news_list .box .hd .right { float: right; }
.news_list .box .hd .right b { }
.news_list .box .hd .right a { display: inline-block; margin-right: 10px; }

.news_list .box .bd { }
.news_list .box .bd ul { }
.news_list .box .bd ul li { float: left; padding: 2%; width: 29%; }
.news_list .box .bd ul li .img { margin-bottom: 5px; overflow: hidden; }
.news_list .box .bd ul li .img a { display: block; }
.news_list .box .bd ul li .img img { width: 100%; height: auto; transition: all 0.5s; }
.news_list .box .bd ul li .img img:hover { transform: scale(1.1); }
.news_list .box .bd ul li .txt { }
.news_list .box .bd ul li .txt h1 { font-size: 1rem; font-weight: bold; }
.news_list .box .bd ul li .txt h2 { font-size: 0.8rem; font-weight: 100; }
/* === 新闻列表页按钮式面包屑导航 === */
.news_list .breadcrumb-center { position: relative; display: block !important; text-align: left !important; }

.news_list .breadcrumb-buttons { display: inline-flex !important; align-items: center; flex-wrap: wrap; gap: .3rem; margin-top: 0 !important; justify-content: flex-start !important; }

.news_list .breadcrumb-btn { background: none !important; border: none !important; padding: 0 !important; color: #333 !important; font-size: .95rem !important; border-radius: 0 !important; box-shadow: none !important; }

.news_list .breadcrumb-btn:hover { color: #d51813 !important; }

.news_list .breadcrumb-btn.current { background-color: #f0f0f0; color: transparent; cursor: default; }

.news_list .breadcrumb-btn.current:hover { background-color: #d51813; color: transparent; }
.news_list .breadcrumb-btn.current a:hover { color: #ff0000 }

.news_list .breadcrumb-separator { color: #999; font-size: .9rem; margin: 0 .2rem; }

.news_list .right-buttons { position: absolute; top: 0; right: 0; display: inline-flex !important; align-items: center; gap: .6rem; margin: 0 !important; padding: 0 !important; border: none !important; }

.news_list .right-buttons b { display: inline-block; }

.news_list .right-buttons .breadcrumb-btn { background: #f2f2f2 !important; border: 1px solid #dcdcdc !important; padding: .4rem 1.1rem !important; border-radius: 20px !important; color: #666 !important; font-size: .9rem !important; line-height: 1 !important; white-space: nowrap; transition: all .25s ease-in-out; }

.news_list .right-buttons .breadcrumb-btn:hover { background: #d51813 !important; border-color: #d51813 !important; color: #fff !important; transform: translateY(-1px); }
/*news_show新闻详情*/
.news_show { margin: 3.125rem 0; }
.news_show .box .left { float: left; width: 17.5rem; }
.news_show .box .right { float: right; width: 75rem; }
.news_show .box .right .content_detail .bd .title { margin: 3.125rem 0; border-bottom: 1px solid #000; width: 100%; text-align: center; }
.news_show .box .right .content_detail .bd .title h1 { font-size: 1.25rem; font-weight: bold; }
.news_show .box .right .content_detail .bd .title h2 { margin: 1.25rem 0; font-size: 0.875rem; font-weight: 100; }
/* 高分辨率标题优化 */
@media (min-width: 2500px) {
    .content_detail .bd p img { width: 100%; height: 100%; margin: auto; }
}
/* 高分辨率标题优化 */
@media (min-width: 3840px) {
    .content_detail .bd p img { width: 100%; height: 100%; margin: auto; }
}



/*brand_list品牌列表*/
.brand_list { margin: 50px 0px; background: #fff; }
.brand_list .box { }
.brand_list .box { }
.brand_list .box .hd { border-top: 2px solid #000 !important; height: auto; padding: .8rem 0; margin-top: 1rem; }
.brand_list .box .hd .left { float: left; }
.brand_list .box .hd .left b { }
.brand_list .box .hd .left a { }
.brand_list .box .hd .right { float: right; }
.brand_list .box .hd .right b { }
.brand_list .box .hd .right a { display: inline-block; margin-right: 10px; }

.brand_list .box .bd { }
.brand_list .box .bd ul { }
.brand_list .box .bd ul li { float: left; padding: 2%; width: 29%; }
.brand_list .box .bd ul li .img { margin-bottom: 5px; overflow: hidden; }
.brand_list .box .bd ul li .img a { display: block; }
.brand_list .box .bd ul li .img img { width: 100%; height: auto; transition: all 0.5s; }
.brand_list .box .bd ul li .img img:hover { transform: scale(1.1); }
.brand_list .box .bd ul li .txt { }
.brand_list .box .bd ul li .txt h1 { font-size: 1rem; font-weight: bold; }
.brand_list .box .bd ul li .txt h2 { font-size: 0.8rem; font-weight: 100; }
/* === 新闻列表页按钮式面包屑导航 === */
.brand_list .breadcrumb-center { position: relative; display: block !important; text-align: left !important; }

.brand_list .breadcrumb-buttons { display: inline-flex !important; align-items: center; flex-wrap: wrap; gap: .3rem; margin-top: 0 !important; justify-content: flex-start !important; }

.brand_list .breadcrumb-btn { background: none !important; border: none !important; padding: 0 !important; color: #333 !important; font-size: .95rem !important; border-radius: 0 !important; box-shadow: none !important; }

.brand_list .breadcrumb-btn:hover { color: #d51813 !important; }

.brand_list .breadcrumb-btn.current { background-color: #f0f0f0; color: transparent; cursor: default; }

.brand_list .breadcrumb-btn.current:hover { background-color: #d51813; color: transparent; }
.brand_list .breadcrumb-btn.current a:hover { color: #ff0000 }

.brand_list .breadcrumb-separator { color: #999; font-size: .9rem; margin: 0 .2rem; }

.brand_list .right-buttons { position: absolute; top: 0; right: 0; display: inline-flex !important; align-items: center; gap: .6rem; margin: 0 !important; padding: 0 !important; border: none !important; }

.brand_list .right-buttons b { display: inline-block; }

.brand_list .right-buttons .breadcrumb-btn { background: #f2f2f2 !important; border: 1px solid #dcdcdc !important; padding: .4rem 1.1rem !important; border-radius: 20px !important; color: #666 !important; font-size: .9rem !important; line-height: 1 !important; white-space: nowrap; transition: all .25s ease-in-out; }

.brand_list .right-buttons .breadcrumb-btn:hover { background: #d51813 !important; border-color: #d51813 !important; color: #fff !important; transform: translateY(-1px); }
/*brand_show品牌详情*/
.brand_show { margin: 3.125rem 0; }
.brand_show .box .left { float: left; width: 17.5rem; }
.brand_show .box .right { float: right; width: 75rem; }
.brand_show .box .right .content_detail .bd .title { margin: 3.125rem 0; border-bottom: 1px solid #000; width: 100%; text-align: center; }
.brand_show .box .right .content_detail .bd .title h1 { font-size: 1.25rem; font-weight: bold; }
.brand_show .box .right .content_detail .bd .title h2 { margin: 1.25rem 0; font-size: 0.875rem; font-weight: 100; }




/*栏目样式结束-------------------------------------------------------------------------*/

/* 响应式图片容器 */
.responsive-img-container { width: 100%; height: auto; position: relative; }

.responsive-img-container img { width: 100%; height: auto; object-fit: cover; }

/* 弹性网格布局 */
.flex-grid { display: flex; flex-wrap: wrap; gap: 1rem; }

.flex-item { flex: 1 1 calc(33.333% - 1rem); min-width: 18.75rem; }








/*购物车样式*/
.cart-info { position: absolute; top: -50px; left: 0; margin: 0; padding: 15px; border: 1px solid #DFC795; width: 302px; height: auto; background: #fcfbda; text-align: left; z-index: 2; }
.cart-info .ico { display: block; float: left; margin-top: 5px; width: 46px; height: 46px; }
.cart-info .ico i { color: #5ba61b; font-size: 46px; line-height: 1em; }
.cart-info .ico.error i { color: #fb1605; }
.cart-info .msg { margin-left: 60px; }
.cart-info .msg strong { margin-bottom: 10px; color: #444; font-size: 15px; }
.cart-info .msg p { padding-bottom: 8px; line-height: 1.8em; }
.cart-info .msg .link-btn { display: inline-block; margin: 0; padding: 0 25px; color: #fff; font-size: 12px; height: 30px; line-height: 30px; text-align: center; background: #34ad2a; vertical-align: middle; }
.cart-info .msg .close { position: absolute; display: block; top: 5px; right: 5px; width: 20px; height: 20px; text-align: center; cursor: pointer; }
.cart-info .msg .close i { color: #999; font-size: 14px; line-height: 20px; }

.cart-head { position: relative; margin: 0 50px; padding: 30px 0; }
.cart-head h2 { float: left; color: #555; font-size: 18px; line-height: 35px; }
.cart-head h2 i { display: inline-block; margin-right: 5px; color: #83c44e; font-size: 23px; line-height: 35px; vertical-align: middle; }
.cart-head .cart-setp { position: relative; margin-left: 200px; }
.cart-head .cart-setp li { position: relative; float: left; width: 33.33%; height: 35px; line-height: 35px; text-align: center; color: #999; font-size: 12px; *width: 33.3%; }
.cart-head .cart-setp li .progress { margin-right: 1px; height: 35px; line-height: 35px; color: #424242; background: #eee; }
.cart-head .cart-setp li .progress span { margin-right: 2px; font-size: 14px; font-weight: 600; }
.cart-head .cart-setp li.active .progress { color: #fff; background: #83c44e; }
.cart-head .cart-setp li.first .progress { border-top-left-radius: 20px; border-bottom-left-radius: 20px; }
.cart-head .cart-setp li.last .progress { border-top-right-radius: 20px; border-bottom-right-radius: 20px; }

.cart-box { position: relative; margin: 0 50px; }
.cart-box .cart-table { border: 1px solid #eee; }
.cart-box .cart-table th { padding: 0.8em 0.5em; color: #555; font-size: 13px; font-weight: 400; background: #f5f5f5; border-bottom: 1px solid #eee; }
.cart-box .cart-table td { padding: 1em 0.5em; color: #555; font-size: 13px; border-bottom: 1px solid #eee; }
.cart-box .cart-table td .stxt { margin-top: 5px; color: #666; font-size: 12px; line-height: 20px; }
.cart-box .cart-table td input.checkall { padding: 0; border: 1px solid #eee; background: #fff; }
.cart-box .cart-table td .img { padding: 1px; width: 60px; height: 60px; border: 1px solid #eee; }
.cart-box .cart-table td .buy-box { margin: auto; padding: 0; width: 74px; height: 22px; overflow: hidden; }
.cart-box .cart-table td .buy-box a { display: block; float: left; width: 20px; height: 20px; font-size: 12px; line-height: 20px; text-align: center; border: 1px solid #e8e8e8; overflow: hidden; }
.cart-box .cart-table td .buy-box .input { float: left; margin: 0; padding: 0; width: 30px; font-size: 12px; height: 20px; line-height: 20px; text-align: center; ime-mode: Disabled; border-radius: 0; border-left: 0; border-right: 0; }

.item-box { clear: both; padding: 20px 0; font-size: 14px; }
.item-box li { display: block; float: left; margin: 0 25px; height: 28px; line-height: 28px; }
.item-box li label input { margin-right: 3px; }
.item-box li em { color: #999; }

.buy-foot { margin: 20px 0; font-size: 14px; }
.buy-foot .left-box { float: left; }
.buy-foot .left-box dl { clear: both; padding-bottom: 10px; line-height: 28px; }
.buy-foot .left-box dl dt { color: #6c6c6c; }
.buy-foot .left-box dl dd .input { width: 230px; padding: 5px; border: 1px solid #e0e0e0; }
.buy-foot .right-box { float: right; text-align: right; }
.buy-foot .right-box p { line-height: 38px; }
.buy-foot .right-box p .price { color: #f00; font-weight: 700; }
.buy-foot .right-box p.txt-box { margin-top: 10px; font-size: 18px; font-weight: 700; }
.buy-foot .right-box p.btn-box { margin-top: 20px; }
.buy-foot .right-box p.btn-box .btn { display: inline-block; margin: 0 0 0 5px; padding: 8px 25px; width: auto; height: auto; line-height: 20px; color: #fff; font-size: 12px; border: 0; background: #d70029; border-radius: 3px; cursor: pointer; }
.buy-foot .right-box p.btn-box .button { background: #1e7bb3; }
.buy-foot .right-box p.btn-box .submit { background: #34ad2a; }
.buy-foot .right-box p.btn-box .gray { background: #ddd; }

.cart-foot { margin: 0 50px; padding: 20px 0 30px; height: 40px; }
.cart-foot .left-box { float: left; line-height: 40px; }
.cart-foot .left-box a { margin-right: 20px; font-size: 14px; }
.cart-foot .right-box { float: right; }
.cart-foot .right-box button { display: inline-block; margin: 0 0 0 5px; padding: 8px 25px; width: auto; height: auto; line-height: 20px; color: #fff; font-size: 12px; border: 0; background: #d70029; border-radius: 3px; cursor: pointer; }
.cart-foot .right-box .submit { background: #34ad2a; }
.cart-foot .right-box .button { background: #1e7bb3; }

.address-list { margin: 20px 0 0; padding: 10px; color: #555; font-size: 14px; border: 1px solid #f7f7f7; max-height: 300px; overflow: auto; }
.address-list li { margin: 5px 0; padding: 5px 10px; height: 20px; line-height: 20px; cursor: pointer; }
.address-list li span { margin-left: 10px; }
.address-list li label em { margin-left: 5px; color: #999; }
.address-list li.selected { padding: 10px; font-size: 15px; background: #fff0e8; border-radius: 3px; }
.address-list li.selected span { color: #333; font-weight: 700; }
.address-info.form-box { margin: 0; }

/*注册样式*/
/*.msg-box { display: block; margin: 0; padding: 6px; border: 1px solid #fbf2b5; background: #fcfbda; }
.msg-box i { display: block; float: left; margin: 4px 0 0; font-size: 12px; color: #A094A9; width: 18px; height: 18px; text-align: center; vertical-align: middle; }
.msg-box p { margin-left: 18px; line-height: 24px; color: #A4A147; font-size: 12px; }
.form-box { margin: 0 50px; padding: 20px 0 30px; }
.form-box .form-group { margin: 0; padding: 10px 0; clear: both; }
.form-box .form-group .tips { margin-left: 16%; color: #666; font-size: 12px; line-height: 20px; }
.form-box .form-group dt { display: block; float: left; padding-right: 2%; width: 14%; line-height: 40px; text-align: right; color: #888; }
.form-box .form-group dd { display: block; position: relative; margin-left: 16%; line-height: 40px; }
.form-box .form-group dd img { vertical-align: middle; }
.form-box .form-group dd .input { display: inline-block; padding: 0 10px; width: 50%; height: 40px; line-height: 20px; border: 1px solid #e0e0e0; }
.form-box .form-group dd .input.code { width: 80px; }
.form-box .form-group dd .select { display: inline-block; padding: 10px; height: 40px; line-height: 20px; border: 1px solid #e0e0e0; }
.form-box .form-group dd .textarea { display: inline-block; padding: 10px; width: 50%; height: 80px; line-height: 20px; border: 1px solid #e0e0e0; vertical-align: middle; overflow: auto; }
.form-box .form-group dd .submit { display: inline-block; margin: 0 0 0 5px; padding: 10px 46px; width: auto; height: auto; line-height: 20px; color: #fff; font-size: 14px; border: 1px solid #d70029; background: #d70029; cursor: pointer; }
.form-box .form-group dd .button { display: inline-block; margin: 0 0 0 5px; padding: 10px 46px; width: auto; height: auto; line-height: 20px; color: #666; font-size: 14px; border: 1px solid #eee; background: #eee; cursor: pointer; }
.form-box .form-group dd label.mart { margin-right: 5px; }*/
/*全屏样式*/
/*.form-box.full { padding: 0 0 50px; }
.form-box.full .form-group dt { width: 40%; }
.form-box.full .form-group dd { margin-left: 42%; }
.form-box.full .form-group dd .input { width: 40%; }
.form-box.full .form-group dd .input.code { width: 80px; }*/
/*物流样式*/
.accept-box { margin-bottom: 50px; padding: 0; background: #fff; border: 1px solid #f0f0f0; }
.accept-box dl { padding: 0 !important; }
.accept-box dl.head { position: relative; margin: 0; padding: 0; background: #fbfbfb; border-bottom: 1px solid #e8e8e8; }
.accept-box dl.head dd { margin-left: 10px; }
.accept-box dl.head .btn-pay { position: absolute; top: 6px; right: 6px; display: block; padding: 0 15px; color: #fff; font-size: 12px; height: 24px; line-height: 24px; background: #52A152; border: 1px solid #417F41; border-radius: 2px; }
/*订单进度*/
.order-progress { position: relative; margin: 20px 50px; height: 55px; }
.order-progress li { position: relative; float: left; width: 20%; text-align: center; }
.order-progress.mini li { width: 25%; }
.order-progress li .progress { display: block; margin-right: 1px; line-height: 20px; color: #424242; font-size: 12px; text-align: center; background: #eee; }
.order-progress li .info { display: block; margin-top: 15px; line-height: 20px; color: #757575; font-size: 12px; text-align: center; }
.order-progress li.active .progress { color: #fff; background: #83c44e; }
.order-progress li.first .progress { border-top-left-radius: 20px; border-bottom-left-radius: 20px; }
.order-progress li.last .progress { border-top-right-radius: 20px; border-bottom-right-radius: 20px; }

/*提示信息*/
.msg-tips { position: relative; margin: 30px auto; padding: 30px 0; width: 420px; font-size: 14px; text-align: left; }
.msg-tips .icon { display: block; float: left; width: 60px; height: 60px; }
.msg-tips .icon i { margin: 0; padding: 0; font-size: 60px; color: #090; line-height: 1em; }
.msg-tips .icon.warning i { color: #f90; }
.msg-tips .icon.error i { color: #f00; }
.msg-tips .info { margin-left: 80px; }
.msg-tips .info strong { display: block; padding-bottom: 5px; color: #333; font-size: 18px; font-weight: normal; line-height: 1.3em; }
.msg-tips .info p { line-height: 24px; color: #666; font-size: 14px; }
.msg-tips .info p a { margin: auto 2px; }
/*会员登录样式*/
.login-box { margin: 50px auto 0; padding-bottom: 50px; width: 343px; overflow: hidden; }
/*.login-box .input-box { position: relative; display: inline-block; margin-bottom: 20px; padding: 0 10px; width: 320px; border: 1px solid #e5e5e5; height: 42px; line-height: 22px; color: #333; font-size: 14px; overflow: hidden; }*/
.login-box .input-box input { padding: 12px 0; width: 100%; height: 20px; line-height: 20px; font-size: 14px; }
.login-box .remember-box { margin-bottom: 30px; height: 20px; line-height: 20px; color: #909090; font-size: 14px; }
.login-box .remember-box input { vertical-align: middle; }
.login-box .remember-box label { margin-right: 7px; cursor: pointer; vertical-align: middle; }
.login-box .remember-box a { color: #00a7ea; vertical-align: middle; }
.login-box .btn-box { display: block; margin-bottom: 20px; height: 42px; }
.login-box .btn-box input { display: inline-block; width: 342px; height: 42px; line-height: 42px; background: #6caa4b; color: #fff; cursor: pointer; font-size: 14px; text-align: center; }
.login-box .tip-box { display: block; text-align: center; height: 20px; line-height: 20px; color: #f90; font-size: 13px; }
.login-box .oatuh-box { clear: both; padding-top: 15px; }
.login-box .oatuh-box h3 { display: block; margin-bottom: 10px; color: #666; font-size: 14px; line-height: 30px; height: 30px; font-weight: normal; }
.login-box .oatuh-box p { margin-left: -25px; }
.login-box .oatuh-box p a { display: block; float: left; margin: 0 0 10px 25px; _display: inline; _zoom: 1; }
.login-box .oatuh-box p a img { width: 38px; height: 38px; }


/* ========== 会员登录样式 ========== */

/* 背景 */
.login-page { background: url('/upload/202512/20/202512201410529861.jpg') no-repeat center center fixed; background-size: cover; position: relative; }
/* 给背景加一层暗层，不影响可读性 */
.login-page::before { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,0.4); z-index: 1; }
/* 让登录盒子层级更高 */
.login-box { position: relative; z-index: 2; }
/* 区域整体置中 */
.box .login-box { width: 28rem; margin: 0 auto; padding: 3rem 2.5rem; background: rgba(255,255,255,0.08); border-radius: 1rem; backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,0.15); box-shadow: 0 8px 32px rgba(0,0,0,0.3); }
/* 输入框 */
.login-box .input-box input { width: 99%; height: 3.2rem; letter-spacing: 0.2em; border-radius: 8px; border: none; padding: 0.3rem; margin: .7rem 0; background: rgba(255,255,255,0.15); color: #fff; }
.login-box .input-box input::placeholder { color: #ccc; }
/* 记住我 / 忘记密码 */
.login-box .remember-box { display: flex; color: #fff; margin: 1rem 0; }
.login-box .remember-box a { color: #ff3b3b; font-size: .9rem; }
/* 登录按钮 */
.login-box .btn-box input { width: 100%; height: 3.2rem; border-radius: 8px; border: none; background: linear-gradient(90deg, #d51813, #ff4741); font-size: 1.1rem; font-weight: bold; color: #fff; cursor: pointer; box-shadow: 0 4px 18px rgba(255,70,70,.4); transition: .3s; }
.login-box .btn-box input:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(255,70,70,.6); }
/* 第三方登录 */
.login-box .oatuh-box h3 { color: #ddd; margin-top: 2rem; font-weight: 400; }
.login-box .oatuh-box img { width: 36px; margin: 0 .4rem; filter: grayscale(40%); transition: .3s; }
.login-box .oatuh-box img:hover { filter: grayscale(0%); transform: scale(1.15); }
/* tab 导航 */
.nav-tit { text-align: center; font-size: 1.3rem; margin-bottom: 2rem; }
.nav-tit .selected { color: #ff3b3b; font-weight: bold; }

/* ==========================会员注册样式============================= */

.register-box { position: relative; z-index: 2; }

/* 注册整体卡片容器：宽度、圆角、阴影跟登录一致 */
.register-box .bg-wrap { max-width: 50%; margin: 0 auto; padding: 3rem 2.5rem; border-radius: 18px; background: rgba(255, 255, 255, 0.08); backdrop-filter: blur(12px); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35); box-sizing: border-box; }

/* 顶部 “会员注册 / 账户登录” tab，同登录页风格 */
.register-box .nav-tit { display: flex; justify-content: center; align-items: center; gap: 1rem; margin-bottom: 2rem; font-size: 1.2rem; }
.register-box .nav-tit a { color: #ccc; }
.register-box .nav-tit a.selected { color: #ff3b3b; border-bottom: 2px solid #ff3b3b; padding-bottom: 0.2rem; }

/* 表单改成竖排，适合窄卡片 */
.register-box .form-box.full dl { margin-bottom: 1.1rem; }
.register-box .form-box.full dl dt { width: auto; display: block; margin-bottom: 0.35rem; font-size: 0.9rem; color: #fff; }
.register-box .form-box.full dl dd { width: auto; }

/* 输入框样式，和登录页面统一 */
.register-box .form-box.full .input,
.register-box .form-box.full .code { width: 100%; height: 3.1rem; border-radius: 8px; border: none; padding: 0 0.75rem; box-sizing: border-box; background: rgba(255, 255, 255, 0.15); color: #fff; font-size: 0.95rem; }
.register-box .form-box.full .input::placeholder,
.register-box .form-box.full .code::placeholder { color: #ddd; }

/* 验证码输入 + 按钮排版 */
.register-box .form-group .code { width: calc(100% - 8rem); display: inline-block; }
.register-box .form-group span { color: #bb8f31; }
.register-box .send { display: inline-block; margin-top: 1.6rem; height: 3.1rem; line-height: 3.5rem; padding: 0 1rem; border-radius: 8px; background: linear-gradient(90deg, #353535, #373737); color: #fff !important; font-size: 0.9rem; }
.register-box .send:hover { background: linear-gradient(90deg, #ff2a1b, #ff1744); }

/* 协议文字颜色 */
.register-box label { color: #eee; font-size: 0.9rem; }

/* “立即注册” 按钮，做成跟登录页按钮一样 */
.register-box .submit { width: 100%; height: 3.2rem; border: none; border-radius: 999px; margin-top: 1.5rem; background: linear-gradient(90deg, #ff4b2b, #ff416c); color: #fff; font-size: 1.05rem; letter-spacing: 0.1em; cursor: pointer; box-shadow: 0 4px 18px rgba(255, 70, 70, .4); transition: .3s; }
.register-box .submit:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(255, 70, 70, .6); }

/*===========================会员样式==========================*/
.oauth-box { position: relative; margin: 50px auto; width: 65%; border: 1px solid #f0f0f0; overflow: hidden; }
.oauth-box .tab-head { display: block; height: 42px; border-bottom: 1px solid #f0f0f0; background: #fff; }
.oauth-box .tab-head li { float: left; margin-left: -1px; border-left: 1px solid #f0f0f0; border-right: 1px solid #f0f0f0; }
.oauth-box .tab-head li a { display: block; padding: 0 30px; height: 42px; line-height: 42px; color: #555; font-size: 14px; }
.oauth-box .tab-head li a.selected { color: #fff; background: #34ad2a; }
.oauth-box .tab-content { display: none; }
/*会员头像容器*/
.avatar-box { padding: 10px 15px; border-bottom: 1px solid #e0e0e0; height: 60px; }
.avatar-box .img-box { position: relative; display: block; float: left; margin-right: 10px; width: 60px; height: 60px; border-radius: 60px; background: #fff; text-align: center; overflow: hidden; }
.avatar-box .img-box img { padding: 2px; width: 54px; height: 54px; border: 1px solid #f5f5f5; border-radius: 60px; background: #fff; }
.avatar-box .img-box i { color: #ccc; font-size: 54px; line-height: 78px; background: #fff; }
.avatar-box h3 { margin: 0; color: #333; font-size: 14px; font-weight: normal; line-height: 32px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.avatar-box p { color: #666; font-size: 12px; line-height: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.avatar-box p b { color: #ef66d5; font-weight: normal; }
/*会员中心导航*/
.center-nav { padding: 15px 20px 10px; }
.center-nav ul li { padding: 0; overflow: hidden; }
.center-nav ul li h2 { margin-bottom: 8px; color: #333; font-size: 14px; font-weight: normal; line-height: 20px; }
.center-nav ul li h2 i { display: inline-block; margin-left: 5px; color: #666; font-size: 14px; line-height: 20px; }
.center-nav ul li h2 span { font-weight: 300; }
.center-nav ul li .list { margin: 0 0 15px 26px; font-size: 12px; }
.center-nav ul li .list p { margin-top: 5px; }
.center-nav ul li .list a { display: block; height: 24px; line-height: 24px; color: #757575; }
.center-nav ul li .list a i { float: right; line-height: 24px; color: #999; font-size: 12px; }
.center-nav ul li.selected .list a, .center-nav ul li .list a:hover { color: #23ac38; }
.center-head { margin: 15px 50px 0; padding: 15px; }
.center-head .img-box { display: block; float: left; width: 116px; height: 116px; text-align: center; border-radius: 110px; background: #fff; overflow: hidden; }
.center-head .img-box img { padding: 2px; width: 110px; height: 110px; border: 1px solid #f5f5f5; border-radius: 110px; background: #fff; }
.center-head .img-box i { color: #ccc; font-size: 110px; line-height: 1.3em; }
.center-head .list-box { position: relative; display: block; text-align: center; }
.center-head .list-box h3 { display: block; color: #333; font-size: 16px; font-weight: normal; line-height: 42px; }
.center-head .list-box ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.center-head .list-box ul li { display: block; float: left; width: 33.32%; color: #848484; font-size: 14px; line-height: 32px; }
.center-head .list-box ul li p { text-align: center; }
.center-head .list-box ul li .link-btn { display: inline-block; padding: 5px 15px; color: #fff; font-size: 12px; line-height: 18px; background: #6caa4b; vertical-align: middle; }
.center-info { position: relative; margin: 0 50px 0; padding: 15px 30px; }
.center-info ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.center-info ul li { display: block; float: left; width: 50%; _width: 49.8%; line-height: 30px; color: #999; }
.center-tit { margin: 0 50px; padding: 10px 15px; background: #fafafa; line-height: 24px; }
.center-tit span { float: right; font-size: 12px; }
.center-tit h3 { color: #000; font-size: 14px; font-weight: normal; }
.center-tit h3 i { margin-right: 5px; font-size: 14px; }
/*表格样式*/
.table-wrap { margin: 0 50px 20px; }
.ftable { margin: 15px 0; width: 100%; border: 1px solid #f0f0f0; background: #fff; }
.mtable { margin: 15px 0; width: 100%; background: #fff; _width: auto; }
.mtable th, .ftable th { padding: 0.8em; color: #6e717a; font-size: 13px; font-weight: 400; background: #fbfbfb; border-bottom: 1px solid #e8e8e8; }
.mtable td, .ftable td { padding: 0.8em; color: #333; font-size: 13px; border-bottom: 1px solid #F3F3F3; }
.ftable td .img { padding: 1px; width: 60px; height: 60px; border: 1px solid #e8e8e8; }
.ftable td s { color: #999; text-decoration: line-through; }
.mtable .tr_odd_bg, .ftable .tr_odd_bg { background: #f9f9f9; }
/*会员列表页码样式*/
.page-foot { clear: both; height: 35px; line-height: 35px; }
.page-foot .btn-box a { display: inline-block; margin-right: 10px; padding: 5px 15px; line-height: 20px; border: 1px solid #eee; font-size: 12px; vertical-align: middle; }
.page-foot .right { float: right; }
/*头像容器*/
.avatar-wrap { margin: 0 15px; background: #fafafa; }
.avatar-wrap:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.avatar-wrap .avatar-box { padding: 10px 25px; border-bottom: 1px solid #e0e0e0; height: 60px; }
.avatar-wrap .avatar-box .img-box { position: relative; display: block; float: left; margin-right: 10px; width: 60px; height: 60px; overflow: hidden; }
.avatar-wrap .avatar-box .img-box img { padding: 2px; width: 54px; height: 54px; border: 1px solid #f5f5f5; border-radius: 60px; background: #fff; }
.avatar-wrap .avatar-box .img-box i { color: #ccc; font-size: 54px; line-height: 54px; }
.avatar-wrap .avatar-box h3 { margin: 0; color: #333; font-size: 14px; font-weight: normal; line-height: 32px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.avatar-wrap .avatar-box p { color: #666; font-size: 14px; line-height: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.avatar-wrap .avatar-box p i { color: #23ac38; font-style: normal; }
/*头像上传*/
.cropper-wrap { margin-top: 20px; }
.cropper-wrap .cropper-box { position: relative; float: left; margin-right: 20px; padding: 1px; width: 350px; height: 350px; text-align: center; border: 1px solid #f0f0f0; border-radius: 2px; background: #f4f4f4; text-align: center; vertical-align: middle; }
.cropper-wrap .cropper-box div { margin: auto; vertical-align: middle; }

.cropper-wrap .cropper-view { float: left; width: 184px; }
.cropper-wrap .cropper-view .img-box { padding: 1px; width: 180px; height: 180px; border: 1px solid #f0f0f0; border-radius: 2px; background: #fff; overflow: hidden; }
.cropper-wrap .cropper-view .img-box img { display: block; width: 180px; height: 180px; }
.cropper-wrap .cropper-view .btn-box p { margin: 8px 0; text-align: center; color: #333; font-size: 13px; line-height: 24px; }
.cropper-wrap .cropper-view .btn-box p.tip { text-align: left; color: #999; font-size: 13px; line-height: 22px; }
.cropper-wrap .cropper-view .btn-box .btn { width: 100%; line-height: 34px; height: 36px; border: 1px solid #d70029; background: #d70029; cursor: pointer; color: #fff; }
/*以下部分是WebUploader必须的*/
.webuploader-container { position: relative; }
.webuploader-element-invisible { position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px,1px,1px,1px); }
.webuploader-pick { position: relative; display: inline-block; padding: 0 25px; line-height: 32px; height: 32px; border: 1px solid #02598E; border-radius: 2px; cursor: pointer; background: #1e7bb3; color: #fff; text-align: center; overflow: hidden; zoom: 1; *display: inline; }
.webuploader-pick-hover { opacity: 0.9; }
.webuploader-pick-disable { opacity: 0.6; pointer-events: none; }
.upload-box { position: relative; display: inline-block; height: 32px; vertical-align: middle; zoom: 1; *display: inline; }
.upload-box .upload-btn { display: inline-block; height: 32px; zoom: 1; *display: inline; }
.upload-box .upload-progress { position: absolute; top: 0; left: 0; padding: 2px 5px; width: 115px; height: 28px; border: 1px solid #d7d7d7; background: #fff; overflow: hidden; }
.upload-box .upload-progress .txt { display: block; padding-right: 10px; font-weight: normal; font-style: normal; font-size: 11px; line-height: 18px; height: 18px; text-overflow: ellipsis; overflow: hidden; }
.upload-box .upload-progress .bar { position: relative; display: block; width: 112px; height: 4px; border: 1px solid #1da76b; }
.upload-box .upload-progress .bar b { display: block; width: 0%; height: 4px; font-weight: normal; text-indent: -99em; background: #28B779; overflow: hidden; }
.upload-box .upload-progress .close { position: absolute; display: block; top: 1px; right: 1px; width: 14px; height: 14px; text-indent: -99em; background: url(../images/sprite.gif) 0 -240px no-repeat; cursor: pointer; overflow: hidden; }
/* ========== 会员中心整体样式 ========== */


/* 外层背景 */
.userceter-box { padding: 6rem 0 5rem; background: #f5f5f5 url("/upload/202512/20/202512201410529861.jpg") no-repeat center top; background-size: cover; }

/* 中间内容整体居中 */
.userceter-box .box { margin: 0 auto; padding: 0 1.5rem; }

/* 当前位置条 */
.userceter-box > .section:first-child .location { margin-bottom: 1.5rem; padding: 0.6rem 1rem; background: rgba(255,255,255,0.9); border-radius: 6px; font-size: 0.9rem; color: #666; }
.userceter-box > .section:first-child .location a { color: #333; }
.userceter-box > .section:first-child .location a:hover { color: #d51813; }
.userceter-box .section a { color: #fff; }
.userceter-box .section a:hover { color: red; }
/* 把原来的左右两栏改成上下堆叠，居中 */
.userceter-box .section.clearfix { display: flex; flex-direction: column; align-items: center; gap: 1.6rem; padding: 0; border-radius: 0; background: transparent; }

/* 取消 float */
.userceter-box .left-260,
.userceter-box .right-auto { float: none !important; width: 100%; max-width: 1200px; }

/* ================== 中上：菜单卡片 ================== */
.userceter-box .left-260 { margin-bottom: 0.6rem; }
.userceter-box .left-260 .bg-wrap { background: rgba(255,255,255,0.96); border-radius: 10px; padding: 1.4rem 1.8rem; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }

/* 头像区域 */
.userceter-box .avatar-box { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.userceter-box .avatar-box .img-box { width: 64px; height: 64px; border-radius: 50%; background: #f3f3f3; overflow: hidden; }
.userceter-box .avatar-box .img-box img { width: 100%; height: 100%; object-fit: cover; }
.userceter-box .avatar-box h3 { margin: 0; font-size: 1.05rem; color: #333; }
.userceter-box .avatar-box p { margin: 0.2rem 0 0; font-size: 0.85rem; color: #999; }

/* 菜单列表 */
.userceter-box .center-nav { margin-top: .4rem; }
.userceter-box .center-nav h2 { margin: .3rem 0; padding: .45rem .8rem; font-size: .9rem; background: #f7f7f7; border-radius: 6px; cursor: pointer; }
.userceter-box .center-nav h2 i { margin-right: 6px; }
.userceter-box .center-nav .list { padding: .2rem 0 .5rem; }
.userceter-box .center-nav .list p a { display: block; padding: .35rem .8rem; font-size: .85rem; color: #666; border-radius: 4px; }
.userceter-box .center-nav .list p a:hover { background: #ffecec; color: #d51813; }

/* ================== 中下：内容卡片 ================== */
.userceter-box .right-auto .bg-wrap { background: rgba(255,255,255,0.97); border-radius: 10px; padding: 2rem 2.2rem; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }

/* 顶部  */
.userceter-box .sub-tit { display: flex; align-items: center; justify-content: space-between; padding-bottom: .9rem; margin-top: 1rem; margin-bottom: 1.4rem; border-bottom: 1px solid #eee; }
.userceter-box .sub-tit .add { font-size: .85rem; padding: .25rem .9rem; border-radius: 20px; border: 1px solid #ddd; background: #333; }
.userceter-box .sub-tit ul { display: flex; gap: .5rem; }
.userceter-box .sub-tit li a { font-size: 1rem; padding-bottom: .2rem; color: #666; }
.userceter-box .sub-tit li.selected a { color: #d51813; border-bottom: 2px solid #d51813; }

/* ================== 个人中心首页：登录信息条 ================== */
.userceter-box .center-head .list-box h3 { font-size: 1.2rem; color: #fff; }
.userceter-box .center-head .list-box b { padding-left: 1rem; color: #bda83d; }
.userceter-box .center-info ul li:last-child { border-bottom: none; }
/* ===== 会员中心信息卡片 一行显示 ===== */
.center-info ul { display: flex; align-items: stretch; gap: 2rem; }

/* 每个小卡片 */
.center-info ul li { flex: 1; background: rgba(255,255,255,0.9); border-radius: 0.75rem; padding: 1.5rem 1.8rem; font-size: 1rem; color: #666; box-shadow: 0 10px 30px rgba(0,0,0,0.08); border-left: 4px solid #d51813; white-space: nowrap; /* 关键：不换行 */ }

/* ================== 表单页 ================== */
.userceter-box .form-box { margin-top: 1.2rem; }
.userceter-box .form-box .form-group { display: flex; align-items: center; padding: 0.45rem 0; }
.userceter-box .form-box .form-group:last-child { border-bottom: none; }
.userceter-box .form-box .form-group dt { width: 120px; margin-right: 1.5rem; text-align: right; font-size: 0.9rem; color: #6b7280; }
.userceter-box .form-box .form-group dd { flex: 1; }

/* 文本框和下拉 */
.userceter-box .form-box .input,
.userceter-box .form-box .select { display: inline-block; width: 260px; max-width: 100%; padding: 0.35rem 0.5rem; border: 1px solid #d4d4d4; border-radius: 3px; font-size: 0.9rem; }

/* 提交按钮 */
.userceter-box .form-box .submit { margin-top: 0.6rem; background: #d51813; border: 1px solid #d51813; color: #fff; padding: .5rem 1.6rem; border-radius: 4px; cursor: pointer; }
.userceter-box .form-box .submit:hover { opacity: .9; }
/* 个人中心 - 数据卡片 */
.userceter-box .center-info { margin-top: 1.5rem; }
.userceter-box .center-info ul { margin: 0; padding: 0; display: grid; gap: 2rem; }

/* 每一条“本次登录IP / 注册时间”做成卡片 */
.userceter-box .center-info ul li { list-style: none; background: #ffffff; border-radius: 10px; padding: 0.85rem 1rem; font-size: 1rem; color: #444; border-left: 4px solid #d51813; box-shadow: 0 10px 22px rgba(0,0,0,0.08); position: relative; overflow: hidden; transition: transform .15s ease, box-shadow .15s ease; }

/* 顶部一点渐变高光，让它更立体 */
.userceter-box .center-info ul li::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: linear-gradient(90deg, rgba(213,24,19,.45), rgba(255,152,120,.2)); opacity: .8; }

/* hover 微浮起 */
.userceter-box .center-info ul li:hover { transform: translateY(-2px); box-shadow: 0 14px 28px rgba(0,0,0,0.12); }
.userceter-box .form-box { margin-top: 1.4rem; border-radius: 12px; padding: 1.8rem 2rem 2rem; }

/* 每一行表单条目 */
.userceter-box .form-box .form-group { display: flex; align-items: center; padding: 0.55rem 0; }
.userceter-box .form-box .form-group:last-child { border-bottom: none; }

/* 左侧标题 */
.userceter-box .form-box .form-group dt { width: 120px; margin-right: 1.6rem; text-align: right; font-size: 0.9rem; color: #fff; }

/* 右侧内容 */
.userceter-box .form-box .form-group dd { flex: 1; }

/* 输入框、下拉框统一风格 */
.userceter-box .form-box .input,
.userceter-box .form-box .select { display: inline-block; width: 260px; max-width: 100%; height: 2.4rem; line-height: 2.4rem; padding: 0 0.6rem; border-radius: 5px; border: 1px solid #d4d4d4; background: #fff; font-size: 0.9rem; box-sizing: border-box; transition: border-color .15s ease, box-shadow .15s ease; }

/* 焦点效果 */
.userceter-box .form-box .input:focus,
.userceter-box .form-box .select:focus { border-color: #d51813; box-shadow: 0 0 0 2px rgba(213,24,19,0.15); outline: none; }

/* 单选框行 */
.userceter-box .form-box .form-group dd label.mart { margin-right: 1.2rem; font-size: 0.9rem; }

/* 提交按钮 */
.userceter-box .form-box .submit { display: inline-block; margin-top: 0.5rem; min-width: 150px; height: 2.6rem; line-height: 2.6rem; padding: 0 1.8rem; border: none; border-radius: 999px; cursor: pointer; font-size: 0.95rem; font-weight: 600; color: #fff; background: linear-gradient(135deg, #ff6a3c, #d51813); box-shadow: 0 12px 24px rgba(213,24,19,0.35); transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease; }

.userceter-box .form-box .submit:hover { transform: translateY(-1px); box-shadow: 0 16px 32px rgba(213,24,19,0.4); opacity: 0.95; }

.userceter-box .form-box .submit:active { transform: translateY(0); box-shadow: 0 8px 18px rgba(213,24,19,0.35); }

/* ================== 头像设置页按钮样式 ================== */
/* 上传图片按钮 */
.userceter-box .upload-box .webuploader-pick { display: inline-block; min-width: 140px; height: 2.4rem; line-height: 2.4rem; padding: 0 1.2rem; text-align: center; color: #fff; font-size: 0.9rem; font-weight: 600; background: linear-gradient(135deg, #2d85ff, #1763d8); border-radius: 999px; cursor: pointer; border: none; box-shadow: 0 8px 18px rgba(23, 99, 216, 0.25); transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease; }

.userceter-box .upload-box .webuploader-pick:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(23, 99, 216, 0.32); opacity: 0.95; }

/* 确定保存按钮 */
.userceter-box .cropper-wrap .btn-box .btn { display: inline-block; min-width: 160px; height: 2.6rem; line-height: 2.6rem; padding: 0 1.6rem; text-align: center; font-size: 0.95rem; font-weight: 600; color: #fff; background: linear-gradient(135deg, #ff6a3c, #d51813); border-radius: 999px; border: none; cursor: pointer; box-shadow: 0 10px 22px rgba(213, 24, 19, 0.28); transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease; }

.userceter-box .cropper-wrap .btn-box .btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(213, 24, 19, 0.36); opacity: 0.96; }

.userceter-box .cropper-wrap .btn-box .btn:active { transform: translateY(0); box-shadow: 0 8px 18px rgba(213, 24, 19, 0.3); }
/* 让 list 横排、按钮化 */
.sub-tit .list { display: flex; gap: 1rem; margin-left: auto; margin-right: 1rem; }
.sub-tit text { width: 16rem; text-align: center; font-size: 1.2rem; color: #ffe689; letter-spacing: 1px; }
.sub-tit .list p { margin: 0; }

/* 样式复制右侧按钮的风格 */
.sub-tit .list a { display: flex; align-items: center; padding: 0.4rem 0.2rem; background: #000; color: #fff !important; border-radius: 9px; font-size: 0.79rem; transition: background 0.3s ease, color 0.3s ease; }

/* 内部小箭头间距 */
.sub-tit .list a i { margin-right: .35rem; color: #fff; }

/* hover 保持一致 */
.sub-tit .list a:hover { background: #d51813; color: #fff !important; }
/* 会员中心内容透明玻璃卡片 */
.userceter-box .bg-wrap { background: rgba(255,255,255,0.07) !important; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,0.25); border-radius: 12px; padding: 2rem 3rem; box-shadow: 0 8px 40px rgba(0,0,0,0.25); min-height: 700px; color: #fff; }

/* =========================================================
   会员中心-账户资料
   ========================================================= */
.userceter-box .form-box { max-width: 62rem; margin: 0 auto 0; padding: 0 2.5rem; border-radius: 1rem; -webkit-backdrop-filter: blur(12px); box-sizing: border-box; }

/* 把原来的 float 布局改成 flex，整体更“居中规整” */
.userceter-box .form-box .form-group { display: flex; align-items: center; justify-content: center; gap: 1.2rem; padding: .9rem 0; }

/* 左侧标题 */
.userceter-box .form-box .form-group dt { float: none; width: 8.5rem; padding-right: 0; text-align: right; color: rgba(255,255,255,0.85); line-height: 3.2rem; }

/* 右侧内容 */
.userceter-box .form-box .form-group dd { margin-left: 0; flex: 1; line-height: 3.2rem; color: rgba(255,255,255,0.9); }

/* ===== 输入框：复制登录页“玻璃输入框”风格 ===== */
.userceter-box .form-box .form-group dd .input { width: 100%; height: 3.2rem; border-radius: 8px; border: none; padding: 0 .9rem; background: rgba(255,255,255,0.15); color: #fff; letter-spacing: 0.06em; box-sizing: border-box; outline: none; }
.userceter-box .form-box .form-group dd .input::placeholder { color: rgba(255,255,255,0.65); }
.userceter-box .form-box .form-group dd .input:focus { background: rgba(255,255,255,0.18); box-shadow: 0 0 0 2px rgba(213,24,19,0.35); }

/* ===== 下拉框：也做成玻璃风格 ===== */
.userceter-box .form-box .form-group dd .select { border-radius: 8px; border: none; padding: 0 .9rem; background: rgba(255,255,255,0.15); color: #fff; box-sizing: border-box; outline: none; }
.userceter-box .form-box .form-group dd .select option { color: #333; }

/* 性别单选文字更亮一点 */
.userceter-box .form-box .form-group dd label { color: rgba(255,255,255,0.9); }

/* ===== 按钮：复制登录页红色渐变按钮风格 ===== */
.userceter-box .form-box .form-group dd .submit { width: 14rem; height: 3.2rem; border-radius: 999px; border: none; background: linear-gradient(90deg, #d51813, #ff4741); font-size: 1.05rem; font-weight: bold; color: #fff; cursor: pointer; box-shadow: 0 4px 18px rgba(255,70,70,0.45); transition: .3s; margin-left: 0; }
.userceter-box .form-box .form-group dd .submit:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(255,70,70,0.55); }
.userceter-box .form-box .form-group:last-child { border-bottom: none; justify-content: flex-start; }
.userceter-box .form-box .form-group:last-child dd { display: flex; justify-content: center; }
