.gift_pack{
	min-height: 600px;
}
.g_banner{
	width: 100%;
    min-height: 135px;
    background: url(../images/gift_img.jpg) 50% 50% no-repeat;
    background-size: cover;
    overflow: hidden;
}
.g_banner .common_search{
	width: 89.333333%;
	max-width: 805px;
	margin: 35px auto 0;
}
.g_banner .g_p1{
	width: 89.333333%;
	text-align: center;
	font-size: 11px;
	color: #fff;
	line-height: 22px;
	margin: 10px auto;
}
.g_banner .g_p1 a{
	color: #15dcdc;
}
.g_date{
	height: 60px;
} 
.g_date .g_date_details{
	width: 100%;
	height: 60px;
	color: #737373;
	font-size: 28px;
	line-height: 60px;
	transition: all .3s;
	overflow: hidden;
}
.g_date .g_date_details.fixed,.g_date .g_date_details.fixed2{
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
	position: fixed;
	left: 0;
	z-index: 10;
}
.g_date .g_date_details.fixed{
	top: 56px;
}
.g_date .g_date_details.fixed2{
	top:0;
}
.g_date .g_date_details h3{
	max-width: 805px;
	margin: 5px auto 0;
	text-indent: 5%;
	position: relative;
	transition: all .3s;
}
.g_date .g_date_details.fixed h3{
	margin: 0 auto;
}
.g_date .g_date_details h3::before{
	content: '';
	width: 35%;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -.5px;
}
.g_date .g_date_details.fixed h3::before{
	display: none;
}
.time_axis{
	width: 91.7333333%;
	height: auto;
	padding: 30px 0 10px;
	margin: 0 auto;
	max-width: 805px;
	border-left: 4px solid #e5e5e5;
}
.time_axis .axis_gift{
	margin-bottom: 8%;
}
.time_axis .axis_gift h4{
	color: #737373;
	font-size: 18px;
	position: relative;
	line-height: 20px;
	text-indent: 5%;
}
.time_axis .axis_gift h4::before{
	content: '';
	width: 4px;
	height: 4px;
	border: 3px solid #5338ee;
	position: absolute;
	top: 50%;
	left: -7px;
	transform: translateY(-50%);
}
.gifts_list .gifts_content{
	width: 95%;
	margin: 5% 0 0 5%;
}
.gifts_content .g_order{
	height: 41px;
	overflow: hidden;
	font-size: 0;
	margin-bottom: 4%;
}
.gifts_content .g_order i{
	width: 29%;
	height: 41px;
	font-size: 16px;
	color: #fff;
	line-height: 41px;
	text-align: center;
}
.gifts_content .g_or1 i,
.gifts_content .g_or3 i{
	background: #462dce;
}
.gifts_content .g_or1 i::before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 19px;
	background: url(../images/icon_word1.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 6%;
}
.gifts_content .g_or2 i,
.gifts_content .g_or4 i{
	background: #ce622d;
}
.gifts_content .g_or2 i::before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 19px;
	background: url(../images/icon_word2.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 6%;
}
.gifts_content .g_order span{
	width: 71%;
	height: 41px;
	background: #f3f3f3;
	color: #333;
	font-size: 16px;
	line-height: 41px;
	text-indent: 5.5%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gifts_content .g_or2 span,
.gifts_content .g_or4 span{
	color: #ce622d;
}
.gifts_content .g_cont {
	font-size: 0;
}
.gifts_content .g_cont .g_cont_img{
	width: 29%;
	background: #f3f3f3;
}
.gifts_content .g_cont .g_cont_lb{
	width: 49%;
	margin-left: 5%;
}
.gifts_content .g_cont .g_cont_lb p{
	height: 40px;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	display: -webkit-box !important;
	overflow: hidden;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-o-line-clamp: 2;
	-ms-line-clamp: 2;
	line-clamp: 2;
}
.gifts_content .g_cont .g_cont_lb em{
	color: #b3b3b3;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	margin-top: 5%;
}
.gifts_content .g_cont a{
	width: 14%;
	height: 22px;
    background: #fff;
    border: 1px solid #462dce;
    border-radius: 15px;
    color: #462dce;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    margin-left: 2%;
}
/**iphone**/
@media only screen and (max-width:767px) and (min-width:320px) {
	
}
/**ipad**/
@media only screen and (max-width:991px) and (min-width:768px) {
	.g_banner{
		min-height: 160px;
	}
	.g_banner .common_search{
		margin: 45px auto 0;
	}
	.g_banner .g_p1{
		font-size: 14px;
	}
	.gifts_content .g_cont .g_cont_lb p{
		font-size: 15px;
		height: 46px;
		line-height: 23px;
	}
	.gifts_content .g_cont .g_cont_lb em{
		font-size: 13px;
		height: 20px;
		line-height: 20px;
	}
	.gifts_content .g_cont a{
		height: 30px;
		line-height: 30px;
		font-size: 15px;
	}
	.g_date .g_date_details h3::before{
		width: 50%;
	}
}
/**windows**/
@media only screen and (max-width:1920px) and (min-width:992px) {
	.g_banner{
		min-height: 200px;
	}
	.g_banner .common_search{
		margin: 60px auto 0;
	}
	.g_banner .g_p1{
		font-size: 16px;
		line-height: 25px;
    	margin: 12px auto;
	}
	.gifts_content .g_cont .g_cont_lb p{
		font-size: 15px;
		height: 46px;
		line-height: 23px;
	}
	.gifts_content .g_cont .g_cont_lb em{
		font-size: 13px;
		height: 20px;
		line-height: 20px;
	}
	.gifts_content .g_cont a{
		height: 30px;
		line-height: 30px;
		font-size: 15px;
		transition: all .3s;
	}
	.gifts_content .g_cont a:hover{
		background: #462dce;
		color: #fff;
	}
	.g_date .g_date_details h3::before{
		width: 50%;
	}
}