@charset "UTF-8";
.swiper-button-next,
.swiper-button-prev {
	color: #03367f;
}

:root {
	--swiper-theme-color:
		#03367f;
}

.swiper-pagination-bullet-active {
	background: #42b7db;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #03367f !important;
	background: linear-gradient(-45deg, #d40e1a 0%, #ed0700 100%) !important;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	border: 1rem solid #fff;
	border-radius: 50%;
	padding: 10rem;
	width: 50rem;
	height: 50rem;
	font-size: 14rem;
	background: linear-gradient(-45deg, #0da3d1 0%, #03367f 100%) !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	font-size: 30rem !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	font-size: 30rem !important;
}

.swiper-pagination-bullet {
	border: 1rem solid #fff;
	width: 16rem !important;
	height: 16rem !important;
}

/* ======================================================== */
/* 模块一样式：装修报价模块（对应效果图 image_2567c1.png） */
/* ======================================================== */
.quote-container {
	width: 100%;
	padding: 45px 0px;
	background: #f8f9fa url('https://www.transparenttextures.com/patterns/white-marble.png') repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
}

.quote-wrapper {
	width: 1580px;
	/* max-width: 1200px; */
	box-sizing: border-box;
}

.quote-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-bottom: 35px;
}

.calc-icon {
	width: 45px;
	height: 45px;
	background-color: #c4000e;
	border-radius: 6px;
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 8px;
	gap: 4px;
	box-sizing: border-box;
}
.calc-icon::before {
	content: "+ -\A= ×";
	white-space: pre;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	letter-spacing: 2px;
}

.header-text h2 {
	color: #c4000e;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 2px 0;
}
.header-text p {
	color: #666;
	font-size: 14px;
	margin: 0;
}

.quote-form {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	width: 100%;
	margin-bottom: 30px;
}

.quote-form input {
	flex: 1;
	height: 50px;
	padding: 0 25px;
	border: 1px solid #ddd;
	border-radius: 25px;
	outline: none;
	font-size: 15px;
	color: #333;
	background-color: #fff;
	transition: all 0.3s;
	box-sizing: border-box;
}
.quote-form input:focus {
	border-color: #c4000e;
	box-shadow: 0 0 5px rgba(196, 0, 14, 0.1);
}
.quote-form input::placeholder {
	color: #bbb;
}

.quote-form .submit-btn {
	flex: 1;
	height: 50px;
	background-color: #c4000e;
	color: #fff;
	border: none;
	border-radius: 25px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: background 0.3s;
	box-sizing: border-box;
}
.quote-form .submit-btn:hover {
	background-color: #a0000b;
}

.quote-divider {
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	margin-bottom: 30px;
}

.quote-features {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	gap: 20px;
}

.feature-item {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
}

.feature-icon svg {
	width: 40px;
	height: 40px;
	fill: #c4000e;
}

.feature-info h3 {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 3px 0;
}
.feature-info p {
	color: #777;
	font-size: 13px;
	white-space: nowrap;
	margin: 0;
}

/* ======================================================== */
/* 模块二样式：高端全屋定制（对应效果图 image_25dfa4.png）   */
/* ======================================================== */
.custom-section {
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.custom-container-box {
	width: 1580px;
	/* max-width: 1200px; */
	/* padding: 0 20px; */
	box-sizing: border-box;
}
.custom-main-title {
	text-align: center;
	margin-bottom: 40px;
}
.custom-main-title h2 {
	font-size: 28px;
	color: #333;
	font-weight: bold;
	margin: 0 0 8px 0;
	letter-spacing: 1px;
}
.custom-main-title h2 span {
	color: #c4000e;
}
.custom-main-title p {
	font-size: 14px;
	color: #888;
	margin: 0;
}

.custom-nav-tabs {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.custom-nav-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	flex: 1;
}
.custom-nav-item svg {
	width: 32px;
	height: 32px;
	fill: #666;
	transition: all 0.3s;
	margin-bottom: 8px;
}
.custom-nav-item span {
	font-size: 15px;
	color: #555;
	font-weight: 500;
	transition: all 0.3s;
}
.custom-nav-item.active svg {
	fill: #c4000e;
	transform: translateY(-2px);
}
.custom-nav-item.active span {
	color: #c4000e;
	font-weight: bold;
}
.custom-nav-item.active::after {
	content: '';
	position: absolute;
	bottom: -16px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 3px;
	background-color: #c4000e;
}

.custom-swiper-display {
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.custom-swiper-display .swiper-slide {
	position: relative;
	height: 520px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.custom-swiper-display .swiper-slide::before {
	content: '';
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 100%);
}
.custom-slide-info {
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	max-width: 450px;
	color: #fff;
	text-align: left;
}
.custom-slide-info .custom-badge {
	display: inline-block;
	background-color: #c4000e;
	color: #fff;
	font-size: 12px;
	padding: 4px 14px;
	border-radius: 15px;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.custom-slide-info h3 {
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 15px 0;
	line-height: 1.3;
}
.custom-slide-info p {
	font-size: 14px;
	color: #ddd;
	line-height: 1.8;
	margin: 0 0 35px 0;
}
.custom-slide-info .custom-more-btn {
	display: inline-block;
	background-color: #c4000e;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 30px;
	border-radius: 20px;
	text-decoration: none;
	transition: background 0.3s;
}
.custom-slide-info .custom-more-btn:hover {
	background-color: #a0000b;
}

/* ======================================================== */
/* 模块三样式：新闻资讯新版布局（对应效果图 image_5a0f08.png）   */
/* ======================================================== */
.news-section {
	width: 100%;
	padding: 60px 0;
	background-color: #fcfcfc;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.news-container-box {
	width: 1580px;
	/* max-width: 1200px; */
	/* padding: 0 20px; */
	box-sizing: border-box;
}
.news-main-title {
	text-align: center;
	margin-bottom: 40px;
}
.news-main-title h2 {
	font-size: 32px;
	color: #333;
	font-weight: bold;
	margin: 0;
	letter-spacing: 2px;
}
.news-grid-layout {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
}
.news-card-col {
	flex: 1;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.news-img-wrap {
	width: 100%;
	height: 220px;
	overflow: hidden;
}
.news-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.news-card-col:hover .news-img-wrap img {
	transform: scale(1.05);
}
.news-card-body {
	padding: 22px 20px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.news-card-title {
	font-size: 16px;
	color: #222;
	font-weight: bold;
	margin: 0 0 12px 0;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 48px;
}
.news-card-excerpt {
	font-size: 13px;
	color: #777;
	line-height: 1.6;
	margin: 0 0 18px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 42px;
}
.news-dashed-line {
	border-top: 1px dashed #e2e2e2;
	margin-bottom: 18px;
	width: 100%;
}
.news-card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}
.btn-more-grey {
	display: inline-block;
	background-color: #7a7a7a;
	color: #fff;
	font-size: 13px;
	padding: 6px 20px;
	border-radius: 20px;
	text-decoration: none;
	transition: background 0.3s;
}
.btn-more-grey:hover {
	background-color: #444;
}
.news-date-label {
	font-size: 13px;
	color: #999;
}

/* 右侧滚动列表样式 */
.news-list-col {
	flex: 1;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	padding: 25px 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news-scroll-box {
	max-height: 330px;
	overflow-y: auto;
	padding-right: 8px;
}
/* 美化滚动条结构 */
.news-scroll-box::-webkit-scrollbar {
	width: 5px;
}
.news-scroll-box::-webkit-scrollbar-thumb {
	background: #ccc;
	border-radius: 4px;
}
.news-text-item {
	padding: 14px 0;
	border-bottom: 1px dashed #f0f0f0;
}
.news-text-item:last-child {
	border-bottom: none;
}
.news-text-link {
	font-size: 14px;
	color: #333;
	font-weight: 500;
	text-decoration: none;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.2s;
}
.news-text-link:hover {
	color: #c4000e !important;
}
/* 第二个项目红色高亮效果 */
.news-text-item.highlight .news-text-link {
	color: #c4000e;
}
.news-text-date {
	font-size: 12px;
	color: #aaa;
	margin-top: 6px;
}
.btn-more-red {
	display: block;
	background-color: #c4000e;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 9px 0;
	width: 140px;
	margin: 20px auto 0 auto;
	border-radius: 20px;
	text-decoration: none;
	transition: background 0.3s;
}
.btn-more-red:hover {
	background-color: #a0000b;
}


/* 移动端全局自适应断点（900px） */
@media (max-width: 900px) {
	.quote-form {
		flex-direction: column;
	}
	.quote-form input, .quote-form .submit-btn {
		width: 100%;
		flex: none;
	}
	.quote-features {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 15%;
		gap: 25px;
	}
	.feature-item {
		justify-content: flex-start;
	}

	/* 全屋定制移动端适配 */
	.custom-section {
		padding: 30px 0;
	}
	.custom-nav-tabs {
		justify-content: flex-start;
		overflow-x: auto;
		white-space: nowrap;
		gap: 25px;
		padding-bottom: 10px;
		width: 100%;
		-webkit-overflow-scrolling: touch;
	}
	.custom-nav-item {
		flex: none;
		padding: 0 5px;
	}
	.custom-nav-item.active::after {
		bottom: -11px;
	}
	.custom-swiper-display .swiper-slide {
		height: 380px;
	}
	.custom-slide-info {
		left: 25px;
		right: 25px;
		max-width: 100%;
	}
	.custom-slide-info h3 {
		font-size: 24px;
	}
	.custom-slide-info p {
		margin-bottom: 20px;
	}

	/* 新闻资讯移动端适配 */
	.news-section {
		padding: 40px 0;
	}
	.news-grid-layout {
		flex-direction: column;
		gap: 20px;
	}
	.news-card-col, .news-list-col {
		width: 100%;
		flex: none;
	}
	.news-scroll-box {
		max-height: none;
		overflow-y: visible;
	}
}





/* ======================================================== */
/* 重构：无边框画廊流（电脑端样式）                            */
/* ======================================================== */
.product-section {
    width: 100%;
    padding: 80px 0;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-container-box {
    width: 1580px;
    /* max-width: 1200px; */
    /* padding: 0 20px; */
    box-sizing: border-box;
}

.product-main-title {
    text-align: center;
    margin-bottom: 50px;
}
.product-main-title h2 {
    font-size: 32px;
    color: #222;
    font-weight: bold;
    margin: 0 0 8px 0;
}
.product-main-title h2 span {
    color: #c4000e;
}
.product-main-title p {
    font-size: 13px;
    color: #bbb;
    margin: 0;
    letter-spacing: 2px;
}

/* 无缝/小间隙现代画廊网格 */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* 紧凑间距，凸显画廊感 */
    width: 100%;
}

/* 纯无边框图片卡片 */
.product-card {
    position: relative;
    height: 280px; /* 统一裁切高度 */
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    background-color: #f8f8f8;
}

/* 底图控制 */
.product-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: transform;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* -------------------------------------------------------- */
/* 核心改动：常态悬浮标题（自带底部渐变黑，解决白字看不清的问题）*/
/* -------------------------------------------------------- */
.product-meta-default {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 20px 20px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    box-sizing: border-box;
    z-index: 2;
    text-align: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.product-meta-default h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    letter-spacing: 1px;
}

/* -------------------------------------------------------- */
/* 悬浮遮罩层（保持 lrmdjj.com 的高端动效）                  */
/* -------------------------------------------------------- */
.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 3;
    padding: 20px;
    box-sizing: border-box;
}

.overlay-inner {
    text-align: center;
    color: #fff;
    width: 100%;
    transform: translateY(20px);
    transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.15);
}
.overlay-inner h4 {
    font-size: 20px;
    color: #fff;
    margin: 0 0 8px 0;
    font-weight: bold;
}
.overlay-divider {
    display: block;
    width: 0;
    height: 2px;
    background-color: #c4000e;
    margin: 0 auto 12px auto;
    transition: width 0.4s ease 0.1s;
}
.overlay-inner p {
    font-size: 13px;
    color: #ccc;
    margin: 0 0 20px 0;
}
.btn-overlay-action {
    display: inline-block;
    background-color: #c4000e;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 24px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(196, 0, 14, 0.3);
    cursor: pointer;
}

/* -------------------------------------------------------- */
/* 触发 Hover 联动                                           */
/* -------------------------------------------------------- */
.product-card:hover .product-bg-img {
    transform: scale(1.08);
}
/* 遮罩显现 */
.product-card:hover .product-overlay {
    opacity: 1;
    visibility: visible;
}
.product-card:hover .overlay-inner {
    transform: translateY(0);
}
.product-card:hover .overlay-divider {
    width: 35px;
}
/* 常态底部的文字顺滑下沉隐藏 */
.product-card:hover .product-meta-default {
    transform: translateY(10px);
    opacity: 0;
}




/* ======================================================== */
/* 荣誉资质模块 - 电脑端独立样式                             */
/* ======================================================== */
.strength-section {
    width: 100%;
    display: flex;
    min-height: 620px;
    background-color: #ffffff;
    overflow: hidden;
}

.strength-left-col, .strength-right-col {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 80px 0;
    box-sizing: border-box;
}

.strength-left-col {
    
    background-image: url('../image/zuobian.jpg');
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
    
    color: #ffffff;
    justify-content: flex-end;
}
.strength-right-col {
    background-image: url('../image/honorbg2.jpg');
    /*background-color: #ffffff;*/
    color: #333333;
    justify-content: flex-start;
}

/* 电脑端加宽容器，方便放下两张图+外侧箭头 */
.strength-content-wrapper {
    width: 100%;
    max-width: 850px;
    padding: 0 30px;
    box-sizing: border-box;
}

.strength-text-header {
    margin-bottom: 40px;
}
.strength-text-header h2 {
    font-size: 35rem;
    font-weight: 800;
    margin: 0 0 10px 0;
    letter-spacing: 1px;
}
.strength-left-col .strength-text-header h2 { color: #ffffff; }
.strength-right-col .strength-text-header h2 { color: #192238; }

.strength-text-header h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.strength-text-header .strength-slogan {
    font-size: 18px;
    color: #8a94a6;
    line-height: 1.6;
    margin: 0;
}
.strength-right-col .strength-text-header .strength-slogan { color: #666666; }

/* -------------------------------------------------------- */
/* 核心：外挂包裹层定位（实现箭头在图片外面）                  */
/* -------------------------------------------------------- */
.strength-swiper-outer-wp {
    position: relative;
    width: 100%;
    padding: 0 55px; /* 关键：左右留出 55px 空隙专门放箭头 */
    box-sizing: border-box;
}

.strength-swiper {
    width: 100%;
    overflow: hidden;
}

/* 精致半透明圆形箭头 */
.strength-prev-btn, .strength-next-btn {
    width: 40px !important;
    height: 40px !important;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-top: -20px !important; /* 垂直完美居中 */
    transition: all 0.3s ease;
}
/* 强行把箭头逼到外挂容器的最左和最右 */
.strength-prev-btn { left: 0 !important; }
.strength-next-btn { right: 0 !important; }

.strength-prev-btn::after, .strength-next-btn::after {
    font-size: 14px !important;
    color: #ffffff;
    font-weight: bold;
}
.strength-prev-btn:hover, .strength-next-btn:hover {
    background-color: #ffffff;
}
.strength-prev-btn:hover::after, .strength-next-btn:hover::after {
    color: #192238;
}

/* 右侧静态双图并排 */
.static-cert-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
    padding: 0 55px; /* 保持跟左边轮播图的对齐间距 */
    box-sizing: border-box;
}

/* 证书阴影与版型 */
.cert-img-box {
    /* background: #ffffff; */
    /* padding: 12px; */
    /* border-radius: 4px; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
    /* box-sizing: border-box; */
}
.strength-right-col .cert-img-box {
    box-shadow: 0 10px 30px rgba(25, 34, 56, 0.08);
}
.cert-img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    /* border: 1px solid #f2f2f2; */
}






/* ==========================================================================
   电脑端（PC）专属视觉变量与基础重置（无需媒体查询）
   ========================================================================== */
:root {
    --brand-red: #E63946;         
    --card-bg: #FFFFFF;           
    --text-main: #1D1D1F;         
    --text-sub: #6E6E73;          
    --border-subtle: rgba(0, 0, 0, 0.04);
    --radius-premium: 22px;       /* 电脑大屏配大圆角更精致 */
    --shadow-normal: 0 4px 24px rgba(0, 0, 0, 0.015);
    --shadow-hover: 0 24px 48px rgba(0, 0, 0, 0.07);
    --cubic-bezier: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.pc-header *, .bento-wrapper * {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", "PingFang SC", sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
   电脑端：大气官网风标题
   ========================================================================== */
.pc-header {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 60px 24px 20px 24px; /* PC端留白更舒展 */
    text-align: center; 
}

.pc-header .en-badge {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: var(--brand-red);
    font-weight: 700;
    margin-bottom: 8px;
}

.pc-header .zh-title {
    font-size: 38px; /* PC端大字号，视觉冲击力强 */
    font-weight: 700;
    color: var(--text-main);
    letter-spacing: -1px;
}

/* ==========================================================================
   Bento Grid 电脑端核心布局：标准 4 列网格
   ========================================================================== */
/* 全局卡片容器布局不变 */
.bento-wrapper {
    width: 92%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.bento-card {
    background: var(--card-bg);
    border-radius: var(--radius-premium);
    padding: 36px;
    border: 1px solid var(--border-subtle);
    box-shadow: var(--shadow-normal);
    transition: var(--cubic-bezier);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    justify-content: center;
}

.bento-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(230, 57, 70, 0.15);
}

.col-span-2 { grid-column: span 2; }
.col-span-1 { grid-column: span 1; }

/* ========== 新增：图标标题横向一行容器 ========== */
.card-header-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

/* 图标样式（移除原margin-bottom） */
.card-icon {
    width: 46px; 
    height: 46px;
    background: rgba(230, 57, 70, 0.05);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--cubic-bezier);
    flex-shrink: 0;
}
.card-icon svg {
    width: 22px;
    height: 22px;
    color: var(--brand-red);
}

.bento-card:hover .card-icon {
    background: var(--brand-red);
}
.bento-card:hover .card-icon img {
    filter: grayscale(1) brightness(200);
}
.bento-card:nth-child(6) .card-header-row .card-icon img {
    filter: grayscale(1) brightness(200);
}
.bento-card:hover .card-icon svg {
    color: #ffffff;
}

/* 标题清除下边距，由header容器控制间距 */
.card-title {
    font-size: 25px;
    font-weight: 600;
    color: var(--text-main);
    margin-bottom: 0;
    letter-spacing: -0.3px;
}

.card-desc {
    font-size: 17.5px;
    color: var(--text-sub);
    line-height: 1.65;
}

/* 团队卡片 */
.card-team {
    background: linear-gradient(135deg, #FFFFFF 65%, #FFF5F5 100%);
    padding-right: 42%; 
}

.mock-ui-team {
    position: absolute;
    right: 36rem;
    top: 50%;
    transform: translateY(-50%);
    width: 310rem;
    background: #ffffff;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    border: 1px solid rgba(0,0,0,0.01);
}
.mock-ui-team .user-row {
    display: flex;
    align-items: center;
    gap: 11px;
}
.mock-ui-team .avatar {
    width: 90px;
    height: 90px;
    background: #EAEAEF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
}
.mock-ui-team .status-dot {
    width: 8px;
    height: 8px;
    background: #34C759; 
    border-radius: 50%;
    display: inline-block;
}
.mock-ui-team .rating {
    color: #FF9500;
    font-size: 25px;
    margin-top: 6px;
}

/* 标签组 */
.tag-group {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 16px;
}
.pill-tag {
    background: #F2F2F7;
    color: var(--text-main);
    font-size: 15px;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 500;
}

/* 命令行组件 */
.mock-ui-console {
    background: #1C1C1E;
    border-radius: 10px;
    padding: 12px;
    font-family: monospace;
    font-size: 11px;
    color: #34C759;
    margin-top: 16px;
}
.mock-ui-console span { color: #AEAEB2; }

/* 深色升级卡片 */
.card-upgrade {
    background: linear-gradient(145deg, #1C1C1E 0%, #000000 100%);
    color: #ffffff;
    padding-right: 42%;
    border: none;
}
.card-upgrade .card-title { color: #ffffff; }
.card-upgrade .card-desc { color: #AEAEB2; }
.card-upgrade .card-icon { background: rgba(255,255,255,0.1); }
.card-upgrade .card-icon svg { color: #ffffff; }

.mock-ui-upgrade {
    position: absolute;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    width: 210px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 14px;
    padding: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.08);
}
.mock-ui-upgrade .version-text {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}
.mock-ui-upgrade .progress-bar {
    height: 7px;
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
    overflow: hidden;
}
.mock-ui-upgrade .progress-fill {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, var(--brand-red), #FF7B86);
    animation: pulse-fill 3s infinite alternate;
}
@keyframes pulse-fill {
    0% { width: 70%; }
    100% { width: 100%; }
}

/* 地图城市 */
.mock-ui-map {
    padding-top: 18px;
    font-size: 15px;
    color: var(--brand-red);
    font-weight: 600;
}
.mock-ui-map span { color: #CECECE; font-weight: normal; }

/* 培训步骤进度 */
.mock-ui-steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
}
.mock-ui-steps .step {
    text-align: center;
    font-size: 15px;
    color: var(--text-sub);
}
.mock-ui-steps .step-num {
    width: 22px;
    height: 22px;
    background: #F2F2F7;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px auto;
    color: var(--text-main);
    font-weight: 600;
    font-size: 11px;
}





.advantage-wrap{
  width:100%;
  min-height: 960px;
  background: url("../image/yous.jpg") center center / cover no-repeat;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.advantage-wrap::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  /* background:rgba(0,0,0,0.45); */
  z-index:1;
}
.circle-box{
  width:700px;
  height:700px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius:50%;
  position:relative;
  z-index:2;
}
.dot{
  width:14px;
  height:14px;
  background:#fff;
  border-radius:50%;
  position:absolute;
}
.dot1{top:80px; left:80px;}
.dot2{top:80px; right:80px;}
.dot3{bottom:80px; left:80px;}
.dot4{bottom:80px; right:80px;}
.circle-center{
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-align:center;
  padding:0 120px;
}
.circle-center .sub-title{
  font-size:32px;
  margin-bottom:12px;
  opacity:0.9;
}
.circle-center .main-title{
  font-size: 120rem;
  font-weight:bold;
  /* margin-bottom:30px; */
}
.circle-center .desc{
  font-size: 40rem;
  line-height:1.8;
  margin-bottom:40px;
  opacity:0.88;
}
.circle-center .btn{
  background:#1957b8;
  color:#fff;
  border:none;
  padding:16px 40px;
  font-size:16px;
  border-radius:2px;
  display:flex;
  align-items:center;
  gap:12px;
  cursor:pointer;
}
.circle-center .btn .plus{
  width:24px;
  height:24px;
  border:1px solid #fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.advantage-item{
  position:absolute;
  color:#fff;
  width: 450rem;
}
.item01{top: 40rem;left: -430rem;}
.item02{top: 40rem;right: -430rem;text-align:right;}
.item03{bottom: 40rem;left: -430rem;}
.item04{bottom: 40rem;right: -430rem;text-align:right;}
.item-num{
  color: red;
  font-size:60px;
  font-weight:bold;
  line-height:1;
  opacity:0.9;
  margin-bottom:10px;
}
.item-text{
  font-size: 22rem;
  line-height:1.7;
  opacity:0.88;
}
/* ==================== 新增：数字与图片的排列盒子 ==================== */
.item-header {
  display: flex;
  align-items: center;
  gap: 16px;            /* 数字和图片之间的间距 */
  margin-bottom: 12px;   /* 整个头部与下方文字的间距 */
}

/* ==================== 新增：产品图片外壳（工业UI级质感） ==================== */
.item-img-box {
  width: 200px;          /* 图片宽度，刚好呼应 60px 的字高 */
  height: 130px;         /* 图片高度 */
  border-radius: 6px;   /* 工业风微圆角（如果你喜欢圆形，可以改成 50%） */
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25); /* 淡淡的金属边框 */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);   /* 悬浮立体阴影 */
  background: rgba(255, 255, 255, 0.05);       /* 预设半透明底色 */
}

.item-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;    /* 核心属性：确保产品图无论什么比例都不会被压扁变形 */
}

/* ==================== 核心：右侧（02、04）镜像反转 ==================== */
.item02 .item-header,
.item04 .item-header {
  flex-direction: row-reverse; /* 让右侧的图片去到左边，数字留在最右边，形成完美对称 */
}


/* ==================== 修正你原有的元素样式（微调） ==================== */
.item-num {
  color: red;
  font-size: 60rem;
  font-weight: bold;
  line-height: 1;
  opacity: 0.9;
  margin-bottom: 0; /* 删掉原本的底部外边距，改由 .item-header 统一控制 */
}
/*呼吸*/
/* ==================== 你的中心文字盒子 ==================== */
.circle-center {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 0 120px;
  box-sizing: border-box;
  
  /* 核心：必须加相对定位，让伪类圆圈以此盒子为中心对齐 */
  position: relative; 
  z-index: 2;
}

/* ==================== 你的中心文字盒子 ==================== */
.circle-center {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 0 120rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

/* ==================== 两个圈的公共定位（必须严格居中） ==================== */
.circle-center::before,
.circle-center::after {
  content: "";
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  border-radius: 50%;
  box-sizing: border-box;
  pointer-events: none;
  z-index: -1;
  transform-origin: center center; /* 确保缩放严格以正中心为轴心 */
}


/* ==================== 🟢 第第一个圈（Before）独立样式与呼吸 ==================== */
.circle-center::before {
  background: #ffffff59;
  /* position: absolute; */
  width: 580px;
  height: 580px;
  /* margin-top: -240px; */
  /* margin-left: -240px; */
  
  /* 你的原版样式：40px粗白圈 */
  /* border: 40px solid rgb(255 255 255 / 55%); */
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); */
  
  /* 绑定专属呼吸动画1：采用 ease-in-out 让呼吸更丝滑 */
  animation: pureBreath01 4s infinite ease-in-out;
}


/* ==================== 🔵 第二个圈（After）独立样式与呼吸 ==================== */
.circle-center::after {
  background: #d66e6e87;
  width: 640px;
  height: 640px;
  /* margin-top: -240px; */
  /* margin-left: -240px; */
  
  /* 第二个圈的样式：这里你可以单独调，比如改成 20px 宽的浅蓝色 */
  /* border: 30px solid rgb(213 60 60 / 80%); */
  /* box-shadow: 0 4px 20px rgba(0, 150, 255, 0.2); */
  
  /* 绑定专属呼吸动画2：延迟 2 秒，形成交替起伏的视觉感 */
  animation: pureBreath02 4s infinite ease-in-out;
  animation-delay: 2s;
}


/* ==================== 🫁 独立的呼吸动画关键帧（原地放大缩小） ==================== */

/* 第一个圈的呼吸频率 */
@keyframes pureBreath01 {
  0%, 100% {
    transform: scale(0.9);  /* 吸气：缩小到 0.9 倍 */
    opacity: 0.4;           /* 缩小的时候稍微变淡 */
  }
  50% {
    transform: scale(1.1);  /* 呼气：放大到 1.1 倍 */
    opacity: 0.85;          /* 放大的时候变亮，凸显质感 */
  }
}

/* 第二个圈的呼吸频率（数值可以和圈1错开，让两圈大小有别） */
@keyframes pureBreath02 {
  0%, 100% {
    transform: scale(0.85); /* 吸气：缩小到 0.85 倍 */
    opacity: 0.4;
  }
  50% {
    transform: scale(1.05); /* 呼气：放大到 1.05 倍 */
    opacity: 0.85;
  }
}
.bgindex{
    margin: 50rem 0;
    
}