@charset "UTF-8";
@import url(fonts.css);
* {
  font-family: Montserrat, "Microsoft YaHei", Arial, sans-serif !important;
}

body {
  background-color: #fff;
  color: var(--text-color);
}

.page-header .account-box .item {
  flex-direction: column !important;
}
.page-header .account-box .item .my-account {
  flex-direction: column !important;
}
.page-header .account-box .item .handle {
  display: block !important;
}
.page-header .account-box .item.change-lang-item .dropdown-toggle {
  display: block !important;
}
.page-header .account-box .item.change-lang-item .lang-icon {
  margin: 2px auto !important;
  display: block;
}
.page-header .account-box .item.change-lang-item .lang-center .lang-icon {
  margin: 0 !important;
  margin-right: 5px !important;
}
.page-header .header-nav .nav-item-category .nav-category {
  width: 100% !important;
}
.page-header .gaps-page-header .nav-link {
  width: 100%;
}

.index-row {
  width: 100%;
}
.index-row .row-title {
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index-row .row-title .tit, .index-row .row-title .earth-title {
  font-size: var(--font-size-36);
  font-weight: 700;
  color: var(--text-color);
}
.index-row .row-title .tit a, .index-row .row-title .earth-title a {
  color: var(--text-color);
}
.index-row .row-title .sub-tit, .index-row .row-title .earth-subtitle {
  font-size: var(--font-size-14);
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-color);
}

.index-category-wrap {
  border-radius: 32px;
  background: #fff;
  width: 295px;
  height: 527px;
  box-shadow: 0 8px 24px 0 rgba(110, 126, 146, 0.1);
}
.index-category-wrap .head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.index-category-wrap .head .tit {
  font-size: 20px;
  font-weight: 600;
}
.index-category-wrap .head .see-all {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-color);
}
.index-category-wrap .head .see-all .icon {
  font-size: 12px;
}
.index-category-wrap .auto-category-nav {
  width: 100%;
  height: calc(100% - 90px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 8px;
}
.index-category-wrap .auto-category-nav::-webkit-scrollbar {
  width: 0px;
}
.index-category-wrap .auto-category-nav::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 6px;
}
.index-category-wrap .auto-category-nav::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}
.index-category-wrap .auto-category-nav::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.index-category-wrap .auto-category-nav .category-nav-item {
  flex: auto;
}
.index-category-wrap .auto-category-nav .category-nav-item .handle {
  width: 100%;
  height: 100%;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.index-category-wrap .auto-category-nav .category-nav-item .handle .icon {
  width: 24px;
  height: 24px;
  flex: none;
  margin-right: 5px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.index-category-wrap .auto-category-nav .category-nav-item .handle .top-nav h2 {
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  max-width: 200px;
}
.index-category-wrap .auto-category-nav .category-nav-item .handle .recommend-items {
  overflow: hidden;
  flex: auto;
}
.index-category-wrap .auto-category-nav .category-nav-item .handle .recommend-items .item {
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  color: var(--text-color);
}
.index-category-wrap .auto-category-nav .category-nav-item .handle .recommend-items .item:hover {
  color: var(--main-color);
}
.index-category-wrap .auto-category-nav .category-nav-item .handle:hover {
  background-color: #f7f7f7;
}
.index-category-wrap .auto-category-nav .category-nav-item .children {
  display: none;
  overflow-y: auto;
  padding: 10px 30px 30px 0;
  border-radius: 32px;
  height: 100%;
  position: absolute;
  box-shadow: 16px 8px 24px 0px rgba(110, 126, 146, 0.2);
  left: 100%;
  top: 0;
  background-color: #ffffff;
  z-index: 2;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.index-category-wrap .auto-category-nav .category-nav-item .children::-webkit-scrollbar {
  width: 0px;
}
.index-category-wrap .auto-category-nav .category-nav-item .children .column-item {
  min-width: 200px;
  margin-left: 30px;
}
.index-category-wrap .auto-category-nav .category-nav-item .children .children-item {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
}
.index-category-wrap .auto-category-nav .category-nav-item .children .children-item dt {
  font-weight: 700;
  margin-bottom: 10px;
}
.index-category-wrap .auto-category-nav .category-nav-item .children .children-item dd {
  margin-bottom: 5px;
  margin-left: 5px;
  font-weight: 400;
  line-height: 24px;
}
.index-category-wrap .auto-category-nav .category-nav-item .children .children-item a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text-color) !important;
}
.index-category-wrap .auto-category-nav .category-nav-item .children .children-item a:hover {
  color: var(--main-color) !important;
}
.index-category-wrap .auto-category-nav .category-nav-item:hover .handle {
  background-color: #EFF6FE;
  border-radius: 8px;
}
.index-category-wrap .auto-category-nav .category-nav-item:hover .handle:before {
  content: '';
  width: 10px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
}
.index-category-wrap .auto-category-nav .category-nav-item:hover .children {
  display: flex;
}

.index-focus {
  height: 600px;
  position: relative;
  background-color: #fff;
}
.index-focus .index-category-wrap {
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -710px;
  z-index: 10;
}
.index-focus .index-live-rates-wrap {
  position: absolute;
  z-index: 9;
  right: 50%;
  top: 30px;
  margin-right: -710px;
}
.index-focus .focus-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.index-focus .focus-container .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.index-goods-recommend {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  gap: 30px;
}
.index-goods-recommend .goods-recommend-item {
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.index-goods-recommend .category-wrap {
  width: 100%;
  height: 142px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 30px;
}
.index-goods-recommend .category-wrap .cate-name {
  font-size: var(--font-size-32);
  line-height: 36px;
  font-weight: 700;
  word-break: break-word;
  position: relative;
  z-index: 1;
  color: #2E2C39;
}
.index-goods-recommend .category-wrap .cate-icon {
  width: 72px;
  height: 72px;
  background: #FFFFFF;
  border-radius: 16px;
  position: relative;
  z-index: 1;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-goods-recommend .category-wrap .cate-icon img {
  width: 44px;
  height: 44px;
  object-fit: cover;
}
.index-goods-recommend .category-wrap .view-more {
  font-size: var(--font-size-14);
  font-weight: 600;
  color: var(--text-color);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 20px;
}
.index-goods-recommend .category-wrap .view-more .icon {
  font-size: 12px;
  position: relative;
  z-index: 1;
  transform: scale(0.6);
}
.index-goods-recommend .category-wrap .view-more span {
  position: relative;
  z-index: 1;
}
.index-goods-recommend .category-wrap .view-more:after {
  content: '';
  width: 100%;
  height: 30px;
  border-radius: 50px;
  background: radial-gradient(ellipse 100% 50%, white 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  position: absolute;
  z-index: 0;
}
.index-goods-recommend .category-wrap .cate-image {
  width: 100%;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}
.index-goods-recommend .category-wrap .cate-image img {
  width: 100%;
  height: auto;
}
.index-goods-recommend .goods-wrap {
  flex: auto;
  padding: 0 30px;
  position: relative;
  z-index: 2;
}
.index-goods-recommend .goods-wrap .goods-item {
  display: block;
  color: var(--text-color);
  margin-bottom: 15px;
}
.index-goods-recommend .goods-wrap .goods-item .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.index-goods-recommend .goods-wrap .goods-item .thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
  background-color: #fff;
}
.index-goods-recommend .goods-wrap .goods-item .goods-name {
  font-size: var(--font-size-14);
  line-height: 18px;
  height: 36px;
  font-weight: 600;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  margin: 10px auto;
}
.index-goods-recommend .goods-wrap .goods-item .goods-price {
  font-size: var(--font-size-22);
  line-height: 28px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text-color);
}
.index-goods-recommend .goods-wrap .goods-item .min-order {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-goods-recommend .children-nav {
  padding: 20px 30px;
  position: relative;
  z-index: 1;
}
.index-goods-recommend .children-nav .children-label {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #2E2C39;
  letter-spacing: 0;
  font-weight: 400;
}
.index-goods-recommend .children-nav .swiper-slide {
  display: inline-block;
  padding: 0 20px;
  height: 32px;
  width: auto;
  background: #fff;
  border-radius: 16px;
  font-size: 12px;
  color: var(--text-color);
  font-weight: 600;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.premium—supplier {
  width: 100%;
  background-image: linear-gradient(180deg, #FFFFFF 3%, rgba(228, 240, 253, 0.6) 53%, #FFFFFF 99%);
  margin-bottom: 80px;
}
.premium—supplier .shop-item {
  background: #FFFFFF;
  box-shadow: 0 8px 24px 0 rgba(110, 126, 146, 0.1);
  border-radius: 32px;
  padding: 20px;
  -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;
}
.premium—supplier .shop-item .shop-info {
  display: block;
  position: relative;
  z-index: 1;
  color: #333;
  margin-bottom: 15px;
}
.premium—supplier .shop-item .shop-info .shop-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.premium—supplier .shop-item .shop-info .company-logo {
  flex: none;
  width: 50px;
  height: 50px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.premium—supplier .shop-item .shop-info .company-name {
  flex: auto;
  min-width: 0;
  font-size: var(--font-size-16);
  color: var(--text-color);
  font-weight: 700;
  line-height: 18px;
}
.premium—supplier .shop-item .shop-info .company-desc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.premium—supplier .shop-item .shop-info .company-desc .desc-item {
  margin-right: 15px;
  font-size: var(--font-size-14);
  line-height: 24px;
  color: var(--text-color);
}
.premium—supplier .shop-item .shop-info .company-desc .desc-item .icon {
  color: var(--text-color);
}
.premium—supplier .shop-item .shop-info .company-desc .desc-item:last-child {
  margin-right: 0;
}
.premium—supplier .shop-item .shop-info .main-product {
  padding: 0 10px;
  border-radius: 10px;
  line-height: 40px;
  color: #333;
  height: 40px;
  background: #edf4ff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.premium—supplier .shop-item .shop-info:hover .company-name {
  color: var(--main-color);
}
.premium—supplier .shop-item .goods-list .goods-item {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.premium—supplier .shop-item .goods-list .goods-item:last-child {
  margin-right: 0;
}
.premium—supplier .shop-item .goods-list .goods-item .goods-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.premium—supplier .shop-item .goods-list .goods-item .goods-img .lazy-img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  left: 0;
  top: 0;
}
.premium—supplier .shop-item .goods-list .goods-item:hover .goods-img {
  background-size: 105% 105%;
}
.premium—supplier .shop-item:hover {
  transform: translateY(-2px);
}

.index-page-banner {
  margin: 80px auto;
}

.cross-container {
  margin: 50px auto;
}
.cross-container .cross-title {
  font-size: var(--font-size-32);
}
.cross-container .view-all {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #2E2C39;
  letter-spacing: 0;
  font-weight: 600;
}

.earth-container {
  margin-bottom: 80px;
  background: none;
}
.earth-container .map-container {
  width: 100%;
  height: 500px;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
}
.earth-container .map-container::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.earth-container .map-container.interacted::after {
  opacity: 0;
  pointer-events: none;
}
.earth-container .map-container iframe {
  width: 100%;
  height: 100%;
}

.global-industrial-box {
  margin-bottom: 80px;
}
.global-industrial-box .item {
  background: #F8F9FD;
  border-radius: 32px;
  padding: 24px;
  height: 260px;
  cursor: pointer;
  -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;
}
.global-industrial-box .item .head {
  display: flex;
  align-items: center;
}
.global-industrial-box .item .head .icon {
  width: 52px;
  height: 52px;
  flex: none;
  margin-right: 10px;
  background: #EFF1F6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-industrial-box .item .head .icon img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.global-industrial-box .item .head .tit {
  font-size: var(--font-size-20);
  color: var(--text-color);
  line-height: 22px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.global-industrial-box .item .head .tit span {
  display: block;
  font-size: var(--font-size-36);
  margin-right: 10px;
}
.global-industrial-box .item .line {
  margin: 20px auto;
  height: 1px;
  background: #EFF1F6;
}
.global-industrial-box .item .desc {
  font-size: var(--font-size-16);
  color: var(--text-color);
  line-height: 20px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6 !important;
  overflow: hidden;
}
.global-industrial-box .item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px 0 rgba(110, 126, 146, 0.1);
}

.tailored-services {
  margin-bottom: 80px;
}
.tailored-services .item {
  background: #FFFFFF;
  box-shadow: 0 4px 24px 0 rgba(110, 126, 146, 0.15);
  border-radius: 32px;
  padding: 25px;
  -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;
}
.tailored-services .item .icon {
  width: 50px;
  height: 50px;
}
.tailored-services .item .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tailored-services .item .title {
  font-size: var(--font-size-18);
  color: var(--text-color);
  letter-spacing: 0;
  font-weight: 700;
  padding: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tailored-services .item .desc {
  font-size: var(--font-size-14);
  color: var(--text-color);
  letter-spacing: 0;
  font-weight: 400;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  margin-bottom: 15px;
}
.tailored-services .item .view {
  font-size: var(--font-size-14);
  color: var(--main-color);
  letter-spacing: 0;
  font-weight: 600;
}
.tailored-services .item:hover {
  transform: translateY(-2px);
}
.tailored-services .item:hover .title {
  color: var(--main-color);
}

.news-container {
  display: flex;
  justify-content: space-between;
  margin: 80px auto 30px;
}
.news-container .item-wrap {
  width: calc(50% - 8px);
  flex: none;
  margin-right: 16px;
  padding: 30px;
  background-color: #fff;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(110, 126, 146, 0.1);
  background-image: linear-gradient(180deg, #F8FBFF 0%, #E0ECFF 100%);
}
.news-container .item-wrap:last-child {
  margin-right: 0;
}
.news-container .item-wrap .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.news-container .item-wrap .head .title {
  font-size: var(--font-size-32);
  color: var(--text-color);
  font-weight: 700;
  flex: none;
}
.news-container .item-wrap .head .sub-title {
  flex: auto;
  font-size: var(--font-size-18);
  color: var(--text-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 10px;
}
.news-container .item-wrap .head .view {
  display: block;
  flex: none;
  font-size: var(--font-size-14);
  color: var(--text-color);
  font-weight: 500;
}
.news-container .item-wrap .head .view .view-arrow {
  font-size: 12px;
}
.news-container .item-wrap .left-main {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.news-container .item-wrap .left-main .img-box {
  width: 160px;
  height: 330px;
  border-radius: 16px;
  overflow: hidden;
  flex: none;
  margin-right: 20px;
}
.news-container .item-wrap .left-main .img-box .news-img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news-container .item-wrap .left-main .news-list {
  flex: auto;
  min-width: 0;
}
.news-container .item-wrap .left-main .news-list .news_li .news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--font-size-14);
  color: var(--text-color);
  font-weight: 600;
  padding: 8px 8px 8px 15px;
  position: relative;
}
.news-container .item-wrap .left-main .news-list .news_li .news-item:after {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--main-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.news-container .item-wrap .left-main .news-list .news_li .news-item .news-title {
  flex: auto;
  min-width: 0;
  color: var(--text-color);
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  padding-right: 10px;
}
.news-container .item-wrap .left-main .news-list .news_li .news-item .news-date {
  flex: none;
  margin-left: 10px;
  color: #999;
}
.news-container .item-wrap .left-main .news-list .news_li .news-item:hover {
  background-color: #f7f7f7;
}
.news-container .item-wrap .left-main .news-list .news_li .news-item:hover .news-title {
  color: var(--main-color);
}
.news-container .item-wrap .left-main .news-list .news_li .news-item:hover:after {
  width: 5px;
  height: 15px;
}
.news-container .item-wrap .right-main {
  margin-top: 10px;
}
.news-container .item-wrap .right-main .news-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.news-container .item-wrap .right-main .news-item .thumb {
  width: 150px;
  height: 100px;
  border-radius: 16px;
  overflow: hidden;
  flex: none;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news-container .item-wrap .right-main .news-item .info {
  flex: auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-container .item-wrap .right-main .news-item .info .news-title {
  font-size: var(--font-size-14);
  color: var(--text-color);
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}
.news-container .item-wrap .right-main .news-item .info .news-date {
  font-size: var(--font-size-14);
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 10px;
}
.news-container .item-wrap .right-main .news-item:hover .news-title {
  color: var(--main-color);
}
.news-container .item-wrap .right-main .news-item:hover:after {
  width: 5px;
  height: 15px;
}
.news-container .item-wrap .right-main .news-list .news_li:last-child .news-item {
  margin-bottom: 0;
}

.category-container {
  background: #F3F6F9;
  border-radius: 32px;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
}
.category-container .category-wrap {
  flex: none;
}
.category-container .category-wrap .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-container .category-wrap .head .head-icon {
  padding: 8px;
  background: #FFFFFF;
  border-radius: 8px;
  flex: none;
}
.category-container .category-wrap .head .head-icon .thumb {
  width: 24px;
  height: 24px;
  flex: none;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.category-container .category-wrap .head .title {
  font-family: Montserrat-Bold;
  font-size: 24px;
  color: #2E2C39;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 700;
  flex: auto;
  min-width: 0;
}
.category-container .category-wrap .head .see-all {
  flex: none;
}
.category-container .category-wrap .auto-category-nav {
  width: 100%;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 8px;
  border: none;
}
.category-container .category-wrap .auto-category-nav::-webkit-scrollbar {
  width: 4px;
}
.category-container .category-wrap .auto-category-nav::-webkit-scrollbar-track {
  background: #EDEEEF;
  border: none !important;
}
.category-container .category-wrap .auto-category-nav::-webkit-scrollbar-thumb {
  background: #C9CBD0;
}
.category-container .category-wrap .auto-category-nav::-webkit-scrollbar-thumb:hover {
  background: #C9CBD0;
}
.category-container .category-wrap .auto-category-nav .category-nav-item {
  flex: none;
}
.category-container .category-wrap .auto-category-nav .category-nav-item .handle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 40px;
}
.category-container .category-wrap .auto-category-nav .category-nav-item .handle .icon {
  width: 24px;
  height: 24px;
  flex: none;
  margin-right: 5px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.category-container .category-wrap .auto-category-nav .category-nav-item .handle .top-nav h2 {
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: var(--text-color);
}
.category-container .category-wrap .auto-category-nav .category-nav-item .handle:hover {
  background-color: #f7f7f7;
}
.category-container .goods-wrap {
  flex: auto;
  min-width: 0;
  margin-left: 20px;
}

.goods-wrap .goods-item-panel {
  border: none;
  margin-bottom: 0 !important;
}
.goods-wrap .goods-item-panel .thumb {
  border-radius: 16px;
}
.goods-wrap .goods-item-panel .goods-name {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #2E2C39;
  letter-spacing: 0;
  font-weight: 600;
}
.goods-wrap .goods-item-panel .price {
  font-family: Montserrat-Bold;
  font-size: 22px !important;
  color: #2E2C39 !important;
  letter-spacing: 0;
  font-weight: 700 !important;
}
.goods-wrap .goods-item-panel .unit-order {
  font-family: Montserrat-Regular;
  font-size: 12px !important;
  color: #2E2C39 !important;
  letter-spacing: 0;
  font-weight: 400 !important;
}

.index-buying {
  padding: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.index-buying .title {
  font-family: Montserrat-Bold;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
}
.index-buying .desc {
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
}
.index-buying .buying-list .buying-item {
  background: #F8F9FD;
  border-radius: 32px;
  padding: 24px;
  margin-bottom: 25px;
}
.index-buying .buying-list .buying-item:nth-child(n+4) {
  margin-bottom: 0;
}
.index-buying .buying-list .buying-item .buying-head {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.index-buying .buying-list .buying-item .buying-head .icon {
  padding: 8px;
  background: #EFF1F6;
  border-radius: 8px;
}
.index-buying .buying-list .buying-item .buying-head .icon .thumb {
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.index-buying .buying-list .buying-item .buying-head .buying-title {
  font-family: Montserrat-Bold;
  font-size: 20px;
  color: #2E2C39;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 700;
}
.index-buying .buying-list .buying-item .buying-desc {
  font-family: Montserrat-Medium;
  font-size: 16px;
  color: #2E2C39;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 500;
}

.earth-container .map-list .map-item {
  background: #F3F6F9;
  border-radius: 16px;
  padding: 20px 15px;
  display: flex;
}
.earth-container .map-list .map-item .thumb {
  background-image: url(/static/home/images/fdd/icon-3.png);
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  flex: none;
}
.earth-container .map-list .map-item .info {
  flex: auto;
  min-width: 0;
}
.earth-container .map-list .map-item .info .map-title {
  font-family: Arial-BoldMT;
  font-size: 20px;
  color: #2E2C39;
  letter-spacing: 0;
  font-weight: 700;
}
.earth-container .map-list .map-item .info .map-label {
  flex: auto;
  min-width: 0;
}
.earth-container .map-list .map-item .info .map-label .name {
  font-family: ArialMT;
  font-size: 14px;
  color: #2E2C39;
  letter-spacing: 0;
  font-weight: 400;
}
.earth-container .map-list .map-item .info .map-label .num {
  font-family: Arial-BoldMT;
  font-size: 32px;
  color: #2546A1;
  letter-spacing: 0;
  font-weight: 700;
}

.index-row-knowledge .head {
  margin-bottom: 50px;
}
.index-row-knowledge .head .title {
  font-family: Arial-BoldMT;
  font-size: 36px;
  color: #2E2C39;
  letter-spacing: 0;
  text-align: center;
  font-weight: 700;
  flex: 1;
}
.index-row-knowledge .head .see-all {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #2E2C39;
  letter-spacing: 0;
  font-weight: 600;
}
.index-row-knowledge .knowledge-services {
  margin-top: 20px;
}
.index-row-knowledge .knowledge-services .knowledge-item {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #F7F7F7;
}
.index-row-knowledge .knowledge-services .knowledge-item .thumb {
  height: 220px;
  background-size: contain !important;
}
.index-row-knowledge .knowledge-services .knowledge-item .info {
  padding: 20px;
  background: #F3F6F9;
}
.index-row-knowledge .knowledge-services .knowledge-item .info .title {
  font-family: Montserrat-Bold;
  font-size: 16px;
  color: #2E2C39;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  height: 40px;
}
.index-row-knowledge .knowledge-services .knowledge-item .info .knowledge-border {
  width: 100%;
  height: 1px;
  background: #E6E6E6;
}
.index-row-knowledge .knowledge-services .knowledge-item .info .date {
  font-family: ArialMT;
  font-size: 12px;
  color: #010B3B;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}

.index-business {
  padding: 40px;
  margin: 60px auto;
  border-radius: 30px;
}
.index-business .head {
  margin-bottom: 40px;
}
.index-business .head .tit {
  font-family: Montserrat-Bold;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 38px;
  font-weight: 700;
}
.index-business .head .desc {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
  font-weight: 400;
}
.index-business .business-btn-list {
  margin: 0 auto;
  text-align: center;
}
.index-business .business-btn-list .business-btn {
  font-family: Montserrat-Medium;
  font-size: 18px;
  color: #2546A1;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 5px 30px;
  display: inline-block;
}
.index-business .business-btn-list .business-btn:nth-child(2) {
  margin: 0 15px;
}
.index-business .business-btn-list .business-btn.btn-rfq {
  background: #2546A1;
  box-shadow: 0px 8px 24px 0px rgba(110, 126, 146, 0.1);
  border-radius: 8px;
  color: #ffffff;
}

.m-page.tdd-index-page {
  background-color: #fff;
}
.m-page.tdd-index-page .page-bg-link {
  display: block;
  height: 60px;
}
.m-page.tdd-index-page .tdd-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 13px;
}
.m-page.tdd-index-page .tdd-page-header .logo img {
  height: 35px;
}
.m-page.tdd-index-page .page-search {
  padding: 0 10px;
}
.m-page.tdd-index-page .search-input-group {
  height: 40px;
  background-color: #f7f7f7;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.m-page.tdd-index-page .search-input-group .search-text {
  flex: auto;
  font-size: 12px;
  color: #999;
  padding-left: 10px;
}
.m-page.tdd-index-page .search-input-group .search-icon {
  flex: none;
  display: flex;
  align-items: center;
  width: 38px;
  height: 38px;
  color: #999;
  justify-content: center;
}

.m-page .page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 13px;
}
.m-page .page-header .logo img {
  height: 35px;
}
.m-page .page-category-bar {
  padding: 10px;
}
.m-page .page-category-bar .swiper-category-slide {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: auto;
  height: 32px;
  font-size: 14px;
  color: #2E2C39;
  font-weight: 600;
}
.m-page .page-category-bar .swiper-category-slide.active {
  background: #F3F4F6;
  border-radius: 20px;
  padding: 0px 15px;
  color: #2546A1;
}
.m-page .page-search {
  padding: 0 10px;
}
.m-page .page-search .search-input-group {
  height: 35px;
  background-color: #f7f7f7;
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.m-page .page-search .search-input-group .search-icon {
  flex: none;
  display: flex;
  align-items: center;
  width: 75px;
  height: 35px;
  color: #fff;
  justify-content: center;
  background-color: var(--main-color);
  border-radius: 20px;
}
.m-page .page-search .search-input-group .search-text {
  flex: auto;
  font-size: 12px;
  color: #999;
  padding-left: 10px;
}
.m-page .index-focus {
  padding: 10px;
  height: auto;
  margin-top: 0;
  background-image: linear-gradient(180deg, #3D8CFE 0%, #123AAA 100%);
  border-radius: 16px;
}
.m-page .index-focus .focus-head {
  padding: 15px 10px;
}
.m-page .index-focus .focus-head .title {
  font-family: Montserrat-Bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 18px;
  font-weight: 700;
}
.m-page .index-focus .focus-head .desc {
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  font-weight: 600;
}
.m-page .index-focus .index-focus-swiper {
  width: 100%;
  height: 0;
  padding-bottom: 48.72%;
}
.m-page .index-focus .index-focus-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.m-page .index-focus .index-focus-swiper .swiper-slide {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.m-page .index-focus .focus-footer {
  display: flex;
  padding-top: 15px;
}
.m-page .index-focus .focus-footer .label-title {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  font-weight: 600;
  margin-top: 5px;
  margin-right: 10px;
}
.m-page .index-focus .focus-footer .label-list {
  display: flex;
  flex-wrap: wrap;
}
.m-page .index-focus .focus-footer .label-list .label-item {
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-weight: 500;
  background: #6A8ADD;
  border-radius: 19px;
  margin-right: 10px;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.m-page .row-title {
  font-size: 16px;
  color: #2E2C39;
  font-weight: 600;
}
.m-page .index-menu-bar .menu-item {
  margin-bottom: 10px;
}
.m-page .index-menu-bar .menu-item .icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.m-page .index-menu-bar .menu-item .text {
  font-family: Montserrat-Medium;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  font-weight: 500;
}
.m-page .index-row-topic .topic-content {
  background-image: linear-gradient(0deg, #F4F6FB 17%, #DAECFF 100%);
  border-radius: 16px;
  padding: 10px;
}
.m-page .index-row-topic .topic-content .topic-link {
  height: 100%;
}
.m-page .index-row-topic .topic-content .topic-title .title {
  font-family: Montserrat-Bold;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
}
.m-page .index-row-topic .topic-content .topic-title .desc {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
}
.m-page .index-row-topic .topic-content .goods-item-panel {
  margin-bottom: 0px;
}
.m-page .index-row-topic .item-desc {
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  margin: 0 !important;
}
.m-page .index-row-topic .item-desc .price {
  font-family: Montserrat-SemiBold;
  font-size: 12px;
  color: #DB3226;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
}
.m-page .rate-index-box {
  background: #F6F7FB;
  padding: 0 15px 15px;
  border-radius: 15px;
}
.m-page .rate-index-box .index-row-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
}
.m-page .rate-index-box .rate-bg .rate-icon {
  padding: 4px;
  width: 25px;
  height: 25px;
  background-image: url(/static/home/images/rate-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.m-page .rate-index-box .select-rate {
  margin-top: -2px;
}
.m-page .rate-index-box .select-rate .select-box {
  border: 0 !important;
  background: #F6F7FB;
}
.m-page .rate-index-box .select-rate .select-box:focus-visible {
  border: 0 !important;
  outline: 0 !important;
}
.m-page .rate-index-box .live-list {
  position: relative;
  height: 70px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.m-page .rate-index-box .live-list .scroll-content {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.m-page .rate-index-box .live-list .scroll-content .item {
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
}
.m-page .rate-index-box .text-red {
  color: #F37272;
}
.m-page .rate-index-box .text-green {
  color: #22C55E;
}
.m-page .index-item-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 10px;
  row-gap: 0px;
}
.m-page .index-item-card .card-item {
  padding: 10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.m-page .index-item-card .card-item .thumb {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 5px;
}
.m-page .index-item-card .card-item.card-link {
  grid-column: span 2;
  margin-top: 10px;
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
}
.m-page .index-item-card .card-item .card-info .card-title {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.m-page .index-item-card .card-item .card-info .card-desc {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 400;
}
.m-page .index-cross-box {
  border-radius: 10px;
}
.m-page .index-cross-box .cross-banner {
  position: relative;
}
.m-page .index-cross-box .cross-banner .cross-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-page .index-cross-box .cross-banner .cross-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.m-page .index-cross-box .cross-banner .clue-box {
  padding: 10px 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-page .index-cross-box .cross-banner .clue-box .real-box {
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 500;
  background: #DB3226;
  padding: 3px 10px;
  border-radius: 8px;
}
.m-page .index-cross-box .cross-swiper-list {
  padding: 10px 0px 0 0px;
}
.m-page .index-cross-box .cross-swiper-list .cross-slide {
  width: 310px;
  background-image: linear-gradient(180deg, #EBF2FD 0%, #EAFCFD 100%);
  border-radius: 16px;
  padding: 10px;
}
.m-page .index-cross-box .cross-swiper-list .cross-slide .title {
  font-family: Montserrat-SemiBold;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 600;
}
.m-page .index-cross-box .cross-swiper-list .cross-slide .clue-quantity {
  margin-left: 25px;
}
.m-page .index-cross-box .cross-swiper-list .cross-slide .clue-quantity .title {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.m-page .index-cross-box .cross-swiper-list .cross-slide .clue-quantity .value {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 600;
}
.m-page .index-cross-box .cross-swiper-list .cross-slide .clue-quantity .time {
  font-family: Montserrat-Regular;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 400;
}
.m-page .index-cross-box .cross-swiper-list .cross-slide .clue-quantity .country-box-right {
  border-radius: 14px;
  color: #333;
}
.m-page .index-cross-box .cross-swiper-list .cross-slide .footer-box {
  padding: 10px;
  background: #2547A1;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.m-page .index-cross-box .cross-swiper-list .cross-slide .footer-box .thumb {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.m-page .index-cross-box .clue-more {
  background: #EBF3FD;
  border: 1px solid #2547a1;
  border-radius: 8px;
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  line-height: 40px;
}
.m-page .index-cross-box .clue-more .more-btn {
  color: #2547A1;
}
.m-page .picks-panel .picks-list {
  width: 100%;
  overflow-x: auto;
}
.m-page .picks-panel .picks-list::-webkit-scrollbar {
  display: none;
}
.m-page .picks-panel .picks-list .picks-item {
  display: flex;
  flex-wrap: nowrap;
  padding: 0px 10px 10px;
}
.m-page .picks-panel .picks-list .picks-item .goods-item {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(110, 126, 146, 0.1);
  border-radius: 16px;
  width: 140px;
  flex: 0 0 auto;
  margin-right: 10px;
  overflow: hidden;
}
.m-page .picks-panel .picks-list .picks-item .goods-item .goods-desc {
  padding: 10px;
  text-align: center;
}
.m-page .picks-panel .picks-list .picks-item .goods-item .goods-desc .goods-price {
  font-size: 12px;
  color: #2E2C39;
  letter-spacing: 0;
  font-weight: 700;
}
.m-page .picks-panel .picks-list .picks-item .goods-item .goods-desc .min-order {
  font-size: 12px;
  color: #2E2C39;
  letter-spacing: 0;
  font-weight: 400;
}
.m-page .premium-suppliers {
  background-image: linear-gradient(180deg, #FFFFFF 3%, rgba(228, 240, 253, 0.6) 53%, #FFFFFF 99%);
}
.m-page .premium-suppliers .premium-suppliers-list {
  width: 100%;
  overflow-x: auto;
  padding: 0px 0 10px 0;
}
.m-page .premium-suppliers .premium-suppliers-list::-webkit-scrollbar {
  display: none;
}
.m-page .premium-suppliers .premium-suppliers-list .solution-list {
  display: flex;
}
.m-page .premium-suppliers .shop-item {
  width: 330px;
  margin-right: 10px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(110, 126, 146, 0.1);
  border-radius: 32px;
}
.m-page .premium-suppliers .shop-item .shop-info {
  position: relative;
  z-index: 1;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.m-page .premium-suppliers .shop-item .shop-info .company-logo {
  width: 40px;
  height: 40px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  margin-right: 10px;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.m-page .premium-suppliers .shop-item .shop-info .company-info {
  flex: auto;
  min-width: 0;
}
.m-page .premium-suppliers .shop-item .shop-info .company-info .company-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-page .premium-suppliers .shop-item .shop-info .company-info .main-product {
  color: #333;
  background: #edf4ff;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-page .premium-suppliers .shop-item .company-desc {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.m-page .premium-suppliers .shop-item .company-desc .desc-item {
  margin-right: 10px;
  font-size: 12px;
  line-height: 24px;
  flex: none;
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-color);
}
.m-page .premium-suppliers .shop-item .company-desc .desc-item .icon {
  flex: none;
}
.m-page .premium-suppliers .shop-item .company-desc .desc-item .text {
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-page .premium-suppliers .shop-item .company-desc .desc-item:last-child {
  margin-right: 0;
}
.m-page .premium-suppliers .shop-item .goods-list {
  padding: 0 15px 15px;
}
.m-page .premium-suppliers .shop-item .goods-list .goods-item {
  display: block;
}
.m-page .premium-suppliers .shop-item .goods-list .goods-item:last-child {
  margin-right: 0;
}
.m-page .premium-suppliers .shop-item .goods-list .goods-item .goods-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.m-page .premium-suppliers .shop-item .goods-list .goods-item .goods-img:after {
  background: rgba(0, 0, 0, 0.03);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.m-page .chain-panel .category-chain-swiper .category-chain-item {
  border-radius: 10px;
}
.m-page .chain-panel .category-chain-swiper .category-chain-item .item-head {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-page .chain-panel .category-chain-swiper .category-chain-item .item-head .category-name {
  font-size: 16px;
  font-weight: 600;
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-page .chain-panel .category-chain-swiper .category-chain-item .item-head .see-all .global-iconfont {
  color: #999;
  font-size: 12px;
}
.m-page .chain-panel .category-chain-swiper .category-chain-item .goods-item {
  margin-bottom: 10px;
  background: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(205, 209, 220, 0.4);
  border-radius: 16px;
  overflow: hidden;
}
.m-page .chain-panel .category-chain-swiper .category-chain-item .goods-item .thumb-box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.m-page .chain-panel .category-chain-swiper .category-chain-item .goods-item .thumb-box .goods-lazy-img {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.m-page .chain-panel .category-chain-swiper .category-chain-item .goods-item .thumb-box:after {
  background: rgba(0, 0, 0, 0.03);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.m-page .chain-panel .category-chain-swiper .category-chain-item .goods-item .info {
  flex: auto;
  min-width: 0;
  color: #333;
  padding: 10px;
  background: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.m-page .chain-panel .category-chain-swiper .category-chain-item .goods-item .info .title {
  font-size: 12px;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  line-height: 16px;
  height: 32px;
}
.m-page .chain-panel .category-chain-swiper .category-chain-item .goods-item .info .price-box .price {
  font-size: 14px;
  font-weight: 600;
  color: #db3225;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-page .chain-panel .category-chain-swiper .category-chain-item .goods-item .info .min-order-item {
  font-size: 12px;
  color: #333;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-page .chain-panel .category-chain-swiper .category-chain-item .goods-item .info .min-order-item .moq {
  color: #999;
}
.m-page .index-banner {
  margin-top: 15px;
}
.m-page .index-banner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.m-page .source-panel .factory-item {
  width: 320px;
  display: block;
  border-radius: 32px;
  overflow: hidden;
  padding: 15px  10px 10px;
  color: #fff;
  position: relative;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  background: #153797;
}
.m-page .source-panel .factory-item .head {
  height: 48px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-page .source-panel .factory-item .head .title {
  font-size: var(--font-size-16);
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.m-page .source-panel .factory-item .view {
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
  left: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
}
.m-page .source-panel .factory-item .view .view-arrow {
  font-size: 12px;
  margin-left: 5px;
}
.m-page .source-panel .factory-item .image-box {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  box-shadow: 0px 8px 24px 0px rgba(110, 126, 146, 0.1);
  border-radius: 32px;
}
.m-page .source-panel .factory-item .image-box .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-page .source-panel .factory-item .image-box .icon .lazy-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.m-page .index-news-panel {
  margin-top: 20px;
}
.m-page .index-news-panel .head {
  margin-bottom: 20px;
}
.m-page .index-news-panel .head .nav-tabs {
  margin-left: -10px;
  border: none;
}
.m-page .index-news-panel .head .nav-tabs .nav-link {
  height: 32px;
  background: none;
  outline: none;
  border: none;
  padding: 0;
  margin-left: 10px;
  position: relative;
  font-size: 16px;
  color: #2E2C39;
  letter-spacing: 0;
  font-weight: 600;
}
.m-page .index-news-panel .head .nav-tabs .nav-link.active {
  color: #2546A1;
}
.m-page .index-news-panel .head .nav-tabs .nav-link.active:before {
  content: '';
  width: 40px;
  height: 5px;
  border-radius: 5px;
  background: var(--main-color);
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
}
.m-page .index-news-panel .tab-content {
  padding: 15px;
  position: relative;
  background-image: linear-gradient(141deg, #F4F9FF 0%, #E5F0FE 100%);
  border-radius: 16px;
}
.m-page .index-news-panel .tab-content .news-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.m-page .index-news-panel .tab-content .news-item .thumb {
  width: 120px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  flex: none;
  margin-right: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.m-page .index-news-panel .tab-content .news-item .thumb:after {
  background: rgba(0, 0, 0, 0.03);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.m-page .index-news-panel .tab-content .news-item .info {
  flex: auto;
  min-width: 0;
}
.m-page .index-news-panel .tab-content .news-item .info .news-title {
  font-size: 14px;
  color: #2E2C39;
  line-height: 16px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.m-page .index-news-panel .tab-content .news-item .info .news-desc {
  font-size: 12px;
  color: #2E2C39;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.m-page .index-news-panel .tab-content .news-item .info .news-desc .icon {
  color: #2E2C39;
  flex: none;
  margin-right: 5px;
  font-size: 12px;
}
.m-page .index-news-panel .tab-content .view {
  position: absolute;
  right: 0;
  top: -45px;
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
}
.m-page .index-news-panel .tab-content .view .view-arrow {
  font-size: 14px;
}
.m-page .index-news-panel .more-link-box {
  font-family: Montserrat-SemiBold;
  font-size: 14px;
  color: #2E2C39 !important;
  letter-spacing: 0;
  font-weight: 600;
}
.m-page .just-for-you {
  padding-top: 15px;
}
.m-page .just-for-you .title {
  font-size: 22px;
  color: #2E2C39;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.m-page .just-for-you .goods-item {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(110, 126, 146, 0.1);
  border-radius: 16px;
  overflow: hidden;
  border: none !important;
}
.m-page .just-for-you .goods-item .info .goods-name {
  font-size: 14px;
  color: #2E2C39;
  line-height: 20px;
  font-weight: 500;
}
.m-page .just-for-you .goods-item .info .item-desc {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
}
.m-page .just-for-you .goods-item .info .item-desc .price {
  color: #2E2C39 !important;
}
.m-page .just-for-you .goods-item .info .unit-item {
  font-size: 12px;
  color: #2E2C39;
  letter-spacing: 0;
  font-weight: 400;
}
.m-page .just-for-you .goods-item .thumb:after {
  background: none !important;
}
.m-page .page-end.loading {
  position: relative;
  height: 120px;
  background: #EAEEF4;
}
.m-page .page-end.loading::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1.5rem 0 0 -1.5rem;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  border: 0.125em solid #999;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.custom-mobile-lang .layui-layer-title {
  display: none !important;
}

@media (max-width: 1500px) {
  .index-focus {
    height: 500px;
  }
  .index-focus .index-category-wrap {
    margin-left: -600px;
    transform: scale(0.83);
    transform-origin: top left;
  }

  .earth-container {
    margin-bottom: 40px;
  }

  .index-goods-row {
    padding: 25px;
    height: 300px;
  }
  .index-goods-row.has-children {
    height: 330px;
  }
  .index-goods-row .category-wrap {
    margin-right: 20px;
  }
  .index-goods-row .goods-wrap .goods-item .goods-name {
    margin: 5px 0;
  }

  .index-goods-recommend .goods-recommend-item .category-wrap {
    height: 100px;
    padding: 20px;
  }
  .index-goods-recommend .goods-recommend-item .category-wrap .cate-icon {
    width: 60px;
    height: 60px;
  }
  .index-goods-recommend .goods-recommend-item .category-wrap .cate-name {
    line-height: 30px;
  }
  .index-goods-recommend .goods-recommend-item .goods-wrap {
    padding: 0 20px;
    height: auto;
  }
  .index-goods-recommend .goods-recommend-item .children-nav {
    padding: 10px 20px;
  }

  .quotation-container {
    margin: 40px auto;
    padding: 20px;
  }
  .quotation-container .quotation-form .custom-btn {
    height: 40px;
  }

  .index-page-banner {
    margin: 40px auto;
  }

  .solutions-container .solutions-list .solutions-item {
    padding: 15px;
  }
  .solutions-container .solutions-list .solutions-item .solutions-img {
    height: 161px;
    margin: 20px auto;
  }
  .solutions-container.lldd .solutions-list .solutions-item .solution-link-image {
    width: 256px;
    height: 161px;
  }
  .solutions-container.lldd .solutions-list .solutions-item .solution-link-image .title {
    margin-bottom: 5px;
  }

  .trade-container {
    margin: 40px auto;
  }
  .trade-container .trade-body {
    margin-top: 30px;
  }
  .trade-container .trade-body .expo-swiper {
    width: 518px;
    height: 322px;
    margin-left: 30px;
  }
  .trade-container .trade-body .trade-list:before {
    height: calc(100% - 50px);
  }
  .trade-container .trade-body .trade-list .trade-item .circle:after {
    width: 10px;
    height: 10px;
  }
  .trade-container .trade-body .trade-list .trade-item .thumb {
    width: 150px;
    height: 98px;
  }

  .news-container {
    margin: 40px auto;
  }
  .news-container .item-wrap {
    padding: 25px;
  }
  .news-container .item-wrap .left-main .img-box {
    height: 300px;
  }
  .news-container .item-wrap .right-main .news-item .thumb {
    width: 135px;
    height: 90px;
  }

  .popular-container {
    margin: 40px auto;
  }
}
