


@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;
	}



	

	/* 关于s15全球总决赛 */
	.about_all{
		width: 100%;
		background-color: #f5f5f5;
		padding-bottom: 14.75rem;
	}
	.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;
		padding-top: 4rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right{
		width: 42.875rem;
		margin-bottom: 4rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .aboutCon_right_con{
		line-height: 3rem;
		font-size: 1.75rem;
		color: #666;
	}
	.about_all .aboutPage .about_content .aboutCon_right .aboutCon_rigthTitle{
		font-size: 2.5rem;
		text-align: center;
		font-weight: bold;
		color: #333333;
		margin: 0 auto 2.5rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .aboutCon_rigthTitle1{
		font-size: 1.75rem;
		color: #999999;
		display: flex;
		justify-content: space-between;
		margin-bottom: 2.5rem;
	}
	/*.about_all .aboutPage .about_content .aboutCon_right .aboutCon_right_con p>img{
		width: 42.875rem;
		height: 18.5rem;
		margin: 2.5rem 0;
	}*/

	.about_all .aboutPage .about_content .aboutCon_right .aboutCon_rigthTime{
		font-size: 1.75rem;
		/*height: 6.5rem;*/
		color: #999999;
		margin-top: 3.5rem;
		width: 42.875rem;
		border-bottom: 0.125rem solid rgba(0,0,0,0.2);
		margin-bottom: 2rem;
		padding-bottom: 0.5rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .aboutCon_rigthTime .aboutCon_rigthTime_left{
		margin-bottom: 0.75rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .share{
		display: flex;
		align-items: center;
		margin-bottom: 3.5rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .share .iconfont{
		width: 4.5rem;
		height: 4.5rem;
		margin-right: 2rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .share .pc_icon{
		display: none;
	}
	.about_all .aboutPage .about_content .aboutCon_right .up{
		font-size: 1.75rem;
		color: #666666;
		margin-bottom: 1.75rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .up span{
		font-weight: bold;
		color: #2B47FC;
	}
	.about_all .aboutPage .about_content .aboutCon_right .article{
		width: 42.875rem;
		border-radius: 0.5rem;
		border: 1px solid rgba(0,0,0,0.2);
		padding: 16px;
		margin-bottom: 4rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .article .articleTitle{
		height: 2.5rem;
		border-left: 4px solid #2B47FC;
		padding-left: 1.75rem;
		font-size: 2.5rem;
		font-weight: bold;
		color: #333333;
		line-height: 2.5rem;
		margin-bottom: 1.5rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .article .articleLine{
		width: 38.875rem;
		border-bottom: 1px solid rgba(0,0,0,0.2);
		margin-bottom: 2rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .article ul{
		list-style-type: disc;
		/* margin-left: 3.25rem; */
		position: relative;
		list-style-type: none;
	}
	.about_all .aboutPage .about_content .aboutCon_right .article ul li{
		line-height: inherit;
	}
	.about_all .aboutPage .about_content .aboutCon_right .article ul li::before{
		display: inline-block;
		content: '';
		background-color: #2B47FC;
		line-height: 30px;
		width: 0.5rem;
		height: 0.5rem;
		border-radius: 50%;
		float: left;
		margin-right: 0.5rem;
		margin-top: 0.85rem;
	}
	.about_all .aboutPage .about_content .aboutCon_right .article ul li a{
		display: block;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-size: 1.75rem;
		color: #666666;
		margin-bottom: 1.6rem;
		margin-left: 2.5rem;
	}
	.about_all .aboutPage .about_content .aboutCon_left{
		width: 42.875rem;
		margin: 0 auto;
	}
	.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;
		background: #2B47FC;
		border-radius: 0px 0px 0.5rem 0.5rem;
		padding: 2.5rem 0;
		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;
		/*margin: 0 auto;*/
		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;
		line-height: 5.25rem;
		font-size: 1.75rem;
		font-weight: bold;
		color: #333333;
	}
	
	#popBox{
		display: none;
	}
	

}






/*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;
	}
 */




	

	/* 详情 */
	.about_all{
		width: 100%;
		background-color: #f5f5f5;
		padding-bottom: 179px;
	}
	.about_all .aboutPage{
		padding-top:126px;
		position: relative;
	}
	.about_all .aboutPage .address{
		height: 24px;
		display: flex;
		align-items: center;
		position: absolute;
		right: 0;
	}
	.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: 72.92vw;
		border-bottom: 1px #E9E9E9 solid;
		margin: 54px auto 0;
	}
	.about_all .aboutPage .about_content{
		width: 72.92vw;
		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: 100px;
		background-color: #2B47FC;
		text-align: center;
		line-height: 100px;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		border-radius: 4px;
	}
	.about_all .aboutPage .about_content .aboutCon_left ul{
		width: 100%;
		/* padding: 0 20px; */
		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;
		display: none;
	}
	.about_all .aboutPage .about_content .aboutCon_left .aboutLeft_phoneTop{
		width: 100%;
		/*height: 328px;*/
		background-color: #2B47FC;
		padding-top: 28px;
		margin-bottom: 24px;
		border-radius: 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{
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		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.67%;
		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;
	}
	.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);
		/* margin-bottom: 10px; */
		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_right_con p{
		line-height: 28px;
		font-size: 16px;
		color: #666;
		margin-bottom: 10px;
	}
	/*.about_all .aboutPage .about_content .aboutCon_right .aboutCon_right_con p>img{
		margin: 23px 0;
		width: 100%;
		height: 330px;
	}*/
	.about_all .aboutPage .about_content .aboutCon_right .aboutCon_rigthTitle{
		height: 42px;
		font-size: 32px;
		font-weight: bold;
		color: #333333;
		text-align: center;
		line-height: 38px;
	}
	.about_all .aboutPage .about_content .aboutCon_right .aboutCon_rigthTitle1{
		font-size: 16px;
		text-align: center;
		color: #999999;
		text-align: center;
		margin: 16px 0 32px;
	}
	.about_all .aboutPage .about_content .aboutCon_right .aboutCon_rigthTitle1 span{
		margin-left: 12px;
	}

	
	.about_all .aboutPage .about_content .aboutCon_right .weigth{
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		margin-bottom: 10px;
	}
	.about_all .aboutPage .about_content .aboutCon_right .aboutCon_rigthTime{
		height: 40px;
		display: flex;
		justify-content: space-between;
		font-size: 16px;
		color: #999999;
		margin-top: 48px;
		border-bottom: 1px solid rgba(0,0,0,0.2);
	}
	.share{
		margin-top: 24px;
		font-size: 16px;
		color: #999999;
		display: flex;
		align-items: center;
		margin-bottom: 76px;
	}
	.share .iconfont{
		margin-right: 16px;
		position: relative;
	}
	.share .mabilo_icon{
		display: none;
	}
	.up{
		font-size: 16px;
		color: #666;
		margin-bottom: 24px;
	}
	.up span{
		font-weight: bold;
		color: #2B47FC;
	}
	.article{
		width: 100%;
		border-radius: 4px 4px 4px 4px;
		border: 1px solid rgba(0,0,0,0.2);
		margin-top: 40px;
		padding: 24px 30px 24px 26px;	
	}
	.article .articleTitle{
		height: 20px;
		border-left: 4px solid #2B47FC;
		font-size: 20px;
		font-weight: bold;
		color: #333333;
		display: flex;
		align-items: center;
		padding-left: 10px;
	}
	.articleLine{
		width: 100%;
		border: 1px solid rgba(0,0,0,0.2);
		margin: 16px 0;
	}
	.article ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		list-style-type: disc;
		margin-left: 18px;
		justify-content: space-between;
	}
	.article ul li::marker{
		color: #2B47FC;
	}

	.article ul li:nth-child(2n-1) a{
		display: block;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.article ul li:nth-child(2n) a{
		display: block;
		text-align: justify;
		display: -webkit-box;
		text-overflow: ellipsis;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
	.article ul li{	
		margin-bottom: 12px;
	}
	
	.article ul li a{
		font-size: 16px;
		font-family: Microsoft YaHei-Regular, Microsoft YaHei;
		font-weight: 400;
		color: #666666;
	}
	.article ul li a:hover{
		color: #2B47FC;
	}
	#popBox{
		width: 300px;
		height: 300px;
		position: absolute;
		top: 70px;
		left: -130px;
		background-color: #fff;
		display: none;
		text-align: center;
		border-radius: 10px;
		padding: 15px 25px 0;
	}
	#popBox .t3{
		border-width: 20px;
		border-color: #fff;
		position: absolute;
		top: -20px;
		left: 0;right: 0;
		margin: 0 auto;
		
	}
	#popBox>div>div{
		display: flex;
		justify-content: space-around;
		margin-bottom: 10px;
	}
	.popBoxTitle{
		font-weight: bold;
		color: #000;
		margin-bottom: 20px;
	}
	#popBox img{
		width: 140px;
		height: 140px;
		margin-bottom: 15px;
	}
	#popBox a{
		font-size: 20px;
	}

	
}

.aboutCon_right_con img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto;
    height: auto;
}


















