/* 全局样式 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Microsoft Yahei", sans-serif;
}

body {
	background: linear-gradient(180deg, #EEF3FF 0%, rgba(225, 231, 255, 0.35) 100%);
	color: #333;
}

ul {
	list-style: none;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

.pr {
	position: relative;
}

.container {
	width: 1400px;
	margin: 0 auto;
	height: 100%;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.common-title {
	display: flex;
	justify-content: center;
	align-items: center;
}

.common-title img {
	margin: 0 16px;
}

.common-title .section-desc {
	margin-top: 8px;
}

.section-title {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #222222;
}

.section-desc {
	font-size: 18px;
	text-align: center;
	color: #61646F;
	font-weight: normal;
}


/* 头部banner */
.header-banner {
	padding: 48px 0 25px;
	background: url(https://img9.aijiuku.com/topic/10anniversary/header_bg.png) no-repeat center;
	height: 800px;
}

.header-banner .banner-title {
	height: 344px;
}

.header-banner .banner-title .title-box {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: 136px;
	text-align: center;
}

.header-banner .banner-title .title-box .title-tag {
	width: 335px;
	height: 35px;
	border-radius: 20px 0 20px 0;
	background: linear-gradient(180deg, #FAE9B4 0%, #F9CB5D 100%);
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
	color: #DF0301;
	margin: 0 24px 12px auto;
}

.header-banner .banner-title .title-box .title-subtitle {
	font-size: 16px;
	font-weight: bold;
	color: #F8E2A0;
	margin-top: 8px;
}

.header-banner .banner-title .icon {
	position: absolute;
	right: -50px;
	bottom: -90px;
}

.header-banner .banner-tabs {
	display: flex;
	justify-content: space-between;
	height: 250px;
	border-radius: 12px;
	background: linear-gradient(0deg, #B6231B 0%, #96120B 100%);
	border: 1px solid #FF0000;
	box-shadow: inset 0px 0px 30px 0px rgba(249, 0, 0, 0.8);
	padding: 25px 27px;
	margin-top: 62px;
}


.header-banner .banner-tabs .banner-tab {
	width: 660px;
	height: 200px;
	border-radius: 8px;
	padding: 30px 35px;

}

.header-banner .banner-tabs .banner-tab:nth-child(1) {
	background: url(https://img9.aijiuku.com/topic/10anniversary/banner_tab1.png) no-repeat center;
}

.header-banner .banner-tabs .banner-tab:nth-child(2) {
	background: url(https://img9.aijiuku.com/topic/10anniversary/banner_tab2.png) no-repeat center;
}


.header-banner .banner-tabs .banner-tab .title {
	font-size: 24px;
	font-weight: bold;
}

.header-banner .banner-tabs .banner-tab:nth-child(1) .title {
	color: #FFEDE2;
}

.header-banner .banner-tabs .banner-tab:nth-child(1) p {
	color: #FFEDE2;
}

.header-banner .banner-tabs .banner-tab:nth-child(2) .title {
	color: #1639D2;
}

.header-banner .banner-tabs .banner-tab:nth-child(2) p {
	color: #333F72;
}

.header-banner .banner-tabs .banner-tab p {
	font-size: 14px;
	margin: 9px 0;
	width: 387px;
}

.header-banner .banner-tabs .banner-tab .btn {
	width: 300px;
	height: 40px;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	transition: 0.3s;
	line-height: 40px;
	cursor: pointer;
}

.header-banner .banner-tabs .banner-tab .btn:hover {
	width: 350px;
}

.header-banner .banner-tabs .banner-tab:nth-child(1) .btn {
	color: #E51A1A;
	background: linear-gradient(180deg, #FFD9C2 0%, #FFF3F3 100%);
}

.header-banner .banner-tabs .banner-tab:nth-child(2) .btn {
	color: #FFFFFF;
	background: linear-gradient(180deg, #E61B1A 0%, #FE4508 96%);
}

/* 核心服务模块 */
.core-service {
	background: url(https://img9.aijiuku.com/topic/10anniversary/core_serviceBg.png) no-repeat center;
	height: 812px;
	padding: 50px 0;
}

.core-service .core-title {
	display: flex;
	justify-content: center;
	align-items: center;
}

.core-service .core-title .section-title {
	color: #FFEDE2;
	margin: 0 14px 12px;
}

.core-service .section-desc {
	color: #FFEDE2;
}

.core-service .service-cards {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
	height: 560px;
	border-radius: 12px;
	background: linear-gradient(0deg, #B6231B 0%, #96120B 100%);
	border: 1px solid #FF0000;
	box-shadow: inset 0px 0px 30px 0px rgba(249, 0, 0, 0.8);
	padding: 30px 0;
	margin-top: 34px;
}

.core-service .service-cards .service-card {
	width: 423px;
	background: #ECF3FF;
	border-radius: 8px;

}

.core-service .service-cards .service-card ul {
	padding: 20px 16px 0;
}

.core-service .service-cards .service-card ul li {
	border-radius: 4px;
	padding: 16px 0 16px 12px;
	background: #FFFFFF;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

.core-service .service-cards .service-card ul li img {
	margin: 0 6px 3px 0;
}

.core-service .service-cards .service-card ul li .title {
	font-size: 18px;
	font-weight: 600;
}

.core-service .service-cards .service-card ul li .desc {
	font-size: 14px;
	color: #565564;
	font-weight: normal;
	margin: 8px 0 8px 22px;
}

.core-service .service-cards .service-card ul li.purple {
	background: #E3E7FF;
	color: #2D1F96;
}


.core-service .service-cards .service-card .btn-group {
	height: 54px;
	border-radius: 8px;
	border: 2px solid #E51A1A;
	border-radius: 8px;
	width: 388px;
	line-height: 54px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px auto;
}

.core-service .service-cards .service-card .btn-group .btn {
	width: 50%;
	height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	transition: 0.3s;
	line-height: 50px;
	background: linear-gradient(180deg, #E51A1A 0%, #FE4508 100%);
	color: #FFFFFF;
	cursor: pointer;
}

.core-service .service-cards .service-card .btn-group .btn.btn-outline {
	background: #fff;
	border-radius: 4px 0 0 4px;
	color: #FFFFFF;
	color: #E51A1A;
}

.core-service .service-cards .service-card .btn-group .btn.btn-outline img {
	margin: 0 6px 3px 0;
}

.core-service .service-cards .service-card .btn-group .btn:hover {
	width: 60%;
}

/* 增值服务模块 */
.value-service {
	padding: 78px 0;
}

.value-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 63px;
}

.value-grid .value-item img {
	cursor: pointer;
	transition: 0.3s;
}

.value-grid .value-item img:hover {
	transform: translateY(-20px);
}

/* 数据荣誉模块 */
.data-honor {
	background: url(https://img9.aijiuku.com/topic/10anniversary/data_honorBg.png) no-repeat center;
	padding-top: 74px;
	text-align: center;
	height: 220px;
}

.data-honor h2 {
	font-size: 40px;
	font-weight: 900;
	color: #fff;
}

/* 会员服务模块 */
.member-service {
	padding: 70px 0 93px;
}

.member-service .member-wrap {
	display: flex;
	margin-top: 48px;
	gap: 49px;
}

.member-service .member-wrap .member-card .left-info {
	width: 559px;
	margin: 0 0 40px 20px;
}

.member-service .member-wrap .member-card .left-info .tit {
	font-size: 32px;
	font-weight: bold;
}

.member-service .member-wrap .member-card .left-info .tit span {
	color: #E51A1A
}

.member-service .member-wrap .member-card .left-info .desc {
	font-size: 16px;
	font-weight: 500;
	color: #61646F;
	line-height: 24px;
	margin: 11px 0 5px;
}

.member-service .member-wrap .member-card .tag {
	width: 434px;
	height: 58px;
	border-radius: 60px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px #D3DAEE;
	margin: 0 auto 33px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	line-height: 58px;
}

.member-service .member-wrap .member-card .tag span {
	color: #2354FE
}


.member-service .btn {
	width: 300px;
	height: 54px;
	border-radius: 4px;
	background: linear-gradient(180deg, #E51A1A 0%, #FF4608 100%);
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	line-height: 54px;
	text-align: center;
	margin: 43px auto 0;
	cursor: pointer;
	transition: 0.3s;
}

.member-service .btn:hover {
	width: 380px;
}

.member-service .btn img {
	margin: 0 10px 5px 0;
}

/* 出海服务模块 */
.oversea-service {}

.oversea-service .oversea-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin: 56px 0 46px;
}

.oversea-service .oversea-grid .oversea-item {
	width: 450px;
	height: 120px;
	border-radius: 8px;
	background: linear-gradient(270deg, #FFFBF8 0%, #FFFFFF 100%);
	padding: 17px 34px;
	display: flex;
	align-items: center;
}

.oversea-service .oversea-grid .oversea-item img {
	margin-right: 34px;
}

.oversea-service .oversea-grid .oversea-item h4 {
	font-size: 24px;
	font-weight: bold;
}

.oversea-service .oversea-grid .oversea-item p {
	font-size: 16px;
	font-weight: 500;
	color: #61646F;
	margin-top: 10px;
}

.oversea-service .oversea-gallery {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}

.oversea-service .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.oversea-service .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
	box-shadow: 0px 0px 50px 0px #9FB5DC;
}

.swiper-button-next,
.swiper-button-prev {
	background: none;
	display: flex;
	align-items: center;
	text-align: center;
}

.oversea-service .swiper-button-prev {
	left: -40px;

}

.oversea-service .swiper-button-next {
	right: -40px;

}

.oversea-gallery img {
	width: 335px;
	height: 210px;
	object-fit: cover;
	border-radius: 4px;
}

/* 入驻流程模块 */
.join-process {
	padding-top: 40px;
	margin-bottom: -100px;
}

.join-process .process-banner {
	background: url(https://img9.aijiuku.com/topic/10anniversary/process_bg.png) no-repeat center;
	height: 338px;
	padding: 67px 41px 0 94px;
	color: #FFEDE2;
	display: flex;
	justify-content: space-between;
	margin-bottom: -110px;
}

.join-process .process-banner h2 {
	font-size: 48px;
	font-weight: 800;
}

.join-process .process-banner p {
	font-size: 20px;
	font-weight: 500;
}

.join-process .process-banner h4 {
	font-size: 18px;
	font-weight: 600;
	text-align: right;
	cursor: pointer;
}

.join-process .process-banner h4:hover {
	text-decoration: underline;
}

.join-process .process-banner img {
	margin: 0 5px 3px;
}

.join-process .process-banner .btn {
	background: linear-gradient(270deg, #FFF3F3 0%, #FFF7F7 100%);
	width: 233px;
	height: 53px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 600;
	color: #E51A1A;
	line-height: 53px;
	text-align: center;
	margin-top: 14px;
	cursor: pointer;
	transition: 0.3s;
}

.join-process .process-banner .btn:hover {
	width: 300px;
}

.join-process .process-steps {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	justify-content: center;
}

.join-process .process-steps .process-step {
	width: 316px;
	height: 240px;
	border-radius: 12px;
	background: linear-gradient(180deg, #FFF3F3 0%, #FFFFFF 100%);
	padding: 24px 54px 24px 41px;
}

.join-process .process-steps .process-step .step-number {
	font-size: 60px;
	font-weight: 500;
	color: #E51A1A;
	margin-bottom: 10px;
}

.join-process .process-steps .process-step .step-title {
	font-size: 24px;
	font-weight: bold;
	color: #D00002;
	margin-bottom: 10px;
}

.join-process .process-steps .process-step .step-desc {
	font-size: 18px;
	color: #463838;
}

/* 合作优势模块 */
.coop-advantage {
	padding-bottom: 30px;
}

.coop-advantage .img {
	margin: -55px auto 0;

}

.coop-advantage .advantage-box {
	width: 100%;
	height: 822px;
	background: url(https://img9.aijiuku.com/topic/10anniversary/advantage_img.png) no-repeat center;
}

.coop-advantage .advantage-box .advantage-item {
	position: absolute;
}

.coop-advantage .advantage-box .advantage-item:nth-child(1) {
	top: 222px;
	left: 100px;
}

.coop-advantage .advantage-box .advantage-item:nth-child(2) {
	top: 222px;
	right: 86px;
}

.coop-advantage .advantage-box .advantage-item:nth-child(3) {
	bottom: 156px;
	left: 100px;
}

.coop-advantage .advantage-box .advantage-item:nth-child(4) {
	bottom: 183px;
	right: 86px;
}

.coop-advantage .advantage-box .advantage-item h4 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.coop-advantage .advantage-box .advantage-item .line {
	width: 53px;
	height: 3px;
	margin: 10px 0;
	background: #D00002;
}

.coop-advantage .advantage-box .advantage-item p {
	font-size: 20px;
	font-weight: 500;
	color: #463838;
	width: 221px;
}

.coop-advantage .advantage-circle {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}

.coop-advantage .advantage-circle .swiper-wrapper {
	transition-timing-function: linear !important;
}

.coop-advantage .advantage-circle .advantage-list {}

.coop-advantage .advantage-circle .advantage-item {
	width: 260px;
	height: 80px;
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0;
}

/* 底部联系模块 */
.footer-contact {
	background: url(https://img9.aijiuku.com/topic/10anniversary/footer_bg.png) no-repeat center;
	height: 280px;
	padding: 38px 0;
	text-align: center;
	color: #fff;

}

.footer-contact p {
	font-size: 20px;
	font-weight: bold;
}

.footer-contact h2,
.footer-contact .phone {
	font-size: 36px;
	font-weight: bold;
}


.contact-form {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

.el-input__wrapper {
	box-shadow: none !important;
}

.contact-form .input-box {
	display: flex;
	align-items: center;
	width: 320px;
	height: 50px;
	border-radius: 2px;
	background: #FFFFFF;
	padding: 12px;
}

.contact-form .form-btn {
	width: 300px;
	height: 52px;
	border-radius: 4px;
	cursor: pointer;
	background: linear-gradient(270deg, #E51A19 0%, #FF4508 100%);
	text-align: center;
	line-height: 52px;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.fixed-customer {
	position: fixed;
	bottom: 15%;
	right: 0;
	z-index: 999;
}

.fixed-customer img {
	margin: 10px 0;
}

.fixed-customer .img-item {
	cursor: pointer;
	transition: 0.3s;
}

.fixed-customer .img-item:hover {
	transform: translateY(-20px);
}


.fixed-customer1 {
	position: fixed;
	top: 10%;
	right: 0;
	z-index: 999;
}

.fixed-customer1 .img-item {
	cursor: pointer;
	transition: 0.3s;
}

.fixed-customer1 .img-item:hover {
	transform: translateY(-20px);
}



.dialog-footer {
	display: flex;
	background-color: #fff;
	border-radius: 16px;
	width: 650px;
	height: 439px;
}

.el-dialog {
	padding: 0;
	background: none;
	box-shadow: none
}

.el-dialog .el-dialog__headerbtn {
	right: 6px;
	top: 24px;
	z-index: 99;
}

.el-dialog .el-dialog__close {
	width: 28px;
	height: 28px;
	background: #fff;
	font-size: 20px;
	border-radius: 50%;
	color: #000;
}

.dialog-footer .el-button--primary {
	background: linear-gradient(270deg, #135AE8 0%, #1946D5 100%);
}

.customer-box {
	padding: 40px 0px 0 25px;
	width: 300px;
}

.customer-box .tit {
	font-size: 20px;
	font-weight: 600;
	color: #222222;
}

.customer-box .desc {
	font-size: 14px;
	color: #61646F;
	line-height: 20px;
	margin: 13px 0 18px;
}

.customer-box .input-txt {
	background: #fff;
	padding: 0 10px;
	width: 100%;
	height: 49px;
	line-height: 49px;
	border: 1px solid #D8D8D8;
	outline: none;
	border-radius: 4px;
	box-sizing: border-box;
}

.customer-box .input-hover {
	border: 1px solid #135AE8;
	box-shadow: 0px 4px 8px 0px rgb(1 26 220 / 16%);
}

.customer-box .item .name {
	font-size: 16px;
	font-weight: 600;
	color: #222;
	margin: 20px 0;
}

.customer-box .btn {
	height: 54px;
	border-radius: 4px;
	cursor: pointer;
	background: linear-gradient(180deg, #E61B1A 0%, #FE4508 96%);
	text-align: center;
	line-height: 54px;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 25px;
}

.el-backtop{
	right: 33px !important;
}