/* 轮播banner */
.swiper-banner-container{
	width: 10rem;
	background: #e7e7e7
}
.swiper-banner-container .item{
	display: table-cell;
	width: 10rem;
	height: 2.533333rem;
	vertical-align: middle;
	text-align: center;
}
.swiper-banner-container .item img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.swiper-banner-container .swiper-pagination{
	width: 100%;
	bottom: 0.1rem
}
.swiper-banner-container .swiper-pagination-bullet{
	opacity: 0.7;
	margin: 0 0.04rem;
	background: #fff
}
.swiper-banner-container .swiper-pagination-bullet-active{
	opacity: 1;
}

/* 搜索栏 */
.search-area-bar{
	margin: 0.266667rem;
	position: relative;
}
.search-area-text{
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0 1.2rem 0 0.4rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0.4rem;
	border-radius: 0.4rem;
	background: #fff
}
.search-btn-icon{
	display: block;
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	top: 50%;
	right: 0.4rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/search-magnifier-grey-icon.png) center no-repeat;
	background-size: contain;
}

/* 主题模块 */
.theme-module-block{
	background: #fff
}
.theme-module-block .tmb-list{
	padding: 0.2rem;
}
.theme-module-block .tmb-list>li{
	float: left;
	width: 33.333333%;
	padding: 0.133333rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.theme-module-block .tmb-list .item{
	display: block;
	height: 0.88rem;
	line-height: 0.88rem;
	padding: 0 0.2rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #efeff4
}

/* 目的地 */
.destination-module{
	margin-top: 0.266667rem;
	background: #fff
}
.destination-bar{
	padding: 0.333333rem;
	font-size: 0.373333rem
}
.destination-list{
	padding-left: 0.2rem
}
.destination-list>li{
	float: left;
	padding: 0 0.2rem 0.306667rem 0.106667rem;
}
.destination-list .item{
	display: table-cell;
	width: 2.906667rem;
	height: 2.906667rem;
	position: relative;
	text-align: center;
	vertical-align: middle;
	background: #e7e7e7
}
.destination-list .item img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.destination-list .item .name{
	color: #fff;
	width: 2rem;
	height:  0.666667rem;
	line-height: 0.666667rem;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-border-radius: 0.08rem;
	border-radius: 0.08rem;
	font-size: 0.346667rem;
	background: rgba(0,0,0,.4)
}

/* 更多 */
.module-more-bar{
	width: 100%
}
.module-more-link{
	color: #2dbb55;
	display: block;
	padding: 0.32rem 0 0.4rem;
	text-align: center;
	font-size: 0.32rem;
}
.module-more-link:after{
	content: "";
	display: inline-block;
	width: 0.293333rem;
	height: 0.293333rem;
	vertical-align: middle;
	margin: -0.08rem 0 0 0.16rem;
	background: url(../images/module-more-icon.png) center no-repeat;
	background-size: contain;
}

/* 线路推荐 */
.product-recommend-module{
	margin-top: 0.266667rem;
	background: #fff
}
.product-recommend-bar{
	padding: 0.333333rem;
	font-size: 0.373333rem
}
.product-recommend-block{
	padding: 0 0 0.333333rem 0.333333rem
}
.product-recommend-block .swiper-slide{
	width: 3.68rem !important;
	margin-right: 0.266667rem
}
.product-recommend-block .item{
	display: block;
	width: 3.68rem;
}
.product-recommend-block .item .pic{
	display: table-cell;
	width: 3.68rem;
	height: 2.506667rem;
	vertical-align: middle;
	text-align: center;
	background: #e7e7e7
}
.product-recommend-block .item .pic img{
	width: 100%;
	
	height: 100%;
	vertical-align: middle;
}
.product-recommend-block .item .info{
	padding: 0.12rem 0.2rem;
	background: #f9f9f9
}
.product-recommend-block .item .info .tit{
	line-height: 0.426667rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 0.32rem
}
.product-recommend-block .item .info .price{
	color: #f70;
	margin-top: 0.08rem;
	font-size: 0.32rem
}
.product-recommend-block .item .info .price .num{
	font-size: 0.373333rem
}

/* 产品展示 */
.product-container{
	margin-top: 0.266667rem;
	background: #fff
}
.product-tab-bar{
	padding: 0.2rem 0.266667rem;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product-tab-bar.fixed{
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff
}
.product-tab-bar .swiper-slide{
	display: inline-block;
	width: auto;
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0 0.4rem;
	margin: 0 0.133333rem;
	position: relative;
	border: 1px solid #f6f6f7;
	-webkit-border-radius: 0.2rem;
	border-radius: 0.2rem;
	font-size: 0.346667rem;
	background: #f6f6f7
}
.product-tab-bar .swiper-slide.active{
	color: #2dbb55;
	border-color: #2dbb55;
	background: #fff
}
.product-tab-bar .item.active:after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #2dbb55
}


.product-tab-wrap .module-more-bar{
	border-top: 1px solid #efeff4
}
.product-tab-wrap{
	display: none
}
.product-mass-list{

}
.product-mass-list>li{

}
.product-mass-list .pdt-item{

}
.product-mass-list .pdt-item .info-hd{
	height: 5rem;
	position: relative;
	background: #e7e7e7
}
.product-mass-list .pdt-item .info-hd .img{
	/* max-width: 100%;
	max-height: 100%; */
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.product-mass-list .pdt-item .info-hd .label{
	color: #fff;
	display: block;
	position: absolute;
	top: 0.266667rem;
	left: 0.333333rem;
	z-index: 9;
	height: 1.12rem;
	line-height: 1.1rem;
	padding: 0 0.4rem;
	font-size: 0.586667rem;
	-webkit-border-radius: 0.56rem;
	border-radius: 0.56rem;
	background: rgba(0,0,0,.6);
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}
.product-mass-list .pdt-item .info-hd .label:before{
	content: "";
	display: inline-block;
	width: 0.533333rem;
	height: 0.64rem;
	vertical-align: middle;
	margin: -0.1rem 0.16rem 0 0;
	background: url(../images/destination-icon.png) center no-repeat;
	background-size: contain;
}
.product-mass-list .pdt-item .info-hd .sold-out,
.product-mass-list .pdt-item .info-hd .comming{
	display: block;
	width: 2.346667rem;
	height: 2.346667rem;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background: url(../images/sold-out-icon.png) center no-repeat;
	background-size: contain;
}
.product-mass-list .pdt-item .info-hd .comming{
	background: url(../images/comming-soon-icon.png) center no-repeat;
	background-size: contain;
}
.product-mass-list .pdt-item .info-hd .price{
	color: #fff;
	display: block;
	height: 1.6rem;
	line-height: 1.6rem;
	padding: 0 0.4rem;
	position: absolute;
	left: 0;
	bottom: 0.266667rem;
	z-index: 9;
	font-size: 0.586667rem;
	-webkit-border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
	-webkit-border-top-right-radius: 0.3rem;
	border-bottom-right-radius: 0.3rem;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	background: #f70
}
.product-mass-list .pdt-item .info-hd .price .num{
	font-size: 0.746667rem;
}
.product-mass-list .pdt-item .info-hd .data{
	width: 100%;
	height: 0.8rem;
	padding-right: 0.4rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 8;
	text-align: right;
	font-size: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.3));
    background: -webkit-gradient(linear,top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.3)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.3));
    background: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.3));
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.3));
}
.product-mass-list .pdt-item .info-hd .data .db{
	color: #fff;
	display: inline-block;
	line-height: 0.8rem;
	margin-left: 0.4rem;
	font-size: 0.32rem;
}
.product-mass-list .pdt-item .info-bd{
	padding: 0 0.333333rem;
}
.product-mass-list .pdt-item .info-bd .name{
	padding: 0.2rem 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.373333rem
}
.product-mass-list .pdt-item .info-bd .txt{
	color: #999;
	width: 200%;
	white-space: nowrap;
	margin-top: -0.2rem;
	margin-bottom: -0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	font-size: 0.586667rem
}
.product-mass-list .pdt-item .info-bd .con{
	color: #999;
	width: 200%;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	font-size: 0.586667rem
}
.product-mass-list .pdt-item .info-bd .attr{
	width: 200%;
	height: 0.8rem;
	overflow: hidden;
	margin-top: -0.1rem;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	font-size: 0
}
.product-mass-list .pdt-item .info-bd .attr .sx{
	color: #ff9f00;
	display: inline-block;
	height: 0.8rem;
	line-height: 0.76rem;
	padding: 0 5px;
	margin-right: 6px;
	border: 1px solid #ff9f00;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.533333rem;
}

.count-down-bar{
	width: 200%;
	margin: -0.2rem 0 -0.2rem;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	font-size: 0
}
.count-down-bar .th{
	display: inline-block;
	line-height: 0.96rem;
	margin-right: 0.4rem;
	font-size: 0.586667rem
}

.count-down-bar .item{
	color: #fff;
	display: inline-block;
	min-width: 0.96rem;
	line-height: 0.96rem;
	padding: 0 0.16rem;
	text-align: center;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0.533333rem;
	background: #4a4c5b
}

.count-down-bar .fh{
	color: #4a4c5b;
	display: inline-block;
	padding: 0 0.16rem;
	font-size: 0.533333rem;
}