@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Microsoft Yahei", sans-serif;
}

body {
	color: #333;
	background: linear-gradient(120deg, #f0f6ff, #f6f0ff);
}

ul, ol, li {
	list-style: none;
}

a {
	text-decoration: none;
}

/* 顶部导航栏 */
.header-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 40px;
	border-bottom: 1px solid #eee;
	background: #fff;
	position: sticky;
	top: 0;
	transition: all 0.3s;
	z-index: 99999;
}

.nav-left {
	display: flex;
	align-items: center;
	gap: 32px;
}

.logo-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.logo-wrap svg {
	height: 36px;
	width: 36px;
}

.nav-menu {
	display: flex;
	gap: 40px;
}

.nav-menu a {
	text-decoration: none;
	color: #333;
	font-size: 15px;
}

.nav-right {
	display: flex;
	align-items: center;
	gap: 20px;
}

.search-input-top {
	border: 1px solid #ddd;
	border-radius: 20px;
	padding: 6px 12px;
	width: 140px;
	outline: none;
}

.nav-right a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
}

.btn-register {
	background: #FBC711;
	color: #fff !important;
	padding: 7px 18px;
	border-radius: 20px;
}

.banner-swiper {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.swiper-slide {
	width: 100%;
	height: 100%;
}

.swiper-slide img {
	width: 100%;
	object-fit: cover;
	display: block;
}

.swiper-slide .banner-content {
	width:1600px;
	position: absolute;
	left: 50%;
	margin-left: -800px;
	z-index: 99999;
	top:260px;
}	
.swiper-slide .banner-content h2 {
	font-size: 50px;
	color: #fff;
	margin-bottom: 12px;
}
.swiper-slide .banner-content p {
	font-size: 26px;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 22px;
}
.swiper-slide .banner-content a {
	display: inline-block;
	padding: 10px 38px;
	background: linear-gradient(90deg, #ff7733, #ffbb22);
	color: #fff;
	border-radius: 99px;
	font-size: 16px;
	font-weight: bold;
}	


/* 分页底部位置 */
.swiper-pagination {
	bottom: 30px !important;
}
/* 分页灰色底色条 */
.swiper-pagination-bullet {
	width: 50px;
	height: 5px;
	background: rgba(255,255,255,0.2);
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	margin: 0 10px;
	opacity: 1 !important;
}
/* 倒计时填充条 禁止css过渡避免抖动 */
.progress-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #ffffff;
	transition: none;
	will-change: width;
 /* 浏览器硬件加速，提升流畅度 */
}
/* 左右切换箭头 */
.swiper-button-next,
.swiper-button-prev {
	width: 42px;
	height: 42px;
	background: rgba(0,0,0,0.25);
	border-radius: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 16px;
	color: #fff;
}


/* ========== 修改后的底部样式 ========== */
/* 外层容器：宽度100%撑满屏幕 */
.floor-four-wrap {
	width: 100%;
	background: #f7f7f7;
}
/* 内层内容容器：固定1600px、居中、内边距 */
.floor-four-inner {
	width: 1600px;
	margin: 0 auto;
	padding: 30px 40px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	text-align: center;
}

.floor-item h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

.floor-item p {
	font-size: 14px;
	color: #666;
}

.container_domain {
	width: 1600px;
	margin: 0 auto;
	padding: 20px 0;
}
/* 顶部整栏卡片 */
.domain-search-card {
	background: #f5f8ff;
	border-radius: 16px;
	padding: 16px 24px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}
/* 顶部价格行 */
.price-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	flex-wrap: wrap;
	gap: 10px;
}

.price-left {
	display: flex;
	align-items: center;
	gap: 12px;
}

.tag-discount {
	background: linear-gradient(90deg, #ff5544, #9944dd);
	color: #fff;
	padding: 4px 10px;
	border-radius: 6px;
	font-size: 14px;
}

.price-red {
	color: #f03030;
	font-weight: bold;
	font-size: 14px;
}

.price-link {
	color: #0066ee;
	text-decoration: none;
	font-size: 14px;
}

.price-right-tip {
	background: #fff;
	padding: 6px 14px;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	font-size: 14px;
}

.fire-icon {
	color: #ff6622;
}

.num-blue {
	color: #0088ff;
	font-weight: bold;
	font-size: 20px;
}
/* 搜索行 */
.search-row {
	display: flex;
	align-items: stretch;
	gap: 0;
}

.search-input-wrap {
	flex: 1;
}

.search-input {
	width: 100%;
	height: 64px;
	border: none;
	outline: none;
	padding: 0 20px;
	font-size: 16px;
 /* input内文字16px */
	border-radius: 10px 0 0 10px;
	transition: box-shadow 0.2s ease;
}

.search-input:focus {
	box-shadow: inset 0 0 0 2px #0066ee;
}

.search-input::placeholder {
	color: #bbb;
	font-size: 16px;
}
/* 下拉外层容器 */
.select-wrap {
	position: relative;
	width: 120px;
	height: 64px;
	background: #fff;
	transition: all 0.24s ease;
}
/* input与select中间左侧渐变分隔竖线 */
.select-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 60%;
	background: linear-gradient(to bottom, transparent, #dde2eb, transparent);
	z-index: 2;
}


.domain-suffix-select {
	width: 100%;
	height: 100%;
	border: none;
	font-size: 20px;
 /* select字体改为16px */
	text-align: center;
	background: transparent;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	padding-left: 8px;
	padding-right: 24px;
	outline: none;
}
/* 下拉箭头基础样式 + 开启transform动画 */
.select-wrap::after {
	content: "";
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%) rotate(0deg);
	font-size: 14px;
	color: #999;
	pointer-events: none;
	display: inline-block;
 /* 关键：允许transform旋转 */
	transition: transform 0.24s ease;
	width: 12px;
    height: 6px;
    background-color:#666;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
/* 正确逻辑：子select聚焦时，父容器内箭头旋转 */
.select-wrap:focus-within::after {
	transform: translateY(-50%) rotate(180deg);
}

.search-btn {
	width: 180px;
	height: 64px;
	background: #FBC711;
	color: #fff;
	border: none;
	font-size: 20px;
	font-weight: bold;
	border-radius: 0 10px 10px 0;
	cursor: pointer;
	transition: background 0.2s ease;
}

.search-btn:hover {
	background: #ffa200;
}

/* ========== 下方模块 缩短列宽、加大间隙 ========== */
.function-grid {
	display: grid;
	grid-template-columns: repeat(4, 340px);
 /* 单栏缩短340px */
	grid-column-gap: 80px;
 /* 加宽间隙，分割线居中更明显 */
	margin-top: 40px;
	position: relative;
	width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
/* 渐变分割线通用样式 */
.grid-divider {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 60%;
	background: linear-gradient(to bottom, transparent, #dde2eb, transparent);
	z-index: 1;
}
/* 精准计算间隙正中位置 */
.divider-1-2 {
	left: calc(340px + 40px);
}

.divider-2-3 {
	left: calc(340px * 2 + 80px + 40px);
}

.divider-3-4 {
	left: calc(340px * 3 + 80px * 2 + 40px);
}

/* 栏目容器 */
.function-item {
	padding: 24px 30px;
	border-radius: 12px;
	transition: all 0.24s ease;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.function-item:hover {
	background-color: #f5f7fa;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
/* 右侧悬浮箭头 */
.item-arrow {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%) translateX(-10px);
	font-size: 22px;
	color: #FBC711;
	opacity: 0;
	transition: all 0.24s ease;
}

.function-item:hover .item-arrow {
	transform: translateY(-50%) translateX(0);
	opacity: 1;
}

/* 标题18px */
.item-title h3 {
	font-size: 18px;
	font-weight: 500;
	color: #111;
}

.item-title {
	margin-bottom: 10px;
}
/* 描述14px */
.function-item p {
	color: #666;
	line-height: 1.6;
	font-size: 14px;
}

.function-item .blue-text {
	color: #0066ee;
	text-decoration: none;
	font-size: 14px;
}

.zero-tag {
	display: inline-block;
	background: linear-gradient(90deg, #ff7733, #ffbb22);
	color: #fff;
	padding: 3px 8px;
	border-radius: 6px;
	font-size: 14px;
}

.fc-price-wrap {
	width: 1600px;
	margin: 0 auto;
	margin-top: 60px;
}
/* 主标题 */
.price-main-title {
	text-align: center;
	font-size: 36px;
	color: #111;
	margin-bottom: 30px;
	font-weight: 600;
}


/* 顶部退款提示栏：背景自适应文字宽度，左右内边距20px */
.price-tip-bar {
	background-color: #FBC711;
	color: #fff;
	padding: 12px 20px;
	border-radius: 999px;
	font-size: 14px;
	width: fit-content;
	margin: 0 auto 40px;
}

/* 套餐卡片容器 四栏均分 */
.price-card-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}
/* 单个套餐卡片：hover凸起上浮动画 */
.price-card-item {
	background: #fff;
	border-radius: 16px;
	padding: 32px 24px;
	position: relative;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	transition: all 0.24s ease;
	cursor: pointer;
}
/* 鼠标悬浮凸起上浮效果 */
.price-card-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}
/* 右上角降价标签 */
.card-discount-tag {
	position: absolute;
	top: -12px;
	right: 24px;
	background: #f54545;
	color: #fff;
	font-size: 14px;
	padding: 6px 12px;
	border-radius: 8px;
}
/* 套餐标题 */
.card-title {
	text-align: center;
	font-size: 26px;
	color: #111;
	font-weight: 600;
	margin-bottom: 10px;
}
/* 套餐副标题描述 */
.card-sub-desc {
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-bottom: 36px;
}
/* 价格区域 */
.card-price-box {
	text-align: center;
	margin-bottom: 32px;
}

.price-free-text {
	font-size: 48px;
	color: #24a843;
	font-weight: bold;
}

.price-current {
	font-size: 42px;
	color: #000;
	font-weight: bold;
}

.price-unit {
	font-size: 18px;
	color: #666;
}

.price-original {
	font-size: 16px;
	color: #999;
	text-decoration: line-through;
	margin-top: 6px;
	display: block;
}
/* 按钮区域 */
.card-btn-group {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-bottom: 40px;
}

.btn-green-solid {
	background: #FBC711;
	color: #fff;
	border: none;
	padding: 12px 32px;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
}

.btn-white-border {
	background: #fff;
	color: #FBC711;
	border: 1px solid #FBC711;
	padding: 12px 32px;
	border-radius: 8px;
	font-size: 16px;
	cursor: pointer;
}
/* 功能介绍标题 */
.func-title {
	font-size: 20px;
	color: #222;
	margin-bottom: 16px;
	font-weight: 600;
}
/* 功能列表 */
.func-list {
	list-style: none;
}

.func-list li {
	font-size: 15px;
	color: #333;
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.func-list li::before {
	content: "✓";
	color: #24a843;
	font-weight: bold;
}
/* 企业版渐变背景 */
.card-gradient-green {
	background: linear-gradient(180deg, #ffffff 0%, #f0faf3 100%);
}
/* 托管版浅绿底色 */
.card-light-green {
	background: #f6fcf8;
}

.fc-preview-wrap {
	width: 1600px;
	margin: 0 auto;
	margin-top: 60px;
}

/* 三列网格布局 */
.fc-preview-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

/* 单个卡片容器 */
.fc-preview-item {
	background: #ffffff;
	border-radius: 16px;
	padding: 30px 24px 24px;
	position: relative;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
	transition: box-shadow 0.24s ease;
}

/* PC图容器 高度固定300px */
.fc-pc-box {
	width: 100%;
	height: 300px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
/* PC内部图片滚动动画 */
.fc-pc-box img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 4s linear, opacity 0.24s ease;
}

.fc-pc-box:hover img {
	transform: translateY(calc(-100% + 300px));
	transition: transform 4s linear;
}

.fc-pc-box:not(:hover) img {
	transition: transform 0s linear;
	transform: translateY(0);
}
/* PC悬浮遮罩 */
.fc-pc-box::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	transition: opacity 0.24s ease;
	z-index: 2;
}

.fc-pc-box:hover::after {
	opacity: 1;
}

.fc-pc-box:hover .fc-preview-circle-tip {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

/* 手机样机容器：底层手机线稿背景 */
.fc-mobile-box {
	width: 150px;
	height: 260px;
	overflow: visible;
	position: absolute;
	right: 24px;
	top: 110px;
	z-index: 3;
/* 替换为你的透明手机线稿PNG */
	background: url("../images/sjouter.png") no-repeat center / contain;
	cursor: default;
}
/* 手机截图 只显示屏幕区域，四周留白露出线稿 */
.fc-mobile-box img {
	position: absolute;
	top: 9%;
	left: 9%;
	width: 82%;
	height: 77%;
	object-fit: cover;
	display: block;
	z-index: 1;
	transition: opacity 0.24s ease;
	cursor: pointer;
}
/* 手机截图专属遮罩阴影，仅覆盖图片区域 */
.fc-mobile-box .img-mask {
	position: absolute;
	top: 9%;
	left: 9%;
	width: 82%;
	height: 77%;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	transition: opacity 0.24s ease;
	z-index: 2;
	pointer-events: none;
}
/* 鼠标移入手机截图才显示阴影遮罩 */
.fc-mobile-box img:hover + .img-mask {
	opacity: 1;
}
/* 预览按钮悬浮显示逻辑 */
.fc-mobile-box img:hover ~ .fc-preview-circle-tip {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

/* 圆形预览浮层 */
.fc-preview-circle-tip {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 66px;
	height: 66px;
	background: rgba(255,255,255,0.35);
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%) scale(0.8);
	opacity: 0;
	transition: all 0.24s ease;
	z-index: 4;
}

/* 仅hover图片才显示预览弹窗 */
.fc-pc-box:hover .fc-preview-circle-tip,
.fc-mobile-box:hover .fc-preview-circle-tip {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

/* 下方文字区域 向上缩短间距靠近图片，文字居左 */
.fc-card-text {
	margin-top: 25px;
	text-align: left;
	width: 100%;
}

.fc-card-title {
	font-size: 18px;
	color: #111;
	font-weight: 600;
	margin-bottom: 8px;
}

.fc-card-desc {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

/* 底部选用按钮区域 左右两端对齐排版 */
.fc-card-bottom {
	width: 100%;
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fc-btn-use {
	background: #FBC711;
	color: #fff;
	border: none;
	padding: 10px 28px;
	border-radius: 99px;
	font-size: 16px;
	cursor: pointer;
}

.fc-card-code {
	font-size: 14px;
	color: #777;
}

/* 查看更多按钮 底部居中 */
.fc-more-wrap {
	text-align: center;
	margin: 50px auto;
}

.fc-btn-more {
	border: 1px solid #FBC711;
	color: #FBC711;
	background: transparent;
	padding: 12px 40px;
	border-radius: 99px;
	font-size: 16px;
	cursor: pointer;
	transition: all 0.24s ease;
}

.fc-btn-more:hover {
	background: #FBC711;
	color: #fff;
}

.fc-case-wrap {
	width: 100%;
	padding: 30px 20px;
}

/* 每行4个平铺，中间有间隔 */
.fc-case-row {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	margin-bottom: 30px;
}

/* 单个案例卡片 */
.fc-case-item {
	background: #ffffff;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.24s ease;
	cursor: pointer;
	box-shadow: 0 3px 15px rgba(0,0,0,0.09);
}


/* 案例图片区域 */
.fc-case-img-box {
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}

.fc-case-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.24s ease;
}

.fc-case-item:hover .fc-case-img-box img {
	transform: scale(1.02);
}

/* 图片hover阴影遮罩 */
.fc-case-img-box::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.55);
	opacity: 0;
	transition: opacity 0.24s ease;
	z-index: 2;
}

.fc-case-item:hover .fc-case-img-box::after {
	opacity: 1;
}

/* 居中浏览按钮 */
.fc-view-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	background: rgba(255,255,255,0);
	border-radius: 50%;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%) scale(0.8);
	transition: all 0.24s ease;
	z-index: 3;
}

.fc-case-item:hover .fc-view-btn {
	transform: translate(-50%, -50%) scale(1);
 	 background: rgba(255, 255, 255, 0.6); 
}

.fc-view-btn span{
	opacity: 0;
	transition: opacity 0.24s ease;
}
.fc-case-item:hover .fc-view-btn span{
	opacity: 1;
}

/* 底部信息容器 */
.fc-case-info {
	padding: 18px 16px 16px;
}
/* 第一行：标题保留 */
.fc-case-title {
	font-size: 16px;
	color: #111;
	font-weight: 600;
	margin-bottom: 10px;
}
/* 第三行：左右布局，左侧仅保留浏览数字，右侧地址 */
.fc-case-bottom-line {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 12px;
	color: #999;
}
/* 右侧地址 带定位图标 */
.fc-location {
	display: flex;
	align-items: center;
	gap: 4px;
}

.fc-location::before {
	content: "📍";
	font-size: 14px;
}

.fc-wrap {
	width: 1600px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: calc(34% - 10px) calc(66% - 20px);
	gap: 30px;
	margin-top: 60px;
}
/* 左侧蓝色渐变广告卡片 */
.fc-banner-card {
	background: linear-gradient(135deg, #FBC711, #f2c731);
	border-radius: 20px;
	padding: 50px 35px;
	min-height: 520px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #fff;
	box-shadow: 0 8px 24px rgba(64, 86, 247, 0.15);
}

.fc-banner-title h2 {
	font-size: 48px;
	line-height: 1.3;
	font-weight: 600;
	color: #333
}

.fc-free-btn {
	width: fit-content;
	background: #333;
	color: #fff;
	border: none;
	padding: 14px 28px;
	border-radius: 12px;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
/* 右侧四格服务卡片网格 */
.fc-service-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 24px;
}

.fc-service-item {
	background: #ffffff;
	border-radius: 16px;
	padding: 32px 28px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.06);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
	transition: all 0.24s ease;
}

.fc-service-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.fc-service-item .arrow {
	position: absolute;
	top: 32px;
	right: 28px;
	font-size: 20px;
	color: #333;
}

.fc-service-icon1 {
	height: 43px;
	margin-bottom: 16px;
	color: #f2c731;
	background: url("../images/svg/kf.svg") no-repeat left / contain;
	background-size: auto 43px;
}

.fc-service-icon2 {
	height: 43px;
	margin-bottom: 16px;
	color: #f2c731;
	background: url("../images/svg/rw.svg") no-repeat left / contain;
	background-size: auto 35px;
}

.fc-service-icon3 {
	height: 43px;
	margin-bottom: 16px;
	color: #f2c731;
	background: url("../images/svg/fw.svg") no-repeat left / contain;
	background-size: auto 43px;
}

.fc-service-icon4 {
	height: 43px;
	margin-bottom: 16px;
	color: #f2c731;
	background: url("../images/svg/yun.svg") no-repeat left / contain;
	background-size: auto 41px;
}

.fc-service-item h3 {
	font-size: 24px;
	color: #111;
	margin-bottom: 14px;
	font-weight: 600;
}

.fc-service-item p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
}

.fc-partner-container {
	width: 1600px;
	margin: 0 auto;
	overflow: hidden;
}
/* 单行走马灯容器 ==========改动1：加position:relative========== */
.marquee-row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 21px;
	position: relative;
}

.marquee-row:last-child {
	margin-bottom: 0;
}

/* ==========新增改动2：左右渐变遮罩========== */
.marquee-row::before,
.marquee-row::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 120px;
	z-index: 2;
	pointer-events: none;
 /* 不拦截鼠标hover暂停 */
}

.marquee-row::before {
	left: 0;
	background: linear-gradient(to right, #f0f6ff, transparent);
}

.marquee-row::after {
	right: 0;
	background: linear-gradient(to left, #f6f0ff, transparent);
}

/* 滚动轨道，复制双倍列表实现真正无缝无卡顿 */
.marquee-track {
	display: flex;
	gap: 20px;
	width: max-content;
	position: relative;
	z-index: 1;
}
/* 向右滚动动画 */
@keyframes scroll-right {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}
/* 向左滚动动画 */
@keyframes scroll-left {
	0% {
		transform: translateX(-50%);
	}

	100% {
		transform: translateX(0);
	}
}
/* 第一、三行向右匀速无缝滚动 */
.track-right {
	animation: scroll-right 64s linear infinite;
}
/* 第二行向左匀速无缝滚动 */
.track-left {
	animation: scroll-left 56s linear infinite;
}
/* logo单元统一尺寸，无白色背景，图片圆角 */
.logo-item {
	flex: 0 0 150px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	flex-shrink: 0;
}

.logo-item img {
	height: 60px;
	object-fit: contain;
	border-radius: 16px;
	display: block;
	filter: grayscale(100%);
	opacity: 0.7;
	transition: all 0.24s ease;
}

.logo-item:hover img {
	filter: grayscale(0);
	opacity: 1;
}
/* 鼠标悬浮暂停滚动 */
.marquee-row:hover .marquee-track {
	animation-play-state: paused;
}

.fc-news-wrap {
	width: 1600px;
	margin: 0 auto;
	margin-top: 60px;
	display: grid;
/* 替换48% 50%百分比，使用弹性等分，gap不会撑宽容器 */
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: stretch;
 /* 左右两栏高度完全一致 */
}
/* 左侧一整块完整卡片 */
.fc-card-left {
	background: #fff;
	border-radius: 16px;
	padding: 32px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.04);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 32px;
}
/* 右侧2行2列4张卡片网格，高度100%均分 */
.fc-right-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 24px;
	height: 100%;
}
/* 右侧每一张卡片统一样式 */
.fc-news-right-item {
	background: #fff;
	border-radius: 16px;
	padding: 28px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.04);
	display: flex;
	flex-direction: column;
	min-width: 0;
}
/* 行业标签 自适应文字宽度 不铺满 */
.fc-tag {
	display: inline-block;
	width: fit-content;
	background: #FBC711;
	color: #fff;
	font-size: 14px;
	padding: 4px 10px;
	border-radius: 6px;
	margin-bottom: 20px;
}
/* 左侧大标题文字 */
.fc-left-text {
	font-size: 26px;
	color: #111;
	line-height: 1.5;
	font-weight: 500;
}

.fc-left-text a{
	color: #111;
	text-decoration: none;
	font-size:24px;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fc-left-sub {
	font-size: 16px;
	color: #666;
	margin-top: 12px;
}
/* 左侧大图 */
.fc-img-big {
	width: 100%;
	border-radius: 12px;
	object-fit: cover;
}
/* 品牌logo文字 */
.fc-brand {
	font-size: 36px;
	margin-bottom: 16px;
}

.fc-brand a{
	color: #111;
	text-decoration: none;
	font-size:20px;
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fc-semir {
	color: #00a650;
}
/* 卡片描述文本 */
.fc-desc {
	font-size: 15px;
	color: #666;
	line-height: 1.6;
	flex-grow: 1;
}

.data-wrap {
	width: 100%;
	background: #161a23;
	padding: 80px 20px;
	margin-top: 50px;
	border-bottom: 1px solid #2b303b;
}
/* 内容容器固定1600px居中 */
.data-inner {
	width: 1600px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 40px;
	text-align: center;
}
/* 单个数据项 右侧分割线 */
.data-item {
	border-right: 1px solid #d8e2ff;
	padding-right: 40px;
}

.data-item:last-child {
	border-right: none;
	padding-right: 0;
}
/* 数字统一36px */
.data-num {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 16px;
}

.data-num span {
	font-size: 36px;
}
/* 底部说明文字 */
.data-label {
	font-size: 24px;
	color: #666;
}

.tab-wrap {
	width: 100%;
	height: 850px;
	position: relative;
	overflow: hidden;
	color: #ffffff;
	margin-top: 60px;
}
/* 背景图层容器 多个背景图叠加做切换渐变 */
.bg-layer-box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.bg-item {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0.8s ease;
}

.bg-item.active {
	opacity: 1;
}
/* 全局遮罩 */
.mask {
	position: absolute;
	inset: 0;
	background-color: rgba(0,0,0,0.48);
	z-index: 1;
}
/* 原banner-inner 重命名为 tab-inner */
.tab-inner {
	width: 1600px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	padding: 60px 40px;
	display: flex;
	flex-direction: column;
}

/* 原banner-top-title 重命名为 tab-top-title */
.tab-top-title {
	text-align: center;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 40px;
}

/* Tab标签栏 */
.tab-list {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-bottom: 60px;
}

.tab-item {
	font-size: 20px;
	cursor: pointer;
	position: relative;
	padding-bottom: 8px;
	opacity: 0.75;
	transition: all 0.3s ease;
}

.tab-item.active {
	opacity: 1;
}

.tab-item.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}

.tab-item:hover {
	opacity: 1;
}

/* 内容切换容器 */
.tab-content-box {
	position: relative;
	height: 420px;
	width: 55%;
}

.tab-content-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

.tab-content-item.show {
	opacity: 1;
	visibility: visible;
	position: relative;
}

/* 左侧内容通用样式 */
.content-left {
	width: 100%;
}

.hospital-logo {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 24px;
}

.hospital-logo img {
	width: 64px;
	height: 64px;
	border-radius: 4px;
}

.hospital-logo-text h4 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 2px;
}

.hospital-logo-text p {
	font-size: 14px;
	opacity: 0.8;
}

.content-title {
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 20px;
}

.content-desc {
	font-size: 16px;
	line-height: 1.8;
	opacity: 0.85;
	margin-bottom: 36px;
}

.data-row {
	display: flex;
	gap: 80px;
	margin-bottom: 40px;
}

.data-item h5 {
	font-size: 32px;
	margin-bottom: 6px;
}

.data-item p {
	font-size: 14px;
	opacity: 0.8;
}

.btn-consult {
	border: 1px solid #fff;
	padding: 12px 36px;
	border-radius: 99px;
	font-size: 16px;
	display: inline-block;
	transition: background 0.3s ease;
	color: #fff
}

.btn-consult:hover {
	background-color: rgba(255,255,255,0.2);
}

.footer-wrap {
	width: 100%;
	background-color: #161a23;
	color: #c8ced9;
	padding: 40px 20px 30px;
}
/* 内容区 限定最大1600px 居中 */
.footer-container {
	max-width: 1600px;
	margin: 0 auto;
}


/* 导航行弹性布局，两端对齐，上下分割线 */
.footer-nav-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 30px;
	border-bottom: 1px solid #2b303b;
	margin-bottom: 24px;
}
/* 左侧四栏分组容器，内部4列均分 */
.nav-right-group {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	width: 78%;
}
/* 右侧热线栏：移除固定宽度，自适应文字宽度 */
.nav-col.left-contact {
/* width: 18%; 已删除，自动适应内容宽度 */
	flex-shrink: 0;
 /* 防止内容被压缩 */
}

.nav-col h3 {
	font-size: 16px;
	color: #e4e9f2;
	margin-bottom: 16px;
	font-weight: normal;
}

.nav-col li {
	margin-bottom: 12px;
	font-size: 15px;
}

.nav-col li a {
	color: #c8ced9;
	transition: color .2s;
}

.nav-col li a:hover {
	color: #fff;
}
/* 热线样式 */
.nav-col.left-contact .hotline {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 20px;
	display: block;
}

.follow-title {
	margin: 40px 0 16px;
	font-size: 16px;
	color: #e4e9f2;
}

.follow-icons {
	display: flex;
	gap: 20px;
}

.follow-icon {
	width: 44px;
	height: 44px;
	border: 1px solid #c8ced9;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #c8ced9;
	font-size: 20px;
}
/* 底部版权栏 */
.footer-copyright {
	font-size: 14px;
	color: #8a93a2;
}

.footer-copyright a {
	color: #8a93a2;
	margin: 0 8px;
}




/* 模板 */
.inner-banner {
	width: 100%;
	height: 350px; /* 可自行修改banner高度 */
	position: relative;
	/* 背景图平铺铺满 */
	background: url("../images/n-mb.jpg") no-repeat bottom center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
  }
  /* 半透明遮罩，防止图片太亮文字看不清，不需要可删除 */
  .inner-banner::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
  }
  /* 文字内容层，层级高于遮罩 */
  .banner-text {
	position: relative;
	z-index: 2;
	color: #ffffff;
  }
  /* 第一行大标题 */
  .banner-text .title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 12px;
  }
  /* 第二行副标题 */
  .banner-text .sub-title {
	font-size: 18px;
	opacity: 0.9;
  }

  .inner-banner1{
	background: url("../images/n-mb.jpg") no-repeat center center;
	background-size: cover;
  }

  .inner-banner2{
	background: url("../images/n-price.jpg") no-repeat center center;
	background-size: cover;
  }

  .inner-banner3{
	background: url("../images/n-case.jpg") no-repeat center center;
	background-size: cover;
  }

  .inner-banner4{
	background: url("../images/n-contact.jpg") no-repeat center center;
	background-size: cover;
  }

.temp-preview-wrap {
	width: 1600px;
	margin: 60px auto;
	display: flex;
	justify-content: space-between;
	background: #fff;
	border-radius: 18px;
	padding: 0 30px;
}


.temp-munu-wrap {
	width: 28%;
	margin:60px 0;
	border-right: 1px solid #e7e7e7;
	position: sticky;
	top: 80px;
	align-self: flex-start;

}

.temp-munu-title {
display: flex;
align-items: center;
font-size: 16px;
font-weight: bold;
margin-bottom: 12px; /* 和下方列表间距 */
gap: 8px; /* 图片和文字间距 */
}

.menu_m{margin-top: 30px;}

.temp-munu-title img {
width: 28px;
object-fit: contain;
}

.temp-munu-list-industry {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 6px;
}
.temp-munu-list-industry span{
display: flex;
align-items: center;
justify-content: space-between;
padding: 8px 12px;
border: 1px solid #e7e7e7;
border-radius: 6px;
cursor: pointer;
transition: all 0.2s ease;
width: 47%;
font-size: 14px;
}
/* 箭头样式 + 过渡动画 */
.temp-munu-list-industry span::after {
content: "›";
font-size: 18px;
transition: transform 0.3s ease;
}
/* hover 箭头右移动画 */
.temp-munu-list-industry span:hover::after {
transform: translateX(4px);
color:#FBC711;
}
.temp-munu-list-industry span:hover {
border-color: #FBC711;
background-color: #f8f8f8;
}

.temp-munu-list-industry .sel{
	border-color: #FBC711;
	background-color: #f8f8f8;
}

.temp-munu-list-industry .sel::after {
	transform: translateX(4px);
	color:#FBC711;
}


.temp-munu-list-color {
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	gap:12px;
	}

.temp-munu-list-color span{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
	transition: all 0.25s ease;
}
.temp-munu-list-color span:hover {
	transform: scale(1.15);
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.temp-munu-list-color .sel{
	border:2px solid #FBC711;
}


/* 各色背景色单独区分 */
.color-all { background: linear-gradient(135deg, red, orange, yellow, lime, cyan, blue, magenta); }
.color-red { background: #ff2222; }
.color-orange { background: #ff9900; }
.color-yellow { background: #fff100; }
.color-green { background: #00bb22; }
.color-cyan { background: #00e8ee; }
.color-blue { background: #0044ee; }
.color-magenta { background: #ee00cc; }
.color-gray { background: #cccccc;}
.color-black { background: #111111; }

.temp-munu-list-device {
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	gap: 8px;
	}

.temp-munu-list-device span{
	cursor: pointer;
	position: relative;
	transition: all 0.25s ease;
	padding: 8px 14px;
	border-radius: 6px;
	color:#666;
	border: 1px solid #e7e7e7;
	}	

.temp-munu-list-device .sel{
	border-color: #FBC711;
	background-color: #f8f8f8;
}




.temp-wrap{
	width:70%;
	margin: 60px 0;
}
	

.temp-preview-row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.temp-preview-item {
	background: #ffffff;
	border-radius: 16px;
	padding: 30px 24px 24px;
	position: relative;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
	transition: box-shadow 0.24s ease;
}

.temp-pc-box {
	width: 100%;
	height: 300px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.temp-pc-box img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 4s linear, opacity 0.24s ease;
}

.temp-pc-box:hover img {
	transform: translateY(calc(-100% + 300px));
	transition: transform 4s linear;
}

.temp-pc-box:not(:hover) img {
	transition: transform 0s linear;
	transform: translateY(0);
}
.temp-pc-box::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.6);
	opacity: 0;
	transition: opacity 0.24s ease;
	z-index: 2;
}

.temp-pc-box:hover::after {
	opacity: 1;
}

.temp-pc-box:hover .temp-preview-circle-tip {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.temp-mobile-box {
	width: 150px;
	height: 260px;
	overflow: visible;
	position: absolute;
	right: 24px;
	top: 110px;
	z-index: 3;
	background: url("../images/sjouter.png") no-repeat center / contain;
	cursor: default;
}

.temp-mobile-box img {
	position: absolute;
	top: 9%;
	left: 9%;
	width: 82%;
	height: 77%;
	object-fit: cover;
	display: block;
	z-index: 1;
	transition: opacity 0.24s ease;
	cursor: pointer;
}
.temp-mobile-box .img-mask {
	position: absolute;
	top: 9%;
	left: 9%;
	width: 82%;
	height: 77%;
	background: rgba(0,0,0,0.6);
	opacity:0.5;
	transition: opacity 0.24s ease;
	z-index: 2;
}


.temp-mobile-box img:hover ~ .temp-preview-circle-tip {
	transform: translate(-50%, -50%) scale(1);
	
}

.temp-preview-circle-tip {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 66px;
	height: 66px;
	background: rgba(255,255,255,0.35);
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%) scale(0.8);
	opacity: 0;
	transition: all 0.24s ease;
	z-index: 4;
}

.temp-pc-box:hover .temp-preview-circle-tip,
.temp-mobile-box:hover .temp-preview-circle-tip {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1);
}

.temp-card-text {
	margin-top: 25px;
	text-align: left;
	width: 100%;
}

.temp-card-title {
	font-size: 18px;
	color: #111;
	font-weight: 600;
	margin-bottom: 8px;
}

.temp-card-desc {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
}

/* 底部选用按钮区域 左右两端对齐排版 */
.temp-card-bottom {
	width: 100%;
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.temp-btn-use {
	background: #FBC711;
	color: #fff;
	border: none;
	padding: 10px 28px;
	border-radius: 99px;
	font-size: 16px;
	cursor: pointer;
}

.temp-card-code {
	font-size: 14px;
	color: #777;
}


/* 价格 */
.version-table-wrap {
	width: 1600px;
	margin: 60px auto;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }
  /* 表格基础样式 */
  .version-table {
	width: 100%;
	border-collapse: collapse;
	
  }
  /* 表头 */
  .version-table thead tr {
	background-color: #f3f4f6;
  }

  .version-table th,
  .version-table td {
	padding: 16px 12px;
	text-align: center;
	border: 1px solid #e5e7eb; /* 单元格全部边框 */
	font-size: 15px;
  }

  .version-table .first_text{
	text-align: center;
	width: 220px;
	font-size:16px; 
	font-weight:800
  }
  /* 勾选、叉号样式 */
  .icon-check {
	color: #27ae60;
	font-size: 20px;
	font-weight: bold;
  }
  .icon-text {
	color: #000;
	font-size: 14px;
  }
  .icon-close {
	color: #c0c4cc;
	font-size: 20px;
  }
  /* 年付专属标签 */
  .tag-year {
	display: inline-block;
	padding: 4px 10px;
	background-color: #27ae60;
	color: #fff;
	border-radius: 20px;
	font-size: 13px;
  }


  /* 容器固定最大1600px，页面居中 */
  .case-container {
	max-width: 1600px;
	margin: 60px auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
}
/* 卡片容器 */
.case-card {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0,0,0,0.05);
	position: relative;
	cursor: pointer; /* 鼠标移上整卡变手势 */
}
/* 卡片封面图外层 */
.card-img-wrap {
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
}
.card-img {
	width: 100%;
	/* height: 100%; */
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}
/* hover图片轻微放大 */
.case-card:hover .card-img {
	transform: scale(1.05);
}
/* 透明圆形浏览浮层 */
.view-circle-mask {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 120px;
	margin-left: -60px;
	margin-top: -60px;
	background: rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: scale(0.7);
	transition: all 0.3s ease;
	backdrop-filter: blur(2px);
}
/* 只保留浏览二字、白色字体 */
.view-circle-text {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
/* hover显示圆形浮层 */
.case-card:hover .view-circle-mask {
	opacity: 1;
	transform: scale(1);
}
/* 卡片文字区域 */
.card-info {
	padding: 20px;
}
.card-title {
	font-size: 18px;
	font-weight: 500;
	color: #111;
	margin-bottom: 12px;
}
.card-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	color: #666;
}
.location-tag {
	display: flex;
	align-items: center;
	gap: 6px;
}
.location-tag::before {
	content: "📍";
}


/* 顶部绿色搜索通栏 */
.top-search-bar{
    width:100%;
    background:url(../images/banner-pcc.jpg) no-repeat center center;
    padding:60px 20px;
}
.search-wrap{
    max-width:1600px;
    margin:0 auto;
    display:flex;
    justify-content:center;
}
.search-input-box{
    display:flex;
    width:600px;
}
.search-inputs{
    flex:1;
    height:44px;
    padding:0 20px;
    border:none;
    border-radius:22px 0 0 22px;
    font-size:14px;
    outline:none;
}
.search-btns{
    width:48px;
    height:44px;
    background:#222;
    color:#fff;
    border:none;
    border-radius:0 22px 22px 0;
    cursor:pointer;
    font-size:18px;
}
/* 主体容器 最大1600px居中 */
.main-container{
    max-width:1600px;
    margin:0 auto;
    display:grid;
    grid-template-columns:220px 1fr;
    gap:40px;
    padding:40px 20px;
}
/* 左侧侧边栏菜单 */
.left-sidebar{
    border-right:1px solid #eee;
    padding-right:20px;
}
.menu-item{
    margin-bottom:6px;
}
.menu-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:40px;
    padding:0 10px;
    cursor:pointer;
    font-size:15px;
}
.menu-title:hover{
    background:#f6f6f6;
}
.menu-arrow{
    transition:transform 0.24s ease;
    font-size:12px;
}
/* 下拉子菜单 */
.sub-menu{
    padding-left:20px;
    height:0;
    overflow:hidden;
    transition:height 0.3s ease;
}
.sub-menu-item{
    height:36px;
    line-height:36px;
    padding:0 10px;
    font-size:14px;
    color:#666;
    cursor:pointer;
    /* 解决文字重叠、换行挤压 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sub-menu-item.active{
    background:#e6f9f3;
    color:#00b386;
}
.sub-menu-item:hover{
    background:#f0f0f0;
}

.sub-menu-item a{
    color:#666;
	display: block;
	width: 100%;
}

/* 展开状态箭头旋转 */
.menu-item.open .menu-arrow{
    transform:rotate(90deg);
}
/* 主内容区域 */
.content-area .location_nav{
    font-size:14px;
    color:#999;
    margin-bottom:20px;
}

.content-area .location_nav a{
    color:#999;
}

.content-area .location_nav a:hover{
    color:#00b386;
}

.content-area h1{
    font-size:26px;
    margin-bottom:30px;
}
.content-text{
    line-height:1.8;
    font-size:15px;
    color:#444;
}
.content-text p{
    margin-bottom:14px;
}

.content-text .text-list{
	width: 100%;
	display: flex;
	justify-content: space-between;
    margin-bottom:20px;
}



.content-text .text-list .text-list-left{
	width: 100px;
}

.content-text .text-list .text-list-left span{
	display: flex;
	flex-direction: column; /* 子元素垂直排列（上下） */
	justify-content: center; 
	align-items: center;    
	width: 100px;   
	height: 100px;  
	background: #f3f3f3; 
}

.content-text .text-list .text-list-left span p{
	flex: none; /* p不会拉伸，贴合文字宽度 */
	margin: 0; /* 清除p默认上下外边距 */
}

.content-text .text-list .text-list-left span p:first-child {
	font-size: 24px;
	line-height: 1;
  }
  /* 底部年月 */
.content-text .text-list .text-list-left span p:last-child {
	font-size: 16px;
	margin-top: 12px; /* 两行文字间距 */
  }

.content-text .text-list .text-list-right{
	width:calc(100% - 120px);
}

.content-text .text-list .text-list-right a{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #444;
}

.content-text .text-list .text-list-right a:hover{
	color:#00b386;
}


.content-text .text-list .text-list-right span{
	display: block;
	width: 100%;
	text-align: left;
	font-size: 14px;
	color: #666;
	margin-top: 12px;
}


.addtime{
	margin-bottom: 30px;
	color: #999;
}




/* 底部分割+反馈+翻页 */
.page-footer{
    max-width:1600px;
    margin:0 auto;
    padding:40px 0;
    border-top:1px solid #eee;
    margin-top:60px;
    text-align:center;
}
.feedback-tip{
    font-size:14px;
    color:#777;
    margin-bottom:30px;
}
.feedback-link{
    color:#00b386;
    text-decoration:none;
    margin-top:8px;
    display:inline-block;
}
/* 翻页区域：左右两块分开布局 */
.page-turn-box{
    display:flex;
    justify-content:space-between;
    gap:20px;
}
.page-prev, .page-next{
    flex:1;
    border:1px solid #ddd;
    border-radius:6px;
    padding:12px 20px;
    display:flex;
    align-items:center;
}
/* 上一页容器左对齐 */
.page-prev{
    justify-content:flex-start;
}
/* 下一页整体靠右对齐，文字+按钮顺序正常 */
.page-next{
    justify-content:flex-end;
}
.page-turn-box button{
    background:none;
    border:none;
    font-size:16px;
    cursor:pointer;
    color:#333;
}
.page-turn-box span{
    font-size:14px;
    color:#555;
    margin:0 12px;
}



.container-contact {
	width: 1600px;
	margin: 60px auto;
}
.title-main {
	font-size: 28px;
	color: #222;
	margin-bottom: 12px;
}
.title-desc {
	font-size: 15px;
	color: #666;
	margin-bottom: 40px;
}
/* 顶部三栏热线布局 */
.row-top {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 50px;
}
.card-hotline {
	background: #ffffff;
	box-shadow: 0 2px 12px #eee;
	padding: 32px;
	border-radius: 8px;
	display: flex;
	align-items: flex-start;
	gap: 16px;
}
.icon-circle {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #32b399;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
}
.card-text h4 {
	font-size: 16px;
	color: #444;
	font-weight: normal;
	margin-bottom: 10px;
}
.card-text .tel {
	font-size: 24px;
	color: #222;
}
/* 留言咨询通栏铺满 */
.msg-full {
	width: 100%;
}
.msg-full h3 {
	font-size: 24px;
	color: #000;
	margin-bottom: 12px;
}
.msg-desc {
	font-size: 15px;
	color: #666;
	margin-bottom: 30px;
}
.msg-desc a {
	color: #000;
	text-decoration: underline;
}
.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	margin-bottom: 24px;
}
.form-item input {
	width: 100%;
	border: 1px solid #e7e7e7;
	background: #fff;
	padding: 14px 16px;
	font-size: 16px;
	border-radius: 4px;
	outline: none;
}
/* textarea 整行铺满 */
.form-textarea {
	margin-bottom: 30px;
}
.form-textarea textarea {
	width: 100%;
	border: 1px solid #e7e7e7;
	background: #fff;
	padding: 14px 16px;
	font-size: 16px;
	border-radius: 4px;
	outline: none;
	min-height: 140px;
	resize: none;
}
/* 修改按钮类名 替换submit-btn为contact-submit */
.contact-submit {
	width: 100%;
	height: 56px;
	background: #FBC711;
	color: #fff;
	border: none;
	font-size: 18px;
	border-radius: 4px;
	cursor: pointer;
}



.page-wrap {
	width: 1600px;
	margin: 0 auto;
  }
  
  /* ========== 顶部蓝色Banner ========== */
  .top-banner {
	background-color: #c6e4ff;
	text-align: center;
	padding: 80px 40px 100px;
  }
  
  .banner-icon {
	width: 120px;
	height: auto;
	margin: 0 auto 30px;
	display: block;
  }
  
  .banner-title-1 {
	font-size: 64px;
	color: #111;
	line-height: 1.3;
	position: relative;
	display: inline-block;
  }
  
  .banner-title-1::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 12px;
	width: 100%;
	height: 14px;
	background: linear-gradient(90deg, #0090ff, #46e399);
	opacity: 0.7;
	z-index: -1;
	border-radius: 10px;
  }
  
  .banner-title-2 {
	font-size: 40px;
	color: #111;
	line-height: 1.3;
	margin-bottom: 32px;
	margin-top: 32px;
  }
  
 
  .btn-free {
	display: inline-block;
	padding: 16px 48px;
	background:linear-gradient(90deg, #FBCA17, #46e399);
	color: #fff;
	border-radius: 99px;
	font-size: 22px;
	text-decoration: none;
	margin-bottom: 24px;
  }
  
  .link-more {
	display: block;
	font-size: 20px;
	color: #0066ff;
	text-decoration: none;
  }
  
  /* ========== 全渠道获客板块 ========== */
  .channel-section {
	padding: 100px 0;
	text-align: center;
	width: 100%;
  }
  
  .section-main-title {
	font-size: 60px;
	color: #111;
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
  }
  
  .section-main-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 12px;
	background: linear-gradient(90deg, #0090ff, #46e399);
	opacity: 0.7;
	z-index: -1;
	border-radius: 8px;
  }
  
  .section-sub-title {
	font-size: 22px;
	color: #555;
	margin-bottom: 60px;
  }
  
  .channel-card {
	background: #fff;
	border-radius: 24px;
	padding: 60px;
	display: flex;
	flex-direction: column;
	gap: 40px;
  }
  /* 原有上下主区域 */
  .channel-card-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  /* 新增底部左右分栏行 */
  .channel-card-bottom-row {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding-top: 30px;
	border-top: 1px solid #eee;
  }
  .channel-bottom-left,
  .channel-bottom-right {
	width: 48%;
	text-align: left;
  }
  .channel-bottom-left h4,
  .channel-bottom-right h4 {
	font-size: 26px;
	margin-bottom: 12px;
	color: #111;
  }
  .channel-bottom-left p,
  .channel-bottom-right p {
	font-size: 17px;
	color: #666;
	line-height: 1.7;
  }
  
  .channel-left {
	text-align: left;
	width: 38%;
  }
  
  .channel-left h3 {
	font-size: 44px;
	line-height: 1.4;
	color: #111;
	margin-bottom: 24px;
	position: relative;
	display: inline-block;
  }
  
  .channel-left h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 100%;
	height: 10px;
	background: linear-gradient(90deg, #0090ff, #46e399);
	opacity: 0.7;
	z-index: -1;
	border-radius: 6px;
  }
  
  .channel-left p {
	font-size: 18px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 30px;
  }
  
  .channel-left a {
	font-size: 20px;
	color: #111;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
  }
  
  /* 右侧：加密圆形图片墙 */
  .channel-right-circle-wall {
	width: 58%;
	display: flex;
	justify-content: flex-end;
  }
  
  .circle-wall {
	width: 100%;
	max-width: 660px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	background: #fff;
	padding: 8px;
	border-radius: 24px;
  }
  
  .circle-img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
	flex-shrink: 0;
	cursor: pointer;
	transition: transform 0.2s;
	border:1px solid #e7e7e7;
  }
  .circle-img:hover {
	transform: scale(1.08);
  }
  /* 图片基础样式 */
  .circle-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
  }
  /* CSS兜底：空图片隐藏容器 */
  .circle-img img:not([src]),
  .circle-img img[src=""] {
	display: none;
  }
  .circle-img:has(img:not([src])),
  .circle-img:has(img[src=""]) {
	display: none !important;
  }
  
  
  /* ========== 圆形头像弹窗二维码遮罩【修复正方形】 ========== */
  .circle-modal {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.75);
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
  }
  .circle-modal.active {
	display: flex;
  }
  .modal-box {
	background: #fff;
	padding: 32px;
	border-radius: 16px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  .modal-close {
	position: absolute;
	top: 12px;
	right: 16px;
	font-size: 28px;
	color: #999;
	cursor: pointer;
	border: none;
	background: transparent;
  }
  /* 强制正方形容器 */
  .modal-qr-wrap {
	width: 320px;
	height: 320px;
	border-radius: 8px;
	overflow: hidden;
  }
  .modal-qr {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
  }
  
  /* ========== 轻松搭建你的商城三栏板块 ========== */
  .build-section {
	padding: 6px 0;
	text-align: center;
  }
  
  .build-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-top: 60px;
  }
  
  .build-card {
	border-radius: 20px;
	padding: 40px 30px;
	text-align: left;
	overflow: hidden;
  }
  
  .build-card:nth-child(1) {
	background: #f3ecfc;
  }
  
  .build-card:nth-child(2) {
	background: #e6f2ff;
  }
  
  .build-card:nth-child(3) {
	background: #f0f4fb;
  }
  
  .build-card h4 {
	font-size: 28px;
	color: #111;
	margin-bottom: 14px;
  }
  
  .build-card .desc {
	font-size: 16px;
	color: #555;
	margin-bottom: 30px;
	line-height: 1.7;
  }
  
  .build-card-media {
	width: 100%;
	height: 260px;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 24px;
  }
  
  .build-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  
  .build-btn {
	display: inline-block;
	padding: 14px 40px;
	background:linear-gradient(90deg, #FBCA17, #46e399);
	color: #fff;
	border-radius: 99px;
	font-size: 18px;
	text-decoration: none;
  }
  
  .build-bottom {
	text-align: center;
	margin-top: 10px;
  }
  
  /* ========== 手机错落展示区 ========== */
  .phone-show-section {
	padding: 60px 100px;
	background: #f8fbff;
  }
  
  .col-wrap {
	display: grid;
	grid-template-columns: 1fr 1.3fr 1.6fr 1.3fr 1fr;
	gap: 24px;
	align-items: center;
  }
  
  .col-item {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
  }
  
  .phone-card {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0,100,220,0.08);
	background: #fff;
	position: relative;
  }
  
  .phone-card img {
	width: 100%;
	display: block;
  }
  
  .top-up-6 {
	margin-top: -6px;
  }
  
  /* 手机卡片hover遮罩 */
  .phone-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
  }
  .phone-card:hover .phone-mask {
	opacity: 1;
  }
  .phone-mask img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: contain;
  }
  
  /* ========== 安全保障资质板块（白底卡片+阴影+两端对齐） ========== */
  .safety-section {
	padding: 80px 0;
	text-align: center;
	margin: 60px auto;
  }
  
  .safety-inner {
	width: 1600px;
	margin: 0 auto;
  }
  
  .safety-title {
	font-size: 56px;
	color: #111;
	margin-bottom: 16px;
	position: relative;
	display: inline-block;
  }
  /* 标题底部蓝绿装饰下划线，和原图匹配 */
  .safety-title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 100%;
	height: 10px;
	background: linear-gradient(90deg, #FBCA17, #46e399);
	opacity: 0.7;
	z-index: -1;
	border-radius: 10px;
  }
  
  .safety-desc {
	font-size: 24px;
	color: #555;
	margin-bottom: 60px;
	line-height: 1.6;
  }
  
  /* 网格两端对齐，6等分，无多余留白 */
  .safety-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	justify-items: stretch;
  }
  
  /* 单个资质卡片：白底、圆角、阴影 */
  .safety-item {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.06);
	padding: 40px 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
  }
  
  .safety-icon {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #FBCA17;
  }
  
  .safety-icon img {
	width: 80%;
	height: 80%;
	object-fit: contain;
  }
  
  .safety-text {
	font-size: 16px;
	color: #444;
	line-height: 1.6;
	text-align: center;
  }


  /*--分页样式--*/
.page_total {border-right: #7f9db9 1px solid; border-top: #7f9db9 1px solid; border-left: #7f9db9 1px solid; border-bottom: #7f9db9 1px solid; background-color: #f5fbff; font-size: 11px; font-weight: bold; font-family: verdana; padding: 2px; }
.page_pages {border-right: #7f9db9 1px solid; border-top: #7f9db9 1px solid; border-left: #7f9db9 1px solid; border-bottom: #7f9db9 1px solid; background-color: #ffffff; font-size: 11px; font-weight: bold; font-family: verdana; padding-right: 2px; padding-left: 2px;}
.page_redirect {border-right: #dddddd 1px solid; border-top: #dddddd 1px solid; border-left: #dddddd 1px solid; border-bottom: #dddddd 1px solid; background-color: #ffffff; font-size: 11px; padding-right: 5px; padding-left: 5px;}
.on_page_redirect {border-right: #7f9db9 1px solid; border-top: #7f9db9 1px solid; border-left: #7f9db9 1px solid; border-bottom: #7f9db9 1px solid; background-color: #f5fbff; font-size: 11px; color: #FF7200; padding-right: 5px; padding-left: 5px;}
.page_number {border-right: #dddddd 1px solid; border-top: #dddddd 1px solid; border-left: #dddddd 1px solid; border-bottom: #dddddd 1px solid; background-color: #ffffff; font-size: 11px; font-family: verdana; padding-right: 7px; padding-left: 7px;}
.on_page_number {border-right: #dddddd 1px solid; border-top: #dddddd 1px solid; border-left: #dddddd 1px solid; border-bottom: #dddddd 1px solid; background-color: #f5fbff; font-size: 11px; font-family: verdana; color: #FF7200; padding-right: 7px; padding-left: 7px;}
.page_curpage {border-right: #dbddd3 1px solid; border-top: #dbddd3 1px solid; border-left: #dbddd3 1px solid; border-bottom: #dbddd3 1px solid; background-color: #f5fbff; font-size: 11px; font-family: verdana; color: #FF7200; font-weight: bold; padding-right: 7px; padding-left: 7px;}
.page_input {border-right: #808080 1px solid; border-top: #808080 1px solid; border-left: #808080 1px solid; border-bottom: #808080 1px solid; width: 40px; height: 20px; float:left; background:#ffffff;}
.foot_fenye{margin-top:15px; width:100%; text-align:center; height:100px; }
.foot_fenye table{display: inline-block;}


.lc_wc{width:100%; height:auto; margin:0 auto;}
.lc_wc .top{width:100%; border-bottom:1px solid #CCC; height:45px; line-height:45px; font-size:15px;}
.lc_wc .top .t1{float:left; height:44px; margin-left:1px; cursor:pointer; font-weight:800; color:#333}
.lc_wc .top .t2{float:left; height:44px; margin-left:50px; cursor:pointer; font-weight:800; color:#333}
.lc_wc .top .t_s{border-bottom:2px solid #333}
.lc_wc .nr{width:100%; height:auto; position:relative}
.lc_wc .nr1{display:block}
.lc_wc .nr2{display:none}
.lc_wc .nr2 img{display: block; margin-top: 30px;}
.lc_wc .nr .step{width:100%; height:60px; margin-top:15px;}
.lc_wc .nr .step .img{width:60px; height:60px; background:url(../images/lc.png); font-size:26px; line-height:60px; font-weight:800; text-align:center; float:left; color:#fff}
.lc_wc .nr .step .txt{width:400px; height:60px; line-height:60px; margin-left:15px; float:left; font-weight:800; color:#000}
.lc_wc .nr .ms{width:100%; height:auto;}
.lc_wc .nr .ms .ms_nr{width:600px; float:left; margin:10px 0 0 75px; color:#666; font-size:14px; line-height:26px;}
.lc_wc .nr .ms .ms_nr a{text-decoration:none; color:#F60}
.lc_wc .nr .ms .ms_nr a:hover{text-decoration:underline}
.lc_wc .nr .ms .kaitong{width:400px; height:50px; border:1px dashed #CCC; color:#666; padding-left:15px; font-size:14px; margin:10px 0 0 75px; text-align:center; line-height:50px; float:left; background:url(../images/time.jpg) no-repeat 10px center;}
.lc_wc .nr .line1{width:1px; height:175px; border-left:1px dashed #CCC; position:absolute; top:60px; left:30px;}
.lc_wc .nr .line2{width:1px; height:112px; border-left:1px dashed #CCC; position:absolute; top:297px; left:30px;}
.lc_wc .nr .line3{width:1px; height:100px; border-left:1px dashed #CCC; position:absolute; top:471px; left:30px;}
.lc_wc .nr .line4{width:1px; height:112px; border-left:1px dashed #CCC; position:absolute; top:633px; left:30px;}
.clear{clear:both}

.qa_q{float:left; margin-right:10px; color:#999; width:25px; height:25px; text-align:center; line-height:25px; border:1px solid #CCC; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px;}
.qa_a{float:left; margin-right:10px; color:#999; width:25px; height:25px; text-align:center; line-height:25px; border:1px solid #CCC; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px;}

/* 懒加载图片 */
.lazy-wrap{
    opacity: 0.2;
    transition: opacity 0.7s ease;
	width: 100%;
    min-height: 60px;
}
.lazy-wrap.fade-in{
    opacity: 1;
}
.lazy-img{
    width:100%;
    height:100%;
    object-fit: cover;
}



.register-page-wrap {
	background-color: #f5f7fa;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	background: url(../images/rbg.jpg) no-repeat center center;
	background-size: cover;
}
.register-card {
	width: 650px;
	height: 600px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	padding: 40px;
}
.register-card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
}
.register-card-title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.login-link-text {
	font-size: 14px;
}
.login-link-text a {
	color: #1677ff;
	text-decoration: none;
}

.register-card .layui-form-item {
	margin-bottom: 22px;
}
.register-card .layui-form-label {
	width: auto;
	display: block;
	text-align: left;
	padding: 0 0 8px 0;
	line-height: 1;
}
.register-card .layui-input-block {
	margin-left: 0;
}
.register-card .layui-input {
	height: 44px;
	font-size: 15px;
}

/* 验证码行：重点优化 */
.code-row {
	display: flex;
	align-items: center;
	width: 100%;
}
.code-row .code-input {
	flex: 1;
	height: 44px;
	border: 1px solid #e6e6e6;
	border-right: none;
	border-radius: 2px 0 0 2px;
	padding: 0 10px;
	font-size: 15px;
	box-sizing: border-box;
	outline: none;
}
.code-row .code-input:focus {
	border-color: #FBC711;
}
.code-row .code-btn {
	height: 44px;
	line-height: 44px;
	padding: 0 18px;
	border-radius: 0 2px 2px 0;
	white-space: nowrap;
	margin: 0;
	background-color: #FBC711 !important;
	border-color: #FBC711 !important;
	color:#ffffff !important;
}
.code-row .code-btn:disabled{
	background-color: #f9dd77 !important;
	border-color:#f9dd77 !important;
	color:#ffffff !important;
}

.submit-item {
	margin-top: 30px;
}
.submit-item .layui-btn {
	height: 48px;
	font-size: 18px;
	background-color: #FBC711 !important;
	border-color: #FBC711 !important;
	color:#ffffff !important;
}


/* 独立命名空间，不污染外部 */
.login-page-wrap {
	background-color: #f5f7fa;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	background: url(../images/rbg.jpg) no-repeat center center;
	background-size: cover;
}
.login-card {
	width: 860px;
	height: 520px;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
	display: flex;
}
/* 左侧扫码区域 */
.login-left {
	width: 420px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-right:1px solid #eee;
}
.qrcode-box {
	width:240px;
	height:240px;
	border:3px solid #FBC711;
	border-radius:8px;
	position:relative;
}
/* 四角描角 */
.qrcode-box::before{
	content:"";
	position:absolute;
	top:-3px;left:-3px;right:-3px;bottom:-3px;
	border:4px solid transparent;
	border-top-color:#FBC711;
	border-left-color:#FBC711;
	border-radius:8px;
	clip:rect(0, 40px,40px,0);
}
.qrcode-box::after{
	content:"";
	position:absolute;
	top:-3px;left:-3px;right:-3px;bottom:-3px;
	border:4px solid transparent;
	border-right-color:#FBC711;
	border-bottom-color:#FBC711;
	border-radius:8px;
	clip:rect(200px,240px,240px,200px);
}
.qrcode-placeholder{
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	color:#999;
}
.scan-tip{
	margin-top:24px;
	font-size:16px;
	color:#FBC711;
}

/* 右侧表单区域 */
.login-right {
	flex:1;
	padding:40px 50px;
}
.login-header{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:36px;
}
.login-title{
	font-size:32px;
	font-weight:bold;
	color:#333;
	border-bottom:3px solid #FBC711;
	padding-bottom:8px;
}
.register-link{
	font-size:16px;
}
.register-link a{
	color:#FBC711;
	text-decoration:none;
}

.login-right .layui-form-item {
	margin-bottom:24px;
}
.login-right .layui-form-label {
	width: auto;
	display: block;
	text-align: left;
	padding:0 0 8px 0;
	line-height:1;
}
.login-right .layui-input-block {
	margin-left:0;
}
.login-right .layui-input {
	height:44px;
	font-size:15px;
}
.forget-wrap{
	text-align:left;
	margin-bottom:30px;
}
.forget-wrap a{
	color:#FBC711;
	text-decoration:none;
	font-size:15px;
}
.login-btn{
	height:48px;
	font-size:18px;
	background-color:#FBC711 !important;
	border-color:#FBC711 !important;
	color:#ffffff !important;
}