
.banner-content{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.banner-content h3{
	margin: 74px 0 13px;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
}
.banner-content .pc-ranking-item-top span{
	width: 10%;
}
.banner-content .pc-ranking-item-top span:nth-child(3){
	width: 15%
}
.banner-content .pc-ranking-item-top span:nth-child(4){
	width: 50%;
}
.banner-content .pc-ranking-item-top span:nth-child(5){
	width: 15%;
}
.banner-content .pc-ranking-item  span{
	width: 10%;
}
.banner-content .pc-ranking-item  span:nth-child(2){
	width: 20%
}
.banner-content .pc-ranking-item  span:nth-child(3){
	width: 15%
}
.banner-content .pc-ranking-item  span:nth-child(4){
	width: 45%;
}
.banner-content .pc-ranking-item  span:nth-child(5){
	width: 10%;
}
.banner-swiper{
	position: relative;
	margin: auto;
	width: 1224px;
	height: auto;
}
.banner-item{
	position: relative;
	margin: 0 13px;
	box-sizing: border-box;
	width: 280px !important;
	height: 320px;
	padding: 0 30px;
	text-align: center;
	overflow: hidden;
	background: #fff;
}
.banner-item::before{
	content: '';
	top: -60px;
	left: -60px;
	position: absolute;
	border: 60px solid #126AD0;
	border-radius: 50%;
}
.banner-item .icon-banner{
	position: absolute;
	top: 6px;
	left: 8px;
	line-height: 34px;
	font-size: 34px;
	color: #fff;
}
.banner-item>h4{
	margin-top: 26px;
	font-weight: bold;
	font-size: 20px;
	color: #333;
}
.banner-item p{
	margin-bottom: 0;
	line-height: 19px;
	font-size: 14px;
	color: #999;
}
.pirce-banner{
	margin-top: 19px;
}
.pirce-banner>span{
	font-size: 30px;
	color: #034692;
}
.dom-pro-banner{
	margin-top: 20px;
}
.dom-pro-banner>span{
	margin-top: 6px;
	display: block;
	line-height: 19px;
	font-size: 14px;
	color: #333;
}
.time-banner{
	margin-top: 45px;
}


.pc-ranking-main{
	margin: 80px auto;
	text-align: center;
}
.pc-ranking-main h3{
	font-weight: bold;
	font-size: 34px;
}
.pc-ranking-ul{
	margin: 10px auto 0;
	background: #fff;
}
.pc-ranking-item{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 0;
}
.pc-ranking-item span{
	width: 15%;
	display: inline-block;
	font-size: 14px;
}

.pc-ranking-item span:nth-child(3){
	width: 55%;
}

.pc-ranking-item-top{
	background: #F5F5F5;
}
.pc-ranking-item-top span{
	font-weight: bold;
	font-size: 16px;
	color: #333;
}
.pc-swiper-container{
	height: 400px;
	overflow: hidden;
}
@media (max-width: 768px) {
  	.app-ranking-ul{
		margin: 10px 0;
		border-top: 1px solid #E8E8E8;
	}
	.pc-ranking-main{
		display: none;
	}
	.banner-content{
		display: none;
		position: relative;
	}
	.banner-content>h3{
		margin: 20px auto 10px;
		font-size: 24px;
		color: #333;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 13px;
		height: 22px;
		margin-top: -11px;
		background-size: 13px 22px;
	}
	.banner-swiper{
		width: 96%;
		box-sizing: border-box;
		border: 1px solid #E8E8E8;
	}
	.banner-item{
		margin: 0;
		width: 100% !important;
	}
	.app-ranking-main .container{
		padding: 0 13px;
	}
	
	.app-swiper-container{
		/*height: 400px;*/
		overflow: hidden;
	}
	.app-ranking-item{
		padding-bottom: 15px;
		border-bottom: 1px solid #E8E8E8;
	}
	.app-ranking-item-top{
		margin: 15px 0 10px;
		display: flex;
		align-items: flex-end;
	}
	.app-ranking-item-top>span:nth-child(1){
		margin-right: 10px;
		font-size: 16px;
		font-weight: 500;
		color: #333;
	}
	.app-ranking-item-top>span:nth-child(3){
		margin-left: 10px;
		font-size: 16px;
		font-weight: 400;
		color: #EE2D40;
	}
	.app-ranking-item-top>span:nth-child(2){
		flex: 1;
		font-size: 12px;
		color: #999;
	}
	.app-ranking-item-footer{
		display: flex;
	}
	.app-ranking-item-footer>span:nth-child(1){
		margin-right: 16px;
		font-size: 13px;
		color: #333;
	}
	.app-ranking-item-footer>p{
		margin: 0;
		font-size: 13px;
		flex: 1;
		color: #666;
	}
	
	
	
}
@media (min-width: 768px) {
	.banner{
		text-align: center;
		position: relative;
		height: 680px;
	}
	.banner>img{
		width: 100%;
		height: 100%;
	}
	
	.swiper-button-next, .swiper-button-prev{
		width: 60px;
		height: 120px;
		margin-top: -60px;
	}
	.swiper-button-next{
		background: url(../images/right-arr.png) no-repeat;
		right: -60px;
		background-size: 60px 120px;
	}
	.swiper-button-prev{
		background: url(../images/left-arr.png) no-repeat;
		left: -60px;
		background-size: 60px 120px;
	}
	.app-ranking-main{
		display: none;
	}
	.banner-pagination{
		display: none;
	}
}
