.game-list {
	padding: 10px;
	padding-top: 15px;
	background: rgb(234 244 243);
}

.game-list .item {
	width: 100%;
	background: #ffffff;
	border-radius: 14px;
	margin-bottom: 15px;
	overflow: hidden;
}

.game-list .item .imgbox {
	width: 100%;
	font-size: 0;
	position: relative;
}

.game-list .item .imgbox .img {
	width: 100%;
}


.game-list .item .info-wrap {
	font-size: 14px;
	position: relative;
	padding: 10px;
	padding-top: 5px;
	padding-right: 14px;

}


.game-list .item .info-wrap .title {
	font-size: 16px;
	font-weight: 700;

	color: rgba(0, 0, 0, 1);


}

	.game-list .item .info-wrap .line2 {
		width: 16px;
		height: 28px;
		font-size: 20px;
		text-align: center;
		color: rgba(240, 240, 240, 1);
		margin-left: 5px;
		margin-right: 5px;
		vertical-align: top;
	}

	.game-list .item .info-wrap .txt {
		font-size: 14px;
		font-weight: 500;
		color: #000000;
	}

.game-list .item .info-wrap .txt span {
	font-size: 14px;
	font-weight: 700;
}

	.game-list .item .info-wrap .time {
		font-size: 16px;
		line-height: 16px;
		color: #000000;
	}


	.game-list .item .info-wrap .detail-btn {
		width: 80px;
		height: 32px;
		border-radius: 18px;
		display: flex;
		align-items: center;
		color: #504040;
	
		line-height: 17px;
		padding-left: 15px;
		padding-right: 4px;
		background: linear-gradient(259.82deg, #64ffa6 0%, #51aeb7 100%);
	}

.game-list .item .info-wrap .detail-btn .go-icon {
	display: flex;
	padding: 5px;
	border-radius: 50%;
	background: #FFFFFF;
	color: rgba(86, 180, 252, 1);
	margin-left: 7px;
	margin-top: 4px;
	margin-bottom: 4px;


}

.game-list .item .info-wrap .detail-btn .go-icon img {
	font-weight: 500;
	width: 14px;
	height: 15px;
}

.game-detail {
	width: 100%;
	min-height: 100vh;
	background: #FAFAFA;


}

.game-detail .video-wrap {
	box-sizing: border-box;
	position: relative;
	height: 211px;
	background: #FFFFFF;
}

.game-detail .video-wrap .indexvideo {
	width: 100%;
	height: 211px;
	background: #000;
}


.game-detail .biaodan-form {
	margin: 12px;
	padding:15px;
	background: #FFFFFF;
	border-radius: 12px;
}

.game-detail .biaodan-form .group {
	width: 100%;
	position: relative;
	box-sizing: border-box;
}

.game-detail .biaodan-form .group .form-label {
	font-size: 15px;
	font-weight: 600;
	color: #000000;

}


.game-detail .biaodan-form .group .form-ipt {
	background: none;
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 15px;
	font-weight: 600;
	display: block;
	border: none;
	border-bottom: 1px solid #F5F5F5;
	outline: none;
	box-sizing: border-box;
	vertical-align: top;
	color: #6E6E6E;
}

.game-detail .biaodan-form .group .form-ipt.sel {

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 35px;
	background: url("../imgs/04.png") no-repeat right 0 center;
	background-size: 12px 8px;

}

.game-detail .biaodan-form .group .form-ipt.sel:focus {
	outline: none;
	border-color: #F5F5F5;
}

.game-detail .biaodan-form .group .form-ipt.num {
	font-size: 16px;
	font-weight: 500;
}

.game-detail .biaodan-form .tijao-btn {
	width: 100%;
	height: 48px;
	border-radius: 48px;
	font-size: 16px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 28px;
	background: #007DE3;
	color: #FFFFFF;
}
	.game-detail .biaodan-form .hui {
		width: 100%;
		height: 48px;
		border-radius: 48px;
		font-size: 16px;
		text-align: center;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 28px;
		background: rgba(204, 204, 204, 1);
		color: rgba(0, 0, 0, 1);
	}
.game-detail .form-tip {
	margin: 12px;
	padding: 15px;
	border-radius: 12px;
	background: #FFFFFF;
}

.game-detail .form-tip h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
	line-height: 27.44px;
	color: #000000;
}

.game-detail .form-tip p {
	font-size: 14px;
	line-height: 30px;
	color: #6D6D6D;
}

.game-detail .form-tip p a {
	line-height: 30px;
	color: #007DE3;
}