/*--------基础设置--------*/
body {
	background: #FFF;
	font-size: 1rem;
	color: #333333;
	box-sizing: border-box;
}


a {
	color: #666;
	text-decoration: none;
	outline: none
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}


.fontbold {
	font-weight: bold;
}

a.btn-large {
	padding: 0 1.5rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.125rem;
	text-align: center;
	color: #fff;
	border-radius: 0.625rem;
}

/*----通栏宽度----*/
.layout_2026 {
	position: relative;
	margin: 2.5rem auto;
	overflow: hidden;
}

.pageout-sub_2026 {
	position: relative;
	width: 100%;
	background: #f5f5f5;
}

.layout-sub_2026 {
	position: relative;
	padding: 2.5rem;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}



/*----头部----*/
#header_2026 {
	position: relative;
	display: flex;
	align-items: center;
	gap: 1.875rem;
	padding: 0 2.5rem;
	height: 3.5rem;
	background: #060C0D;
}

/*#header_2026 .logo {
	margin-top: 0.5rem;
}*/


/*----导航----*/
ul.navBar_2026 {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	z-index: 200;
}

ul.navBar_2026 li {
	flex-shrink: 0;
}

ul.navBar_2026 li a.nav {
	display: block;
	padding: 0 0.625rem;
	line-height: 3.5rem;
	color: #fff;
	font-size: 1rem;
	text-align: center;
}

/*图标*/
ul.navBar_2026 li img {
	display: inline-block;
	margin-left: 0.25rem;
	vertical-align: -4px;
	opacity: 0.6;
	transition: transform 0.3s ease-out;
}

ul.navBar_2026 li:hover img {
	transform: rotate(180deg);
	transition: transform 0.3s ease-out;
}


/*弹窗*/
.navBarCnt {
	position: absolute;
	display: flex;
	width: 100%;
	height: 16rem;
	left: 0;
	top: 180%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .5s ease;
	box-shadow: 0 1rem 0.625rem -1rem rgba(24, 87, 235, 0.08);
	z-index: 9;
}

ul.navBar_2026 li:hover>.navBarCnt {
	top: 100%;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/*弹窗内容-左侧*/
.nav-info {
	width: 20%;
	padding: 2rem 4rem;
	background-color: #f5f5f5;
	overflow: hidden;
}

.nav-info h3 {
	font-size: 1.5rem;
}

.nav-info p {
	margin-top: 1rem;
	line-height: 1.75rem;
	color: #999;
	font-size: 0.875rem;
}

/*弹窗内容-右侧菜单*/
.nav-menu {
	display: flex;
	gap: 2.5rem;
	width: 80%;
	padding: 2rem 2rem;
	overflow: hidden;
	position: relative;
}

.nav-menu-tips {
	position: absolute;
	right: 2rem;
	bottom: 0.75rem;
	font-size: 0.75rem;
	color: #999;
}

.nav-menu .item {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.nav-menu .menu {
	padding-bottom: 0.5rem;
	margin-bottom: 0.75rem;
	/*color: #25448C;*/
	font-weight: bold;
	border-bottom: 1px solid #eee;
}

.nav-menu i.menuicon {
	float: left;
	margin-right: 0.5rem;
	margin-top: 0.4rem;
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 2px;
	background: linear-gradient(90deg, #1857EB 0%, #009FFF 100%);
}


.nav-menu .submenu {}

a.nav-submenu {
	display: block;
	width: 7.5rem;
	/*padding-left: 1rem;*/
	line-height: 2.25rem;
	border-bottom: 1px solid transparent;
}

a.nav-submenu2 {
	display: block;
	float: left;
	margin: 0 0.5rem;
	/*padding: 0 0.5rem;*/
	line-height: 2.25rem;
	border-bottom: 1px solid transparent;
}

a.nav-submenu:hover,
a.nav-submenu2:hover {
	color: #1857EB;
	border-bottom: 1px solid #FE7F28;
}

i.star-icon {
	display: inline-block;
	margin-right: 0.45rem;
	font-style: normal;
	color: #999;
	font-size: 1rem;
	cursor: pointer;
	position: relative;
	top: -1px;
}

i.star-icon::before {
	content: "\2606";
}

i.star-icon.active {
	color: #FE7F28;
}

i.star-icon.active::before {
	content: "\2605";
}

.submenu-item-wrap {
	display: flex;
	align-items: center;
	padding-left: 0;
}

.submenu-item-wrap a.star-link {
	line-height: 2.25rem;
}

.submenu-item-wrap a.nav-submenu {
	padding-left: 0;
	width: auto;
}

.submenu-item-wrap2 {
	display: flex;
	align-items: center;
	float: left;
	width: 50%;
	box-sizing: border-box;
	margin: 0;
	padding-left: 0;
}

.submenu-item-wrap2 a.star-link {
	line-height: 2.25rem;
}

.submenu-item-wrap2 a.nav-submenu2 {
	margin: 0;
	padding-left: 0;
}

/* 待上线菜单：置灰 + 紧凑行距 + 待上线字样缩小 + 菜单整体下移使第一行对齐星星 */
a.nav-submenu.menu-pending,
a.nav-submenu2.menu-pending {
	color: #999;
	line-height: 1.4;
	position: relative;
	top: 0.5rem;
	cursor: default;
}

a.nav-submenu.menu-pending:hover,
a.nav-submenu2.menu-pending:hover {
	color: #999;
	border-bottom-color: transparent;
}

a.nav-submenu .menu-pending-tag,
a.nav-submenu2 .menu-pending-tag {
	display: block;
	text-align: center;
	font-size: 0.75rem;
	color: #999;
	line-height: 1.2;
}

/*---我的常用---*/
.my-favorites_2026 {
	background-color: #f5f5f5;
	padding: 0.5rem 2.5rem;
	display: flex;
	align-items: center;
}

.my-favorites_2026 .fav-title {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0 1rem;
	height: 2rem;
	background-color: #009FFF;
	color: #fff;
	border-radius: 4px;
	font-size: 0.875rem;
	font-weight: normal;
	margin-right: 1.5rem;
}

.my-favorites_2026 .fav-title::after {
	content: '';
	position: absolute;
	right: -8px;
	top: 50%;
	transform: translateY(-50%);
	border-width: 4px 0 4px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #009FFF;
}

.my-favorites_2026 .fav-list {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.my-favorites_2026 .fav-link {
	font-size: 0.875rem;
	color: #666;
	text-decoration: none;
	white-space: nowrap;
	flex-shrink: 0;
}

.my-favorites_2026 .fav-link.active {
	background-color: #67C2FF;
	color: #fff;
	padding: 0 1rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 4px;
}

.my-favorites_2026 .fav-link:not(.active):not(.active-orange):hover {
	color: #009FFF;
}

.my-favorites_2026 .fav-title-orange {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0 1rem;
	height: 2rem;
	background-color: #FE7E29;
	color: #fff;
	border-radius: 4px;
	font-size: 0.875rem;
	font-weight: normal;
	margin-left: 1.5rem;
}

.my-favorites_2026 .fav-title-orange::before {
	content: '';
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
	border-width: 4px 8px 4px 0;
	border-style: solid;
	border-color: transparent #FE7E29 transparent transparent;
}

.my-favorites_2026 .fav-link.active-orange {
	background-color: #FAAD7A;
	color: #fff;
	padding: 0 1rem;
	height: 2rem;
	line-height: 2rem;
	border-radius: 4px;
}

.fav-left-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	flex-shrink: 0;
}

.fav-left-wrapper .fav-list {
	display: flex;
	align-items: center;
	overflow: hidden;
	flex: 0 0 auto;
	gap: 1.5rem;
}

.fav-more-btn {
	font-size: 0.875rem;
	color: #1857EB;
	cursor: pointer;
	margin-left: 0.5rem;
	display: none;
	align-items: center;
	flex-shrink: 0;
	user-select: none;
}

.fav-more-btn .arrow-down {
	font-size: 0.8rem;
	margin-left: 0.25rem;
	display: inline-block;
	transform: scaleY(0.7);
	transition: transform 0.3s;
}

.fav-more-btn.open .arrow-down {
	transform: scaleY(0.7) rotate(180deg);
}

.fav-dropdown {
	position: absolute;
	top: 100%;
	right: -1rem;
	width: auto;
	background-color: #f5f5f5;
	padding: 0.5rem 1rem 2rem 1rem;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
	border-radius: 0 0 8px 8px;
	z-index: 100;
	display: none;
	margin-top: 0.5rem;
	box-sizing: border-box;
}

.fav-sort-btn {
	position: absolute;
	right: 1rem;
	bottom: 0.5rem;
	font-size: 0.875rem;
	color: #1857EB;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
}

.fav-sort-btn .sort-icon {
	font-size: 1.125rem;
	margin-left: 0.25rem;
	line-height: 1;
	transform: scaleY(0.85);
	/* 稍微拍扁一点使得横线更精细 */
}

.fav-dropdown .fav-link {
	display: inline-block;
	margin-top: 0.5rem;
	margin-right: 1.5rem;
	margin-bottom: 0.5rem;
}

/*登录注册*/
.header-right {
	margin-left: auto;
}

a.btn-login_2026 {
	display: inline-flex;
	margin-right: 1.25rem;
	padding: 0 1rem;
	height: 2rem;
	line-height: 2rem;
	color: #fff;
	text-align: center;
	background: #1E3A8A;
	border-radius: 0.375rem;
}

a.btn-login_2026:hover {
	background: #2563EB;
}


a.btn-register_2026 {
	display: inline-flex;
	padding: 0 1rem;
	height: 2rem;
	line-height: 2rem;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	border: solid 1px #2563EB;
	border-radius: 0.375rem;
}

a.btn-register_2026:hover {
	background-color: #2563EB
}






ul.user_2026 {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	margin-right: 1rem;
	z-index: 2;
}

ul.user_2026 li {
	position: relative;
}

/*
ul.user_2026 li  a.btn-message{
	display:block;color: #fff;line-height:3.5rem;
	width: 1.75rem;
    height:1.75rem;
    background-color: #43494a;
    border-radius: 1.75rem;
    position: relative;
}
ul.user_2026 li  a.btn-message:hover{
	 background-color: #888;
}
ul.user_2026 li  a.btn-user{
	display:block;color: #fff;line-height:3.5rem;
    position: relative; 
	background: #f30;
    
}
ul.user_2026 li  a.btn-user:hover{
}

/*图标*
ul.user_2026 li img{
	display:inline-block;
	margin-left:0.25rem;
	vertical-align: -4px;
	opacity: 0.6;
	transition: transform 0.3s ease-out;
}	
ul.user_2026 li:hover img{
	transform:rotate(180deg);
	transition: transform 0.3s ease-out;}


/*弹窗*
.messageCnt{
	position: absolute;	
	display: flex;height: 16rem;
	width: 300px;
	top:140%;margin-left:-150px;
	background-color: #f30;
	opacity:0;visibility:hidden;
	transition:all .3s ease;
	box-shadow:0 1rem 0.625rem -1rem rgba(24, 87, 235, 0.08);
	z-index:9;}

ul.user_2026 li:hover >.messageCnt{
	top:100%;
	opacity:1;visibility:visible;}

/*
.userCnt{
	display: flex;
	flex-direction:column;
	position: absolute;	
	font-size: 0.875rem;width: 100%; 
	top:180%;width: auto;
	background-color: #fff;
	opacity:0;visibility:hidden;
	transition:all .3s ease;
	box-shadow:0 1rem 0.625rem -1rem rgba(24, 87, 235, 0.08);
	z-index:9;}

ul.user_2026 li:hover >.userCnt{
	top:100%;
	opacity:1;visibility:visible;}

/*
a.menu-user{
	display: block;
    border-bottom: solid 1px #f2f2f2;
    padding: 5px 20px;
    line-height: 2rem;
}
a.menu-user:hover{
	color: #1857EB;
	background-color: #f2f2f2;
}

/*消息*/





/*所有导航项UL样式*/
.header-user ul {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 80%;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
	transition: all .4s ease;
	box-shadow: 0px 15px 10px -15px #aaa;
	z-index: 999;
}


/*二级导航*/
.header-user li:hover>ul {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

/*所有导航项li样式*/
.header-user li {
	float: left;
	position: relative;
}

/*二级及以下导航*/
.header-user ul li {
	position: relative;
	float: none;
}

/*一级a标签*/
.header-user li>a {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 3.5rem;
}

.header-user li:hover>a,
li.active a {
	color: #fff;
	cursor: pointer;
}

/*一级a标签的箭头*	
.header-user li > a i{
	position: absolute;	display:inline-block;margin-left:10px;
	transition: transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;}	
.header-user li:hover i{
	transform:rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);}

/*当前菜单*
.header-user li > a.on{color:#fff;font-weight:bold;}

/*二级导航a标签*/

.header-user a.btn-message {
	display: block;
	position: relative;
	line-height: 3.5rem;
	margin-right: 20px;


}


.header-user a.btn-message i {
	float: left;
	display: block;
	position: relative;
	margin-top: 14px;
	line-height: 3.5rem;
	width: 1.75rem;
	height: 1.75rem;
	background: url("../images/message.png") center no-repeat, linear-gradient(135deg, #71C4FC 0%, #1857EB 100%);
	border-radius: 1.75rem;
}

.header-user a.btn-message:hover i {
	background: url("../images/message.png") center no-repeat, linear-gradient(135deg, #1857EB 0%, #009FFF 100%);
}





.message-nmb {
	position: absolute;
	right: -8px;
	top: 10px;
	z-index: 999;
	background-color: #f00;
	width: 18px;
	height: 15px;
	border-radius: 15px;
	line-height: 15px;
	font-size: 10px;
	color: #fff;
	font-family: arial;
	text-align: center;
}


ul.messageCnt {
	height: auto;
	width: 300px;
	padding: 0 20px;
	top: 140%;
	margin-left: -150px;

	opacity: 0;
	visibility: hidden;
	border-radius: 0 0 0.625rem 0.625rem;
	transition: all .3s ease;
	box-shadow: 0 1rem 0.625rem -1rem rgba(24, 87, 235, 0.08);
	z-index: 999;
}


ul.messageCnt li {
	font-size: 0.875rem;
	padding: 10px;
	border-bottom: 1px solid #f2f2f2;
	line-height: 24px;
	font-size: 0.75rem;
	cursor: pointer;
}

ul.messageCnt li span.msg-title {
	display: block;
	font-size: 0.875rem;

}

ul.messageCnt li span.msg-time {
	display: block;
	color: #aaa;


}

ul.messageCnt li.title {
	color: #999;
	cursor: default;
	font-size: 1rem;
	border-bottom: none;
	color: #1857EB;
}

ul.messageCnt li.title span.mymsg {
	float: left;
	display: block;
	color: #999;
	font-size: 1rem;
	border-bottom: 2px solid #1857EB;

}


ul.messageCnt li.title span {
	display: block;
	float: right;
	font-size: 0.875rem;
	color: #999;
	cursor: pointer;
}

ul.messageCnt li.title span:hover {
	color: #1857EB;
}

ul.messageCnt li.msg-more {
	text-align: right;
	color: #999;
	border-bottom: none;
}

ul.messageCnt li.msg-more:hover,
ul.messageCnt li.title:hover {
	background: transparent;
}


ul.messageCnt li:hover {
	background: #f2f2f2;
	color: #1857EB;
	border-radius: 0.625rem;
}

.header-user a.btn-user {
	display: block;
	color: #fff;
	line-height: 3.5rem;
	position: relative;
	padding: 0 10px;
	font-size: 0.875rem;


}

.header-user a.btn-user:hover {}

.header-user a.btn-user img {
	display: block;
	float: left;
	margin-top: 18px;
	margin-right: 8px;
}


.header-user a.btn-user img.arrowdown {
	margin-left: 10px;
	float: right;
	margin-top: 20px;
	transition: transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
}

.header-user a.btn-user:hover img.arrowdown {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}





.header-user a.menu-user {
	display: block;
	font-size: 0.875rem;
	color: #666;
	line-height: 2.75rem;
	border-bottom: solid 1px #f2f2f2;

}

.header-user a.menu-user:hover {
	color: #1857EB;
	background-color: #f2f2f2;
}


/*二级及以下导航a标签*	
.header-user li ul li a{
	text-decoration:none;display:block;font-size:0.875rem;
	color:#333;line-height:50px;text-align:center;margin-bottom:10px;
		background-color:#e5f1fc;
		font-size:16px;
	border-radius: 4px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;}
.header-user li ul li a:hover{
	color:#fff;
	background-color:#5694e4;
	cursor:pointer;}



/*信息反馈页*/
.lay-feedback {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 3.75rem 0 6.25rem;
	min-height: calc(100vh - 25rem);
	background-color: #f2f5f8;
}

.lay-feedback .feedback-header {
	text-align: center;
	margin-bottom: 3.125rem;
}

.lay-feedback .feedback-header h2 {
	font-size: 1.625rem;
	color: #445466;
	font-weight: normal;
	margin-bottom: 0.3125rem;
}

.lay-feedback .sub-title-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.9375rem;
}

.lay-feedback .sub-title-wrapper .line {
	width: 15.625rem;
	height: 1px;
	background-color: #d8d8d8;
}

.lay-feedback .sub-title-wrapper .text {
	font-size: 1.125rem;
	color: #b0b0b0;
}

.lay-feedback .feedback-form {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 40.625rem;
}

.lay-feedback .form-group {
	background: #fff;
	border: 1px solid #e1e6eb;
	display: flex;
	align-items: center;
	transition: border-color 0.3s;
	border-radius: 1rem;
}

.lay-feedback .form-group:focus-within {
	border-color: #1857EB;
}

.lay-feedback .form-group .icon {
	width: 3.75rem;
	text-align: center;
	color: #aeb6c1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lay-feedback .form-group .icon svg {
	width: 1.25rem;
	height: 1.25rem;
	fill: currentColor;
}

.lay-feedback .form-group input,
.lay-feedback .form-group textarea {
	flex: 1;
	border: none;
	outline: none;
	padding: 1rem 0.9375rem 1rem 0;
	font-size: 1rem;
	color: #333;
	background: transparent;
	width: 100%;
	box-sizing: border-box;
}

.lay-feedback .form-group input::placeholder,
.lay-feedback .form-group textarea::placeholder {
	color: #999;
}

.lay-feedback .form-group textarea {
	height: 9.375rem;
	resize: none;
	padding-top: 1rem;
}

.lay-feedback .form-group.textarea-group {
	align-items: flex-start;
}

.lay-feedback .form-group.textarea-group .icon {
	margin-top: 1rem;
}

.lay-feedback .captcha-row {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.lay-feedback .captcha-container {
	width: 13.75rem;
}

.lay-feedback .captcha-image-wrapper {
	display: flex;
	align-items: center;
	gap: 0.9375rem;
}

.lay-feedback .captcha-image-wrapper .captcha-mock {
	width: 7.5rem;
	height: 2.5rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	letter-spacing: 0.3125rem;
	font-family: 'Courier New', monospace;
	position: relative;
	overflow: hidden;
	color: #333;
	cursor: pointer;
	border-radius: 1rem;
}

.lay-feedback .captcha-image-wrapper span {
	color: #333;
	font-size: 0.875rem;
	cursor: pointer;
}

.lay-feedback .captcha-image-wrapper span:hover {
	color: #1857EB;
}

.lay-feedback .submit-btn {
	background: linear-gradient(90deg, #1857EB 0%, #009FFF 100%);
	color: #fff;
	border: none;
	width: 100%;
	padding: 0.875rem;
	font-size: 1.125rem;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-top: 0.625rem;
	border-radius: 1rem;
	box-shadow: 0 0.5rem 1rem rgba(24, 87, 235, 0.3);
}

.lay-feedback .submit-btn:hover {
	background: linear-gradient(90deg, #1048C9 0%, #008BE6 100%);
	box-shadow: 0 0.75rem 1.25rem rgba(24, 87, 235, 0.4);
	transform: translateY(-2px);
}











/*----首页banner----*/
.bannerHome_2026 {
	position: relative;
	background-color: #1E3A8A;
}

/*通栏轮播图高度*/
.slideBox {}

.slideBox .bd img {}

/*----通栏轮播图----*/
.slideBox {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.slideBox .hd {
	position: absolute;
	right: 3%;
	bottom: 10px;
	height: 15px;
	overflow: hidden;
	z-index: 1;
}

.slideBox .hd ul {
	float: left;
	overflow: hidden;
	zoom: 1;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 8px;
	width: 14px;
	height: 14px;
	background: #fff;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

.slideBox .hd ul li.on {
	opacity: 1;
	filter: alpha(opacity=100);
}

.slideBox .bd {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.slideBox .bd ul {
	display: flex;
	transition: transform 0.5s ease;
	width: 100%;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100%;
	flex-shrink: 0;
}

.slideBox .bd img {
	display: block;
	margin: 0 auto;
	width: 100%;
	object-fit: cover;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 5%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}

.slideBox .next img {
	transform: rotate(180deg);
}

/*----搜索栏----*/
.lay-search {
	position: relative;
	top: -4rem;
	margin: 0 auto;
	margin-bottom: -2rem;
	width: 58.75rem;
	height: 8.5rem;
	padding: 1rem 1.875rem;
	border-radius: 1.25rem;
	border: 1px solid #E1E1E1;
	opacity: 0.8;
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0 1.875rem 2.5rem 0.625rem rgba(24, 87, 235, 0.08);
	backdrop-filter: blur(4px);
	z-index: 99;
}


ul.tab-search {
	display: flex;
	gap: 2rem;
	height: 3rem;
	line-height: 3rem;
}

ul.tab-search li {
	color: #333;
	cursor: pointer;
}

ul.tab-search li.active {
	color: #000;
	font-weight: bold;
	font-size: 1.125rem;
	background-image: linear-gradient(90deg, #FE7F28 0%, #FB4F54 100%);
	background-position: bottom;
	background-size: 100% 0.25rem;
	background-repeat: no-repeat;
	border-radius: 0.25rem;
	padding-bottom: 0.5rem;
}

.lay-search .tabContent {
	display: flex;
	gap: 1rem;
	padding-top: 1.25rem;
	overflow: hidden;
}

.lay-search input {
	padding-left: 1rem;
	width: 15.25rem;
	height: 3rem;
	line-height: 3rem;
	font-size: 1.125rem;
	color: #333;
	outline: none;
	border: 1px solid #F5F5F5;
	background-color: #F5F5F5;
	border-radius: 0.625rem;
}

.lay-search input.longer {
	width: 25rem;
}

.lay-search input.longer2 {
	width: 50rem;
}

a.btn-submit-home {
	background: #009FFF;
}

a.btn-submit-home:hover {
	background: #1857EB;
}

a.btn-subscrib-home {
	background: #FE7E29;
}

a.btn-subscrib-home:hover {
	background: #e43603;
}



/*----大标题----*/
.lay-title {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lay-title h3 {
	font-size: 2rem;
	margin-bottom: 0.625rem;
}

.lay-title h4 {
	margin-bottom: 2.5rem;
	font-size: 1.125rem;
	font-weight: normal;
	color: #666;
}

.lay-title h3.white {
	color: #fff;
}

.lay-title h4.white {
	color: #aaa;
}


/*----父模块----*/
.lay-board {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.875rem;
	padding: 1.25rem;
}


/*模块-我们的产品*/
.board-1 {
	position: relative;
	display: flex;
	flex-direction: column;
	width: calc(100% / 3 - (1.875rem * 2) / 3);
	height: 24rem;
	border: 1px solid #D2E0FF;
	cursor: pointer;
	box-sizing: border-box;
	background: #EFF6FF;
	background-position: left top;
	background-repeat: no-repeat;
	border-radius: 1.25rem;
	box-shadow: 0 0.025rem 1.5rem -0.875rem #aaa;
	transition: all 0.5s;
}

.board-1:hover {
	background-color: #DEEDFF;
	background-position: right top;
	box-shadow: 0 0.025rem 1.875rem -0.875rem #0059BF;
	transition: all 0.5s;
}

.board-1_img1 {
	background-image: url("../images/homect-1.png");
}

.board-1_img2 {
	background-image: url("../images/homect-2.png");
}

.board-1_img3 {
	background-image: url("../images/homect-3.png");
}

.board-1_img4 {
	background-image: url("../images/homect-4.png");
}

.board-1_img5 {
	background-image: url("../images/homect-5.png");
}

.board-1_img6 {
	background-image: url("../images/homect-6.png");
}

.board-1 .title {
	height: 9.375rem;
	border-radius: 1.25rem 1.25rem 0 0;
}

.board-1 .title h3 {
	margin-top: 4rem;
	margin-left: 2rem;
	font-size: 1.5rem;
	color: #fff;
}


.board-1 .txt {
	margin: 2rem;
	/*font-size: 1.125rem;
	line-height: 2rem;*/
	line-height: 1.75rem;
}

.board-1 .div-label {
	position: absolute;
	bottom: 0;
	display: flex;
	margin: 2rem;
	gap: 10px;
}

.board-1 .div-label span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 1.875rem;
	padding: 0 1rem;
	font-size: 0.875rem;
	border-radius: 1.25rem;
	background: rgba(211, 219, 228, 0.60);
}

.board-1:hover .div-label span {
	background: #BFDBFE;
}



/*----模块-行业解决方案----*/
.board-2-out {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.board-2 {
	position: relative;
	display: flex;
	height: 35rem;
	border: 1px solid #D2E0FF;
	background-color: #EFF6FF;
	border-radius: 1.25rem;
	/*box-shadow:0px 4px 25px -15px #aaa;*/
	transition: all 0.5s;
}

.board-2:hover {
	box-shadow: 0px 4px 25px -15px #666;
	transition: all 0.5s;
}


.board-2 .title {
	position: relative;
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	align-items: center;
	width: 7rem;
	height: 100%;
	border-radius: 1.25rem 0 0 1.25rem;
	background: -webkit-linear-gradient(#BFDBFE 0%, #EFF6FF 100%);
	background: -o-linear-gradient(#BFDBFE 0%, #EFF6FF 100%);
	background: linear-gradient(#BFDBFE 0%, #EFF6FF 100%);
}

.board-2 .title h3 {
	margin-top: 6rem;
	font-size: 1.5rem;
	color: #333;
}

.board-2 .title .pr-icon {
	flex: 1;
	width: 100%;
	height: 10rem;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.board-2_img1 {
	background-image: url("../images/pr-icon1.png");
}

.board-2_img2 {
	background-image: url("../images/pr-icon2.png");
}

.board-2_img3 {
	background-image: url("../images/pr-icon3.png");
}

.board-2_img4 {
	background-image: url("../images/pr-icon4.png");
}


.board-2 .div-pr {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin: 1.5rem 2rem 0 2rem;
	height: 32rem;
}

.board-2 a.list-pr {
	display: flex;
	flex: 1;

	flex-direction: column;
	margin-top: 0.2rem;
	margin-bottom: 1.8rem;
	transition: transform 0.3s ease;
}

.board-2 a.list-pr .pr-name {
	display: flex;
	align-items: center;
	line-height: 3rem;
	font-size: 1.25rem;
	/*font-weight: bold;*/
	color: #000;
	margin-bottom: 0.5rem;


}

.board-2 a.list-pr .pr-name2 {
	display: flex;
	align-items: center;
	line-height: 3rem;
	font-size: 1.25rem;
	/*font-weight: bold;*/
	color: #000;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0.5rem;


}

.board-2 a.list-pr img {
	padding-right: 1rem;
}

.board-2 a.list-pr .pr-info {
	line-height: 1.625rem;
	color: #666;
	/*font-size: 0.875rem;*/
}

.board-2 a.list-pr:hover {
	transform: translateY(-5px);
}

.board-2 a.list-pr:hover .pr-name,
.board-2 a.list-pr:hover .pr-name2 {
	color: #2563EB;
}

.board-2 a.list-pr:hover .pr-info {
	color: #333;
}

/*----模块-产品优势----*/
.board-3 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
	flex: 1;
	height: 17.25rem;
	padding: 1.5rem 0 2.5rem 0;
	background-color: #fff;
	border-radius: 1.25rem;
	/*box-shadow:0px 4px 25px -15px #aaa;*/
	box-shadow: 0.25rem 0.125rem 0.125rem #eee;
	transition: all 0.5s;
}

.board-3 img {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0.5rem 0;
	z-index: 11;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}


.board-3 h3 {
	font-size: 1.5rem;
}

.board-3 .txt {
	text-align: center;
	line-height: 2rem;
	color: #666;
}

.board-3 .txt-s {
	font-size: 0.875rem;
	padding: 0 2.5rem;
	line-height: 1.5rem;
	color: #666;
}




.board-3:hover {
	padding-top: 3rem;
	padding-bottom: 1rem;
	background-color: var(--secondColor, #e5f1fc);
	transition: all 0.5s;
}

.board-3:hover img {
	transform: scale(1.06);
	-webkit-transform: scale(1.06);
	-moz-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
}



/*----模块-服务优势----*/
.board-4 {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	flex: 1;
	padding: 1.5rem 0;
	color: #fff;
}

.board-4 .number {
	font-size: 2rem;
}

.board-4 .num-item {
	display: inline-block;
	font-size: 3rem;
	font-weight: bold;
}

.board-4 .title {
	font-size: 1.5rem;
}

.ad-begin {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 1rem;
	align-items: center;
	background: rgba(7, 41, 102, 0.50);
	backdrop-filter: blur(10px);
}

.ad-begin .ad-txt {
	margin-top: 2rem;
	font-size: 2rem;
	font-weight: bold;
	background: linear-gradient(90deg, #338BF0 0%, #C3DDFE 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ad-begin .ad-login {
	display: flex;
	gap: 1rem;
}

.ad-begin a.btn-ad-login {
	display: block;
	margin-top: 0.75rem;
	height: 3rem;
	line-height: 3rem;
	padding: 0 2rem;
	border-radius: 2rem;
	background-size: 300% 100%;
	background-image: linear-gradient(to right, #f5ce62, #e43603, #155DFC, #e85a19);
	color: #fff;
	transition: all .5s ease-in-out;
	box-shadow: 0 4px 15px 0 #A13B00;
}

.ad-begin a.btn-ad-login:hover {
	background-position: 100% 0;
	transition: all .5s ease-in-out;
	box-shadow: 0 4px 15px 0 #0059BF;
}

.ad-begin .txt-login {
	color: #fff;
	line-height: 2rem;
}

.ad-begin a.btn-ad-register {
	font-size: 1.125rem;
	color: #FF9F17;
	margin: 0 0.25rem 0 0;
}

.ad-begin a.btn-ad-register:hover {
	color: #e43603;
	margin: 0 0 0 0.25rem;
}



/*----通栏灰色背景----*/
.pageout-1 {
	background-color: #F5F5F5;
	padding: 2rem 0;
}


/*----通栏深色背景----*/
.pageout-2 {
	background: url("../images/service-bg.png"), linear-gradient(180deg, #041839 0%, #072A69 100%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 2rem;
	height: 38rem;
	display: flex;
	flex-direction: column;
}


/*footer*/

#footer_2026 {}

.lay-footer {
	display: flex;
	gap: 1.5rem;

}

.lay-footer .div-logo {
	flex: 1;
}

.lay-footer ul {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, auto);
	grid-auto-flow: column;
	align-content: center;
	gap: 0;
}

.lay-footer ul li {
	display: flex;
	align-items: center;
}

.lay-footer ul li a {

	line-height: 2rem;
	color: #333;
}

.lay-footer ul li a:hover {
	margin: 0 0 0 0.25rem;
	color: #1857EB;
}



.lay-footer .copyr {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	line-height: 2rem;
	color: #666;

}

.copyr a.beian {}

.copyr a.beian:hover {
	color: #1857EB;
}

.lay-footer .div-weixin {
	flex: 1;
	text-align: center;
	color: #666;
}

.lay-footer .div-logo img,
.lay-footer .div-weixin img {
	display: block;
	margin: 0 auto;

}





/*----子页面----*/
.banner-sub {
	position: relative;
	height: 12.5rem;
	/* 260px */
	overflow: hidden;
	background-color: #01355d;
}

.banner-sub img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1920px;
	height: 260px;
	z-index: 0;
}

.banner-sub-inner {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 75rem;
	/* ~1200px equivalent constraint */
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 2.5rem;
	/* give some padding in case of resizing */
}

.banner-sub .banner-sub-text {
	text-align: left;
}

.banner-sub .slide-in-left {
	font-size: 2rem;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 2px;
	margin-bottom: 0.5rem;
	opacity: 0;
	animation: slideInLeft 0.8s ease-out 0.2s forwards;
}

.banner-sub .slide-in-right {
	font-size: 1.125rem;
	color: #aaa;
	/* 浅灰色 */
	letter-spacing: 1px;
	opacity: 0;
	animation: slideInRight 0.8s ease-out 0.2s forwards;
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/*============= 服务条款 ===============*/
.lay-terms {
	background: #fff;
	padding: 3.125rem;
	border-radius: 1rem;
	box-shadow: 0 0.5rem 1rem rgba(24, 87, 235, 0.05);
	margin: 1.5rem 0 2.5rem 0;
	color: #445466;
	line-height: 2;
	font-size: 1rem;
}

.lay-terms .terms-header {
	text-align: center;
	margin-bottom: 2.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #e1e6eb;
}

.lay-terms .terms-header h2 {
	font-size: 2rem;
	color: #333;
	font-weight: normal;
}

.lay-terms .terms-intro {
	font-size: 1.125rem;
	margin-bottom: 2.5rem;
}

.lay-terms .terms-section {
	margin-bottom: 2.5rem;
}

.lay-terms .terms-section h3 {
	font-size: 1.25rem;
	color: #1857EB;
	margin-bottom: 1.25rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.lay-terms .terms-section h3::before {
	content: "";
	display: inline-block;
	width: 0.375rem;
	height: 1.25rem;
	background: #1857EB;
	margin-right: 0.625rem;
	border-radius: 2px;
}

.lay-terms .terms-section h4 {
	font-size: 1.125rem;
	color: #333;
	margin-top: 1.5rem;
	margin-bottom: 0.625rem;
	font-weight: bold;
}

.lay-terms .terms-section p {
	margin-bottom: 1rem;
	text-align: justify;
}

.lay-terms .terms-section ul {
	list-style-type: decimal;
	padding-left: 2.5rem;
	margin-bottom: 1.5rem;
}

.lay-terms .terms-section ul li {
	margin-bottom: 0.625rem;
}

/*============= 合作伙伴 ===============*/
.lay-application {
	background: transparent;
	margin: 1.5rem 0 2.5rem 0;
}

.lay-application .partner-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.partner-card {
	display: flex;
	background: #fff;
	border-radius: 1rem;
	padding: 2.5rem;
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.04);
	transition: all 0.3s ease;
	align-items: center;
}

.partner-card:hover {
	box-shadow: 0 0.5rem 1.5rem rgba(24, 87, 235, 0.1);
	transform: translateY(-3px);
}

.partner-card .partner-logo {
	flex: 0 0 260px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 3rem;
	padding-right: 3rem;
	border-right: 1px solid #f0f0f0;
	min-height: 120px;
}

.partner-card .partner-logo img {
	max-width: 100%;
	max-height: 120px;
	object-fit: contain;
}

.partner-card .partner-info {
	flex: 1;
}

.partner-card .partner-info h3 {
	font-size: 1.375rem;
	color: #333;
	margin-bottom: 1rem;
	font-weight: bold;
}

.partner-card .partner-info p {
	font-size: 1rem;
	color: #666;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 0.5rem;
}

/*============= 关于我们  ===============*/
.lay-about {
	background: linear-gradient(180deg, #fdfdfe 0%, #f4f7fb 100%);
	padding: 70px 40px 90px;
	border-radius: 12px;
	border: none;
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.03);


}

.about-title {
	text-align: center;
	font-size: 36px;
	font-weight: 900;
	color: #222;
	margin: 40px 0 50px;
	letter-spacing: 2px;
}

.about-desc-box {
	max-width: 960px;
	margin: 0 auto;
	font-size: 15px;
	line-height: 2.3;
	color: #555;
	text-align: justify;
}

.about-desc-box p {
	margin-bottom: 25px;
}

.about-desc-box strong {
	color: #0b61d6;
	font-weight: bold;
}

.reason-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
}

.rc-item {
	background: #fff;
	width: calc((100% - 60px) / 3);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
	border-radius: 6px;
	padding: 45px 30px;
	text-align: center;
	transition: all 0.3s ease;
	border-bottom: 3px solid transparent;
	box-sizing: border-box;
}

.rc-item:nth-child(n+4) {
	width: calc((100% - 30px) / 2);
}

.rc-item:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 40px rgba(11, 97, 214, 0.08);
	border-bottom: 3px solid #0b61d6;
}

.rc-icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 30px;
}

.rc-icon svg {
	width: 100%;
	height: 100%;
}

.rc-title {
	font-size: 19px;
	color: #222;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.rc-desc {
	font-size: 13px;
	color: #777;
	line-height: 1.8;
}

.feature-tag {
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	border-radius: 4px;
	margin: 0 4px;
	font-weight: normal;
	font-size: 0.95em;
	line-height: 28px;
	vertical-align: baseline;
}

.ft-1 {
	background-color: hsl(155, 85%, 42%);
}

.ft-2 {
	background-color: hsl(163, 85%, 42%);
}

.ft-3 {
	background-color: hsl(171, 85%, 42%);
}

.ft-4 {
	background-color: hsl(179, 85%, 42%);
}

.ft-5 {
	background-color: hsl(187, 85%, 42%);
}

.ft-6 {
	background-color: hsl(195, 85%, 42%);
}



.lay-register {
	padding: 2rem 0 4rem 0;
	margin: 0 auto;
}

.lay-register .reg-title {
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 1.5rem;
}

.lay-register .reg-container {
	background: #fff;
	position: relative;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
	border-top: 4px solid #F0F4F8;
	/* Light top border if needed, actually it looks like white box */
}

.lay-register .reg-top-link {
	position: absolute;
	top: 1.5rem;
	left: 2rem;
	font-size: 0.875rem;
	color: #999;
}

.lay-register .reg-top-link .login-link {
	color: #00BA78;
	/* Green color for login */
	margin-left: 0.5rem;
}

.lay-register .reg-columns {
	display: flex;
	padding: 4.5rem 2rem 3rem;
}

.lay-register .reg-col {
	flex: 1;
	text-align: center;
	padding: 0 2rem;
}

.lay-register .reg-divider {
	width: 1px;
	background: #eee;
	margin: 0 1rem;
}

.lay-register .reg-col-title {
	font-size: 1.375rem;
	color: #333;
	font-weight: bold;
	margin-bottom: 2.5rem;
}

.lay-register .ent-icon-box,
.lay-register .ind-icon-box {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}

.lay-register .ent-icon-circle {
	width: 160px;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../images/icon_user01.png") no-repeat center center;
	background-size: contain;
	transition: all 0.3s ease;
	cursor: pointer;
}

.lay-register .ent-icon-circle:hover {
	transform: translateY(-5px);
}

.lay-register .ind-icon-circle {
	width: 158px;
	height: 158px;
	border: 2px solid #DDB215;
	/* Orange/Yellow border */
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lay-register .reg-desc {
	font-size: 0.875rem;
	color: #666;
	line-height: 1.8;
}

.lay-register .reg-warn {
	color: #E63946;
	margin-top: 0.25rem;
}

.lay-register .reg-ind-options {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
	gap: 1.5rem;
	height: 160px;
}

.lay-register .reg-opt {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lay-register .qr-box {
	width: 158px;
	height: 158px;
	border: 1px solid #ddd;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}

.lay-register .qr-box img {
	max-width: 100%;
	max-height: 100%;
}

.lay-register .wechat-opt p,
.lay-register .normal-opt p {
	color: #666;
	font-size: 0.875rem;
	margin-top: 0.5rem;
}

.lay-register .normal-opt .ind-icon-box {
	width: 158px;
	height: 158px;
	margin-bottom: 0;
	background: url("../images/icon_user02.png") no-repeat center center;
	background-size: contain;
	transition: all 0.3s ease;
	cursor: pointer;
}

.lay-register .normal-opt .ind-icon-box:hover {
	transform: translateY(-5px);
}

.lay-register .reg-or {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #ccc;
	font-size: 0.875rem;
}

.lay-register .reg-or::before,
.lay-register .reg-or::after {
	content: '';
	width: 1px;
	height: 40px;
	border-left: 1px dashed #ddd;
	margin: 8px 0;
}

/*=================================================== 注册表单页 (register-2) ===================================================*/
.reg-form-page {
	padding: 2rem 0 4rem;
}

.reg-form-panel {
	max-width: 62.5rem;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e1e6eb;
	border-radius: 1rem;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.reg-form-header {
	background: linear-gradient(135deg, #2E609A 0%, #4A90E2 100%);
	/* Blue gradient */
	color: #fff;
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
	padding: 1.25rem 0;
	letter-spacing: 1px;
}

.reg-form-body {
	padding: 4rem 2rem 4rem 8%;
	/* Center the form layout */
}

.form-row {
	display: flex;
	margin-bottom: 2rem;
	align-items: center;
}

.form-row-top {
	align-items: flex-start;
}

.form-label {
	width: 320px;
	text-align: right;
	padding-right: 1.5rem;
	font-size: 1rem;
	color: #555;
	flex-shrink: 0;
}

.form-label .req {
	color: #e53e3e;
	/* red asterisk */
	margin-right: 0.25rem;
	font-weight: bold;
}

.form-content {
	flex: 1;
}

.checkbox-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem 3rem;
	max-width: 500px;
}

.checkbox-grid label {
	display: flex;
	align-items: center;
	color: #555;
	font-size: 1rem;
	cursor: pointer;
	width: 100px;
}

.checkbox-grid input[type="checkbox"] {
	margin-right: 0.5rem;
	width: 1.1rem;
	height: 1.1rem;
	border: 1px solid #ccc;
	cursor: pointer;
}

.input-text {
	box-sizing: border-box;
	width: 100%;
	max-width: 380px;
	height: 2.75rem;
	border: 1px solid #e1e6eb;
	border-radius: 2px;
	padding: 0 1rem;
	font-size: 1rem;
	outline: none;
	transition: border-color 0.3s;
}

.input-text:focus {
	border-color: #3A78B8;
	box-shadow: 0 0 5px rgba(58, 120, 184, 0.1);
}

.upload-row {
	align-items: flex-start;
}

.upload-row .form-label {
	padding-top: 0.5rem;
	/* Align label with button */
}

.upload-row .lbl-bottom {
	color: #e53e3e;
	font-size: 0.875rem;
	margin-top: 0.875rem;
}

.btn-upload {
	background: #3eb5f2;
	/* Button light blue */
	color: #fff;
	border: none;
	border-radius: 3px;
	padding: 0 2rem;
	height: 2.75rem;
	font-size: 1rem;
	cursor: pointer;
	transition: background 0.3s;
}

.btn-upload:hover {
	background: #20a0e5;
}

/* 管理员账号信息 & 底部操作区 */
.mt-2rem {
	margin-top: 2.5rem;
}

.bg-autofill {
	background-color: #eef4ff;
	/* Light blue autofill look */
}

.input-icon-wrap {
	position: relative;
	width: 100%;
	max-width: 380px;
}

.input-icon-wrap .input-text {
	width: 100%;
	padding-right: 2.5rem;
}

.icon-eye {
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
	height: 1.25rem;
	cursor: pointer;
}

.code-content {
	display: flex;
	gap: 1rem;
	max-width: 380px;
}

.input-short {
	flex: 1;
	max-width: 180px;
}

.btn-getcode {
	background: #cca926;
	/* Yellowish mustard color */
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 0 1rem;
	height: 2.75rem;
	font-size: 0.95rem;
	cursor: pointer;
	flex: 1;
	transition: background 0.3s;
}

.btn-getcode:hover {
	background: #b89721;
}

.reg-actions-block {
	text-align: center;
	margin: 3rem 0;
}

.reg-agreement {
	margin-bottom: 2rem;
	font-size: 1rem;
	color: #555;
}

.agree-cb {
	margin-right: 0.5rem;
	width: 1rem;
	height: 1rem;
	cursor: pointer;
}

.agree-link {
	color: #e53e3e;
	text-decoration: underline;
	cursor: pointer;
}

.agree-link:hover {
	color: #c53030;
}

.reg-footer-btns {
	display: flex;
	justify-content: center;
	gap: 2rem;
}

.btn-submit,
.btn-cancel {
	width: 160px;
	height: 3rem;
	border: none;
	border-radius: 4px;
	font-size: 1.125rem;
	cursor: pointer;
	transition: all 0.3s;
	color: #fff;
}

.btn-submit.btn-disabled {
	background: #d1d5db;
	/* Light grey for disabled */
	cursor: not-allowed;
	color: #fff;
}

.btn-cancel {
	background: #71717a;
	/* Dark grey */
}

.btn-cancel:hover {
	background: #52525b;
}

/* Retrieve Password Specific */
.btn-submit-main {
	width: 100%;
	max-width: 380px;
	height: 3rem;
	background: #00509d;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 1.125rem;
	cursor: pointer;
	transition: background 0.3s;
}

.btn-submit-main:hover {
	background: #004494;
}

#header_2026 .logo {
	display: flex;
	align-items: center;
	color: #fff;
	line-height: normal;
}

#header_2026 .logo img {
	padding-right: 1.25rem;
}

#header_2026 .logo-title {
	font-size: 1.25rem;
	font-weight: 500;
	padding-left: 1.25rem;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	letter-spacing: 1px;
}

#header_2026 .logo a {
	display: flex;
	align-items: center;
}

.forgot-pwd-page .form-label {
	width: 200px;
}



.btn-account {
	display: block;
	width: 11.25rem;
	height: 2.75rem;
	line-height: 2.75rem;
	text-align: center;
	color: #fff;
	background-color: #0053a1;
	border-radius: 4px;
}

.btn-account:hover {
	background-color: #0366c3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

/* CA Info Page Specific Styles */
.ca-form-body {
	position: relative;
	padding: 1.5rem 2rem 4rem;
	/* Overriding global padding, top reduced, left/right 2rem */
}

.ca-inf-decoration {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	opacity: 0.5;
	/* Subtle to prevent masking text too much if it overlaps */
}

.ca-inf-decoration img {}

.step-indicator {
	padding: 1.25rem 0;
	margin-bottom: 2rem;
	text-align: center;
}

.step-inner {
	display: inline-flex;
	align-items: center;
	gap: 2.5rem;
	position: relative;
	padding-bottom: 0.75rem;
}

.step-inner::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, #4A90E2 0%, #FEC171 100%);
}

.step-indicator .step-txt {
	font-size: 1.125rem;
	color: #333;
	font-weight: bold;
}

.step-indicator .step-txt.active {
	color: #4A90E2;
}

.step-indicator .step-sep {
	color: #999;
	font-size: 1rem;
}

.info-list {
	margin: 0 auto;
	padding: 0;
	max-width: 35rem;
	/* Centered narrow container */
}

.info-item {
	display: flex;
	align-items: center;
	padding: 1.25rem 0;
	position: relative;
	border-bottom: 0px solid transparent;
	/* Keep layout steady */
}

.info-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
	height: 1.25rem;
	background-color: #009fff;
}

.info-label {
	width: 6.5rem;
	font-size: 1rem;
	color: #666;
	padding-left: 1.25rem;
}

.info-value {
	flex: 1;
	font-size: 1rem;
	color: #555;
	padding-left: 1.5rem;
}

.info-action {
	flex-shrink: 0;
}

.btn-info-action {
	display: inline-block;
	padding: 0 1.25rem;
	height: 2.5rem;
	line-height: 2.5rem;
	background-color: #e6f3ff;
	color: #0056b3;
	border-radius: 4px;
	font-size: 0.9375rem;
	transition: all 0.3s;
}

.btn-info-action:hover {
	background-color: #cce7ff;
	color: #004494;
}


/*===================================================响应式===================================================*/

@media screen and (max-width:767px) {
	html {
		font-size: 12px;
	}

	/*页面容器*/
	.layout,
	.layoutHd {
		width: 96%;
	}

	.layoutSub {
		width: 90%;
	}

	/*移动端导航*/
	#navMbl {
		display: block;
	}

	.navBar {
		display: none;
		height: 0
	}

	.navbg {
		display: none;
		height: 0
	}

	/*移动端左侧菜单*/
	.gdSubL {
		display: none;
		width: 0
	}

	.gdSubR {
		width: 100%;
	}

	/*头部LOGO图片*
	#header .hdLogo img {width:80%;}

	/*左侧菜单*/
	.panelMenu ul.menu>li a i {
		right: 0;
	}

	.panelMenu ul.menu>li a {
		padding-left: 0.125rem;
	}

	.panelMenu ul.menu ul li a {
		padding-left: 0.125rem;
	}

}


@media screen and (min-width:768px) and (max-width:1359px) {
	html {
		font-size: 14px;
	}

	/*页面容器*/
	.layout,
	.layoutHd,
	.layoutSub {
		width: 96%;
	}

	/*移动端导航*/
	#navMbl {
		display: none;
	}

	.navBar {
		display: block;
	}

	.navbg {
		display: block;
	}

	/*导航间距*/
	.navParent>a {
		padding: 0 1.5rem;
	}

}


@media screen and (min-width:1360px) {
	html {
		font-size: 16px;
	}

	/*页面容器*/
	.layout_2026,
	.layoutHd,
	.layoutSub,
	.layout-sub_2026 {
		width: 87.5rem;
	}

	/*移动端导航*/
	#navMbl {
		display: none;
	}

	.navBar {
		display: block;
	}

	.navbg {
		display: block;
	}

}

@media (max-width: 900px) {
	.rc-item {
		max-width: 45%;
	}
}

@media (max-width: 600px) {
	.rc-item {
		max-width: 100%;
	}
}

/* --- Added Interaction Styles --- */

.no-scroll {
	position: fixed;
	width: 100%;
	overflow-y: scroll !important;
}

/* Register Button Active State */
.btn-yellow {
	background-color: #cca926 !important;
	color: #fff !important;
}

.btn-yellow:hover {
	background-color: #b89721 !important;
}

/* Modal Styling */
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;
}

.modal-body {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 800px;
	height: 500px;
	background-color: #fff;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.modal-header {
	padding: 1.25rem;
	font-size: 1.25rem;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #eee;
	text-align: center;
	background: #fcfcfc;
}

.modal-content {
	flex: 1;
	padding: 2.5rem;
	overflow-y: auto;
	font-size: 1rem;
	line-height: 1.8;
	color: #555;
	text-align: justify;
}

.modal-footer {
	padding: 1rem;
	border-top: 1px solid #eee;
	text-align: center;
	background: #fcfcfc;
}

.btn-modal-close {
	padding: 0.5rem 2.5rem;
	height: 2.5rem;
	background-color: #00509d;
	color: #fff;
	border: none;
	border-radius: 4px;
	font-size: 1rem;
	cursor: pointer;
	transition: background 0.3s;
}

.btn-modal-close:hover {
	background-color: #004494;
}

/* Responsive adjustment for modal */
@media (max-width: 850px) {
	.modal-body {
		width: 90%;
		height: 70%;
	}
}

/* ----新增 横向全宽排版---- */
.board-2-out.full-width {
	width: 100%;
	flex: 0 0 100%;
}

.board-2.horizontal {
	height: 20rem;
}

.board-2.horizontal .title h3 {
	margin-top: 6rem;
}

.board-2.horizontal .div-pr {
	flex-direction: row;
	height: auto;
	margin: 2.5rem;
	gap: 3.125rem;
}

.board-2.horizontal a.list-pr {
	flex: 1;
	margin: 0;
	border-bottom: none !important;
	border-right: 1px dashed #D2E0FF;
	padding-right: 3.5rem;
}

.board-2.horizontal a.list-pr:last-child {
	border-right: none;
	padding-right: 0;
}

.board-2.horizontal a.list-pr:hover {
	margin: 0;
	transform: translateY(-5px);
}

/* ----头部资产（优惠券、余额、充值）---- */
.header-assets {
	display: flex;
	align-items: center;
	height: 3.5rem;
	margin-right: 20px;
	gap: 15px;
}

.header-assets .asset-item {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 0.875rem;
	gap: 5px;
}

.header-assets .asset-num {
	font-family: Arial, sans-serif;
	font-size: 0.875rem;
}

.header-assets .icon-coupon {
	width: 20px;
	height: 20px;
	background: url("../images/icon-yhq.png") no-repeat center center;
	background-size: contain;
}

.header-assets .icon-balance {
	width: 20px;
	height: 20px;
	background: url("../images/icon-ye.png") no-repeat center center;
	background-size: contain;
}

.header-assets .btn-recharge {
	background: linear-gradient(90deg, #FFB800 0%, #FF6A33 100%);
	color: #fff !important;
	padding: 0 12px;
	height: 26px;
	line-height: 26px;
	border-radius: 4px;
	font-size: 0.875rem;
	text-decoration: none;
	display: inline-block;
	transition: background 0.3s;
}

.header-assets .btn-recharge:hover {
	background: linear-gradient(90deg, #FFCA33 0%, #FF8555 100%);
	color: #fff !important;
}