/* .home-header {
  height: 60px;
  background: #aaa;
} */
.home-search-content-common-searches-item-icon {
	width: 20px;
	height: 20px;
}
#main-placeholder {
	padding: 0 !important;
}
.home-banner {
	background-color: #e2e4e6;
	    padding-top: 172px;
    padding-bottom: 66px;
	background-image: url('/assets/images/home/bgImages/banner-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: -110px;
}
.home-banner-content {
	width: 1392px;
	margin: 0 auto;
}
.home-banner-content-title {
	font-weight: bold;
	font-size: 34px;
	color: #121418;
	line-height: 52px;
}
.home-banner-content-search {
	width: 696px;
	height: 60px;
	background: #ffffff;
	border-radius: 8px;
	margin-top: 30px;
}
.home-banner-content-search-icon {
	border: none;
	padding: 18px;
	padding-right: 10px;
}
.home-banner-content-search-icon-search {
	width: 24px !important;
	height: 24px !important;
}
.home-banner-content-search-input {
	border: none;
	padding-left: 0;
	font-size: 16px;
}
.home-banner-content-search-input:focus {
	box-shadow: none;
}
.home-banner-divider {
	width: 50%;
	height: 1px;
	background: #000000;
	margin-top: 50px;
	margin-bottom: 40px;
	opacity: 0.1;
}
.home-banner-desc {
	font-weight: 400;
	font-size: 16px;
	color: #121418;
	margin-bottom: 30px;
}
.home-banner-btn {
	width: 230px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: #0066ff;
	border-radius: 8px;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	transition: all 0.3s;
}
.home-banner-btn:hover {
	gap: 25px;
}
.home-banner-btn .icon-jiantou02 {
	font-size: 10px;
}
.home-results {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #fff
}
.results-content {
	width: 1392px;
	margin: 0 auto;
	padding: 0;
}
.results-content-title-text {
	width: 65%;
	font-weight: bold;
	font-size: 34px;
	color: #121418;
	line-height: 52px;
}
.results-num {
	position: relative;
}
.results-num-line {
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 78px;
	height: 8px;
}
.results-content-title-btn {
	width: 140px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	transition: all 0.3s ease-in-out;
	font-weight: 400;
	font-size: 14px;
	color: #515762;
	border-radius: 8px;
	border: 1px solid #d1d1d1;
	background-color: #fff;
}
.results-content-title-btn:hover,
.results-content-title-btn:hover .icon-jiantou02 {
	gap: 16px;
	color: #0066ff;
	border-color: #0066ff;
}
.results-content-title-btn .icon-jiantou02 {
	color: #515762;
	font-size: 10px;
}
.results-content-domain-name {
	margin-top: 30px;
}
.hot-tag {
	position: absolute;
	top: -10px;
	right: 0;
	width: 34px;
	height: 19px;
}
.results-content-domain-name-item {
	position: relative;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #eeeeee;
	font-weight: 400;
	font-size: 14px;
	color: #2d3139;
	padding: 24px;
	padding-right: 16px;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0); /* 初始无阴影 */
}
.results-content-domain-name-item:hover {
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05); /* 阴影效果 */
	color: #0066ff;
	cursor: pointer;
}
.results-content-domain-name-item:hover .icon-jiantou {
	color: #0066ff;
}
.results-content-domain-name-item-info-icon {
	width: 28px;
	height: 28px;
}
.results-content-domain-name-item-info {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 93%;
}
.results-content-domain-name-item-info-text {
	width: 75%;
	line-height: 16px;
}
.home-package {
	padding-top: 90px;
	padding-bottom: 120px;
	background-image: url('/assets/images/home/bgImages/package-bg.jpg');
	background-repeat: no-repeat; /* 不重复 */
	background-size: auto 100%; /* 高度100%，宽度自动，可能被裁剪 */
	background-position: center center; /* 居中显示 */
}
.results-content-domain-name-item-arrow {
	transform: rotateZ(-90deg);
}
.icon-jiantou {
	color: #abaeb1;
}
.package-content {
	width: 1392px;
	margin: 0 auto;
	padding: 0;
}
.package-content-title {
	font-weight: bold;
	font-size: 34px;
	color: #121418;
	line-height: 52px;
	margin-bottom: 60px;
	text-align: center;
}
.package-content-card {
	background: #ffffff;
	border-radius: 8px;
	padding: 30px;
	border: none;
}
.package-content-card:hover {
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
}
.package-content-card-title {
	font-weight: bold;
	font-size: 20px;
	color: #121418;
	line-height: 23px;
}
.package-content-card-desc {
	font-weight: 400;
	font-size: 14px;
	color: #515762;
	line-height: 30px;
	margin-top: 14px;
}
.package-content-card-line {
	width: 100%;
	height: 1px;
	background: #eeeeee;
	margin: 30px 0;
	margin-top: 24px;
}
.package-content-card-service-list:last-child {
	margin: 0;
}
.package-content-card-service {
	width: 100%;
	height: 42px;
	display: flex;
	align-items: center;
	gap: 10px;
	background: #f7f7f7;
	border-radius: 8px;
	padding: 12px 20px;
	margin-bottom: 14px;
}
.package-content-card-service:last-child {
	margin: 0;
}
.package-content-card-service-icon {
	color: #0066ff;
	font-size: 18px;
}
.package-content-card-service-text {
	flex: 1;
	font-weight: 400;
	font-size: 14px;
	color: #2d3139;
	line-height: 16px;
}
.package-content-card-cost {
	display: flex;
	align-items: end;
	gap: 4px;
	font-weight: bold;
	font-size: 20px;
	color: #ff4d00;
	margin-top: 40px;
	margin-bottom: 20px;
}
.package-content-card-money {
	height: 44px;
	line-height: 44px;
	font-size: 40px;
}
.package-content-card-month {
	font-weight: 400;
	font-size: 16px;
	color: #515762;
}
.package-content-card-btn {
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f7f7f7;
	border-radius: 8px;
	font-weight: bold;
	font-size: 14px;
	color: #0066ff;
	cursor: pointer;
	transition: all 0.3s;
}

.package-content-card-btn:hover {
	/* background: linear-gradient(90deg, #1e90ff, #006eff, #1e90ff); */
	color: #fff;
}
.tools {
	max-width: 1392px;
	padding: 0;
	padding-top: 68px;
	padding-bottom: 68px;
	margin: 0 auto;
}
.tools-title {
	font-weight: bold;
	font-size: 34px;
	color: #121418;
	line-height: 52px;
}
.tools-desc {
	font-weight: 400;
	font-size: 16px;
	color: #515762;
	line-height: 19px;
	margin-top: 20px;
	margin-bottom: 64px;
}
.tools-card-box {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(570px, 1fr));
	gap: 48px;
	margin-top: 60px;
}
.tools-card {
	/* padding: 0 24px; */
	padding: 0;
	margin: 0 !important;
}
.tools-card-item {
	background: #fff;
	border-radius: 8px;
	transition: all 0.3s;
	border: none;
	padding: 4px;
}

.tools-card-image {
	width: 242px;
	height: 242px;
	border-radius: 4px;
	background-color: #fff;
	transition: all 0.3s;
}
.tools-card-item:hover {
	background-color: #fff;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
}
.tools-card-item:hover .tools-card-image {
	/* background: linear-gradient(0deg, #3b9eff 0%, #007bff 100%); */
	background-color: #0066ff;
}
.tools-card-item-right {
	padding: 30px;
	padding-bottom: 0;
}
.tools-card-item-right-title {
	font-weight: bold;
	font-size: 20px;
	color: #121418;
	line-height: 45px;
}
.tools-card-item-right-desc {
	font-weight: 400;
	font-size: 14px;
	color: #2d3139;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.tools-card-btn {
	position: relative;
	min-width: 140px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #0066ff;
	border: 1px solid #0066ff;
	border-radius: 8px;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	padding: 13px 22px;
	cursor: pointer;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	border: none;
}
/* .tools-card-btn:hover{
  gap:20px
} */
.tools-card-btn-icon {
	transform: translateY(-2px);
}
.tools-card-btn .icon-jiantou02 {
	font-size: 8px;
}
.evaluation {
	position: relative;
	padding: 90px 0;
	background-image: url('/assets/images/home/bgImages/evaluation-bg.jpg');
	background-repeat: no-repeat; /* 不重复 */
	background-size: auto 100%; /* 高度100%，宽度自动，可能被裁剪 */
	background-position: center center; /* 居中显示 */
}
.evaluation-content {
	position: relative;
	width: 1392px;
	margin: 0 auto;
}
#evaluation-swiper-navigation-prev,
#evaluation-swiper-navigation-next {
	position: absolute;
	top: 256px;
	cursor: pointer;
	opacity: 0.8;
	transition: all 0.3s;
}
#evaluation-swiper-navigation-prev:hover,
#evaluation-swiper-navigation-next:hover {
	opacity: 1;
}
#evaluation-swiper-navigation-prev .icon-shouyedajiantou,
#evaluation-swiper-navigation-next .icon-shouyedajiantou {
	font-size: 42px;
	color: #fff;
}
#evaluation-swiper-navigation-prev {
	left: 0;
	transform: rotateZ(-180deg);
}
#evaluation-swiper-navigation-next {
	right: 0;
	/* transform: rotateZ(-90deg); */
}
.evaluation-swiper-pagination {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 40px;
}

.evaluation-swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	background: #ffffff;
	border-radius: 21px;
	opacity: 0.4;
	transition: all 0.3s;
	cursor: pointer;
}

.evaluation-swiper-pagination .swiper-pagination-bullet-active {
	/* 激活项为白色 */
	width: 40px;
	opacity: 1;
}
.evaluation-title {
	font-weight: bold;
	font-size: 34px;
	color: #ffffff;
	line-height: 52px;
	margin-bottom: 50px;
}
.evaluation-swiper {
	width: 1300px;
	height: 410px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden;
}
.evaluation-swiper-item {
	width: 800px;
	height: 360px;
	background: #ffffff;
	border-radius: 8px;
	padding: 40px;
}

.evaluation-swiper-item-info {
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
}
.home-swiper-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 68px;
	height: 54px;
}
.evaluation-swiper-item-info-avatar {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.evaluation-swiper-item-info-name {
	font-weight: bold;
	font-size: 20px;
	color: #2d3139;
	line-height: 23px;
}
.evaluation-swiper-item-info-career {
	font-weight: 400;
	font-size: 16px;
	color: #515762;
	line-height: 19px;
	margin-top: 10px;
}
.evaluation-swiper-item-line {
	width: 100%;
	height: 1px;
	background: #eeeeee;
	margin: 30px 0;
}
.evaluation-swiper-item-desc {
	font-weight: 400;
	font-size: 14px;
	color: #515762;
	line-height: 30px;
}

.home-insights {
	padding-top: 90px;
	background-color: #fff;
}
.insights-title {
	font-weight: bold;
	font-size: 34px;
	color: #121418;
	line-height: 52px;
	margin-bottom: 48px;
	text-align: center;
}

.insights-content {
	width: 1392px;
	height: 276px;
	margin: 0 auto;
	background-image: url('/assets/images/home/bgImages/insights-bg-image.jpg');
	background-size: cover; /* 背景图等比放大填满容器，会裁剪 */
	background-repeat: no-repeat; /* 防止重复 */
	padding-top: 42px;
}
.insights-content-title {
	font-weight: bold;
	font-size: 60px;
	color: #2d3139;
	line-height: 52px;
	text-align: center;
}
.insights-content-title-plus {
	color: #0066ff;
	font-size: 40px;
	margin-left: -14px;
}
.insights-content-desc {
	font-weight: 400;
	font-size: 18px;
	color: #515762;
	line-height: 52px;
	text-align: center;
}

.home-news {
	padding: 0;
	padding-top: 70px;
	padding-bottom: 120px;
	background: #f7f7f7;
}
.news-title {
	font-weight: bold;
	font-size: 34px;
	color: #121418;
	line-height: 52px;
}
.news-content {
	width: 1392px;
	margin: 0 auto;
	margin-top: 60px;
}
.news-content.row > * {
	margin: 0;
}
.news-content .news-content-left {
	padding-left: 0;
}
.news-content .news-content-right {
	padding-right: 0;
}
.news-content-card {
	padding: 30px;
	border: none;
	border-radius: 8px;
}
.news-content-card-title {
	font-weight: bold;
	font-size: 20px;
	color: #121418;
	line-height: 23px;
}
.news-content-card-more {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 400;
	font-size: 14px;
	color: #515762;
	line-height: 20px;
	cursor: pointer;
	transition: all 0.3s;
}
.news-content-card-more:hover,
.news-content-card-more:hover .icon-jiantou02 {
	color: #0066ff;
}
.news-content-card-more .icon-jiantou02 {
	color: #515762;
	font-size: 8px;
}
.news-content-card-line {
	width: 100%;
	height: 1px;
	background: #eeeeee;
	border-radius: 8px;
	margin: 30px 0;
}
.news-content-card-images {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.news-content-card-images-item {
	position: relative;
	flex: 1;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
}
.news-content-card-link {
	display: block;
}
.news-content-card-link:hover {
	color: #0066ff;
}
/* 悬浮放大效果 */
.news-content-card-link:hover .news-content-card-images-item-imge {
	transform: scale(1.1); /* 放大到110% */
}

.news-content-card-images-item-imge {
	width: 100%;
	height: 190px;
	transform: scale(1); /* 放大到110% */
	transition: all 0.3s;
}
.news-content-card-images-item-desc {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 86px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	border-radius: 8px;
	padding: 38px 12px 12px 14px;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
}
.news-content-card-images-item-desc-title {
	width: 100%;
	/* 多行文本已出省略 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2; /* 显示2行 */
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-content-card-list {
	display: flex;
	flex-direction: column;
	/* gap: 10px; */
	margin-top: 28px;
}
.news-content-card-list-item {
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	color: #2d3139;
	line-height: 45px;
}
.news-content-card-list-item:hover {
	color: #0066ff;
	cursor: pointer;
}

.news-content-right .news-content-card:first-child {
	margin-bottom: 48px;
}
.news-content-right-card-line {
	width: 100%;
	height: 1px;
	background: #eeeeee;
	border-radius: 8px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.news-content-right-card-list {
	display: flex;
	flex-direction: column;
	/* gap: 10px; */
}
.news-content-right-card-list-item {
	font-weight: 400;
	font-size: 14px;
	color: #2d3139;
	line-height: 45px;
}
.news-content-right-card-list-item:hover .news-content-right-card-link,
.news-content-right-card-list-item:hover .news-content-right-card-link {
	display: block;
	color: #0066ff;
	cursor: pointer;
}
/* 搜索模糊的样式 */
.home-search {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
	z-index: 9999;
}

.home-search-content {
	position: fixed;
	z-index: 2;
	height: 100%;
	width: 1392px;
	/* margin: 0 auto; */
	margin-left: 50%;
	transform: translateX(-50%);
	padding-top: 219px;
}

.home-search-content-title {
	font-weight: bold;
	font-size: 50px;
	color: #121418;
	line-height: 59px;
}
.home-search-content-search-box {
	position: relative;
	width: 696px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ffffff;
	border-radius: 8px;
	padding: 2px;
	margin: 30px 0;
}
.home-search-content-search-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 16px;
}
.home-search-content-search-input {
	flex: 1;
	height: 100%;
	border: none;
	/* padding-left: 10px; */
	padding: 0 10px;
	font-size: 16px;
}
.home-search-content-search-btn {
	height: 56px;
	background: #0066ff;
	border-radius: 8px;
	padding: 18px 24px;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	line-height: 19px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s;
}
.home-search-content-search-btn:hover {
	opacity: 0.9;
}
.home-search-content-common-searche-desc {
	font-weight: 400;
	font-size: 14px;
	color: #2d3139;
	line-height: 16px;
	margin-bottom: 16px;
}
.home-search-content-common-searches {
	display: flex;
	align-items: center;
	gap: 12px;
}
.home-search-content-common-searches-item {
	background: #ffffff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 10px 14px;
	font-weight: 400;
	font-size: 14px;
	color: #515762;
}
.home-search-content-common-searches-item:hover {
	cursor: pointer;
	color: #0066ff;
}
