


/* 移动端 */
@media (max-width:1280px){
	

	/* 轮播图 */
	.carousel{
		width: 100%;
		height: 27.5rem;
		background-color: #3385ff;
		position: relative;
	}
	.carousel .carouselCircle{
		width: 5rem;
		height: 5rem;
		background: #FB842E;
		border-radius: 50%;
		position: absolute;
		top: 5.125rem;
		left: 2rem;
	}
	.carousel .carouselTitle{
		position: absolute;
		top: 4.625rem;
		left: 4.75rem;
		font-size: 2.5rem;
		font-weight: bold;
		color: #FFFFFF;
	}
	.carousel .carouselEnglish{
		position: absolute;
		top: 8.125rem;
		left: 4.75rem;
		font-size: 2rem;
		font-weight: bold;
		color: #FFFFFF;
	}



	

	/* 过滤系统 */
	.about_all{
		width: 100%;
		background-color: #f5f5f5;
	}
	.about_all .aboutPage{
		width: 42.875rem;
		margin: 0 auto;
		padding-top:14.125rem;
	}
	.about_all .aboutPage .address{
		height: 2rem;
		display: flex;
		align-items: center;
		float: right;
	}
	.about_all .aboutPage .address .addressBottom,
	.about_all .aboutPage .address .addressBottom a{
		font-size: 1.5rem;
		color: #999;
	}
	.about_all .aboutPage .address .picAddress{
		width:2rem;
		height: 2rem;
	}
	.about_all .aboutPage .addressLine{
		width: 42.875rem;
		border-bottom: 0.125rem #E9E9E9 solid;
		margin-top: 3.5rem;
	}
	.about_all .aboutPage .about_content{
		width: 42.875rem;
		display: flex;
		flex-direction: column-reverse;
	}
	.about_all .aboutPage .about_content .aboutCon_right{
		width: 42.875rem;
		margin-bottom: 5rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .aboutCon_rigthTitle{
		font-size: 2.5rem;
		font-weight: bold;
		color: #333333;
		margin-bottom:2.5rem;
		text-align: center;
		margin-top: 4rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .allProduct{
		width: 42.875rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
	}
	.about_all .aboutPage .about_content .aboutCon_right a{
		display: block;
		width: 20.875rem;
		border-radius: 0.5rem;
		margin-bottom: 1.25rem;
		overflow: hidden;
		border: 0.125rem solid rgba(0,0,0,0.1);
	}
	.about_all .aboutPage .about_content .aboutCon_right a img{
		width: 20.875rem;
		height: 13.5rem;
		vertical-align:top;
	}
	.about_all .aboutPage .about_content .aboutCon_right a div{
		width: 20.875rem;
		height: 5.625rem;
		background: #C1D4FF;
		text-align: center;
		line-height: 5.625rem;
		font-size: 2rem;
		font-weight: bold;
		color: #333333;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber{
		display: flex;
		align-items: center;
		margin-top: 3rem;
		margin-bottom: 4rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber .pageItem{
		width: 4rem;
		height: 4rem;
		font-size: 1.75rem;
		font-weight: 400;
		color: #333333;
		background-color: #ffff;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 2rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber .pageItem2,
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber .pageItem3
	{
		display: none;
	}
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber .pagePic{
		width: 1.875rem;
		height: 3rem;
		
	}
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber input{
		width: 5.875rem;
		height: 4rem;
		background: #FFFFFF;
		border-radius: 0.5rem;
		border: none;
		outline: none;
		text-align: center;
		line-height: 4rem;	
		margin: 0 1.25rem;
	}





	.about_all .aboutPage .about_content .aboutCon_left{
		width: 42.875rem;
		margin: 0 auto 14.5rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_pic{
		width: 42.875rem;
		height: 18.25rem;
		border-radius: 0.5rem 0.5rem 0 0;
		overflow: hidden;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutCon-recommend,
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_product{
		width: 42.875rem;
		height: 7.25rem;
		background-color: #2B47FC;
		text-align: center;
		font-size: 2.5rem;
		line-height: 7.25rem;
		font-weight: bold;
		color: #fff;
		border-radius: 0.5rem 0.5rem 0 0;
	}
	.about_all .aboutPage .about_content .aboutCon_left ul{
		width: 42.875rem;
		padding: 0 2.125rem 0 1.5rem;
		margin-bottom: 2rem;
		box-sizing: border-box;
		background-color: #fff;
	}
	.about_all .aboutPage .about_content .aboutCon_left ul li{
		width: 39.25;
		height: 6.25rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom:0.125rem #f2f2f2 dashed;
		color: #666;
		font-size: 1.75rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left ul li.oneNo{
		border-bottom:none;
	}
	.about_all .aboutPage .about_content .aboutCon_left ul li .picGt{
		width:1.875rem;
		height: 2.25rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_pic{
		width:42.875rem ;
		height: 18.25rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop{
		width: 42.875rem;
		height: 33.5rem;
		background: #2B47FC;
		border-radius: 0px 0px 0.5rem 0.5rem;
		padding-top: 2.5rem;
		margin-bottom: 2rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop1{
		width: 100%;
		height: 3.25rem;
		font-size: 2.5rem;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop2,
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop3{
		width: 21rem;
		height: 2.25rem;
		font-size: 1.75rem;
		color: #fff;
		margin: 0 auto;
		text-align: center;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop2{
		margin: 3.125rem auto 1.25rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_line{
		width: 39.875rem;
		margin: 3.125rem auto 3rem;
		border-bottom: 1px dashed rgba(255,255,255,0.5);
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_pic_phone{
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		/* width: 25.625rem; */
		margin: 0 auto;
		font-size: 2.5rem;
		font-weight: bold;
		color: #FFFFFF;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_pic_phone .pic{
		width:4.5rem ;
		height: 4.5rem;
		margin-right: 2.25rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_btn{
		width: 15rem;
		height: 4.25rem;
		background: #FB842E;
		border-radius: 0.5rem;
		opacity: 1;
		text-align: center;
		line-height: 4.25rem;
		font-weight: bold;
		color: #fff;
		margin:2rem auto;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_product{
		margin-bottom: 1rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left  .aboutLeft_productAll{
		width: 42.875rem;
		height: 29.125rem;
		margin-bottom: 1rem;
		border-radius: 0.5rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left  .aboutLeft_productAll .aboutLeft_scraper{
		width: 42.875rem;
		height: 23.875rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left  .aboutLeft_productAll .aboutLeft_scraperCon{
		width: 42.875rem;
		height: 5.25rem;
		background-color: #C1D4FF;
		text-align: center;
		font-size: 1.75rem;
		font-weight: bold;
		color: #333333;
		line-height: 5.25rem;
	}

}















/*PC端*/
@media screen and (min-width: 1280px) {

	


	/* 轮播图 */
	/* .carousel{
		width: 1920px;
		height: 530px;
		margin: 0 auto;
		position: relative;
	}
	.carousel .carouselCircle{
		width: 68px;
		height: 68px;
		background: #FB842E;
		border-radius: 50%;
		position: absolute;
		top: 167px;
		left: 260px;
	}
	.carousel .carouselTitle{
		position: absolute;
		top: 157px;
		left: 282px;
		font-size: 36px;
		font-weight: bold;
		color: #FFFFFF;
	}
	.carousel .carouselEnglish{
		position: absolute;
		top: 213px;
		left: 282px;
		font-size: 20px;
		font-weight: bold;
		color: #FFFFFF;
	}
 */



	
	/* 关于s15全球总决赛 */
	.about_all{
		width: 100%;
		background-color: #f5f5f5;
		padding-bottom: 206px;
	}
	.about_all .aboutPage{
		padding-top:126px;
	}
	.about_all .aboutPage .address{
		height: 24px;
		display: flex;
		align-items: center;
		float: right;
	}
	.about_all .aboutPage .address .addressBottom{
		color: #999;
	}
	.about_all .aboutPage .address .addressBottom a{
		color: #999;
	}
	.about_all .aboutPage .address .picAddress{
		width:24px;
		height: 24px;
	}
	.about_all .aboutPage .addressLine{
		width: 100%;
		border-bottom: 1px #E9E9E9 solid;
		margin-top:54px;
	}
	.about_all .aboutPage .about_content{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	.about_all .aboutPage .about_content .aboutCon_left{
		width: calc(21.429%);
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutCon-recommend,
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_product{
		width: 100%;
		height: 88px;
		background-color: #2B47FC;
		text-align: center;
		line-height: 88px;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
	}
	.about_all .aboutPage .about_content .aboutCon_left ul{
		width: 100%;
		margin-bottom: 24px;
		box-sizing: border-box;
		background-color: #fff;
		border-radius: 0 0 4px 4px;
	}
	.about_all .aboutPage .about_content .aboutCon_left ul li{
		height: 66px;
		display: flex;
		padding: 0 20px;
		align-items: center;
		justify-content: space-between;
		border-bottom:1px #f2f2f2 dashed;
		color: #666;
	}
	.about_all .aboutPage .about_content .aboutCon_left ul li.oneNo{
		border-bottom:none;
	}
	.about_all .aboutPage .about_content .aboutCon_left ul li .picGt{
		width:20px;
		height: 20px;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_pic{
		width:100%;
		height: 150px;
		border-radius: 4px 4px 0 0;
		overflow: hidden;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop{
		width: 100%;
		/*height: 328px;*/
		background-color: #2B47FC;
		padding-top: 28px;
		margin-bottom: 24px;
		border-radius: 0 0 4px 4px;
		padding-bottom: 20px;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop1{
		font-size: 20px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop2,
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop3{
		width: 192px;
		height: 21px;
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		margin: 0 auto;
		text-align: center;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_phoneTop2{
		margin: 20px auto 12px;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_line{
		width: 86.667%;
		margin: 30px auto 35px;
		border-bottom: 1px dashed rgba(255,255,255,0.5);
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_pic_phone{
		color: #fff;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		width: 205px;
		margin: 0 auto;
		
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_pic_phone .pic{
		width:36px ;
		height: 36px;
		margin: 0 1.0417vw;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_pic_phone .content{
		font-size: 20px;
		font-weight: bold;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop .aboutLeft_btn{
		width: 120px;
		height: 44px;
		background: #FB842E;
		border-radius: 4px 4px 4px 4px;
		text-align: center;
		line-height: 44px;
		font-weight: bold;
		color: #fff;
		margin: 24px auto 0;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_product{
		margin-bottom: 12px;
	}
	.about_all .aboutPage .about_content .aboutCon_left  .aboutLeft_productAll{
		width: 100%;
		height: calc(241 / 300 * 15.625vw);
		background-color: #000;
		border-radius: 4px;
	}
	
	.about_all .aboutPage .about_content .aboutCon_left  .aboutLeft_productAll .aboutLeft_scraper{
		width: 100%;
		height: calc(191 / 300 * 15.625vw);
	}
	.about_all .aboutPage .about_content .aboutCon_left  .aboutLeft_productAll .aboutLeft_scraperCon{
		width: 100%;
		height: calc(50 / 300 * 15.625vw);
		background-color: #C1D4FF;
		text-align: center;
		line-height: calc(50 / 300 * 15.625vw);
		font-size: 20px;
		font-weight: bold;
		color: #333333;
	}
	.about_all .aboutPage .about_content .aboutCon_right{
		width: calc(76%);
		padding-top: 5px;
	}
	.about_all .aboutPage .about_content .aboutCon_right .aboutCon_rigthTitle{
		font-size: 32px;
		font-weight: bold;
		color: #333333;
		text-align: center;
		margin-bottom: 32px;
	}
	.about_all .aboutPage .about_content .aboutCon_right .allProduct{
		width:calc(100%);
		display: flex;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.about_all .aboutPage .about_content .aboutCon_right .allProduct a{
		display: block;
		width: calc(32.143%);
		height: calc(297 / 342 * 100%);
		margin-bottom:20px;
		object-fit: cover;
		margin-right: 0.65vw;
	}
	.about_all .aboutPage .about_content .aboutCon_right .allProduct a:nth-child(3n){
		margin-right: 0;
	}
	.about_all .aboutPage .about_content .aboutCon_right .allProduct a:hover div{
		color: #fff;
		background: linear-gradient(351deg, #2C49FC 0%, #31CEFF 93%);		
	}
	.about_all .aboutPage .about_content .aboutCon_right .allProduct a img{
		width: 100%;
		height: calc(231 / 342 * 17.8125vw);
		vertical-align:top;
	}
	.about_all .aboutPage .about_content .aboutCon_right .allProduct a div{
		width: 100%;
		height: calc(66 / 342 * 100%);
		background-color: #C1D4FF;
		font-size: 20px;
		font-weight: bold;
		color: #333333;
		text-align: center;
		line-height: 66px;
		border-radius: 0 0 4px 4px;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber{
		display: flex;
		margin-top: 56px;
		align-items: center;
	}
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber .pageItem{
		width: 2.708vw;
		height: calc(52 / 52 * 2.708vw);
		background-color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 56px;
	}

	.about_all .aboutPage .about_content .aboutCon_right .pageNumber .pageItem1{
		background-color: #2B47FC;
		color: #fff;
	}
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber .pageItem1:hover{
		background-color: #2B47FC;
		color: #fff;
	}
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber .pagePic{
		width: 24px;
		height: 24px;	
	}
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber input{
		width: 80px;
		height: 52px;
		background: #FFFFFF;
		border-radius: 4px;
		text-align: center;
		line-height: 52px;
		border: none;
		outline: none;
		margin: 0 16px;
	}

	.about_all .aboutPage .about_content .aboutCon_right .pageNumber .pagination{
		width: 1064px;
		display: flex;
		justify-content: center;
	}
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber .pagination li{
		width: 52px;
		height: 52px;
		text-align: center;
		line-height: 52px;
		background-color: #fff;
		color: #000;
		margin-right: 56px;
	}
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber .pagination li a{
		color:#000;
	}
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber .pagination li:hover,
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber .pagination li:hover span{
		background-color: #2b47fc;
		color: #fff;
	}
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber .pagination li:hover a{
		color: #fff;
	}
	.about_all .aboutPage .about_content .aboutCon_right .pageNumber .pagination li.active{
		color:#2b47fc;
	}


}


















