.module {
	width: 90%;
	margin-left: 5%;
}

/* 赛事介绍 */
.intro-ft {
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
}

#intro {
	width: 50%;
}

#intro>.card {
	color: #04275D;
	padding: 10px;
	float: right;
	font-size: 18px;
	box-shadow: -5px 10px 10px #f0f0f0;
}

#intro-img {
	width: 50%;
}

#intro-img>img {
	z-index: 999;
	float: left;
	width: 80%;
	box-shadow: 5px 10px 10px #f0f0f0;
	transition: transform .3s ease-out,
		-webkit-transform .3s ease-out;
}

#intro-img>img:hover {
	transform: scale(1.05);
}


.card-body>.btn {
	color: white;
	background-color: #ff6c80;
}

.first-title {
	background-color: #FFFFFF;
	color: #04275D;
	cursor: pointer;
	font-family: "Microsoft YaHei UI";
	border-radius: 10px 10px 0 0;
}

.first-title:hover {
	color: #ff6c80;
	cursor: pointer;
	font-family: "Microsoft YaHei UI";
	border-radius: 10px 10px 0 0;
}

.first-title>.iconfont {
	color: red;
	font-size: 18px;
	margin-left: 8px;
}

/* 赛事动态 更多 */
.more a {
	color: #ff6c80;
	font-weight: bold;
	font-size: 15px;
}

.more:hover a {
	text-decoration: none;
	font-size: 17px;
}

.notice li {
	font-size: 16px;
}

.notice li a, .an-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.an-title{
	font-size: 20px;
	color: #04275D;
}
.news-date {
	font-size: medium;
	color: #04275D;
}

.wenjian {
	position: relative;
	width: 30%;
}

/* 文件图片 */
.wenjian-red {
	position: absolute;
	background-color: #ff6c80;
	width: 35%;
	height: 110%;
	left: 30%;
	z-index: 1;
	box-shadow: 2px 2px 5px #f0f0f0;
}

.wenjian-img {
	position: absolute;
	top: 15%;
	left: 30%;
	z-index: 999;
}

.wenjian-img>img {
	width: 70%;
	box-shadow: 2px 2px 5px #f0f0f0;
	transition: transform .3s ease-out,
		-webkit-transform .3s ease-out;
}

.wenjian-img>img:hover {
	/* width: 60%; */
	transform: scale(1.05);
}

/* 当前赛事 */
.match-container{
	width: 85%;
	
}

/* 赛事流程 */
.process {
	padding: 20px 100px 0 100px;
}

.process-steps {
	margin-bottom: 10px;
}

.process-icon {
	width: 100px;
	height: 100px;
	border-radius: 50% 50%;
	cursor: pointer;
}

.process-title {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	color: #04275D;
	margin-left: -25%;
	width: 150%;
}

.process-icon>.bi {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	color: #fff;
}

.arrow-right {
	font-size: 30px;
	color: #ff6c80;
	text-align: center;
	line-height: 100px;
}

.processCarousel {
	width: 75%;
}

.processCarousel .carousel-item {
	padding: 0px 20px;
}

.carousel-height{
	min-height: 250px;
}

.process-content {
	padding: 20px 0px;
}

.process-content>.col-md-3 {
	color: #04275d;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.process-content>.col-md-8>.card-body {
	display: flex;
	flex-direction: row;
}

.process-content-subtitle {
	margin-left: 40px;
}

.process-content-card {
	width: 25%;
	padding: 20px 10px;
	border-radius: 5px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.process-content-card-title {
	font-size: medium;
}

.process-content-card-content {
	font-size: 18px;
	font-weight: bold;
}

/* 活动视频 */
#moreVideo, #userManual{
	float: right;
}
.nav-item {
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	border-radius: 5px;
	color: #04275D;
}

.nav-item:hover {
	text-decoration: none;
}

.nav-pills>.active {
	background-color: #ff6c80;
	color: #ffffff;
}

/* 自定义滚动条 */
.vf-scroll::-webkit-scrollbar {
	margin-left: -1px;
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.vf-scroll::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	background-color: skyblue;
	background-image: -webkit-linear-gradient(45deg,
			rgba(255, 255, 255, 0.2) 25%,
			transparent 25%,
			transparent 50%,
			rgba(255, 255, 255, 0.2) 50%,
			rgba(255, 255, 255, 0.2) 75%,
			transparent 75%,
			transparent);
}
.vf-scroll::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
	background: #ffffff;
	border-radius: 10px;
}

/* 预览图 */
.picList {
	display: flex;
	flex-direction: row;
	/* padding: 10px 30px 0 30px */
}

.picList .card {
	margin: 10px 0px;
	padding: 0px;
	overflow: hidden;
	border: none;
}
.picList .card-body {
	padding: 20px 8px 8px 0px;
	margin: 0;
}

.picList .card-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.card-img-top{
	min-height: 120px;
	max-height: 200px;
}

@media (min-width:1100px) and (max-width:1345px) {
	.modal.fade{
		top:750px;
	}
	.process-icon {
		width: 60px;
		height: 60px;
	}
}

@media (max-width:1100px) {
	.intro-ft {
		display: block;
	}

	#intro {
		width: 100%;
	}

	#intro>.card {
		font-size: 12px;
		float: none;
	}

	#intro-img {
		width: 100%;
		float: none;
	}

	#intro-img>img {
		width: 100%;
	}
	
	.an-title{
		font-size: 16px;
	}
	.news-date{
		font-size: 14px;
	}
	.process {
		padding: 20px 10px 0 10px;
	}

	.process-icon {
		width: 40px;
		height: 40px;
	}

	.process-title {
		font-size: 12px;
	}

	.process-icon>.bi {
		width: 60%;
		top: 40%;
	}

	.arrow-right {
		display: none;
	}

	.process-content-card-title {
		font-size: 12px;
	}

	.process-content-card-content {
		font-size: 15px;
		font-weight: bold;
	}
	
	.match-container{
		width: 90%;	
	}
}

@media (max-width:495px) {
	.module {
		width: 100%;
	}
	.process-icon>.bi {
		width: 70%;
		top: 35%;
	}
	.wenjian{
		display: none;
	}
	.process-icon {
		width: 28px;
		height: 28px;
	}
	.processCarousel {
		width: 100%;
	}
	.process-content-card-content {
		font-size: 10px;
		font-weight: 300;
	}
	
	.match-container{
		width: 100%;	
	}
	
	.picList {
		padding: 0;
	}

	.picList .card-text {
		font-size: 8px;
	}

	.picList .card-body {
		padding: 5px;
	}
	.nav-item {
		width: 130px;
		height: 30px;
		line-height: 30px;
		font-size: 18px;
		border-radius: 5px;
		color: #04275D;
	}
}

/*赛事*/
.ssTitle {
	background: #1F8BCB;
	font-size: 18px;
	position: absolute;
	font-weight: bold;
	left: 15px;
	padding: 15px 10px 10px 10px;
	width: 38px;
	color: #fff;
	line-height: 50px;
	display: inline-block;
	height: 100%;
}

.saishi li a {
	border: 1px solid #c1c2c2;
	width: 90px;
	height: 70px;
	border-radius: 10px;
	margin-bottom: 10px;
}

.saishi li a img {
	width: 55px;
	height: 55px;
}

.picList .card:hover,
.picList img{
	width: 100%;
	transition: transform .3s ease-out,
		-webkit-transform .3s ease-out;
}

.vTitle {
	line-height: 40px;
	font-size: 20px;
	vertical-align: middle;
	height: 40px;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

.picList .card:hover{
	transform: scale(1.1);
	z-index: 999;
}

@media (max-width: 1200px) {
	.picList a{
		height: 220px;
	}
}

@media (max-width:767px) {

	.saisCon,
	.notice {
		padding-left: 0 !important;
		padding-right: 15px !important;
	}

	.ssTitle {
		left: 0 !important;
	}
}