._asc {
	color: #00a1e3;
}

._db {
	color: #eb2629;
}

._imf {
	color: #00bbca;
}

._iu {
	color: #01c137;
}

._isu {
	color: #5535ca;
}

._sd {
	color: #0096e0;
}

.gift-offer {
	margin: 50px auto 0px;
	width: 1200px;
	display: flex;
	align-items: stretch;
	box-sizing: border-box;
	justify-content: space-between;
	flex-wrap: wrap;
	font-family: Lexend;
}

.gift-offer .gift-item {
	position: relative;
	display: flex;
	margin-bottom: 22px;
	padding: 34px 24px 34px 34px;
	width: 49%;
	max-width: 590px;
	background: #fff9f2;
	border: 1px solid #ffe2c9;
	border-radius: 10px;
}

.gift-offer .g-price {
	flex: 1 1 0;
}

.gift-offer .g-image {
	margin: 0;
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	position: relative;
}

.gift-offer .g-image:after {
	display: block;
	content: "";
	width: 47px;
	height: 47px;
	background: url(../images/cup.png) no-repeat center/cover;
	position: absolute;
	top: 7px;
	right: -29px;
}

.gift-offer .g-info {
	width: 304px;
	border-right: 1px solid #ffe0c7;
	text-align: left;
}

.gift-offer .g-name {
	padding: 6px 0 4px;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}

.gift-offer .g-desc,
.gift-offer .g-tag {
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
}

.gift-offer .g-tag {
	padding-top: 18px;
	margin-bottom: 5px;
	color: #a3a3a3;
}
.gift-offer .target {
	margin-top: 5px;
	color: #ff3b3b;
	cursor: pointer;
	text-decoration: underline;
	font: normal normal 500 12px/24px Lexend;
}
.gift-offer .g-desc {
	padding-top: 0;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}

.gift-offer .g-list {
	margin-top: 18px;
}

.gift-offer .g-list > li {
	margin-bottom: 6px;
	color: #1a1919;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
}

.gift-offer .g-price {
	padding-top: 43px;
}

.gift-offer .g-price .buybtn {
	width: 186px;
	height: 42px;
}
.gift-offer .g-price .g-save {
	display: inline-block;
	padding: 0 10px;
	min-width: 152px;
	height: 32px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	background: transparent linear-gradient(274deg, #ffbd4a 0%, #ffea85 100%) 0% 0% no-repeat padding-box;
	border-radius: 4px;
	box-sizing: border-box;
}

.gift-offer .g-price .order-discount {
	padding: 34px 0 0;
	flex: 0;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}

.gift-offer .g-price .order-discount big {
	font-size: 30px;
}
.gift-offer .g-price .order-discount del {
	color: #959595;
	font-size: 14px;
	font-weight: 500;
}
.gift-offer .g-price .pro-price {
	display: block;
	margin: 0 auto 6px;
	width: auto;
	color: #727272;
	font-weight: 500;
	text-decoration: line-through;
}

.gift-offer .g-price .pro-price > del {
	color: #727272;
	font-weight: 500;
	text-decoration: line-through;
}

.gift-offer .g-price .pro-price::before {
	display: none;
}

.gift_title {
	color: #000;
	font-size: 30px;
	text-align: center;
}

.gift_subtitle {
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 10px;
}
