.guideHeader{
	width: 100%;
	min-width: 1200px;
	height: 88px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.guideHeader .headerCon{
	width: 1200px;
	margin: 0 auto;
	line-height: 88px;
}
.guideHeader .headerCon .loginBtn{
	width: 88px;
	height: 34px;
	border-radius: 17px;
	border: 1px solid #008750;
	line-height: 34px;
	text-align: center;
	color: #008750;
	font-size: 14px;
	float: right;
	margin-top: 28px;
	font-weight: 600;
}
.guideLogoCh{
	width: 260px;
}
.guideLoginBtn{
	float: right;
	cursor: pointer;
	color: #008750;
	font-size: 14px;
	font-weight: 600;
}
.regCon{
	padding-top: 100px;
	background-color: #FFFFFF;
}
.regFlexCon{
	width: 1200px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.regCon .loginAlertCon{
	position: relative;
	left:0;
	margin-left:0;
	top:0;
	transform: translateY(0%);
	width: 600px;
}
.earnTextH3{
	text-align: center;
	color: #1C201E;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 80px;
}
.regCon .jsyTextCon{
	margin: 0 auto;
	color: #171817;
	font-size: 20px;
	width: 300px;
	font-weight: 600;
}
.regCon .jsyTextCon span{
	color: #FF5306;
	font-size: 30px;
	font-style:italic;
}
.loginRegBanner{
	width: 352px;
}
.lrLine{
	width: 1px;
	height: 300px;
	background: #D8D8D8;
	opacity: 0.6;
	position: absolute;
	right: 0px;
	top: 100px;
}
.swiperImgCon{
	width: 300px;
	margin: 0 auto;
	position: relative;
}
.swiperImgCon .swiper-pagination{
	left: 50%;
	transform: translateX(-50%);
	bottom: -60px;
}
.swiperImgCon .swiper-pagination-bullet{
	background-color: transparent !important;
	border: 2px solid #D8D8D8;
	width: 20px;
	height: 20px;
	margin-right: 20px;
}
.swiperImgCon .swiper-pagination-bullet-active {
    background-color: #D8D8D8 !important;
}
.swiperImgCon .swiper-slide{
	text-align: center;
}
.swiperImgCon .swiper-slide .newSwImg1{
	width: 300px;
	height: 300px;
}
.swiperImgCon .swiper-slide .newSwImg2{
	width: 270px;
	height: 300px;
}
.swiperImgCon .swiper-slide .newSwImg3{
	width: 300px;
	height: 300px;
}
.swiperImgCon .swiper-slide .newSwText{
	font-size: 16px;
	color: #1C201E;
	font-weight: 600;
	margin-top: 40px;
}