.shop {
	background: var(--public-color);
}

/* 供应商 */
.shop_box {
	width: 100%;
}

.shop_box_title {
	font-size: .32rem;
	font-weight: bold;
	padding: .2rem 0;
}

.shop_box_pp {
	width: calc(100% - .6rem);
	padding: 0 .3rem;
	background: #fff;
}

.shop_box_pp_mode {
	width: 100%;
	height: 4rem;
}

.shop_box_pp_mode .pp {
	display: flex;
	flex-wrap: wrap;
	height: 90%;
}

.shop_box_pp_mode .pp .item {
	width: calc(33.33% - .18rem);
	height: 1.6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	margin-left: .2rem;
	margin-bottom: .2rem;
}

.shop_box_pp_mode .pp .item:nth-child(3n+1) {
	margin-left: 0;
}

.shop_box_pp_mode .pp .item .img {
	width: calc(100% - .2rem);
	height: .8rem;
	padding: .1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shop_box_pp_mode .pp .item .img>img {
	max-width: 100%;
	max-height: 100%;
}

.shop_box_pp_mode .pp .item .name {
	width: 100%;
	height: .4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .26rem;
}

.swiper-page-shop-pp {
	position: absolute;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper-page-shop-pp .swiper-pagination-bullet {
	width: .3rem;
	height: .04rem;
	background: #999999;
	border-radius: 0;
	opacity: 1;
}

.swiper-page-shop-pp .swiper-pagination-bullet-active {
	background: var(--main-color);
}

.shop_box_youzhi {
	margin-top: .3rem;
}

.shop_box_youzhi_mode {
	background: #fff;
	width: calc(100% - .6rem);
	padding: 0 .3rem;
}

.shop_box_youzhi_mode .shop_box_title{
	padding-bottom: 0;
}
.shop_box_youzhi_box{
	width: calc(100% - .6rem);
	padding: .3rem;
	background: #fff;
	position: sticky;
	top: 1.15rem;
	left: 0;
}
.shop_box_youzhi_nav {
	width: 100%;
	overflow-x: scroll;
}

.shop_box_youzhi_nav .youzhiTabBox {
	width: 100%;
	white-space: nowrap;
	scroll-behavior: smooth;
	display: flex;
	align-items: center;
}
.shop_box_youzhi_nav .youzhiTabBox .li{
	display: inline-block;
	vertical-align: middle;
	margin-left: .2rem;
}
.shop_box_youzhi_nav .youzhiTabBox .li:nth-child(1){
	margin-left: 0;
}
.shop_box_youzhi_nav .youzhiTabBox  .li .a{
	display: inline-block;
	padding: .02rem .2rem;
	border: 1px solid #fff;
	border-radius: 20px;
	color: #555;
	font-size: .26rem;
}
.shop_box_youzhi_nav .youzhiTabBox  .li .a.active{
	border-color: var(--main-color);
	color: var(--main-color);
}
.shop_box_youzhi_list{
	width: 100%;
}
.shop_box_youzhi_list .list{
	width: calc(100% - .6rem);
	padding: .3rem;
	background: #fff;
	display: flex;
	flex-direction: column;
	margin-bottom:.3rem;
}
.shop_box_youzhi_list .list .shopTop{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.shop_box_youzhi_list .list .shopTop .shopimg{
	width: 2rem;
	height: 1rem;
	padding: .1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shop_box_youzhi_list .list .shopTop .shopimg>img{
	max-width: 100%;
	max-height: 100%;
}
.shop_box_youzhi_list .list .shopTop .shopname{
	font-size: .3rem;
	font-weight: bold;
	margin-left: .1rem;
	width: calc(100% - 2.2rem);
}
.shop_box_youzhi_list .list .shoptext{
	font-size: .26rem;
	color: #555;
	margin-top: .2rem;
}
.shop_box_youzhi_list .list .shopgoods{
	width: 100%;
	margin-top: .2rem;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
}

.shop_box_youzhi_list .list .shopgoods .goodslist{
	display: inline-block;
	width: 2.5rem;
	margin-left: .2rem;
}
.shop_box_youzhi_list .list .shopgoods .goodslist:nth-child(1){
	margin-left: 0;
}
.shop_box_youzhi_list .list .shopgoods .goodslist .img{
	width: 2.3rem;
	height: 2.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .1rem;
}
.shop_box_youzhi_list .list .shopgoods .goodslist .img>img{
	max-width: 100%;
	max-height: 100%;
}
.shop_box_youzhi_list .list .shopgoods .goodslist .name{
	width: 2.5rem;
	margin-top: .1rem;
	font-size: .26rem;
}
.shop_box_youzhi_list .list .shopbottom{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .2rem;
}
.shop_box_youzhi_list .list .shopbottom .button{
	display: flex;
	width: 2rem;
	height: .5rem;
	align-items: center;
	justify-content: center;
	font-size: .26rem;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	border-radius: 20px;
}
