.common-game-sport-index {
	width: 100%;
	height: 100%;
	min-height: 870px;
	background: #fff url(../../images/index-bg.jpg) no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.common-game-sport-index .container {
	width: 1200px;
	margin: auto;
}

.common-game-sport-index .gametype {
	height: 64px;
	padding: 20px 0px;
	position: absolute;
	z-index: 1;
}

.common-game-sport-index .gametype a {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: linear-gradient(to right, #2567de, #0aa1e0);
	position: relative;
	margin: auto 10px;
	transition: all 0.25s;
}

.common-game-sport-index .gametype a::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../../images/ico.png) no-repeat center center;
}

.common-game-sport-index .gametype a::after {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 3px;
	left: -4px;
	top: -4px;
	border: 1px solid #2472ff;
	border-radius: 32px;
}

.common-game-sport-index .gametype a span {
	display: block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	transform: scale(0.7) translateY(20px);
	transition: all .2s;
	white-space: nowrap;
}

.common-game-sport-index .gametype a.active {
	width: 160px;
	border-radius: 24px;
}

.common-game-sport-index .gametype a.active:before {
	display: none;
}

.common-game-sport-index .gametype a.active span {
	font-size: 18px;
	transform: unset;
}

.common-game-sport-index .gametype a.active:after {
	border-color: #fff;
	border-width: 3px;
	border-radius: 26px;
	padding: 0px;
	left: -3px;
	top: -3px;
	box-shadow: 0px 0px 2px #2472ff;
}

#common-game-sport-index-banner {
	background-color: transparent;
}

.common-game-sport-index-banner .banner {
	/* background: no-repeat bottom center; */
	min-height: 680px;
}

.common-game-sport-index-banner .login a {
	line-height: 50px;
	text-align: center;
	background: linear-gradient(to right, #2567de, #0aa1e0);
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	display: block;
	width: 180px;
	margin: 30px auto auto;
}

.common-game-sport-index-banner .info {
	text-align: center;
	font-size: 14px;
	padding-top: 20px;
}

.banner1 {
	background: url(../../images/banner1.png) no-repeat bottom center;;
}

.banner2 {
	background: url(../../images/banner2.png) no-repeat bottom center;;
}

.banner3 {
	background: url(../../images/banner3.png) no-repeat bottom center;;
}

.banner4 {
	background: url(../../images/banner4.png) no-repeat bottom center;;
}
