/* 服务体系 */
.system{
	width: 92%;
	padding: 2% 4%;
	background-color: #FFFFFF;
	opacity: 1;
}
.system-title{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}
.system-title p{
	height: 25px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 25px;
	color: #1C1C1C;
	opacity: 1;
}
.system-box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.system-content{
	width: 94%;
	padding: 0 3%;
	height: 76px;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 15px;
}
.system-contentLeft{
	width: 52px;
	height: 52px;
	margin-right: 8px;
	opacity: 1;
}
.system-contentRight{
	flex: 1;
	display: flex;
	flex-direction: column;
}
.systemRight-title{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #1C1C1C;
	opacity: 1;
}
.systemRight-detail{
	font-size: 10px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 15px;
	color: #666666;
	opacity: 1;
	margin-top: 5px;
}
/* 联运系统产品展示 */
.service{
	background: rgba(246, 248, 255, 0.39);
	opacity: 1;
	padding: 2% 4% 35px 4%;
	position: relative;
}
.service-type{
	width: 98%;
	height: 30px;
	padding: 0 1%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgba(255,255,255,0.79);
}
.service-typeFont{
	font-family: PingFang SC;
	font-weight: 400;
	opacity: 1;
	font-size: 10px;
	line-height: 14px;
	color: #C1C1C1;
}
.service-typeActive{
	font-size: 16px;
	font-weight: 500;
	color: #FF0000;
}
.active_nearby{
	font-size: 12px;
	color: #666666;
}
/* .service-type span:nth-child(1){
	font-size: 10px;
	line-height: 14px;
	color: #C1C1C1;
} */
/* .service-type span:nth-child(2),.service-type span:nth-child(6){
	font-size: 12px;
	line-height: 17px;
	color: #C1C1C1;
}
.service-type span:nth-child(3),.service-type span:nth-child(5){
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}
.service-type span:nth-child(4){
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	color: #FF0000;
} */
.service-typeBox{
	width: 84px;
	height: 37px;
	background: rgba(255, 255, 255, 0.39);
	border: 1px solid #E4E4E4;
	opacity: 1;
	line-height: 37px;
	text-align: center;
}
.service-typeBox:hover{
	width: 84px;
	height: 37px;
	background: rgba(84, 141, 255, 0.39);
	opacity: 1;
	color: #FFFFFF;
}
.service-contentBox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 17px 0;
}
.service-contentBox .swiper-container{
	width: 216px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-contentBox .swiper-slide{
	width: 216px;
	height: 216px;
}
.service-contentBox .swiper-slide img{
	width: 100%;
	height: 100%;
}
.service-contentBox .custom_pagination{
	width: 92%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 5px;
}
.custom_pagination .swiper-pagination-bullet{
	margin-right: 5px !important;
}
.swiper-container{
	--swiper-navigation-color: #666666;/* 单独设置按钮颜色 */
}
.swiper-button-next,.swiper-button-prev{
	width: 20px !important;
	height: 20px !important;
	top: 230px !important;
	color: #666666 !important;
}
.swiper-button-next{
	right: 16px !important;
}
.swiper-button-prev{
	left: 16px !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 30px !important;
}
.service-leftIcon{
	width: 14px;
	height: 26px;
	background: rgba(102, 102, 102, 0.39);
	opacity: 1;
}
.service-mainIcon{
	width: 216px;
	height: 216px;
	background: rgba(0, 0, 0, 0);
	opacity: 1;
}
.service-rightIcon{
	width: 14px;
	height: 26px;
	background: rgba(102, 102, 102, 0.39);
	opacity: 1;
}
.service-jianjie{
	width: 96%;
	background: rgba(255, 255, 255, 0.59);
	padding: 2%;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
}
.service-jianjieContent{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.service-jianjieTitle{
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #1C1C1C;
	opacity: 1;
	margin: 10px 0;
	padding: 0;
}
.service-jianjieFont{
	flex: 1;
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	color: #666666;
	opacity: 1;
	display: flex;
}
.round-box{
	display: flex;
	align-items: baseline;
	border-bottom: 8px;
}
.round{
	width: 7px;
	height: 7px;
	background: rgba(218, 0, 0, 0.8);
	border-radius: 50%;
	opacity: 1;
	margin-right: 8px;
}
.rotation{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.rotation-icon{
	width: 6px;
	height: 6px;
	border: 1px solid #CDD5E0;
	border-radius: 50%;
	opacity: 1;
	margin: 0 10px;
}
.rotation span:nth-child(2){
	width: 6px;
	height: 6px;
	background: rgba(0, 136, 255, 0.8);
	border-radius: 50%;
	opacity: 1;
}
.detail-box{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 15px;
}
.detail{
	width: 88px;
	height: 28px;
	background: linear-gradient(90deg, #FF0000 0%, #FF6E6F 100%);
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.detail span{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 1;
}
/* 手游联运系统功能优势 */
.advantage{
	width: 92%;
	background: rgba(248, 248, 248, 0.39);
	opacity: 1;
	padding: 0 4%;
}
.advantage-contentBox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;advantage-content
}
.advantage-content{
	width: 46%;
	height: 155px;
	background: rgba(255, 255, 255, 0.79);
	opacity: 1;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 16px;
	padding: 16px 1%;
}
.content-icon{
	width: 72px;
	height: 72px;
	background: rgba(0, 0, 0, 0);
	opacity: 1;
}
.content-title{
	font-size: 15px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #1C1C1C;
	opacity: 1;
	margin-top: 12px;
}
.content-jieshao{
	font-size: 12px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 16px;
	color: #1C1C1C;
	opacity: 1;
	text-align: center;
	margin-top: 8px;
}
/* 游戏渠道 */
.gameChannel{
	width: 92%;
	opacity: 1;
	padding: 2% 4%;
	background-color: #FFFFFF;
}
.gameChannel-title{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
}
.gameChannel-title p{
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 600;
	line-height: 25px;
	color: #1C1C1C;
	opacity: 1;
}
.gameChannel-content{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #EFEFEF;
}
.gameChannelImg-box{
	width: 30%;
	opacity: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.gameChannelImg-box a{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.gameChannel-icon{
	width: 70%;
	background: rgba(0, 0, 0, 0);
	opacity: 1;
	border-radius: 5%;
}
.gameChannel-name{
	width: 100%;
	height: 20px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	color: #1C1C1C;
	opacity: 1;
	margin-top: 8px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.gameChannel-more{
	width: 100%;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gameChannel-more a{
	width: 100%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gameChannel-more span{
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #666666;
	opacity: 1;
}