@charset "UTF-8";
/* ----------banner---------- */
.banner {
	text-align: center;
	color: #555;
	background: url("../images/list_banner.jpg?t=20171005") no-repeat center center;
	background-size: cover;
	padding: 155px 18px 105px;
}
.banner .info {
	margin: 0 auto;
}
.banner .how_play {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 12px;
}
.banner .win_q_money {
	font-size: 18px;
	font-weight: bold;
}
.banner hr {
	border: 0;
	height: 2px;
	background-color: red;
	color: red;
}
.banner .description {
	line-height: 25px;
}
/* ----------列表---------- */
.list_wrap {
	padding: 15px 10px;
	background: #f5f8fa;
}

.list_wrap ul {
	list-style: none;
	margin: 0 auto;
}
/* 單則 */
.list_wrap .award_card {
	margin-bottom: 25px;
	color: #455a64;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0px 2px 2px rgba(69, 90, 100, 0.2);
	box-shadow: 0px 2px 2px rgba(69, 90, 100, 0.2);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.list_wrap .award_card:hover {
	-webkit-box-shadow: 0px 2px 10px rgba(69, 90, 100, 0.2);
	box-shadow: 0px 2px 10px rgba(69, 90, 100, 0.2);
}

.list_wrap .award_card:hover .award_pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.list_wrap .award_pic{
	position: relative;
	overflow: hidden;
}
.list_wrap .award_pic a {
	padding-top: 75%;
	display: block;
	overflow: hidden;
}

.list_wrap .award_pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.list_wrap .award_info {
	padding: 20px 15px 15px;
	background: #fff;
}
.list_wrap .award_title {
	margin-bottom: 25px;
	line-height: 28px;
	font-size: 20px;
	height: 56px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.list_wrap .award_title a {
	display: block;
	text-decoration: none;
	color: #455a64;
}

.list_wrap .award_title a:hover {
	color: #3db299;
}
.list_wrap .award_cost_wrap {
	margin-bottom: 10px;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.list_wrap .award_cost_wrap .qneed {
	margin-top: 6px;
	/* display: inline-block; */
}
.list_wrap .award_cost_wrap .qcost {
	font-size: 30px;
	/* float: right; */
	color: #45c8ab;
}
.award_limit{
	text-align: center;
	margin-bottom: 5px;
	min-height: 24px;
}
.award_times{
	display: inline-block;
}
.award_surplus{
	display: inline-block;
}
.award_limit span{
	color: #45c8ab;
}
.list_wrap .game_start {
	line-height: 45px;
	width: 100%;
	text-align: center;
	background: #45c8ab;
	font-size: 18px;
	font-weight: normal;
	color: white;
	display: inline-block;
	border-radius: 8px;
	text-decoration: none;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.list_wrap .game_start:hover {
	background: #4ad9ba;
}

.list_wrap .game_start.disable {
	background: #9eafb7;
	cursor: default;
}

.loading_more {
	text-align: center;
}
.loading_btn {
	background: #fff;
	color: #455a64;
	display: inline-block;
	width: 100%;
	max-width: 300px;
	line-height: 24px;
	text-align: center;
	padding: 7px 0;
	margin: 10px 0;
	border: 1px solid #b4ccd6;
	border-radius: 5px;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	text-decoration: none;
}

.loading_btn:hover {
	color: #607d8b;
	border: 1px solid #869197;
}
@media (min-width: 768px) {
	.banner {
		padding: 175px 135px 108px;
	}
	.banner .info {
		max-width: 505px;
	}
	.banner .how_play {
		font-size: 44px;
	}
	.banner .win_q_money {
		font-size: 24px;
	}
	.banner .description {
		line-height: 25.46px;
	}
	.list_wrap ul {
		max-width: 690px;
		overflow: hidden;
	}
	.list_wrap .award_card {
		margin: 0 10px 20px;
		width: calc(50% - 20px);
		float: left;
	}
	.list_wrap .award_info {
		padding: 22px 20px 15px;
	}
	.list_wrap .award_title {
		font-size: 20px;
	}
	.list_wrap .award_cost_wrap .qneed {
		font-size: 17.78px;
	}
	.list_wrap .award_cost_wrap .qcost {
		/* font-size: 44.15px; */
	}
	.list_wrap .game_start {
		font-size: 20px;
	}
}
@media (min-width: 1024px) {
	.banner {
		padding: 183px 230px 100px;
	}
	.banner .info {
		max-width: 500px;
	}
	.list_wrap ul {
		max-width: 960px;
	}
	.list_wrap .award_card {
		width: calc(33% - 20px);
		display: inline-block;
	}
	.list_wrap .award_info {
		padding: 20px 15px 15px;
	}
}