.gift-game,.gift-per-game li {
	border-bottom:1px solid #f4f4f4
}
.gift-per-game {
	padding:1rem 1rem 0;
	margin-bottom:1rem;
	background:#fff
}
.gift-per-game li {
	padding:1rem 0
}
.gift-game-img {
	width:4rem;
	height:4rem;
	float:left;
	margin-right:.5rem;
	border-radius:8px
}
.gift-game {
	overflow:hidden;
	height:4rem;
	padding-bottom:.5rem
}
.gift-game-tit {
	font-size:1.5rem;
	line-height:4rem;
	font-weight:700
}
.gift-tit {
	font-size:1.2rem;
	color:#404040;
	padding-left:1.5rem;
	background:url(../images/gift-ico.png) left center no-repeat;
	background-size:1.1rem 1.1rem;
	line-height:1.2rem;
	margin-bottom:1rem
}
.gift-content {
	font-size:.9rem;
	color:#999;
	margin-right:6rem;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical
}
.gift-button {
	width:5rem;
	height:2.5rem;
	border-radius:5px;
	font-size:1rem;
	background-color:#f39939;
	text-align:center;
	color:#fff;
	border:none;
	outline:0;
	float:right
}
.gift-more,.gift-more-box {
	text-align:center;
	height:4rem;
	line-height:4rem
}
.gift-button-no {
	background-color:#e5e5e5;
	color:#777
}
.gift-more {
	color:#999;
	font-size:1.2rem;
	border:none;
	width:100%;
	background:0 0;
	outline:0
}
.gift-more .gift-more-span {
	display:block;
	width:100%;
	vertical-align:middle;
	position:relative
}
.gift-more-close .gift-more-ico {
	background:url(../images/ico-top.png) 100% center no-repeat;
	background-size:1.2rem 1.2rem
}
.gift-more-ico {
	background:url(../images/ico-down.png) 100% center no-repeat;
	display:inline-block;
	width:1.2rem;
	height:1.2rem;
	margin:auto;
	background-size:1.2rem 1.2rem;
	position:absolute;
	top:1.4rem
}
.gift-more-other {
	display:none
}
.ico-gift-close {
	display:block;
	width:2rem;
	height:3rem;
	background:url(../images/ico-dialog-close.png) no-repeat
}
.gift-dialog,.gift-dialog-box {
	z-index:4;
	position:absolute;
	display:none
}
.gift-dialog-box {
	top:0;
	left:0;
	width:100%;
	height:100%
}
.gift-dialog {
	width:21rem;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%)
}
.gift-dialog-body {
	border-radius:5px;
	overflow:hidden;
	background:#fff
}
.gift-dialog-body-content {
	padding:0 1rem 1.5rem
}
.gift-dialog-name {
	font-size:1.2rem;
	font-weight:700;
	color:#404040
}
.gift-dialog-content {
	font-size:.9rem;
	color:#999
}
.gift-dialog-tip {
	font-size:.8rem;
	color:#e7485e;
	text-align:right;
	margin:1rem 0;
	padding-bottom:.4rem;
	border-bottom:.05rem solid #e5e5e5
}
.gift-dialog-card {
	font-size:1.2rem;
	text-align:center;
	background:#e2e2e2;
	border-radius:5px;
	color:#404040;
	height:3rem;
	line-height:3rem
}
.gift-dialog-btn-group {
	text-align:center;
	margin-top:1rem
}
.gift-dialog-btn-group button {
	color:#fff;
	outline:0;
	border:none;
	border-radius:5px;
	font-size:1rem;
	height:2.5rem;
	line-height:2.5rem;
	width:8.5rem
}
.gift-dialog-copybtn {
	background:#f39939
}
.gift-dialog-enterbtn {
	background:#ed7222
}
.c-gift-dialog-header {
    text-align: right;
}