.supplier-page-banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}
.supplier-page-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.supplier-page-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #ffffff;
  opacity: 1;
}
.supplier-page-banner .swiper-pagination-bullet-active {
  background: #fff;
  width: 60px;
}

.page-row {
  max-width: 100%;
  overflow: hidden;
}
.page-row .row-title {
  font-size: 38px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--main-color);
  position: relative;
  z-index: 3;
}
.page-row .sub-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 10px;
  color: #333333;
}
.page-row .more-link {
  color: #999;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  margin: 10px auto;
}
.page-row .more-link:hover {
  color: var(--main-color);
}

.main-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-radius: 15px;
}
.main-box .first .main-thumb {
  position: relative;
  padding-bottom: 77.36% !important;
  border-radius: 15px;
}
.main-box .item {
  margin-bottom: 20px;
}
.main-box .main-item .main-thumb {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 76.7%;
  border-radius: 15px;
}
.main-box .main-item .main-thumb::before {
  position: absolute;
  content: '';
  width: 100%;
  border-radius: 15px;
  height: 50%;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(192, 203, 226, 0), #3856a9);
}
.main-box .main-item .main-thumb .title {
  position: absolute;
  width: calc(100% - 20px);
  padding: 10px;
  color: #fff;
  bottom: 10px;
  left: 10px;
  font-size: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-box .main-item .main-thumb .title:after {
  content: '';
  width: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  z-index: 0;
}
.main-box .main-item .main-thumb .title span {
  position: relative;
  z-index: 1;
}

.products-list-bar .cate-item {
  display: block;
  text-align: center;
  position: relative;
  font-size: 20px;
  line-height: 2;
  width: auto !important;
  margin: 0 15px;
  padding-bottom: 10px;
  cursor: pointer;
  color: #333;
}
.products-list-bar .cate-item .cate-name {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 40px;
  font-size: 14px;
  color: #333;
}
.products-list-bar .active::after {
  content: '';
  position: absolute;
  width: 76px;
  height: 5px;
  background: #2d479b;
  border-radius: 2px;
  bottom: 0px;
  left: 50%;
  margin-left: -38px;
}

.supplier-header {
  padding: 15px 0 0;
  border-top: 1px solid #e8e8e8;
  background-color: #ecf1f7;
  z-index: 999;
}
.supplier-header .supplier-box {
  display: flex;
  align-items: center;
  flex: auto;
  margin-bottom: 10px;
}
.supplier-header .supplier-box .supplier-logo {
  width: 70px;
  height: 70px;
  flex: none;
  align-self: center;
  margin-right: 10px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.supplier-header .supplier-box .company-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}
.supplier-header .supplier-box .collect {
  font-size: 12px;
  height: 20px;
  border: 1px solid var(--main-color);
  padding: 0 10px;
  color: var(--main-color);
  margin-left: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.supplier-header .supplier-box .collect:before {
  content: '\e659';
  font-family: "global-iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
.supplier-header .supplier-box .collect.is-collect:before {
  content: '\e65a';
}
.supplier-header .search-box {
  flex: none;
  width: 500px;
  margin-right: 50px;
}
.supplier-header .search-box .search-form {
  width: 100%;
  height: 40px;
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid var(--main-color);
  padding: 0 80px 0 10px;
}
.supplier-header .search-box .search-form .search-popup {
  display: none;
  z-index: 999;
  border-radius: 0 0 5px 5px;
  background: #fff;
  left: 50%;
  transform: translate(-47%, 2px);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12), 0 6px 10px rgba(0, 0, 0, 0.06), 0 9px 16px rgba(0, 0, 0, 0.03);
  width: 540px;
  font-size: 14px;
  position: absolute;
}
.supplier-header .search-box .search-form .search-popup ul li a {
  color: #333;
  display: block;
  padding: 10px;
}
.supplier-header .search-box .search-form .search-popup ul li:hover {
  cursor: pointer;
  background: #f7f7f7;
}
.supplier-header .search-box .search-form .search-popup ul li .suggest-text-hight {
  color: var(--main-color);
}
.supplier-header .search-box .search-form .select-box {
  position: relative;
}
.supplier-header .search-box .search-form .select-box:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 60%;
  background: #eee;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.supplier-header .search-box .search-form .select-box .dropdown-toggle {
  display: flex;
  align-items: center;
  width: 100px;
  padding: 0 10px;
  justify-content: center;
  height: 36px;
  cursor: pointer;
}
.supplier-header .search-box .search-form .search-input {
  width: calc(100% - 100px);
}
.supplier-header .search-box .search-form .search-input .form-control {
  width: 100%;
  height: 36px;
  border: none;
  padding: 0 15px;
  border-radius: 20px  0 0 20px;
}
.supplier-header .search-box .search-form.ru .select-box .dropdown-toggle {
  width: 120px;
}
.supplier-header .search-box .search-form.ru .search-input {
  width: calc(100% - 120px);
}
.supplier-header .search-box .search-form .search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  width: 80px;
  height: 36px;
  border-radius: 0 20px 20px 0;
  display: flex;
  justify-content: center;
  align-content: center;
  transform: translateY(-50%);
  padding: 0;
}
.supplier-header .search-box .search-form .search-btn .search-icon {
  font-size: 24px;
  line-height: 32px;
}
.supplier-header .action-box {
  flex: none;
}
.supplier-header .action-box .item {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 16px;
}
.supplier-header .action-box .item .item-icon {
  font-size: 24px;
  margin-right: 8px;
}
.supplier-header .nav-bar {
  margin-top: 15px;
  height: 40px;
  background-color: var(--main-color);
}
.supplier-header .nav-bar .container {
  height: 100%;
}
.supplier-header .nav-bar .container .nav {
  height: 100%;
}
.supplier-header .nav-bar .nav-item {
  height: 100%;
}
.supplier-header .nav-bar .nav-item .nav-link {
  height: 100%;
  color: #fff;
  padding: 0 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.supplier-header .nav-bar .nav-item .nav-link:hover {
  background-color: #0b2854;
}
.supplier-header .nav-bar .nav-item .nav-link.active {
  background-color: #0b2854;
}

.participating-company-swiper {
  height: 315px;
  position: relative;
}
.participating-company-swiper .swiper-action-tool {
  position: absolute;
  width: 70%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}
.participating-company-swiper .swiper-action-tool .swiper-pagination {
  position: relative;
  border-radius: 6px;
  height: 1px;
  width: calc(100% - 120px);
  flex: auto;
}
.participating-company-swiper .swiper-action-tool .swiper-pagination .swiper-pagination-progressbar {
  height: 3px;
  top: -1px;
  border-radius: 3px;
  background: #333;
}
.participating-company-swiper .swiper-action-tool .swiper-button-next,
.participating-company-swiper .swiper-action-tool .swiper-button-prev {
  position: relative;
  display: flex;
  background: none !important;
  font-family: "global-iconfont" !important;
  width: 40px !important;
  height: 40px !important;
  flex: none;
  border: 1px solid #999;
  border-radius: 50%;
  font-size: 16px !important;
  margin-top: 0;
  margin-left: 30px;
  padding: 0 !important;
}
.participating-company-swiper .swiper-action-tool .swiper-button-next:hover:before,
.participating-company-swiper .swiper-action-tool .swiper-button-prev:hover:before {
  background: none !important;
  color: #333 !important;
}
.participating-company-swiper .swiper-action-tool .swiper-button-next::before,
.participating-company-swiper .swiper-action-tool .swiper-button-prev::before {
  font-size: 16px !important;
  color: #333;
}
.participating-company-swiper .swiper-action-tool .swiper-button-prev {
  margin-left: 60px;
  position: relative;
}
.participating-company-swiper .swiper-action-tool .swiper-button-prev:after {
  content: '';
  width: 0;
  height: 35px;
  border-left: 1px solid #fff;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.participating-company-swiper .swiper-slide {
  display: block;
  text-align: left;
  width: calc(23% - 15px) !important;
  height: auto;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.participating-company-swiper .swiper-slide .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.participating-company-swiper .swiper-slide .thumb .img-box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  font-size: 16px !important;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.participating-company-swiper .swiper-slide .thumb .img-box:hover {
  transform: scale(1.05);
}
.participating-company-swiper .swiper-slide.swiper-slide-next {
  width: 30% !important;
}

.goods-list-page {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0  auto;
  align-items: flex-start;
}
.goods-list-page .left-panel {
  width: 300px;
  min-height: 300px;
  flex: none;
  margin-right: 15px;
  position: sticky;
  top: 20px;
  z-index: 1;
}
.goods-list-page .left-panel .card-panel {
  border-radius: 15px;
  background-color: #fff;
  padding-bottom: 20px;
}
.goods-list-page .left-panel .card-panel .filter-tit {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  display: none;
}
.goods-list-page .left-panel .card-panel .filter-tit .icon {
  font-size: 24px;
  margin-right: 5px;
}
.goods-list-page .left-panel .card-panel .filter-tit .tit {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.goods-list-page .left-panel .card-panel .category-nav .category-link {
  padding: 10px 10px 10px 20px;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-list-page .left-panel .card-panel .category-nav .category-link .category-name {
  color: #333;
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-list-page .left-panel .card-panel .category-nav .category-link .arrow-icon {
  font-family: "global-iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  color: #333;
}
.goods-list-page .left-panel .card-panel .category-nav .category-link .arrow-icon:before {
  content: '\ec09';
}
.goods-list-page .left-panel .card-panel .category-nav .category-link:hover {
  background-color: #f5f5f5;
}
.goods-list-page .left-panel .card-panel .category-nav .category-link.cur {
  color: var(--main-color) !important;
}
.goods-list-page .left-panel .card-panel .category-nav .category-link.cur .category-name {
  color: var(--main-color) !important;
}
.goods-list-page .left-panel .card-panel .category-nav .category-link.cur .arrow-icon {
  color: #333;
}
.goods-list-page .left-panel .card-panel .category-nav .category-link.children-link {
  padding-left: 35px !important;
}
.goods-list-page .left-panel .card-panel .category-nav .nav-item {
  background-color: #fff;
}
.goods-list-page .left-panel .card-panel .category-nav .nav-item .sub-nav {
  display: none;
}
.goods-list-page .left-panel .card-panel .category-nav .nav-item.open .sub-nav {
  display: block;
}
.goods-list-page .left-panel .card-panel .category-nav .nav-item.active {
  background-color: #f7f7f7;
}
.goods-list-page .left-panel .card-panel .category-nav .nav-item.active .category-link {
  position: relative;
  background-color: #EAEEF8;
}
.goods-list-page .left-panel .card-panel .category-nav .nav-item.active .category-link.parent-link:after {
  content: '';
  width: 5px;
  height: 100%;
  background-color: var(--main-color);
  position: absolute;
  left: 0;
  top: 0;
}
.goods-list-page .left-panel .card-panel .category-nav .nav-item.active .category-link .arrow-icon:before {
  content: '\e64a';
}
.goods-list-page .goods-list-box .goods-search-bar {
  background: #FFFFFF;
  border-radius: 15px;
}
.goods-list-page .goods-list-box .goods-search-bar .search-header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.goods-list-page .goods-list-box .goods-search-bar .search-header-box .search-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}
.goods-list-page .goods-list-box .goods-search-bar .search-header-box .layout-change {
  display: flex;
}
.goods-list-page .goods-list-box .goods-search-bar .search-header-box .layout-change .layout-item {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  color: #666666;
}
.goods-list-page .goods-list-box .goods-search-bar .search-header-box .layout-change .layout-item.active {
  background-color: var(--main-color);
}
.goods-list-page .goods-list-box .goods-search-bar .search-header-box .layout-change .layout-item.active .global-iconfont {
  color: #fff;
}
.goods-list-page .goods-list-box .goods-search-bar .search-header-box .layout-change .layout-item.active .change-name {
  color: #fff;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-items {
  display: flex;
  flex-wrap: wrap;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-items .filter-item {
  display: flex;
  width: 240px;
  margin-right: 10px;
  align-items: center;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-items .filter-item .filter-label {
  font-size: 12px;
  font-weight: 500;
  flex: none;
  margin-bottom: 0 !important;
  margin-right: 8px;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-items .filter-item .filter-options {
  margin-bottom: 0 !important;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item {
  margin-bottom: 10px;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item .filter-content {
  max-height: 350px;
  overflow-y: auto;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item .filter-content::-webkit-scrollbar {
  width: 3px;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item .filter-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #7d7d7d;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item .filter-content::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item dt {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item dt h3 {
  font-size: 14px;
  font-weight: 600;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item dd {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item dd .filter-options {
  color: #666;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item dd .filter-options:hover {
  color: var(--main-color);
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item dd .filter-options.active {
  color: var(--main-color);
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item dd .selected-item {
  display: flex;
  padding: 2px 10px;
  background-color: #f7f7f7;
  border-radius: 3px;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item dd .selected-item span {
  flex: auto;
  min-width: 0;
  font-size: 12px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item dd .selected-item a {
  flex: none;
  color: #888;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item dd .filter-input {
  width: 100%;
  height: 30px;
  padding: 5px 8px;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item dd .filter-btn {
  height: 30px;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item.checked-item .filter-options {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item.checked-item .filter-options:after {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item.checked-item .filter-options.active:after {
  background-color: var(--main-color);
  border: none;
  content: '\e618';
  font-family: "global-iconfont" !important;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item.checked-item .filter-options .icon {
  width: 16px;
  height: 16px;
  flex: none;
  margin-right: 5px;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item.checked-item .filter-options .icon img {
  width: 100%;
  height: 100%;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item.payment-item dd {
  margin-left: -8px;
}
.goods-list-page .goods-list-box .goods-search-bar .filter-item.payment-item .filter-options {
  margin-left: 8px;
}
.goods-list-page .goods-list-box .goods-list {
  margin-bottom: 30px;
  overflow: hidden;
}
.goods-list-page .goods-list-box .goods-list .contact {
  margin-top: 10px;
}
.goods-list-page .goods-list-box .goods-list .contact .btn {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.goods-list-page .goods-list-box .goods-list .contact .btn .icon {
  line-height: 1;
}
.goods-list-page .goods-list-box .goods-list.gird {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 15px);
}
.goods-list-page .goods-list-box .goods-list.gird .list-item {
  width: calc(25% - 15px);
  border: 1px solid #d8d8d8;
  margin: 0 15px 15px 0;
  border-radius: 8px;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .thumb-box {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 8px 8px 0 0;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .thumb-box .discount-tag {
  font-size: 12px;
  padding: 2px 5px;
  background: #ff0000;
  color: #fff;
  margin-right: 5px;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .thumb-box .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 8px 8px 0 0;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info {
  background: #fff;
  padding: 10px;
  color: #333;
  border-radius: 8px;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .title {
  font-size: 14px;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  line-height: 20px;
  height: 40px;
  margin-bottom: 5px;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .title:hover {
  text-decoration: underline;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .title:hover .discount-tag {
  text-decoration: none;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .price-box {
  display: none;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .item-desc {
  flex: 1;
  color: #333;
  line-height: 18px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .item-desc:last-child {
  display: none;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .item-desc .label {
  display: none;
  color: #999;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .item-desc .price {
  font-size: 14px;
  font-weight: 600;
  color: #db3225;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .item-desc .price .source-price {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  text-decoration: line-through;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .item-desc .min-order, .goods-list-page .goods-list-box .goods-list.gird .list-item .info .item-desc .value {
  font-size: 12px;
  color: #333;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .item-desc .unit {
  font-weight: 500;
  font-size: 12px;
  color: #999;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .item-desc:nth-child(n+3) {
  display: none;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .samples-price-item .price {
  font-size: 16px;
  font-weight: 600;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .samples-price-item .unit {
  font-weight: 500;
  font-size: 12px;
  color: #999;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .samples-price-item .free {
  color: #ff0000;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .supplier-info .supplier-features .features-item:before {
  margin-right: 0 !important;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .supplier-info .supplier-link {
  display: flex;
  align-items: center;
  color: #666;
  margin-bottom: 10px;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .supplier-info .supplier-link .icon {
  font-size: 14px;
  margin-right: 5px;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .supplier-info .supplier-link:hover {
  color: var(--main-color);
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .supplier-info .supplier-link:hover .company-name {
  text-decoration: underline;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .action .contact-btn {
  height: 36px;
  border-radius: 18px;
  flex: auto;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .action .whatsapp-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #00c851;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .info .action .whatsapp-btn .icon {
  font-size: 24px;
}
.goods-list-page .goods-list-box .goods-list.gird .list-item .supply-info-box {
  display: none;
}
.goods-list-page .goods-list-box .goods-list.list {
  width: 100%;
}
.goods-list-page .goods-list-box .goods-list.list .list-item {
  width: 100%;
  margin-bottom: 15px;
  background-color: #fff;
  display: flex;
  border-radius: 10px;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .goods-item {
  width: 100%;
  display: flex;
  padding: 20px;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .goods-item .supplier-info {
  display: none;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .goods-item .action {
  display: none;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .supply-info-box {
  width: 340px;
  padding: 20px;
  flex: none;
  background-color: #ffffff;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .supply-info-box .btn {
  width: 100%;
  height: 46px;
  border-radius: 23px;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  padding: 0 15px 0 50px;
  font-size: 14px;
  text-align: left;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .supply-info-box .btn .icon {
  width: 32px;
  height: 32px;
  flex: none;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .supply-info-box .btn.whatsapp-btn .icon {
  background-color: #009f00;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .supply-info-box .btn.contact-btn {
  background-color: var(--main-color);
  color: #fff;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .supply-info-box .btn.contact-btn .icon {
  font-size: 32px;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .supply-info-box .btn.contact-btn .tit {
  font-size: 14px;
  line-height: 16px;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .supply-info-box .btn.contact-btn .desc {
  font-size: 12px;
  line-height: 14px;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .thumb-box {
  width: 260px;
  height: 260px;
  flex: none;
  margin-right: 20px;
  position: relative;
  border: 1px solid #d8d8d8;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .thumb-box .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .info {
  padding: 0 10px;
  color: #333;
  flex: auto;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .info .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  line-height: 20px;
  margin-bottom: 10px;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .info .title:hover {
  text-decoration: underline;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .info .price-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 100px;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .info .price-box .price {
  font-size: 16px;
  font-weight: 600;
  color: #db3225;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .info .price-box .btn {
  border-radius: 40px;
  padding: 0 40px;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .info .item-desc {
  color: #333;
  line-height: 18px;
  margin: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .info .item-desc.price-item {
  display: none;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .info .item-desc .label {
  display: inline-block;
  color: #999;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .info .item-desc .price {
  font-size: 14px;
  font-weight: 600;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .info .item-desc .min-order {
  font-size: 12px;
  color: #999;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .info .item-desc .unit {
  font-weight: 500;
  font-size: 12px;
  color: #999;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .info .goods-desc {
  display: block !important;
  width: 100%;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .info .goods-desc .item-desc .value {
  font-size: 12px;
  color: #333;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .info .supplier-info {
  display: none;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .contact {
  display: none;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .contact .btn {
  width: 160px;
}
.goods-list-page .goods-list-box .goods-list.list .list-item .contact .lang-ru {
  width: 180px;
}

.shop-index-page .page-row-0 {
  padding: 60px 0;
}
.shop-index-page .page-row-1 {
  padding: 60px 20px 30px 20px;
}
.shop-index-page .page-row-1.bg-index {
  background: linear-gradient(#edf3ff, 60px, #fff);
}
.shop-index-page .page-row-1 .profile-thumb {
  width: 100%;
  padding-bottom: 55%;
  border-radius: 15px;
}
.shop-index-page .page-row-2 {
  margin-bottom: 60px;
}
.shop-index-page .page-row-2 .product-thumb {
  width: 100%;
}
.shop-index-page .page-row-2 .content {
  border-radius: 15px;
}
.shop-index-page .page-row-2 .content .product-banner {
  padding: 0px 60px;
}
.shop-index-page .page-row-2 .content .product-banner .product-category .thumb-bg {
  padding: 20px;
  background: #F6F6F6;
  border-radius: 50%;
}
.shop-index-page .page-row-2 .content .product-banner .product-category .thumb-bg .product-thumb {
  border-radius: 50%;
}
.shop-index-page .page-row-2 .content .product-banner .product-category .title {
  color: #333;
}
.shop-index-page .page-row-3 {
  position: relative;
  margin-bottom: 60px;
}
.shop-index-page .page-row-3::before {
  content: '';
  background-image: url(/static/home/images/main-bg.png);
  background-size: 100% 100%;
  width: 100%;
  height: 200px;
  padding-bottom: 20%;
  position: absolute;
  background-repeat: no-repeat;
}
.shop-index-page .page-row-3 .page-row-title {
  margin-top: 60px;
}
.shop-index-page .page-row-3 .page-row-title .row-title {
  color: #FFFFFF !important;
  position: relative;
  z-index: 3;
}
.shop-index-page .page-row-3 .goods-item-panel .info {
  padding: 10px;
  color: #333;
  flex: auto;
}
.shop-index-page .page-row-3 .goods-item-panel .info .title {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  line-height: 20px;
  margin-bottom: 10px;
}
.shop-index-page .page-row-3 .goods-item-panel .info .title:hover {
  text-decoration: underline;
}
.shop-index-page .page-row-3 .goods-item-panel .info .goods-desc {
  color: #333;
  line-height: 18px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shop-index-page .page-row-3 .goods-item-panel .info .goods-desc .price {
  font-size: 14px;
  font-weight: 600;
  color: #db3225;
}
.shop-index-page .page-row-4 .page-goods-all {
  padding: 60px 20px 30px 20px;
  border-radius: 15px;
}
.shop-index-page .page-row-4 .products-list-bar {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 20px;
}
.shop-index-page .page-row-4 .goods-list-content .goods-desc {
  color: #333;
  line-height: 18px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shop-index-page .page-row-4 .goods-list-content .goods-desc .price {
  font-size: 14px;
  font-weight: 600;
  color: #db3225;
}
.shop-index-page .page-row-5 {
  margin: 60px 0;
  position: relative;
}
.shop-index-page .page-row-5:before {
  content: '';
  width: 100%;
  height: 200px;
  background-color: var(--main-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.shop-index-page .page-row-5 .page-company-box {
  padding: 50px 0;
  background: #FFFFFF;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.shop-index-page .feedback {
  margin: 60px 0;
}
.shop-index-page .profile-box {
  background: linear-gradient(#edf3ff, 60px, #fff);
  display: flex;
  justify-content: space-between;
  height: 400px;
  border-radius: 15px;
}
.shop-index-page .profile-box .profile-left {
  flex: auto;
  min-width: 0;
  position: relative;
}
.shop-index-page .profile-box .profile-left .page-banner-index {
  position: absolute;
  width: 100%;
  height: 400px;
  top: -80px;
}
.shop-index-page .profile-box .profile-left .page-banner-index .index-banner {
  width: 100% !important;
  height: 100%;
  position: relative;
}
.shop-index-page .profile-box .profile-left .page-banner-index .index-banner .swiper-slide {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 15px;
}
.shop-index-page .profile-box .profile-left .page-banner-index .index-banner .swiper-slide.vr-slide .tips-icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
}
.shop-index-page .profile-box .profile-left .page-banner-index .index-banner .swiper-slide.vr-slide .tips-icon .icon {
  background-image: url("/static/home/images/720.png");
  width: 80px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.shop-index-page .profile-box .profile-left .page-banner-index .index-banner .swiper-slide.vr-slide .tips-icon .text {
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
}
.shop-index-page .profile-box .profile-left .page-banner-index .index-banner .swiper-slide.video-slide .play-icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/static/home/images/play.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
  border-radius: 15px;
}
.shop-index-page .profile-box .profile-right {
  flex: none;
  width: 650px;
}
.shop-index-page .profile-box .profile-right .title {
  font-size: 28px;
  font-weight: 700;
  margin: 20px auto;
  color: #333;
}
.shop-index-page .profile-box .profile-right .profile-desc {
  color: #666666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5 !important;
  overflow: hidden;
}
.shop-index-page .profile-box .profile-right .btn {
  background: #2546A1;
  border-radius: 23px;
  border: 1px solid #e8e8e8;
  padding: 10px 30px;
  font-size: 14px;
  color: #FFFFFF;
}
.shop-index-page .swiper-button-next {
  border-radius: 20px 0 0 20px;
  padding-left: 10px;
  right: 0 !important;
}
.shop-index-page .swiper-button-prev {
  border-radius: 0 20px 20px 0;
  padding-right: 10px;
  left: 0 !important;
}
.shop-index-page .swiper-button-next:before, .shop-index-page .swiper-button-prev:before {
  color: #fff;
}
.shop-index-page.self-page .page-row-0 {
  min-height: 600px;
  position: relative;
}
.shop-index-page.self-page .page-row-0::before {
  content: '';
  width: 100%;
  height: 600px;
  background-color: #2546A1;
  position: absolute;
  clip-path: polygon(0 0, 0 100%, 100% 50%, 100% 0);
  left: 0;
  top: 0;
  z-index: 0;
}
.shop-index-page.self-page .page-row-0 .container {
  position: relative;
  z-index: 1;
}
.shop-index-page.self-page .page-row-0 .about-text-box .row-title {
  color: #fff;
}
.shop-index-page.self-page .page-row-0 .about-text-box .introduction-desc {
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}
.shop-index-page.self-page .page-row-0 .more-link {
  display: flex;
}
.shop-index-page.self-page .page-row-0 .more-link .more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 40px;
  padding: 20px;
  font-size: 12px;
  color: #333;
  margin-right: 3px;
  flex: none;
}
.shop-index-page.self-page .page-row-0 .more-link .icon {
  width: 40px;
  height: 40px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2ae41;
  color: #000;
}
.shop-index-page.self-page .page-row-0 .about-images-box {
  margin-top: 30px;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.shop-index-page.self-page .page-row-0 .about-images-box .left-box {
  width: 66.66%;
  flex: none;
  margin-right: 20px;
}
.shop-index-page.self-page .page-row-0 .about-images-box .right-box {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shop-index-page.self-page .page-row-0 .about-images-box .about-img-item {
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 15px;
  overflow: hidden;
}
.shop-index-page.self-page .page-row-0 .about-images-box .about-img-item .item-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.shop-index-page.self-page .page-row-0 .about-images-box .about-img-item .item-slide.vr-slide .tips-icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
}
.shop-index-page.self-page .page-row-0 .about-images-box .about-img-item .item-slide.vr-slide .tips-icon .icon {
  background-image: url("/static/home/images/720.png");
  width: 80px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.shop-index-page.self-page .page-row-0 .about-images-box .about-img-item .item-slide.vr-slide .tips-icon .text {
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
}
.shop-index-page.self-page .page-row-0 .about-images-box .about-img-item .item-slide.video-slide .play-icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/static/home/images/play.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px 60px;
  border-radius: 15px;
}
.shop-index-page.self-page .page-row-3:before {
  content: '';
  display: none;
}
.shop-index-page.self-page .page-row-3 .row-title {
  color: var(--main-color) !important;
}
.shop-index-page.self-page .page-row-3 .main-product-content {
  background-color: var(--main-color);
  height: 700px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.shop-index-page.self-page .page-row-3 .main-product-content .main-banner {
  background-color: #fff;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.shop-index-page.self-page .page-row-3 .main-product-content .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.shop-index-page.self-page .page-row-3 .main-product-content .container .view-left {
  width: 50%;
  flex: auto;
  position: relative;
}
.shop-index-page.self-page .page-row-3 .main-product-content .container .view-left .more-link {
  height: 40px;
  padding: 0 20px;
  background-color: #f1ad46;
  color: #333;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 15px;
}
.shop-index-page.self-page .page-row-3 .main-product-content .container .view-left .more-link .text {
  font-size: 14px;
  margin-right: 10px;
}
.shop-index-page.self-page .page-row-3 .main-product-content .container .view-left .more-link .icon {
  font-size: 16px;
}
.shop-index-page.self-page .page-row-3 .main-product-content .container .view-left .close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 15px;
  display: none;
}
.shop-index-page.self-page .page-row-3 .main-product-content .container .view-left .close .icon {
  font-size: 24px;
  color: #fff;
}
.shop-index-page.self-page .page-row-3 .main-product-content .container .view-right {
  width: calc(50% + 200px);
  flex: none;
  position: relative;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.shop-index-page.self-page .page-row-3 .main-product-content .container .view-right::before {
  content: '';
  width: calc(100% - 200px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--main-color);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.shop-index-page.self-page .page-row-3 .main-product-content .container .view-right .product-banner {
  width: 100%;
}
.shop-index-page.self-page .page-row-3 .main-product-content .container .view-right .product-banner .goods-item-panel {
  background-image: linear-gradient(to top, #b5c1e1 0%, #fff 30%);
  border: none;
  border-radius: 15px;
  overflow: hidden;
}
.shop-index-page.self-page .page-row-3 .main-product-content .container .view-right .arrow {
  width: 160px;
  height: 71px;
  position: absolute;
  right: 100px;
  bottom: 40px;
  opacity: 0.3;
  background-image: url("/static/home/images/supply/arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.shop-index-page.self-page .page-row-3 .main-product-content .container .view-right.active::before {
  width: 100%;
}
.shop-index-page.self-page .page-row-3 .main-product-content .container .view-right.active .arrow {
  right: 30px;
}
.shop-index-page.self-page .page-row-3 .main-product-content.expand .main-banner {
  left: auto !important;
  right: 70%;
}
.shop-index-page.self-page .page-row-3 .main-product-content.expand .container .view-left .more-link {
  display: none;
}
.shop-index-page.self-page .page-row-3 .main-product-content.expand .container .view-left .close {
  display: flex;
}
.shop-index-page.self-page .page-row-3 .main-product-content.expand .container .view-right {
  width: 85%;
}
.shop-index-page.self-page .page-row-3 .main-product-content.expand .container .view-right::before {
  width: 100%;
}
.shop-index-page.self-page .page-row-company-style {
  height: 690px;
  position: relative;
  max-width: 2500px;
  margin: 80px auto 0;
  padding: 0;
  background: url("/static/home/images/supply/building.png") right bottom no-repeat, radial-gradient(circle 1000px at right top, rgba(37, 70, 161, 0.5) 0%, rgba(37, 70, 161, 0.6) 20%, #2546a1 100%);
}
.shop-index-page.self-page .page-row-company-style:before {
  content: '';
  width: 100%;
  height: 150px;
  background-color: #f3f6fa;
  clip-path: polygon(0 0, 0 100%, 80% 0, 100% 60%, 100% 0);
  position: absolute;
  left: 0;
  top: -1px;
}
.shop-index-page.self-page .page-row-company-style .container {
  position: relative;
  height: 100%;
}
.shop-index-page.self-page .page-row-company-style .container.page-content {
  padding-top: 250px !important;
}
.shop-index-page.self-page .page-row-company-style .company-style-title {
  position: absolute;
  right: 100px;
  top: 30px;
}
.shop-index-page.self-page .page-row-company-style .company-style-title .title {
  font-size: 38px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  font-weight: 700;
  padding-right: 30px;
  position: relative;
}
.shop-index-page.self-page .page-row-company-style .company-style-title .title .text {
  position: relative;
  z-index: 1;
}
.shop-index-page.self-page .page-row-company-style .company-style-title .title:after {
  content: '';
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-image: linear-gradient(-135deg, #a1c4fd 0%, rgba(161, 196, 253, 0) 80%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.shop-index-page.self-page .page-row-company-style .company-style-title .sub-title {
  margin-top: 10px;
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  opacity: 0.2;
  text-transform: uppercase;
}
.shop-index-page.self-page .page-row-company-style .company-style-swiper {
  padding-bottom: 100px;
}
.shop-index-page.self-page .page-row-company-style .company-style-swiper .item {
  border-radius: 15px;
  overflow: hidden;
}
.shop-index-page.self-page .page-row-company-style .company-style-swiper .swiper-action-tool {
  position: absolute;
  width: 70%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-index-page.self-page .page-row-company-style .company-style-swiper .swiper-action-tool .swiper-pagination {
  position: relative;
  border-radius: 6px;
  height: 1px;
  width: calc(100% - 120px);
  flex: auto;
}
.shop-index-page.self-page .page-row-company-style .company-style-swiper .swiper-action-tool .swiper-pagination .swiper-pagination-progressbar {
  height: 3px;
  top: -1px;
  border-radius: 3px;
  background: #fff;
}
.shop-index-page.self-page .page-row-company-style .company-style-swiper .swiper-action-tool .swiper-button-next,
.shop-index-page.self-page .page-row-company-style .company-style-swiper .swiper-action-tool .swiper-button-prev {
  position: relative;
  display: flex;
  background: none !important;
  font-family: "global-iconfont" !important;
  width: 40px !important;
  height: 40px !important;
  flex: none;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 16px !important;
  margin-top: 0;
  margin-left: 30px;
  padding: 0 !important;
}
.shop-index-page.self-page .page-row-company-style .company-style-swiper .swiper-action-tool .swiper-button-next:hover:before,
.shop-index-page.self-page .page-row-company-style .company-style-swiper .swiper-action-tool .swiper-button-prev:hover:before {
  background: none !important;
  color: #fff !important;
}
.shop-index-page.self-page .page-row-company-style .company-style-swiper .swiper-action-tool .swiper-button-next::before,
.shop-index-page.self-page .page-row-company-style .company-style-swiper .swiper-action-tool .swiper-button-prev::before {
  font-size: 16px !important;
  color: #fff;
}
.shop-index-page.self-page .page-row-company-style .company-style-swiper .swiper-action-tool .swiper-button-prev {
  margin-left: 60px;
  position: relative;
}
.shop-index-page.self-page .page-row-company-style .company-style-swiper .swiper-action-tool .swiper-button-prev:after {
  content: '';
  width: 0;
  height: 35px;
  border-left: 1px solid #fff;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.company-info-box {
  border-radius: 15px;
}

.shop-info-box {
  display: flex;
  justify-content: space-between;
}
.shop-info-box .shop-left {
  flex: none;
  width: 400px;
  text-align: center;
  border-right: 1px solid #D7D7D7;
}
.shop-info-box .shop-left .shop-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #F4F4F4;
}
.shop-info-box .shop-right {
  flex: auto;
  position: relative;
}
.shop-info-box .shop-right .shop-info-item {
  display: flex;
  justify-content: space-between;
  line-height: 32px;
}
.shop-info-box .shop-right .shop-info-item .shop-label {
  flex: none;
  width: 120px;
  text-align: right;
}
.shop-info-box .shop-right .shop-info-item .shop-value {
  flex: 1;
}
.shop-info-box .shop-right .no-login {
  background-color: #f7f7f7;
  width: 200px;
  height: 128px;
  position: absolute;
  left: 160px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-form .form-item {
  padding-left: 150px;
}
.custom-form .form-item .label {
  width: 150px !important;
}

.about-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0  auto;
  align-items: flex-start;
}
.about-content .left-panel {
  width: 300px;
  min-height: 300px;
  flex: none;
  margin-right: 15px;
  position: sticky;
  top: 20px;
}
.about-content .left-panel .card-panel {
  border-radius: 15px;
  background-color: #fff;
}
.about-content .left-panel .card-panel .about-form .form-item {
  padding-left: 0 !important;
}
.about-content .left-panel .card-panel .category-nav {
  padding-bottom: 10px;
  background-color: #fff;
  border-radius: 15px;
}
.about-content .left-panel .card-panel .category-nav .category-link {
  padding: 8px 15px;
  color: #333;
  font-size: 14px;
  line-height: 32px;
  display: flex;
  align-items: center;
}
.about-content .left-panel .card-panel .category-nav .active {
  color: #294a9f;
  background-color: #EAEEF8;
  position: relative;
}
.about-content .left-panel .card-panel .category-nav .active ::after {
  content: '';
  position: absolute;
  border-left: 5px solid #003D90;
  width: 5px;
  height: 100%;
  left: 0;
  top: 0;
}
.about-content .left-panel .card-panel .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px;
}
.about-content .left-panel .card-panel .contact-info {
  display: flex;
  margin-bottom: 20px;
}
.about-content .left-panel .card-panel .contact-info .avatar {
  width: 40px;
  height: 40px;
  flex: none;
  margin-right: 10px;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.about-content .left-panel .card-panel .contact-info .avatar .info {
  flex: auto;
}
.about-content .left-panel .card-panel .contact-info .avatar .info .name {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.about-content .left-panel .card-panel .custom-form {
  padding: 0;
}
.about-content .left-panel .card-panel .custom-form .custom-btn {
  min-width: 100%;
}
.about-content .right-panel {
  flex: auto;
  min-width: 0;
}
.about-content .right-panel .nav-bar {
  display: none !important;
}

.left-contact-panel {
  padding: 10px;
  background-color: #fff;
  border-radius: 20px;
}
.left-contact-panel .panel-head {
  padding: 10px 5px 15px;
  display: flex;
  align-items: center;
}
.left-contact-panel .panel-head .icon {
  font-size: 24px;
  margin-right: 5px;
}
.left-contact-panel .panel-head .tit {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.left-contact-panel .contact-info {
  display: flex;
  margin-bottom: 20px;
}
.left-contact-panel .contact-info .avatar {
  width: 40px;
  height: 40px;
  flex: none;
  margin-right: 10px;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
}
.left-contact-panel .contact-info .info {
  flex: auto;
}
.left-contact-panel .contact-info .info .name {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 5px;
}
.left-contact-panel .custom-form {
  padding: 0 !important;
}
.left-contact-panel .custom-form .form-item {
  padding: 0 !important;
}
.left-contact-panel .custom-form .custom-btn {
  min-width: 100%;
  border-radius: 20px;
}

.m-page::before {
  position: absolute;
  content: "";
  background-image: url(/static/home/images/shop_bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.m-page .supplier-main {
  height: calc(100% - 65px);
  overflow-y: auto;
}
.m-page .supplier-main::-webkit-scrollbar {
  display: none;
}
.m-page .supplier-header {
  background: none;
}
.m-page .supplier-header .page-header {
  color: #fff;
}
.m-page .supplier-header .page-header .search-box {
  width: 90%;
  margin-left: 5%;
}
.m-page .supplier-header .page-header .search-box .search-form {
  padding: 0 40px 0 10px;
}
.m-page .supplier-header .page-header .search-box .search-form .search-input {
  width: auto;
  flex: 1;
}
.m-page .supplier-header .page-header .search-box .search-form .search-input .form-control {
  line-height: 36px;
}
.m-page .supplier-header .page-header .search-box .search-form .search-btn {
  width: 40px;
  height: 40px;
  background: none;
  color: #2546A1;
  border: none;
}
.m-page .supplier-header .page-header .search-box .search-form .search-btn .search-icon {
  line-height: 40px;
}
.m-page .supplier-header .page-header .search-box .dropdown-toggle {
  color: #333;
}
.m-page .supplier-header .shop-head {
  padding: 0 10px 10px 10px;
}
.m-page .supplier-header .shop-head .head-card {
  position: relative;
  background-image: url(/static/home/images/shop_head_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 10px;
}
.m-page .supplier-header .shop-head .supplier-box {
  margin-bottom: 0;
}
.m-page .supplier-header .shop-head .supplier-box .supplier-logo {
  width: 50px;
  height: 50px;
}
.m-page .supplier-header .nav-bar {
  margin-top: 0;
  background-color: transparent;
  margin-bottom: 10px;
  position: relative;
}
.m-page .supplier-header .nav-bar .nav {
  justify-content: space-between;
  line-height: 40px;
  padding: 0 10px;
}
.m-page .supplier-header .nav-bar .nav-item .nav-link {
  padding: 0;
}
.m-page .supplier-header .nav-bar .nav-item .nav-link.active {
  background-color: transparent;
  position: relative;
}
.m-page .supplier-header .nav-bar .nav-item .nav-link.active::before {
  position: absolute;
  content: "";
  width: 25%;
  height: 1px;
  background: #fff;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.m-page .supplier-header .nav-bar.fixed {
  position: fixed;
  height: 40px;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #2546a1;
}
.m-page .supplier-page-banner {
  overflow: hidden;
}
.m-page .supplier-page-banner .swiper-slide {
  height: 100%;
  padding-bottom: 0;
  border-radius: 10px;
}
.m-page .index-row {
  margin: 10px;
  padding: 15px 10px;
  border-radius: 10px;
  position: relative;
}
.m-page .index-row .title {
  text-align: center;
}
.m-page .index-row .title .more {
  margin: 8px 0;
  color: #333;
  display: inline-block;
}
.m-page .index-row .main .text {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  color: #666;
  text-indent: 2em;
}
.m-page .index-row .main #company {
  overflow: hidden;
}
.m-page .index-row .main #company .tips-icon {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
}
.m-page .index-row .main #company .tips-icon .icon {
  background-image: url("/static/home/images/720.png");
  width: 40px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
}
.m-page .index-row .main #company .tips-icon .text {
  font-size: 12px;
  color: #fff;
  padding-top: 10px;
}
.m-page .index-row .main #company .swiper-slide {
  height: 0;
  padding-bottom: 56%;
  background-size: cover;
}
.m-page .index-row .main #product-banner .title {
  color: #333;
}
.m-page .goods_recommend {
  position: relative;
}
.m-page .goods_recommend .title {
  background-image: url(/static/home/images/main_products.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  color: #fff;
  height: 130px;
}
.m-page .goods_recommend .title .text {
  text-align: center;
  padding-top: 20px;
}
.m-page .goods_recommend .main {
  margin: -50px 10px 0 10px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}
.m-page .goods_recommend .main .scroll-view {
  overflow: auto hidden;
  display: flex;
}
.m-page .goods_recommend .main .scroll-view::-webkit-scrollbar {
  display: none;
}
.m-page .goods_recommend .main .goods .item {
  width: 140px;
  margin-right: 10px;
}
.m-page .goods_recommend .main .goods .item .name {
  font-size: 14px;
  min-height: 32px;
  color: #333;
}
.m-page .goods_recommend .main .goods .item .price {
  font-size: 14px;
  font-weight: 600;
  color: #c9442e;
}
.m-page .goods_recommend .main .goods .item .unit {
  line-height: 18px;
  color: #999;
}
.m-page .goods-item-panel .info .price {
  font-weight: 600;
  color: #c9442e;
}
.m-page .form-item {
  margin-bottom: 0;
}
.m-page .form-item .label {
  width: 110px !important;
  justify-content: flex-start;
  margin: 10px;
}
.m-page .form-item .label .label-name {
  padding-left: 0 !important;
}
.m-page .form-item .custom-btn {
  margin: 0 auto;
}
.m-page .category-bar {
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  padding: 0 10px;
}
.m-page .category-bar .category-tabs {
  background-color: #fff;
  position: relative;
  z-index: 9;
  flex: auto;
  min-width: 0;
  display: flex;
}
.m-page .category-bar .category-tabs .scroll-view {
  flex: 1;
  overflow: auto hidden;
}
.m-page .category-bar .category-tabs .scroll-view::-webkit-scrollbar {
  display: none;
}
.m-page .category-bar .category-tabs .scroll-view .wrapper_nav {
  display: flex;
}
.m-page .category-bar .category-tabs .scroll-view .wrapper_nav .nav-item {
  padding: 0 11px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  line-height: 40px;
}
.m-page .category-bar .category-tabs .scroll-view .wrapper_nav .nav-item .name {
  white-space: nowrap;
  color: #333;
  font-size: 14px;
}
.m-page .category-bar .category-tabs .scroll-view .wrapper_nav .nav-item.active .name {
  color: #2546a1;
  font-weight: 600;
}
.m-page .category-bar .category-tabs .arrow-icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: global-iconfont !important;
  font-size: 14px;
  color: #999;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.m-page .category-bar .category-tabs.open .wrapper_nav {
  flex-wrap: wrap;
}
.m-page .goods-list-page .goods-list-box .goods-list.gird {
  width: calc(100% + 10px);
}
.m-page .goods-list-page .goods-list-box .goods-list.gird .list-item {
  width: calc(50% - 10px);
  margin: 0 10px 10px 0;
  background: #fff;
}
.m-page .about-content {
  margin: 0;
}
.m-page .about-content .row1 {
  margin-top: 0;
}
.m-page .about-content .index-row .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: left;
}
.m-page .index-row .label-item {
  font-size: 14px;
  line-height: 32px;
}
.m-page .index-row .label-item .tit {
  color: #666;
  margin-right: 20px;
  min-width: 100px;
}
.m-page .company-info img {
  max-width: 100%;
  height: auto;
}
.m-page .contact {
  position: relative;
}
.m-page .contact .head {
  margin: 0 15px;
  padding: 20px 0 15px 0;
  border-bottom: 1px solid #eee;
}
.m-page .contact .head .shop-avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 5px;
}
.m-page .contact .head .job {
  color: #666;
}
.m-page .contact .item-row {
  font-size: 14px;
}
.m-page .contact .item-row .shop-label {
  min-width: 110px;
  margin-right: 20px;
  text-align: right;
  color: #999;
}
.m-page .page-footer {
  width: 100%;
  min-height: 50px;
  height: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
}
.m-page .page-footer .cate {
  text-align: center;
  color: #666;
  flex: none;
  margin-right: 10px;
}
.m-page .page-footer .cate .icon {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background-image: url(/static/home/images/category.png);
}
.m-page .page-footer .cate .text {
  font-size: 14px;
  padding-top: 5px;
}
.m-page .page-footer .contact {
  font-size: 14px;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  background: #0348ab;
  color: #fff;
  text-align: center;
  flex: 1;
}
.m-page .page-footer .whatsapp {
  font-size: 14px;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  color: #46a12b;
  border: 1px solid #7cbd66;
  margin-left: 15px;
}
.m-page .page-footer .whatsapp .icon {
  width: 20px;
  height: 20px;
  background-image: url(/static/home/images/whatsapp.png);
  margin-right: 5px;
}
.m-page .page-footer .whatsapp .whatsapp {
  font-size: 14px;
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  color: #46a12b;
  border: 1px solid #7cbd66;
  margin-left: 15px;
}
.m-page .listPop {
  padding-top: 20px;
}
.m-page .listPop .item {
  display: flex;
  justify-content: space-between;
}
.m-page .listPop .item .text-item {
  font-size: 14px;
  color: #333;
}
.m-page .listPop .item .img-item {
  width: 38px;
  height: 38px;
  border-radius: 6px;
}

.category-mobile-box {
  color: #333;
  position: relative;
}
.category-mobile-box .category-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.category-mobile-box .category-item:last-child {
  border-bottom: none;
}
.category-mobile-box .category-item .name {
  font-size: 14px;
  color: #333;
}
.category-mobile-box .category-item .name .num {
  font-size: 12px;
  color: #999;
}
.category-mobile-box .category-item .thumb {
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 1500px) {
  .shop-index-page.self-page .page-row-3 .main-product-content {
    height: 500px;
  }

  .shop-index-page.self-page .page-row-company-style {
    height: 600px;
  }
}
