.giftBagBan{
	overflow: hidden;
	clear: both;
	margin: 30px auto 20px;
	text-align: center;
}
.giftBagSuit{
	width: 1060px;
	margin: 25px auto;
	overflow: hidden;
	clear: both;
}
.giftBagSuit .giftBagSuit_item{
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
	width: 515px;
}
.giftBagSuit .giftBagSuit_item:nth-child(2n){margin-right: 0;}
.giftBagSuit .giftBagSuit_img{
	width: 515px;
	height: 258px;
	overflow: hidden;
	position: relative;
}
.giftBagSuit .giftBagSuit_img img{
	display: block;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.giftBagSuit .giftBagSuit_txt{
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 0 20px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
}
.giftBagSuit .giftBagSuit_txt p{
	float: right;
	font-weight: 400;
}
.giftBagSuit .giftBagSuit_txt span{
	margin-left: 30px;
	color: #FF0000;
}
.giftBagList{
	overflow: hidden;
	clear: both;
	margin: 20px auto;
}
.giftBagList .giftBagList_tit{
	overflow: hidden;
	clear: both;
}
.giftBagList .giftBagList_tit_img{
	overflow: hidden;
	clear: both;
	padding: 0 35px;
}
.giftBagList .giftBagList_tit_img img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 22px;
}
.giftBagList .giftBagList_tit_txt01{
	border-bottom: 1px solid #ccc;
	padding: 15px 35px;
	margin-top: 10px;
	overflow: hidden;
	clear: both;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.giftBagList .giftBagList_tit_txt01 span{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	vertical-align: bottom;
	margin-left: 20px;
}
.giftBagList .giftBagList_tit_txt02{
	padding: 10px 0 0 140px;
	overflow: hidden;
	clear: both;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.giftBagList .giftBagList_tit_txt02 span{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	vertical-align: bottom;
	margin-left: 20px;
}
.giftBagList .giftBagList_list{
	overflow: hidden;
	clear: both;
	margin: 25px auto;
}
.giftBagList .giftBagList_item{
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 380px;
	background: #F0F0F0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 6px #ccc;
}
.giftBagList .giftBagList_item:nth-child(3n){margin-right: 0;}
.giftBagList .giftBagList_img{
	width: 380px;
	height: 190px;
	overflow: hidden;
	position: relative;
}
.giftBagList .giftBagList_img img{
	display: block;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.giftBagList .giftBagList_txt{
	padding: 6px 8px 10px;
	overflow: hidden;
	clear: both;
}
.giftBagList .giftBagList_txt_tit{
	white-space: nowrap;
	overflow: hidden;
	clear: both;
    height: 24px;
}
.giftBagList .giftBagList_txt_tit p{
	display: inline-block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	vertical-align: middle;
}
.giftBagList .giftBagList_txt_tit span{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FF0000;
	float: right;
	vertical-align: middle;
}
.giftBagList .giftBagList_txt_spec{
	overflow: hidden;
	clear: both;
	margin: 10px auto;
    height: 36px;
}
.giftBagList .giftBagList_txt_spec p{
	line-height: 36px;
	background: #FF0300;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	max-width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    padding: 0 15px;
	vertical-align: middle;
}
.giftBagList .giftBagList_txt_spec span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	float: right;
	vertical-align: middle;
	max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 36px;
}
.giftBagList .giftBagList_txt_des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}
/* 展品详情 */
.shopDetail {
	overflow: hidden;
	clear: both;
	margin: 40px auto;
}
.shopDetail .zscqImg {
	float: left;
	width: 500px;
}

.shopDetail .zscqImg .swiper-slide {
	height: 500px;
	background: #f7f7f7;
	overflow: hidden;
	position: relative;
}

.shopDetail .zscqImg .swiper-slide img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.zscqImg_bot {
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 9;
	width: 500px;
	text-align: right;
	margin-top: 10px;
}
.zscqImg_bot .zscqImg_icon a.on {
	color: #059240;
	font-weight: bold;
}
.zscqImg_bot .zscqImg_icon a img {
	vertical-align: text-bottom;
	margin-right: 10px;
}

.zscqImg_bot .zscqImg_icon a {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin: 0 10px;
	vertical-align: middle;
}
.zscqImg_bot .zscqImg_icon .collection b {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../image/collection.png);
	background-size: 20px 18px;
	vertical-align: text-bottom;
	margin-right: 5px;
}

.zscqImg_bot .zscqImg_icon .noCollection b {
	display: inline-block;
	width: 20px;
	height: 18px;
	background: url(../image/no-collection.png);
	background-size: 20px 18px;
	vertical-align: text-bottom;
	margin-right: 5px;
}
.goods_info{
	width: 665px;
	margin-bottom: 60px;
}

.goods_info_l {
	width: 396px;
	margin-right: 20px;
}

.shopDetail .shopDetail_rf {
	width: 665px;
	float: left;
	overflow: hidden;
	font-family: Microsoft YaHei;
	margin-left: 35px;
}
.goods_info{
	/*width: 665px;*/
	width: 450px;
	min-height: 450px;
}
.productTit {
	font-size: 22px;
	font-family: Microsoft YaHei;
	/*font-weight: bold;*/
	color: #333333;
	margin: 10px 0;
	line-height: 35px;
	max-height: 385px;
	overflow: hidden;
}
.productTit p:first-child{font-weight: bold;}
.product_Guige {
	background: #F5F5F5;
	padding: 15px;
	margin-bottom: 25px;
}
.product_Guige p {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}
.product_Guige p span {
	color: #FF0000;
	font-size: 24px;
}
.product_Guige p i {
	text-decoration: line-through;
}
.product_Guige p b {
	display: inline-block;
	font-weight: normal;
	background: #F08591;
	line-height: 16px;
	color: #fff;
	padding: 0 10px;
	margin-left: 15px;
	background: url(../image/sanjiao.png) no-repeat -8px bottom, #F08591;
}
.productGuige {
	overflow: hidden;
	clear: both;
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	font-family: Microsoft YaHei;
	align-items: center;
}
.productGuige div.productGuige_tit {
	font-size: 14px;
	margin-right: 10px;
	font-weight: 400;
	color: #333333;
}
.productGuige ul.productGuige_list {
	max-width: 300px;
}
.productGuige ul.productGuige_list li {
	border: 1px solid #ccc;
	font-size: 14px;
	border-radius: 0;
	padding: 4px 20px;
	margin: 5px;
	cursor: default;
	background: #fff;
}
.productGuige ul.productGuige_list li.specSel,
.productGuige ul.productGuige_list li:hover {
	border-color: #0D6108 !important;
	color: #0D6108;
}
.productGuige ul.productGuige_list a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-decoration: underline;
	color: #0E6D01;
}
.goods_rule li {
	font-size: 16px;
	font-weight: 500;
	color: #999999;
	border: 1px solid rgba(204, 204, 204, 0.68);
	border-radius: 15px;
	padding: 5px 15px;
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 10px;
}

.goods_rule li.specSel,
.goods_rule li:hover {
	color: #FB6B61;
	border: 1px solid rgba(251, 107, 97, 0.68);
}
.productNum {
	padding: 0;
	overflow: hidden;
	clear: both;
	padding-bottom: 20px;
	border-bottom: 1px solid #EBEBEB;
}

.productNum.goods_show .goods_base_l {
	font-size: 14px;
	margin-right: 10px;
	font-weight: 400;
	color: #333333;
	font-family: Microsoft YaHei;
}
.productNum.goods_show_num .goods_show_r_num a {
	float: left;
}
.productNum.goods_show_num .myCart_num {
	height: 32px;
	margin: 0;
	border-left: none;
	border-right: none;
	float: left;
	width: 60px;
	font-size: 16px;
	padding: 0;
}

.goods_show_num .goods_show_r_num {
	float: left;
}

.goods_show_num .goods_show_r_num a {
	width: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid rgba(204, 204, 204, 0.68);
	font-size: 24px;
	font-weight: 500;
	color: #999999;
	cursor: pointer;
	vertical-align: middle;
}

.goods_show_num .myCart_num {
	outline: none;
	border: 1px solid rgba(204, 204, 204, 0.68);
	height: 32px;
	text-align: center;
	width: 40px;
	font-size: 22px;
	font-weight: 500;
	color: #666666;
	margin: 0 -5px;
	vertical-align: middle;
}
.goods_show .goods_base_l {
	font-size: 16px;
	font-weight: 500;
	color: #999999;
	/*float: left;*/
	line-height: 32px;
	margin-right: 10px;
}
.productPrice {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	margin-top: 30px;
}
.productPrice span{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FF0000;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}
.goods_Btn{
	padding: 20px 0 0px;
}
.goods_Btn span.newcolor{
	width: 175px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #EC311D;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	cursor: default;
	color: #fff;
	background: #EF1F1F;
	margin-left: 15px;
	text-align: center;
	display: inline-block;
}
.goods_Btn a.myCart_buy_discount{
	display: inline-block;
	width: 175px;
	line-height: 38px;
	text-align: center;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #0E6D01;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0D6108;
	margin-left: 15px;
}
.combinateList{
	width: 1200px;
	background: #FFDBDB;
	border: 2px solid #FB0028;
	overflow: hidden;
	clear: both;
	margin: 35px auto 30px;
	padding: 35px 83px 50px;
}
.combinateList .combinateList_tit{
	font-size: 24px;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	color: #FE6F02;
	text-align: center;
}
.combinateList .combinateList_list{
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 35px auto 0;
}
.combinateList .swiper-slide{display: block;}
.combinateList .combinateList_con{
	width: 200px;
	float: left;
}
.combinateList .combinateList_img{
	width: 200px;
	height: 200px;
	overflow: hidden;
	clear: both;
}
.combinateList .combinateList_img img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.combinateList .combinateList_txt{
	width: 200px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.combinateList .combinateList_icon{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #15840E;
	float: left;
	line-height: 200px;
	width: 57px;
	text-align: center;
}
.combinateList .swiper-slide:last-child .combinateList_icon{display: none;}
.soldout {
	position: absolute;
	bottom: 1rem;
	right: 0;
	width: 153px;
	height: 153px;
	background: url(/static/image/soldout.png) no-repeat center;
	background-size: 100%;
	z-index: 9;
}

.giftBagList .pagination li:hover a,.giftBagList .pagination li.active a{
    background-color: #A8000B;
    border-color: #A8000B;
    color: #fff;
}