* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	text-decoration: none;
	font-family: "Microsoft YaHei", "Arial", "黑体", "宋体", sans-serif, Alibaba PuHuiTi;
}

/* 首页 */
.home-page {
	padding-top: 0;
}

.layui-carousel-arrow {
	left: 130px;
	top: 40%;
}

.layui-carousel:hover .layui-carousel-arrow {
	left: 130px;
	/* right: 130px; */
}

.layui-carousel:hover .layui-carousel-arrow[lay-type=add],
.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
	right: 130px
}

.home-page .page-header {
	background-color: rgba(255, 255, 255);
}

.home-page .banners {
	/* margin-top: 80px; */
}

.home-page .banner {
	width: 100%;
	height: 580px;
	position: relative;
	min-width: 1200px;
}

.home-page .banner .img {
	width: 100%;
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-page .banner .layui-carousel-ind li {
	width: 30px;
	height: 3px;
	background-color: #ffffff;
	box-shadow: 0px 2px 16px 0px rgba(246, 25, 75, 0.25);
	border-radius: 2px;
}

.home-page .banner .layui-carousel-ind ul {
	background-color: transparent;
}

.home-page .banner .layui-carousel-ind li.layui-this {
	background-image: linear-gradient(269deg, #f5174b 0%, #ff4646 100%);
	box-shadow: 0px 2px 16px 0px rgba(246, 25, 75, 0.25);
}

.home-page .banner .layui-carousel-ind {
	top: -50px;
}

.home-page .commitTitle {
	margin: 80px auto 50px;
}

.home-page .commitTitle h2 {
	color: #333333;
	font-size: 32px;
	text-align: center;
}

.home-page .commitTitle p {
	color: #5e5e5e;
	line-height: 30px;
	text-align: center;
	font-size: 16px;

}


/* contactInformation */
.contactInformation {
	/* width: 1200px; */
	height: 320px;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(134, 134, 134, 0.2);
	border-radius: 20px;
	position: absolute;
	z-index: 999;
	top: 460px;
	left: 18%;
	/* display: flex; */
	padding: 10px 8px;
}

.contactInformation .contact {
	width: 100%;
	height: 120px;
	background: linear-gradient(140deg, #F9D9AE 0%, #E7BD88 100%);
	border-radius: 10px;
	padding: 14px 27px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 22px;
}

.contactInformation .contact .contact_left {
	position: relative;
}

.contactInformation .contact .contact_left .left_img {
	width: 260px;
	height: 95px;
}

.contactInformation .contact .contact_left .contact_left_text {
	position: absolute;
	left: 64px;
	top: 2px;
	z-index: 100;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	text-shadow: 0px 4px 13px rgba(193, 27, 64, 0.6);
}

.contactInformation .contact .contact_center {}

.contactInformation .contact .contact_center .center_top {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
}

.contactInformation .contact .contact_center .center_top input {
	border: none;
	width: 100%;
	height: 100%;
}

.contactInformation .contact .contact_center .center_top .FormItem {
	width: 260px;
	height: 48px;
	background: rgba(255, 255, 255, 0.89);
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
}

.contactInformation .contact .contact_center .center_top .FormItem2 {
	width: 260px;
	height: 48px;
	background: rgba(255, 255, 255, 0.89);
	border-radius: 5px;
	border: 1px solid #FFFFFF;
}

.contactInformation .contact .contact_center .center_bottom {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-around;
	align-items: center;

}

.contactInformation .contact .contact_center .center_bottom .item_box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;

}

.contactInformation .contact .contact_center .center_bottom .item_box .item_icon {
	margin-right: 5px;
}

.contactInformation .contact .contact_center .center_bottom .item_box .item_text {
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 14px;
	color: #592B0D;
}

.contactInformation .contact .contact_right {
	width: 308px;
	height: 90px;
	background: linear-gradient(-90deg, #FF2553 0%, #FF0000 28.999999999999996%, #FF6A10 100%);
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}

.custom_cursor_animation {
	width: 102px;
	height: 93px;
	position: absolute;
	display: block;
	// pointer-events: none;
	right: -21px;
	bottom: -28px;
	animation: fadeInOut 0.2s infinite alternate;
}

@-webkit-keyframes fadeInOut {
	0% {
		transform: translate(0%, 0%) scale(1);
		// opacity: 1;
	}

	50% {
		transform: translate(0%, 0%) scale(1.1);
		// opacity: 0.7;
	}

	100% {
		transform: translate(0%, 0%) scale(1);
		// opacity: 0;
	}
}


.contactInformation .contact .contact_right .right_top {
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin-top: 10px;

}

.contactInformation .contact .contact_right .right_top .num {
	/* width: 50px; */
	height: 16px;
	background: #FFFFFF;
	border-radius: 5px;
	font-family: Alibaba PuHuiTi;
	font-weight: 300;
	font-size: 14px;
	color: #FF3D05;
	line-height: 16px;
	text-align: center;
	margin: 0px 5px;
	padding: 2px 5px;
}

.contactInformation .contact .contact_right .right_center {
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	font-size: 22px;
	color: #FFFA76;
	text-shadow: 0px 4px 13px rgba(193, 27, 64, 0.6);
	margin-top: 2px;
	text-align: center;
}

.contactInformation .contact .contact_right .right_bottom {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	margin-top: 5px;

}

.contactInformation .contact .contact_right .right_bottom .time_text {
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 5px;
}

.contactInformation .contact .contact_right .right_bottom .time_box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;

}

.contactInformation .contact .contact_right .right_bottom .time_box .time_item {
	width: 22px;
	height: 16px;
	background: #FFFFFF;
	border-radius: 5px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	font-size: 14px;
	color: #FF0902;
	line-height: 16px;
	text-align: center;
}

.time_box .hour_box {}

.time_box .minute_box {}

.time_box .second_box {}

.contactInformation .release {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	align-content: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 0px 29px;
}

.contactInformation .release .release-drop {
	margin-right: 40px;
}

.contactInformation .release .release-drop:nth-child(4) {
	margin-right: 0px;
}

.contactInformation .release .item_top {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 12px;

}

.contactInformation .release .item_top img {}

.contactInformation .release .item_top .drop_title {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 30px;
	color: #333333;
}

.contactInformation .release .drop_adesc {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

/* user */
.banner .user {
	position: absolute;
	z-index: 999;
	top: 430px;
	left: 18%;
	height: 460px;
	background-color: #fff;
	box-shadow: 0px 10px 20px 0px rgba(134, 134, 134, 0.2);
	border-radius: 20px;
	display: flex;
}

.banner .user .user-msg {
	width: 354px;
	height: 100%;
	background: url(/static/k2023/images/index/0-zuo-bg.png);
	padding: 105px 0;
}

.user .user-msg form {
	width: 73%;
	margin: 0 auto;
}

.user .user-msg .layui-form-label {
	width: 100%;
	padding: 10px 0;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}

.user .user-msg .layui-form-label span {
	color: #f71c4b;
}

.user .user-msg .layui-input-block {
	margin-left: 0;
}

.user .user-msg input {
	border-radius: 5px;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.89);
	font-size: 14px;
	font-weight: 400;
	color: #999;
}

.user .user-msg .layui-btn {
	width: 100%;
	height: 40px;
	background: linear-gradient(270deg, #F6194B 0%, #FE4546 100%);
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	text-shadow: 0px 4px 13px rgba(193, 27, 64, 0.6);
	margin-top: 10px;
}

.user .release {
	margin-left: 22px;
	display: flex;
	flex-wrap: wrap;
	width: 69%;
}

.user .release .release-drop {
	width: 50%;
	padding: 45px 56px 55px 51px;
	display: flex;
	align-items: flex-start;
}

.user .release-drop img {
	margin-right: 18px;
}

.user .release-drop .drop-title {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
}

.user .release-drop .drop-adesc {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

.user .release .release-drop:first-child {
	border-bottom: 1px solid #ECE9E9;
	border-right: 1px solid #ECE9E9;
}

.user .release .release-drop:nth-child(2) {
	border-bottom: 1px solid #ECE9E9;
}

.user .release .release-drop:nth-child(3) {
	border-right: 1px solid #ECE9E9;
}



/* c2 */
.home-page .c2 {
	/* height: 623px; */
	margin-top: 230px;
}

.c2 .commitTitle h2 {
	font-size: 48px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #222222;
	line-height: 36px;
}

.c2 .commitTitle p {
	font-size: 18px;
	color: #ACACB0;
	line-height: 36px;
	margin-top: 10px;
}

.home-page .c2 .tabs {
	width: 100%;
	display: inline-block;
	border-radius: 20px;
	padding: 10px 0;
	background-color: #ffffff;
}

.home-page .c2 .tabs .tab {
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
}

.home-page .c2 .tabs .tab .no {
	color: #fd4346;
	margin-right: 5px;
	font-size: 18px;
	font-family: Alibaba PuHuiTi;
	font-weight: 800;
	line-height: 24px;
}

.home-page .c2 .tabs .tab .no span {
	font-size: 48px;
}

.home-page .c2 .tabs .tab .name {
	color: #222;
	font-size: 16px;
}

.c2 .center-card {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.c2 .center-card .layui-col-lg4 {
	width: 30%;
	margin-bottom: 60px;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 10px 20px 0px rgba(134, 134, 134, 0.2);
	border-radius: 20px;
}

.c2 .center-card .wow {
	font-size: 30px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #222222;
	line-height: 36px;
}

.c2 .center-card .wow h2 {
	margin-top: 29px;
}

.c2 .center-card .wow p {
	font-size: 16px;
	color: #666;
	padding: 10px 38px 38px 39px;
}

.c2 .more {
	display: block;
	width: 260px;
	height: 60px;
	background: linear-gradient(270deg, #F6194B 0%, #FE4546 100%);
	box-shadow: 0px 4px 13px 0px rgba(193, 27, 64, 0.6);
	border-radius: 30px;
	font-size: 20px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 60px;
	text-shadow: 0px 4px 13px rgba(193, 27, 64, 0.6);
	margin: 0 auto 130px;
	text-align: center;
}

/* c4 */
.home-page .c4 {
	background: url(/static/k2023/images/index/2-bg.png) center center no-repeat;
	width: 100%;
	padding-bottom: 130px;
	min-width: 1200px;
	background-size: cover;
}

.home-page .c4-2 {
	padding-bottom: 90px !important;
}

.c4 .commitTitle {
	padding-top: 120px;
}

.c4 .commitTitle h2 {
	font-size: 48px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #262626;
	line-height: 30px;
}

.c4 .package {
	width: 360px;
	height: 80px;
	background: rgba(254, 67, 70, 0.09);
	border: 1px solid #FBB5B3;
	border-radius: 10px;
	padding: 10px;
	display: flex;
	text-align: center;
	margin: 0 auto 52px;
}

.c4 .package li {
	width: 160px;
	height: 60px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 400;
	color: #FF0F42;
	line-height: 60px;
	cursor: pointer;
}

.c4 .package li.active {
	background: linear-gradient(270deg, #F6194B 0%, #FE4546 100%);
	box-shadow: 0px 4px 13px 0px rgba(193, 27, 64, 0.6);
	color: #fff;
}

.c4 .tabs {
	display: flex;
	justify-content: space-between;
}

.c4 .tabs .tab-box {
	width: 570px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 2px 20px 0px rgba(152, 152, 152, 0.3);
	border-radius: 20px;
	text-align: center;
	padding-top: 10px;
}

.c4 .tab-box .package-content {
	margin-bottom: 37px;
}

.c4 .tab-box .package-content li {
	display: block;
	clear: both;
	width: 84%;
	margin: 0 auto;
}

.c4 .tab-box .package-content .content-left {
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	line-height: 48px;
	float: left;
}

.c4 .tab-box .package-content .delete {
	text-decoration: line-through;
	color: #999;
}

.c4 .tab-box .package-content .content-right {
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #FF6E18;
	line-height: 48px;
}

.c4 .tab-box .price {
	clear: both;
	display: flex;
	padding-top: 37px;
	margin: 0 20px 20px 50px;
	justify-content: space-between;
}

.c4 .tab-box .package-price {
	font-size: 24px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #FF6520;
	line-height: 60px;
	text-align: left;
}

.c4 .tab-box .package-price span {
	font-size: 48px;
}

.c4 .tab-box .price1 {
	color: #FF2420;
}

.c4 .once {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	text-align: center;
	margin-top: -408px;
}

.c4 .tab-box .jump-qq {
	display: block;
	width: 300px;
	height: 60px;
	background: rgba(255, 240, 225, 0.95);
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 400;
	color: #FF5E1D;
	line-height: 60px;
}

.c4 .tab-box .jump-qq:hover {
	background: rgba(255, 60, 0, 0.95);
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	color: #fff;
}

.home-page .c4 .tabs1 {
	position: relative;
	margin-bottom: 80px;
	margin-top: 52px;
	/* display: none; */
}

.c4 .ht {
	height: 48px;
}

.home-page .c4 .swiper-slide {
	width: 380px;
	/* height: 820px; */
	background: #FFFFFF;
	border: 1px solid #ECECEC;
	border-radius: 20px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}

.home-page .c4 .swiper-slide1 {
	margin-left: 0px;
	margin-bottom: 30px;
}

.home-page .c4 .swiper-slide2 {
	margin-left: 30px;
	margin-bottom: 30px;
}

.home-page .c4 .swiper-slide:hover {
	box-shadow: 0px 2px 20px 0px rgba(152, 152, 152, 0.3);
}

.home-page .c4 .swiper-slide:hover .jump-qq {
	background: rgba(255, 255, 255, 0.95);
	color: #FF6E18;
}

.home-page .c4 .swiper-slide:hover .jump-qq:nth-child(2) {
	color: #24A064;
}

.home-page .c4 .swiper-slide:hover .jump-qq:nth-child(3) {
	color: #08AFE9;
}

.home-page .c4 .swiper-slide:hover .jump-qq:nth-child(4) {
	color: #0165EB;
}

.home-page .c4 .swiper-slide:hover .jump-qq:nth-child(5) {
	color: #FF3920;
}

.home-page .c4 .swiper-slide:hover .jump-qq:nth-child(6) {
	color: #5532DA;
}

.home-page .c4 .swiper-slide:hover .jump-qq:nth-child(7) {
	color: #824920;
}

.home-page .c4 .swiper-slide img {
	display: block;
	margin-top: 16px;
}

.home-page .c4 .swiper-slide .teh {
	/* position: absolute; */
	/* margin-top: -780px; */
	/* margin-left: -160px; */
	position: absolute;
	top: -5px;
	left: 70px;
	z-index: 100;
}

.c4 .swiper-slide .teh2 {
	position: absolute;
	top: 198px;
	right: 60px;
	z-index: 100;
}

.orange {
	color: #FF7629;
}

.green {
	color: #24A064;
}

.green-blue {
	color: #08AFE9;
}

.blue {
	color: #0165EB;
}

.purple {
	color: #5532DA;
}

.brown {
	color: #824920;
}

.red {
	color: #FF3920;
}

.c4 .swiper-slide .jump-qq {
	width: 260px;
	height: 60px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #FFFFFF;
	border-radius: 3px;
	font-size: 18px;
	font-weight: 400;
	line-height: 60px;
	text-align: center;
	position: absolute;
	margin-top: -321px;
}

.c4 .swiper-slide .jump-qq2 {
	margin-top: 0px !important;
	z-index: 99;
	left: 60px;
	top: 220px;
}

.c4 .swiper-wrapper2 {
	flex-wrap: wrap !important;
}

.c4 .swiper-slide .package-content {
	width: 86%;
	margin: 0 auto 30px auto;
}

.c4 .swiper-slide .package-content2 {
	margin: 0px !important;
}

.c4 .swiper-slide .package-content li {
	clear: both;
}

.c4 .swiper-slide .package-content .content-left {
	font-size: 18px;
	font-weight: 400;
	color: #222222;
	line-height: 48px;
	float: left;
	cursor: pointer;
}

.c4 .swiper-slide .content-left span {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/static/k2023/images/index/2-iconts.png) no-repeat center;
	margin-left: 10px;
	margin-top: 17px;
	position: absolute;
}

.c4 .swiper-slide .package-content .delete {
	text-decoration: line-through;
	color: #c7c7c7;
}

.c4 .swiper-slide .package-content .content-right {
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	float: right;
	cursor: pointer;
}

.home-page .c4 .mySwiper {
	width: 100%;
	height: 100%;
}

.home-page .c4 .swiper-button-next,
.home-page .c4 .swiper-button-prev {
	width: 40px;
	height: 40px;
	/* background: #FFFFFF;
    border: 1px solid #979797;
    box-shadow: 0px 2px 10px 0px rgba(152, 152, 152, 0.3000);
    border-radius: 20px; */
	color: #979797;
}

.home-page .c4 .swiper-button-next:hover,
.home-page .c4 .swiper-button-prev:hover {
	/* border: 1px solid #FF5757;
    box-shadow: 0px 9px 27px 0px rgba(152, 152, 152, 0.3900);
    border-radius: 20px;
    color: #FF5757 !important; */
}

.home-page .c4 .swiper-pagination-bullet {
	width: 80px;
	height: 4px;
	background: #FD4047;
	opacity: 0.2;
	border-radius: 2px;
}

.home-page .c4 .swiper-pagination-bullet-active {
	opacity: 1 !important;
}

.home-page .c4 .swiper-button-next:after,
.home-page .c4 .swiper-button-prev:after {
	/* font-size: 16px; */
	font-size: 80px;
}

.home-page .c4 .tabs2 {
	background: url(/static/toumei/image/v2021/image/jg-2.png) center center no-repeat;
	width: 100%;
	height: 218px;
	z-index: 10;
	position: relative;
	display: flex;
	justify-content: space-around;
	min-width: 1200px;
	padding-top: 130px;
}

.home-page .c4 .btn {
	width: 100px;
	height: 30px;
	border: 1px solid #A48F74;
	border-radius: 15px;
	font-size: 14px;
	font-family: Source Han Sans SC VF;
	font-weight: 400;
	color: #E8C28F;
	line-height: 30px;
	text-align: center;
}

.home-page .c4 .btn:hover {
	background: linear-gradient(180deg, #E9C79A 0%, #E7BD88 100%);
	color: #764724;
}


.home-page .c4 .swiper-slide .title {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	padding: 0 5px;
	border: 1px solid #ccc;
	width: 150px;
	opacity: 0;
}


.home-page .c4 .swiper-slide .sp1:hover .t1 {
	opacity: 1;
}

.home-page .c4 .swiper-slide .sp2:hover .t2 {
	opacity: 1;
}

.home-page .c4 .swiper-slide .sp3:hover .t3 {
	opacity: 1;
}

.home-page .c4 .swiper-slide .sp4:hover .t4 {
	opacity: 1;
}

.home-page .c4 .swiper-slide .sp5:hover .t5 {
	opacity: 1;
}


/* c6 */
.home-page .c6 {
	padding-top: 137px;
	padding-bottom: 30px;
	background: url(/static/k2023/images/index/3-bg1.png);
	background-size: cover;
	min-width: 1200px;
}

.c6 .title {
	text-align: center;
	font-size: 48px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #222222;
	line-height: 36px;
}

.home-page .c6 .center-card {
	margin-top: 66px;
	overflow: hidden;
}

.c6 .center-card .layui-col-lg4 {
	width: 380px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px 0px rgba(152, 152, 152, 0.3);
	border-radius: 20px;
	margin-right: 30px;
	padding: 40px 50px;
	margin-bottom: 30px;
}

.c6 .center-card .layui-col-lg4:nth-child(3n) {
	margin-right: 0;
}

.c6 .combo .right-top {
	position: absolute;
	top: 0;
	right: 0;
}

.c6 .combo h2 {
	font-size: 36px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
}

.c6 .combo ul {
	margin-top: 40px;
	font-size: 18px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
	margin-bottom: 40px;
	height: 200px;
}

.c6 .combo ul li {
	margin-bottom: 14px;
}

.c6 .combo ul li:first-child {
	color: #FF6300;
}

.c6 .combo ul li:last-child {
	line-height: normal;
}

.c6 .combo ul li img {
	margin-right: 10px;
}

.c6 .combo ul span {
	margin-left: 18px;
	font-size: 14px;
}

.c6 .combo .price {
	font-size: 16px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #FF3C00;
	line-height: 36px;
}

.c6 .combo .price span {
	font-size: 36px;
}

.c6 .combo .jump-qq {
	display: block;
	width: 210px;
	height: 60px;
	background: rgba(255, 241, 234, 0.95);
	border: 1px solid #FFFFFF;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 400;
	color: #FF5E1D;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.c6 .combo .serve {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.c6 .combo .service {
	display: block;
	width: 60px;
	height: 60px;
	background: rgba(255, 111, 33, 0.95);
	border-radius: 10px;
	text-align: center;
	padding-top: 15px;
}

.c6 .combo .serve:hover .service {
	background: rgba(255, 70, 33, 0.95);
}

.c6 .combo .serve:hover .jump-qq {
	background: rgba(255, 60, 0, 0.95);
	color: #fff;
}

.c6 .swiper-pagination {
	bottom: auto !important;
	margin-top: 58px;
}

.c6 .swiper-pagination span {
	display: inline-block;
	width: 160px;
	height: 2px;
	background: #FD4047;
	opacity: 0.2;
}

.c6 .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	height: 4px;
	border-radius: 2px;
}



/* c7 */
.home-page .c7 {
	padding: 120px 0px;
	width: 100%;
	text-align: center;
}

.home-page .c7Tit {
	font-size: 48px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #222222;
	line-height: 36px;
	margin-bottom: 60px;
}




/* c8 */
.home-page .c8 {
	background: url(/static/k2023//images/index/5-bg.png) center center no-repeat;
	width: 100%;
}

.c8 .center-card {
	padding: 112px 0 144px;
}

.c8 .center-card .adesc {
	font-size: 20px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #9093A0;
	line-height: 36px;
	margin-bottom: 36px;
	margin-top: 30px;
}

.c8 .number {
	display: flex;
	width: 330px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c8 .number .box {
	margin-bottom: 30px;
}

.c8 .number .add {
	display: block;
	font-weight: bold;
	font-size: 48px;
	line-height: 60px;
	background: linear-gradient(270deg, #F6194B 0%, #FE4546 100%);
	/* 线性渐变背景，方向向上 */
	-webkit-background-clip: text;
	/* 背景被裁剪成文字的前景色 */
	-webkit-text-fill-color: transparent;
	/* 文字填充颜色变透明 */

}

.c8 .number span {
	color: #333;
	font-size: 18px;
	line-height: 30px;
}

.c8 .understand {
	display: block;
	width: 200px;
	height: 60px;
	background: linear-gradient(270deg, #F6194B 0%, #FE4546 100%);
	box-shadow: 0px 4px 13px 0px rgba(193, 27, 64, 0.6);
	border-radius: 5px;
	font-size: 20px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 60px;
	text-shadow: 0px 4px 13px rgba(193, 27, 64, 0.6);
	text-align: center;
}



/* c9 */
.home-page .c9 {
	width: 100%;
	min-width: 1200px;
}

.c9 .center-card {
	padding-top: 106px;
}

.c9 .center-card .title {
	text-align: center;
	font-size: 48px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #222222;
	line-height: 36px;
	margin-bottom: 70px;
}

.c9 .member {
	display: flex;
	justify-content: space-between;
}

.c9 .member .box {
	padding-bottom: 30px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	box-shadow: 0px 0px 18px 0px rgba(97, 96, 96, 0.15);
	border-radius: 10px;
}

.c9 .member .box ul {
	margin-top: 30px;
}

.c9 .member ul li {
	clear: both;
	padding: 0 52px;
}

.c9 .member .left {
	float: left;
	font-size: 18px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #444444;
	line-height: 48px;
}

.c9 .member .box .right {
	float: right;
	font-size: 18px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #D89F52;
	line-height: 48px;
}

.c9 .member .box:nth-child(2) .right {
	color: #A26C26;
}

.c9 .member .box a {
	display: block;
	width: 470px;
	height: 60px;
	border-radius: 5px;
	margin: 66px auto 0;
	font-size: 20px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	line-height: 60px;
	text-align: center;
}

.c9 .member .box .register {
	color: #916026;
	background: linear-gradient(88deg, #ECCDA4 0%, #DCB07D 100%);
}

.c9 .member .box .recharge {
	color: #FFFFFF;
	background: linear-gradient(270deg, #6A490F 0%, #0D0D0B 100%);
}

.c9 .prompt {
	text-align: center;
	font-size: 36px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #333333;
	line-height: 36px;
	margin-top: 60px;
	margin-bottom: 30px;
}

.c9 .jump {
	display: block;
	width: 200px;
	height: 60px;
	background: linear-gradient(270deg, #F6194B 0%, #FE4546 100%);
	border-radius: 5px;
	margin: 0 auto;
	font-size: 20px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 60px;
	text-shadow: 0px 4px 13px rgba(193, 27, 64, 0.6);
	text-align: center;
	margin-bottom: 60px;
}



/* c10 */
.home-page .c10 {
	width: 100%;
}

.c10 .center-card {
	padding-bottom: 100px;
}

.c10 .center-card .title {
	padding-top: 60px;
	font-size: 48px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #222222;
	line-height: 60px;
	text-align: center;
	margin: 80px auto;
}


/* c11 */
.home-page .c11 {
	width: 100%;
}

.c11 .center-card {
	padding-top: 60px;
	padding-bottom: 120px;
}

.c11 .center-card .title {
	font-size: 48px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #222222;
	line-height: 60px;
	text-align: center;
	margin-bottom: 50px;
}

.c11 .center-card .newBox {
	width: 580px;
	background: #FFFFFF;
	border: 1px solid #F3EEEE;
	border-radius: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 24px;
}

.c11 .newBox .newList {
	margin-top: 24px;
}

.c11 .newBox .newList li {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
	display: flex;
	padding-left: 40px;
}

.c11 .newList li .title {
	font-size: 16px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 0;
	margin-left: 20px;
}

.c11 .newList li .title a {
	color: #333;
}


/* right */
.right-service {
	/* width: 90px; */
	/* height: 300px; */
	position: fixed;
	right: 10px;
	top: 38%;
	transform: translateY(-50%);
	z-index: 9999;
}

.right-service .boxs {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 21px 0 rgba(152, 152, 152, 0.19);
	padding: 20px 15px;
	width: 90px;
}

.right-service .boxs .box-line {
	border-bottom: 1px solid #f5f5f5;
}

.right-service .serviceBOX,
.right-service .goBackTop {
	padding: 10px 0px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	/* background-color: #ffffff; */
	/* box-shadow: 0px 1px 8px 0px rgba(22, 22, 22, 0.15); */
	/* border-radius: 2px; */
}

.right-service .box1 {
	background-color: rgba(0, 0, 0, 0);
	box-shadow: none;
	padding: 0;
	/* margin-left: -30px; */

}

.right-service .serviceBOX .serviceXX {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}

.right-service .serviceBOX img,
.right-service .goBackTop img {
	display: block;
	/* margin: auto; */
}

.right-service .serviceBOX {
	position: relative;
}

.right-service .serviceBOX span {
	color: #333333;
	font-size: 14px;
}

.right-service .serviceHover {
	position: absolute;
	display: none;
	width: 130px;
	background-color: #ffffff;
	box-shadow: 0px 1px 8px 0px rgba(22, 22, 22, 0.15);
	border-radius: 5px;
	margin-left: -230px;
	margin-top: 0px;
}

.right-service .serviceHover1 {
	top: 80px;
	padding: 20px;
	/* right: 112px; */
	left: 105px;
}

.right-service .serviceHover2 {
	top: 0px;
	padding: 20px 0px;
	width: 140px;
	left: 60px;
}

.right-service .serviceHover3 {
	top: 0px;
	padding: 10px 0px;
	left: 60px;
}

.right-service .serviceHover4 {
	margin-top: -72px;
	margin-left: -250px;
}

.right-service .serviceHover1 a {
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	display: block;
}

.right-service .serviceHover1 a img {
	float: left;
	margin-top: 5px;
}

.right-service .serviceHover2 div {
	margin-bottom: 15px;
}

.right-service .serviceHover2 div:last-child {
	margin-bottom: 0px;
}

.right-service .serviceHover2 div p {
	text-align: left;
	color: #434344;
	font-size: 14px;
	line-height: 18px;
}

.right-service .serviceHover2 div img {
	float: left;
	margin-top: -5px;
}

.right-service .serviceHover3 p {
	font-size: 14px;
	color: #434344;
}

.right-service .goBackTop {
	cursor: pointer;
}

.right-service .serviceBOX:hover span {
	color: #f1524e;
}

#icon_module {
	top: 64% !important;
	width: 90px;
	height: 85px;
	background: #F52A2A;
	box-shadow: 0px 0px 21px 0px rgba(152, 152, 152, 0.19);
	border-radius: 10px;
	text-align: center;
	padding: 0 15px;
	left: auto !important;
	right: 30px;
}


/* 适配 */
@media screen and (max-width:1800px) {
	.banner .user {
		left: 14%;
	}
}

@media screen and (max-width:1630px) {}

@media screen and (max-width:1540px) {
	.banner .user {
		left: 10%;
	}
}

@media screen and (max-width:1340px) {
	.banner .user {
		left: 2%;
	}
}

@media screen and (max-width:1200px) {
	.banner .user {
		left: 0;
	}
}

/* 弹窗 */
.dialog {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(21, 21, 21, 0.6);
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}

.dialog .big-box {
	margin: 100px auto 0;
	width: 1200px;
}

.dialog .big-box img {
	margin-left: 88%;
}

.table {
	width: 1000px;
	height: 700px;
	background: #FFFFFF;
	box-shadow: 0px 2px 20px 0px rgba(152, 152, 152, 0.3);
	border-radius: 20px;
	margin: 20px auto 0;
	overflow: hidden;
	padding: 30px 24px 38px 40px;
}

.table .package-msg {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.table .package-base .name {
	font-size: 36px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	color: #333333;
	line-height: 40px;
}

.table .package-base .adesc {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 40px;
}

.table .consult {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: end;
}

.table .consult .price {
	font-size: 16px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	color: #FF3C00;
	line-height: 36px;
	margin-right: 16px;
}

.table .consult .price span {
	font-size: 36px;
	font-weight: bold;
}

.table .consult .jump-qq {
	width: 120px;
	height: 40px;
	background: rgba(255, 60, 0, 0.95);
	border-radius: 3px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	text-align: center;
}

.layui-form .layui-table tbody {
	display: block;
	overflow: hidden;
	height: 458px;
	overflow-y: auto;
}

.layui-form .layui-table .screenHeight {
	height: 270px;
}

/* 定义滚动条样式 */
.layui-form .layui-table tbody::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background-color: rgba(240, 240, 240, 0);
}

/*定义滚动条轨道 内阴影+圆角*/
.layui-form .layui-table tbody::-webkit-scrollbar-track {
	box-shadow: inset 0 0 0px rgba(240, 240, 240, 0);
	border-radius: 20px;
	background-color: rgba(240, 240, 240, 0);
}

/*定义滑块 内阴影+圆角*/
.layui-form .layui-table tbody::-webkit-scrollbar-thumb {
	border-radius: 10px;
	/* box-shadow: inset 0 0 0px rgba(237, 44, 37, .5); */
	background: #E1E1E1;
}

.layui-table-header {
	background: #FFF3F3;
}

.layui-table thead tr {
	height: 40px;
	background: #FFF3F3;
	line-height: 40px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}

.layui-table thead tr div {
	text-align: left;
}

.layui-table td,
.layui-table th {
	border: none;
	font-size: 18px;
}

.layui-table-view {
	border: 1px solid #F5F5F5;
}

.layui-table tbody tr:nth-child(even) {
	background: #FAFAFA;
}

.layui-table tbody tr div {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 40px;
}

@media screen and (max-height:900px) {
	.layui-form .layui-table tbody {
		height: 270px;
	}
}


/* 套餐适配 */
@media screen and (max-width:1600px) {
	.home-page .c4 .tabs1 {
		width: 80%;
		margin: 0 auto;
	}

	.home-page .c4 .swiper-slide .teh {
		margin-top: -735px;
		margin-left: -125px;
		width: 70px;
	}

	.home-page .c4 .swiper-slide .teh2 {}

	.home-page .c4 .swiper-slide img {
		margin-top: 4px;
		width: 98%;
	}

	.c4 .once {
		margin-top: -440px;
	}

	.c4 .swiper-slide .jump-qq {
		width: 220px;
		height: 50px;
		line-height: 50px;
		margin-top: -344px;
	}

	.c4 .swiper-slide .package-content {
		width: 90%;
	}

	.home-page .c4 .swiper-slide .content-right img {
		margin-top: 16px;
	}
}

@media screen and (max-width:1340px) {
	.home-page .c4 .tabs1 {
		width: 70%;
		margin: 0 auto;
	}

	.home-page .c4 .swiper-slide .teh {
		margin-top: -707px;
		margin-left: -107px;
		width: 60px;
	}

	.c4 .swiper-slide .jump-qq {
		width: 190px;
		height: 40px;
		line-height: 40px;
		margin-top: -360px;
	}

}