.afk_giftcode {
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
}
.afk_giftcode .btn_get {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
	background: #c80909;
	height: 60px;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 18px;
	transition: background .3s;
	letter-spacing: 1px;
	user-select: none;
	-webkit-user-select: none;
	position: relative;
	transform: translate3d(0,0,0);
	overflow: hidden;
}
.afk_giftcode .btn_get::before {
	content: "";
	width: 120%;
	height: 100%;
	background: #0ba14b;
	position: absolute;
	top: 0;
	left: -140%;
	transition: left .5s;
	transform: skewX(-15deg);
}
.afk_giftcode .btn_get span {
	display: block;
	position: relative;
	padding-left: 38px;
}
.afk_giftcode .btn_get span::before {
	content: "";
	display: block;
	width: 26px;
	height: 18px;
	background: url(../images/icon.png) no-repeat top left;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 0;
}
.afk_giftcode .btn_get:hover::before {
	left: -10%;
}
.afk_giftcode .remains {
	margin: 15px 0 0;
	font-size: 18px;
}
.afk_giftcode .full {
	font-size: 24px;
}
.afk_giftcode .sh9key {
	color: #c80909;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
}
.afk_giftcode .code {
	display: inline-block;
	vertical-align: top;
	border: 1px dashed currentcolor;
	padding: 15px;
	border-radius: 10px;
	min-width: 30%;
	max-width: 100%;
}