div,
p,
ul,
li,
h1,
h2,
h3 {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: SourceHanSans-Normal;
}

ul li {
  list-style-type: none;
}
.cell_info{
	margin-top: 10px;
}

.content-info{
	padding: 10px;
}

.content-info li{
	padding: 10px 0;
	border-top: 1px solid #DCDCDC;
	font-size: 12px;
	list-style: none;
	background-color:  #f9fbff;
}

.content-info-span-1{
	color: #333;
	font-weight: bold;
}

.content-info-span-2{
	color: #666666;
}

.anti_body {
  min-height: 100vh;
  width: 100%;
  background-color: #f9f9f9;
  box-sizing: border-box;
  overflow-y: auto;
  padding-bottom: 20px;
}

.hero_top {
  width: 100%;
  height: 450px;
  background: url(../images/newImg/cell-pc-banner.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 100px;
}

.hero__content {
  width: 979px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  /* align-items: end; */
  box-sizing: border-box;
  /* padding-bottom: 116px; */
  padding-top: 283px;
}

@media (min-width: 1890px) and (max-width: 1990px) {
  .hero__content{
    padding-top: 295px;
  }
}

/* 屏幕宽度大于1900px且小于2100px时的样式 */
@media (min-width: 1901px) and (max-width: 2099px) {
  .hero_top{
    height: 470px;
  }

  .hero__content{
    padding-top: 297px;
  }
}

@media (min-width: 2100px) and (max-width: 2250px) {
  .hero_top{
    height: 485px;
  }

  .hero__content{
    padding-top: 306px;
  }
}

@media (min-width: 2250px) and (max-width: 2400px) {
  .hero_top{
    height: 485px;
  }

  .hero__content{
    padding-top: 316px;
  }
}

@media (min-width: 2401px) and (max-width: 2600px) {
  .hero_top{
    height: 545px;
  }

  .hero__content{
    padding-top: 358px;
  }
}


@media (min-width: 2601px) {
  .hero_top{
    height: 575px;
  }

  .hero__content{
    padding-top: 384px;
  }
}

@media (min-width: 2801px) {
  .hero_top{
    height: 595px;
  }

  .hero__content{
    padding-top: 394px;
  }
}

@media (min-width: 3101px) {
  .hero_top{
    height: 625px;
  }

  .hero__content{
    padding-top: 434px;
  }
}


.hero__content .search_box_input {
  border: 1px solid #919d9d;
  border-radius: 2px 0 0 2px;
  overflow: hidden;
  transition: border-color 0.25s ease;
  height: 100%;
  box-sizing: border-box;
  width: 645px;
}

.hero__content .search_box_input .ui-autocomplete-input {
  height: 52px;
  padding: 0 1.5%;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  outline: none;
  background: rgba(0, 0, 0, 0.2);
      color: #fff;
      border: 1px solid #fff;
	  
}

.hero_top .search_bos {
  width: 700px;
  height: 54px;
  display: flex;
}

.hero_top .search_bos .pws_bt {
  width: 54px;
  background: #ff7223;
  border-radius: 0 2px 2px 0;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero_top .search_bos .pws_bt img {
  width: 23px;
}

.anti_content {
  width:100%;
  max-width: 1280px;
  margin: 0px auto;
  border-radius: 5px;
  padding-bottom: 40px;
  min-height: 400px;
  display: flex;
  margin-bottom: 0;
}

.anti_content .l_content {
  width: 216px;
}

.facet_content{background: #fff;}

.anti_content .leftbox {
  width: 220px;
  height: 370px;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 0 14px 36px;
  border: 1px solid #d9d9d9;
  background: #fff;
  margin-bottom: 15px;
}

.anti_content .l_content .facet_block {
  width: 100%;
  height: 240px;
  margin-bottom: 16px;
  border-radius: 5px;
  --tw-border-opacity: 1;
  border-color: #999999;
  padding: 0px;
  --tw-text-opacity: 1;
  color: #454545;
  border: 1px solid #999;
  box-sizing: border-box;
}

.anti_body .anti_content .l_content .tw_rounded_b {
  height: 43px;
}

.anti_body .anti_content .l_content .tw_rounded_b .facet_content {
  display: none;
}

.anti_content .l_content .facet_block .btn {
  width: 100%;
  display: flex;
  background-color: #ebebeb;
  padding: 0 16px;
  box-sizing: border-box;
  height: 40px;
  border-radius: 5px 5px 0 0;
  align-items: center;
  cursor: pointer;
}

.anti_content .l_content .facet_block .btn .btn_l {
  width: 82%;
  display: flex;
  align-items: center;
  height: 100%;
}

.anti_content .l_content .facet_block .btn .clear {
  color: #6699cc;
  font-size: 15px;
  display: block;
}

.anti_content .l_content .facet_block .btn .lg {
  display: none;
}

.l_content .facet_block .btn .custom-plus::before {
  content: "-";
  display: inline-block;
  font-size: 36px;
  width: 16px;
  height: 32px;
  line-height: 40px;
   margin-top: -7px; 
}

.l_content .tw_rounded_b .btn .custom-plus::before {
  content: "+";
  display: inline-block;
  font-size: 28px;
  margin-top: 2px;
  width: 16px;
  height: 32px;
  line-height: 26px;
}

.l_content .facet_block .btn .tw {
  font-size: 16px;
  font-weight: 550;
  margin-left: 3px;
}
.l_content .facet_block .btn .tw img{
  margin-right: 5px;
  width: 16px;
}

.l_content .facet_block .facet_content {
  height: calc(100% - 40px);
  overflow-y: auto;
  box-sizing: border-box;
  padding: 6px 10px;
  font-size: 13px;
}

.l_content .facet_block .facet_content .block_inner {
  margin-bottom: 12px;
}

.l_content .facet_block .facet_content .block_inner:last-child {
  margin-bottom: 0px;
}

.facet_block .facet_content .facet-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.facet_block .facet_content .facet-link span{
  position: absolute;
  left: 32px;
  z-index: 1;
}

.facet_block .facet_content .facet-link input {
  margin-right: 5px;
  margin-top: 1px;
  cursor: pointer;
  width: 179%;
  margin-right: -144px;
  margin-left: -149px;
  height: 16px;
  z-index: 11;
}

.anti_content .leftbox .lt {
  font-size: 15px;
  text-indent: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  color: #333333;
  padding: 13px 11px;
  background: none;
  height: auto;
  line-height: normal;
}

.anti_content .leftbox .cate_item {
  width: 85%;
  margin: 10px auto;
  cursor: pointer;
}

.anti_content .leftbox .cate_item h4 {
  padding-left: 16px;
  position: relative;
}

.anti_content .leftbox .cate_item .catTw_Th {
  padding-left: 16px;
  padding-right: 15px;
  display: none;
}

.anti_content .leftbox .cate_item_k .catTw_Th {
  display: block;
}

.anti_content .leftbox .cate_item_kt .catTw_Th {
  display: block;
}

.anti_content .leftbox .catTw_Th .catTw {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  line-height: 30px;
  text-indent: 0px;
  position: relative;
}

.anti_content .leftbox .catTw_Th .av .catTw {
  color: #6ba103;
}

.leftbox .cate_item h4 .triangle {
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-left-color: #666666;
  position: absolute;
  top: 8px;
  left: 7px;
}

.leftbox .cate_item h4 a {
  display: block;
  line-height: 30px;
  text-indent: 0px;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
}

.anti_content .leftbox .cate_item_kt h4 .triangle {
  border-left: none;
  border-top-color: #666666;
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-top-color: #666666;
  position: absolute;
  top: 11px;
  left: 3px;
}

.anti_content .leftbox .cate_item_kt h4 .triangle {
  border-left: none;
  border-top-color: #666666;
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-top-color: #666666;
  position: absolute;
  top: 11px;
  left: 3px;
}

.anti_content .facet_block .cate_item_kt h4 .triangle {
  border-left: none;
  border-top-color: #666666;
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-top-color: #666666;
  position: absolute;
  top: 11px;
  left: 3px;
}

.anti_content .leftbox .cate_item_k h4 a {
  color: #0066ff;
}

/*  */
.anti_content .facet_block .cate_item {
  width: 85%;
  margin: 10px auto;
  cursor: pointer;
}

.anti_content .facet_block .cate_item h4 {
  padding-left: 16px;
  position: relative;
}

.anti_content .facet_block .cate_item .catTw_Th {
  padding-left: 16px;
  padding-right: 15px;
  display: none;
}

/* .anti_content .facet_block .cate_item_k .catTw_Th {
  display: block;
} */

.anti_content .facet_block .cate_item_kt .catTw_Th {
  display: block;
}

.anti_content .facet_block .catTw_Th .catTw {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  line-height: 30px;
  text-indent: 0px;
  position: relative;
}

.anti_content .facet_block .catTw_Th .av .catTw {
  color: #e8991b;
}

.facet_block .cate_item h4 .triangle {
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-left-color: #666666;
  position: absolute;
  top: 11px;
  left: 7px;
}

.facet_block .cate_item h4 a {
  display: block;
  line-height: 30px;
  text-indent: 0px;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
}

.anti_content .facet_block .catTw_Th .catTw:hover{
  color: #e8991b;
}

.anti_content .facet_block .cate_item_k h4 a {
  color: #e8991b;
}
/*  */
.goodsList {
  margin-left: 20px;
  flex:1;
  box-sizing: border-box;
}

.product-tab-list {
  padding: 0 20px;
  background-color: #fff;
}

.tab-header {
  padding: 8px 0;
  border-bottom: 2px solid #d8d8d8;
  display: flex;
  align-items: center;
}

.tab-header .table-item {
  text-align: center;
}

.tab-header .table-item:nth-child(1) {
  width: 100px;
}

.tab-header .table-item:nth-child(2) {
  width: 220px;
}

.tab-header .table-item:nth-child(3) {
  width: 100px;
}

.tab-header .table-item:nth-child(4) {
  width: 100px;
}

.tab-header .table-item:nth-child(5) {
  width: 200px;
}
.tab-header .table-item:nth-child(6) {
  width: 130px;
}


.tab-header .table-item {
  font-size: 14px;
  font-weight: bold;
  padding: 0 10px;
}

.table-content-list a{
	width:100; display: block;
}

.table-content-list .table-row {
  padding: 12px 0;
  border-bottom: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  background: #fff;
  transition: all 0.5s
}
.table-content-list .table-row:hover{
	background: #eee;
}

.table-content-list .table-row .table-item {
  text-align: center;
}

.table-content-list .table-row .tab_td {
  color: #666;
}

.table-content-list .table-row .tag {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  background: #979797;
  border-radius: 4px;
  padding: 0 10px;
  margin-right: 7px;
  /* margin-bottom: 10px; */
  color: #fff;
  font-size: 13px;
}

.table-content-list .table-row .table-item {
  padding: 0 10px;
  font-size: 13px;
  word-wrap: break-word;
}

.table-content-list .table-row .table-item:nth-child(1) {
  width: 100px;
}

.table-content-list .table-row .table-item:nth-child(2) {
  width: 220px;
}

.table-content-list .table-row .table-item:nth-child(3) {
  width: 100px;
}

.table-content-list .table-row .table-item:nth-child(4) {
   width: 100px;
}

.table-content-list .table-row .table-item:nth-child(5) {
  width: 200px;
}

.table-content-list .table-row .table-item:nth-child(6) {
  width: 130px;
}

.table-content-list .table-row .tag.blue-tag {
  background-color: #302a27;
}

.dropdown-container {
  width: 643px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  z-index: 8;
  position: absolute;
  display: none;
}

.dropdown-container .ui-menu-title {
  padding: 4px 12px;
  background-color: #eeefef;
  color: #717c7d;
  border-color: #dedfdf;
  border-style: solid;
  border-width: 1px 0;
  font-weight: 700;
  font-size: 13px;
}

.dropdown-container .ui-menu-item {
  box-sizing: border-box;
  padding: 8px 8px;
  border-bottom: 1px solid #dedfdf;
  cursor: pointer;
}

.dropdown-container .ui-menu-item:last-child {
  border-bottom: none;
}

.dropdown-container .ui-menu-item a {
  color: #333;
  cursor: default;
  padding: 4px 12px;
  font-weight: 550;
  font-size: 14px;
  box-sizing: border-box;
  text-decoration: underline;
  cursor: pointer;
}

.anti_view {
  width: 100%;
  background: #f9f9f9;
  padding-top: 145px;
  padding-bottom: 20px;
}

.anti_view .goodsinfo {
  width: 970px;
  height: auto;
  margin: 0 auto 15px;
  box-sizing: border-box;
  padding: 14px 30px 20px;
  background: #fff;
  display: flex;
}

.anti_view .goodsinfo .img_src {
  width: 450px;
  height: 100%;
  /* display: flex; */
  /* align-items: center; */
}

.anti_view .goodsinfo .img_src img {
  width: 100%;
}

.goodsinfo .textInfo {
	max-width: 470px;
  margin-left: 32px;
  padding-top: 14px;
}

.goodsinfo .textInfo .goodsnames {
  display: block;
  text-align: left;
  font-size: 23px;
  width: 100%;
  line-height: 30px;
  color: #333;
  font-weight: 500;
  color: #333333;
}

.goodsinfo .textInfo strong {
  color: #999;
  font-size: 15px;
  font-weight: normal;
}

.title-tag-group .tag {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  background: #979797;
  border-radius: 4px;
  padding: 0 10px;
  margin-right: 7px;
  /* margin-bottom: 10px; */
  color: #fff;
  font-size: 12px;
}

.textInfo .title-tag-group {
  margin-top: 16px;
}

.title-tag-group .tag.blue-tag {
  background-color: #302a27;
}

.textInfo .all_price {
  height: 49px;
  line-height: 49px;
  position: relative;
  margin-top: 5px;
  border: none;
  padding: 0;
  white-space: nowrap;
  padding-right: 20px;
  color: #dd182b;
  font-size: 28px;
  font-weight: normal;
}

.textInfo .padd {
  padding: 15px 0;
  margin: 0px;
  display: flex;
  align-items: center;
}

.textInfo .padd input {
  display: none;
}

.textInfo .padd .kkks {
  float: left;
  margin-right: 20px;
  margin-top: 10px;
  display: block;
  padding: 7px 12px 7px 12px;
  border: 2px solid #ddd;
  text-align: left;
  cursor: pointer;
  position: relative;
  max-width: 260px;
}

.textInfo .padd .label_click {
  border: 2px solid #1f6cf3;
  background: URL(iis.png) right bottom no-repeat;
}

.commodity_infor {
  width: 970px;
  margin: 20px auto;
  background-color: #fff;
  padding: 21px 44px;
  font-weight: 400;
  box-sizing: border-box;
}

.commodity_infor .describe {
  padding: 0 20px;
  height: 40px;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  list-style: none;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  background-color: #302a27;
  color: #fff;
  margin-left: 10px;
}

.goods_desc ul li {
  padding: 10px 0 !important;
  border-top: 1px solid #dcdcdc !important;
  font-size: 12px !important;
  list-style: none !important;
}

#goods_descF {
  width: 100%;
  font-size: 14px;
  padding: 16px;
  box-sizing: border-box;
  /* display: none; */
  position: absolute;
  left: -9999px;
  width: 900px;
}

#goods_descF ul li {
  width: calc(100% - 20px);
  border: none !important;
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 0 !important;
}

#goods_descF ul li p {
  display: flex;
  align-items: center;
}

#goods_descF ul li span {
  display: block;
  font-size: 12px !important;
  height: 100%;
  display: flex;
  align-items: center;
}

#goods_descF ul li span:nth-child(1) {
  min-width: 165px !important;
  font-weight: 500 !important;
  color: #0065cb !important;
  box-sizing: border-box;
  padding-left: 8px;
}

#goods_descF ul li span:nth-child(2) {
  color: #696969;
  width: calc(100% - 140px);
  box-sizing: border-box;
  padding-right: 8px;
}

#goods_descF ul li:nth-child(even) {
  background-color: #e7f6ff !important;
}

#goods_descF ul li:nth-child(even) span:nth-child(2) {
  color: #0065cb !important;
}

#goods_descF ul {
  width: 100%;
  padding: 0 10px !important;
  margin: 0 !important;
}

.goods_desc .desc_bottom {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 13px;
}

.goods_desc .desc_bel {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.goods_desc .desc_bel .bel_l {
  margin-top: 24px;
  width: calc(100% - 165px);
}

.goods_desc .desc_bel .bel_l .address {
  display: flex;
}

/* .goods_desc .desc_bel img {
  width: 40px;
} */

.goods_desc .desc_bel .bel_l div {
  line-height: 36px;
  color: #3386d6;
}

.goods_desc .desc_bottom .bel_r img {
  width: 180px;
  margin-top: 16px;
}

.goods_desc .icon {
  display: flex;
  width: 100%;
  justify-content: center;
}

.goods_desc .icon img {
  height: 20px;
  object-fit: cover;
}

.goods_desc .logo {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  margin: 12px 0;
}

.goods_desc .logo img {
  height: 60px;
}

.goods_desc .title {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 2px;
  /* align-items: center; */
}

.goods_desc .title .tit_l {
  width: calc(100% - 225px);
}

.goods_desc .title .tit_r {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.goods_desc .title .tit_l div {
  width: 100%;
  color: #1775d0;
  margin: 5px 0;
}

.goods_desc .title .tit_l div:nth-child(1) {
  border-bottom: 1px solid #81b4e6;
  padding-bottom: 4px;
}

.goods_desc .title .tit_l div:nth-child(3) {
  padding-bottom: 4px;
  width: 150px;
  border-bottom: 2px solid #81b4e6;
}

.goods_desc .title img {
  height: 45px;
}

.chment_down {
  margin-top: 24px;
  display: flex;
}

.chment_down .down {
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 16px;
  color: #1f6cf3;
}

.chment_down .down img {
  vertical-align: middle;
  width: 20px;
  margin-right: 4px;
}

/* .chment_down .down span{
  border-bottom: 1px solid #1F6CF3;
  display: inline-block;
} */

/* .anti_content .screeBox {
  padding-top: 9px;
  margin-bottom: 0px;
  border-top: 0px;
  height: auto;
  border-bottom: 1px dashed #cbcbcb;
  margin-bottom: 5px;
  padding: 0 3px 0px;
  font-weight: 400;
  display: flex;
  font-size: 13px;
}

.anti_content .screeBox strong {
  min-width: 38px;
  width: auto;
  text-align: left;
  display: inline-block;
  font-weight: 400;
  color: #333;
  margin-top: 5px;
}

.anti_content .screeBox .class_x {
    width: 85%;
}

.screeBox .class_x a {
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  margin-bottom: 13px;
  margin-top: 5px;
}

.anti_body  .anti_content .sort_query{
    height: 36px;
    box-sizing: border-box;
    padding: 0px 13px 0;
    border-bottom: 1px dashed #CBCBCB;
    margin-bottom: 18px;
    font-weight: 400;
    font-size: 13px;
} */

.head-top {
  background-color: rgba(0, 93, 160, 0.7) !important;
}

.anti_view .textInfo .btn {
  margin-top: 10px;
  position: relative;
  width: 131px;
  height: 46px;
  font-size: 16px;
  font-weight: 400;
  margin-right: 12px;
  color: #666;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.anti_view .textInfo .btn img {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 3px;
}

.ivu-modal-wrap {
  display: none;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.ivu-modal-wrap .ivu-modal {
  top: 28%;
  width: 400px;
  margin: 0 auto;
  position: relative;
}

.ivu-modal-content {
  padding: 24px;
  position: relative;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  background-clip: padding-box;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.ivu-modal-content .title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-top: 12px;
}

.ivu-modal-content .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  min-height: 258px;
  padding: 24px;
  margin-bottom: 24px;
  text-align: center;
  background: #f3f4f7;
  margin-top: 0;
}

.ivu-modal-content .content .phone {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  letter-spacing: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ivu-modal-content .content .code {
  margin-top: 10px;
  color: #ef1f1f;
  font-weight: bold;
}

.ivu-modal-content .content img {
  width: 200px;
  height: 200px;
}

.close-button {
  width: 20px;
  height: 20px;
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 24px;
}

.close-button::before,
.close-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #999;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.close-button::before {
  transform: translateY(-50%) rotate(45deg);
}

.close-button::after {
  transform: translateY(-50%) rotate(-45deg);
}

/* 针对小屏幕的样式 */
@media (max-width: 599px) {
  

  .goodsList {
    width: 100%;
  }

  .goodsList .good_item {
    display: block;
    width: 100%;
  }

  .anti_body {
    max-width: 100%;
    overflow-x: hidden;
    background: #fff;
  }

  .hero_top {
    height: 255px;
    background: url(../images/newImg/cell-mobile-banner.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero__content {
    width: 100%;
    padding-bottom: 84px;
    padding-top: 129px;
  }

  .hero_top .search_bos {
    width: 90%;
  }

  .hero__content .search_box_input {
    width: 100%;
  }

  .dropdown-container {
    width: calc(90% - 50px);
  }

  .hero_top .search_bos {
    height: 40px;
  }

  .hero__content .search_box_input .ui-autocomplete-input {
    height: 40px;
    padding-left: 16px;
  }

  .hero_top .search_bos .pws_bt img {
    width: 16px;
  }

  .anti_content {
    display: block;
    width: 100%;
    padding: 16px 16px 0;
    margin: 0;
  }

  .classifyRow___3bALG {
    width: 100%;
    margin: 0 auto 24px;
    padding: 15px 30px;
    background-color: #f5f5f5;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 12px;
  }

  .anti_content .classifyTitle___2Q {
    font-weight: 600;
    color: #222;
    font-size: 14px;
    margin-left: 8px;
  }

  .anti_content .classifyAll___1xn {
    margin-top: 8px;
    position: relative;
  }

  .anti_content .classifyAll___1xn .title_lis {
    margin-bottom: 12px;
  }

  .anti_content .classifyAll___1xn .title_lis a {
    padding: 0 8px;
  }

  .anti_content .classifyItem___29 {
    display: none;
    margin-bottom: 12px;
  }

  .anti_content .classifyItem___29t {
    padding: 0 4px;
    display: inline-block;
    margin-bottom: 5px;
  }

  .anti_content .classifyItem___29 .secondaryItem a {
    color: #979797;
  }

  .anti_content .secondaryItem .av a {
    color: #007bff;
  }

  .anti_content .classifyAll___1xn .title_lis .cate_item_k {
    font-weight: 600;
    color: #222;
    display: inline-block;
  }

  .anti_content .classifyAll___1xn .cate_item_k {
    display: block;
  }

  .common-page {
    width: 100%;
  }

  .goodsList {
    padding: 0;
  }

  .goods_box {
    border-radius: 5px;
    width: 100%;
    min-height: 100px;
    background: #f5f5f5;
    padding: 12px 12px 4px;
    box-sizing: border-box;
    margin-bottom: 12px;
  }

  .goods_box .li {
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
  }

  .goods_box .li span {
    display: inline-block;
  }

  .goods_box .li .label {
    margin-right: 12px;
    font-weight: 550;
  }

  .goods_box .li .yingy {
    width: calc(100% - 48px);
  }

  .goods_box .li .item .tag {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    background: #979797;
    border-radius: 4px;
    padding: 0 10px;
    margin-right: 7px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 13px;
  }

  .goods_box .li .item .blue-tag {
    background: #376aeb;
  }

 
  .article_content .common-page {
    width: 95%;
  }

  .anti_view {
    padding-top: 0;
    background: #fff;
  }

  .anti_view .goodsinfo {
    width: 100%;
    margin: 0;
    display: block;
    height: auto;
    padding: 8px 4px 10px;
  }

  .commodity_infor {
    width: 100%;
    margin: 0;
    padding: 12px;
  }

  .goodsinfo .textInfo {
    padding-top: 12px;
    padding-left: 16px;
    margin-left: 12px;
  }

  .anti_view .goodsinfo .image {
    width: 40%;
  }

  .anti_view .goodsinfo .info_top {
    display: flex;
    width: 100%;
  }

  .title-tag-group .tag {
    margin-bottom: 10px;
  }

  .anti_view .goodsinfo img {
    width: 100%;
  }

  .title-tag-group {
    margin-top: 8px;
  }

  .textInfo .padd {
    padding: 0 0 6px;
  }

  .anti_header {
    height: 58px;
    /* background: rgba(0, 93, 160, 0.7) !important; */
  }

  .breadcrumb-list .breadcrumb li.line-over-hide {
    width: auto !important;
  }

  .goods_desc span {
    word-wrap: break-word;
  }
}

.goodsList .article_content {
  	background: #fff;
}
.article_content .pagination .active{
	background-color: #302a27;
	color: #fff;
}
