.container {
	background-color: #fff;
	padding-top: 3.8rem;
	overflow-x: hidden;
}
.container .header {
	background-color: #fff;
	width: 100%;
	position: fixed;
	padding: 0.8rem 0;
	top: 0;
	left: 0;
	z-index: 199;
	display: flex;
	box-sizing: border-box;
	height: 3.8rem;
	justify-content: space-between;
	box-shadow: 2px 2px 12px rgba(238, 238, 238, 0.5);
}
.container .header .logo {
	padding-left: 1.5rem;
	display: flex;
	align-items: center;
}
.container .header .navigate {
	flex: 1;
	display: flex;
	align-items: center;
	margin-left: 3%;
	font-size: 1.4rem;
}
.container .header .navigate a {
	color: #333;
	margin-left: 1.5rem;
	cursor: pointer;
}
.container .header .navigate a.active {
	color: #5d2087;
}
.header .flodMenu {
	position: absolute;
	right: 0;
	top: 3.05rem;
	width: 11rem;
	box-shadow: 0 -2px 3px 0 rgb(0 0 0 / 6%);
	background-color: #fff;
	border-radius: 5px;
	padding: 0.7rem 1rem;
	box-sizing: border-box;
}
.header .flodMenu .menuItem {
	padding: 1.3rem 1rem;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	color: #333;
}
.header .flodMenu .menuItem a {
	color: #333;
}
.header .flodMenu .menuItem:not(:last-child) {
	border-bottom: 1px solid #eee;
}
.header .flodMenu .menuItem img {
	width: 1.4rem;
	height: 1.5rem;
	margin-right: 1.5rem;
}
.centerCircle {
	margin: 0 10px;
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	background-color: white;
	border-radius: 100%;
	position: relative;
	top: -0.5rem;
}
.footer .invite {
	background: url('../assets/invite_bg.png');
	height: 40.5vw;
	width: 100%;
	padding-top: 2.8rem;
	background-size: cover;
}
.footer .invite > div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.footer .invite .button {
	width: 14rem;
	height: 3rem;
	line-height: 3rem;
	background: #ffffff;
	border-radius: 1.5rem;
	text-align: center;
	color: rgba(104, 51, 143, 1);
	font-size: 1.4rem;
	cursor: pointer;
}
.footer .bottom-info {
	background-color: rgba(93, 32, 135, 1);
}
.footer .bottom-info .detail-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: white;
	font-size: 16px;
}
.footer .bottom-info .link {
	text-align: left;
	margin-top: 1.5rem;
	padding-bottom: 1.3rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-bottom: 2px solid #6b3590;
}
.bottom-info-extra {
	padding-top: 1.4rem;
	padding-bottom: 1.3rem;
	text-align: center;
	color: white;
}
/* 蒙层禁止滚动 body增加属性 overflow:hidden */
.modal-mask,
.img-modal-mask,.img-modal-mask2 {
	position: fixed;
	inset: 0;
	width: 100vw;
	top: 0;
	left: 0;
	z-index: 200;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}
.modal-content {
	width: 70vw;
	background-color: #fff;
	border-radius: 16px;
	z-index: 250;
	margin: 0 auto;
	margin-top: 20vh;
	position: relative;
	text-align: center;
}
.closeModal {
	position: absolute;
	right: 12px;
	top: 12px;
}
.img-modal-mask,.img-modal-mask2 {
	display: flex;
	align-items: center;
	justify-content: center;
}
.img-modal-opera {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 24px;
	background: rgba(0, 0, 0, 0.1);
	height: 50px;
	line-height: 50px;
	width: 100%;
	z-index: 9999;
}
.swiper-slide .swiper_desc {
	position: absolute;
	width: 100vw;
	color: white;
	top: 0;
	height: 100%;
}
.anchorMenu {
	width: 100vw;
	height: 4.3rem;
	background: #f6f7f8;
	overflow-y: auto;
}
.anchorMenu.fixed {
	position: fixed;
	top: 3.6rem;
	left: 0;
	z-index: 66;
	opacity: 0.9;
	box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014,
		0 9px 28px 8px #0000000d;
}

.anchorMenu .content {
	width: 100vw;
	margin: 0 auto;
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	justify-content: space-between;
}
.anchorMenu .content div {
	line-height: 4.5rem;
	color: #333;
	flex-shrink: 0;
	padding: 0 1.8rem;
}
.anchorMenu .content div span {
	display: inline-block;
	line-height: 3rem;
	top: 0.4rem;
	position: relative;
	font-size: 1.5rem;
	cursor: pointer;
}
.anchorMenu .content div span.active {
	color: #5d2087;
	border-bottom: 0.4rem solid #5d2087;
}
.productList .product {
	width: 100vw;
	margin: 0 auto;
	padding-bottom: 3rem;
	padding-top: 3rem;
	overflow-x: hidden;
}
.productList .product.product_two,
.productList .product.product_four {
	background: #f8f9fb;
}

.productList .product .titleContent {
	text-align: center;
	padding-bottom: 2.5rem;
}
.productList .product .titleContent .mainTitle {
	font-size: 1.6rem;
	font-weight: 700;
	color: #333333;
	margin-bottom: 1.2rem;
}
.productList .product .titleContent .subTitle {
	font-size: 1.3rem;
	color: #666666;
}
.tabs-swiper .swiper-pagination {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	overflow-x: auto;
	font-size: 1.4rem;
}
.tabs-item-content {
	overflow-y: hidden;
	overflow-x: auto;
}
.tabs-item-content .tabItem {
	cursor: pointer;
	position: relative;
	height: 2.4rem;
	padding: 0 2.2rem;
	flex-shrink: 0;
}
.tabs-item-content .tabItem span {
	display: inline-block;
	text-align: center;
}

.tabs-item-content .tabItem .line {
	position: absolute;
	bottom: 0;
	width: 60%;
	height: 0.2rem;
	left: 20%;
	display: none;
}

.active.tabItem {
	color: #5d2087;
}
.active.tabItem .line {
	display: block !important;
}

.tabs-swiper .tabs-banner {
	margin-top: 1rem;
}
.tabs-swiper .tabs-banner .tabs-desc {
	padding: 0 6px;
	box-sizing: border-box;

	display: flex;
	flex-direction: column;
	width: 100%;
	box-shadow: 0 0 6px 2px #e7e7e7;
}
.productList .product .tabs-desc .tabs-desc-content {
	width: 100%;
	border-radius: 10px;
	/* background-color: #fff; */
}
.tabs-swiper .tabs-banner .tabs-desc .tabs-desc-img {
	width: 100%;
	height: auto;
	flex-shrink: 0;
	position: relative;
}
.tabs-swiper .tabs-banner .tabs-desc .tabs-desc-img > img {
	border-radius: 10px;
}
.tabs-swiper .tabs-banner .tabs-desc .tabs-desc-img > img {
	width: 100%;
	height: 100%;
}
.tabs-swiper .tabs-banner .tabs-desc .tabs-desc-text {
	flex: 1;
	padding: 0 0.8rem;
	padding-bottom: 1rem;
	position: relative;
	text-align: left;
	font-size: 1.4rem;
}
.tabSwiper5.tabs-swiper .tabs-banner .tabs-desc .tabs-desc-text {
	padding-bottom: 1rem;
}
.tabSwiper1.tabs-swiper .tabs-banner .tabs-desc .logo,
.tabSwiper3.tabs-swiper .tabs-banner .tabs-desc .logo,
.tabSwiper5.tabs-swiper .tabs-banner .tabs-desc .logo,
.tabSwiper2.tabs-swiper .tabs-banner .tabs-desc .logo,
.tabSwiper4.tabs-swiper .tabs-banner .tabs-desc .logo {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
}

.tabs-swiper .tabs-banner .tabs-desc .logo img {
	width: 4.2rem;
	height: auto;
}
.tab-desc-list li {
	color: #333;
	margin-bottom: 4px;
	display: flex;
	align-items: baseline;
	color: rgba(102, 102, 102, 1);
	font-size: 1.4rem;
}

.tab-desc-list-circle {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	flex-shrink: 0;
	background-color: rgba(93, 32, 135, 1);
	margin-right: 8px;
	position: relative;
	top: -2px;
}
.list-circle {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	flex-shrink: 0;
	background-color: rgba(93, 32, 135, 1);
	margin-right: 8px;
	position: relative;
	top: 6px;
}
.tabSwiper1 .swiper-slide.swiper-slide-active .tabs-desc,
.tabSwiper2 .swiper-slide.swiper-slide-active .tabs-desc,
.tabSwiper3 .swiper-slide.swiper-slide-active .tabs-desc,
.tabSwiper4 .swiper-slide.swiper-slide-active .tabs-desc,
.tabSwiper5 .swiper-slide.swiper-slide-active .tabs-desc {
	animation: toShowTab 0.5s linear;
}
.tabSwiper1 .swiper-slide.swiper-slide-active,
.tabSwiper2 .swiper-slide.swiper-slide-active,
.tabSwiper3 .swiper-slide.swiper-slide-active,
.tabSwiper4 .swiper-slide.swiper-slide-active,
.tabSwiper5 .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
	height: auto;
}
.tabSwiper1 .swiper-slide,
.tabSwiper2 .swiper-slide,
.tabSwiper3 .swiper-slide,
.tabSwiper4 .swiper-slide,
.tabSwiper5 .swiper-slide {
	opacity: 0 !important;
	position: relative;
	height: 100px;
	overflow-y: hidden;
}
.productInfosContentItem {
	display: none;
	opacity: 0;
}
.productInfosContentItem.active {
	display: block;
	opacity: 1;
	animation: opacityChange 0.5s linear;
}
@keyframes opacityChange {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* .tabSwiper1 .tabs-desc,
.tabSwiper2 .tabs-desc,
.tabSwiper3 .tabs-desc,
.tabSwiper4 .tabs-desc,
.tabSwiper5 .tabs-desc {
	position: absolute;
	left: 0;
	top: 6px;
} */
@keyframes toShowTab {
	0% {
		margin-top: 4rem;
	}
	100% {
		margin-top: 0px;
	}
}
.productInfoContent {
	margin: 0 auto;
	text-align: center;
	padding-top: 2.5rem;
	padding-bottom: 3rem;
	color: #333;
}
.productInfoContent div {
	font-size: 1.2rem;
}
.productInfoContent .title {
	font-size: 1.5rem;
	color: #333;
	position: relative;
}
.productInfoContent .titleLine {
	display: block;
	width: 2.5rem;
	height: 0.2rem;
	background: #666666;
	border-radius: 0.2rem;
	margin: 0 auto;
	margin-top: 1rem;
}

.banzhen-card {
	width: 17rem;
	background: #fff;
	box-shadow: 0 0 0.2rem rgb(0 0 0 / 10%);
}
.banzhen-card img {
	width: 100%;
	height: 100%;
}
.banzhen-card .card-text {
	padding: 0.8rem 0.7rem;
}
