@charset "utf-8";

a {
	user-select: none !important;
	text-decoration: none !important;
}

.main-top {
	position: relative;
	box-sizing: border-box;
	height: 1000px;
	padding: 30px 40px;
	overflow: hidden;
	background-image:
		linear-gradient(rgba(36, 116, 255, 0.07) 1px, transparent 1px),
		linear-gradient(90deg, rgba(36, 116, 255, 0.07) 1px, transparent 1px),
		url("/images/index/bg15.png");
	background-size: 32px 32px, 32px 32px, cover;
	background-position: left top, left top, center top;
	background-repeat: repeat, repeat, no-repeat;
}

.main-top-title {
	margin-top: 64px;
	text-align: center;
}

.main-top-title h1 {
	margin: 0;
	font-size: 50px;
	line-height: 1.25;
	font-weight: 900;
	color: #111;
	letter-spacing: 0;
}

.main-top-title h1 span {
	color: #2e6bff;
}

.main-top-title p {
	margin-top: 18px;
	font-size: 16px;
	color: #62666d;
}

.home-search-panel {
	box-sizing: border-box;
	position: absolute;
	top: 304px;
	left: 50%;
	width: 960px;
	height: 200px;
	padding: 34px 14px 0;
	transform: translateX(-50%);
	background: #fff;
	border: 1px solid rgba(143, 192, 255, 0.55);
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(30, 116, 212, 0.28);
}

.home-search-tabs {
	position: absolute;
	top: 0;
	left: 14px;
	display: flex;
	height: 34px;
}

.home-search-tabs button {
	position: relative;
	width: 88px;
	height: 34px;
	border: 0;
	background: #edf3fa;
	color: #333;
	font-size: 13px;
	cursor: pointer;
	clip-path: polygon(12px 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
}

.home-search-tabs button.active {
	background: #fff;
	z-index: 1;
}

.home-search-tabs button + button {
	margin-left: -4px;
	background: #e6edf5;
	color: #5f6670;
}

.home-search-box {
	height: 58px;
	padding-left: 20px;
	border-bottom: 1px solid #e9edf3;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home-search-left {
	min-width: 0;
	flex: 1;
	display: flex;
	align-items: center;
	color: #b9b9b9;
}

.home-search-left .icon {
	width: 16px;
	height: 16px;
	margin-right: 4px;
	color: #3f9cff;
	fill: currentColor;
	flex-shrink: 0;
}

.home-search-left > span {
	font-size: 12px;
	flex-shrink: 0;
}

.home-search-input {
	min-width: 80px;
	flex: 1;
	height: 34px;
	margin-left: 10px;
	border: 0;
	outline: 0;
	color: #303133;
	font-size: 14px;
	background: transparent;
}

.home-search-tips {
	display: flex;
	align-items: center;
	margin-left: 8px;
	color: #9aa0aa;
	font-size: 12px;
	white-space: nowrap;
}

.home-search-tips .iconfont {
	margin-left: 6px;
	font-size: 12px;
	cursor: pointer;
}

.home-search-right {
	margin-left: 24px;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.home-image-search {
	display: inline-flex;
	align-items: center;
	color: #2e6bff;
	font-size: 13px;
}

.home-image-search .icon {
	width: 14px;
	height: 14px;
	margin-right: 3px;
	fill: currentColor;
}

.home-search-btn {
	width: 68px;
	height: 34px;
	margin-left: 10px;
	border: 0;
	border-radius: 8px;
	background: #286cff;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	box-shadow: 0 7px 14px rgba(40, 108, 255, 0.25);
}

.home-hot-search {
	display: flex;
	align-items: flex-start;
	padding: 22px 0 0;
}

.home-hot-title {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-right: 12px;
}

.home-hot-title .icon {
	width: 20px;
	height: 20px;
	fill: currentColor;
	color: #ff4343;
}

.home-hot-title span {
	margin-left: 5px;
	font-size: 16px;
	font-weight: 700;
	color: #303133;
	white-space: nowrap;
}

.home-hot-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 12px;
	padding-top: 2px;
}

.home-hot-tags span {
	padding: 4px 12px;
	border-radius: 16px;
	background: #f4f6fa;
	color: #666b73;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
	transition: color 0.2s ease, background 0.2s ease;
}

.home-hot-tags span:hover {
	background: #eaf2ff;
	color: #286cff;
}

.main-top-services {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 40px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 72px;
}

.service-item {
	display: block;
	min-width: 0;
	color: #111;
}

.service-item .icon {
	width: 42px;
	height: 42px;
	margin-bottom: 16px;
	color: #286cff;
	fill: currentColor;
	filter: drop-shadow(8px 8px 0 rgba(40, 108, 255, 0.16));
}

.service-item strong {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 800;
	color: #111;
	white-space: nowrap;
}

.service-item p {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #9aa0aa;
}

.service-item:hover strong {
	color: #286cff;
}

.float {
	position: fixed;
	right: 10px;
	bottom: 20%;
	z-index: 2;
}

.floatQq,
.floatTop {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #E5E5E5;
	padding: 4px 8px;
	border-radius: 6px;
	margin-bottom: 10px;
	cursor: pointer;
	background: #fff;
	text-decoration: none !important;
	user-select: none !important;
}

.float span {
	font-size: 14px;
}

.removeMargin {
	width: 100%;
	background: #FAFAFB;
}
@media screen and (min-width: 1366px) {
	.removeMargin{
		margin: 0 -20px;
		padding: 20px 20px;
	}
}
@media screen and (min-width: 1466px) {
	.removeMargin{
		margin: 0 -40px;
		padding: 20px 40px;
	}
}
@media screen and (min-width: 1566px) {
	.removeMargin{
		margin: 0 -60px;
		padding: 20px 60px;
	}
}
@media screen and (min-width: 1666px) {
	.removeMargin{
		margin: 0 -80px;
		padding: 20px 80px;
	}
}
@media screen and (min-width: 1766px) {
	.removeMargin{
		margin: 0 -100px;
		padding: 20px 100px;
	}
}
@media screen and (min-width: 1866px) {
	.removeMargin{
		margin: 0 -120px;
		padding: 20px 120px;
	}
}
@media screen and (min-width: 1920px) {
	.removeMargin{
		margin: 0 -140px;
		padding: 20px 140px;
	}
}
@media screen and (min-width: 2000px) {
	.removeMargin{
		margin: 0 -100px;
		padding: 20px 100px;
	}
}


@media screen and (max-width: 1366px) {
	.removeMargin {
		margin: 0px 0 0 0;
		padding: 20px 0;
	}
}

.removeMarginContent{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;

}
.shortcut1 {
	padding: 10px 0;
	height: 100%;
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	flex:1;
}
.shortcut1.wrap {
	flex-wrap: wrap;
	justify-content: flex-start;
	overflow: auto;
	text-overflow: none;
}

.shortcut1.wrap .shortcut1-item {
	margin-bottom: 15px;
}

.swipe-indicator {
	padding: 10px 0;
	flex-shrink: 0;
	margin-left: 20px;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.swipe-indicator .iconfont{
	margin-top: 3px;
	font-size: 14px;
	transition: transform 0.3s ease; 
}

.swipe-indicator.rotate .iconfont {
	transform: rotate(90deg);
}

.shortcut1-item {
	flex-shrink: 0;
	margin-right: 35px;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.shortcut1-item img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.shortcut1-item>a {
	pointer-events: none;
	display: flex;
	align-items: center;
}

.shortcut1-item span {
	font-size: 16px;
	color: #434343;
}

.shortcut2-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	overflow: hidden;
	padding-top: 30px;

}

.shortcut2-left {
	margin-top: -1px;
	align-self: start;
	flex-shrink: 0; 
	border-radius: 2px;
	width: 14px;
	height: 64px;
	font-size: 14px;
	background: #F7F7F7;
	color: #E4E4E4;
	display: none;
	cursor: pointer;
}

.shortcut2-right {
	margin-left: 2px;
	margin-top: -1px;
	align-self: start;
	flex-shrink: 0; 
	border-radius: 2px;
	width: 14px;
	height: 64px;
	font-size: 14px;
	background: #F7F7F7;
	color: #E4E4E4;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.shortcut2 {
	flex: 1;
	height: 80px;
	width: 100%;
	display: flex;
	overflow: hidden;
}

.shortcut2-item {
	width: 260px;
	height: 60px;
	border-radius: 5px;
	padding: 2px 10px;
	line-height: 22px;
	transition: all 0.3s ease;
	position: relative; 
	cursor: pointer;
}

.shortcut2-item>a {
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 12px;
	user-select: none;
	text-decoration: none;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;

}


.shortcut2-item:not(:first-child) {
	margin-left: 30px;
}

.shortcut2-item img {
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

.shortcut2-item-title,
.shortcut2-item-label {
	font-size: 12px;
}

.shortcut2-item-title {
	color: #000;
	display: block;
}

.shortcut2-item-label {
	color: #7B7B7B;
	display: block;
}

.shortcut2-1 {
	border: 1px solid #FAD4D3;
	box-shadow: 0 5px 10px rgba(250, 243, 243, 0.61);
}

.shortcut2-2 {
	border: 1px solid #D8DDFA;
	box-shadow: 0 5px 10px#F4F6FD;
}

.shortcut2-3 {
	border: 1px solid #FADED0;
	box-shadow: 0 5px 10px#FCF8F8;
}

.shortcut2-4 {
	border: 1px solid #C1E7FA;
	box-shadow: 0 5px 10px#F0F8FC;
}

.shortcut2-5 {
	border: 1px solid #D1F7EC;
	box-shadow: 0 5px 10px#EBFBF6;
}

.shortcut2-6 {
	border: 1px solid #D7CDF5;
	box-shadow: 0 5px 10px#F7F6FC;
}

.shortcut2-7 {
	border: 1px solid #FADFD2;
	box-shadow: 0 5px 10px#FCF6F4;
}

.shortcut2-8 {
	border: 1px solid #FBE8A5;
	box-shadow: 0 5px 10px#FCF8E9;
}

.shortcut2-9 {
	border: 1px solid rgb(205, 239, 243);
	box-shadow: 0 5px 10px#FCF8E9;
}



@keyframes loadmore-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.loadmore-login {
	position: relative;
	margin-top: -280px;
	height: 280px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	cursor: pointer;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 -120px 50px rgba(255, 255, 255, 0.9);
}

.go-use-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	background: #1f6dff1a;
	color: rgb(31, 109, 255);
	padding: 2px 8px;
	border-radius: 50px;
	font-size: 12px;
	z-index: 1001;
	cursor: pointer;
	pointer-events: auto;
}

.shortcut1-item:hover span {
	color: #5994ff;
	transform: scaleX(1.02);
	text-shadow: 0 0 1px currentColor;
}

.shortcut1-item:hover {
	transform: translateY(-5px);
	z-index: 1;
}
.shortcut2-item:hover {
	border: 1px solid #5C8CFF;
	box-shadow:none !important;
}


.floatQq:hover,
.floatTop:hover {
	color: #5C8CFF;
	border: 1px solid #5C8CFF;
}

.loading-page{
	display: none !important;
}
