.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.ellipsis1{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;

}
.ellipsis2{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ellipsis3{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ellipsis4{
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.lside,
.ad_yw a,
.ad_yw a img {
  width: 940px;
}

/* 供求信息图片介绍 */
.top-bg{
  background-color: #fff;
}
.scrolltab .dSmallPic li {
  width: 60px;
}
.scrolltab {
  width: 358px;
  height: 454px;
  padding: 20px 0px 0px 20px;
}
.scrolltab .ulBigPic li,
.scrolltab .ulBigPic,
.scrolltab .ulBigPic .sPic,
.scrolltab .ulBigPic img {
  width: 358px;
  height: 358px;
}
.scrolltab .dSmallPicBox {
  width: 358px;
  overflow: hidden;
}
.scrolltab .dSmallPic .sPic img {
  width: 64px;
  height: 65px;
}
.scrolltab .ulBigPic img,
.scrolltab .dSmallPic .sPic img{
  object-fit: cover;
}
/*右侧信息介绍*/
.detail-info-box {
  width: 522px;
  /* height: 434px; */
  background: #fff;
  padding: 20px 20px;
  background: #fff;
  margin: auto;
}
.detail-info-box p strong {
  font: bold 18px/30px "Microsoft YaHei";
  color: #e60000;
}
.detail-info-box .title {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
}
.detail-info-box .info-left-top {
  background: #e600000a;
  border-top: 1px #e60000 solid;
  padding: 10px 20px 10px;
}
.detail-info-box .info-left-top p span {
  font: 400 14px/40px "Microsoft YaHei";
  color: #696969;
  margin-right: 10px;
}
.detail-info-box .info-left-top ul li {
  width: 50%;
  float: left;
  margin-bottom: 0px;
  font-size: 14px;
  color: #333333;
}
.detail-info-box .info-left-top ul li span {
  font: 400 14px/30px "Microsoft YaHei";
  color: #696969;
  margin-right: 5px;
}
.detail-info-box .info-left-bottom {
  background: #f7f8fa;
  padding: 20px 20px;
  margin:  20px 0 17px;
  position: relative;
  height: 195px;
  box-sizing: border-box;
}
.detail-info-box .info-left-bottom .company-info {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e6e6e6;
}
.detail-info-box .info-left-bottom .company-info .qiye_name {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.detail-info-box .info-left-bottom .company-info .qiye_name .company {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-right: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.detail-info-box .info-left-bottom .company-info .type_icon,
.detail-info-box .info-left-bottom .company-info .type_icon .state_error {
  display: flex;
  align-items: center;
}
.detail-info-box .info-left-bottom .company-info .type_icon .warn-img{
  display: none;
  width: 240px;
  background: url(./images/warn_text.png) no-repeat;
  background-size: 100%;
  height: 20px;
  margin-left: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #E60000;
}
.detail-info-box .info-left-bottom .business {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #9e9e9e;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.detail-info-box .info-btnItem {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.detail-info-box .info-btnItem .phones {
  width: 125px;
  height: 46px;
  border-radius: 4px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  background-color: #de0000;
  cursor: pointer;
}
.detail-info-box .info-btnItem .xunjia {
  width: 125px;
  height: 46px;
  border-radius: 4px;
  line-height: 46px !important;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #ff860e;
  font-size: 16px;
  font-weight: 500;
}
.detail-info-box .info-btnItem .scan_code {
  width: 125px;
  height: 46px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  text-align: center;
  font-size: 16px;
  line-height: 46px;
}
.detail-info-box .info-btnItem .scan_code .code_img {
  position: absolute;
  top: 46px;
  left: 250px;
  padding: 9px;
  border: 1px solid #f5f5f5;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.detail-info-box .info-btnItem .lock_sc {
  width: 125px;
  height: 46px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  line-height: 30px;
  padding: 8px 30px;
  margin-top: 0;
}
.detail-info-box .info-btnItem .lock_sc a {
  font-size: 16px;
  color: #000;
}
.detail-info-box .info-btnItem .lock_sc i {
  margin-right: 10px;
  color: #90979F;
}
.detail-info-box .info-btnItem .lock_sc .sc1 i {
  margin-right: 25px;
}
/* 供求详细页产品介绍 */

/* 产品参数 */
.parameter {
  height: 160px;
  background: #ffffff;
  margin-top: 30px;
  padding: 20px;
  box-sizing: border-box;
}
.parameter .title {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
}
.parameter .title i {
  position: absolute;
  top: 1px;
  left: 0px;
  display: inline-block;
  width: 3px;
  height: 20px;
  background: linear-gradient(180deg, #e60000 0%, #f64d1a 100%);
}
.parameter .table {
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.parameter .table .parameter-item {
  display: flex;
}
.parameter .table .parameter-item span {
  display: block;
}
.parameter .table .parameter-item span:first-child {
  width: 115px;
  height: 40px;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 40px;
  color: #90979f;
}
.parameter .table .parameter-item .first-span {
  width: 204px;
  height: 40px;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 40px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
}
.parameter .table .parameter-item .last-span {
  width: 417px;
  height: 40px;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 40px;
  color: #000000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 5px;
}

/* 产品介绍导航栏 */
.product-detail {
  display: flex;
  margin-top: 20px;
  background-color: #fff;
}
.navbar-fixed{
  z-index: 2;
  position: fixed;
  top:0;
  margin-top: 0;
  width:940px;
}
.product-detail .navbar .navbar-item {
  float: left;
  width: 130px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #696969;
  border-top: 2px solid #333;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  background: #f2f2f2;
}
.product-detail .product-d-hd{
  display: flex;
  flex:1;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;;
  width: 680px;
  border-top: 2px solid #333;
  background: #f2f2f2;
  box-sizing: border-box;
}
.product-detail .navbar .select {
  background: #ffffff;
  color: #e60000;
  border-top: 2px solid #e60000;
  border-bottom: none;
}
.product-detail .product-d-hd .txt {
  position: relative;
  line-height: 50px;
  text-align: right;
  color: #e60000;
  font-size: 12px;
  padding: 0 10px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-detail .product-d-hd .shop-btns {
	display: flex;
	justify-content: space-between;
}

.product-detail .product-d-hd .shop-btns .btn-item {
	display: inline-block;
	width: 104px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #E60000;
	font-size: 14px;
	font-weight: normal;
	color: #E60000;
	transition: .3s;
	border-radius: 2px;
  margin-left:10px;
  cursor: pointer;
}
.product-detail .product-d-hd .shop-btns .btn-item:hover {
	font-size: 15px;
}
.product-detail .product-d-hd .shop-btns .btn-item-hover{
	background: #E60000;
	color:#fff;
}
.product-detail .product-d-hd .shop-btns .btn-item .iconfont {
	margin-right: 5px;
}





/* 产品详情介绍 */
.detail-box {
  background: #fff;
  padding: 45px 0;
}
.detail-box .detail_product {
  padding: 11px 40px 0px 58px;
}
.detail-box .detail_product .detail_img {
  margin-bottom: 20px;
  text-align: center;
}
.detail-box .detail-info .info {
  margin-bottom: 10px;
  padding: 30px 60px;
  border-top: 1px solid #f5f5f5;
}
/* 未登录和无权限提示文本 */
.detail-box .no-state {
  text-align: center;
}
.detail-box .no-state .prompt-txt span {
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.detail-box .no-state .btn {
  cursor: pointer;
}
.detail-box .no-state .btn a {
  text-align: center;
  width: 229px;
  height: 40px;
  border-radius: 2px;
  display: block;
  background: #e60000;
  margin: auto;
  line-height: 40px;
  color: #ffffff;
  margin-top: 30px;
}
.contact-phone {
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
}

/* 友情提示 */
.friendly-tips {
  height: 234px;
  background-color: #fff;
  padding: 20px 0px 20px 20px;
  box-sizing: border-box;
}
.friendly-tips .title {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.friendly-tips .title i {
  position: absolute;
  top: 1px;
  left: 0px;
  display: inline-block;
  width: 3px;
  height: 20px;
  background: linear-gradient(180deg, #e60000 0%, #f64d1a 100%);
}
.friendly-tips p {
  color: #696969;
  line-height: 20px;
}
.friendly-tips-list{
  width:820px;
  margin: 10px auto;
  padding:20px;
  background: #F2F2F2;
  box-sizing: border-box;
  border-radius: 4px;
}
.friendly-tips-list .title {
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  color:#333;
}
.friendly-tips-list .title i {
  position: absolute;
  top: 1px;
  left: 0px;
  display: inline-block;
  width: 3px;
  height: 20px;
  background: linear-gradient(180deg, #e60000 0%, #f64d1a 100%);
}
.friendly-tips-list p{
  display: flex;
  line-height: 24px;
  font-size:14px;
  color:#333;
}
.friendly-tips-list .bd{
  padding-left: 10px;
}
.friendly-tips-list p label{
  margin-right: 5px;
}
.friendly-tips-list p .txt{}

/* 推荐商家 */
.sell-shop {
  position: relative;
  border: 1px solid #e6e6e6;
  height: 383px;
  background: #ffffff;
  margin-top: 20px;
  padding: 20px 20px 0;
  box-sizing: border-box;
  border-top: 2px solid #333333;
}
.sell-shop .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}
.sell-shop .swiper-container {
  margin: 0 14px;
}
.sell-shop .shop-list .ptitle {
  line-height: 20px;
  width: 200px;
  margin-top: 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
}
.sell-shop .shop-list .desc,
.sell-shop .shop-list .address {
  display: flex;
  justify-content: space-between;
}
.sell-shop .shop-list .desc {
  margin: 15px 0;
}
.sell-shop .shop-list .desc span:first-child {
  color: #e60000;
}
.sell-shop .shop-list .address {
  color: #90979f;
  font-size: 12px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 10px;
  color: #444;
}
.swiper-button-prev,
.swiper-button-next {
  width: 20px;
  height: 20px;
  border: 1px solid #444;
  border-radius: 20px;
  font-weight: 700;
}

/* 底部导航栏 */
.footer-nav {
  background-color: #fff;
  margin: 20px 0 60px;
}
.footer-nav .tabNav {
  display: flex;
  font-size: 16px;
  padding: 15px 20px 0;
  border-bottom: #e6e6e6 1px solid;
}
.footer-nav .tabNav .item {
  margin-right: 48px;
  color: #696969;
  padding-bottom: 10px;
  cursor: pointer;
}
.footer-nav .tabNav .active {
  border-bottom: 2px #e60000 solid;
  color: #e00505;
}
.footer-nav .item-navInfo-one,
.footer-nav .item-navInfo-two {
  display: flex;
  padding: 20px 10px;
  flex-wrap: wrap;
}
.footer-nav .item-navInfo-one li {
  width: 148px;
  line-height: 34px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  height: 34px;
  text-align: center;
  margin: 10px;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer-nav .item-navInfo-two li {
  width: 160px;
  line-height: 34px;
  height: 34px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 10px;
}

/* 企业信息 */
.nav-item .business {
  background-color: #fff;
  padding: 35px 25px;
  margin-bottom: 75px;
}
.nav-item .business .intro-business {
  overflow: hidden;
}
.nav-item .business .title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  padding-left: 20px;
}
.nav-item .business .title i {
  position: absolute;
  top: 1px;
  left: 0px;
  display: inline-block;
  width: 3px;
  height: 20px;
  background: linear-gradient(180deg, #e60000 0%, #f64d1a 100%);
}
.nav-item .business .info {
  padding: 20px;
}


/*右侧样式*/

.shop-info-box {
	padding: 20px 10px 20px;
	background:#fff;
  border-radius: 0px 0px 4px 4px;
}
.shop-info-putong {
  border-radius: 4px;
}
.shop-authen-info {
	position: relative;
	border-radius: 4px;
  display: flex;
  align-items: center;
	height: 70px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	background: url(images/level_bg.png) no-repeat center top;
}
.shop-authen-info .level-icon {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 80px;
  height:78px;
	background: url(images/level_icon.png) no-repeat center center;
}
.shop-authen-info .level-name {
	font-size: 16px;
	font-weight: bold;
	color:#FFE6CF;
}

.shop-authen-info .level-year {
	width: 69px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 12px;
	background: linear-gradient(90deg, #6045C4 0%, #7E66E5 100%);
	font-size: 14px;
	color: #FFF1D7;
}
.shop-info-box .shop-info-top {}

.shop-info-box .b-border {
	width: 100%;
	height: 1px;
	margin: 14px 0;
	background: #e6e6e6;
}

.shop-info-box .shop-info-top .company-info {
  text-align: center;
	margin-bottom: 18px;
}
.shop-info-box .shop-info-top .company-info .name{
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color:#333;
}
.shop-info-box .shop-info-top .company-info .company-authen-box{
   display: flex;
   justify-content: center;
   align-items: center;

}
.shop-info-box .shop-info-top .company-info .company-authen-box .company-authen{
  display: flex;
   justify-content: center;
   margin-left: 10px;
}
.shop-info-box .shop-info-top .company-info .company-authen-box .company-authen .item{
  margin: 0 2px;
  color: #E60000;
  font-size:18px;
}
.shop-info-box .shop-info-top .company-info .company-authen-box .company-authen .grey{
  color: #E6E6E6;
}

.shop-info-box .shop-info-top .company-info .year{
  display: inline-block;
  background: #F6F9FB;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 2px 12px;
  border: 1px solid #E6E6E6;
}

.shop-info-top .authen-tit{
  display: flex;
  align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	color:#E60000;
}
.shop-info-top .authen-tit .icon{
  margin: 0 5px;
   width:19px;
   height:19px; 
}
.shop-info-top .authen-box{
	display: flex;
	align-items: center;
	margin-bottom:20px;
}
.shop-info-top .authen-box .line{
	width:1px;
	height:48px;
	background: #e6e6e6;
}

.shop-info-top .authen-box .item{
	flex: 1;
	text-align: center;
}
.shop-info-top .authen-box .item .newiconfont{
  display: inline-block;
  margin-bottom: 5px;
	font-size:32px;
	color:#E60000;
}
.shop-info-top .authen-box .item .grey{
	color:#90979F;
}
.shop-info-top .authen-box .item .txt{
	font-size: 12px;
	color: #696969;
}
.shop-info-top .authen-info{
	margin-bottom: 20px;
}
.shop-info-top .authen-info .item{
	padding: 5px 0;
	display: flex;
	font-size: 14px;
  line-height: 22px;
	color: #333;
}
.shop-info-top .authen-info .item .lab{
	display: inline-block;
}
.shop-info-top .authen-info .item .txt{
	flex: 1;
}



.shop-info-top .shop-btns {
	display: flex;
	justify-content: space-between;
}

.shop-info-top .shop-btns .btn-item {
	display: inline-block;
	width: 104px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #E60000;
	font-size: 14px;
	font-weight: normal;
	color: #E60000;
	transition: .3s;
	border-radius: 2px;
  cursor: pointer;
}
.shop-info-top .shop-btns .btn-item:hover {
	font-size: 15px;
}
.shop-info-top .shop-btns .btn-item-hover{
	background: #E60000;
	color:#fff;
}
.shop-info-top .shop-btns .btn-item .iconfont {
	margin-right: 5px;
}
.new-arrival{
  padding:10px 10px 0;
  border-radius: 0px 0px 2px 2px;
  background: #fff;
}
.new-arrival .hd{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.new-arrival .hd .hd-left{
  font-size: 16px;
  font-weight: 500;
  color: #E60000;
}
.new-arrival .hd .hd-right{
  font-size: 12px;
  color: #90979F;
}
.new-arrival .bd .item{
  margin-bottom: 20px;
  display: inline-block;
}
.new-arrival .bd .bd-img{
  margin-bottom: 10px;
  border-radius: 4px 4px 0px 0px;
}

.new-arrival .bd .bd-tit{
  line-height: 20px;
  font-size:14px;
  color:#333;
}
.new-arrival .bd .item:hover .bd-tit{
  color: #e60000;
}

.gq-right-fixed{
  position: fixed;
  right:0;
  bottom:100px;
  width:70px;
  border-radius: 8px 0px 0px 8px;
  background: linear-gradient(180deg, #E60000 0%, #F93416 100%);
}
.gq-right-fixed .item{
  position: relative;
  padding: 15px 0;
   text-align: center;
   color:#fff;
   cursor: pointer;
   transition: .3s;
}

.gq-right-fixed .item::after{
  content: "";
  position: absolute;
  left:50%;
  bottom:0;
  margin-left: -25px;
  width:50px;
  height:1px;
  background: #FA5841;
}

.gq-right-fixed .item .newiconfont{
  display: inline-block;
  margin-bottom: 5px;
  font-size:32px;
  transition: .3s;
}
.gq-right-fixed .item .txt{
  font-size:14px;
  transition: .3s;
}
.gq-right-fixed .item .code-img{
  display: none;
  position: absolute;
  left:-142px;
  top:0;
  border: 1px solid #ccc;
  padding:5px;
  background: #fff;
}
.gq-right-fixed .item03:hover .code-img{
  display: block;
}
.gq-right-fixed .item:hover .newiconfont,
.gq-right-fixed .item:hover .txt{
  scale:1.1;
}
.gq-right-fixed .item04{
  display: none;
}