body.gift-body {
	background: #fff;
}
.gift-card-main {

}
.gift-card-banner {
	background: #166BC8;
	color: white;
	padding: 40px 0;
}
.gift-card-banner > .banner-inner {
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
}
.gift-card-title {
	font-size: 26px;
}
.gift-card-desc {
	font-size: 16px;
	padding: 8px 0 0 42px;
}
.gift-card-container {
	padding: 80px 0 114px 0;
	max-width: 960px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.gift-card-img {
	overflow: hidden;
	position: relative;
}
.gift-card-img > img {
	max-width: 100%;
	max-height: 100%;
	margin-top: -40px;
}
.gift-card-form-content {
	color: #333;
	background: #eee;
	padding: 20px;
	border: 1px solid #ddd;
	text-align: left;
}
.gift-card-form {

}
.gift-card-form > p {
	margin-bottom: 15px;
}
.gift-card-form-group {
	margin: 13px 0;
	position: relative;
}
.gift-card-label {
	position: absolute;
	width: 100px;
	font-weight: normal;
	line-height: 33px;
	font-size: 14px;
}
.gift-card-code-input-content {
	margin-left: 100px;
	height: 33px;
}
.gift-verification-code-input-content {
	margin-left: 100px;
	height: 33px;
	margin-right: 114px;
}
#gift-card-code-input, #gift-verification-code-input {
	width: 100%;
	height: 100%;
	padding: 5px 4px;
}
.gift-card-code-img {
	position: absolute;
	width: 100px;
	height: 33px;
	top: 0;
	right: 0;
	cursor: pointer;
}
.gift-card-exchange-btn {
	margin-left: 100px;
    padding: 5px 30px;
}
.gift-card-error-mess {
	margin-left: 10px;
	font-size: 12px;
	position: relative;
	top: 2px
}

.gift-card-success {
	position: relative;
    padding: 24px 20px 4px 20px;
    text-align: left;
}
.gift-card-success-title {
	font-size: 24px;
    line-height: 24px;
}
.gift-card-success-content {
	padding: 14px 0 0 0;
    font-size: 15px;
    line-height: 28px;
    color: #666;
}
.gift-card-success-text span {
    color: #4997ee;
}