html, body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: url(//i.ssimg.cn/images/esg/h5/esglm05.png) no-repeat;
	background-size: 100%;
	/*background-color: #efefef;*/
}
.js_w{
	padding: 0.12rem;
	background-color: #ffffff;
	background: linear-gradient(180deg, #FFFFFF 72%, #C7DBFF 149%);
	border-radius: 15px;
}
.membercen{
	padding: 0.9rem 0.3rem 1rem;
}
.move_js{
	font-size: 0.24rem;
	color: #333333;
	line-height: 0.4rem;
	padding: 0.12rem 0.3rem 0.22rem;
	border: 1px solid #3D75E2;
	border-radius: 0.15rem;
}
.move_js p{
	text-indent: 2em;
}
.move_tow{
	height: 0.8rem;
	padding: 0 0.7rem;
	margin-bottom: 0.4rem;
	display: inline-block;
	/* display: flex;
	align-items: center; */
	color: #ffffff;
	position: relative;
	left: -0.3rem;
	background: linear-gradient(90deg, #059CFF, #006FFF);
	border-radius: 0px 0.6rem 0px 0px;
	margin-top: 0.52rem;
}
.move_tow h2{
	font-size: 0.54rem;
	line-height: 0.8rem;
	font-family: zihunjuesaiti;
	position: relative;
	top: -1px;
	font-weight: bold;
}
.img_list{
	display: flex;
	flex-wrap: wrap;
	background-color: #ffffff;
}
.img_list li{
	width: 24%;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	padding: 0.2rem;
	box-sizing: border-box;
	margin-top: 0.2rem;
	margin-right: 1%;
}