.viewport{
/* 	background:#ECECEC; */
/* 	background:url(../images/mallBack.jpg) center center no-repeat !important; */
/* 	background-size:cover !important; */
	width:100%;
	background : rgba(0,0,0,0.1);
/* 	filter: blur(1px); */
	position: relative;
	z-index: 1;
}
.viewport:after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	background:rgba(255,255,255,.7);
	z-index: 2;
}
.viewport *{
	z-index: 3;
	position:relative;
}
.swiper-container{
	width:100%;
	height: 9rem;
}
.goodsDiv{
	width:100%;
	display: none;
	margin-top: .3rem;
}
.category_container{
	color:#000;
	overflow:scroll;
	font-weight:300;
/* 	border-bottom:0.2rem solid #ECECEC; */
	border-color:#d0ae6f;
	border-bottom-width: 2px;
	border-style:solid;
	position:relative;
	margin-bottom:.3rem;
}
.categoryList{
	display:block;
	white-space:nowrap;
}
.categoryItem{
	display:inline-block;
	text-align:center;
	width: 4rem;
	padding: .5rem 0;
	white-space : nowrap;
	overflow : hidden;
	text-overflow : ellipsis;
}
.category_container::-webkit-scrollbar{
    display: none;
}
.choosen{
	color:#d0ae6f;
	transition : all ease .3s;
	-webkit-transition : all ease .3s;
}
.symbol{
	border-width: .4rem;
	border-style: solid;
	border-color: transparent transparent #d0ae6f transparent;
	position:absolute;
	bottom:0;
	left: 1.6rem;
	transition : all ease .3s;
	-webkit-transition : all ease .3s;
}
.goodsList{
	background: #fff;
}
.goodsItem{
	border-bottom:1px solid #f1f1f1;
	padding:3%;
	width:94%;
	display:flex;
	align-items:center;
}
.goodsItemImg{
	width:35%;
	height: 2.97rem;
	border-radius:0.3rem;
}
.goodsItemContent{
	width:65%;
	padding-left:5%;
}
.goodsItemTitle{
	max-height:3rem;
	overflow:hidden;
	font-weight:bold;
	font-size:105%;
	margin-bottom :.2rem;
} 
.goodsItemSub strong{
	color:#cc1333;
	font-weight :700;
	margin-right:.2rem;
}
.goodsStore{
	color:#999;
}
.subCategoryMenu{
	padding:0 3%;
	margin-bottom: .3rem;
}
.subCategoryMenuItem{
	box-sizing:border-box;
	width:auto;
	padding: .3rem .5rem;
	border-bottom-width: 1.5px;
	border-style:solid;
	border-color:#ECECEC;
}
.subCategoryMenuItem.choosen{
	border-color:#d0ae6f;
}
.header_container{
	padding:2%;
	text-align:center;
}
.close{
	font-size:1.1rem;
}
.mainCategoryList{
	padding:3%;
}
.mainCategoryTitle{
	width: 100%;
	text-align:center;
	font-weight:700;
	color:#202529;
	position:relative;
	height:1rem;
	line-height:1rem;
}
.mainCategoryTitle:before{
	content:"";
	position:absolute;
	border:1px solid #cbcbcb;
	width:35%;
	left:0;
	top :.5rem;
}
.mainCategoryTitle:after{
	content:"";
	position:absolute;
	border:1px solid #cbcbcb;
	width:35%;
	right:0;
	top :.5rem;
}
.main_category_list{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.subCategoryItem{
	box-sizing:border-box;
	width: 33.3%;
	text-align:center;
	font-weight:300;
	padding:.7rem 0;
}
.sub_goods_containerDiv{
	display:none;
}
.subGoodsListDiv{
}
.subGoodsNavbar{
/* 	border-bottom:1px solid #cbcbcb; */
	text-align:center;
/* 	box-shadow: .1rem .1rem .05rem #cbcbcb; */
	display:flex;
	align-items:center;
	width:96%;
	margin: .3rem auto;
}
.subGoodsNavItem{
	box-sizing:border-box;
	width:50%;
	text-align:center;
	position:relative;
	padding:.4rem 0;
}
.subGoodsNavItem.current{
	color:#d0ae6f;
}
.subGoodsNavItem:before{
	content:"";
	border-width:.3rem;
	border-style:solid;
	border-color:transparent transparent #BCBEC1 transparent;
	position:absolute;
	top: 8%;
	right:25%;
}
.subGoodsNavItem:after{
	content:"";
	border-width:.3rem;
	border-style:solid;
	border-color: #BCBEC1 transparent transparent transparent;
	position:absolute;
	top:57%;
	right:25%;
}
.up:before{
	border-color:transparent transparent #d0ae6f transparent;
	top: 8%;
	right:25%;
}
.up:after{
	border-color: #BCBEC1 transparent transparent transparent;
	top:57%;
	right:25%;
}
.down:before{
	border-color: transparent transparent #BCBEC1 transparent;
	top: 8%;
	right:25%;
}
.down:after{
	border-color: #d0ae6f transparent transparent transparent;
	top:57%;
	right:25%;
}
.sub_goods_container{
	font-weight:400;
}
.sub_goods{
	width: 92%;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:0 4%;
}
.subGoodsItem{
	box-sizing:border-box;
	width: 48%;
	margin: .3rem 2%;
	padding:4%;
	background:#fff;
}
.subGoodsItem:nth-child(2n-1){
	margin-left: 0;
}
.subGoodsItem:nth-child(2n){
	margin-right: 0;
}
.subGoodsImg{
	width:100%;
	height: 4rem;
}
.goodsListText{
	line-height:1rem;
	height:1rem;
	text-overflow:ellipsis;
	overflow:hidden;
}
.shippingText{
	color:#828282;
	font-size:89%;
}
.goodsName{
	color:#2a2a2a;
}
.goodsPrice{
	color:#d0ae6f;
}
.price{
	font-size:0.9rem;
}
.normalPrice{
	color:#cbcbcb;
	font-size: 89%;
	text-decoration:line-through;
}
.sub{
	margin-left:-2%;
	margin-top:5%;
}
