* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* 核心内容 */
.main {
	width: 1200px;
	margin: 0 auto;
	color: #FFFFFF;
}

.banner {
	width: 100%;
	height: 900px;
	background: url("../../images/active/618hd/ban2.png") no-repeat;
	background-size: 1920px 900px;
	background-position: center;
	text-align: center;
}

.activity {
	width: 100%;
	height: 4790px;
	background-color: #180571;
	background: url("../../images/active/618hd/background.png") no-repeat;
	background-size: cover;
	background-position: center;
}

.activity .cont .module1 {
	margin-bottom: 100px;
	background-color: #180571;
}

.activity .cont .module1 .title1 {
	position: relative;
	margin: 0 auto;
	width: 809px;
	height: 187px;
	background: url("../../images/active/618hd/title1.png") no-repeat;
	background-size: cover;
	background-position: center;
}

.activity .cont .module1 .title1 .txt {
	color: #FFFFFF;
	font-size: 60px;
	padding: 17px;
	text-align: center;
}

.activity .cont .module1 .title1 .txt .span {
	color: #fedb35;
}

.activity .cont .module1 .title1 .tip {
	color: #FFFFFF;
	font-size: 38px;
	padding: 10px;
	text-align: center;
}

.activity .cont .module1 .content1 {
	margin-top: -20px;
	width: 1200px;
	height: 772px;
	background: url("../../images/active/618hd/background1.png") no-repeat;
	background-size: cover;
	background-position: center;

	padding: 40px 50px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.activity .cont .module1 .content2 {
	margin-top: -20px;
	width: 1200px;
	height: 998px;
	background: url("../../images/active/618hd/background2.png") no-repeat;
	background-size: cover;
	background-position: center;

	padding: 40px 50px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.activity .cont .module1 .content3 {
	margin-top: -20px;
	width: 1200px;
	height: 558px;
	background: url("../../images/active/618hd/background3.png") no-repeat;
	background-size: cover;
	background-position: center;

	padding: 40px 50px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.link1 {
	width: 33%;
	height: 33%;
}

.link2 {
	width: 33%;
	height: 24%;
}

.link3 {
	width: 33%;
	height: 49%;
}

.cont_item {
	height: 100%;
	background-color: #284787;
	border-radius: 20px;
	padding: 20px 10px;
	display: flex;
}

.cont_item .left {
	width: 167px;
	height: 180px;
	flex: 0 0 167px;
}

.cont_item .right {
	margin-left: 10px;
}

.cont_item .right .up .desc1 {
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	height: 50px;
}

.cont_item .right .up .desc1 .desc2 {
	color: #FFFFFF;
	font-size: 16px;
}

.cont_item .right .up .desc2 {
	color: #FFFFFF;
}

.cont_item .right .up .desc3 {
	font-size: 12px;
	height: 54px;
	color: #FFFFFF;
}

.cont_item .right .down .desc4 {
	font-size: 12px;
	color: #afafaf;
}

.cont_item .right .down .desc5 {
	color: red;
	font-weight: 900;
	font-size: 16px;
}

.cont_item .right .down .desc6 {
	font-size: 12px;
	color: #afafaf;
	text-decoration: line-through;
}

.activity .cont .module4 .title2 {
	margin: 0 auto;
	width: 757px;
	height: 113px;
	background: url("../../images/active/618hd/title2.png") no-repeat;
	background-size: cover;
	background-position: center;
	color: #fedb35;
	font-size: 60px;
	padding: 15px;
	text-align: center;
}

.activity .cont .module4 .content4 {
	margin: 50px auto;
	width: 630px;
	height: 509px;
	background: url("../../images/active/618hd/background4.png") no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 65px;
}

.qrcode {
	width: 300px;
	height: 300px;
}

.activity .cont .module4 .content4 .txt {
	font-size: 20px;
	font-weight: 500;
}

.activity .cont .module5 .title3 {
	margin: 0 auto 50px;
	width: 869px;
	height: 130px;
	background: url("../../images/active/618hd/title3.png") no-repeat;
	background-size: cover;
	background-position: center;
	color: #fedb35;
	font-size: 46px;
	padding: 30px;
	text-align: center;
}

.activity .cont .module5 .content5 {
	width: 1200px;
	height: 555px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.cont-item {
	/* width: 33%;
	height: 49%; */
	padding: 50px;

	background: url("../../images/active/618hd/background5.png") no-repeat;
	background-size: cover;
	background-position: center;
	width: 375px;
	height: 245px;
}

.cont-item .up {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.cont-item .up .icon {
	margin-right: 10px;
}

.cont-item .up .txt {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.cont-item .down {
	color: #FFFFFF;
	font-size: 18px;
}










.setps {
	width: 100%;
	height: 200px;
	background: url("../../images/home/steps.png") no-repeat;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.setps .setps_container {
	width: 1200px;
}

.setps_container .setps_container_main {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.setps_container .setps_container_main .setps_container_main_setp {
	padding: 55px 0;
}

.setps_container .setps_container_main .setps_container_main_setp .title {
	font-size: 28px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #ffffff;
	line-height: 40px;
}

.setps_container .setps_container_main .setps_container_main_setp span {
	display: block;
	margin: 10px 0 13px;
	width: 30px;
	height: 3px;
	background: #ffffff;
}

.setps_container .setps_container_main .setps_container_main_setp p {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
}

.cooperation {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: url(../../images/home/5b0a4213.png) no-repeat;
	background-size: cover;
	background-position: center;
}

.cooperation_container {
	padding: 50px 20px 47px;
	width: 1200px;
}

.cooperation_container .cooperation_container_title {
	width: 100%;
	text-align: center;
	font-size: 32px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #191d3d;
	line-height: 45px;
	margin-bottom: 38px;
}

.cooperation_container .cooperation_container_main {
	width: 100%;
}

.cooperation_container .cooperation_container_main .cooperation_container_main_items {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #e9e9e9;
}

.cooperation_container .cooperation_container_main .cooperation_container_main_items .cooperation_container_main_item {
	width: 16.66%;
	height: 113px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: 1px solid #e9e9e9;
}

.cooperation_container .cooperation_container_main .cooperation_container_main_items .cooperation_container_main_item:nth-child(6n) {
	border-right: none;
}

.cooperation_container .cooperation_container_main .cooperation_container_main_items:last-child {
	border-bottom: none;
}
