.discountGameHeader {
	background-color: #018FFF;
    padding: 2.4rem 1.57rem 0;
	height: 9.3rem;
	position: fixed;
	top: 0;
	box-sizing: border-box;
}

/* .discount-game-list {
	margin-top: 9.3rem;
} */
.discount_lists_page {
	height: 100%;
	overflow-y: auto;
}
.no_open_game_text{
	text-align: center;
	font-size: 1.3rem;
	color:#999999;

}
.no_open_game_text p {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 48%;
}
.discount_lists_header {
	width: 100%;
	height: 3.8rem;
	line-height: 3.8rem;
	font-size: 1.45rem;
	position: relative;
}
.back_icon {
	width: 0.74rem;
	margin-left: 1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.discount-list-title {
	margin-left: 2.5rem;
}
.discount-game-list ul {
	padding-top: 1rem;
}
.discount-game-item{
	position: relative;
    width: 48%;
    height: 11rem;
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 13px 0px rgba(125,167,249,0.2);
    border-radius: 5px;
    margin: 1rem 0 1rem 1.5%;
}
.discount-game-top{
	width:100%;
	height:auto;
	overflow:hidden;
}
.game-icon{
    width: 4.64rem;
    height: 4.64rem;
    margin-left: 1.182rem;
    margin-right: 1.037rem;
    background-color: #E2E2E2;
    border-radius: 0.864rem;
    overflow: hidden;
	position:absolute;
	top: -1.22rem;
}
.game-icon img{
    width: 100%;
    height: 100%;

}
.game-name {
    width: 8rem;
    font-size: 1.21rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: inherit;
	color:#212121;
	margin:0.4rem 0 0rem 6.637rem;
}
.game-type{
	color:#999;
	font-size:1rem;
	margin:0 0 0 6.637rem;
	display: inline-block;
	width: 8.7rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.discount-btn{
	width:auto;
	font-size:1rem;
	color:#656565;
	margin: .5rem 4% 0 3%;
}
.discount-btn:nth-child(2n){
	width:auto;
	margin:.5rem 0 0 0;
	position:relative;
	padding-left:4%;
}
.discount-btn:nth-child(2n):before{
	display:block;
	content:"";
	width:1px;
    height:.8rem;
    background:#999;
	position: absolute;
    left: 0;
    top: 0.4rem;

}
.discount-btn-right{

}
.game-num{
	color: #DF3E3E ;
	font-size:1.1rem;
	font-weight: bold;

}
.game-text{
	color: #DF3E3E ;
}
