.shop-searchbox{
	width: 100%;
	height: 4.5rem;
	padding: 0 1rem;
	box-sizing: border-box;
}
.shop-searchbox img{
	height: 1.4rem;
	margin-top: 1.05rem;
	float: left;
}
.shop-searchbox p{
	display: inline-block;
	height: 3.5rem;
	line-height: 3.6rem;
	font-size: 16px;
	/* font-weight: 600; */
	color: #fff;
	margin-left: 0.25rem;
}
.shop-search-input{
	width: 100%;
	height: 3.8rem;
	background: #fff;
	margin-top: -1rem;
	border-radius: 1rem 1rem 0 0;
	padding: 0 1rem;
	box-sizing: border-box;
	position: relative;
}
.shop-search-input img{
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	top: 1.25rem;
	left: 1.5rem;
}
.shop-search-input input{
	width: 100%;
	height: 2.3rem;
	margin-top: 1rem;
	background: #f0f1f3;
	color: #cccfd7;
	font-size: 14px;
	padding-left: 2.5rem;
	border-radius: 2rem;
}
.shop-search-input input::placeholder{
	color: #999;
}
.shop-search-input button{
	width: 4rem;
	height: 1.8rem;
	border-radius: 2rem;
	font-size: 12px;
	color: #fff;
	line-height: 2rem;
	position: absolute;
	top: 1.25rem;
	right: 1.5rem;
	border: none;
}
.shop-nav-cate-wrap{
	width: 100%;
	height: auto;
	display:block;
	overflow:hidden;
	background: #fff;
	padding: 0.5rem 0.25rem 0;
	box-sizing: border-box;
}
.shop-nav-cate-wrap li{
	width: 20%;
	height: 5rem;
	float: left;
	margin-bottom: 0.25rem;
}
..shop-nav-cate-wrap li a{
	width: 100%;
	height: 5rem;
	float: left;
}
.shop-nav-cate-wrap img{
	width: 3rem;
	height: 3rem;
	display: block;
	margin: 0.25rem auto 0;
	border-radius: 3rem;
	
}
.shop-nav-cate-wrap li p{
	font-size: 12px;
	text-align: center;
	color: #333;
	margin-top: 0.35rem;
}
.filter2 .tab{
	border-top: 1px #f0f0f0 solid;
}
.filter2 .tab li span{
	font-size: 14px;
}
.filter2 .inner_child a, .filter2 .inner_parent a{
	font-size: 14px;
}
.shop-merchants-list{
	width: 100%;
}
.shop-merchants-list li{
	width: 100%;
	height: 9rem;
	border-bottom: 1px #f5f5f5 solid;
	padding: 0 1rem;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	position: relative;
}
.shop-merchants-list-img{
	width: 7rem;
	height: 7rem;
	flex-shrink: 0;
	margin-top: 1rem;
	border-radius: 0.5rem;
	overflow: hidden;
	margin-right: 0.5rem;
}
.shop-merchants-list-img img{
	width: 100%;
	height: 7rem;
	border-radius: 0.5rem;
}
.shop-merchants-list-text{
	width: 100%;
	height: 6rem;
	margin-top: 1rem;
}
.shop-merchants-list-text p{
	font-size: 14px;
	color: #999;
	height: 1.2rem;
	line-height: 1.2rem;
	overflow: hidden;
}
.shop-merchants-list-text p:nth-child(1){
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 16px;
	color: #333;
}
.shop-merchants-list-text p:nth-child(2){
	width: 6rem;
	display: inline-block;
	height: 1.4rem;
	line-height: 1.4rem;
	border-radius: 2rem;
	font-size: 12px;
	color: #fff;
	text-align: center;
	margin: 0.15rem 0 0rem;
}
.shop-merchants-list-text  p:nth-child(5) img{
	width: 1.2rem;
	height: 1.2rem;
	float: left;
}
.shop-merchants-list-distance{
	height: 2rem;
	line-height: 2rem;
	color: #999;
	position: absolute;
	top: 3.5rem;
	right: 1rem;
}
.item-list li{
	padding: 0 !important;
}
.goods-figure{
	width: 100%;
	height: 100vw;
	background: url(../img/shopbg.png) #f5f5f5 no-repeat;
	background-size: 100% 100%;
}
.goods-figure .swiper-container {
	width:100%;
	height:100%;
}
.goods-figure .swiper-slide {
	text-align:center;
	font-size:18px;
	background:#fff;
	/* Center slide text vertically */
      display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
}
.goods-figure .swiper-slide img{
	width: 100%;
	height: 100%;
}
.goods-video{
	width: 8.5rem;
	height: 3rem;
	position: absolute;
	bottom: 2.2rem;
	left: 50%;
	z-index: 999;
	margin-left: -4.25rem;
}
.goods-video a{
	width: 100%;
	height: 3rem;
	
	display: block;
	position: relative;
}
.goods-video img{
	height: 3rem;
	display: block;
	margin: 0 auto;
}
.goods-video p{
	width: 6rem;
	height: 3rem;
	line-height: 3rem;
	position: absolute;
	text-align: center;
	color: #999;
	top: 0;
	right: 0;
}
.goods-money{
	width: 100%;
	background: #fff;
	padding: 0.35rem 10px;
	box-sizing: border-box;
	float: left;
	position: relative;
	box-shadow: 0px -3px 13px 0px rgba(25,30,59,0.05) !important;
}
.goods-money p:nth-child(1){
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #fe4543;
	float: left;
	height: 1.75rem;
	line-height: 1.75rem;
}
.goods-money p:nth-child(1) span:nth-child(2){
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 12px;
	background: #fe4543;
	color: #fff;
	display: inline-block;
	vertical-align: 0.125rem;
	padding: 0 0.25rem;
	border-radius: 0.25rem;
}
.goods-money p:nth-child(1) span:nth-child(3){
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 12px;
	background: #fe4543;
	color: #fff;
	display: inline-block;
	vertical-align: 0.125rem;
	padding: 0 0.25rem;
	border-radius: 0.25rem;
}
.goods-money p:nth-child(3){
	width: 100%;
	font-size: 12px;
	color: #999;
	height: 1.5rem;
	line-height: 1.5rem;
	float: left;
}
.goods-fxsp{
	width: 5rem;
	height: 2rem;
	background: #f7f8fa;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	font-size: 12px ;
	margin-top: -1rem;
	text-align: center;
	line-height: 2rem;
	border-radius: 2rem 0 0 2rem;
}
.goods-money p:nth-child(3) span{
	margin-right: 0.5rem;
}
.goods-money p:nth-child(3) span:nth-child(2){
	text-decoration: line-through;
}
.goods-money p:nth-child(2){
	font-size: 16px;
	font-weight: 600;
	width: 100%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-height: 3.2rem;
	line-height: 1.6rem;
	color: #666;
	margin: 0.25rem 0;
}
.goods-money p:nth-child(4){
	color: #999;
	float: left;
}
.goods-space{
	width: 100%;
	height: 0.5rem;
	background: #f5f5f5;
	float: left;
}
.goods-freight{
	width: 100%;
	height: 2.5rem;
	background: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	float: left;
}
.goods-freight span{
	float: left;
	height: 2.5rem;
	line-height: 2.5rem;
	color: #9a9b9d;
	display: inline-block;
}
.goods-freight  p{
	height: 2.5rem;
	line-height: 2.5rem;
	display: inline-block;
	margin-left: 0.5rem;
	max-width: 80%;
	overflow: hidden;
	
}
.goods-merchants{
	width: 100%;
	height: 5rem;
	background: #fff;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
}
.goods-merchants-img {
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 3.5rem;
	margin-top: 0.75rem;
	flex-shrink: 0;
	overflow: hidden;
	margin-right: 0.5rem;
}
.goods-merchants-img img{
	width: 3.5rem;
	height: 3.5rem;
	border-radius: 3.5rem;
}
.goods-merchants-text{
	width: 100%;
	height: 3.5rem;
	margin-top: 0.75rem;
}
.goods-merchants-text p:nth-child(1){
	height: 1.5rem;
	line-height: 1.5rem;
	width: 100%;
	color: #666;
	font-size: 15px;
	font-weight: 600;
	margin-top: 0.25rem;
}
.goods-merchants-text p:nth-child(2){
	width: 100%;
	height: 1.5rem;
}
.goods-merchants-text p span{
	height: 1.3rem;
	display: inline-block;
	line-height: 1.3rem;
	font-size: 12px;
	padding: 0 0.5rem;
	color: #fff;
	border-radius: 0.25rem;
	margin-right: 0.5rem;
	margin-top: 0.1rem;
}
.goods-merchants-text p span:nth-child(1){
	background: #3e3d4f;
}
.goods-detailss{
	width: 100%;
	background: #fff;
	overflow: hidden;  padding:10px
}
.goods-detailss img{
	width: 100% !important;
}
.goods-cart{
	width: 3rem;
	height: 3rem;
	background: #e81223;
	position: fixed;
	bottom: 5rem;
	right: 1rem;
	border-radius: 4rem;
}
.goods-cart img{
	width: 2rem;
	height: 2rem;
	margin: 0.5rem;
}
.goods-cart span{
	width: 1rem;
	height: 1.2rem;
	background: #fff;
	display: block;
	position: absolute;
	top: 0.6rem;
	right: 0.6rem;
	text-align: center;
	border-radius: 1rem;
	overflow: hidden;
}
.goods-footer{
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fff;
	padding: 0 10px;
	box-sizing: border-box;
	box-shadow: 0px -3px 13px 0px rgba(25,30,59,0.05) !important;
}
.goods-footer-box{
	width: 15%;
	height: 50px;
	float: left;
}
.goods-footer-box img{
	width: 30px;
	height: 30px;
	display: block;
	margin: 2px auto 0;
}
.goods-footer-box p{
	font-size: 12px;
	color: #999;
	line-height: 20px;
	text-align: center;
	margin-top: -4px;
	margin-bottom: 0;
}
.goods-footer-btn{
	width: 70%;
	height: 50px;
	float: right;
}
.goods-footer-btn a{
	width: 50%;
	height: 40px;
	display: inline-block;
	background: #ff8852;
	float: left;
	margin-top: 5px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	border-radius: 2.5rem 0 0 2.5rem;
}
.goods-footer-btn a:nth-child(2){
	border-radius: 0 2.5rem 2.5rem 0;
	background: #e81223;
}
.goods-titles{
	width: 92%;
	height: 2rem;
	margin: 0.5rem 4% 0;
}
.goods-titles p{
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	font-size: 16px;
	color: #fd4141;
}
.goods-recommendation{
	width: 100%;
	height: 9rem;
	/* background: red; */
	padding-left: 4%;
	box-sizing: border-box;
	margin: 0.25rem 0 0.75rem ;
	
}
.goods-recommendation .swiper-container {
	width:100%;
	height:100%;
}
.goods-recommendation .swiper-slide {
	text-align:center;
	font-size:18px;
	width:8rem;
	/* Center slide text vertically */
	background: #fff;
	border-radius: 0.5rem;
	overflow: hidden;

}
.goods-recommendation .swiper-slide img{
	width: 8rem;
	height: 6rem;
	border-radius: 0.5rem 0.5rem 0 0;
}
.goods-recommendation .swiper-slide p{
	width: 100%;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: 14px;
	color: #000;
	padding: 0 0.25rem;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 0.1rem;
}
.goods-recommendation .swiper-slide p span{
	font-size: 12px;
	margin-right: 0.1rem;
}
.goods-recommendation .swiper-slide p:nth-child(3){
	height: 1.2rem;
	line-height: 1.2rem;
	font-weight: bold;
	color: #fd4141;
	margin-top: -0.3rem;
	font-size: 14px;
}
.goods-recommendation-list{
	width: 92%;
	margin-left: 4%;
	padding-bottom: 1rem;
}
.goods-recommendation-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.goods-recommendation-list li{
	width: 47.5%;
	background: #fff;
	float: left;
	margin-top: 1rem;
	border-radius: 0.5rem;
	overflow: hidden;
	padding-bottom: 0.5rem;
	position: relative;
}
.goods-recommendation-list img{
	width: 100%;
}
.goods-recommendation-list h3{
	width: 100%;
	height: 3rem;
	line-height: 1.5rem;
	overflow: hidden;
	margin-top: 0.5rem;
	font-size: 14px;
	font-weight: 600;
	padding: 0 0.25rem;
	box-sizing: border-box;
}
.goods-recommendation-list p:nth-child(3){
	font-size: 12px;
	color: #9d9d9d;
	padding: 0 0.25rem;
	box-sizing: border-box;
	margin-top: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.goods-recommendation-list p:nth-child(4){
	font-size: 20px;
	color: #fd4141;
	font-weight: bold;
	padding: 0 0.25rem;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 0.1rem;
}
.goods-recommendation-list p:nth-child(4) span{
	font-size: 14px;
	margin-right: 0.25rem;
}
.goods-recommendation-list p:nth-child(4) span:nth-child(2){
	font-weight: normal;
	color: #9d9d9d;
	text-decoration: line-through;
}
.goods-recommendation-list p:nth-child(5){
	margin-top: 0rem;
	padding: 0 0.25rem;
	box-sizing: border-box;
	font-size: 12px;
	color: #9d9d9d;
}
.goods-recommendation-list p:nth-child(5) a{
	color: #9D9D9D;
	font-size: 12px;
	margin-left: 0.25rem;
}
.goods-recommendation-list p:nth-child(6){
	width: 6rem;
	height: 1.5rem;
	text-align: center;
	color: #fff;
	line-height: 1.5rem;
	border-radius: 0 2rem 2rem 0;
	position: absolute;
	top: 0.75rem;
	left: 0;
	font-size: 14px;
}
.shop-details-nbox{
	width: 100%;
	height: 2.5rem;
	background: #fff;
	margin: 0.5rem 0 0;
	padding: 0 15px;
	box-sizing: border-box;
}
.shop-details-nbox li{
	width: 15%;
	height: 2.5rem;
	line-height: 2.5rem;
	float: left;
}
.shop-details-nbox li a{
	display: inline-block;
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
}
.news-list{
	width: 100%;
	margin-top: 8px;
}
.news-list li{
	width: 100%;
	height: 7rem;
	border-bottom: 1px #f5f5f5 solid;
	padding: 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.news-list-img{
	width: 7.5rem;
	height: 5rem;
	border-radius: 0.25rem;
	margin-top: 1rem;
	overflow: hidden;
	flex-shrink: 0;
	margin-left: 0.5rem;
	background: #f5f5f5;
}
.news-list-img img{
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}
.news-list-text{
	width: 100%;
	height: 5rem;
	margin-top: 1rem;
}
.news-list-text h3{
	font-size: 16px;
	height: 3rem;
	line-height: 1.5rem;
	font-weight: normal;
}
.news-list-text p{
	height: 1.5rem;
	line-height: 1.5rem;
	margin-top: 0.5rem;
	color: #9c9c9c;
}
.news-wrapper{
	width: 100%;
	height: 2rem;
	margin: 0.5rem 0 0;
	padding: 0 10px;
	box-sizing: border-box;
}
.news-wrapper li{
	padding: 0 0.5rem;
	height: 2rem;
	line-height: 2rem;
	float: left;
}
.news-wrapper li a{
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	text-align: center;
}
.news-wrapper .active a{
	color: red;
}
.news-wrapper .current a{
	color: #e81223;
}
.artcle-detail-title{
	width: 100%;
	height: 2rem;
	line-height: 2remm;
	background: #fff;
	padding: 0 10px;
	box-sizing: border-box;
}
.artcle-detail-title span{
	width: 0.25rem;
	height: 1rem;
	background: #e81223;
	display: inline-block;
	float: left;
	margin-top: 0.5rem;
	border-radius: 0.5rem;
}
.artcle-detail-title  p{
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	margin-left: 0.5rem;
}
.artcle-footer{
	width: 100%;
	height: 3rem;
	background: #fff;
	position: fixed;
	bottom: 0px;
	left: 0;
	box-shadow: 0px -3px 13px 0px rgba(25,30,59,0.05) !important;
}
.artcle-footer li{
	width: 25%;
	height: 3rem;
	float: left;
	text-align: center;
	line-height: 3rem;
	color: #333;
	position: relative;
}
.artcle-footer  a{
	position: absolute;
	width: 100%;
	height: 3rem;
	display: block;
}
.artcle-footers li{
	width: 33.33%;
}

.list-media-x li.new {
	border-radius:10px;
	margin:10px;
}