@charset "utf-8";


@font-face {
	font-family: 'myFont';
	src: url('../../resources/font/Tungsten-Medium.ttf') format('truetype');
}
.swiper-slide img{width:100%;height:auto;}

    
.main-transition {
	filter: alpha(opacity = 40);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	cursor: pointer;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 .05rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: .5rem;
	text-align: right;
	padding-right: 1rem;
}
.swiper-pagination-bullet{
	background:#333;
	width: .2rem;
    height: .2rem;
    display: inline-block;
    border-radius: .1rem;
}


/**倒计时 start*/
.countdown-section{
	width:100%;
	margin:0 auto 1.1rem;
	margin-top: -0.5rem;
    z-index: 10;
    position: relative;
    /* background: url(../../resources/images/countdown_wave.png) no-repeat left top; */
    background-size: contain;
}
.countdown-container{
	position: relative;
}
.countdown-line1{
	    position: absolute;
    right: 0.1rem;
    top: 0.36rem;
    width: 0.56rem;
    height: 0.06rem;
    background: rgba(255, 255, 255, 0.5);
	
}
.countdown-line2{
	position: absolute;
    right: 0.1rem;
    top: 0.46rem;
    width: 0.76rem;
    height: 0.06rem;
    background: rgba(255, 255, 255, 0.5);
	
}
.countdown-line3{
	position: absolute;
    left: 0.1rem;
    bottom: 0.36rem;
    width: 0.76rem;
    height: 0.06rem;
    background: rgba(255, 255, 255, 0.5);
}
.countdown-line4{
	position: absolute;
    left: 0.1rem;
    bottom: 0.26rem;
    width: 0.56rem;
    height: 0.06rem;
    background: rgba(255, 255, 255, 0.5);
}

.countdown-day-container{
	width: 0.86rem;
	margin-right:0.25rem;
	margin-bottom: 0.2rem;
}
.countdown-day-width{
	width:1.2rem;
}
.countdown-day-width-wrapper{
	width:1.2rem;
}
.countdown-total-container {
    padding-right: 0;
    padding-left: 0;
}
.countdown-label{
	 text-shadow: 1px 1px 1px #333;
}
.countdown-day-container:last-child{margin-right:0;}
.countdown-day{
	width: 0.86rem;
    height: 1.32rem;
    line-height: 1.32rem;
    font-size: 0.5rem;
    color: #fff;
    text-align: center;
    border-radius: 0.1rem;
    position:relative;
}
.countdown-day-label{
    width: 0.5rem;
    text-align: center;
    border-bottom: 0.04rem solid transparent;
    margin: 0.09rem auto 0;
    font-size: 0.16rem;
}
.countdown-right-container{
	height: 1.32rem;
    border-radius: 0.1rem;
    color:#fff;
    padding-left: 0.28rem;
    padding-top: 0.24rem;
    font-family: myFont;
    text-transform: uppercase;
}
.cmpt-time-label-conatainer{
	font-size: 0.16rem;
}
#cmptBeginTime{
	line-height: 0.36rem;
    height: 0.36rem;
    margin-top: 0.1rem;
    font-size: 0.4rem;
    margin-bottom: 0.1rem;
}
#cmptCity{
	font-size: 0.18rem;
	text-align: right;
}
/**倒计时 end*/

/**赛事项目 start**/
.cmpt-item-container{
	height: 1.5rem;
    margin-bottom: 0.4rem;
    border-radius: 0 0  0.04rem 0.04rem;
    padding:0;
     width: 49%;
    margin-right: 2%;
    float: left;
    position: relative;
}
.cmpt-item-hook{
	position: absolute;
    left: 0.3rem;
    top: -0.1rem;
    width: 0.17rem;
    height: 0.35rem;
}
.cmpt-item-divider{
	width:100%;
	height:0.04rem;
	background:#ddd;
	border-radius: 0.04rem 0.04rem 0 0;
}
.cmpt-item-content{
	background: #fff;
	border: 1px solid #DDDDDD;
    border-top: none;
    height: 1.46rem;
}
.item-name-container{
	padding-top: 0.52rem;
    padding-left: 0.3rem;
    color: #333;
    font-size: 0.2rem;
    width: 72%;
}
.enroll-btn-container{
	text-align: center;
    border-left: 0.01rem dotted #ddd;
    height: 100%;
    padding: 0;
    width: 28%;
}
.cmpt-main-enroll-btn{
	width: 1.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #FF5F5F;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 0.06rem;
    font-size: 0.16rem;
    margin-top: 0.55rem;
    appearance: none;
    -mos-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
}
.cmpt-item-container:hover .enroll-btn-container {
	background:url('../../resources/images/texture.jpg') repeat left top;
}
/**赛事项目 end*/

/**快捷入口 start*/
.cmptdetail-select-item{
    width: 18%;
    float: left;
    margin-right: 2.5%;
    height: 2.6rem;
    background: #fff;
    text-align: center;
    font-size: 0.2rem;
    color: #999;
    border-radius: 0.1rem;
        cursor: pointer;
}
.cmptdetail-select-item:last-child{
	 margin-right: 0;
}
.cmptdetail-select-item-img{
	width: 0.6rem;
    height: 0.6rem;
    margin: 0.8rem auto 0.5rem;
    background-size: contain !important;
}
.cmptdetail-select-item:hover{
	color:#fff;
}
/**快捷入口 end*/

#scheduleList{
	background: #fff;
    text-align: center;
    padding: 0.86rem 1.25rem;	
}

/**新闻 start*/
.news-section{
	float: left;
    width: 100%;
}
.notice-section{
	float: left;
    width: 46%;
}
 .news-item{
 	/* width: 100%;
    height: 3.3rem;
    cursor: pointer;
    overflow:hidden; */
  }
  .kwicks{position:relative;width:100%;}
  .kwicks li{width:216px;height:330px;overflow:hidden;float:left}
  .kwicks li img{width:470px;height:330px;}

  .news-item img{
  	 width: 100%;
   	 height:100%;
   }
 .news-item:hover img,.photo-item:hover img{
  	transform:scale(1.05,1.05);
  }
 .news-content-container{
 	padding:0.3rem;
    color: #999;
    font-size: 0.14rem;
     background: #fff;
    border-radius: 0 0 0.04rem 0.04rem;
 }
.news-title {
	font-size: 0.2rem;
	color: #333;
	margin: 0;
	width: 84%;
}
.news-content {
	margin: 0.28rem 0 0;
	height:0.3rem;
	line-height:1.2em;
	overflow: hidden;
}

.notice-item{
	height:1.5rem;
	background: #fff;
    margin-left: 2%;
    padding: 0.3rem;
    margin-bottom: 0.1rem;
    border-radius: 0.04rem;
    cursor:pointer;
}
.notice-item:hover .notice-date-container,.notice-item:hover .notice-content-container,.notice-item:hover .notice-title{
	color:#fff;
}
.notice-item:hover .notice-date-container{
	border-color: #fff;
}
.notice-item:hover .notice-date-container:before,.notice-item:hover .notice-date-container:after{
	background: #fff;
}

.notice-date-container{
	width: 0.9rem;
    height: 0.9rem;
    color:#2dca44;
    font-family: myFont;
    font-size:0.2rem;
    position:relative;
    border:0.02rem solid #2dca44;
    text-align:center;
    border-radius: 0.06rem;
}
.notice-date-container:before{
	content: "";
    position: absolute;
    top: -0.07rem;
    left: 0.2rem;
    width: 0.1rem;
    height: 0.14rem;
    background: #2dca44;
}
.notice-date-container:after{
	content: "";
    position: absolute;
    top: -0.07rem;
    left: 0.5rem;
    width: 0.1rem;
    height: 0.14rem;
    background: #2dca44;
}
.notice-content-container{
	width:80%;
	width:calc(100% - 0.9rem);
	width:-webkit-calc(100% - 0.9rem);
	width:-moz-calc(100% - 0.9rem);
	width:-o-calc(100% - 0.9rem);
	width:-ms-calc(100% - 0.9rem);
	padding-left: 0.18rem;
	color:#999;
	font-size:0.14rem;
}
.notice-year{
	margin: 0.1rem 0 0.1rem;
    height: 0.2rem;
}
.notice-day{
    font-size: 0.5rem;
    height: 0.3rem;
    line-height: 0.3rem;
}
.notice-title{
	color:#333;
	font-size:0.2rem;
	height: 0.22rem;
    line-height: 1em;
    margin: 0.06rem 0 0.26rem;
}
.notice-content{
	height: 0.4rem;
    line-height: 0.2rem;
    overflow: hidden;
}
/**新闻 end*/

/**照片、视频 start*/
.photo-section,.video-section{
	width:100%;
}
.photo-item{
    width: 23.5%;
    float:left;
    margin-right: 2%;
    height:1.85rem;
    position: relative;
    margin-bottom:0.3rem;
    cursor:pointer;
}
.photo-item:last-child{
	margin-right: 0;
}
.photo-item-main{
	background: #fff;
    border-radius: 0.04rem;
    width: 100%;
    height: 100%;
    padding: 0.04rem;
    z-index: 10;
    position: relative;
    overflow: hidden;
}
.photo-item-mask{
	position: absolute;
    left: 5%;
    top: 0;
    width: 96%;
    height: 50%;
    background: #2dca44;
    transform: rotate(5deg);
    z-index: 1;
}
.photo-img,.video-img{
	max-width:100%;
	max-height:100%;
}
.photo-item-container{
	position: relative;
	 width: 100%;
    height: 100%;
}
.photo-title{
	position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 0.34rem;
    line-height: 0.34rem;
    color: #fff;
    font-size: 0.14rem;
    padding-left: 0.16rem;
}

.video-item{
	width: 49%;
    margin-right: 2%;
    float: left;
    position: relative;
	height:4rem;
	cursor: pointer;
	padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.video-title{
	position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 0.44rem;
    line-height: 0.44rem;
    color: #fff;
    font-size: 0.18rem;
    text-align: center;
}
.video-play-btn{
	position: absolute;
    left: 50%;
    top: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -0.4rem;
    margin-top: -0.4rem;
    z-index: 10;
}
.partner-section {
    margin: 0 0 .3rem;
}
/**照片、视频 end*/



@media screen and (max-width: 767px){
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		padding-right: .5rem;
	}
	.cmpt-main-section1{
		background:url('../../resources/images/cmpt-bg-wx.jpg') no-repeat left top;
	}
	
	.cmpt-item-container{
		width: 100%;
	    margin-right: 0;
	    height: 1.7rem;
	}
	.cmpt-item-divider{height:0.06rem;}
	.item-name-container {
		padding-top: 0.44rem;
		font-size: 0.24rem;
	}
	.cmpt-main-enroll-btn{
		 width: 1.2rem;
	    height: 0.6rem;
	    line-height: 0.6rem;
	    font-size: 0.24rem;
	    margin-top: 0.42rem;
	}
	.cmptdetail-select-item{
		height: 2.1rem;
    	font-size: 0.24rem;
    	line-height: 12px;
	}
	.cmptdetail-select-item-img{
		margin: 0.5rem auto 0.3rem;
	}
	#scheduleList{padding:0.3rem;}
	.news-section,.notice-section,.photo-section,.video-section{width:100%;margin-right:0;}
	.cmpt-item-section,.cmpt-btn-section,.schedule-section,.news-section,.news-notice-section,.photo-section{
		margin-bottom: 1rem;
	}
	
	.news-item-wx{
	 	margin-bottom: 0.3rem;
	 	cursor: pointer;
	}
    .news-item-wx img{
		width: 100%;
	}
	.news-content-wx-container{
		height: 1.64rem;
		font-size:0.22rem;
		color:#999;
		padding:0.26rem  0.3rem;
		background: #fff;
	    border-radius: 0 0 0.06rem 0.06rem;
	}
	.news-wx-title {
	    font-size: 0.24rem;
	    height: 0.36rem;
	    line-height: 1em;
	    margin:0 0 0.28rem 0;
	    width: 77%;
	}
	.news-wx-date{
		font-size:0.2rem;
		 width: 23%;
		 text-align: right;
	}
	.news-wx-content {
		line-height: 1.1em;
	    height: 0.48rem;
	    overflow: hidden;
	}
	
	.notice-item{
		height: 1.66rem;
	    margin-bottom: 0.3rem;
	    margin-left: 0;
	}
	.notice-content-container{ font-size:0.22rem;}
	.notice-title {
		margin: 0 0 0.28rem 0;
		font-size: 0.24rem;
   		height: 1em;
	}
	.notice-content{
		font-size: 0.22rem;
		line-height: 1em;
		height: 0.44rem;
	}
	.photo-item{
	    height: 2.04rem;
    	margin-bottom: 0.4rem;
	}
	.photo-title{
		height: 0.38rem;
	    line-height: 0.38rem;
	    font-size: 0.2rem;
	}
	
	.video-item{
		height: 4.72rem;
	    width: 100%;
	    margin-right: 0;
	    margin-bottom: .4rem;
	}
	.video-title{
		height: 0.44rem;
    	line-height: 0.44rem;
    	font-size: 0.24rem;
	}
	
	.common-more{
	    width: 100%;
	    height: 0.7rem;
	    line-height: 0.7rem;
	    text-align: center;
	    color: #666;
	    font-size: 0.22rem;
	    background: #fff;
	    border-radius: 0.04rem;
	    margin-top: 0.3rem;
	}
	
	.countdown-section{
		width:100%;
		padding:0;
		margin:0;
		margin-bottom: 0.8rem;
		margin-top: 0.46rem;
	    z-index: 10;
	}
	
	.cmpt-countdown-img{
		height: 1.06rem;
	    font-size: 18px;
	    color: #fff;
	    text-transform: uppercase;
	    font-family: myFont;
	    border-radius: 0.1rem;
	    padding: 0 5px;
	    position: relative;
	}
	.countdown-day-container{
		width: 0.8rem;
    	margin-right: 0.18rem;
	}
	.countdown-day{
		width: 0.8rem;
		height:1.06rem;
		line-height: 1.06rem;
		font-size: 0.6rem;
	}
	.countdown-day-label{
		 font-size: 0.2rem;
	}
	.countdown-container{
		margin-bottom: 0.4rem;
		padding: 0;
		padding-left: .15rem;
	}
	.countdown-right-container{
		float: none;
	    width: 4.64rem;
	    margin: 0 auto;
	    height: 1.3rem;
	    padding: 0.34rem 0.28rem 0 0.34rem;
	    clear: both;
	}
	.cmpt-time-label-conatainer{
		font-size: 0.3rem;
	}
	#cmptCity{
		font-size: 0.24rem;
	}
	.countdown-day-width{
		width:1.2rem;
	}
	.countdown-day-width-wrapper{
		width:1.2rem;
	}
	.countdown-total-container{
	    padding-left: .15rem;
	}
	.photo-img {
	    max-width: 100%;
	    max-height: 100%;
	}
}

@media screen and (min-width: 768px){
	.news-item-wx {
	    width: 50%;
	    float: left;
	    overflow: hidden;
	    padding-bottom: .3rem;
	    border-bottom: 1px solid #dddddd;
	}
	.news-item-wx:nth-child(3), .news-item-wx:nth-child(4) {
	    padding-top: .35rem;
	}
	.news-item-wx:nth-child(odd) {
	    padding-right: 2.5%;
	}
	.news-item-wx:nth-child(even) {
	    padding-left: 2.5%;
	}
	.news-item-wx>img {
	    float: left;
	    width: 37%;
	}
	.news-content-wx-container {
	    float: left;
	    width: 63%;
	    padding-left: .2rem;
	    overflow: hidden;
	    cursor: pointer;
	}
	.news-wx-title {
	    font-size: .22rem;
	    margin-top: 0;
	    margin-bottom: 0;
	    margin-bottom: .22rem;
	}

	.cmpt-main-section{
		background:url('../../resources/images/cmpt-bg-pc.jpg') no-repeat left top;
		background-size: 100%;
	}
	.cmpt-item-container:nth-child(even){
		margin-right: 0;
	}
	.cmpt-item-container:nth-last-child(1),.cmpt-item-container:nth-last-child(2){
		margin-bottom:0;
	}
	.cmpt-item-section,.cmpt-btn-section,.schedule-section,.video-section,.photo-section,.news-notice-section{
		margin-bottom: 1.1rem;
	}
	
	.countdown-section {
	    margin-bottom: .3rem;
	    padding-top: .8rem;
	}
	 
	.cmpt-countdown-img{
		height:1.32rem;
		font-size: 40px;
	    color: #fff;
	    text-transform: uppercase;
	    font-family: myFont;
	    border-radius: 0.1rem;
	    position: relative;
	    padding: 15px 10px 10px;
	}
	
	.common-more{
		position: absolute;
	    right: 0;
	    top: 0;
	    line-height: 0.42rem;
	    height: 0.42rem;
	    font-size: 0.18rem;
	    color: #666;
	    cursor: pointer;
	}
	.countdown-day-width{
		width:1.2rem;
	}
	.countdown-day-width-wrapper{
		width:1.2rem;
	}
	.video-item:nth-child(2n) {
	    margin-right: 0;
	}
	.video-item:hover .video-img {
	    transform: scale(1.05,1.05);
	}
}
  
	@media screen and (min-width:768px) and (max-width:1024px) {
		.kwicks li{width:182px;height:330px;overflow:hidden;float:left}
		.kwicks li img{width:400px;height:330px;}
	}
	
	@media screen and (min-width:1024px) and (max-width:1200px) {
		.kwicks li{width:202px;height:330px;overflow:hidden;float:left}
		.kwicks li img{width:400px;height:330px;}
	}
	
	@media screen and (min-width:1200px)  {
		.kwicks li{width:216px;height:330px;overflow:hidden;float:left}
		.kwicks li img{min-width: 100%;min-height: 100%;max-width: none;}
	}
	
	
	.main-item-img{
	background: url(../../resources/images/title-item.png) no-repeat left top / cover;
}
.main-quick-entry-img{
	background: url(../../resources/images/title-quick-entry.png) no-repeat left top / cover;
}
.main-schedule-img{
	background: url(../../resources/images/title-schedule.png) no-repeat left top / cover;
}
.main-news-img{
	background: url(../../resources/images/title-news.png) no-repeat left top / cover;
}
.main-notice-img{
	background: url(../../resources/images/title-notice.png) no-repeat left top / cover;
}
.main-photo-img{
	background: url(../../resources/images/title-photo.png) no-repeat left top / cover;
}
.main-video-img{
	background: url(../../resources/images/title-video.png) no-repeat left top / cover;
}
.main-partner-img{
	background: url(../../resources/images/title-partner.png) no-repeat left top / cover;
}

.cmpt-enroll-search-img{
	 background: url(../../resources/images/enroll_search_green.png) no-repeat center center;
}
.cmpt-letter-notice-img{
	 background: url(../../resources/images/letter_notice_green.png) no-repeat center center;
}
.score-search-img{
	 background: url(../../resources/images/score_search_green.png) no-repeat center center;
}
.photo-download-img{
	 background: url(../../resources/images/photo_download_green.png) no-repeat center center;
}
.schedule-img{
	 background: url(../../resources/images/schedule_green.png) no-repeat center center;
}

.cmptdetail-select-item:hover .cmpt-enroll-search-img{
	 background: url(../../resources/images/enroll_search_white.png) no-repeat center center;
}
.cmptdetail-select-item:hover .cmpt-letter-notice-img{
	 background: url(../../resources/images/letter_notice_white.png) no-repeat center center;
}
.cmptdetail-select-item:hover .score-search-img{
	 background: url(../../resources/images/score_search_white.png) no-repeat center center;
}
.cmptdetail-select-item:hover .photo-download-img{
	 background: url(../../resources/images/photo_download_white.png) no-repeat center center;
}
.cmptdetail-select-item:hover .schedule-img{
	 background: url(../../resources/images/schedule_white.png) no-repeat center center;
}

@media screen and (min-width: 320px) and (max-width:374px){
	.cmpt-countdown-img{
		font-size:17px;
	}
	.countdown-total-container{
	    padding-right: 0;
	    padding-left: .15rem;
	}
	.countdown-day-container{
		width: 0.7rem;
    	margin-right: 0.24rem;
	}
}
@media screen and (max-width: 361px) {
	.countdown-day-width{
		width:1.2rem;
	}
	.countdown-day-width-wrapper{
		width:1.2rem;
		margin-right: .13rem;
	}
}
@media screen and (max-width: 320px) {
	.countdown-day{
		font-size: 0.4rem;
	}
	.countdown-day-width{
		width:.8rem;
	}
	.countdown-day-width-wrapper{
		width:.7rem;
		margin-right: .24rem;
	}
	
}
