body {
  background: #F5F5F5;
}
.supplier-banner {
  width: 100%;
  height: 4.67rem;
}
.supplier-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.supplier-blurb-content .one_desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 1.19rem 0 1.08rem;
  background: #fff;
}
.supplier-blurb-content .one_desc .one_desc_left {
  height: 6.25rem;
  width: 6.37rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.supplier-blurb-content .one_desc .one_desc_left .ff_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0%;
  top: 0%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.supplier-blurb-content .one_desc .one_desc_left:hover .ff_img {
  transform: scale(1.04);
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.supplier-blurb-content .one_desc .one_desc_right {
  width: 8.66rem;
  display: inline-block;
  padding: 0.57rem 0.7rem 0 0.64rem;
}
.supplier-blurb-content .one_desc .one_desc_right .line_zs {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 0.24rem;
  color: #3081F8;
  margin-bottom: 0.07rem;
}
.supplier-blurb-content .one_desc .one_desc_right .line_zs span {
  display: inline-block;
  width: 0.77rem;
  height: 0.01rem;
  background: #3081F8;
  margin-left: 0.06rem;
}
.supplier-blurb-content .one_desc .one_desc_right ::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
  background: #E4E9F0;
}
.supplier-blurb-content .one_desc .one_desc_right ::-webkit-scrollbar-thumb {
  background: #215BBE;
  border-radius: 10px;
}
.supplier-blurb-content .one_desc .one_desc_right .desc_right_box {
  padding-right: 10px;
  width: 100%;
  max-height: 3.87rem;
  overflow-y: scroll;
}
.supplier-blurb-content .one_desc .one_desc_right .desc_right_box p {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #686868;
}
.supplier-Basic-info {
  width: 100%;
  background: #fff;
  padding: 0.47rem 0 0.78rem;
}
.supplier-Basic-info .property-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.supplier-Basic-info .property-table td {
  min-height: 0.7rem;
  vertical-align: middle;
}
.supplier-Basic-info .property-table td span {
  color: #333;
  font-size: 0.18rem;
}
.supplier-Basic-info .property-table td {
  border: 1px solid #D9D9D9;
  padding: 0.23rem 0.34rem;
}
.supplier-Basic-info .property-table td:nth-child(odd) {
  background-color: #E2EEFC;
  width: 1.36rem;
}
.supplier-Basic-info .property-table td:nth-child(even) {
  background-color: #fff;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  width: 3rem!important;
}
.supplier-honor {
  padding-top: 0.6rem;
  background: url(../images/supplier/honor-bg.png) no-repeat left bottom;
  background-size: 100% 1.9rem;
}
.supplier-honor .honer_swiper {
  padding-bottom: 1.7rem;
}
.supplier-honor .honer_swiper .swiper-slide {
  padding: 15px;
  background: none;
}
.supplier-honor .honer_swiper .swiper-slide .honer_slide {
  background: #fff;
}
.supplier-honor .honer_swiper .swiper-slide {
  padding: 0 15px;
  background: #fff;
  height: max-content;
}
.supplier-honor .honer_swiper .honer_slide {
  display: inline-block;
  width: 100%;
  padding: 0.18rem 0.16rem 0.25rem;
  box-sizing: border-box;
}
.supplier-honor .honer_swiper .honer_slide .honer_img {
  display: inline-block;
  width: 100%;
  height: 2.14rem;
}
.supplier-honor .honer_swiper .honer_slide .honer_img img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.supplier-honor .honer_swiper .honer_slide p {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.13rem;
  color: #343434;
  margin-top: 0.2rem;
}
.supplier-honor .swiper-btn {
  width: 0.15rem;
  bottom: 0.5rem;
  top: auto;
}
.supplier-honor .swiper-btn::after {
  font-size: 0.28rem;
  color: #3892E8;
}
.supplier-honor .swiper-btn.swiper-button-next {
  right: auto;
  left: 0.4rem;
}
.supplier-honor .swiper-btn.swiper-button-prev {
  left: 0;
}
