.header-site {
	width: 100%;
	height: 60px;
	background-color: #fff;
}
.site-group {
	justify-content: flex-end;
	height: 60px;
}
.site-nav {
	margin-left: 40px;
	position: relative;
}
.site-nav::after {
	content: "";
	position: absolute;
	right: -22px;
	top: 50%;
	width: 1px;
	height: 20px;
	background-color: #c4c4c4;
	transform: translateY(-50%);
}
.site-nav:last-child {margin-right: 16px;}
.site-nav:last-child::after {display: none;}
.site-nav .site {
	font-size: 18px;
	color: #626262;
	cursor: pointer;
}
.site-nav .drow {
	display: none;
	position: absolute;
	left: 50%;
	bottom: -200px;
	z-index: 101;
	width: 136px;
	padding: 8px;
	background-color: #fff;
	border: 2px solid #02C758;
	transform: translateX(-50%);
	border-radius: 10px;
}
.site-nav .drow::before {
	content: "";
	position: absolute;
	left: 50%;
	top: -16px;
	border: 8px solid transparent;
	border-bottom-color: #02C758;
	transform: translateX(-50%);
}
.site-nav .drow::after {
	content: "";
	position: absolute;
	left: 50%;
	top: -14px;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	transform: translateX(-50%);
}
.site-nav .drow .code {
	display: block;
	width: 136px;
	height: 136px;
}
.site-nav .drow .txt {
	line-height: 32px;
	margin: 0;
	text-align: center;
	font-size: 16px;
	color: #000;
}
.side-fixed {
	position: fixed;
	right: 40px;
	bottom: 150px;
}
.side-fixed .side-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 78px;
	height: 78px;
	background: #FFFFFF;
	cursor: pointer;
	border: 1px solid #EFF3F6;
	position: relative;
	transition: all .3s ease-in-out;
}
.side-fixed .side-item:first-child {border-radius: 10px 10px 0px 0px;}
.side-fixed .side-item:last-child {border-radius: 0px 0px 10px 10px;}
.side-fixed .go-top {display: none;}
.side-fixed .wechat-icon {
	width: 41px;
	height: 34px;
}
.side-fixed .phone-icon {
	width: 37px;
	height: 37px;
}
.side-fixed .top-icon {
	width: 36px;
	height: 21px;
}
.side-fixed .show-icon {display: block;}
.side-fixed .hide-icon {display: none;}
.side-fixed .side {
	display: none;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left: -170px;
	bottom: 50%;
	width: 136px;
	padding: 8px;
	background-color: #fff;
	border: 2px solid #02C758;
	transform: translateY(50%);
	border-radius: 10px;
	min-height: 70px;
}
.side-fixed .side::before {
	content: "";
	position: absolute;
	right: -16px;
	top: 50%;
	border: 8px solid transparent;
	border-left-color: #02C758;
	transform: translateY(-50%);
}
.side-fixed .side::after {
	content: "";
	position: absolute;
	right: -14px;
	top: 50%;
	border: 8px solid transparent;
	border-left-color: #fff;
	transform: translateY(-50%);
}
.side-fixed .side .code {
	width: 136px;
	height: 136px;
}
.side-fixed .side .txt {
	line-height: 32px;
	margin: 0;
	text-align: center;
	font-size: 16px;
	color: #000;
}
.side-fixed .side-item:hover {
	background-color: #02C758;
}
.side-fixed .side-item:hover .show-icon {display: none;}
.side-fixed .side-item:hover .hide-icon {display: block;}
.side-fixed .side-item:hover .side {display: flex;}


.index-banner img {
	display: block;
	height: auto;
	width: 100%;
	max-width: 100%;
}
.join-info-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 150px;
	background-color: #EFF3F6;
}
.join-info-wrap .label {
	margin-right: 30px;
	font-size: 24px;
	color: #3B4348;
}
.join-info-wrap .box {position: relative;}
.join-info-wrap .ipt {
	width: 290px;
	height: 46px;
	line-height: 30px;
	text-align: left;
	padding: 8px 15px;
	margin-right: 40px;
	font-size: 16px;
	color: #3B4348;
	background-color: #fff;
	border: 1px solid #dce4e9;
	box-sizing: border-box;
}
.join-info-wrap .error {
	position: absolute;
	left: 6px;
	bottom: -26px;
	display: none;
}
.join-info-wrap .btn {
	width: 180px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #02C758;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	border-radius: 6px;
}
.popup-mask {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .7);
	z-index: 1000;
}
.popup {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1001;
	width: 570px;
	height: 210px;
	background-color: #fff;
	transform: translate(-50%, -50%);
}
.popup .remind {
	margin: 70px 0 0 100px;
	font-size: 16px;
	color: #333;
}
.popup .btn {
	position: absolute;
	right: 30px;
	bottom: 20px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #02C758;
	cursor: pointer;
	border-radius: 10px;
}
.module-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.module-title {
	line-height: 1;
	margin-bottom: 35px;
	font-size: 50px;
	font-weight: 500;
	color: #3B4348;
}
.module-line {
	width: 1200px;
	height: 1px;
	margin-bottom: 44px;
	background-color: #CBD5DC;
}
.module-desc {
	font-size: 24px;
	color: #02C758;
}
.market-wrap {
	height: 900px;
	background-color: #fff;
}
.service-wrap {
	height: 820px;
	background-color: #EFF3F6;
}
.community-wrap {
	height: 1210px;
	background-color: #fff;
}
.partner-wrap {
	height: 870px;
	background-color: #EFF3F6;
}
.market-content {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin-top: 120px;
}
.market-content .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33%;
}
.market-content .img {
	width: 260px;
	height: 260px;
	margin-bottom: 44px;
	overflow: hidden;
	border-radius: 50%;
}
.market-content img {
	display: block;
	width: 260px;
	height: 260px;
	transition: all .3s ease-in-out;
}
.market-content .img img:hover {
	transform: scale(1.2);
}
.market-content .main {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: 500;
	color: #02C758;
}
.market-content .sub {
	margin-bottom: 26px;
	font-size: 24px;
	font-weight: 500;
	color: #3B4348;
}
.market-content .txt {
	width: 76%;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	color: #3B4348;
}
.service-content {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin-top: 98px;
}
.service-content .item {
	width: 251px;
	height: 323px;
	position: relative;
	cursor: pointer;
}
.service-content .bg {
	display: block;
	width: 251px;
	height: 323px;
}
.service-content .mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 251px;
	height: 323px;
	background-color: #02C758;
	opacity: 0;
	transition: all .3s ease-in-out;
}
.service-content .item:hover .mask {opacity: 1;}
.service-content .icon {
	position: absolute;
	left: 50%;
	bottom: 120px;
	z-index: 10;
	transform: translateX(-50%);
}
.service-content .txt {
	position: absolute;
	left: 50%;
	bottom: 50px;
	z-index: 10;
	font-size: 24px;
	color: #fff;
	transform: translateX(-50%);
}
.community-content {
	width: 1200px;
	height: 666px;
	overflow: hidden;
	position: relative;
	margin-top: 110px;
}
.community-content img {
	display: block;
	width: 1200px;
	height: 666px;
}
.community-content .html5zoo-nav, .community-content .html5zoo-timer-0, .community-content .html5zoo-text-wrapper-0 {display: none !important;}
.partner-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	margin-top: 70px;
}
.partner-content .item {
	width: 225px;
	height: 115px;
	margin-bottom: 40px;
	cursor: pointer;
	overflow: hidden;
}
.partner-content img {
	width: 225px;
	height: 115px;
	transition: all .3s ease-in-out;
}
.partner-content .item:hover img {transform: scale(1.1);}