.w1200 {
	width: 1200px;
	margin: 0 auto
}

.lh-banner-btn {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10
}

.g-banner-custom-case .swiper-container {
	height: 480px;
	margin: 0 auto;
	position: relative
}

.g-banner-custom-case .swiper-container .swiper-slide h2 {
	font-weight: 500;
	font-size: 40px;
	line-height: 56px;
	color: #fff;
	margin-top: 190px
}

.g-banner-custom-case .swiper-container .swiper-slide.swiper-slide-1 {
	background: #2b2e33 url(/new/img/bg-slide-1.png?v=1c2a2323) no-repeat bottom;
	-webkit-background-size: 1920px 500px;
	background-size: 1920px 500px
}

.g-banner-custom-case .swiper-container .swiper-slide.swiper-slide-2 {
	background: #2b2e33 url(/new/img/bg-slide-2.png?v=6b346764) no-repeat bottom;
	-webkit-background-size: 1920px 500px;
	background-size: 1920px 500px
}

.g-banner-custom-case .swiper-container .swiper-slide.swiper-slide-3 {
	background: #2b2e33 url(/new/img/bg-slide-3.png?v=641742c9) no-repeat bottom;
	-webkit-background-size: 1920px 500px;
	background-size: 1920px 500px
}

.g-banner-custom-case .swiper-container .swiper-slide.swiper-slide-4 {
	background: #2b2e33 url(/new/img/bg-slide-4.png?v=7874bb4a) no-repeat bottom;
	-webkit-background-size: 1920px 500px;
	background-size: 1920px 500px
}

.g-banner-custom-case .swiper-container .swiper-slide.swiper-slide-1 {
	background: #13234a url(https://cowork-storage-public-cdn.lx.netease.com/common/2025/04/18/5929b35b2adf4a47a8d64ef7b64c3ea5.jpg) no-repeat bottom;
	-webkit-background-size: cover;
	background-size: cover
}

.g-banner-custom-case .swiper-container .swiper-slide a {
	margin-top: 30px;
	display: inline-block;
	width: 220px;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	text-align: center;
	border-radius: 20px;
	color: #236def;
	background: #fff;
	letter-spacing: -.336px
}

.g-banner-custom-case .swiper-container .swiper-slide a.js-free-use {
	background: #2373ff;
	color: #fff;
	margin-right: 20px
}

.g-banner-custom-case .swiper-container .swiper-slide a.js-free-use:hover {
	background: #4888fa
}

.g-banner-custom-case .swiper-container .swiper-pagination {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 16px;
	z-index: 1
}

.g-banner-custom-case .swiper-container .swiper-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 30px;
	height: 3px;
	margin-right: 8px;
	background: hsla(0, 0%, 100%, .2);
	opacity: 1;
	border-radius: 0
}

.g-banner-custom-case .swiper-container .swiper-pagination .swiper-pagination-bullet:last-child {
	margin-right: 0
}

.g-banner-custom-case .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #236def
}

.lh-title {
	font-size: 36px;
	text-align: center;
	color:#000;
}

.lh-title span {
	/*background: -webkit-gradient(linear, left top, right top, from(#fee2b8), to(#fed1a4));
	background: -webkit-linear-gradient(left, #fee2b8, #fed1a4);
	background: -moz-linear-gradient(left, #fee2b8, #fed1a4);
	background: linear-gradient(90deg, #fee2b8, #fed1a4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	background-clip: text;
	color: rgba(0, 0, 0, 0);*/
	color: #236DEF;
}

.lh-pain-points {
	color: #fff;
	background-color: #f6f9ff;
	height: 508px
}
.lh-pain-points span ,.lh-feat span{
	font-size: inherit;
}
.lh-pain-points .lh-cards {
	height: 330px;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between
}

.lh-pain-points .lh-cards,
.lh-pain-points .lh-cards .lh-card {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex
}

.lh-pain-points .lh-cards .lh-card {
	width: 360px;
	height: 100%;
	border-radius: 8px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1e2e4e), to(#18243b));
	background: -webkit-linear-gradient(top, #1e2e4e, #18243b);
	background: -moz-linear-gradient(top, #1e2e4e 0, #18243b 100%);
	background: linear-gradient(180deg, #36528a, #233454);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center
}

.lh-pain-points .lh-cards .lh-card:hover {
	cursor: pointer;
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.lh-pain-points .lh-cards .lh-card img {
	width: 90px;
	height: 90px;
	margin-top: 74px
}

.lh-pain-points .lh-cards .lh-card h3 {
	font-weight: 400;
	font-size: 24px;
	margin-top: 12px
}

.lh-pain-points .lh-cards .lh-card p {
	font-size: 16px;
	margin-top: 12px;
	line-height: 1.4
}

.lh-feat {
	background-color: #ffeeee;
	color: #000
}

.lh-feat .lh-feat-item:nth-child(odd) {
	background: #fff
}

.lh-feat .lh-feat-item {
	height: 496px
}

.lh-feat .lh-feat-item>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between
}

.lh-feat .lh-feat-item>div img {
	width: 648px;
	height: 448px
}

.lh-feat .lh-feat-item .lh-feat-item-text {
	position: relative;
	width: 400px
}

.lh-feat .lh-feat-item .lh-feat-item-text h3 {
	font-size: 40px;
	position: absolute;
	top: 130px;
	display: inline
}

.lh-feat .lh-feat-item .lh-feat-item-text h3 .lh-feat-item-text-txt {
	position: relative;
	z-index: 1
}

.lh-feat .lh-feat-item .lh-feat-item-text h3 .lh-feat-item-text-mark {
	z-index: 2;
	position: absolute;
	right: -74px;
	top: 0;
	width: 65px;
	height: 22px;
	background: -webkit-linear-gradient(351.93deg, #ffeabb 10.63%, #ea9e61);
	background: -moz-linear-gradient(351.93deg, #ffeabb 10.63%, #ea9e61 100%);
	background: linear-gradient(98.07deg, #ffeabb 10.63%, #ea9e61);
	border-radius: 2px 8px;
	font-size: 12px;
	color: #211815;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center
}

.lh-feat .lh-feat-item .lh-feat-item-text h3 .lh-feat-item-text-num {
	opacity: .2;
	position: absolute;
	left: 0;
	top: -33px;
	font-size: 50px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#182237));
	background: -webkit-linear-gradient(top, #fff, #182237);
	background: -moz-linear-gradient(top, #fff, #182237);
	background: linear-gradient(180deg, #fff, #182237);
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
	background-clip: text;
	color: rgba(0, 0, 0, 0)
}

.lh-feat .lh-feat-item .lh-feat-item-text p {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 190px
}

.lh-feat .lh-feat-item .lh-feat-item-text .lh-feat-item-text-btn {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	font-size: 18px;
	width: 200px;
	height: 48px;
	background: -webkit-linear-gradient(144.23deg, #4165ff 20.28%, #3737ff 84.43%);
	background: -moz-linear-gradient(144.23deg, #4165ff 20.28%, #3737ff 84.43%);
	background: linear-gradient(305.77deg, #4165ff 20.28%, #3737ff 84.43%);
	border-radius: 28px;
	margin-top: 40px;
	color:#fff;
}

.pt-38 {
    padding-top: 38px;
}
.pt-28 {
    padding-top: 28px;
}
.mt-28 {
    margin-top: 28px;
}