


@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;
	}
	.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;
	}
}






/*PC端*/
@media screen and (min-width: 1280px) {
	

	

	/* 详情 */
	.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_right{
		width: calc(76%);
		padding-top: 5px;
		margin: 0 auto;
	}

	.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: auto!important;*/
		/*height: auto!important;*/
		object-fit: contain;
	}
	.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;
}




















