.need_grid_img {
	width:100%;
	max-width:1140px;
	overflow:hidden;
	margin:20px auto;
	margin-top:0px;
}
.need_grid_img a {
	color:#FFFFFF;
}
.need_grid_img img {
	display:block;
	border:0
}
.need_grid_img .ul {
	display:inline-block;
	width:100%
}
.need_grid_img ul li {
	float:left;
	padding:5px 0;
	width:10%;
	text-align:center
}
.need_grid_img ul li img {
	margin:0 auto;
	padding:4px;
	width:64px;
	height:64px;
	border-radius:15px
}
@media (max-width:768px) {
	.need_grid_img ul li {
	width:25%
}
}@media (max-width:544px) {
	need_grid_img ul li {
	width:25%
}
}.need_grid_img .download-btn {
	width:76px;
}
.need_grid_img .download-btn {
	display:flex;
	align-items:center;
	justify-content:center;
	border:none;
	border-radius:30px;
	height:28px;
	padding:0 10px;
	font-size:14px;
	background:linear-gradient(#ff4260,#f625c2);
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	color:#fff;
}
.need_grid_text {
	width:100%;
	max-width:1140px;
	overflow:hidden;
	margin:20px auto;
	margin-bottom:15px;
}
.need_grid_text a {
	color:#FFFFFF;
	position:relative;
	display:inline-block;
	width:90%;
	height:30px;
	line-height:30px;
	border-radius:5px;
}
.need_grid_text a img {
	position:absolute;
	top:-5px;
	right:-5px
}
.need_grid_text ul {
	display:inline-block;
	width:100%
}
.need_grid_text ul li {
	float:left;
	padding:8px 0;
	width:12.5%;
	text-align:center
}
@media (max-width:768px) {
	.need_grid_text ul li {
	width:25%
}
}@media (max-width:544px) {
	.need_grid_text ul li {
	width:25%
}
}.need_bn {
	max-width:1140px;
	margin:5px auto;
	display:flex;
	overflow:hidden;
}
.need_bn img {
	width:100%;
	min-height:45px;
	max-height:60px;
}
.bottommob {
	touch-action:pan-y;
	-webkit-box-sizing:border-box;
	height:100px;
	position:fixed;
	bottom:0;
	z-index:1000;
	overflow:hidden;
	width:100%;
}
.bottom-bg {
	opacity:0.85;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.bottom-con {
	padding:0 10px;
	position:absolute;
	width:100%;
}
.bottom-pic {
	position:absolute;
	top:12px;
	margin-left:5px;
	width:80px;
	height:80px;
	overflow:hidden;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.bottom-text {
	margin-left:97px;
	line-height:60px;
	font-size:20px;
	color:#fff;
	font-weight:600;
}
.bottom-wenan {
	margin-left:97px;
	line-height:25px;
	font-size:16px;
	color:#fff;
}
.bottom-btn {
	position:absolute;
	top:12px;
	width:120px;
	right:20px;
	height:45px;
	line-height:45px;
	color:#ff2e4f;
	background:linear-gradient(90deg,#f6f6f6,#f6f6f6);
	border-radius:55px;
	text-align:center;
	font-size:20px;
	padding:0 5px;
	font-weight:bold;
}
.bottommob a {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.swiper-pagination {
	bottom:0!important;
}
.swiper-pagination-bullet {
	width:5px!important;
	height:5px!important;
}
.bottommob {
	swiper-theme-color:#ff6600;
	swiper-pagination-color:#fff;
}
.bottomBnClose {
	position:absolute;
	top:5px;
	right:5px;
	width:15px;
	z-index:9999;
}
.need_spin {
	animation-name:spin1;
	animation-duration:10000ms;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
	position:fixed;
	bottom:20%;
	right:5px;
	z-index:2;
}
@keyframes spin {
	from {
	transform:rotate(0deg);
}
to {
	transform:rotate(360deg);
}
}.need_spin_close {
	width:20px;
	height:20px;
	position:absolute;
	top:3px;
	right:3px;
	border-radius:50%;
	cursor:pointer;
}
.need_spin_img {
	border-radius:15px;
	border:solid 2px red;
	width:80px;
	height:80px;
}
.need_spin_2 {
	animation-name:spin1;
	animation-duration:10000ms;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
	position:fixed;
	bottom:35%;
	right:5px;
	z-index:2;
}
@keyframes spin {
	from {
	transform:rotate(0deg);
}
to {
	transform:rotate(360deg);
}
}.need_spin_2_close {
	width:20px;
	height:20px;
	position:absolute;
	top:3px;
	right:3px;
	border-radius:50%;
	cursor:pointer;
}
.need_spin_2_img {
	border-radius:15px;
	border:solid 2px red;
	width:80px;
	height:80px;
}
