body {
	background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
	font-family: 'Noto Sans SC', sans-serif;
}
nav a.actice{
	color:#f97316;
}
.card-hover {
	transition: all 0.3s ease;
}
.card-hover:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px -5px rgba(249, 115, 22, 0.3);
}
.btn-hover {
	transition: all 0.2s ease;
}
.btn-hover:hover {
	transform: scale(1.05);
	box-shadow: 0 5px 15px -3px rgba(249, 115, 22, 0.3);
}
.feature-icon {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
}
.feature-icon i{
	font-size: 25px;
}
.mobile-menu {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}
.mobile-menu.active {
	max-height: 500px;
}
.w1320{
	width: 1320px !important;
	margin:0 auto;
}
.indexLoginBox{
	padding:47px 30px;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
}
.indexLoginBox > .title > span{
	font-size: 26px;
	position: relative;
	display: block;
	width: fit-content;
	margin-bottom: 30px;
	
}
.indexLoginBox > .title > span::after{
	background-color: rgba(255, 0, 0, .3);
	content: "";
	display: block;
	height: 8px;
	position: relative;
	top: -8px;
	width: 100%;
}
.indexLoginBox > img{
	width: 60%;
	margin: 0 auto;
}
.serverH2 i{
	color:#f97316;
}
.indexTitle{
	text-align: center;
}
.indexTitle > span{
	display: block;
	width: fit-content;
	padding: 0 20px;
	margin:0 auto;
}
.indexTitle > span::after {
	background-color: rgba(37, 99, 253, .7);
	content: "";
	display: block;
	height: 8px;
	position: relative;
	width: 100%;
}
#mobileMenu{
	display: none;
}
@media (max-width: 1320px) {
	.w1320{
		width: 100% !important;
	}
}