.supplier-banner {
  height: 6.3rem;
}
.supplier-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.font40 {
  color: #010101;
}
.about-us {
  background: url(../images/supplier/ab_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding: 0.97rem 0 0.5rem;
}
.about-us .safe-width .about-us-left {
  flex: none;
  width: 8.2rem;
}
.about-us .safe-width .about-us-left .font14 {
  color: #606060;
  line-height: 0.3rem;
  margin-bottom: 0.25rem;
}
.about-us .safe-width .about-us-left a {
  width: 1.53rem;
  height: 0.52rem;
  background: #3892E8;
  border-radius: 0.29rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 0.54rem;
}
.about-us .safe-width .about-us-left .about-us-list {
  margin-top: 0.28rem;
}
.about-us .safe-width .about-us-left .about-us-list li {
  text-align: center;
  flex: 1;
}
.about-us .safe-width .about-us-left .about-us-list li .img-box {
  width: 0.61rem;
  height: 0.55rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: auto;
}
.about-us .safe-width .about-us-left .about-us-list li .img-box img {
  transition: all 0.5s ease-in-out;
}
.about-us .safe-width .about-us-left .about-us-list li:hover .img-box img {
  transform: rotate(360deg);
}
.about-us .safe-width .about-us-left .about-us-list .font16 {
  color: #075097;
  margin: 0.12rem 0 0.04rem;
}
.about-us .safe-width .about-us-left .about-us-list .font18 {
  color: #333333;
}
.about-us .safe-width .about-us-right {
  flex: none;
  width: 6.13rem;
  padding-top: 0.26rem;
}
.about-us .safe-width .about-us-right img {
  max-width: 100%;
  max-height: 100%;
}
.main-product {
  background: url(../images/supplier/main_product_bg.png) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 0.87rem;
}
.main-product .safe-width .main-product-category {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.13rem 0 0.46rem;
}
.main-product .safe-width .main-product-category div a {
  display: inline-block;
  padding: 0 0.27rem;
  border-right: 1px solid #C4C4C4;
  color: #000000;
  font-size: 0.18rem;
}
.main-product .safe-width .main-product-category div a:last-child {
  border-right: none;
}
.main-product .safe-width .main-product-category div a:nth-child(1) {
  padding-left: 0;
}
.main-product .safe-width .main-product-category > a {
  width: 1.53rem;
  height: 0.52rem;
  background: #3892E8;
  border-radius: 0.29rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 0.54rem;
}
.main-product .safe-width .main-product-category > a span {
  color: #fff;
}
.main-product .safe-width .main-product-category > a img {
  width: 0.08rem;
  margin-left: 0.14rem;
}
.main-product .main-product-box {
  width: 15.2rem;
  margin: 0 auto;
  padding: 0 0.1rem 1.47rem;
}
.main-product .main-product-box .product-btn {
  bottom: 0.47rem;
  top: auto;
}
.main-product .main-product-box .product-btn.swiper-button-next {
  right: 6.86rem;
}
.main-product .main-product-box .product-btn.swiper-button-prev {
  left: 6.86rem;
}
.main-product .main-product-box .product-btn::after {
  font-size: 0.2rem;
  color: #3D3D3D;
}
.main-product .main-product-box .product-pagination {
  width: 0.9rem;
  height: 2px;
  left: 7.15rem;
  top: auto;
  bottom: 0.68rem;
  background: #363636;
}
.main-product .main-product-box .product-pagination .swiper-pagination-progressbar-fill {
  background: #EC302F;
}
.main-product .main-product-box .product-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: #3D3D3D;
}
.main-product .main-product-box .product_swiper {
  overflow: hidden;
}
.main-product .product-list-item {
  width: 2.8rem;
  height: 4.86rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.11);
  border-radius: 6px 6px 6px 6px;
  display: inline-block;
}
.main-product .product-list-item .product-list-item-img {
  width: 100%;
  height: 3.28rem;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
}
.main-product .product-list-item .product-list-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px 6px 0 0;
  transition: all 0.5s ease;
}
.main-product .product-list-item:hover {
  box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.18);
}
.main-product .product-list-item:hover .product-list-item-img img {
  transform: scale(1.05);
}
.main-product .product-list-item .product-list-item-text {
  padding: 0.13rem 0.2rem;
}
.main-product .product-list-item .product-list-item-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-product .product-list-item .product-list-item-text .font18 {
  color: #282828;
  margin-bottom: 0.06rem;
  transition: all 0.3s ease;
}
.main-product .product-list-item .product-list-item-text .font14 {
  color: rgba(40, 40, 40, 0.56);
  margin-bottom: 0.15rem;
}
.main-product .product-list-item .product-list-item-text div {
  border-top: 1px dashed #C4C4C4;
  padding-top: 0.14rem;
}
.main-product .product-list-item .product-list-item-text div p {
  padding-left: 0.11rem;
  position: relative;
}
.main-product .product-list-item .product-list-item-text div p::after {
  content: '';
  width: 0.04rem;
  height: 0.04rem;
  background: #0F294D;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main-product .product-list-item .product-list-item-text div p:nth-child(1) {
  color: rgba(15, 41, 77, 0.79);
}
.main-product .product-list-item .product-list-item-text div p:nth-child(2) {
  color: rgba(0, 73, 174, 0.79);
  margin-top: 0.07rem;
}
.supplier-honor {
  padding-top: 0.6rem;
  background: url(../images/supplier/honor-bg.png) no-repeat left bottom #F9FBFF;
  background-size: 100% 1.9rem;
}
.supplier-honor .honer_swiper {
  padding-bottom: 1.7rem;
  overflow: hidden;
}
.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;
}
.consult {
  position: relative;
  padding: 1rem 0 0.86rem;
  background: url(../images/supplier/message_bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.consult .safe-width {
  display: flex;
  justify-content: space-between;
}
.consult .safe-width .con_left {
  flex: none;
  width: 4.4rem;
}
.consult .safe-width .con_left .item h2 {
  color: #333333;
  font-size: 0.34rem;
  font-weight: bold;
  margin-bottom: 0.26rem;
}
.consult .safe-width .con_left .item p {
  font-size: 0.16rem;
  line-height: 0.4rem;
}
.consult .safe-width .con_left .item:first-child {
  margin-bottom: 0.5rem;
}
.consult .safe-width .con_left .item:first-child h2 {
  margin-bottom: 0.12rem;
}
.consult .safe-width .con_right {
  flex: none;
  width: 7.6rem;
}
.consult .safe-width .con_right form {
  width: 100%;
  padding-top: 0.2rem;
  text-align: right;
}
.consult .safe-width .con_right form .tit {
  font-size: 0.16rem;
  margin-bottom: 0.14rem;
  text-align: left;
  color: #000000;
}
.consult .safe-width .con_right form input,
.consult .safe-width .con_right form textarea {
  font-size: 0.14rem;
  border: none;
  outline: none;
  color: #fff;
}
.consult .safe-width .con_right form input::placeholder,
.consult .safe-width .con_right form textarea::placeholder {
  color: #fff;
}
.consult .safe-width .con_right form .input_div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.consult .safe-width .con_right form .input_div .item {
  width: 47.36%;
  flex: none;
}
.consult .safe-width .con_right form .input_div .item input {
  width: 100%;
  height: 0.52rem;
  line-height: 0.52rem;
  padding: 0 0.14rem;
  border-radius: 3px;
  background: rgba(83, 82, 82, 0.4);
  backdrop-filter: blur(11px);
}
.consult .safe-width .con_right form .msg_div {
  margin-bottom: 0.2rem;
}
.consult .safe-width .con_right form .msg_div .msg_div_content {
  background: rgba(83, 82, 82, 0.4);
  backdrop-filter: blur(11px);
  border-radius: 3px;
  padding: 0 0.2rem;
}
.consult .safe-width .con_right form .msg_div .msg_div_content > input {
  width: 100%;
  background: none;
  padding: 0.19rem 0 0.14rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.96);
}
.consult .safe-width .con_right form .msg_div .msg_div_content textarea {
  background: none;
  width: 100%;
  height: 1.2rem;
  padding: 0.14rem 0;
  resize: none;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.96);
}
.consult .safe-width .con_right form .msg_div .msg_div_content > .d-flex input {
  background: none;
  flex: none;
  width: 4.78rem;
  height: 0.5rem;
  line-height: 0.5rem;
}
.consult .safe-width .con_right form .msg_div .msg_div_content > .d-flex .dropdown-toggle {
  flex: none;
  width: 2.37rem;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0 0.25rem;
  border-left: 1px solid rgba(255, 255, 255, 0.96);
}
.consult .safe-width .con_right form .msg_div .msg_div_content > .d-flex .dropdown-toggle p {
  color: #fff;
}
.consult .safe-width .con_right form .msg_div .msg_div_content > .d-flex .dropdown-toggle span {
  font-size: 0.8rem;
  width: 0.25rem;
  height: 0.25em;
  display: inline-block;
  background: url('data:image/svg+xml;charset=UTF-8,<svg width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"><polyline points="6 9 12 15 18 9"/></svg>') no-repeat right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right bottom;
  margin-left: 0.2rem;
}
.consult .safe-width .con_right form button {
  width: 100%;
  height: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3892E8;
  border-radius: 0.27rem;
  color: #fff;
  border: none;
  font-size: 0.16rem;
  float: right;
}
