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

/* 产品分类 */
.goods_box {
	width: 100%;
	height: calc(100vh - 4.8rem);
	display: flex;
}

.goods_box_left {
	width: 2.5rem;
	height: 100%;
	background: #fff;
	overflow-y: auto;
}

.goods_box_left .list {
	padding: 0 .2rem;
	margin-top: .3rem;
	border-right: 2px solid #fff;
	font-size: .27rem;
	color: #333;
}

.goods_box_left a { text-decoration:none; color:#333;}
.goods_box_left .list.is {
	color: var(--main-color);
	border-color: var(--main-color);
}

.goods_box_left .list.is a { color: var(--main-color);}
.goods_box_right {
	width: calc(100% - 2.5rem);
	height: 100%;
}

.goods_box_right .box {
	width: calc(100% - .4rem);
	height: calc(100% - .4rem);
	overflow-y: auto;
	padding: .2rem;
}

.goods_box_right .box.is {
	display: block;
}

.goods_box_right_img {
	width: 100%;
	height: auto;
	padding-bottom: .2rem;
	display: flex;
}

.goods_box_right_img .img {
	width: 100%;
	border-radius: 4px;
	display: flex;
}

.goods_box_right_rmtitle {
	font-size: .32rem;
	font-weight: bold;
	color: var(--main-color);
}

.goods_box_right_rmtab {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.goods_box_right_rmtab .item {
	padding-right: .3rem;
	background: url(./remen.png) no-repeat right center;
	background-size: .2rem .26rem;
	margin-right: .2rem;
	margin-top: .1rem;
}

.goods_box_right_zh {
	width: 100%;
	height: auto;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	margin-top: .3rem;
}

.goods_box_right_zh .list {
	width: 4rem;
	display: inline-block;
	background: #fff;
	border-radius: 8px;
}

.goods_box_right_zh .list .title {
	padding: .2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .28rem;
	font-weight: bold;
	border-bottom: 1px solid #F8F9FA;
}

.goods_box_right_zh .list .title>img {
	width: .13rem;
	height: .23rem;
}

.goods_box_right_zh .list .goods_list {
	display: flex;
	justify-content: space-between;
	padding: .2rem;
	width: calc(100% - .4rem);
}

.goods_box_right_zh .list .goods_list .img {
	width: 1.2rem;
	height: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_box_right_zh .list .goods_list .img>img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.goods_box_right_zh .list .goods_list .name {
	width: calc(100% - 1.3rem);
	white-space: normal;
}

.goods_box_right_title {
	font-size: .3rem;
	font-weight: bold;
}

.goods_box_right_order {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.goods_box_right_order .item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(50% - .3rem);
	padding: .1rem;
	font-size: .26rem;
	background: #fff;
	margin-top: .2rem;
}


/* 采购中心 */
.goods_caigou {
	width: 100%;
}

.goods_caigou_list {
	display: flex;
	flex-direction: column;
	width: calc(100% - 1rem);
	padding: .2rem;
	background: #fff;
	margin: 0 auto;
	margin-top: .3rem;
	border-radius: 4px;
}

.goods_caigou_list .name {
	font-size: .28rem;
	font-weight: bold;
	color: var(--main-color);
}

.goods_caigou_list .text {
	font-size: .26rem;
	color: #555;
	margin-top: .1rem;
}

/* 产品列表 */
.goods_list {
	width: 100%;
}

.goods_list .color1 {
	color: #2f65ed;
	margin: 0 0.05rem;
}

.goods_list .color2 {
	color: #f14124;
	font-weight: bold;
	margin: 0 0.05rem;
}

.goods_list_title {
	background-color: #fff;
	width: 100%;
	height: 0.8rem;
	margin: 0 auto;
	border-bottom: 1px solid #f6f7fc;
	overflow: hidden;
}

.goods_list_title>a {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: .8rem;
	height: .8rem;
	margin-left: 0.05rem;
	float: left;
}

.goods_list_title .a>img {
	width: .19rem;
}

.goods_list_title .name {
	width: calc(100% - 1.6rem);
	height: 0.8rem;
	line-height: 0.8rem;
	overflow: hidden;
	font-size: 0.34rem;
	color: #333;
	float: left;
	text-align: center;
}

.goods_list_nav {
	background-color: #fff;
	margin: 0 auto;
	width: calc(100% - .6rem);
	height: 0.9rem;
	padding: 0 0.3rem;
	overflow: hidden;
	list-style: none;
}

.goods_list_nav>.li {
	float: left;
	height: 1rem;
	margin-right: 0.8rem;
	line-height: 0.9rem;
	overflow: hidden;
}

.goods_list_nav>.li>.a {
	display: block;
	height: 0.9rem;
	color: #333;
	font-size: 0.32rem;
	font-weight: bold;
	text-decoration: none;
	overflow: hidden;
}

.goods_list_nav>.li>.a.is {
	color: var(--main-color);
}

.goods_list_banner {
	background-color: #fff;
	display: block;
	width: calc(100% - .6rem);
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0.3rem;
}

.goods_list_banner>.img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

.goods_list_tjpp {
	background-color: #fff;
	width: calc(100% - .6rem);
	overflow: hidden;
	margin: 0 auto;
	padding: 0.2rem 0.3rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.goods_list_tjpp_tit {
	width: 100%;
	height: 0.6rem;
	overflow: hidden;
}

.goods_list_tjpp_titleft {
	float: left;
	font-size: 0.3rem;
	height: 0.6rem;
	line-height: 0.6rem;
	overflow: hidden;
	color: #333;
}

.goods_list_tjpp_qiugou {
	float: right;
	height: 0.6rem;
	overflow: hidden;
}

.goods_list_tjpp_qiugou .p {
	float: left;
	font-size: 0.24rem;
	margin: 0 0.2rem 0 0;
	color: #666;
	height: 0.6rem;
	line-height: 0.6rem;
	overflow: hidden;
}

.goods_list_tjpp_qiugou .a {
	float: left;
	font-size: 0.28rem;
	text-decoration: none;
	height: 0.45rem;
	line-height: 0.45rem;
	margin-top: 0.07rem;
	padding: 0 0.1rem;
	color: #fff;
	border-radius: 6px;
	background-color: var(--main-color);
}


.goods_list_tjpp_pp {
	width: 6.9rem;
	height: auto;
	overflow: hidden;
}

.goods_list_tjpp_pp_a {
	float: left;
	border: 1px solid #f6f7fc;
	text-decoration: none;
	width: 1.53rem;
	height: 1.1rem;
	border-radius: 4px;
	margin: 0.2rem 0.2rem 0 0;
	overflow: hidden;
}

.goods_list_tjpp_pp_a.is {
	border: 1px solid var(--main-color);
}

.goods_list_tjpp_pp .goods_list_tjpp_pp_img {
	width: 1.51rem;
	padding: .01rem;
	overflow: hidden;
	height: 0.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_list_tjpp_pp_img .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_list_tjpp_pp_name {
	width: 1.53rem;
	text-align: center;
	font-size: 0.22rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333;
	margin: 0;
	height: 0.3rem;
	line-height: 0.3rem;
	overflow: hidden;
}

.goods_list_tjpp_pp_a:nth-child(4n) {
	margin-right: 0;
}

.goods_list .topcp {
	margin: 0.3rem auto 0;
	height: auto;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}

.goods_list .topcp_cont {
	width: calc(100% - .6rem);
	height: auto;
	overflow: hidden;
	padding: 0.2rem 0.3rem;
	background: -webkit-linear-gradient(top, #fff, #f1e7e7);
	background: -moz-linear-gradient(top, #fff, #f1e7e7);
	background: -ms-linear-gradient(top, #fff, #f1e7e7);
	background: -o-linear-gradient(top, #fff, #f1e7e7);
	background: linear-gradient(top, #fff, #f1e7e7);
}

.goods_list .dialogZZ {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 1.2rem;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	display: none;
}

.goods_list .shaixuan {
	position: sticky;
	top: 1rem;
	left: 0;
	width: calc(100% - 1rem);
	clear: both;
	height: 0.8rem;
	margin: 0.3rem auto 0;
	padding: 0.2rem 0.5rem 0;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.goods_list .sx_fl {
	display: block;
	float: left;
	padding-right: 0.2rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.28rem;
	color: #333;
	position: relative;
	text-decoration: none;
}

.goods_list .shaixuan div.is {
	color: var(--main-color);
}

.goods_list .shaixuan div.zonghe {
	color: var(--main-color);
}

.goods_list .shaixuan div.zonghe:after {
	border: 0.08rem solid var(--main-color);
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	top: 44%;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 0;
	transform: translateY(-50%);
	z-index: 9;
}

.goods_list .shaixuan div.pinpai:after {
	content: "";
	width: 0;
	height: 0;
	border: 0.08rem solid #37474F;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	right: 0;
	top: 55%;
	transform: translateY(-50%);
	z-index: 9;
}

.goods_list .shaixuan div.shaix {
	padding-right: 0.3rem;
}

.goods_list .shaixuan div.shaix:after {
	content: "";
	width: 0.26rem;
	height: 0.26rem;
	background-image: url(l_suaixuan.png);
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.goods_list .cplist {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
}

.goods_list .cplist_cont {
	width: calc(100% - .6rem);
	height: auto;
	overflow: hidden;
	padding: 0.3rem;
	border-bottom: 1px solid #f0f3f7;
}


.goods_list .tabsBoxDialog {
	display: none;
	width: 100%;
	height: 3rem;
	background-color: #fff;
	border-radius: 0 0 0.32rem 0.32rem;
	position: absolute;
	left: 0;
	bottom: -3rem;
	right: 0;
	z-index: 100;
	overflow-y: scroll;
}

.goods_list .tabsBoxDialog .a {
	width: 100%;
	padding: 0 0.6rem;
	box-sizing: border-box;
	font-size: 0.28rem;
	font-weight: 400;
	color: #37434F;
	line-height: 0.4rem;
	display: block;
	margin: 0.4rem auto;
}

.goods_list .tabsBoxDialog .a.is {
	color: var(--main-color);
}

.goods_list .tabsBrandDialog {
	display: none;
	width: 100%;
	height: 6rem;
	background-color: #fff;
	border-radius: 0 0 0.32rem 0.32rem;
	position: absolute;
	left: 0;
	bottom: -6rem;
	right: 0;
	z-index: 100;
	overflow-y: scroll;
}

.goods_list .tabsBrandDialog {
	display: none;
	width: 100%;
	height: 6rem;
	background-color: #fff;
	border-radius: 0 0 0.32rem 0.32rem;
	position: absolute;
	left: 0;
	bottom: -6rem;
	right: 0;
	z-index: 100;
	overflow-y: scroll;
}

.goods_list .dialogSelectItem {
	width: 100%;
	padding: 0.28rem 0 0.85rem;
	box-sizing: border-box;
}


.goods_list .dialogSelectItem .selectItemTitle {
	font-size: 0.28rem;
	font-weight: 600;
	color: #37474F;
	line-height: 0.4rem;
	margin-bottom: 0.18rem;
	padding: 0 0.3rem;
	box-sizing: border-box;
}

.goods_list .dialogSelectItem .selectItemBrand {
	width: 100%;
	max-height: 3.6rem;
	overflow: auto;
	overflow-y: scroll;
	font-size: 0;
	padding: 0 0.2rem;
	box-sizing: border-box;
}

.goods_list .dialogSelectItem .selectItemBrand::-webkit-scrollbar {
	display: none;
}

.goods_list .dialogSelectItem .selectItemBrand .selectItemLogo {
	width: 1.2rem;
	height: 0.66rem;
	vertical-align: middle;
	background: #FFFFFF;
	border-radius: 0.05rem;
	border: 0.01rem solid #F0F3F7;
	margin: 0.18rem 0.2rem 0rem 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.goods_list .dialogSelectItem .selectItemBrand>.is {
	background: var(--main-f-color) !important;
	border: 0.02rem solid #f00 !important;
}

.goods_list .dialogSelectItem .selectItemBrand .selectItemLogo.active {
	border: 0.01rem solid var(--main-color);
}

.goods_list .dialogSelectItem .selectItemBrand .selectItemLogo:nth-child(5n) {
	margin-right: 0;
}

.goods_list .dialogSelectItem .selectItemBrand .selectItemLogo .img {
	max-width: 95%;
	max-height: 95%;
}

.goods_list .dialogSelectItem .selectItemBrand .selectItemLogo .PLXFIdentifying {
	width: 0.7rem;
	height: 0.27rem;
	background-image: url("https://img1.17img.cn/ui/art/zousy/2023/pc/icon_pinleixianfeng_14px.png");
	background-size: 100% 100%;
	position: absolute;
	right: -0.06rem;
	top: -0.14rem;
}

.goods_list .dialogSelectItem .selectItemBrand .selectItemBox {
	width: 100%;
	margin: 0.34rem auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.goods_list .dialogSelectItem .selectItemBrand .selectItemBox .selectItemName {
	width: 2.19rem;
	height: 0.64rem;
	background: #F8F9FA;
	border-radius: 0.08rem;
	padding: 0.12rem;
	box-sizing: border-box;
	font-size: 0.28rem;
	font-weight: 400;
	color: #37474F;
	text-align: center;
	margin: 0 0.16rem 0.16rem 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.goods_list .dialogSelectItem .selectItemBrand .selectItemBox .is {
	background: #F5F8FF !important;
	color: var(--main-color) !important;
}

.goods_list .dialogSelectItem .selectItemBrand .selectItemBox .selectItemName:nth-child(3n) {
	margin-right: 0;
}

.goods_list .dialogSelectItem .selectItemBrand .selectItemBox .selectItemName.active {
	background-color: var(--main-f-color);
	color: var(--main-color);
}

.goods_list .dialogSelectBtn {
	width: 100%;
	padding: 0 0.32rem;
	box-sizing: border-box;
	margin: 0 auto;
	font-size: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

.goods_list .dialogSelectBtn .selectBtnReset {
	width: 2.2rem;
	height: 0.8rem;
	border-radius: 0.08rem;
	border: 0.02rem solid #F0F3F7;
	box-sizing: border-box;
	font-size: 0.3rem;
	font-weight: 400;
	color: #37474F;
	text-align: center;
	line-height: 0.78rem;
	margin-right: 0.16rem;
}

.goods_list .dialogSelectBtn .selectBtnSubmit {
	width: 4.54rem;
	height: 0.8rem;
	background: var(--main-color);
	border-radius: 0.08rem;
	font-size: 0.3rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.8rem;
	text-align: center;
}

.goods_list .cplist {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	width: 7.5rem;
	background-color: #fff;
}

.goods_list .cplist_cont {
	width: 6.9rem;
	height: auto;
	overflow: hidden;
	padding: 0.3rem;
	border-bottom: 1px solid #f0f3f7;
}

.goods_list .topcp_left {
	float: left;
	height: auto;
	width: 1.8rem;
	overflow: hidden;
}

.goods_list .topcp_left .topcp_img {
	width: 1.8rem;
	height: 1.8rem;
	display: block;
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_list .topcp_left .topcp_img img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.goods_list .topcp_but {
	width: 1.8rem;
	height: 0.5rem;
	margin-top: 0.2rem;
	overflow: hidden;
}

.goods_list .topcp_but span.but_db {
	float: left;
	font-size: 0.2rem;
	width: 0.8rem;
	border-radius: 4px;
	height: 0.45rem;
	text-align: center;
	line-height: 0.45rem;
	color: #333333;
	border: 1px solid #e4e8ec;
	background-color: #fff;
}

.goods_list .topcp_but span.isdb {
	border: 1px solid #f21;
}

.goods_list .topcp_but span.but_dh {
	float: right;
	font-size: 0.2rem;
	width: 0.8rem;
	border-radius: 4px;
	height: 0.45rem;
	text-align: center;
	line-height: 0.45rem;
	color: #2f65ed;
	border: 1px solid #2f65ed;
	background-color: #fff;
}

.goods_list .topcp_rig {
	float: left;
	height: auto;
	overflow: hidden;
	width: 4.8rem;
	margin-left: 0.3rem;
}

.goods_list .topcp_tit {
	width: 4.8rem;
	height: auto;
	line-height: 0.45rem;
	color: #37434F;
	margin-bottom: 0.15rem;
	font-size: 0.31rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.goods_list .topcp_tit .proname {
	text-decoration: none;
	color: #333;
}

.goods_list .topcp_tit .sum {
	display: inline-block;
	height: 0.33rem;
	line-height: 0.33rem;
	font-weight: bold;
	border-radius: 4px;
	margin-top: 0.07rem;
	vertical-align: top;
	color: #fff;
	font-size: 0.18rem;
	padding: 0 0.1rem;
	background-color: #ff3300;
}

.goods_list .topcp_tit .zd {
	display: inline-block;
	height: 0.33rem;
	margin-top: 0.07rem;
	vertical-align: top;
}

.goods_list .topcp_pinp {
	width: 4.8rem;
	height: 0.3rem;
	line-height: 0.3rem;
	margin-top: 0.1rem;
	font-size: 0.25rem;
	color: #888b94;
	overflow: hidden;
}

.goods_list .topcp_shop {
	width: 4.8rem;
	height: 0.4rem;
	margin-top: 0.15rem;
	overflow: hidden;
}

.goods_list .topcp_shop div.Name {
	float: left;
	height: 0.4rem;
	line-height: 0.4rem;
	width: 3rem;
	font-size: 0.25rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.goods_list .topcp_shop div.ly {
	float: right;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	font-size: 0.25rem;
	color: #f14124;
	width: 1.6rem;
	overflow: hidden;
}

.goods_list .topcp_shop div.ly img {
	vertical-align: top;
	height: 0.28rem;
	margin: 0.06rem 0.1rem 0 0;
}

.goods_list .topcp_tab {
	color: #994d00;
	display: inline-block;
	padding: 0 0.1rem;
	overflow: hidden;
	height: 0.4rem;
	line-height: 0.4rem;
	margin-top: 0.1rem;
	border-radius: 4px;
	font-size: 0.24rem;
	background-color: #fff4e8;
}

.goods_list .topcp_tab img {
	height: 0.2rem;
	vertical-align: top;
	margin: 0.1rem 0 0 0.05rem;
}




/* 筛选 */
.tertiaryClassAllFilter {
	width: 0;
	height: 100%;
	margin: 0 auto;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 99999;
	display: none;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterZZ {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.5);
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent {
	width: 6.24rem;
	height: 100%;
	background-color: #fff;
	padding: 0 0.36rem 1.5rem 0.2rem;
	box-sizing: border-box;
	overflow-y: scroll;
	position: relative;
	z-index: 1000;
	margin: 0 0 0 auto;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup {
	width: 100%;
	margin: 0.4rem auto;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupTitle {
	width: 100%;
	padding-left: 0.2rem;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.14rem;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupTitle p {
	font-size: 0.28rem;
	font-weight: 600;
	color: #37474F;
	line-height: 0.4rem;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupTitle span {
	font-size: 0.24rem;
	font-weight: 400;
	color: #A3ADB7;
	line-height: 0.34rem;
	padding-right: 0.22rem;
	position: relative;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupTitle span::after {
	content: "";
	width: 0.08rem;
	height: 0.08rem;
	border: 0.02rem solid #A3ADB7;
	border-top: none;
	border-left: none;
	position: absolute;
	right: 0;
	top: 0.1rem;
	transform: rotate(45deg);
	z-index: 9;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupLink {
	width: 100%;
	font-size: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupLink.lineHide {
	display: none;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupLink.active {
	display: block;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupLink .groupLinkLogo {
	width: 1.22rem;
	height: 0.68rem;
	vertical-align: middle;
	background: #FFFFFF;
	border-radius: 0.05rem;
	border: 0.01rem solid #F0F3F7;
	margin: 0.16rem 0 0.03rem 0.16rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupLink .groupLinkLogo.active {
	border: 0.01rem solid var(--main-color);
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupLink .groupLinkLogo img {
	max-width: 95%;
	max-height: 95%;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupLink .groupLinkLogo .PLXFIdentifying {
	width: 0.7rem;
	height: 0.27rem;
	background-image: url("https://img1.17img.cn/ui/art/zousy/2023/pc/icon_pinleixianfeng_14px.png");
	background-size: 100% 100%;
	position: absolute;
	right: -0.17rem;
	top: -0.14rem;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupLink .groupLinkName {
	width: 1.72rem;
	height: 0.64rem;
	display: inline-block;
	background: #F8F9FA;
	border-radius: 0.08rem;
	padding: 0.12rem;
	box-sizing: border-box;
	font-size: 0.28rem;
	font-weight: 400;
	color: #37474F;
	text-align: center;
	margin: 0.08rem 0 0.08rem 0.13rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupLink .groupLinkName:nth-child(3n) {
	margin-right: 0;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupLink .is {
	background-color: var(--main-f-color);
	color: var(--main-color);
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupLink span {
	font-size: 0.28rem;
	font-weight: 400;
	color: #A3ADB7;
	line-height: 0.4rem;
	margin: 0 0.12rem;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupLink .groupLinkInput {
	width: 2.44rem;
	height: 0.64rem;
	display: inline-block;
	background: #F8F9FA;
	border-radius: 0.52rem;
	text-align: center;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupLink .groupLinkInput input {
	background: transparent;
	width: 100%;
	height: 100%;
	padding: 0 0.3rem;
	box-sizing: border-box;
	text-align: center;
	border: none;
	list-style: none;
	outline: none;
	font-size: 0.28rem;
	font-weight: 400;
	outline:0;
	color: #333;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupLink .groupLinkInput input::-moz-placeholder {
	font-size: 0.28rem;
	font-weight: 400;
	color: #C2C5C9;
}

.tertiaryClassAllFilter .tertiaryClassAllFilterContent .allFilterGroup .allFilterGroupLink .groupLinkInput input::placeholder {
	font-size: 0.28rem;
	font-weight: 400;
	color: #C2C5C9;
}

.tertiaryClassAllFilter .allFilterGroupBtn {
	width: 6.24rem;
	height: 1.2rem;
	font-size: 0;
	background-color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	padding-bottom: 0.3rem;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tertiaryClassAllFilter .allFilterGroupBtn .allFilterGroupBox {
	width: 5.6rem;
	font-size: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}

.tertiaryClassAllFilter .allFilterGroupBtn .allFilterGroupBox .allFilterReset {
	width: 2.2rem;
	height: 0.8rem;
	border-radius: 0.08rem;
	border: 0.02rem solid #F0F3F7;
	box-sizing: border-box;
	font-size: 0.3rem;
	font-weight: 400;
	color: #37474F;
	text-align: center;
	line-height: 0.78rem;
	margin-right: 0.16rem;
}

.tertiaryClassAllFilter .allFilterGroupBtn .allFilterGroupBox .allFilterSubmit {
	width: 4.54rem;
	height: 0.8rem;
	background: #0C7FF2;
	border-radius: 0.08rem;
	font-size: 0.3rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.8rem;
	text-align: center;
}

.goods_list_shop_paixu {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	position: sticky;
	left: 0;
	top: 1rem;
	z-index: 38;
}

.goods_list_shop_paixu .paixu_main {
	width: 100%;
	height: 0.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.3rem;
	box-sizing: border-box;
}

.goods_list_shop_paixu .paixu_item {
	font-size: 0.28rem;
	font-weight: 400;
	color: #37474F;
	line-height: 0.44rem;
	padding-right: 0.22rem;
	position: relative;
}

.goods_list_shop_paixu .paixu_item::after {
	content: "";
	width: 0;
	height: 0;
	border: 0.09rem solid #76828F;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	right: 0;
	top: 60%;
	transform: translateY(-50%);
	z-index: 99;
}

.goods_list_shop_paixu .paixu_nub {
	font-size: 0.24rem;
	margin: 0;
	font-weight: 400;
	color: #76828F;
	line-height: 0.44rem;
}

.goods_list_shop_paixu .paixu_nub>span {
	color: var(--main-color);
}

.goods_list_shop_paixu .paixu_sele {
	display: none;
	width: 7.5rem;
	margin: 0 auto;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0.8rem;
}

.goods_list_shop_paixu .paixu_selebg {
	width: 7.5rem;
	height: calc(100vh - 1rem);
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.goods_list_shop_paixu .paixu_list {
	width: 7.5rem;
	height: 3rem;
	margin: 0 auto;
	padding: 0 0.3rem;
	box-sizing: border-box;
	background-color: #fff;
	border-bottom-left-radius: 0.12rem;
	border-bottom-right-radius: 0.12rem;
	overflow: auto;
	position: relative;
	z-index: 99;
}

.goods_list_shop_paixu .paixu_list a {
	display: block;
	margin: 0.42rem auto;
	text-decoration: none;
	text-align: left;
	font-size: 0.28rem;
	font-weight: 400;
	color: #37474F;
	line-height: 0.44rem;
}

.goods_list_shop_paixu .paixu_list a.is {
	color: var(--main-color);
}

.goods_list_shop {
	width: 100%;
}

.goods_list_shop .changs {
	width: 100%;
	padding: 0 0.3rem;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.goods_list_shop .changs_li {
	width: 100%;
	margin-top: 0.24rem;
	padding: 0.3rem 0.32rem;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 0.12rem;
}

.goods_list_shop .changsListImg {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.goods_list_shop .changsimgLogo {
	width: 1.55rem;
	height: 0.9rem;
	background: #FFFFFF;
	border-radius: 0.08rem;
	border: 0.02rem solid #F0F0F0;
	margin-right: 0.12rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.goods_list_shop .changsimgLogo img {
	max-width: 95%;
	max-height: 95%;
}

.goods_list_shop .changsimgRight {
	width: 4.96rem;
	overflow: hidden;
}

.goods_list_shop .changsimgrightName {
	display: block;
	width: 100%;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 0.32rem;
	font-weight: 500;
	color: #37474F;
	line-height: 0.44rem;
	margin-bottom: 0.14rem;
}

.goods_list_shop .changsimgrightTag {
	height: 0.36rem;
	overflow: hidden;
}

.goods_list_shop .changshy {
	height: 0.36rem;
	float: left;
	line-height: 0.36rem;
	margin-right: 0.1rem;
	position: relative;
	z-index: 9;
}

.goods_list_shop .changshy img {
	width: 0.36rem;
	position: absolute;
}

.goods_list_shop .changshy p {
	display: block;
	height: 0.36rem;
	padding: 0 0.1rem 0 0.2rem;
	box-sizing: border-box;
	color: #fff;
	border-left: none;
	margin: 0 0 0 0.2rem;
	border-radius: 4px;
	font-size: 0.24rem;
	overflow: hidden;
	line-height: 0.34rem;
	background: -webkit-linear-gradient(left, #6d6dff, #2d2dff);
	background: -moz-linear-gradient(left, #6d6dff, #2d2dff);
	background: -ms-linear-gradient(left, #6d6dff, #2d2dff);
	background: -o-linear-gradient(left, #6d6dff, #2d2dff);
	background: linear-gradient(left, #6d6dff, #2d2dff);
}

.goods_list_shop .changsrz {
	float: left;
	height: 0.36rem;
	line-height: 0.36rem;
	font-size: 0.24rem;
	margin: 0;
	padding: 0 0.1rem;
	box-sizing: border-box;
	border: 1px solid #6170e9;
	overflow: hidden;
	color: #6170e9;
	border-radius: 4px;
}

.goods_list_shop .changsrz img {
	height: 0.3rem;
	vertical-align: top;
	margin: 0.03rem 0.1rem 0 0;
}

.goods_list_shop .changs_js {
	width: 100%;
	margin: 0.32rem auto;
}

.goods_list_shop .changs_js_cont {
	width: 100%;
	margin-bottom: 0.12rem;
	font-size: 0;
	position: relative;
}

.goods_list_shop .changs_cont_tit {
	width: 1.4rem;
	display: inline-block;
	vertical-align: middle;
	font-size: 0.27rem;
	font-weight: 400;
	color: #76828F;
	line-height: 0.48rem;
}

.goods_list_shop .changs_cont_ul {
	width: 4.85rem;
	display: inline-block;
	vertical-align: top;
}

.goods_list_shop .changs_cont_ul span {
	margin-right: 0.16rem;
	font-size: 0.28rem;
	font-weight: 400;
	color: #37474F;
	line-height: 0.48rem;
}

.goods_list_shop .changs_cont_ul .desc {
	display: inline-block;
	height: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-right: 0.16rem;
	font-size: 0.28rem;
	font-weight: 400;
	color: #37474F;
	line-height: 0.48rem;
}

.goods_list_shop .changs_cont_ul a.pro {
	text-decoration: none;
	margin-right: 0.16rem;
	font-size: 0.28rem;
	font-weight: 400;
	color: #37474F;
	line-height: 0.48rem;
}

.goods_list_shop .manufacturerListBtn {
	width: 100%;
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.goods_list_shop .manufacturerListBtn .btnLY {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0.12rem 0;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	background: #2f65ed;
	border-radius: 0.08rem;
	font-size: 0.28rem;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.4rem;
	margin-right: 0.3rem;
	white-space: nowrap;
}

.goods_list_shop .manufacturerListBtn .btnZX {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0.12rem 0.92rem;
	box-sizing: border-box;
	background: var(--main-color);
	border-radius: 0.08rem;
	font-size: 0.28rem;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.4rem;
	white-space: nowrap;
}

.goods_caigou_info{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.goods_caigou_info_title {
	width: calc(100% - .6rem);
	padding: .3rem;
	padding-bottom: 0;
	font-size: .3rem;
	font-weight: bold;
}
.goods_caigou_info_time{
	width: calc(100% - .6rem);
	padding:0 .3rem;
	margin-top: .1rem;
	font-size: .26rem;
	color: #666;
}
.goods_caigou_info_box{
	width: 100%;
	margin-top: .3rem;
	background: #fff;
	border-radius: 4px;
}
.goods_caigou_info_box .list{
	padding: .2rem .3rem;
	width: calc(100% - .6rem);
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	font-size: .28rem;
}
.goods_caigou_info_box .list .name{
	width: 2rem;
}
.goods_caigou_info_box .list .text{
	color: #666;
	width: calc(100% - 2rem);
}
.goods_caigou_info_link{
	width: calc(100% - .6rem);
	height: .7rem;
	font-size: .3rem;
	color: #fff !important;
	background: var(--main-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	margin-top: .5rem;
}
.goods_caigou_info_titlex{
	width: calc(100% - .6rem);
	padding: .3rem;
	padding-bottom: 0;
	margin-top: .5rem;
	background-color: #fff;
	font-size: .3rem;
	font-weight: bold;
}
.goods_caigou_info_list{
	width: calc(100% - .6rem);
	padding: .3rem;
	background-color: #fff;
	font-size: .26rem;
	border-bottom: 1px solid #f5f5f5;
}
.goods_caigou_info_list .title{
	font-weight:bold;
}

.goods_caigou_info_list .text{
	color: #555;
	margin-top: .1rem;
}

.goods_caigou_info_list .bottom{
	margin-top: .1rem;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.goods_caigou_info_list .bottom .button{
	width: 1.5rem;
	height: .5rem;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--main-color);
	font-size: .26rem;
	border-radius: 20px;
}
.goods_caigou_form{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.goods_caigou_form_box{
	width: calc(100% - 1.2rem);
	padding: .3rem;
	margin: 0 auto;
	background: #fff;
	margin-top: .3rem;
}
.goods_caigou_form_box .top{
	padding-bottom: .3rem;
	border-bottom: 1px solid #f5f5f5;
}
.goods_caigou_form_box .title{
	font-size: .3rem;
	font-weight: bold;
}
.goods_caigou_form_box .text{
	font-size: .26rem;
	color: #666;
	margin-top: .1rem;
}
.goods_caigou_form_box .list{
	margin-top: .3rem;
}
.goods_caigou_form_box .list .name{
	font-size: .26rem;
	font-weight: bold;
}
.goods_caigou_form_box .list .input{
	margin-top: .1rem;
	width: 100%;
}
.goods_caigou_form_box .list .input>textarea{
	width: calc(100% - .4rem);
	border: none;
	padding: .2rem;
	border-radius: 4px;
	height: 1rem;
	background: #f5f5f5;
	font-size: .26rem;
	outline:0;
}
.goods_caigou_form_box .list .input>input{
	width: calc(100% - .4rem);
	padding: .2rem;
	border-radius: 4px;
	background: #f5f5f5;
	border: none;
	height: .3rem;
	font-size: .26rem;
	outline:0;
}


/* 发求购 */
.goods_faqiugou{
	width: calc(100% - .6rem);
	padding: 0 .3rem;
	display: flex;
	flex-direction: column;
}
.goods_faqiugou_title{
	margin-top: .3rem;
	font-size: .4rem;
	font-weight:bold;
}
.goods_faqiugou_title span{
	color: var(--main-color);
}
.goods_faqiugou_box{
	width: calc(100% - .6rem);
	margin-top: .3rem;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.4);
	padding: .3rem;
	border-radius: 6px;
}
.goods_faqiugou_box .list{
	margin-top: .2rem;
}
.goods_faqiugou_box .list:nth-child(1){
	margin-top: 0;
}
.goods_faqiugou_box .list .title{
	font-size: .28rem;
	font-weight: bold;
}
.goods_faqiugou_box .list .input>input{
	width: calc(100% - .3rem);
	padding: .15rem;
	height: .4rem;
	border-radius: 10px;
	border: solid 1px #999;
	margin-top: .2rem;
	font-size: .26rem;
	outline:0;
}
.goods_faqiugou_box .list .imgyzm{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .2rem;
}
.goods_faqiugou_box .list .imgyzm>input{
	outline:0;
	font-size: .26rem;
	width: calc(100% - 2.3rem);
	padding: .15rem;
	height: .4rem;
	border-radius: 10px;
	border: solid 1px #999;
}
.goods_faqiugou_box .list .imgyzm>img{
	width: 1.8rem;
	height: .7rem;
}
.goods_faqiugou_bottom{
	width: 100%;
	margin-top: .4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.goods_faqiugou_bottom .button{
	border: none;
	width: 80%;
	height: .7rem;
	background:var(--main-color);
	color: #fff;
	font-size: .26rem;
	border-radius: 6px;
}
.goods_faqiugou_box .list .telyzm{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .2rem;
}
.goods_faqiugou_box .list .telyzm>input{
	width: calc(100% - 2.8rem);
	padding: .15rem;
	height: .4rem;
	border-radius: 10px;
	outline:0;
	border: solid 1px #999;
	font-size: .26rem;
}
.goods_faqiugou_box .list .getDuanxin{
	width: 2.2rem;
	height: .7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .26rem;
	color:var(--main-color);
}
.goods_baojia_buttontext{
	width: 100%;
	margin-top: .2rem;
	padding-bottom: .4rem;
}
.goods_baojia_buttontext .text{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: .26rem;
}
.goods_baojia_buttontext .text .nr{
	display: flex;
	align-items: center;
}
.goods_baojia_buttontext .text .nr .checkbox{
	width: .3rem;
	height: .3rem;
}
.goods_baojia_buttontext .text .nr .a{
	color:var(--main-color);
}


/* 留言咨询 */
.lyzx{ background-color: #fff; width: 100%; height: 100vh; overflow: hidden; display: none; position: fixed; top: 0; left: 0; z-index: 999;}
.lyzx .lyzx_top{ width: 100%; height: 0.8rem; line-height: 0.8rem; color: #fff; text-align: center; font-size: 0.3rem; background-color: #3b52d4; overflow: hidden; position: relative;}
.lyzx .lyzx_top .lyzx_gb{ position: absolute; display: block; height: 0.8rem; width: 0.8rem; left: 0; top: 0; display: flex; justify-content: center; align-items: center;}
.lyzx .lyzx_top .lyzx_gb img{ width: 52%; display: block;}
.lyzx .lyzx_main{ width: 92%; padding: 0 4%; overflow-x: hidden; overflow-y: auto; height: calc(100vh - 0.8rem); background: linear-gradient(0deg, rgba(255,255,255,1), rgba(255,255,255,0));}
.lyzx_main .lyzx_fb{ width: 100%; height: auto; overflow: hidden; margin-top: .1rem;}
.lyzx_main .lyzx_fb img{ display: block; width: 100%;}
.lyzx_main .lyzx_box1{ width: 94%; padding: 0 3%; background-color: #fff; overflow: hidden; height: auto; border-radius: 0.07rem;}
.lyzx_box1 .lyzx_rad{ width: 100%; height: 0.8rem; margin-top: 0.1rem; overflow: hidden;}
.lyzx_box1 .lyzx_rad p{ float: left; margin: 0; height: 0.8rem; width: 25%; color: #4F565C; font-size: 0.26rem; line-height: 0.8rem; overflow: hidden;}
.lyzx_box1 .lyzx_rad div{ float: left; width: 75%; overflow: hidden; height: 0.8rem; line-height: 0.8rem; color: #333; font-size: 0.26rem;}
.lyzx_box1 .lyzx_rad div label{ display: block; margin-right: 6%; float: left;}
.lyzx_box1 .lyzx_rad div input { margin: 0.28rem 0.1rem 0 0; vertical-align: top;}
.lyzx_box1 .lyzx_text{ width: 100%; height: 1.2rem; margin-top: 0.15rem; overflow: hidden;}
.lyzx_box1 .lyzx_text p{float: left; margin: 0; height: 0.8rem; width: 25%; color: #4F565C; font-size: 0.26rem; overflow: hidden;}
.lyzx_box1 .lyzx_text textarea{ width: calc(75% - .2rem); padding: .1rem; height: 1.2rem; line-height: 0.26rem; font-family: '微软雅黑'; border: none; outline: none; color: #333; font-size: 0.26rem; float: left; padding: 0; margin: 0;}
.lyzx_main .lyzx_box2{ width: 94%; padding: 0 3% 0.1rem; background-color: #fff; margin-top: 0.26rem; overflow: hidden; height: auto; border-radius: 0.07rem;}
.lyzx_box2 .lyzx_tit{ font-size: 0.28rem; width: 100%; line-height: 0.3rem; margin-top: 0.12rem; font-weight: bold; color: #333;}
.lyzx_box2 .lyzx_tit span{ width: 0.05rem; height: 0.17rem; background-color: #ff000d; margin: 0.07rem 0.08rem 0 0; vertical-align: top; display: inline-block;}
.lyzx_box2 .lyzx_inp{ width: 100%; height: 0.8rem; margin-top: 0.2rem; overflow: hidden;}
.lyzx_box2 .lyzx_inp p{ float: left; margin: 0; height: 0.8rem; width: 25%; color: #4F565C; font-size: 0.26rem; line-height: 0.8rem; overflow: hidden;}
.lyzx_box2 .lyzx_inp input{ width: 75%; height: 0.8rem; line-height: 0.8rem; border: none; outline: none; color: #333; font-size: 0.26rem; float: left; padding: 0; margin: 0;}
.lyzx_box2 .lyzx_sjh{ width: 100%; height: 0.8rem; margin-top: 0.1rem; overflow: hidden;}
.lyzx_box2 .lyzx_sjh p{ float: left; margin: 0; height: 0.8rem; width: 25%; color: #4F565C; font-size: 0.26rem; line-height: 0.8rem; overflow: hidden;}
.lyzx_box2 .lyzx_sjh input{ width: 35%; height: 0.8rem; line-height: 0.8rem; border: none; outline: none; color: #333; font-size: 0.26rem; float: left; padding: 0; margin: 0;}
.lyzx_box2 .lyzx_sjh span{ float: right; height: 0.8rem; color: #3b52d4; cursor: pointer; overflow: hidden; font-size: 0.26rem; line-height: 0.8rem;}
.lyzx_main .lyzx_but{ background-color: #3b52d4; overflow: hidden; display: block; margin-top: 0.4rem; border-radius: 0.05rem; width: 100%; border: none; padding: 0; color: #fff; font-size: 0.28rem; height: .7rem;}
.lyzx_main .lyzx_xy{ width: 100%; text-align: center; color: #A0A1A3; margin: 0.16rem 0 0.12rem; overflow: hidden; height: auto; line-height: 0.6rem; font-size: 0.24rem;}
.lyzx_main .lyzx_xy a{ text-decoration: none; color: #3b52d4;}


/* 动态设置留言主题色 */
.bgcolor_modify {
    background-color: #224684 !important;
}

.color_modify {
    color: #224684 !important;
}

.border_modify {
    border-color: #224684 !important;
}