.brand-page{
  padding-top: 3rem;
  padding-bottom: 7.625rem; 
  /* padding-bottom: 4.0625rem; */
  position: relative;
}
.enterprise-info-page .brand-page,
.brand-news-page .brand-page{
  padding-bottom: 4.0625rem;
}

/* 品牌资讯 */
.brand-tab-header{
  height: 2.875rem;
  background: #fff;
  -webkit-backdrop-filter:blur(6px); 
  backdrop-filter:blur(6px); 
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.brand-tab-header span{
  display: block;
  width: 100%;
  height: 100%; 
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;  
  font-size: 0.875rem;
  color: #666666;
}
.brand-tab-header a {
  color: #666666;
}
.brand-tab-header .active{
  font-weight: 600;
  color: #101010;
}
.brand-tab-header .active::after{
  display: block;
  content: "";
  width: 1.125rem;
  height: 0.375rem;
  position: absolute;
  bottom: 0.375rem;
  left: 50%;
  margin-left: -0.5625rem; 
  background: url(../images/tab_bg.png) no-repeat left top;
	background-size: 100%;    
}

/* 品牌资讯内容-缺少背景切图 */
.brand-tab-content{
  background-color: #f2f3f7;
  padding: 1.3125rem 0.75rem 0.75rem;
}
.brand-news-page .brand-tab-content{
  padding-top: 0.75rem;
}
.brand-tab-content .news-plate{
  background: #FFFFFF;
  border-radius: 0.5rem;
  padding: 0.75rem;
}
.brand-tab-content .news-plate.mt-10{
  margin-top: 0.625rem;
}
.brand-tab-content .news-plate .label-title{
  height: 1.375rem;
  line-height: 1.375rem;
  font-size: 1rem;
  color: #21222B; 
  font-weight: 600;
}
.brand-tab-content .news-plate .label-title .num{
  font-size: 1rem;
  color: #E81B29; 
  line-height: 1.375rem;
  font-weight: 600;
}
.brand-tab-content .new-list{
  margin-top: -0.3125rem;
}
.brand-tab-content .new-list .items{
  display: flex;
  flex-direction: column; 
  padding-left: 6.875rem;
  margin-top: 1rem;
  height: 4.25rem;
  position: relative;
}
.brand-tab-content .new-list .items .img{
  width: 6.25rem;
  height: 4.25rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}
.brand-tab-content .new-list .items .img img{
  width: 100%;
  height: 100%;
}
.brand-tab-content .new-list .items .cont{
  flex: 1;
  height: 3rem;
  overflow: hidden;
}
.brand-tab-content .new-list .items .cont .n-tit{
  font-size: 0.9375rem;
  color: #101010; 
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.25rem; 
}
.brand-tab-content .new-list .items .cont .n-desc { 
  font-size: 0.75rem;
  color: #999999;  
  height: 1.125rem; 
  line-height: 1.125rem;
}
.brand-tab-content .new-list .items .time {
  font-size: 0.75rem;
  color: #999999;  
  height: 1.25rem;
  line-height: 1.25rem;
}

/* 企业信息 */
.enterprise-base{
  position: relative;
  padding-bottom: 0.5625rem;
}
.enterprise-base h1{
  font-size: 1.25rem;
  color: #21222B; 
  font-weight: 600;
  padding: 0.375rem 0;
  line-height: 1.2;
}
.enterprise-base h2 { 
  font-size: 0.75rem;
  color: #666666; 
  padding: 0.25rem 0;
  line-height: 1.5;  
}
.enterprise-base .icon-tyc{
  position: absolute;
  right: 0.75rem;
  top: 0.45rem;
  width: 3.375rem;
  height: 1.375rem;
  background: url(../images/icon-tyc.png) no-repeat left top;
	background-size: 100%;    
}
.base-tips{
  font-size: 0.625rem;
  color: #999999; 
  line-height: 1.6;
  padding-top: 0.3125rem;
}
/* 旗下品牌 */ 
.sub-brands-list .items{
  height: 4.125rem;
  display: flex;
  justify-content: space-between;
  margin-top: 0.625rem;
}
.sub-brands-list .items .img{
  width: 6.625rem;
  height: 4rem;
  background: #FFFFFF;
  border: 0.0625rem solid #EDEDED;
  border-radius: 0.375rem;
}
.sub-brands-list .items .img img{
  width: 100%;
  height: 100%;
}
.sub-brands-list .items .cont{
  padding-left: 0.625rem;
  height: 4.125rem; 
  flex: 1; 
}
.sub-brands-list .items .cont h3{
  font-size: 0.875rem;
  color: #101010; 
  font-weight: 600;
  height: 1.5rem;
  line-height: 1.5rem;
}
.sub-brands-list .items .cont .desc {
  flex: 1; 
  font-size: 0.75rem;
  color: #999999;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 定义显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
 
/* 表格，表头局左 */
.table-header-left{
  padding-top: 0.75rem;
}
.table-header-left table{
  width: 100%;
  border-collapse: collapse;  
}
.table-header-left table td {
  border: 0.0625rem solid #ebebeb;
  padding: 0.315rem 0.3rem;
}
.table-header-left table tr td{
  font-size: 0.8rem;
  color: #101010;
  line-height:1.5rem;
}
.table-header-left table tr td:nth-child(1) {
  background-color: #f8f8f8;
  text-align: center;
  font-size: 0.75rem;
  color: #101001; 
  font-weight: 600;
  width: 7.375rem;
}  
/* 标题，表头局顶部 */
.table-header-top{
  padding-top: 0.75rem;
}
.table-header-top table{
  width: 100%;
  border-collapse: collapse;  
}
.table-header-top table td,.table-header-top table th {
  border: 0.0625rem solid #ebebeb;
  padding: 0.315rem 0.3rem;
  text-align: center;
}
.table-header-top table tr td{
  font-size: 0.75rem;
  color: #101010; 
}
.table-header-top table a{
  color: #101010!important; 
}
.table-header-top table th{
  background-color: #f8f8f8;
  font-size: 0.75rem;
  color: #101001; 
  font-weight: 600;
} 
.table-header-top table img{ 
  width: 1.625rem;
  height: 1.625rem; 
  display: inline-block;
} 
.more-table{ 
  margin-top: 0.8125rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.75rem;
  color: #666666;
  text-align: center;
} 
.more-table a{
  color: #666666!important;
}
.more-table span::after{
  content: "";
  display: inline-block;
  margin-left: 0.3125rem;
  width: 0.6875rem;
  height: 0.4375rem;   
  background: url(../images/icon-sjbottom.png) no-repeat left top;
	background-size: 100%;    
}
/* 企业详情 */
.enterprise-details-page{ 
  padding-top: 3rem;
  padding-bottom: 4.0625rem;
  position: relative;
}
/* 返回上一页 */
.goback-prev{
  font-size: 0.875rem;
  color: #666666;
  margin-bottom: 1.125rem;
}
.goback-prev span{
  display: inline-flex;
  align-items: center;
}
.goback-prev span::before{
  display: inline-block;
  content: "";
  height: 0.375rem;
  width: 0.625rem;
  margin-right: 0.375rem;
  background: url(../images/icon-sjbottom.png) no-repeat left top;
	background-size: 100%;    
  transform: rotate(90deg);
}
/* 时间轴 */
.detail-timeaxis{
  padding: 1.125rem 0.375rem 0 2rem;
  position: relative; 
}
.detail-timeaxis::before{
  display: block;
  content: "";
  position: absolute;
  left: 0.875rem;
  top: 1.1875rem;
  bottom: 1.1875rem;
  width: 0.125rem;
  background-image: linear-gradient(to bottom, #e8202e, #fefcfc);
}
.detail-timeaxis .items{
  position: relative;
  margin-bottom: 0.75rem;
}
.detail-timeaxis .items:last-child{
  margin-bottom: 0;
}
.detail-timeaxis .items::before {
  display: block;
  content: "";
  position: absolute;
  left: -1.625rem;
  top: 0; 
  background: #999999;
  border: 0.25rem solid #EDEDED;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
}
.detail-timeaxis .items.active::before{
  background: #E81B29;
  border: 0.25rem solid #FFE0E2;
}
.detail-timeaxis .items .time{
  font-size: 0.75rem;
  color: #666666;
  height: 1.125rem;
  line-height: 1.125rem;
  margin-bottom: 0.1875rem;
}
.detail-timeaxis .items .cont{
  background: #F6F6F6;
  border-radius: 0.5rem;
  padding: 0.1875rem 0.75rem;
  line-height: 1.6;
  font-size: 0.75rem
}
.detail-timeaxis .items.active .cont{
  color: #E81B29;
  font-weight: 600;
}

.details-info-logo{
  margin-top: 1.5625rem;
  display: flex;
  justify-content: center;
  height: 5.625rem;
  margin-bottom: 1.4375rem;
}
.details-info-logo .img{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid #eee2e2;
  width: 9.25rem;
  height: 5.5rem;
  overflow: hidden; 
} 
.details-info-logo .img img {
    width: 100%;
}
/* 时间轴-x */
.timeaxis-x{
  padding-top: 1.4375rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* .timeaxis-x::before {
  display: block;
  content: "";
  position: absolute;
  left: 2rem;
  right: 2rem;
  top: 0.5rem;  
  height: 0.125rem;
  background-color: #dedede;
} */
/* .timeaxis-x::after {
  display: block;
  content: "";
  position: absolute;
  left: 2rem;
  right: 2rem;
  top: 0.5rem;  
  height: 0.125rem;
  background-color: #f00;
  z-index: 2;
  width: 5.5rem;
} */
/* .timeaxis-x.progress-1 {
  width: 0rem;
}
.timeaxis-x.progress-2 {
  width: 0rem;
}
.timeaxis-x.progress-3 {
  width: 0rem;
}
.timeaxis-x.progress-4 {
  width: 0rem;
} */

.timeaxis-x .items{ 
  display: flex;
  justify-content: center;  
  flex-direction: column;
  height: 1.8125rem;
  align-items: center;
  position: relative;
  /* z-index: 3; */
  flex: 1; 
}
.timeaxis-x .items .tit {
  font-size: 0.75rem;
  color: #333333;
  font-weight: 600;
}
.timeaxis-x .items .time {
  font-size: 0.625rem;
  color: #999999;
}  
.timeaxis-x .items::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: -1.45rem;
  background: #D8D8D8;
  border: 0.0625rem solid #F5F5F5;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  margin-left: -0.5625rem;
  z-index: 6;
}
.timeaxis-x .items.active::before{
  background: url(../images/icon_dxon.png) no-repeat left top;
	background-size: 100%;    
}
.timeaxis-x .items::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.125rem;
  background-color: #dedede;
  position: absolute;
  top: -0.95rem;
  left: -50%;
  z-index: 1;
}
.timeaxis-x .items.active::after{
  display: block;
  background-color: #E81B29;
}
.timeaxis-x .items:nth-child(1)::after{
  display: none;
}
.timeaxis-x .active.now .tit,
.timeaxis-x .active.now .time {
  color: #E81B29;
}
/* 专利的时间轴 */
.patent-timeaxis .time{
  display: flex;
}
.patent-timeaxis .time span:nth-child(1) {
  width: 4.375rem;
  margin-right: 0.4375rem;
}
.patent-timeaxis .time span:nth-child(2) {
  flex: 1;
  font-weight: 600;
}
.patent-timeaxis .cont{
  display: flex;
  background: none!important;
  border: 0!important;
  padding: 0!important;
  padding-top: 0.1875rem!important;
}
.patent-timeaxis .cont .tag-box{
  width: 4.375rem;
  margin-right: 0.4375rem;
}
.patent-timeaxis .cont .tag-box span{
  display: inline-block;
  background: #F3F3F3;
  border: 0.03125rem solid #DDDDDD;
  border-radius: 0.125rem;
  padding: 0.01rem 0.125rem;
  font-size: 0.625rem;
  color: #999999;
  font-weight: 400;
}
.patent-timeaxis .cont .cont-desc {
  flex: 1;
  font-size: 0.75rem;
  color: #666666;
}

/* 专利信息 */
.news-plate.patent-info { 
  border: 0.0625rem solid #FFFFFF;
  border-radius: 0.5rem;
}
.patent-info .patent-header{
  height: 1.25rem;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  font-size: 0.625rem;
}
.patent-info .patent-header .icon{
  display: block;
  width: 3.875rem;
  height: 1.25rem; 
	background-size: 100%!important;    
} 

.patent-info .patent-header .header-r{ 
  color: #333333;
}
  .patent-info .patent-header .header-r span{ 
  color: #666666;
}
.patent-header-cont{
  padding: 1.75rem 0 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.patent-header-cont .tit{
  font-size: 1.125rem;
  color: #101010; 
  font-weight: 600;
}
.patent-header-cont .tag{
  font-size: 0.625rem;
  color: #EA2B37;
  margin-top: 0.6875rem;
}
.patent-header-cont .tag span{
  display: inline-flex;
  height: 1rem;
  align-items: center; 
  border-radius: 0.125rem;
  padding: 0 0.2rem;
}
.patent-header-cont .tag.state-sz{
  color: #EA2B37;
}
.patent-header-cont .tag.state-sz span{
  background: #FFF2F2;
  border: 0.03125rem solid rgba(234,43,55,0.50);
}
.patent-header-cont .tag.state-yx{
  color: #1CB467;
}
.patent-header-cont .tag.state-yx span{
  background: #F0FFF7;
  border: 0.03125rem solid rgba(28,180,103,0.50); 
}
/* 发明专利 */
.news-plate.patert-type-fm {
  background-image: linear-gradient(180deg, #F5E7FF 0%, #FFFFFF 12%);
}
.news-plate.patert-type-fm .patent-header .icon{
  background: url(../images/fm-zl.png) no-repeat left top;
}
.news-plate.patert-type-sy {
  background-image: linear-gradient(180deg, #ffefe7 0%, #FFFFFF 12%);
}
.news-plate.patert-type-sy .patent-header .icon{
  background: url(../images/sy-zl.png) no-repeat left top;
}
.news-plate.patert-type-wg {
  background-image: linear-gradient(180deg, #dae8ff 0%, #FFFFFF 12%);
}
.news-plate.patert-type-wg .patent-header .icon{
  background: url(../images/wg-zl.png) no-repeat left top;
}

.enterprise-info-page .brand-tab-header,
.brand-news-page .brand-tab-header{
  position: fixed;
  top: 3rem; 
  width: 100%;
  z-index: 999;
}
.enterprise-info-page .main,
.brand-news-page .main {
  padding-top: 5.875rem;
}
.enterprise-info-page .enterprise-details-page {
  padding-top: 3rem;
}

/* 企业信息：背景 */
.brand-news-page .brand-tab-content,
.enterprise-info-page .brand-tab-content{
  background: url(../images/bg-qyxx.png) no-repeat center top;
  background-color: #f2f3f7;
  background-size: 100%;
}
 
/* 品牌详情 */
.brand-detail-page .main{
  background: url(../images/bg-brand.png) no-repeat center top;
  background-color: #F2F3F7;
  background-size: 100%;
} 
.brand-detail-page .m-footer{
  position: relative;
  z-index: 3;
}
.brand-detail-page .brand-tab-content::before{
  display: block;
  content: "";
  height: 23.75rem;
  width: 100%;
  background-image: linear-gradient(180deg, #FFFFFF 39%, #F2F3F7 100%);
  border-radius: 1rem 1rem 0 0;
  position: absolute;
  top: 3.5rem;
  left: 0;
  z-index: 2;
}
.brand-detail-page .brand-tab-content.show-video::before {
  top: 14.625rem;
}
.brand-detail-page .brand-tab-content{
  background-color: transparent;
  position: relative;
  z-index: 3; 
  padding: 0;
}
/* 锚点导航 */
.anchor-point-style{  
  overflow: hidden;
}
.anchor-point-style .content{ 
  float: left;
  background: rgba(0,0,0,0.20);
  border-radius: 0.8125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-backdrop-filter:blur(6px); 
  backdrop-filter:blur(6px); 
  height: 1.5625rem;
  padding: 0.125rem;
}
.anchor-point-style a{ 
  width: 2.875rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  color: #FFFFFF;
}
.anchor-point-style .active{
  font-size: 0.75rem;
  color: #101010;
  background: #FFFFFF;
  border-radius: 0.6875rem;
}

.brand-detail-page .public-plate{
  margin-left: 0;
  margin-right: 0;
}
/* 详情图片 */
.brand-blurb-plate .detail-img-box{ 
  overflow: hidden; 
  position: relative;
  height: 4.75rem;
  white-space: nowrap;
  margin-top: 1rem; 
}
.brand-blurb-plate .detail-img-box .img-box-cont {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; /* 兼容iOS设备的滚动效果 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.brand-blurb-plate .detail-img-box .img-box-cont::-webkit-scrollbar {
  display: none;
}
.brand-blurb-plate .detail-img-box .img-box{
  display: inline-flex;
  width: 7.25rem;
  height: 4.75rem;
  overflow: hidden; 
  justify-content:center;
  align-items: center;
  vertical-align: top; 
  margin-left: 0.375rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.brand-blurb-plate .detail-img-box::after{
  display: block;
  content: "";
  width: 2.25rem;
  height: 4.75rem;
  background-image: linear-gradient(90deg, rgba(238,238,238,0.00) 0%, #FFFFFF 100%);
  position: absolute;
  right: 0;
  top: 0;
}
.brand-blurb-plate .detail-img-box .img-box:nth-child(1) {
  margin-left: 0;
}
.brand-blurb-plate .detail-img-box .img-box img{
  width: 100%;
  height: 100%;
} 
.detail-img-box.photo-1{
  width: 20.4375rem;
  height: 12.625rem;
}
.detail-img-box.photo-1 .img-box-cont .img-box{
  width: 20.4375rem;
  height: 12.625rem;
}
.detail-img-box.photo-1::after,
.detail-img-box.photo-2::after{
  display: none;
} 
.detail-img-box.photo-2{
  height: 6.125rem;
}
.detail-img-box.photo-2 .img-box-cont .img-box{
  width: 10rem;
  height: 6.125rem;
}
/* 品牌简介 */ 
.brand-blurb-plate .cont{
  padding-top: 0.75rem;
  height: 11.2rem;
  overflow: hidden;
}
.brand-blurb-plate.open .cont{
  height: auto;
}
.brand-blurb-plate.open .public-open-more::after {
  transform: rotate(180deg);
  top: 0;
}
.brand-blurb-plate p{
	display: block;
	font-size: 0.875rem;
  color: #333333; 
  line-height: 1.5; 
	text-align: justify;
  text-justify:inter-ideograph;
  vertical-align: top;
  margin-bottom: 1.2rem;
}
.brand-blurb-plate p:last-child{
  margin-bottom: 0;
}
/* 企业信息 */
.brand-base-plate .cont{
  margin-top: -0.125rem;
  /* padding-top: 0.25rem; */
}
.brand-base-plate .base-row{ 
  display: flex;
  font-size: 0.875rem;
  justify-content: space-between;
  margin-top: 0.5rem; 
}
.brand-base-plate .base-row .row-label {
  color: #666666; 
}
.brand-base-plate .base-row .row-cont{ 
  flex: 1;
  color: #101010;
}
.brand-base-plate .base-row .row-items{ 
  display: flex; 
  justify-content: space-between;
  flex: 1;
}
.brand-base-plate .base-row .row-items:nth-child(1) {
  margin-right: 0.5rem;
}
/* 官网 */
.brand-gw-plate{
  padding-top: 0;
  padding-bottom: 0;
  height: 2.25rem;
  display: flex;
  align-items: center;
}
.brand-gw-plate::before{
  display: inline-block;
  content: "";
  width: 1.25rem;
  height: 1.25rem; 
  background: url(../images/icon-guan.png) no-repeat left top;
	background-size: 100%;     
}
.brand-gw-plate span{
  flex: 1;
  padding: 0 0.625rem 0 0.5rem;
  font-size: 0.875rem;
  color: #333333; 
  font-weight: 600;
}
.brand-gw-plate a{
  font-size: 0.75rem;
  color: #666; 
}
/* 认证图章 */
.brand-authseal-plate{
  margin: 0.75rem 0;
  padding: 0.125rem 0;
  overflow: hidden;
  height: 3.125rem;
  text-align: center;
  /* display: flex;
  justify-content: space-evenly; */
}
.brand-authseal-plate>span{
  display: inline-block;
  width: 3rem;
  height: 2.875rem;
  background-size: 100%!important; 
  margin-left: 1.55rem;
}
.brand-authseal-plate>span:first-child{
  margin-left: 0;
}
.brand-authseal-plate>span:last-child{
  margin-right: 0;
}
.brand-authseal-plate .seal-rz{
  background: url("../images/seal-rzon-h.png") no-repeat; 
}
.brand-authseal-plate .seal-rz.on{
  background: url("../images/seal-rzon.png") no-repeat; 
}
.brand-authseal-plate .seal-yz{
  background: url("../images/seal-yzon-h.png") no-repeat; 
}
.brand-authseal-plate .seal-yz.on{
  background: url("../images/seal-yzon.png") no-repeat; 
}
.brand-authseal-plate .seal-vip{
  background: url("../images/seal-vipon-h.png") no-repeat; 
}
.brand-authseal-plate .seal-vip.on{
  background: url("../images/seal-vipon.png") no-repeat; 
}
.brand-authseal-plate .seal-cx{
  background: url("../images/seal-cxon-h.png") no-repeat; 
}
.brand-authseal-plate .seal-cx.on{
  background: url("../images/seal-cxon.png") no-repeat; 
}
.brand-authseal-plate .seal-sl{
  background: url("../images/seal-slon-h.png") no-repeat; 
}
.brand-authseal-plate .seal-sl.on{
  background: url("../images/seal-slon.png") no-repeat; 
}
/* 上榜行业 */
.public-sbhy-plate {
  margin-top: 0.75rem;
  border: 1px solid #fffffe; 
  background: url("../images/bg-sbhy.png") no-repeat center top; 
  background-size: contain;
  padding-top: 2.625rem;
  border-radius: 0.5rem;
}
.public-sbhy-plate .cont{ 
  background-image: linear-gradient(to bottom, #fffaf2, #fff);
  border-radius: 0.5rem;
  padding: 0 1rem 1rem 0.75rem;
  padding-bottom: 0.75rem;
  overflow: hidden; 
}
.public-sbhy-plate .cont ul {
  max-height: 12rem;
  overflow: hidden;
}
.public-sbhy-plate.open .cont ul {
  max-height: initial;
}
.public-sbhy-plate.open .public-open-more::after {
  transform: rotate(180deg);
  top: 0;
}
.public-sbhy-plate li{ 
  height: 1rem;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.public-sbhy-plate li a {
  font-size: 0.875rem;
  color: #333333; 
  flex: 1;
  padding-right: 0.75rem;
}
.public-sbhy-plate li::before{
  display: inline-block;
  content: "";
  width: 0.875rem;
  height: 1rem; 
  background: url(../images/icon-pmx.png) no-repeat left top;
	background-size: 100%;   
  margin-right: 0.5rem; 
}
.public-sbhy-plate li span{
  font-size: 0.75rem;
  color: #EA2B37; 
  text-align: right;
  font-weight: 600;
}
.public-sbhy-plate li span::before{
  display: inline-block;
  content: "";
  width: 0.625rem;
  height: 0.625rem; 
  background: url(../images/icon-pm3.png) no-repeat left top;
	background-size: 100%;   
  margin-right: 0.3125rem; 
}
/* 品牌网店 */
.brand-stop-plate .header .number {
  font-size: 1rem;
  color: #E81B29; 
  font-weight: 600;
}
.brand-stop-plate .cont{
  /* padding-top: 0.5rem; */
}
.brand-stop-plate li{
  height: 2.125rem;
  display: flex;
  align-items: center;
  margin-top: 0.625rem;
  background: #f6f6f6;
  border-radius: 0.25rem;
  padding: 0 0.75rem;
}
.brand-stop-plate li span:nth-child(2) {
  flex: 1;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  color: #333333; 
  font-weight: 600;
  margin-left: 0.5rem;
}
.brand-stop-plate li a {
  font-size: 0.75rem;
  color: #666666;
}
.brand-stop-plate li .icon{
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
}
.brand-stop-plate li .icon img {
  width: 100%;
}
/* 产品案例 */
.brand-product-plate .cont {
  margin-top: 0.625rem;;
  overflow-y: hidden; 
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; /* 兼容iOS设备的滚动效果 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
} 
.brand-product-plate .cont ul{
  white-space: nowrap; /* 防止换行 */
  list-style-type: none; /* 移除默认列表样式 */
  padding: 0; /* 移除默认内边距 */
  margin: 0; /* 移除默认外边距 */
}
.brand-product-plate .cont li{
  width: 7.25rem;
  margin-right: 0.375rem;
  overflow: hidden; 
  display: inline-block;
}
.brand-product-plate .cont li a{
  display: flex;
  flex-direction: column;
}
.brand-product-plate .cont li .m-img{
  width:  7.25rem;
  height:  7.25rem;
  background: #FFFFFF;
  border: 0.03125rem solid #DFDFDF;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.brand-product-plate .cont li .m-img img{
  width: 100%;
}
.brand-product-plate .cont li .text {
  height: 0.875rem;
  line-height: 0.875rem;
  width: 102%;
  text-align: center;
  font-size: 0.75rem;
  color: #333333;
}

/* 品牌行业投票 */
.brand-industry-voting{
  margin-top: 0.75rem;
  background-image: linear-gradient(180deg, #F6E1E7 0%, #F6F0F1 100%);
  border-radius: 0.5rem;
  min-height: 7.5rem;
  position: relative;
  padding: 3rem 0.5rem 0.5rem;
  overflow: hidden;
}
.brand-industry-voting::before{
  display: block;
  content: "";
  width: 3.875rem;
  height: 3.875rem;
  position: absolute;
  right: 5.625rem;
  top: 0;
  background: url(../images/icon-bg001.png) no-repeat left top;
	background-size: 100%;  
}
.brand-industry-voting .btn-voting-rules { 
  font-size: 0.75rem;
  color: #600909; 
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,0.61);
  border-radius: 0.75rem;
  position: absolute;
  right: 0.75rem;
  top: 0.75rem;
  width: 4.5rem;
  height: 1.5rem;
}
.brand-industry-voting .cont {
  background: #FFFFFF;
  border-radius: 0.5rem;
  padding: 0.5rem 0.5rem 0.75rem;
  position: relative;
  z-index: 2;
}
.brand-industry-voting .table-plate{
  width: 100%; 
  font-size: 0.75rem;
  color: #101010;
  max-height: 14.5rem;
  overflow: hidden;
}
.brand-industry-voting .cont.open .table-plate{
  max-height: inherit;
} 
.brand-industry-voting .cont.open .public-open-more::after {
  transform: rotate(180deg); 
  top: 0; 
}
.brand-industry-voting .table-row{ 
  height: 2.25rem;
  margin-bottom: 0.375rem; 
  background-color: #f6f6f6;
  display: flex;
  justify-content: space-between;
  border-radius: 0.25rem;
} 
.brand-industry-voting .table-plate > .table-row:nth-child(1){
  background-color: transparent;
  height: 1.25rem;
  margin-bottom: 0.4375rem;
}
.brand-industry-voting .table-row .td{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 0 0.5rem; 
  color: #101010;
}
.brand-industry-voting > .table-row:first-child .td {
  color: #666;
}
.brand-industry-voting .table-row .td:first-child{
  width: 32%; 
}
.brand-industry-voting .table-row .icon-like {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 1.25rem;
  background: #dbdbdb;
  border-radius: 0.75rem;
}
.brand-industry-voting .table-row .icon-like.liked{
  background: #e81b29;
}
.brand-industry-voting .table-row .icon-like::after{
  display: block;
  content: "";
  width: 0.625rem;
  height: 0.75rem;
  background: url(../images/icon-lick-white.png) no-repeat left top;
	background-size: 100%;   
}
.brand-industry-voting .table-row .pm.ranking { 
  background: #FFE7C1; 
  height: 1rem; 
  padding: 0 0.3125rem 0 0.8rem;
  position: relative;
  font-size: 0.625rem;
  color: #673E06; 
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
}
.brand-industry-voting .table-row .pm.ranking::before {
  display: block;
  content: "";
  width: 1rem;
  height: 1.125rem; 
  position: absolute;
  left: -0.45rem;
  top: -0.0625rem;
  background: url(../images/icon-hz001.png) no-repeat left top;
	background-size: 100%;   
}
.brand-industry-voting  .skew-right-btn{
  width: 7.6rem;
}
/* 行业分布 */
.brand-industry-dis{
  margin-top: 0.75rem;
  background: #FFFFFF;
  border: 0.5px solid #F0E1E1;
  border-radius: 0.3rem;
}
.brand-industry-dis .header {
  background: #FFF7F7;
  border-bottom: 0.5px solid #f7ecec;
  height: 2.25rem;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  color: #642F2F;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.brand-industry-dis .header .m-label{
  font-weight: 700;
  margin-right: 0.75rem;
}
.brand-industry-dis .header .text{
  flex: 1;
}
.brand-industry-dis .header::before{
  display: block;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.375rem; 
  background: url(../images/icon-dis.png) no-repeat left top;
	background-size: 100%;   
}
.brand-industry-dis .cont{
  /* min-height: 6.375rem; */
  padding: 0.375rem;
  position: relative;
  OVERFLOW: HIDDEN;
}
.brand-industry-dis .cont::before{
  display: block;
  content: "";
  height: 0.125rem;
  overflow: hidden;
  background-color: #fafafa;
  position: absolute;
  left: 3.6rem;
  right: 0.4375rem;
  top: 3.5rem;
}
.brand-industry-dis .cont.no-cp{
  padding-bottom: 0.125rem;
}
.brand-industry-dis .cont.no-cp::before{
  display: none;
}
.brand-industry-dis .cont.no-cp .product-pp{
  display: none!important;
}
.brand-industry-dis .cont-data {
  height: 2.8125rem;
  /* margin-bottom: 1.125rem; */
  overflow: hidden;
  display:flex;
  justify-content: space-between;
  position: relative;
  padding-left: 3.375rem;
}
.brand-industry-dis .cont-data .column {
  display: flex;
  flex-direction: column; 
  flex: 1;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #999999;
  position: relative;
}
.brand-industry-dis .cont-data .column:last-child::after {
	display: none;
}
.brand-industry-dis .cont-data .column:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  height: 2.8125rem; 
  width: 2.75rem;
}
.brand-industry-dis .cont-data .column::after{
  display: block;
  content: "";
  width: 0.0625rem;
  height: 1.25rem;
  background-color: #f6f6f6;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.625rem;
}
.brand-industry-dis .cont-data .column:nth-child(1)::after,
.brand-industry-dis .cont-data .column:nth-child(5):after{
  display: none;
}
.brand-industry-dis .cont-data .n{
  color: #101010;
  font-weight: 600;
}
.brand-industry-dis .product-pp {
  display: flex;
  margin-top: 1.125rem;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
.brand-industry-dis .product-pp .t{
  width: 2.75rem;
  text-align: center;
  height: 1.25rem;
  line-height: 1.25rem;
  margin-right: 0.625rem;
  font-size: 0.75rem;
  color: #999999;
}
.brand-industry-dis .product-pp .pp-list{
  flex: 1; 
  height: 1.25rem;
  overflow: hidden; 
} 
.brand-industry-dis .product-pp.open .pp-list{
  height: auto;
}
.brand-industry-dis .product-pp .pp-list .list-cont {
  width: 101%; 
}
.brand-industry-dis .product-pp .pp-list span{
  display: inline-block;
  background: #EFF1F7;
  font-size: 0.75rem;
  color: #4E545C;
  padding: 0 0.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  margin-bottom: 0.3125rem;
  margin-right: 0.5rem;
}
.brand-industry-dis .product-pp .pp-list span:last-child{
  margin-right: 0;
}
.brand-industry-dis .product-pp .more{
  width: 2.25rem;
  position: relative;
  height: 1.25rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.75rem;
  color: #333;
  display: none;
}
.brand-industry-dis .product-pp .more::after {
  display: block;
  content: "";
  width: 0.5rem; 
  height: 0.4rem;
  background: url(../images/icon-sjbottom.png) no-repeat left top;
	background-size: 100%;  
  /* transform: rotate(-90deg);  */
  margin-left: 0.2rem; 
}
.brand-industry-dis .product-pp.open .more::after{
  transform: rotate(180deg);  
}
.brand-industry-dis .product-pp.open .more span:nth-child(1) {
  display: none!important;
}
.brand-industry-dis .product-pp.open .more span:nth-child(2) {
  display: block!important;
}
/* 产品联系信息 */
.brand-contact-info{
  font-size: 0.75rem;
  color: #333333;
  height: 1.125rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.75rem;
} 
.brand-contact-info .cont{
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 0.5rem;
}
.brand-contact-info .cont .line{
  display: inline-block;
  width: 0.125rem;
  height: 0.625rem;
  background-color: #dedede;
  margin: 0 0.5rem;
}
.brand-contact-info .m-more{
  color: #333333;
}
.brand-contact-info .m-more::after {
  display: inline-block;
  content: "";
  width: 0.5rem; 
  height: 0.4rem;
  background: url(../images/icon-sjbottom.png) no-repeat left top;
	background-size: 100%;  
  transform: rotate(-90deg);  
  margin-left: 0.2rem;
}
/* 产品名称、logo、全称 */
.branc-baseinfo { 
  margin-top: 1.5rem;
  height: 3.625rem;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.branc-baseinfo .m-img{
  background: #FFFFFF;
  border: 0.0625rem solid #EDEDED;
  border-radius: 0.375rem;
  width: 5.875rem;
  height: 3.625rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.branc-baseinfo .m-img img{
  width: 100%;
}
.branc-baseinfo .cont{
  flex: 1;
  margin-left: 0.625rem;
  overflow: hidden;
}
.branc-baseinfo.no-tag .cont .t {
  padding-right: 0!important;
}
.branc-baseinfo.no-tag .add-tag {
  display: none;
}
.branc-baseinfo .cont .t{
  height: 2.125rem;
  line-height: 2.125rem;
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  color: #101010; 
  font-weight: 600;
  width: 12.625rem;
  /* padding-right: 2.8rem; */
}
.branc-baseinfo .cont .desc{
  height: 1.25rem; 
  line-height: 1.25rem; 
  font-size: 0.75rem;
  color: #999999;  
}
.branc-baseinfo .cont .desc a {
  color: #999999; 
}
.branc-baseinfo .add-tag {
  background: #F1F4F9;
  border-radius: 0.25rem; 
  font-size: 0.625rem;
  color: #333333;
  position: absolute;
  right: 0;
  top: 0.45rem;
  height: 1.25rem;
  width: 2.925rem;
  display: flex;
  align-items: center;
  justify-content: center;
} 
.branc-baseinfo .add-tag.adopt-no{ 
  color: #E81B29;
  background: #FFE6E8;
}
.branc-baseinfo.center-y .cont{
  display: flex;
  align-items: center;
}
.branc-baseinfo.center-y .cont .desc {
  display: none;
}
.branc-baseinfo.center-y .add-tag {
  top: 1.15rem;
}
.brand-tab-content-wrap{
  position: relative;
  z-index: 2;
  padding: 1.125rem  0.75rem 0.75rem;
}
.show-video .brand-tab-content-wrap{
  margin-top: -4.28rem;
}
/* 品牌吸顶 */
.brand-tab-header-vis{
  display: none;
  height: 2.875rem;
}
.brand-page-scroll .brand-tab-header-vis{
  display: block;
}
.brand-page-scroll .brand-tab-header {
  position: fixed;
  width: 100%;
  top: 3rem;
  z-index: 999;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: #ffffff99;
}

/* 轮播图 */
.brand-detail-page .brand-swiper { 
  height: 15.625rem;
}
.brand-detail-page .brand-swiper .swiper-slide{
  height: 15.625rem;
}
.brand-detail-page .brand-swiper .swiper-slide img{
  width: 100%;
  height: 100%;
}
.brand-detail-page .brand-swiper .swiper-container {
  position: relative;
}
.brand-detail-page .brand-swiper .swiper-pagination {
  right: 0.75rem;
  left: initial;
  bottom: 1.625rem;
  background: rgba(0,0,0,0.20);
  border-radius: 0.8125rem;
  width: auto;
  padding: 0 0.65rem;
  height: 1.5625rem;
  line-height: 1.5625rem;
  color: #fff;
  font-size: 0.75rem;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

/* 品牌网认证Tag */
.brand-rz-tag{
  padding-top: 0.375rem;
  overflow: hidden;
  position: relative; 
  max-height: 4.5625rem; 
} 
.brand-rz-tag.open{
  max-height: inherit;
}
.brand-rz-tag .option-btn{ 
  font-size: 0.75rem;
  display: none;
  float:right;
  height:100%; 
  display:flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.625rem;
  position: relative;
  z-index: 5; 
  cursor: pointer;
}
.brand-rz-tag .option-btn::after {
  display: inline-block;
  content: "";
  width: 0.5rem; 
  height: 0.4rem;
  background: url(../images/icon-sjbottom.png) no-repeat left top;
	background-size: 100%;   
  margin-left: 0.2rem;
}
.brand-rz-tag.open .option-btn::after {
  transform: rotate(180deg);  
} 
.brand-rz-tag ul li {
  display: inline-block;
  margin-right: 0.5rem; 
} 
.brand-rz-tag .rz-tag{
  display: inline-flex;
  align-items: center;
  height: 1.625rem;
  background-image: linear-gradient(270deg, #FFEFEF 0%, #FFD4D4 100%);
  border-radius: 0.125rem;
  padding: 0 0.5rem;
  margin-top: 0.375rem;
  font-size: 0.75rem;
  color: #6A0D13; 
  font-weight: 600;
  line-height: 1.625rem;
  vertical-align: top; 
}
.brand-rz-tag .rz-tag span:nth-child(2) {
  margin-left: 0.2rem;
}
.brand-rz-tag .rz-tag::after {
  display: inline-block;
  content: "";
  width: 0.375rem;
  height: 0.5rem;
  background: url(../images/icon-rzsj.png) no-repeat left top;
	background-size: 100%;   
  margin-left: 0.3rem;
}
.brand-rz-tag .ppw-rz{
  background-image: linear-gradient(268deg, #FFE1B7 0%, #FFFAED 99%);
  color: #7D5520;
}
.brand-rz-tag .ppw-rz::before {
  display: inline-block;
  content: "";
  width: 1.125rem;
  height: 1rem;
  background: url(../images/icon-rz.png) no-repeat left top;
	background-size: 100%;   
  margin-right: 0.3rem; 
}

/* 产品案例：新增自动滚动效果 */ 
#productCase .swiper-container{ 
  margin: 0 auto;
  position: relative;
} 
#productCase .swiper-slide {
  width: 80%;
  width: 7.25rem;
  margin-right: 0.375rem;
  overflow: hidden;
  display: inline-block;
} 
#productCase .swiper-slide:first-child{
  margin-right: 0!important;
}
#productCase .swiper-slide:last-child{
  margin-right: 0.75rem!important;
}
#productCase a{
  display: flex;
  flex-direction: column;
}
#productCase .m-img{
  width:  7.25rem;
  height:  7.25rem;
  background: #FFFFFF;
  border: 0.03125rem solid #DFDFDF;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#productCase .m-img img{
  width: 100%;
}
#productCase .text {
  height: 0.875rem;
  line-height: 0.875rem;
  width: 102%;
  text-align: center;
  font-size: 0.75rem;
  color: #333333;
}










