/* 粉体展首页 */
.goods_index {
	width: 100%;
}

/* 通用顶部 */
.goods_top {
	width: 100%;
	height: 1rem;
}

.goods_index_top {
	width: 100%;
	height: 1.6rem;
}

.goods_index_top_box {
	position: fixed;
	background: #fff;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}

.goods_index_top_box .top {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.goods_index_top_box .top .left {
	display: flex;
	align-items: center;
}

.goods_index_top_box .top .left .logo {
	width: 2rem;
	height: .6rem;
}

.goods_index_top_box .top .left .title {
	margin-left: .1rem;
	font-size: .28rem;
	font-weight: bold;
}

.goods_index_top_box .top .right {
	width: 2.2rem;
	height: .5rem;
	border: 1px solid #C6C6C6;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_index_top_box .top .right .icon {
	width: .3rem;
	height: .29rem;
}
.goods_index_top_box .top .right .icon img {
width: .3rem;
  height: .3rem;
}
.goods_index_top_box .top .right .input {
	border: none;
	width: calc(100% - .8rem);
	height: 100%;
	margin-left: .1rem;
	font-size: .22rem;
}

.goods_index_top_box_nav {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	height: .6rem;
	display: flex;
	align-items: center;
	overflow-x: scroll;
}

.goods_index_top_box_nav .nav_box {
	white-space: nowrap;
}

.goods_index_top_box_nav::-webkit-scrollbar {
	display: none;
}

.goods_index_top_box_nav .nav_box .nav {
	display: inline-block;
	margin-left: .3rem;
	font-size: .26rem;
}

.goods_index_top_box_nav .nav_box .nav:nth-child(1) {
	margin-left: 0;
}

.goods_index_top_box_nav .nav_box .nav .active {
	font-weight: bold;
	font-size: .27rem;
	color: #000;
}

/* 通用底部 */
.goods_bottom {
	width: 100%;
	height: 1.4rem;
}

.goods_bottom_box {
	width: 100%;
	height: 1rem;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
	position: fixed;
	z-index: 99;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.goods_bottom_box .list {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.goods_bottom_box .list .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: .4rem;
	height: .4rem;
}

.goods_bottom_box .list .icon .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_bottom_box .list .icon .qg {
	width: 1rem;
	height: 1.2rem;
	position: absolute;
	bottom: 0rem;
}

.goods_bottom_box .list .name {
	font-size: .22rem;
	margin-top: .08rem;
}

.goods_bottom_box .list .name.qg {
	position: absolute;
	background: #1479D7;
	color: #fff;
	padding: .02rem .1rem;
	border-radius: 6px;
	top: .2rem;
}

.goods_bottom_box .list .is {
	color: #1479D7;
}

/* 粉体展首页 */
.goods_index_banner {
	width: 100%;
	height: 3rem;
}

.goods_index_banner .img {
	width: 100%;
	height: 3rem;
}

.goods_index_banner .goodsIndex-pagination {
	position: absolute;
	bottom: 0;
	display: flex;
	justify-content: center;
	z-index: 9;
}

.goods_index_banner .goodsIndex-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 2px;
	border-radius: 0;
	background: #fff;
}

.goods_index_nav {
	width: calc(100% - .4rem);
	padding: .2rem;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.goods_index_nav .list {
	width: calc(20% - .1rem);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: .2rem;
}

.goods_index_nav .list .icon {
	width: .6rem;
	height: .6rem;
	border-radius: 100%;
	/* border: .14rem solid #fff; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_index_nav .list .icon .img {
	width: 100%;
	height: 100%;
}

.goods_index_nav .list .name {
	font-size: .24rem;
	margin-top: .1rem;
}

.goods_index_nav .list:nth-child(1) .icon {
	background-color: #FD4848;
	border-color: #FD4848;
}

.goods_index_nav .list:nth-child(2) .icon {
	background-color: #FDB348;
	border-color: #FDB348;
}

.goods_index_nav .list:nth-child(3) .icon {
	background-color: #485EFD;
	border-color: #485EFD;
}

.goods_index_nav .list:nth-child(4) .icon {
	background-color: #A648FD;
	border-color: #A648FD;
}

.goods_index_nav .list:nth-child(5) .icon {
	background-color: #FD4848;
	border-color: #FD4848;
}

.goods_index_nav .list:nth-child(6) .icon {
	background-color: #48BBFD;
	border-color: #48BBFD;
}

.goods_index_nav .list:nth-child(7) .icon {
	background-color: #48FDC4;
	border-color: #48FDC4;
}

.goods_index_nav .list:nth-child(8) .icon {
	background-color: #FD7B48;
	border-color: #FD7B48;
}

.goods_index_nav .list:nth-child(9) .icon {
	background-color: #FD48A6;
	border-color: #FD48A6;
}

.goods_index_nav .list:nth-child(10) .icon {
	background-color: #FDDD48;
	border-color: #FDDD48;
}

.goods_index_newGoods {
	padding-top: .2rem;
	width: 100%;
	background: #fff;
	padding-bottom: .2rem;
}

.goods_index_title {
	font-size: .28rem;
	font-weight: bold;
	padding-left: .2rem;
	padding-right: .2rem;
}

.goods_index_newGoods_box {
	width: calc(100% - .4rem);
	padding-top: .3rem;
	padding-left: .2rem;
	padding-right: .2rem;
	padding-bottom: .1rem;
	white-space: nowrap;
	overflow-x: auto;
}

.goods_index_newGoods_box::-webkit-scrollbar {
	display: none;
}

.goods_index_newGoods_box .list {
	display: inline-block;
	border-radius: 4px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
	width: 3.5rem;
	padding-bottom: .1rem;
	margin-left: .1rem;
	margin-right: .1rem;
}

.goods_index_newGoods_box .list .goodsImg {
	width: calc(100% - .3rem);
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .15rem;
}

.goods_index_newGoods_box .list .goodsImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_index_newGoods_box .list .goodsName {
	font-size: .26rem;
	margin-top: .1rem;
	padding-left: .1rem;
	padding-right: .1rem;
}

.goods_index_newGoods_box .list .goodsTime {
	font-size: .24rem;
	padding-left: .1rem;
	padding-right: .1rem;
	margin-top: .05rem;
	color: #999;
}

.goods_index_dapaizhantai {
	width: calc(100% - .4rem);
	margin: .2rem;
	height: 7.4rem;
	background: #8EC7FC;
	border-radius: 6px;
	position: relative;
}

.goods_index_dapaizhantai_bj {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.goods_index_dapaizhantai_box {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - .4rem);
	height: calc(100% - .4rem);
	padding: .2rem;
}

.goods_index_dapaizhantai_box .top_title {
	font-size: .32rem;
	font-weight: bold;
	color: #1479D7;
}

.goods_index_dapaizhantai_box .top_text {
	font-size: .24rem;
	color: #1479D7;
	margin-top: .1rem;
}

.goods_index_dapaizhantai_box .shopBox {
	width: 100%;
	height: 5.75rem;
	margin-top: .4rem;
	white-space: nowrap;
	overflow-x: auto;
}

.goods_index_dapaizhantai_box .shopBox::-webkit-scrollbar {
	display: none;
}

.goods_index_dapaizhantai_box .shopBox .list {
	width: 3.7rem;
	height: calc(100% - .3rem);
	padding: .15rem;
	border-radius: 10px;
	background: #fff;
	display: inline-block;
}

.goods_index_dapaizhantai_box .shopBox .list .shopNew {
	display: flex;
	align-items: center;
	width: 100%;
}

.goods_index_dapaizhantai_box .shopBox .list .shopNew .shopImg {
	width: 1.2rem;
	height: .9rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_index_dapaizhantai_box .shopBox .list .shopNew .shopImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_index_dapaizhantai_box .shopBox .list .shopNew .shopName {
	width: calc(100% - 1.3rem);
	font-size: .26rem;
	font-weight: bold;
}

.goods_index_dapaizhantai_box .shopBox .list .goodsList {
	display: flex;
	flex-direction: column;
}

.goods_index_dapaizhantai_box .shopBox .list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: .1rem;
}

.goods_index_dapaizhantai_box .shopBox .list .item .goodsImg {
	width: 1.2rem;
	height: .9rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_index_dapaizhantai_box .shopBox .list .item .goodsImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_index_dapaizhantai_box .shopBox .list .item .goodsName {
	white-space: wrap;
	width: calc(100% - 1.4rem);
	font-size: .23rem;
}

.goods_index_dapaizhantai_bottom {
	margin-top: .2rem;
	font-size: .24rem;
	color: #999;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.goods_index_phb {
	width: calc(100% - .8rem);
	margin: .2rem;
	background: #fff;
	border-radius: 6px;
	padding: .2rem;
}

.goods_index_phb .phbTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.goods_index_phb .phbTitle .left {
	font-size: .28rem;
	font-weight: bold;
}

.goods_index_phb .phbTitle .right {
	font-size: .26rem;
}

.goods_index_phb .phbList {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.goods_index_phb .phbList .list {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	margin-top: .15rem;
}

.goods_index_phb .phbList .list .left {
	display: flex;
	align-items: center;
}

.goods_index_phb .phbList .list .left .sum {
	font-size: .28rem;
	font-weight: bold;
}

.goods_index_phb .phbList .list:nth-child(1) .left .sum {
	color: #ffc106;
}

.goods_index_phb .phbList .list:nth-child(2) .left .sum {
	color: #bebebe;
}

.goods_index_phb .phbList .list:nth-child(3) .left .sum {
	color: #de8079;
}

.goods_index_phb .phbList .list .left .shop {
	display: flex;
	align-items: center;
	margin-left: .1rem;
}

.goods_index_phb .phbList .list .left .shop .shopImg {
	width: 1rem;
	height: .8rem;
	margin-left: .1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_index_phb .phbList .list .left .shop .shopImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_index_phb .phbList .list .left .shop .shopName {
	font-size: .26rem;
	margin-left: .15rem;
}

.goods_index_phb .phbList .list .right {
	font-size: .26rem;
	color: #1479D7;
}

.goods_index_bottomnav {
	width: 100%;
	height: .8rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position:sticky;
	z-index: 99;
	top: 1.6rem;
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, .4);
}

.goods_index_bottomnav .nav {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .26rem;
}

.goods_index_bottomnav .nav .name {
	padding-top: .05rem;
	padding-bottom: .05rem;
}

.goods_index_bottomnav .nav .name.is {
	font-weight: bold;
	color: #1479D7;
}

.goods_index_goodsList {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
}

.goods_index_goodsList .goodsListBox {
	display: none;
	width: 100%;
}

.goods_index_goodsList .goodsListBox.is {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.goods_index_goodsList .goodsListBox .list {
	width: calc(50% - .5rem);
	background: #fff;
	border-radius: 6px;
	padding: .2rem;
	margin-top: .2rem;
	display: flex;
	flex-direction: column;
}

.goods_index_goodsList .goodsListBox .list .goodsimg {
	width: 100%;
	height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_index_goodsList .goodsListBox .list .goodsimg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_index_goodsList .goodsListBox .list .name {
	font-size: .25rem;
	font-weight: bold;
	margin-top: .15rem;
}

.goods_index_goodsList .goodsListBox .list .shopName {
	font-size: .23rem;
	color: #f00;
	margin-top: .2rem;
	text-align: right; /* 2025-1-21修改 */
}

/* 新品推荐 */
.goods_index_new {
	width: 100%;
}

.goods_index_new_banner {
	width: calc(100% - .4rem);
	padding: .2rem;
	background: #fff;
	position: relative;
}

.goods_index_new_banner .newBanner {
	width: 100%;
	height: 2.5rem;
	border-radius: 4px;
}

.goods_index_new_banner .newBanner .img {
	width: 100%;
	height: 2.5rem;
	border-radius: 4px;
}
.goods_index_new_banner .newsGoods-pagination{
	position: absolute;
	left: 0;
	bottom: .4rem!important;
	z-index: 99;
	display: flex;
	align-items: center;
	justify-content: center;
}
.newsGoods-pagination .swiper-pagination-bullet-active{
	background: #fff !important;
}

.goods_index_new_ss {
	background-color: #fff;
	padding-top: .2rem;
	padding-bottom: .2rem;
}

.goods_index_new_ss .ssBox {
	width: calc(100% - .4rem);
	padding: .2rem;
	white-space: nowrap;
	overflow-x: scroll;
}

.goods_index_new_ss .ssBox::-webkit-scrollbar {
	display: none;
}

.goods_index_new_ss .ssBox .list {
	display: inline-block;
	width: 3.5rem;
	margin-left: .2rem;
}
.goods_index_new_ss .ssBox .list:nth-child(1){
	margin-left: 0;
}
.goods_index_new_ss .ssBox .list .goodsImg {
	width: calc(100% - .3rem);
	height: 2rem;
	padding: .15rem;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_index_new_ss .ssBox .list .goodsImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_index_new_ss .ssBox .list .goodsName {
	font-size: .26rem;
	font-weight: bold;
	margin-top: .05rem;
}

.goods_index_new_ss .ssBox .list .shopName {
	font-size: .24rem;
	margin-top: .15rem;
	color: #f00;
}

.goods_index_new_ss .ssBox .list .time {
	font-size: .23rem;
	margin-top: .05rem;
	color: #999;
}

.goods_new_tj {
	width: 100%;
	padding-top: .2rem;
	padding-bottom: .2rem;
	background: #fff;
}

.goods_new_tj .goodstj_list {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
	flex-direction: column;
}

.goods_new_tj .goodstj_list .list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: .2rem;
	padding-bottom: .2rem;
	border-bottom: solid 1px #f5f5f5;
}

.goods_new_tj .goodstj_list .list .goodsImg {
	width: 2rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_new_tj .goodstj_list .list .goodsImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_new_tj .goodstj_list .list .right {
	width: calc(100% - 2.15rem);
}

.goods_new_tj .goodstj_list .list .right .goodsName {
	font-size: .26rem;
	font-weight: bold;
}

.goods_new_tj .goodstj_list .list .right .shopName {
	font-size: .24rem;
	margin-top: .3rem;
	color: #f00;
}

.goods_new_tj .goodstj_list .list .right .time {
	font-size: .23rem;
	color: #999;
	margin-top: .1rem;
}

/* 展商资讯 */
.goods_news {
	width: 100%;
}

.goods_news .goods_news_list {
	width: calc(100% - .4rem);
	display: flex;
	height: auto;
	justify-content: space-between;
	padding: .2rem;
	border-bottom: solid 1px #f5f5f5;
}

.goods_news .goods_news_list .newsImg {
	width: 2rem;
	height: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .15rem;
}

.goods_news .goods_news_list .newsImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_news .goods_news_list .right {
	width:calc(100% - 2.1rem);
	/* height: 1.4rem; */
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
}
.goods_news .goods_news_list .right.w{
	width: 100%;
}
.goods_news .goods_news_list .right .title {
	font-size: .28rem;
}

.goods_news .goods_news_list .right .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .24rem;
	color: #999;
	margin-top: .2rem;
}

.goods_news .goods_news_list .right .bottom .shopName {
	width: calc(100% - 2rem);
}

/* 实力厂商 */
.goods_shilichangshang {
	width: 100%;
}

.goods_shilichangshang .topBanner {
	width: calc(100% - .4rem);
	padding: .2rem;
	background: #fff;
	border-bottom: solid 1px #f5f5f5;
}

.goods_shilichangshang .bannerBox {
	width: 100%;
	height: 1.4rem;
	border-radius: 4px;
}

.goods_shilichangshang .bannerBox .img {
	width: 100%;
	height: 1.4rem;
	border-radius: 4px;
}

.goods_shilichangshang .topNav {
	width: 100%;
	height: .7rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.goods_shilichangshang .topNav .nav {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .26rem;
}

.goods_shilichangshang .topNav .nav.is a{
	color: #1479D7!important;
}

.goods_shilichangshang_box {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
}

.goods_shilichangshang_box .boxList {
	display: none;
	width: 100%;
}

.goods_shilichangshang_box .boxList.is {
	display: flex;
	flex-direction: column;
}

.goods_shilichangshang_box .boxList .list {
	margin-top: .2rem;
	background: #fff;
	border-radius: 4px;
	padding: .2rem;
	width: calc(100% - .4rem);
}

.goods_shilichangshang_box .boxList .list .shop {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.goods_shilichangshang_box .boxList .list .shop .shopImg {
	width: 1rem;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_shilichangshang_box .boxList .list .shop .shopImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_shilichangshang_box .boxList .list .shop .right {
	width: calc(100% - 1.15rem);
}

.goods_shilichangshang_box .boxList .list .shop .right .shopName {
	font-size: .26rem;
}

.goods_shilichangshang_box .boxList .list .shop .right .shopTab {
	margin-top: .1rem;
}

.goods_shilichangshang_box .boxList .list .shop .right .shopTab .tab {
	float: left;
	padding: .02rem .1rem;
	font-size: .22rem;
	border: solid 1px #1479D7;
	border-radius: 4px;
	margin-left: .1rem;
	color: #1479D7;
}

.goods_shilichangshang_box .boxList .list .shop .right .shopTab .tab:nth-child(1) {
	margin-left: 0;
}

.goods_shilichangshang_box .boxList .list .shop .right .shopTab .tab.is {
	background: #1479D7;
	color: #fff;
}

.goods_shilichangshang_box .boxList .list .shopCQimg {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: .1rem;
}

.goods_shilichangshang_box .boxList .list .shopCQimg .cqimg {
	width: calc(33.33% - .1rem);
	height: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.goods_shilichangshang_box .boxList .list .shopCQimg .cqimg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_shilichangshang_box .boxList .list .bottom {
	width: 100%;
	border-top: solid 1px #999;
	padding-top: .2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.goods_shilichangshang_box .boxList .list .bottom .bottomNews {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: .24rem;
}

.goods_shilichangshang_box .boxList .list .bottom .bottomNews .sum {
	color: #1479D7;
	margin-top: .1rem;
}

/* 精品推荐 季节精品 */
.goods_index_jingpin {
	width: 100%;
}

.goods_index_jingpin .jingpinBnner {
	width: 100%;
	height: 1.4rem;
}

.goods_index_jingpin .jingpinBnner .img {
	width: 100%;
	height: 1.4rem;
}

.goods_index_jingpin .jingpinTop {
	width: 100%;
	height: auto;
	padding-top: .2rem;
	padding-bottom: .2rem;
	background: #fff;
}

.goods_index_jingpin .jingpinTop_list {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	white-space: nowrap;
	overflow-x: scroll;
	margin-top: .1rem;
}

.goods_index_jingpin .jingpinTop_list::-webkit-scrollbar {
	display: none;
}

.goods_index_jingpin .jingpinTop_list .list {
	display: inline-block;
	width: 2.5rem;
	margin-left: .15rem;
	height: auto;
}

.goods_index_jingpin .jingpinTop_list .list:nth-child(1) {
	margin-left: 0;
}

.goods_index_jingpin .jingpinTop_list .list .goodsImg {
	width: calc(100% - .4rem);
	padding: .2rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
	border-radius: 6px;
	margin-top: .1rem;
}

.goods_index_jingpin .jingpinTop_list .list .goodsImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_index_jingpin .jingpinTop_list .list .goodsName {
	font-size: .25rem;
	margin-top: .2rem;
}
.goods_index_jingpin .jingpinTop_list .list .tab{
	background: #FFCE7C;
	color: #fff;
	font-size: .22rem;
	padding: .02rem .04rem;
	border-radius: 4px;
	margin-right: .1rem;
}
.goods_index_jingpin .jingpinBox {
	width: 100%;
	padding-top: .2rem;
	padding-bottom: .2rem;
	background: #fff;
}

.goods_index_jingpin .jingpinBox .jingpinBox_navbox {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	margin-top: .15rem;
}

.goods_index_jingpin .jingpinBox .jingpinBox_nav {
	background: #fff;
	width: 100%;
	overflow-x: scroll;
}

.goods_index_jingpin .jingpinBox .fentishijieTabBox {
	width: 100%;
	white-space: nowrap;
	scroll-behavior: smooth;
	display: flex;
	align-items: center;

}

.goods_index_jingpin .jingpinBox .jingpinBox_nav::-webkit-scrollbar {
	display: none;
}

.goods_index_jingpin .jingpinBox .fentishijieTabBox::-webkit-scrollbar {
	display: none;
}

.goods_index_jingpin .jingpinBox .fentishijieTabBox .li {
	display: inline-block;
	vertical-align: middle;
	padding-left: .1rem;
	padding-right: .1rem;
}

.goods_index_jingpin .jingpinBox .fentishijieTabBox .li:nth-child(1) {
	padding-left: 0;
}

.goods_index_jingpin .jingpinBox .fentishijieTabBox .li:nth-last-child(1) {
	padding-right: 0;
}

.goods_index_jingpin .jingpinBox .fentishijieTabBox .li .a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	font-size: .26rem;
	padding: .02rem .08rem;
}
.goods_index_jingpin .jingpinBox .fentishijieTabBox .li .a.active {
	color: #1479D7;
	background: rgba(20, 121, 215, .2);
}


.goods_index_jingpin .jingpinList {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	background: #fff;
}

.goods_index_jingpin .jingpinList .list {
	margin-top: .2rem;
	width: calc(100% - .4rem);
	padding: .2rem;
	background: #F5F8FF;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.goods_index_jingpin .jingpinList .list .goodsImg {
	width: 1.9rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 4px;
}

.goods_index_jingpin .jingpinList .list .goodsImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_index_jingpin .jingpinList .list .right {
	width: calc(100% - 2.05rem);
	height: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.goods_index_jingpin .jingpinList .list .right .title {
	font-size: .26rem;
	font-weight: bold;
}


.goods_index_jingpin .jingpinList .list .right .linkSum {
	color: #0C7FF2;
	font-size: .23rem;
}

.goods_index_jingpin .jingpinList .list .right .shopName {
	color: #7E8790;
	font-size: .24rem;
	margin-top: .2rem;
}

/* 参展厂商 */
.goods_index_changshang {
	width: 100%;
}

.goods_index_changshang .changshangList {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
	flex-direction: column;
}

.goods_index_changshang .changshangList .list {
	margin-top: .2rem;
	background: #fff;
	border-radius: 4px;
	width: calc(100% - .4rem);
	padding: .2rem;
}

.goods_index_changshang .changshangList .list .shopImg {
	width: 2rem;
	height: 1rem;
	display: flex;
	align-items: center;
}

.goods_index_changshang .changshangList .list .shopImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_index_changshang .changshangList .list .shopName {
	display: flex;
	align-items: center;
	font-size: .26rem;
	margin-top: .15rem;
}

.goods_index_changshang .changshangList .list .shopName .icon {
	width: .3rem;
	height: .3rem;
	margin-left: .1rem;
}

.goods_index_changshang .changshangList .list .shopNews {
	display: flex;
	align-items: center;
	margin-top: .1rem;
}

.goods_index_changshang .changshangList .list .shopNews .tab {
	float: left;
	color: #fff;
	font-size: .22rem;
	display: flex;
	align-items: center;
	position: relative;
	background: #1479D7;
	padding: .02rem .1rem;
	margin-left: .1rem;
}

.goods_index_changshang .changshangList .list .shopNews .tab:nth-child(1) {
	margin-left: .17rem;
}

.goods_index_changshang .changshangList .list .shopNews .tab:nth-child(1) {
	background: #fab20e;
	padding-left: .23rem;
	padding-right: .1rem;
	padding-top: .02rem;
	padding-bottom: .02rem;
}

.goods_index_changshang .changshangList .list .shopNews .tab:nth-child(1) .icon {
	position: absolute;
	width: .34rem;
	height: .34rem;
	left: -.17rem;
}

.goods_index_changshang .changshangList .list .shopIcon {
	width: .4rem;
	height: .4rem;
	margin-top: .15rem;
}

.goods_index_changshang .changshangList .list .jianjie {
	font-size: .24rem;
	margin-top: .1rem;
	color: #666666;
}

.goods_index_changshang .changshangList .list .goodsBox {
	margin-top: .15rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	overflow-x: scroll;
	padding-bottom:0.1rem;
}

.goods_index_changshang .changshangList .list .goodsBox .goods {
	width: calc(50% - .1rem);
}

.goods_index_changshang .changshangList .list .goodsBox .goods .goodsImg {
	width: calc(100% - .3rem);
	height: 2rem;
	padding: .15rem;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_index_changshang .changshangList .list .goodsBox .goods .goodsImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_index_changshang .changshangList .list .goodsBox .goods .goodsName {
	font-size: .24rem;
	font-weight: bold;
	margin-top: .1rem;
}

.goods_index_changshang .changshangList .list .button {
	display: flex;
	justify-content: center;
	margin-top: .2rem;
}

.goods_index_changshang .changshangList .list .button .buttonBox {
	width: 2rem;
	height: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .24rem;
	color: #1479D7;
	border: solid 1px #1479D7;
	border-radius: 4px;
	background: #ECF5FF;
}

/* 专卖场 */
.goods_index_zhuanmaichang {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.goods_index_zhuanmaichang .list {
	width: calc(100% - .4rem);
	padding: .2rem;
	margin-top: .2rem;
	background: #fff;
}

.goods_index_zhuanmaichang .list .zmctitle {
	font-weight: bold;
	font-size: .28rem;
}

.goods_index_zhuanmaichang .list .zmctext {
	margin-top: .1rem;
	font-size: .23rem;
	color: #999;
}

.goods_index_zhuanmaichang .list .goodsBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.goods_index_zhuanmaichang .list .goodsBox .goods {
	width: calc(33.33% - .1rem);
}

.goods_index_zhuanmaichang .list .goodsBox .goods .goodsImg {
	width: calc(100% - .3rem);
	margin-top: .15rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_index_zhuanmaichang .list .goodsBox .goods .goodsImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_index_zhuanmaichang .list .goodsBox .goods .goodsName {
	margin-top: .15rem;
	text-align: center;
	font-size: .25rem;
}

.goods_index_zhuanmaichang .list .goodsBox .goods .shopName {
	text-align: center;
	font-size: .22rem;
	margin-top: .1rem;
	color: #999;
}

.goods_index_zhuanmaichang .list .button {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: .2rem;
}

.goods_index_zhuanmaichang .list .button .buttonBox {
	width: 2rem;
	height: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .24rem;
	color: #1479D7;
	border: solid 1px #1479D7;
	border-radius: 20px;
}

/* 技术中心 */
.goods_index_jishu {
	width: 100%;
	z-index: 999;
	position: sticky;
	top: 1.59rem;
}

.goods_index_jishu .jishuBnner {
	width: 100%;
	height: 3rem;
}

.goods_index_jishu .jishuBnner .imgBnner {
	width: 100%;
	height: 3rem;
}

.goods_index_jishu .jishuBnner .bannerSwiper-pagination {
	position: absolute;
	bottom: .15rem;
	z-index: 1;
	display: flex;
	justify-content: center;
}

.goods_index_jishu .jishuBnner .bannerSwiper-pagination .swiper-pagination-bullet {
	background: #fff;
}

.goods_index_jishu .jishuBnner .bannerSwiper-pagination .swiper-pagination-bullet-active {
	background: #1479D7;
}

.goods_index_jishu .jishuNav {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	background: #fff;
	height: .7rem;
	display: flex;
	align-items: center;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .2);
	
}

.goods_index_jishu .jishuNav .navBox {
	width: 100%;
	overflow-x: scroll;
}

.goods_index_jishu .jishuNav .navBox .fentishijieTabBox {
	width: 100%;
	white-space: nowrap;
	scroll-behavior: smooth;
	display: flex;
	align-items: center;
}

.goods_index_jishu .jishuNav .navBox::-webkit-scrollbar {
	display: none;
}

.goods_index_jishu .jishuNav .navBox .fentishijieTabBox::-webkit-scrollbar {
	display: none;
}

.goods_index_jishu .jishuNav .navBox .fentishijieTabBox .li {
	display: inline-block;
	vertical-align: middle;
	padding-left: .2rem;
	padding-right: .2rem;
}

.goods_index_jishu .jishuNav .navBox .fentishijieTabBox .li:nth-child(1) {
	padding-left: 0;
}

.goods_index_jishu .jishuNav .navBox .fentishijieTabBox .li:nth-last-child(1) {
	padding-right: 0;
}

.goods_index_jishu .jishuNav .navBox .fentishijieTabBox .li .a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .26rem;
}

.goods_index_jishu .jishuNav .navBox .fentishijieTabBox .li .a.active {
	color: #1479D7;
}

.goods_index_jishu .jishu_list {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
	flex-direction: column;
	background: #fff;
}

.goods_index_jishu .jishu_list .list {
	width: 100%;
	padding-top: .2rem;
	padding-bottom: .2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: solid 1px #f5f5f5;
}

.goods_index_jishu .jishu_list .list .jsImg {
	width: 2rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .15rem;
}

.goods_index_jishu .jishu_list .list .jsImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_index_jishu .jishu_list .list .right {
	flex: 1;
	height: 1.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: .26rem;
}

.goods_index_jishu .jishu_list .list .right .time {
	text-align: right;
	font-size: .23rem;
	color: #999;
}

/* 微视频 */
.goods_index_weishipin {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.goods_index_weishipin .list {
	width: calc(100% - .4rem);
	margin: .2rem;
	margin-bottom: 0;
	border-radius: 4px;
	background: #fff;
}

.goods_index_weishipin .list .shipinImg {
	width: 100%;
	height: 4.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.goods_index_weishipin .list .shipinImg .img {
	width: 100%;
	height: 100%;
	border-radius: 4px 4px 0 0;
}

.goods_index_weishipin .list .shipinImg .icon {
	position: absolute;
	width: 1rem;
	height: 1rem;
}

.goods_index_weishipin .list .title {
	padding: .2rem;
	font-size: .24rem;
	font-weight: bold;
}

/* 专卖场详情 */
.zmcInfo {
	width: 100%;
	padding-bottom: .2rem;
}

.zmcInfo .zmc_banner {
	width: 100%;
	height: 2rem;
	position: relative;
}

.zmcInfo .zmc_banner .img {
	width: 100%;
	height: 2rem;
}

.zmcInfo .zmc_banner .title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .26rem;
	font-weight: bold;
	color: #fff;
	background: rgba(0, 0, 0, .2);
}

.zmcInfo .zmc_text {
	width: calc(100% - .8rem);
	height: auto;
	padding: .2rem;
	margin: .2rem;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
}

.zmcInfo .zmc_text_title {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: .26rem;
}

.zmcInfo .zmc_text_text {
	font-size: .24rem;
	margin-top: .1rem;
	line-height: .35rem;
}

.zmcInfo .zmc_title {
	margin-top: .3rem;
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	font-size: .26rem;
	font-weight: bold;
}

.zmcInfo .zmc_rm_goods {
	width: calc(100% - .8rem);
	margin-left: .2rem;
	margin-top: .2rem;
	padding: .2rem;
	background: #fff;
	border-radius: 4px;
}

.zmcInfo .zmc_rm_goods .goodsBox {
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
}

.zmcInfo .zmc_rm_goods .goodsBox::-webkit-scrollbar {
	display: none;
}

.zmcInfo .zmc_rm_goods .goodsBox .lists {
	display: inline-block;
	width: 2.8rem;
	margin-left: .2rem;
}

.zmcInfo .zmc_rm_goods .goodsBox .lists:nth-child(1) {
	margin-left: 0;
}

.zmcInfo .zmc_rm_goods .goodsBox .lists .goodsImg {
	width: calc(100% - .3rem);
	height: 2rem;
	padding: .15rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zmcInfo .zmc_rm_goods .goodsBox .lists .goodsImg .img {
	max-width: 100%;
	max-height: 100%;
}

.zmcInfo .zmc_rm_goods .goodsBox .lists .goodsName {
	font-size: .24rem;
	font-weight: bold;
	text-align: center;
}

.zmcInfo .zmc_rm_goods .goodsBox .lists .shopName {
	font-size: .24rem;
}

.zmcInfo .zmc_goods {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.zmcInfo .list {
	width: calc(50% - .5rem);
	margin-top: .2rem;
	background: #fff;
	border-radius: 4px;
	padding: .2rem;
}

.zmcInfo .list .goodsImg {
	width: 100%;
	height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zmcInfo .list .goodsImg .img {
	max-width: 100%;
	max-height: 100%;
}

.zmcInfo .list .goodsName {
	margin-top: .2rem;
	font-size: .25rem;
	font-weight: bold;
	text-align: center;
}

.zmcInfo .list .shopName {
	font-size: .23rem;
	color:#999;
	margin-top: .05rem;
}

/* 微视频详情 */
.goods_index_info_video {
	width: 100%;
	height: 4rem;
}

.goods_index_info_box {
	width: calc(100% - .4rem);
	padding: .2rem;
}

.goods_index_info_box .title {
	font-size: .31rem;
	font-weight: bold;
}

.goods_index_info_box .text {
	margin-top: .2rem;
	width: 100%;
	overflow-x: auto;
}

.news_info_titlep {
	width: calc(100% - .4rem);
	padding: .2rem;
	padding-bottom: 0;
	font-size: .31rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: .3rem solid #f5f5f5;
}
.news_info_titlep .linke{
	font-weight: 400;
	color: #999;
}
.news_info_pl{
	width: calc(100% - .4rem);
	padding: .2rem;
}
.news_info_pl .input{
	width: 100%;
}
.news_info_pl .input>textarea{
	width: calc(100% - .3rem);
	padding: .15rem;
	background: #f5f5f5;
	border-radius: 4px;
	border: none;
	height: 1rem;
	font-size: .26rem;
}
.news_info_pl .button{
	justify-content: flex-end;
	margin-top: .1rem;
}
.news_info_pl .button>input{
	width: 1.4rem;
	height: .4rem;
	font-size: .24rem;
	color: #fff;
	background: #1479D7;
	border: none;
	border-radius: 6px;
	float:right;
}
.news_info_plList{
	width: calc(100% - .4rem);
	padding: .2rem;
}
.news_info_plList .list{
	width: 100%;
	margin-top: .2rem;
	padding-bottom: .2rem;
	border-bottom: 1px solid #f5f5f5;
}
.news_info_plList .list .name{
	font-size: .28rem;
	color: #999;
}
.news_info_plList .list .nr{
	font-size: .28rem;
	margin-top: .1rem;
}
.news_info_plList .list .bottom{
	font-size: .28rem;
	color: #999;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .1rem;
}
.news_info_plList .list .bottom .right{
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_info_plList .list .bottom .right .img{
	width: .26rem;
	height: .26rem;
}
.news_info_plList .list .bottom .right .sum{
	margin-left: .05rem;
}
.news_info_plList .list .bottom .right .sum.is{
	color: #1479D7;
}
.news_info_plList .list:nth-child(1){
	margin-top: 0;
}
.news_info_plList .list:nth-last-child(1){
	border-bottom: none;
}
.goods_video_list{
	width: calc(100% - .4rem);
	padding: .2rem;
}
.goods_video_list .list{
	display: flex;
	justify-content: space-between;
	margin-top: .2rem;
	padding-bottom: .2rem;
	border-bottom:1px solid #f5f5f5;
}
.goods_video_list .list .img{
	width: 1.7rem;
	height: 1.2rem;
	border-radius: 2px;
}
.goods_video_list .list .name{
	width: calc(100% - 1.9rem);
	font-size: .28rem;
}
.goods_video_list .list:nth-last-child(1){border-bottom: none;}
/* 全部分类 */
.fenleiBox {
	width: 100%;
	height: 100vh;
	background: #f5f5f5;
	display: flex;
	flex-direction: column;
}

.fenleiBox .goods_fenlei {
	width: 100%;
	height: calc(100% - 2rem);
	display: flex;
	justify-content: space-between;
}

.fenleiBox .goods_fenlei .goods_fenlei_left {
	width: 26%;
	height: 100%;
	background: #fff;
	/* display: flex;
	flex-direction: column; */
	overflow-y: auto;
}

.fenleiBox .goods_fenlei .goods_fenlei_left::-webkit-scrollbar {
	display: none;
}

.fenleiBox .goods_fenlei .goods_fenlei_left .list {
	width: calc(100% - .3rem - 1px);
	margin-top: .3rem;
	margin-bottom: .3rem;
	padding-left: .15rem;
	padding-right: .15rem;
	border-right: solid 1px #fff;
	font-size: .25rem;
}

.fenleiBox .goods_fenlei .goods_fenlei_left .is {
	border-right: solid 1px #1479D7;
	color: #1479D7;
}
.goods_fenlei_left .is a { color: #1479D7!important; }
.fenleiBox .goods_fenlei .goods_fenlei_right {
	width: 74%;
	height: calc(100% - .5rem);
	overflow-y: auto;
}

.fenleiBox .goods_fenlei .goods_fenlei_right .zonghe {
	width: calc(100% - .4rem);
	padding: .2rem;
	display: flex;
	flex-direction: column;
}

.fenleiBox .goods_fenlei_right_title {
	font-size: .28rem;
	font-weight: bold;
}

.fenleiBox .goods_fenlei_right_title.color {
	color: #1479D7;
}

.fenleiBox .zonghe .zonghe_fenlei {
	display: flex;
	flex-wrap: wrap;
	font-size: .26rem;
}

.fenleiBox .zonghe .zonghe_fenlei .tab {
	margin-top: .15rem;
	margin-left: .1rem;
	margin-right: .1rem;
	padding-right: .25rem;
	background: url(./rm.png) no-repeat;
	background-size: .2rem .26rem;
	background-position: right;
}

.fenleiBox .zonghe .goods_box {
	margin-top: .2rem;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	/*height: 7.5rem;*/
}

.fenleiBox .zonghe .goods_box::-webkit-scrollbar {
	display: none;
}

.fenleiBox .zonghe .goods_box .goods_list {
	width: 80%;
	background: #fff;
	height: calc(100% - .4rem);
	padding: .2rem;
	display: inline-block;
	border-radius: 6px;
	margin-left: .1rem;
	border-radius: 6px;
}

.fenleiBox .zonghe .goods_box .goods_list:nth-child(1) {
	margin-left: 0;
}

.fenleiBox .zonghe .goods_box .goods_list .goods_list_title {
	font-size: .28rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	padding-bottom: .15rem;
}

.fenleiBox .zonghe .goods_box .goods_list .goods_list_title .icon {
	width: .13rem;
	height: .23rem;
}

.fenleiBox .goods_fenlei_banner {
	width: 100%;
	height: 1.5rem;
	margin-bottom: .2rem;
}

.fenleiBox .goods_fenlei_banner .img {
	width: 100%;
	height: 1.5rem;
}

.fenleiBox .zonghe .goods_box .goods_list .box {
	width: 100%;
}

.fenleiBox .zonghe .goods_box .goods_list .box .list {
	display: flex;
	/* align-items:center; */
	justify-content: space-between;
	width: 100%;
	height: 1.2rem;
	margin-top: .15rem;
}

.fenleiBox .zonghe .goods_box .goods_list .box .list .goodsImg {
	width: 1.2rem;
	height: 1.2rem;
	margin-right: .1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fenleiBox .zonghe .goods_box .goods_list .box .list .goodsImg .img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: 100%;
}

.fenleiBox .zonghe .goods_box .goods_list .box .list .goodsName {
	width: calc(100% - 1.3rem);
	font-size: .26rem;
	white-space: pre-wrap;
}

.fenleiBox .fenlei {
	width: calc(100% - .4rem);
	padding: .2rem;
}

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

.fenleiBox .fenlei .goods_fenlei_box .list {
	width: calc(50% - .1rem);
	height: .5rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: .2rem;
	font-size: .24rem;
}

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

.goods_cg .goods_cg_banner {
	width: 100%;
	height: 2rem;
}

.goods_cg .goods_cg_banner .img {
	width: 100%;
	height: 2rem;
}

.goods_cg .goods_cg_nav {
	width: 100%;
	height: .7rem;
	background: #fff;
	display: flex;
	justify-content: space-between;
	position: sticky;
	top: 1rem;
	z-index: 999;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .4);
}

.goods_cg .goods_cg_nav .nav {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .26rem;
}

.goods_cg .goods_cg_nav .nav .is {
	color: #1479D7!important;
}

.goods_cg .goods_cg_Box {
	width: 100%;
}

.goods_cg .goods_cg_Box .box {
	width: 100%;
	display: none;
}

.goods_cg .goods_cg_Box .box.show {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.goods_cg .goods_cg_Box .box .list {
	width: calc(100% - .8rem);
	padding: .2rem;
	margin-top: .2rem;
	background: #fff;
	border-radius: 4px;
}

.goods_cg .goods_cg_Box .cg_news .list .title {
	font-size: .26rem;
	font-weight: bold;
}

.goods_cg .goods_cg_Box .cg_news .list .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .15rem;
	font-size: .22rem;
	color: #555;
}

.goods_cg .goods_cg_Box .cg_news .list .bottom .text {
	flex: 1;
}

.goods_cg .goods_cg_Box .xm_list .list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.goods_cg .goods_cg_Box .xm_list .list .img {
	width: 2.5rem;
	height: 1.8rem;
	border-radius: 4px;
	margin-right: .15rem;
}

.goods_cg .goods_cg_Box .xm_list .list .right {
	width: calc(100% - 2.65rem);
	height: 1.8rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.goods_cg .goods_cg_Box .xm_list .list .right .title {
	font-size: .26rem;
	font-weight: bold;
}

.goods_cg .goods_cg_Box .xm_list .list .right .text {
	font-size: .24rem;
	color: #999;
	margin-top: .1rem;
}

.goods_cg .goods_cg_Box .xm_list .list .right .time {
	font-size: .24rem;
	color: #1479D7;
	text-align: right;
}

/* 品牌中心 */
.goods_ppBox {
	width: 100%;
	height: calc(100vh - 2rem);
	overflow-y: auto;
	display: flex;
	position: relative;
}

.goods_ppBox .goods_ppBox_leftBox {
	width: 26%;
	height: 100%;
	background: #fff;
	overflow-y: auto;
}

.goods_ppBox .goods_ppBox_leftBox .list {
	width: calc(100% - .3rem - 1px);
	margin-top: .3rem;
	margin-bottom: .3rem;
	padding-left: .15rem;
	padding-right: .15rem;
	border-right: solid 1px #fff;
	font-size: .25rem;
}

.goods_ppBox .goods_ppBox_leftBox .is a{
	color: #1479D7!important;
}

.goods_ppBox .goods_ppBox_nrBox {
	width: 74%;
	height: 100%;
	overflow-y: auto;
	/* margin-left: 26%; */
}

.goods_ppBox .goods_ppBox_nrBox .box {
	width: calc(100% - .4rem);
	padding: .2rem;
	display: none;
}

.goods_ppBox .goods_ppBox_nrBox .box:nth-child(2) {
	width: calc(100% - .8rem);
}

.goods_ppBox .goods_ppBox_nrBox .box.is {
	display: flex;
	flex-direction: column;
}

.goods_ppBox .goods_ppBox_nrBox .ppBoxBanner {
	width: 100%;
	height: 1.5rem;
}

.goods_ppBox .goods_ppBox_nrBox .ppBoxBanner .img {
	width: 100%;
	height: 1.5rem;
	border-radius: 4px;
}

.goods_ppBox .goods_ppBox_nrBox .box:nth-child(2) .ppBoxBanner {
	width: 100%;
	height: 1.4rem;
}

.goods_ppBox .goods_ppBox_nrBox .box:nth-child(2) .ppBoxBanner .img {
	width: 100%;
	height: 1.4rem;
}

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

.goods_ppBox .goods_ppBox_nrBox .shopBox .list {
	width: calc(50% - .1rem);
	background: #fff;
	margin-top: .2rem;
	border-radius: 4px;
	padding-bottom: .15rem;
}

.goods_ppBox .goods_ppBox_nrBox .shopBox .list .shopImg {
	width: calc(100% - .3rem);
	padding: .15rem;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_ppBox .goods_ppBox_nrBox .shopBox .list .shopImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_ppBox .goods_ppBox_nrBox .shopBox .list .shopName {
	text-align: center;
	font-size: .26rem;
}

.goods_ppBox .goods_ppBox_nrBox .md {
	margin-top: .2rem;
	font-size: .26rem;
	font-weight: bold;
}

.goods_ppBox .rightNav {
	height: calc(100vh - 2rem);
	width: .4rem;
	display: none;
	position: fixed;
	right: 0;
	top: 1rem;
}

.goods_ppBox .rightNav.is {
	display: flex;
	align-items: center;
}

.goods_ppBox .rightNav .nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
	width: 100%;
	padding-top: .1rem;
	padding-bottom: .1rem;
}

.goods_ppBox .rightNav .nav .a {
	flex: 1;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: .02rem;
	padding-bottom: .02rem;
	font-size: .24rem;
}

.goods_ppBox .rightNav .nav .a.is {
	color: #1479D7;
}

/* 产品列表 */
.goods_list {
	width: 100vw;
	height: 100vh;
}
.goods_list_banner{
	width: 100%;
	height: 1rem;
}
.goods_list_banner .bannerBox{
	width: 100%;
	height: 1rem;
}
.goods_list_banner .bannerBox .img{
	width: 100%;
	height: 1rem;
}
.goods_lists_top {
	width: 100%;
	position: sticky;
	left: 0;
	top: 0;
	z-index: 999;
}
.goods_list_tab{
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	height: .8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-weight: bold;
	background: #fff;
	font-size: .28rem;
}
.goods_list_tab .img{
	width: .16rem;
	height: .28rem;
	position: absolute;
	left: .2rem;
}
.goods_lists_top_box {
	background: #fff;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.goods_lists_top_box .top {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.goods_lists_top_box .top .left {
	display: flex;
	align-items: center;
}

.goods_lists_top_box .top .left .logo {
	width: 2rem;
	height: .6rem;
}

.goods_lists_top_box .top .left .title {
	margin-left: .1rem;
	font-size: .28rem;
	font-weight: bold;
}

.goods_lists_top_box .top .right {
	width: 2.2rem;
	height: .5rem;
	border: 1px solid #C6C6C6;
	border-radius: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_lists_top_box .top .right .icon {
	width: .3rem;
	height: .29rem;
}

.goods_lists_top_box .top .right .input {
	border: none;
	width: calc(100% - .8rem);
	height: 100%;
	margin-left: .1rem;
	font-size: .22rem;
}

.goods_list_top {
	width: 100%;
	height: .7rem;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: .24rem;
	/* position: fixed; */
	position: sticky;
	top: .99rem;
	left: 0;
	z-index: 99;
}

.goods_list_top .topNav:nth-child(1) {
	background: url(./pc_list_icon_xiala.png) no-repeat;
	background-position: right center;
	background-size: .16rem .1rem;
	padding-right: .22rem;
}

.goods_list_top .topNav:nth-child(2) {
	background: url(./pc_list_icon_xiala.png) no-repeat;
	background-position: right center;
	background-size: .16rem .1rem;
	padding-right: .22rem;
}

.goods_list_top .topNav:nth-child(4) {
	background: url(./zhsx.png) no-repeat;
	background-position: right center;
	background-size: .15rem .15rem;
	padding-right: .22rem;
}

.goods_list_top .topNav:nth-child(1).is {
	color: #1479D7;
	background: url(./wap_icon_xiala.png) no-repeat;
	background-position: right center;
	background-size: .16rem .1rem;
	padding-right: .22rem;
}

.goods_list_top .topNav:nth-child(2).is {
	color: #1479D7;
	background: url(./wap_icon_xiala.png) no-repeat;
	background-position: right center;
	background-size: .16rem .1rem;
	padding-right: .22rem;
}

.goods_list_top .topNav:nth-child(3).is {
	color: #1479D7;
}

.goods_list .sx {
	position: absolute;
	display: none;
	top: .7rem;
	left: 0;
	width: 100%;
	height: calc(100vh - 1.7rem);
	z-index: 99999;
}

.goods_list .sx .bj {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, .4);
}

.goods_list .zonghe .box {
	width: calc(100% - .4rem);
	padding: .2rem;
	background: #fff;
	display: flex;
	flex-direction: column;
	position: absolute;
}

.goods_list .zonghe .box .zhlist {
	width: calc(100% - .3rem);
	padding: .15rem;
	border-radius: 4px;
	font-size: .24rem;
	background: #f5f5f5;
	margin-top: .2rem;
}

.goods_list .zonghe .box .zhlist:nth-child(1) {
	margin-top: 0;
}

.goods_list .zonghe .box .zhlist.is {
	background: #F5F8FF;
	color: #0C7FF2;
}

.goods_list .pptab .box {
	width: calc(100% - .4rem);
	padding: .2rem;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	position: absolute;
}

.goods_list .pptab .box .pplist {
	width: calc(33.33% - .15rem);
	height: .5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .24rem;
	margin-top: .2rem;
	margin-left: .2rem;
	background: #f5f5f5;
}

.goods_list .pptab .box .pplist:nth-child(3n+1) {
	margin-left: 0;
}

.goods_list .pptab .box .pplist:nth-child(-n+3) {
	margin-top: 0;
}

.goods_list .pptab .box .pplist.is {
	background: #F5F8FF;
	color: #0C7FF2;
}

.goods_list .shaixuan .box {
	width: 80%;
	height: 90%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.goods_list .shaixuan .box .boxList {
	width: 100%;
	height: calc(100% - 1.5rem);
	overflow-y: auto;
}

.goods_list .shaixuan .box .shaixuanList {
	width: calc(100% - .4rem);
	padding: .2rem;
}

.goods_list .shaixuan .box .shaixuanList .title {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: .24rem;
}

.goods_list .shaixuan .box .shaixuanList .title .name {
	font-weight: bold;
}

.goods_list .shaixuan .box .shaixuanList .title .right {
	color: #999;
	background: url(./shouqi.png) no-repeat;
	background-position: right center;
	background-size: .16rem .1rem;
	padding-right: .22rem;
}

.goods_list .shaixuan .box .shaixuanList .shaixuanBox {
	width: 100%;
	font-size: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.goods_list .shaixuan .box .shaixuanList .shaixuanBox.active {
	display: block;
}

.goods_list .shaixuan .box .shaixuanList .shaixuanBox .list {
	width: calc(33.33% - .15rem);
	height: .4rem;
	margin-left: .1rem;
	font-size: .22rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	color: #444444;
	margin-top: .1rem;
}

.goods_list .shaixuan .box .shaixuanList .shaixuanBox .list:nth-child(3n+1) {
	margin-left: 0;
}

.goods_list .shaixuan .box .shaixuanList .shaixuanBox .list.is {
	background: #F5F8FF;
	color: #0C7FF2;
}

.goods_list .shaixuan .box .bottom {
	width: calc(100% - .4rem);
	margin-top: .3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: .2rem;
	padding-right: .2rem;
}

.goods_list .shaixuan .box .bottom .button {
	width: calc(40% - .08rem);
	height: .6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .26rem;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.goods_list .shaixuan .box .bottom .button:nth-child(2) {
	width: calc(60% - .08rem);
	border: 1px solid #0C7FF2;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #0C7FF2;
}

.goods_list_box {
	width: 100%;
	/* height: calc(100% - .7rem); */
	/* padding-top: .7rem; */
	overflow-y: auto;
}

.goods_list_box .list {
	width: calc(100% - .4rem);
	display: flex;
	justify-content: space-between;
	padding: .2rem;
	background: #fff;
	border-bottom: solid 1px #f5f5f5;
}

.goods_list_box .list .goodsImg {
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.goods_list_box .list .goodsImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_list_box .list .right {
	width: calc(100% - 2.7rem);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: .26rem;
}

.goods_list_box .list .right .shopName {
	margin-top: .05rem;
	padding-bottom: .1rem;
	font-size: .24rem;
	color: #f00;
}
.goods_list_box .list .right .goodsname{
	margin-top: .1rem;
	font-size: .28rpx;
}
.goods_list_box .list .right .xing {
	margin-top: .1rem;
	display: flex;
}

.goods_list_box .list .right .xing .img {
	width: .25rem;
	height: .25rem;
	margin-left: .1rem;
}
.goods_list_box .list .right .text{
	margin-top: .1rem;
}
.goods_list_box .list .right .xing .img:nth-child(1) {
	margin-left: 0;
}

.goods_list_box .list .right .goodsNews:nth-child(2) {
	font-size: .24rem;
	margin-top: .1rem;
	color: #999;
}
.goods_list_box .list .right .goodsNews:nth-child(2) .text{
	margin-top: 0;
}

.goods_list_box .list .right .goodsNews .goodsNews_bottom{
	margin-top: .1rem;
	width: 100%;
	display:flex;
	align-items: center;
	/* /* justify-content: space-between; */ */
}
.goods_list_box .list .right .goodsNews .goodsNews_bottom .tel{
	padding: .02rem .1rem;
	border:solid 1px #0C7FF2;
	border-radius: 3px;
	color: #0C7FF2;
	margin-right: .3rem;
}
.goods_list_box .list .right .goodsNews .goodsNews_bottom .ly{
	padding: .02rem .1rem;
	border:solid 1px #0C7FF2;
	border-radius: 3px;
	color: #0C7FF2;
}
/* 排行榜 */
.goods_paiming {
	width: 100%;
}

.goods_paiming_top {
	width: 100%;
	height: 6rem;
	position: relative;
	background: linear-gradient(180deg, #3955D0 0%, #5496DD 100%);
}

.goods_paiming_top .navBox {
	width: calc(100% - .4rem);
	margin-left: .2rem;
	overflow-x: scroll;
	padding-top: .4rem;
}

.goods_paiming_top .navBox .jingpinBox_nav {
	width: 100%;
	white-space: nowrap;
	scroll-behavior: smooth;
	display: flex;
	align-items: center;
}


.goods_paiming_top .navBox::-webkit-scrollbar {
	display: none;
}

.goods_paiming_top .navBox .jingpinBox_nav::-webkit-scrollbar {
	display: none;
}

.goods_paiming_top .navBox .jingpinBox_nav .li {
	display: inline-block;
	vertical-align: middle;
	padding-left: .1rem;
	padding-right: .1rem;
}

.goods_paiming_top .navBox .jingpinBox_nav .li:nth-child(1) {
	padding-left: 0;
}

.goods_paiming_top .navBox .jingpinBox_nav .li:nth-last-child(1) {
	padding-right: 0;
}

.goods_paiming_top .navBox .jingpinBox_nav .li .a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: .22rem;
	font-weight: 300;
	padding: .02em .08rem;
}

.goods_paiming_top .navBox .jingpinBox_nav .li .a.active {
	color: #fff;
	font-size: .26rem;
	font-weight: bold;
	background: rgba(20, 121, 215, .2);
}

.goods_paiming_top_box {
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.goods_paiming_top_box .list {
	display: flex;
	justify-content: center;
	position: relative;
}

.goods_paiming_top_box .list .shopImg {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.goods_paiming_top_box .list .shopImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_paiming_top_box .list .box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	font-size: .24rem;
	color: #fff;
}

.goods_paiming_top_box .list .box .name {
	width: 1.6rem;
	height: .45rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 25px;
	background: #1C5DAC;
}

.goods_paiming_top_box .list .box .sum {
	margin-top: .1rem;
}

.goods_paiming_top_box .list:nth-child(1) {
	width: 31%;
	height: 3.5rem;
	background: url("./dz1.png") no-repeat bottom;
	background-size: 2.26rem 2.05rem;
}

.goods_paiming_top_box .list:nth-child(1) .shop {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	border: 2px solid #C5D3E3;
	position: absolute;
	top: 0;
	background: #fff;
}

.goods_paiming_top_box .list:nth-child(1) .shop .icon {
	width: .57rem;
	height: .57rem;
	position: absolute;
	left: -.29rem;
	top: -.28rem;
}

.goods_paiming_top_box .list:nth-child(1) .box {
	height: 2.05rem;
}

.goods_paiming_top_box .list:nth-child(2) {
	width: 38%;
	height: 3.8rem;
	background: url("./dz2.png") no-repeat bottom;
	background-size: 2.5rem 2.33rem;
}

.goods_paiming_top_box .list:nth-child(2) .shop {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	border: 2px solid #FCD012;
	position: absolute;
	top: 0;
	background: #fff;
}

.goods_paiming_top_box .list:nth-child(2) .shop .icon {
	width: .57rem;
	height: .57rem;
	position: absolute;
	left: -.29rem;
	top: -.28rem;
}

.goods_paiming_top_box .list:nth-child(2) .box {
	height: 2.5rem;
}

.goods_paiming_top_box .list:nth-child(3) {
	width:  31%;
	height: 3.3rem;
	background: url("./dz3.png") no-repeat bottom;
	background-size: 2.26rem 1.75rem;
}

.goods_paiming_top_box .list:nth-child(3) .shop {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	border: 2px solid #F9A771;
	position: absolute;
	top: 0;
	background: #fff;
}

.goods_paiming_top_box .list:nth-child(3) .shop .icon {
	width: .57rem;
	height: .57rem;
	position: absolute;
	left: -.29rem;
	top: -.28rem;
}

.goods_paiming_top_box .list:nth-child(3) .box {
	height: 1.75rem;
}
.goods_paiming_list{
	width: 100%;
}
.goods_paiming_list .list{
	width: calc(100% - .4rem);
	padding: .2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.goods_paiming_list .list .left{
	display: flex;
	align-items: center;
}
.goods_paiming_list .list .left .sum{
	width: .6rem;
	font-size: .24rem;
}
.goods_paiming_list .list .left .shopImg{
	width: .8rem;
	height: .8rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #999;
	overflow: hidden;
}
.goods_paiming_list .list .left .shopImg .img{
	max-width: 100%;
	max-height: 100%;
}
.goods_paiming_list .list .left .shopName{
	margin-left: .2rem;
	font-size: .24rem;
}
.goods_paiming_list .list .right{
	font-size: .24rem;
	color: #1479D7;
}
/* 我要报价 */
.goods_baojia{
	width: 100%;
	min-height: 100vh;
	background: #f5f5f5;
}
.goods_baojia_top{
	background: linear-gradient(180deg, #1479D7, #F5F5F5);
	width: 100%;
	height: 4rem;
	position: relative;
}
.goods_baojia_top .topBox{
	bottom: -.5rem;
	width: calc(100% - 1rem);
	padding: .3rem;
	left: .2rem;
	background: #fff;
	position: absolute;
	border-radius: 4px;
}
.goods_baojia_top .topBox .box .list{
	display: flex;
	font-size: .24rem;
	margin-top: .1rem;
}
.goods_baojia_top .topBox .box .list:nth-child(1){
	margin-top: 0;
}
.goods_baojia_top .topBox .box .list .name{
	width:.8rem;
}
.goods_baojia_top .topBox .box .list .text{
	width: calc(100% - .8rem);
	font-weight: bold;
}
.goods_baojia_top .topBox .topImg{
	position: absolute;
	top: -1.8rem;
	width: calc(100% - .4rem);
	display: flex;
	align-items: center;
	justify-content: center;
}
.goods_baojia_top .topBox .topImg .img{
	width: 1.5rem;
	height: 1.8rem;
}
.goods_baojia_top .topBox .topImg .tab{
	display: flex;
	align-items: center;
	font-size: .24rem;
	background: #fff;
	color:#999;
	padding: .03rem .2rem;
	border-radius: 6px;
}
.goods_baojia_box{
	border-radius: 6px;
	width: calc(100% - 1rem);
	margin-left: .2rem;
	padding: .3rem;
	background: #fff;
	margin-top: .7rem;
}
.goods_baojia_box .list{
	margin-top: .2rem;
}
.goods_baojia_box .list:nth-child(1){
	margin-top: 0;
}
.goods_baojia_box .list .title{
	font-size: .24rem;
}
.goods_baojia_box .list .textarea{
	width: calc(100% - .3rem);
	height: 1.5rem;
	padding: .15rem;
	background: #f5f5f5;
	border: none;
	border-radius: 4px;
	margin-top: .2rem;
	font-size: .25rem;
}
.goods_baojia_box .list .input{
	width: calc(100% - .3rem);
	padding: .15rem;
	border: none;
	background: #f5f5f5;
	border-radius: 4px;
	margin-top: .2rem;
	font-size: .25rem;
}
.goods_baojia_button{
	width:100%;
	margin-top: .4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: .4rem;
}
.goods_baojia_button .button{
	width: 80%;
	height: .7rem;
	border: none;
	background:#1479D7;
	color: #fff;
	border-radius: 4px;
	font-size: .26rem;
}
/* 发求购 */
.goods_faqiugou{
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
	flex-direction: column;
}
.goods_faqiugou_title{
	margin-top: .3rem;
	font-size: .4rem;
	font-weight:bold;
}
.goods_faqiugou_title span{
	color: #165AA9;
}
.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: .25rem;
}
.goods_faqiugou_box .list .imgyzm{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: .2rem;
}
.goods_faqiugou_box .list .imgyzm>input{
	font-size: .25rem;
	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:#1479D7;
	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;
	border: solid 1px #999;
	font-size: .25rem;
}
.goods_faqiugou_box .list .getDuanxin{
	width: 2.2rem;
	height: .7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .26rem;
	color:#1479D7;
}
.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: .24rem;
}
.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:#1479D7;
}
/* 项目招标详情 */
.goods_caigou_info{
	width: 100%;
	overflow-x: auto;
}
.goods_caigou_info_nr{
	width: calc(100% - .4rem);
	padding: .2rem;
}
.goods_caigou_info_nr .title{
	font-size: .30rem;
	font-weight: bold;
}
.goods_caigou_info_nr .time{
	color: #999;
	font-size: .26rem;
	margin-top: .15rem;
}
.goods_caigou_info_nr .contnet{
	margin-top: .15rem;
}
.goods_caigou_gy{
	border-top: .3rem solid #f5f5f5;
}
.goods_caigou_gy .title{
	width: calc(100% - .4rem);
	padding: .2rem;
	font-size: 31rpx;
	font-weight:bold;
}
.goods_caigou_gy .gyList{
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	padding-bottom: .2rem;
}
.goods_caigou_gy .gyList .list{
	display: flex;
	align-items: center;
	font-size: .28rem;
	margin-top: .2rem;
}
.goods_caigou_gy .gyList .list .sum{
	width: .4rem;
	font-weight: bold;
	text-align: center;
	color: #999;
}
.goods_caigou_gy .gyList .list:nth-child(1) .sum{
	color: #ff5100;
}
.goods_caigou_gy .gyList .list:nth-child(2) .sum{
	color: #ff964a;
}
.goods_caigou_gy .gyList .list:nth-child(3) .sum{
	color: #e5bb77;
}
.goods_caigou_gy .gyList .list:nth-child(1){margin-top: 0;}

/* 新品推荐-新品资讯 */
.goods_new_news_list{
	width: calc(100% - .4rem);
	padding-left: .2rem;
	padding-right: .2rem;
	display: flex;
	flex-direction: column;
}
.goods_new_news_list .list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: .2rem;
	padding-bottom: .2rem;
	border-bottom: solid 1px #f5f5f5;
}
.goods_new_news_list .list .newsImg {
	width: 2rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.goods_new_news_list .list .newsImg .img {
	max-width: 100%;
	max-height: 100%;
}

.goods_new_news_list .list .right {
	width: calc(100% - 2.15rem);
}

.goods_new_news_list .list .right .newsName {
	font-size: .26rem;
	font-weight: bold;
}


.goods_new_news_list .list .right .time {
	font-size: .24rem;
	color: #999;
	margin-top: .1rem;
}
.goods_new_news_list .list .right .time {
	font-size: .24rem;
	color: #999;
	margin-top: .1rem;
}