body {
  background-color: #f2f6fa;
}

.shop-index-page .shop-banner {
  height: 320px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin-bottom: 20px;
  background-color: var(--main-color);
  background-image: url("/static/home/images/shop-banner.png");
}
.shop-index-page .shop-banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 0 30px;
}
.shop-index-page .shop-banner .shop-info {
  display: flex;
  color: #fff;
}
.shop-index-page .shop-banner .shop-info .logo {
  width: 60px;
  height: 60px;
  flex: none;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.shop-index-page .shop-banner .shop-info .info {
  flex: auto;
}
.shop-index-page .shop-banner .shop-info .info .company-name {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}
.shop-index-page .shop-banner .shop-info .info .desc .item {
  margin-right: 10px;
}
.shop-index-page .shop-banner .shop-info .info .company-icon-v {
  width: 20px;
  height: 20px;
}
.shop-index-page .shop-banner .shop-info .info .supplier-icon {
  display: flex;
  align-items: center;
  height: 20px;
  border: 1px solid #D4A339;
  padding: 0 5px;
  background: #FAF7ED;
  border-radius: 2px;
  font-weight: 600;
  color: #D4A339;
  text-align: center;
  font-size: 12px;
}
.shop-index-page .shop-banner .shop-info .info .supplier-icon .flag-icon {
  margin-right: 5px;
}
.shop-index-page .shop-banner .action-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.shop-index-page .shop-banner .action-box .shop-nav {
  display: flex;
}
.shop-index-page .shop-banner .action-box .shop-nav .item {
  color: #fff;
  font-size: 16px;
  min-width: 140px;
  padding: 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  margin-right: 20px;
}
.shop-index-page .shop-banner .action-box .shop-nav .item.active {
  background-color: #fff;
  color: var(--main-color);
  font-weight: 600;
}
.shop-index-page .shop-banner .action-box .action-item {
  display: inline-block;
  margin-left: 20px;
  color: #fff;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.3);
}
.shop-index-page .shop-banner .action-box .is-collect .icon:before {
  content: "\e65a";
  color: #ff0000 !important;
}
.shop-index-page .shop-banner .action-box .is-collect .text {
  color: #ffffff;
}
.shop-index-page .shop-banner .action-box .company-box .icon {
  font-family: "global-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.shop-index-page .shop-banner .action-box .company-box .icon:before {
  content: "\e65a";
  color: #ffffff;
}
.shop-index-page .page-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.shop-index-page .page-content .left-panel {
  width: 300px;
  min-height: 300px;
  flex: none;
  margin-right: 15px;
  position: sticky;
  top: 80px;
}
.shop-index-page .page-content .left-panel .card-panel {
  background-color: #fff;
  padding: 10px;
}
.shop-index-page .page-content .left-panel .card-panel .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px;
}
.shop-index-page .page-content .left-panel .contact-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.shop-index-page .page-content .left-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;
}
.shop-index-page .page-content .left-panel .contact-info .info {
  flex: auto;
}
.shop-index-page .page-content .left-panel .contact-info .info .name {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}
.shop-index-page .page-content .left-panel .category-nav {
  padding-bottom: 10px;
  background-color: #fff;
}
.shop-index-page .page-content .left-panel .category-nav .category-link {
  padding: 8px 15px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.shop-index-page .page-content .left-panel .category-nav .category-link .name {
  flex: auto;
  margin-right: 5px;
  min-width: 0;
}
.shop-index-page .page-content .left-panel .category-nav .category-link .icon {
  font-size: 12px;
  color: #666;
}
.shop-index-page .page-content .left-panel .category-nav .category-link:hover, .shop-index-page .page-content .left-panel .category-nav .category-link.active {
  color: #294a9f;
  background-color: #efefef;
}
.shop-index-page .page-content .left-panel .category-nav .category-child-nav {
  display: none;
}
.shop-index-page .page-content .left-panel .category-nav .category-child-nav .category-link {
  padding-left: 30px;
}
.shop-index-page .page-content .left-panel .category-nav .parent-item.active {
  background-color: #efefef;
}
.shop-index-page .page-content .left-panel .category-nav .parent-item.active .category-child-nav {
  display: block;
}
.shop-index-page .page-content .goods-list-box {
  flex: auto;
  padding: 20px 5px 20px 20px;
  background-color: #fff;
}
.shop-index-page .page-content .goods-list-box .goods-search-bar {
  width: calc(100% - 15px);
  padding: 10px;
  background-color: #f7f7f7;
  margin-bottom: 10px;
}
.shop-index-page .page-content .goods-list-box .goods-list {
  margin-bottom: 30px;
}
.shop-index-page .page-content .goods-list-box .goods-list .contact {
  margin-top: 10px;
}
.shop-index-page .page-content .goods-list-box .goods-list .contact .btn {
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.shop-index-page .page-content .goods-list-box .goods-list .contact .btn .icon {
  line-height: 1;
}
.shop-index-page .page-content .goods-list-box .goods-list.gird {
  display: flex;
  flex-wrap: wrap;
}
.shop-index-page .page-content .goods-list-box .goods-list.gird .list-item {
  width: calc(25% - 15px);
  border: 1px solid #d8d8d8;
  margin: 0 15px 15px 0;
}
.shop-index-page .page-content .goods-list-box .goods-list.gird .list-item .thumb-box {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.shop-index-page .page-content .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;
}
.shop-index-page .page-content .goods-list-box .goods-list.gird .list-item .info {
  padding: 10px;
  color: #333;
}
.shop-index-page .page-content .goods-list-box .goods-list.gird .list-item .info .title {
  font-size: 12px;
  color: var(--main-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  line-height: 20px;
  height: 40px;
  margin-bottom: 5px;
}
.shop-index-page .page-content .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;
}
.shop-index-page .page-content .goods-list-box .goods-list.gird .list-item .info .item-desc:last-child {
  display: none;
}
.shop-index-page .page-content .goods-list-box .goods-list.gird .list-item .info .item-desc .label {
  display: inline-block;
  color: #999;
}
.shop-index-page .page-content .goods-list-box .goods-list.gird .list-item .info .item-desc .price {
  font-size: 14px;
  font-weight: 600;
}
.shop-index-page .page-content .goods-list-box .goods-list.gird .list-item .info .item-desc .min-order, .shop-index-page .page-content .goods-list-box .goods-list.gird .list-item .info .item-desc .value {
  font-size: 12px;
  color: #999;
}
.shop-index-page .page-content .goods-list-box .goods-list.gird .list-item .info .item-desc .unit {
  font-weight: 500;
  font-size: 12px;
  color: #999;
}
.shop-index-page .page-content .goods-list-box .goods-list.gird .list-item .info .item-desc:nth-child(n+3) {
  display: none;
}
.shop-index-page .page-content .goods-list-box .goods-list.gird .list-item .info .supplier-info {
  display: flex;
  align-items: center;
  color: #666;
}
.shop-index-page .page-content .goods-list-box .goods-list.gird .list-item .info .supplier-info .icon {
  font-size: 14px;
  margin-right: 5px;
}
.shop-index-page .page-content .goods-list-box .goods-list.gird .list-item .info .supplier-info:hover {
  color: var(--main-color);
}
.shop-index-page .page-content .goods-list-box .goods-list.list {
  width: 100%;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item {
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #d8d8d8;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item .goods-item {
  width: 100%;
  display: flex;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item .thumb-box {
  width: 150px;
  flex: none;
  margin-right: 20px;
  position: relative;
  border: 1px solid #d8d8d8;
}
.shop-index-page .page-content .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;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item .info {
  padding: 10px;
  color: #333;
  flex: auto;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item .info .title {
  font-size: 14px;
  color: var(--main-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  line-height: 20px;
  margin-bottom: 5px;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item .info .item-desc {
  color: #333;
  line-height: 18px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item .info .item-desc .label {
  display: inline-block;
  color: #999;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item .info .item-desc .price {
  font-size: 14px;
  font-weight: 600;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item .info .item-desc .min-order {
  font-size: 12px;
  color: #999;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item .info .item-desc .unit {
  font-weight: 500;
  font-size: 12px;
  color: #999;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item .info .goods-desc {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: -20px;
  flex-wrap: wrap;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item .info .goods-desc .item-desc {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item .info .goods-desc .item-desc .value {
  font-size: 12px;
  color: #333;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item .info .supplier-info {
  margin-top: 10px;
  display: flex;
  align-items: center;
  color: #666;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item .info .supplier-info .icon {
  font-size: 14px;
  margin-right: 5px;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item .info .supplier-info:hover {
  color: var(--main-color);
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item .contact .btn {
  width: 160px;
}
.shop-index-page .page-content .goods-list-box .goods-list.list .list-item:hover {
  background-color: #f7f7f7;
}
.shop-index-page .page-content .company-info-box {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
.shop-index-page .page-content .company-info-box .title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
  padding: 10px;
  position: relative;
}
.shop-index-page .page-content .company-info-box .title:after {
  content: "";
  width: 6px;
  height: 16px;
  border-radius: 3px;
  background-color: var(--main-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.shop-index-page .page-content .company-info-box .company-content {
  font-size: 14px;
  line-height: 30px;
}
.shop-index-page .page-content .company-info-box .company-content img {
  max-width: 100%;
  height: auto;
}

.info-table .label {
  width: 150px;
  background-color: #f7f7f7;
}

.shop-item {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.shop-item .shop-info {
  flex: none;
  width: 600px;
}
.shop-item .shop-info .supplier-info {
  display: flex;
}
.shop-item .shop-info .supplier-info .logo {
  width: 80px;
  height: 80px;
  border-radius: 16px;
}
.shop-item .shop-info .supplier-info .info .company-name {
  color: #333;
}
.shop-item .shop-info .supplier-info .info .company-years {
  display: flex;
  align-items: center;
}
.shop-item .shop-info .supplier-info .info .company-years .supplier-info-type {
  background: #FAF7ED;
  border-radius: 2px;
  color: #D4A339;
  text-align: center;
}
.shop-item .shop-info .supplier-info .info .company-years .icon-country {
  line-height: inherit;
  margin-left: 10px;
  width: 25px;
}
.shop-item .shop-info .desc-info .desc-item {
  display: flex;
  padding-top: 15px;
}
.shop-item .shop-info .desc-info .desc-item .lable {
  font-weight: 400;
  color: #999999;
  text-align: left;
  flex: none;
  width: 100px;
}
.shop-item .shop-info .desc-info .desc-item .value {
  color: #333;
}
.shop-item .goods-list {
  flex: auto;
}
.shop-item .goods-list .goods-item-panel {
  margin: 0;
}
.shop-item .contact_us .supplier-info-contact {
  display: inline-block;
  text-align: center;
  line-height: 34px;
  width: 140px;
  height: 34px;
  background: #1161D3;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  margin-right: 10px;
  margin-bottom: 18px;
}

.page-banner {
  position: relative;
}
.page-banner .title-box {
  padding: 32px;
  position: absolute;
  top: 30%;
  left: calc(50% - 710px);
  width: 700px;
  z-index: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 16px;
}
.page-banner .title-box .title {
  font-size: 42px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-shadow: 0 2px 3px rgba(4, 15, 47, 0.5);
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
}
.page-banner .title-box .sub-title {
  padding-top: 20px;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0.2px;
  line-height: 1.2;
  text-shadow: 0 2px 3px rgba(4, 15, 47, 0.5);
  font-weight: 400;
  text-align: left;
}

.supply-icon {
  position: relative;
  margin-top: -55px;
  border-radius: 8px;
  z-index: 1;
}
.supply-icon .item .icon {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.supply-icon .item .icon img {
  width: 100%;
  height: 100%;
}
.supply-icon .item .title {
  width: 210px;
  margin: 12px auto 0;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0.15px;
  text-align: center;
  line-height: 18px;
  font-weight: 700;
}

.category-box {
  position: relative;
  margin-left: 46px;
  margin-right: 46px;
}
.category-box .swiper-container {
  border-bottom: 1px solid #eee;
}
.category-box .swiper-button-next, .category-box .swiper-button-prev {
  width: 30px !important;
  height: 48px !important;
  background: #FFFFFF !important;
  border-radius: 6px !important;
}
.category-box .category-swiper-button-prev:before, .category-box .category-swiper-button-next:before {
  color: #0a53be !important;
  font-size: 12px !important;
}
.category-box .category-swiper-button-next {
  right: -46px !important;
}
.category-box .category-swiper-button-prev {
  left: -46px !important;
}
.category-box .swiper-wrapper {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.category-box .swiper-wrapper .swiper-slide {
  width: auto;
}
.category-box .swiper-wrapper .swiper-slide .item {
  height: 30px;
}
.category-box .swiper-wrapper .swiper-slide .item.active {
  position: relative;
  font-weight: 600;
}
.category-box .swiper-wrapper .swiper-slide .item.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #2546A1;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.category-box .swiper-wrapper .swiper-slide .item .icon {
  width: 30px;
  height: 30px;
}
.category-box .swiper-wrapper .swiper-slide .item .name {
  font-size: 16px;
  margin-left: 10px;
  color: #333;
  font-weight: 700;
}
.category-box .swiper-wrapper .swiper-slide .item.active .name {
  font-size: 16px;
  color: #2847A3;
}
.category-box .category-swiper-button-prev {
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0 20px 20px 0;
  color: #fff;
}
.category-box .category-swiper-button-next {
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px 0 0 20px;
  color: #fff;
}
.category-box .category-swiper-button-prev:before, .category-box .category-swiper-button-next:before {
  color: #fff;
}
.category-box .swiper-button-disabled {
  display: none;
}

.supplier-list .supplier-item {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 15px;
  border-radius: 10px;
}
.supplier-list .supplier-item .supplier-box {
  padding: 30px 20px;
  flex: auto;
  min-width: 0;
  max-width: 700px;
}
.supplier-list .supplier-item .supplier-box .supplier-panel .supplier-info .company-name {
  font-size: 20px;
  color: #041341;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 700;
}
.supplier-list .supplier-item .supplier-box .supplier-panel .supplier-info .attrs {
  margin-left: 0;
}
.supplier-list .supplier-item .supplier-box .supplier-panel .supplier-info .attrs .attr-item {
  margin-left: 0;
  margin-right: 15px;
}
.supplier-list .supplier-item .supplier-box .supplier-panel .supplier-info .attrs .attr-item:before {
  font-size: 18px;
}
.supplier-list .supplier-item .supplier-box .features-item {
  margin-bottom: 0 !important;
  font-size: 14px;
  color: #656B7C;
}
.supplier-list .supplier-item .supplier-box .action {
  display: flex;
  align-items: center;
}
.supplier-list .supplier-item .supplier-box .action .btn {
  padding: 10px 20px;
  border-radius: 23px;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
}
.supplier-list .supplier-item .supplier-box .action .btn .icon {
  width: 32px;
  height: 32px;
  flex: none;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supplier-list .supplier-item .supplier-box .action .btn.contact-btn {
  background-color: var(--main-color);
  color: #fff;
}
.supplier-list .supplier-item .supplier-box .action .btn.contact-btn .icon {
  font-size: 24px;
}
.supplier-list .supplier-item .supplier-box .action .btn.contact-btn .tit {
  font-size: 14px;
  line-height: 16px;
}
.supplier-list .supplier-item .supplier-box .action .btn.contact-btn .desc {
  font-size: 12px;
  line-height: 14px;
}
.supplier-list .supplier-item .supplier-box .action .btn.whatsapp-btn {
  width: 38px;
  height: 38px;
  border: none;
  padding: 0;
}
.supplier-list .supplier-item .supplier-box .action .btn.whatsapp-btn .icon {
  width: 100%;
  height: 100%;
  background-color: #009f00;
  color: #fff;
  border-radius: 50%;
  font-size: 32px;
}
.supplier-list .supplier-item .supplier-box .supplier-desc .item-desc {
  margin-bottom: 10px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.supplier-list .supplier-item .supplier-box .supplier-desc .item-desc.main-product {
  align-items: flex-start;
}
.supplier-list .supplier-item .supplier-box .supplier-desc .item-desc .label {
  font-size: 16px;
  color: #A6A6A6;
  letter-spacing: 0;
  line-height: 22px;
  flex: none;
  margin-right: 10px;
  width: 90px;
}
.supplier-list .supplier-item .supplier-box .supplier-desc .item-desc .value {
  flex: auto;
  min-width: 0;
  font-size: 16px;
  color: #656B7C;
  letter-spacing: 0;
  line-height: 22px;
}
.supplier-list .supplier-item .goods-box {
  padding: 60px 20px 20px;
  flex: none;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.supplier-list .supplier-item .goods-box .collect-icon {
  background: #F5F6F7;
  border-radius: 16px;
  font-size: 16px;
  color: #242B3F;
  padding: 3px 13px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 15px;
}
.supplier-list .supplier-item .goods-box .collect-icon:before {
  content: "\e659";
  font-family: "global-iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin-right: 5px;
}
.supplier-list .supplier-item .goods-box .collect-icon.is-collect:before {
  content: "\e65a";
  color: #eb4940 !important;
  margin-right: 0;
}
.supplier-list .supplier-item .goods-box .goods-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.supplier-list .supplier-item .goods-box .goods-list .goods-item {
  width: 166px;
  margin-left: 12px;
}
.supplier-list .supplier-item .goods-box .goods-list .goods-item:first-child {
  margin-left: 0;
}
.supplier-list .supplier-item .goods-box .goods-list .goods-item .goods-thumb {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.supplier-list .supplier-item .goods-box .goods-list .goods-item .goods-thumb .goods-lazy-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.supplier-list .supplier-item .goods-box .goods-list .goods-item .goods-thumb:after {
  background: rgba(0, 0, 0, 0.03);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.supplier-list .supplier-item .goods-box .goods-list .goods-item .goods-name {
  margin-top: 10px;
  font-size: 16px;
  color: #242B3F;
  line-height: 18px;
  height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.supplier-list .supplier-item .goods-box.has-swiper .goods-list .goods-item:nth-child(4) {
  display: none;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper {
  width: 166px;
  height: 166px;
  border-radius: 10px;
  position: relative;
  margin-left: 12px;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .swiper-button-next, .supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .swiper-button-prev {
  top: 200px;
  background: #f3f3f2;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .tool-bar {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .tool-bar .tool-item {
  display: inline-flex;
  height: 20px;
  border-radius: 10px;
  flex: none;
  padding: 0 10px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-right: 10px;
  font-size: 12px;
  color: #fff;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .tool-bar .tool-item .icon {
  font-size: 12px;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .tool-bar .tool-item:last-child {
  margin-right: 0;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .tool-bar .tool-item.active {
  background-color: #fff;
  color: #333;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .vr-panel {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .vr-panel .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);
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .vr-panel .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;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .vr-panel .tips-icon .text {
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .video-panel {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .video-panel .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: 40px 40px;
  border-radius: 15px;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .images-panel {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .swiper-button-next, .supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .swiper-button-prev {
  width: 30px;
  height: 30px;
  left: 5px;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .swiper-button-next:before, .supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .swiper-button-prev:before {
  font-size: 16px;
}
.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .swiper-button-next, .supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .swiper-container-rtl .swiper-button-prev {
  right: 5px !important;
  left: auto !important;
}

.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .swiper-button-prev {
  left: 25px !important;
}

.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .swiper-button-next {
  right: 25px !important;
}

.supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .swiper-button-next::before, .supplier-list .supplier-item .goods-box.has-swiper .supplier-item-swiper .swiper-button-prev::before {
  font-size: 12px;
  color: #333;
}

@media (max-width: 1560px) {
  .shop-box.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
    width: 1200px;
  }
  .page-banner {
    height: 440px;
  }
}
@media (min-width: 1560px) {
  .page-banner {
    height: 540px;
  }
}

/*# sourceMappingURL=shop.css.map */
