/*TODO common.css*/
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 46px;
	left: 0;
	width: 100%;
}

.cont_desc{
	width: 1200px; margin:0 auto; background-color: #fff; height: 70px;
	display: block;
	padding-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	font-style: normal;
	line-height: 25px;
	color:#999;
}

.tag-title {
    float: left;
    min-width: 30px;
    height: 24px;
    line-height: 24px;    
    color: #999;
    border: 0px solid #eee;   
    font-size: 14px;
    border-radius: 10px;
	padding-left: 0px;
	padding-right: 0px;
}


.tag-item {
    float: left;
    min-width: 50px;
    height: 20px;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    color: #999;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 10px;
    margin-right: 8px;
    cursor: pointer;
	/*font-weight: normal;*/
}

/*产品列表 gallery-list*/
.ad002,.ad006{
	width: 1200px;
	height: 120px;
	object-fit: cover;
}

.gallery-list{
	width: 1200px;
	height: auto;
}

.gallery-list .left{
	float: left;
	width: 840px;
	height: auto;
	/*background-color: #ccc;*/
}
.gallery-list .left .item{
	float: left;
	width: 270px;
	height: 295px;
	background-color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:10px;	
	box-sizing: border-box;
}

.gallery-list .left .item:hover{
	box-shadow: 2px 2px 10px #333;
}

.gallery-list .left .item .s1{	
	width: 250px;
	height: 166px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

.gallery-list .left .item .s1 .mask{
	position: absolute;
	width: 100%; 
	height: 140px; 
	top: 0px;
	/* background-color: #efefef; */
	display: none;
}

.gallery-list .left .item .s1 .mask .m1{
	width: 100%;
	height: 40px;
	line-height: 40px;	
	text-align: right;
	/* background-color: #ccc; */
}
.gallery-list .left .item .s1 .mask .m2{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 60px;	
	text-align: center;
	/* background-color: #ddd; */
}

.gallery-list .left .item .s1 .mask .t{	
	height: 30px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}

.gallery-list .left .item .s1 .mask .t1{
	width: 80px;
	background-color: #0099cc;
	
}
.gallery-list .left .item .s1 .mask .t2{
	width: 100px;
	background-color: #d9001b;
	
}


.gallery-list .left .item .s1 .png{
	width: 250px;
	height: 166px;
	object-fit: cover;
	border-radius: 8px;
	transition: all 0.6s;
}

.gallery-list .left .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}

.gallery-list .left .item .s2{
	width: 250px;
	height: 80px;
}
.gallery-list .left .item .s2 .g_title{
	height: 30px;
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
	/* background-color: #eee; */
}



.gallery-list .left .item .s2 h3{
	width: 250px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	overflow: hidden;
	padding: 0px 10px;
	box-sizing: border-box;
	margin-top: 4px;
}
.gallery-list .left .item .s2 .t1{
	width: 250px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	overflow: hidden;
	padding: 0px 10px;
	color: #999;
	box-sizing: border-box;	
}
/* .gallery-list .left .item .s2 .t1 a{
	color: #999;
}
.gallery-list .left .item .s2 .t1 a:hover{
	color: #127dc2;
} */
.gallery-list .left .item .s2 .t2{
	width: 250px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	overflow: hidden;
	padding: 0px 10px;
	color: #999;
	box-sizing: border-box;
}

/*显示活动选手列表页面增加的央视 activity_person*/
.gallery-list .left .item .s3{
	width: 200px; height: 160px; text-align: left; padding-left: 16px;
}
.gallery-list .left .item .s3 img{
	width: 150px; height: 150px; border-radius: 50%; object-fit: cover;
}

.gallery-list .left .item .s4{
	width: 200px; height: 30px; line-height: 30px; text-align: center;
}




.gallery-list .right{
	float: right;
	width: 360px;
	/*height: 500px;*/
	background-color: #fff;
}


.gallery-list .right .cont01{
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	
}
.gallery-list .right .cont01 .title{
	width: 340px;
	padding: 0 5px;
	
	box-sizing: border-box;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	font-size: 14px;

}

.gallery-list .right .cont01 .title span{ 
	color: #666; 
	background-color: #ccc; 
	display: inline-block; 
	height: 20px; 
	line-height: 20px; 
	width: 20px; 
	margin:0px 10px;
	text-align: center;

}

.gallery-list .right .cont01 .title:first-child span{
	color: #fff;
	background-color: #ff9e33;
}
.gallery-list .right .cont01 .title:nth-child(2) span{
	color: #fff;
	background-color: #ff9e33;
}
.gallery-list .right .cont01 .title:nth-child(3) span{
	color: #fff;
	background-color: #ff9e33;
}



/**/
.gallery-list .right .cont02{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;	
}
.gallery-list .right .cont02 .item{
	width: 360px;
	height: 100px;
	overflow: hidden;
	/*background-color: #eee;*/
	border-bottom: 1px dashed #eee;

}
.gallery-list .right .cont02 .item .s1{
	float: left;
	width: 120px;
	height: 80px;
	overflow: hidden;
	margin-left: 10px;
}
.gallery-list .right .cont02 .item .s1 img{
	width: 120px;
	height: 80px;
	overflow: hidden;
	border-radius: 8px;
	transition: all 0.6s;
}
.gallery-list .right .cont02 .item .s1 img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.gallery-list .right .cont02 .item .s2{
	float: right;
	width: 210px;
	height: 80px;
	overflow: hidden;
	margin-right: 10px;
	/*background-color: #666;*/
}
.gallery-list .right .cont02 .item .s2 .t1{
	width: 200px;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	/* background-color: #eee; */
	overflow: hidden;

}
.gallery-list .right .cont02 .item .s2 .t2{
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	/*background-color: #eee;*/
	color: #999;
	overflow: hidden;	
}
.gallery-list .right .cont02 .item .s2 .t3{
	width: 200px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	/*background-color: #eee;*/
	color: #999;
	overflow: hidden;
}


/*gallery-detail*/
.left-g01{
	float: left;
	width: 800px;
	height: 685px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}

.left-g01 .cont01{
	margin: 10px;
	width: 780px;
	height: 65px;
	overflow: hidden;
}
.left-g01 .cont01 .s1{
	width: 780px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;	
	font-size: 20px;
	font-weight: bold;
}

.left-g01 .cont01 .s2{
	width: 780px;
	height: 30px;
	line-height: 30px;	
	display: flex;
}
.left-g01 .cont01 .s2 .t1{
	flex: 1;
	color: #999;
	
}
.left-g01 .cont01 .s2 .t2{
	width: 180px;
	text-align: right;
	color: #999;
}

.left-g01 .cont02{
	margin: 10px;
	width: 780px;
	height: 530px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}
.left-g01 .cont02 .mask{
	position: absolute;
	width: 680px;
	height: 400px;	
	top: 0px;
	z-index: 1000;
	left: 50px;
	display: none;
}

.left-g01 .cont02 .mask .m1{
	width: 100%;
	height: 40px;
	line-height: 40px;	
	text-align: right;
	
	/* background-color: #eee; */
}
.left-g01 .cont02 .mask .m2{
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-top: 320px;	
	text-align: center;
	/* background-color: #ddd; */
}

.left-g01 .cont02 .mask .t{	
	height: 30px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}

.left-g01 .cont02 .mask .t1{
	width: 80px;
	margin-right: -40px;
	background-color: #0099cc;
	
}
.left-g01 .cont02 .mask .t2{
	width: 100px;
	background-color: #d9001b;
	
}

/*  */



.left-g01 .cont03{
	margin: 10px;
	margin-top: 0px;
	width: 780px;
	height: 50px;
	overflow: hidden;	
}

.left-g01 .cont03 .s{
	width: 780px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;	
	color: #999;
	
}


/* ///////////////////////////////////// */








.right-g01{
	float: right;
	width: 390px;
	height: 685px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}
.right-g01 .cont{
	width: 370px;
	margin: 10px;
	height: 615px;
	background-color: #fff;
}
.right-g01 .cont .item{
	width: 370px;
	height: 123px;	
	background-color: #fff;
	border-bottom: 1px dashed #eee;
}
.right-g01 .cont .item .s1{
	float:left;
	width: 170px;
	height: 110px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 6px;
	/*background-color: #eee;*/
}
.right-g01 .cont .item .s1 img{
	width: 170px;
	height: 110px;
	overflow: hidden;
	box-sizing: border-box;
	transition: all 0.6s;
	border-radius: 5px;
}

.right-g01 .cont .item .s1 img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}


.right-g01 .cont .item .s2{
	float:right;
	width: 190px;
	height: 110px;
	overflow: hidden;
	box-sizing: border-box;

	/*background-color: #eee;*/
}
.right-g01 .cont .item .s2 .t1{
	width: 175px;
	height: 50px;
	line-height: 25px;
	font-size: 15px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 10px;
	margin-top: 8px;
}
.right-g01 .cont .item .s2 .t2{
	width: 175px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 10px;
	margin-top: 4px;
}


/*第二屏  left-g02  right-g02  2021-6-6 00:23*/

.left-g02{
	float: left;
	width: 830px;
	height: auto;
	
	/*background-color: #fff;*/
}

/* 2024-08-15 */

.left-g02 .s1{
	float: left;
	width: 830px;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}
.left-g02 .s1 .cont01{
	width: 830px;
	height: auto;
	background-color: #fff;	
}

.left-g02 .s1 .cont01 .item{
	float: left;
	width: 183px;
	height: 180px;
	background-color: #fff;
	margin-left: 20px;
	margin-top: 20px;
	/*box-shadow: 1px 1px 5px #888;*/
}
.left-g02 .s1 .cont01 .item .s1{
	width: 183px;
	height: 133px;
	overflow: hidden;
	position: relative;
}
.left-g02 .s1 .cont01 .item .s1 .png{
	width: 183px;
	height: 133px;
	overflow: hidden;
	border-radius: 8px;	
	transition: all 0.6s;
}

.left-g02 .s1 .cont01 .item .s1 .cert{
	position: absolute; 	
	width: 68px; 
	height: 68px; 
	left: 115px; 	
	top: 0px;	
	z-index: 100;
}
.left-g02 .s1 .cont01 .item .s1 .png:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}

.left-g02 .s1 .cont01 .item .s2{
	width: 183px;
	height: 46px;
	line-height: 23px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
}



.left-g02 .cont02{
	width: 830px;
	height: 155px;
	padding: 10px;
	/*margin: 10px;*/
	background-color: #fff;
	box-sizing: border-box;
}
.left-g02 .cont02 .item{
	float: left;
	width: 152px;
	height: 130px;
	overflow: hidden;
	box-sizing: border-box;
	/*background-color:#ccc;*/
	margin-left: 10px;
	margin-top: 10px;
}
.left-g02 .cont02 .item .s1{
	width: 144px
	height:100px;
	overflow: hidden;
	box-sizing: border-box;
}
.left-g02 .cont02 .item .s1 img{
	width: 144px;
	height: 100px;
	overflow: hidden;
	box-sizing: border-box;
	transition: all 0.6s;
}
.left-g02 .cont02 .item .s1 img:hover{
	transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2); 
}
.left-g02 .cont02 .item .s2{
	width: 144px
	height:30px;
	line-height: 30px;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	box-sizing: border-box;
}





.right-g02{
	float: right;
	width: 360px;
	height: 434px;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #fff;
}
.right-g02 .cont{
	width: 360px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;	
}
.right-g02 .cont .title{
	width: 350px;
	padding: 0 5px;	
	box-sizing: border-box;
	overflow: hidden;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}
.right-g02 .cont .title span{ 
	color: #666; 
	background-color: #ccc; 
	display: inline-block; 
	height: 20px; 
	line-height: 20px; 
	width: 20px; 
	margin:0px 10px;
	text-align: center;
}
.right-g02 .cont .title:first-child span{
	color: #fff;
	background-color: #ff9e33;
}
.right-g02 .cont .title:nth-child(2) span{
	color: #fff;
	background-color: #ff9e33;
}
.right-g02 .cont .title:nth-child(3) span{
	color: #fff;
	background-color: #ff9e33;
}

