@charset "UTF-8";
.page-inter-banner {
  height: 380px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.page-inter-banner .container {
  height: 100%;
}
.page-inter-banner .banner-info {
  text-align: right;
  padding: 20px 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-inter-banner .banner-info .title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.page-inter-banner .banner-info .desc {
  font-size: 18px;
  line-height: 36px;
}

.page-inter-banner-620 {
  height: 540px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.page-inter-banner-620 .swiper-container {
  width: 100%;
  height: 100%;
}
.page-inter-banner-620 .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.form-login, .custom-form {
  padding: 16px;
}
.form-login .form-header, .custom-form .form-header {
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-bottom: 15px;
}
.form-login .form-header .back, .form-login .form-header .close, .custom-form .form-header .back, .custom-form .form-header .close {
  width: 32px;
  height: 32px;
  flex: none;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-login .form-header .back .hub-iconfont, .form-login .form-header .close .hub-iconfont, .custom-form .form-header .back .hub-iconfont, .custom-form .form-header .close .hub-iconfont {
  font-size: 18px;
  color: #333;
}
.form-login .form-header .form-title, .custom-form .form-header .form-title {
  flex: auto;
  font-size: 24px;
  color: #333;
  text-align: center;
}
.form-login .form-item, .custom-form .form-item {
  padding: 0;
  position: relative;
  margin-bottom: 20px;
}
.form-login .form-item .label, .custom-form .form-item .label {
  font-size: 12px;
  color: #999;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.form-login .form-item .label .label-name, .custom-form .form-item .label .label-name {
  flex: none;
  position: relative;
}
.form-login .form-item .label .error-msg, .custom-form .form-item .label .error-msg {
  flex: auto;
  color: #ff0000;
  text-align: right;
}
.form-login .form-item .label.required .label-name:before, .custom-form .form-item .label.required .label-name:before {
  content: '*';
  font-size: 12px;
  color: #ff0000;
  position: absolute;
  left: -8px;
  top: 2px;
}
.form-login .form-item .check-box .form-check-input, .custom-form .form-item .check-box .form-check-input {
  display: inline-block;
  margin-right: 5px;
}
.form-login .form-item .check-box .form-check-label, .custom-form .form-item .check-box .form-check-label {
  display: inline;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  text-align: justify;
}
.form-login .form-item .check-box .form-check-label .link, .custom-form .form-item .check-box .form-check-label .link {
  color: var(--main-color);
}
.form-login .form-item .btn, .custom-form .form-item .btn {
  min-width: 100px;
}
.form-login .form-item .verify-code, .custom-form .form-item .verify-code {
  display: flex;
}
.form-login .form-item .verify-code .code-input-item, .custom-form .form-item .verify-code .code-input-item {
  flex: none;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
.form-login .form-item .verify-code .code-input-item input, .custom-form .form-item .verify-code .code-input-item input {
  width: 100%;
  height: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 3.5px;
  outline: 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.form-login .form-item .input-item, .custom-form .form-item .input-item {
  position: relative;
}
.form-login .form-item .input-item .error-msg, .custom-form .form-item .input-item .error-msg {
  color: #999;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: -3px;
  left: 0;
  transform: translateY(100%);
}
.form-login .form-item.has-error .check-box .form-check-label, .custom-form .form-item.has-error .check-box .form-check-label {
  color: #ff0000;
}
.form-login .form-item.has-error .verify-code .code-input-item input, .custom-form .form-item.has-error .verify-code .code-input-item input {
  border-color: #ff0000;
}
.form-login .form-item.has-error .input-item, .custom-form .form-item.has-error .input-item {
  position: relative;
}
.form-login .form-item.has-error .input-item .error-msg, .custom-form .form-item.has-error .input-item .error-msg {
  color: #ff0000;
}
.form-login .form-item .item-input, .custom-form .form-item .item-input {
  position: relative;
  min-height: 40px;
}
.form-login .form-item .mail-guess, .custom-form .form-item .mail-guess {
  position: absolute;
  z-index: 10;
  border: 1px solid #ced3d9;
  background: #fff;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  padding: 5px 0;
  width: 100%;
  box-sizing: border-box;
  max-height: 200px;
  overflow: auto;
}
.form-login .form-item .mail-guess li, .custom-form .form-item .mail-guess li {
  cursor: pointer;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 21px;
  color: #555;
}
.form-login .form-item .mail-guess li.hover, .custom-form .form-item .mail-guess li.hover {
  background: #e2eaf5;
}
.form-login .form-footer, .custom-form .form-footer {
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
}
.form-login .form-footer .link, .custom-form .form-footer .link {
  color: #999;
}
.form-login .form-footer .link:hover, .form-login .form-footer .link.active, .custom-form .form-footer .link:hover, .custom-form .form-footer .link.active {
  color: var(--main-color);
}
.form-login.inline-form .form-item, .custom-form.inline-form .form-item {
  margin-bottom: 25px;
}
.form-login.inline-form .form-item .label, .custom-form.inline-form .form-item .label {
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 10px;
  height: 40px;
  display: flex;
  align-items: center;
}
.form-login.inline-form .form-item .label .label-name, .custom-form.inline-form .form-item .label .label-name {
  max-width: 100%;
  display: inline-block;
}
.form-login.inline-form .form-item .label .error-msg, .custom-form.inline-form .form-item .label .error-msg {
  display: none;
}
.form-login.inline-form .form-item .label.has-tips .label-tips, .custom-form.inline-form .form-item .label.has-tips .label-tips {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  z-index: 999;
}
.form-login.inline-form .form-item .label.has-tips .label-tips .handle, .custom-form.inline-form .form-item .label.has-tips .label-tips .handle {
  position: relative;
  display: block;
}
.form-login.inline-form .form-item .label.has-tips .label-tips .handle .global-iconfont, .custom-form.inline-form .form-item .label.has-tips .label-tips .handle .global-iconfont {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fd9808;
  cursor: pointer;
}
.form-login.inline-form .form-item .label.has-tips .label-tips .handle:before, .custom-form.inline-form .form-item .label.has-tips .label-tips .handle:before {
  content: '';
  width: 400px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: -30px;
  display: none;
}
.form-login.inline-form .form-item .label.has-tips .label-tips .tips-content, .custom-form.inline-form .form-item .label.has-tips .label-tips .tips-content {
  text-align: left;
  display: none;
  position: absolute;
  width: 400px;
  padding: 10px;
  background-color: #fff;
  top: 32px;
  left: -30px;
  z-index: 999;
  border: 1px solid #d8d8d8;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 12px;
  line-height: 24px;
}
.form-login.inline-form .form-item .label.has-tips .label-tips .tips-content:before, .custom-form.inline-form .form-item .label.has-tips .label-tips .tips-content:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid #d8d8d8;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  position: absolute;
  top: -16px;
  left: 32px;
}
.form-login.inline-form .form-item .label.has-tips .label-tips .tips-content:after, .custom-form.inline-form .form-item .label.has-tips .label-tips .tips-content:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  position: absolute;
  top: -14px;
  left: 32px;
}
.form-login.inline-form .form-item .label.has-tips .label-tips:hover .handle:before, .custom-form.inline-form .form-item .label.has-tips .label-tips:hover .handle:before {
  display: block;
}
.form-login.inline-form .form-item .label.has-tips .label-tips:hover .tips-content, .custom-form.inline-form .form-item .label.has-tips .label-tips:hover .tips-content {
  display: block;
}
.form-login.inline-form .form-item .input-item, .custom-form.inline-form .form-item .input-item {
  position: relative;
  min-height: 40px;
}
.form-login.inline-form .form-item .input-item .form-check-label, .custom-form.inline-form .form-item .input-item .form-check-label {
  cursor: pointer;
}
.form-login.inline-form .form-item .input-item .error-msg, .custom-form.inline-form .form-item .input-item .error-msg {
  position: absolute;
  left: 0;
  color: #ff0000;
}
.form-login.inline-form .form-item .input-item .ai-tool-bar, .custom-form.inline-form .form-item .input-item .ai-tool-bar {
  padding: 10px 0 0;
}
.form-login.inline-form .form-item .input-item .ai-tool-bar .ai-link, .custom-form.inline-form .form-item .input-item .ai-tool-bar .ai-link {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #333;
}
.form-login.inline-form .form-item .input-item .ai-tool-bar .ai-link .icon, .custom-form.inline-form .form-item .input-item .ai-tool-bar .ai-link .icon {
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  color: #fff;
  margin-right: 5px;
  border-radius: 50%;
}
.form-login.inline-form .form-item .tinymce-textarea, .custom-form.inline-form .form-item .tinymce-textarea {
  position: relative;
}
.form-login.inline-form .form-item .tinymce-textarea.loading:after, .custom-form.inline-form .form-item .tinymce-textarea.loading:after {
  content: '';
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  border: 0.125em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
}
.form-login.inline-form .form-item .tinymce-textarea.loading:before, .custom-form.inline-form .form-item .tinymce-textarea.loading:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.form-login.inline-form.label-align-right .label, .custom-form.inline-form.label-align-right .label {
  justify-content: flex-end;
}
.form-login.inline-form.label-align-right .label .label-name, .custom-form.inline-form.label-align-right .label .label-name {
  text-align: right;
}
.form-login.inline-form.label-align-right .label .label-name:before, .custom-form.inline-form.label-align-right .label .label-name:before {
  position: relative;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  border-radius: 4px;
  background: #ffffff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: var(--main-color);
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  width: 45px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: none;
  justify-content: center;
  align-items: center;
  font-family: "global-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.swiper-button-next:before,
.swiper-button-prev:before {
  content: '\e646';
  color: #333;
  font-size: 24px;
}
.swiper-button-next.swiper-button-prev:before,
.swiper-button-prev.swiper-button-prev:before {
  transform: scaleX(-1);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
  color: #fff;
}

.swiper-container-rtl .swiper-button-next {
  right: auto !important;
  left: 10px;
  background-image: none;
}

.swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  pointer-events: all;
}

.dropdown-toggle::after {
  content: '\ec09';
  border: none;
  display: inline-block;
  font-family: "global-iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.collect-action {
  display: flex;
  align-items: center;
}
.collect-action .icon {
  display: flex;
  width: 24px;
  height: 24px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  font-family: "global-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.collect-action .icon:before {
  content: "";
}
.collect-action .text {
  font-size: 14px;
  color: #999;
}
.collect-action.is-collect .text {
  color: var(--main-color);
}
.collect-action.is-collect .icon:before {
  content: '\e65a';
  color: var(--main-color);
}

.share-action {
  display: flex;
  align-items: center;
}
.share-action .icon {
  display: flex;
  width: 24px;
  height: 24px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  font-family: "global-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.share-action .icon:before {
  content: "";
}
.share-action:hover .text {
  color: var(--main-color);
}
.share-action:hover .icon:before {
  color: var(--main-color);
}

.split-line {
  border-top: 1px solid #d8d8d8;
  margin: 10px 0;
}

.empty-panel {
  padding: 30px;
}
.empty-panel .empty-icon {
  width: 300px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin: 0 auto;
}
.empty-panel .empty-icon.address {
  background-image: url("/static/home/images/empty/address.png");
}
.empty-panel .empty-icon.order {
  background-image: url("/static/home/images/empty/order.png");
}
.empty-panel .empty-icon.collect {
  background-image: url("/static/home/images/empty/collect.png");
}
.empty-panel .empty-icon.cart {
  background-image: url("/static/home/images/empty/cart.png");
}
.empty-panel .empty-icon.goods {
  background-image: url("/static/home/images/empty/goods.png");
}
.empty-panel .empty-icon.cms {
  background-image: url("/static/home/images/empty/cms.png");
}
.empty-panel .empty-icon.search {
  background-image: url("/static/home/images/empty/search.png");
}
.empty-panel .desc {
  font-size: 14px;
  line-height: 24px;
  padding: 10px;
  text-align: center;
  color: #999;
}
.empty-panel .action-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.empty-panel .rfq-btn {
  color: #333;
  background: #fff;
  border-radius: 22px;
  border: 1px solid #d8d8d8;
  width: 280px;
  height: 45px;
  margin: 20px auto;
}
.empty-panel .rfq-btn i {
  color: #f20b0b;
}

.dropdown:hover .dropdown-toggle::after {
  margin-top: -2px;
  transform: rotate(180deg);
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown:hover .dropdown-menu.dropdown-menu-end {
  right: 0;
  left: auto;
}
.dropdown:hover .dropdown-menu .dropdown-item {
  font-size: 12px;
  padding: 10px;
}
.dropdown.has-arrow:before {
  content: '';
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.dropdown.has-arrow .dropdown-menu {
  margin-top: 8px;
}
.dropdown.has-arrow .dropdown-menu:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid #d8d8d8;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  position: absolute;
  top: -16px;
  left: 20px;
}
.dropdown.has-arrow .dropdown-menu:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid transparent;
  position: absolute;
  top: -14px;
  left: 20px;
}
.dropdown.has-arrow .dropdown-menu.dropdown-menu-end:before {
  left: auto;
  right: 20px;
}
.dropdown.has-arrow .dropdown-menu.dropdown-menu-end:after {
  left: auto;
  right: 20px;
}
.dropdown.has-arrow.arrow-center .dropdown-menu:before {
  left: 50%;
  transform: translateX(-50%);
}
.dropdown.has-arrow.arrow-center .dropdown-menu:after {
  left: 50%;
  transform: translateX(-50%);
}

.breadcrumb {
  font-size: 14px;
  padding: 10px 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  color: #999;
  flex-wrap: nowrap;
}
.breadcrumb.has-boder {
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.breadcrumb:before {
  content: '';
  font-size: 14px;
  color: #999;
}
.breadcrumb .breadcrumb-item {
  flex: none;
}
.breadcrumb .breadcrumb-item:before {
  color: #999;
}
.breadcrumb .breadcrumb-item.active {
  flex: auto;
  color: #999;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb .breadcrumb-item a {
  color: #999;
  line-height: 24px;
}
.breadcrumb .breadcrumb-item a:hover {
  color: var(--main-color);
}

input.form-control {
  height: 40px;
  padding: 8px 12px;
  font-size: 14px;
}
input.form-control::placeholder {
  color: #999;
  font-size: 12px;
}
input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input.form-control::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}
input.form-control[type='number'] {
  -moz-appearance: textfield;
}

.form-control::placeholder {
  color: #999;
  font-size: 12px;
}

.form-select {
  height: 40px;
  padding: 8px 12px;
  font-size: 14px;
}

.tel-prefix {
  position: relative;
}
.tel-prefix:after {
  content: '+';
  font-size: 20px;
  color: #666;
  position: absolute;
  left: 8px;
  top: 10px;
  line-height: 20px;
}
.tel-prefix .form-control {
  padding-left: 30px;
}

.custom-btn {
  height: 40px;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.btn-block {
  width: 100%;
}

/*.layui-layer-dialog{
  border-radius:10px;
  overflow:hidden;
  min-width:360px;
  .layui-layer-title{
    background-color:#f7f7f7;
  }
  .layui-layer-btn a{height:40px;line-height:40px;padding:0 24px;border-radius:20px;font-size:14px;}
  .layui-layer-btn .layui-layer-btn0{
    border-color:$mainColor;background-color:$mainColor;
  }
}*/
.layui-layer-btn0 {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

.custom-popup {
  border-radius: 20px;
  overflow: hidden !important;
  min-width: 385px;
  height: 320px;
}
.custom-popup .layui-layer-title {
  border: none;
}

.custom-mobile-popup {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.custom-mobile-popup .layui-layer-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 !important;
  background-color: #fff;
}
.custom-mobile-popup .layui-layer-content .page-header {
  height: 50px;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px;
  background-color: #f7f7f7;
  position: relative;
}
.custom-mobile-popup .layui-layer-content .page-header .tit {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-mobile-popup .layui-layer-content .page-header .close-icon {
  position: absolute;
  font-size: 18px;
  color: #999;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-mobile-popup .layui-layer-content .page-content {
  flex: auto;
  overflow-y: auto;
  padding: 15px;
}
.custom-mobile-popup .layui-layer-content .page-footer {
  height: 60px;
  display: flex;
  border-top: 1px solid #d8d8d8;
  background-color: #f7f7f7;
  padding: 10px;
  align-items: center;
}
.custom-mobile-popup .layui-layer-content .page-footer .custom-btn {
  height: 40px !important;
}

.custom-layer-confirm {
  border-radius: 5px;
  width: 450px;
}
.custom-layer-confirm .layui-layer-title .global-icon-xinxi {
  color: var(--main-color);
}
.custom-layer-confirm .layui-layer-content {
  position: relative;
  padding: 25px 50px 8px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}
.custom-layer-confirm .layui-layer-close {
  position: absolute;
  right: -5px;
  top: -5px;
  background: none;
  font-family: "global-iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-layer-confirm .layui-layer-close:before {
  content: "\e724";
  color: #999;
}
.custom-layer-confirm .layui-layer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px 20px;
}
.custom-layer-confirm .layui-layer-btn .layui-layer-btn0 {
  order: 1;
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
  display: flex;
  width: 100px;
  height: 35px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: 600;
}
.custom-layer-confirm .layui-layer-btn .layui-layer-btn1 {
  order: 0;
  height: 35px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 5px;
}

.custom-layer-prompt {
  border-radius: 5px;
  width: 400px;
}
.custom-layer-prompt .layui-layer-content {
  padding: 10px 20px;
}
.custom-layer-prompt .layui-layer-content input.layui-layer-input {
  width: 100%;
  height: 40px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 10px;
}
.custom-layer-prompt .layui-layer-content input.layui-layer-input:focus {
  border: 1px solid #efefef;
  background-color: #fff;
  box-shadow: none !important;
  outline: none;
}
.custom-layer-prompt .layui-layer-content textarea.layui-layer-input {
  width: 100%;
  height: 200px;
}
.custom-layer-prompt .layui-layer-close {
  position: absolute;
  right: -5px;
  top: -5px;
  background: none;
  font-family: "global-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.custom-layer-prompt .layui-layer-close:before {
  content: "\e724";
  color: #999;
}
.custom-layer-prompt .layui-layer-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
}
.custom-layer-prompt .layui-layer-btn .layui-layer-btn0 {
  order: 1;
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
  display: flex;
  width: 100px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.custom-layer-prompt .layui-layer-btn .layui-layer-btn1 {
  order: 0;
  height: 40px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 10px;
}

.address-popup {
  width: 800px;
  height: 540px;
}

.inquiry-popup {
  border-radius: 0;
  width: 800px;
  height: 100vh;
}

.feedback-layer {
  border-radius: 15px;
  overflow: hidden;
}
.feedback-layer .layui-layer-title {
  height: 80px;
  line-height: 80px;
  background-color: #f5f6f9;
}
.feedback-layer .layui-layer-setwin {
  right: 25px;
  top: 25px;
}

.goods-item-panel {
  margin-bottom: 20px;
  border: 1px solid #d8d8d8;
  display: block;
}
.goods-item-panel .thumb {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-color: #fff;
}
.goods-item-panel .thumb:after {
  background: rgba(0, 0, 0, 0.03);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.goods-item-panel .thumb .thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  background-blend-mode: overlay;
}
.goods-item-panel .thumb .goods-lazy-img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.goods-item-panel .info {
  padding: 10px;
}
.goods-item-panel .info .goods-name {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  margin-bottom: 5px;
  color: #333;
}
.goods-item-panel .info .item-desc {
  flex: 1;
  color: #333;
  line-height: 18px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* &:last-child{display:none}*/
}
.goods-item-panel .info .item-desc .label {
  display: inline-block;
  color: #999;
}
.goods-item-panel .info .item-desc .price {
  font-size: 14px;
  color: #db3225;
  font-weight: 600;
}
.goods-item-panel .info .item-desc .min-order, .goods-item-panel .info .item-desc .value {
  font-size: 12px;
  color: #999;
}
.goods-item-panel .info .item-desc .unit {
  font-weight: 500;
  font-size: 12px;
  color: #999;
}
.goods-item-panel .info .item-desc:nth-child(n+3) {
  display: none;
}
.goods-item-panel .info .supplier-info {
  display: flex;
  align-items: center;
  color: #666;
  margin-bottom: 8px;
}
.goods-item-panel .info .supplier-info .icon {
  font-size: 14px;
  margin-right: 5px;
}
.goods-item-panel .info .supplier-info:hover {
  color: var(--main-color);
}

.goods-item-row-panel {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.goods-item-row-panel .thumb {
  width: 60px;
  height: 60px;
  flex: none;
  margin-right: 10px;
  border: 1px solid #d8d8d8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.goods-item-row-panel .info {
  flex: auto;
  min-width: 0;
}
.goods-item-row-panel .info .goods-name {
  font-size: 14px;
  color: #333;
  line-height: 20px;
}
.goods-item-row-panel .info .desc {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}

.f-textarea-warp {
  position: relative;
  width: 100%;
}
.f-textarea-warp textarea {
  padding-bottom: 15px;
}
.f-textarea-warp .f-textarea-info {
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.f-input-warp {
  position: relative;
  width: 100%;
}
.f-input-warp .f-input {
  padding-right: 90px;
}
.f-input-warp .f-input-number {
  font-size: 12px;
  height: 40px;
  display: flex;
  align-items: center;
  color: #999;
  position: absolute;
  right: 10px;
  top: 0;
}

.hideShowPassword-wrapper {
  width: 100% !important;
}

.hideShowPassword-toggle {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "global-iconfont" !important;
  font-size: 18px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}

.hideShowPassword-toggle.hideShowPassword-toggle-show:before {
  content: '\ebcd';
  color: #666;
}

.hideShowPassword-toggle.hideShowPassword-toggle-hide:before {
  content: '\ebcc';
  color: #666;
}

.google-auth-box {
  position: relative;
}
.google-auth-box .google-auth-btn {
  width: 100%;
  height: 40px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
  background-color: #fff;
}
.google-auth-box .google-auth-btn:before {
  content: '';
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-image: url("/static/home/images/google.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.google-auth-box .line {
  padding: 15px 0 10px;
  font-size: 12px;
  color: #999;
  text-align: center;
  position: relative;
}
.google-auth-box .line:after, .google-auth-box .line:before {
  content: '';
  width: 40%;
  height: 0;
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
  top: 50%;
  left: 0;
}
.google-auth-box .line:before {
  left: auto;
  right: 0;
}

.success-icon {
  width: 80px;
  height: 80px;
  background-color: #52c41a;
  border-radius: 50%;
  margin: 10px auto;
  font-family: "global-iconfont" !important;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-icon:before {
  content: '\e618';
  font-size: 50px;
  color: #fff;
}

.bootstrap-table .fixed-table-container .table thead th .asc {
  background-image: url("/static/home/images/sort-arrow-asc.png");
}

.bootstrap-table .fixed-table-container .table thead th .desc {
  background-image: url("/static/home/images/sort-arrow-desc.png");
}

.input-number {
  width: 120px;
  height: 30px;
  display: flex;
  align-self: center;
  border: 1px solid #d8d8d8;
}
.input-number button {
  width: 28px;
  height: 28px;
  flex: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-number button[disabled] {
  cursor: not-allowed;
}
.input-number .alignment {
  flex: auto;
  min-width: 0;
  font-size: 12px;
  line-height: 28px;
  border: 1px solid #d8d8d8;
  border-width: 0 1px;
  text-align: center;
  background-color: transparent;
}

/* 加载动画 */
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.2);
}
#loading .loading-content {
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#loading .loading-content .spinner-border {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  vertical-align: text-bottom;
  border: 0.125em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}
#loading .loading-content .text {
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn-main {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--main-color);
  --bs-btn-border-color: var(--main-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--main-color);
  --bs-btn-hover-border-color: var(--main-color);
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2647a3;
  --bs-btn-active-border-color: #2647a3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #32459c;
  --bs-btn-disabled-border-color: #32459c;
}

.btn-outline-main {
  --bs-btn-color: #333;
  --bs-btn-border-color:#d8d8d8;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--main-color);
  --bs-btn-hover-border-color: var(--main-color);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--main-color);
  --bs-btn-active-border-color: var(--main-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--main-color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--main-color);
  --bs-gradient: none;
}

.index-page-main.page-bg {
  background-repeat: no-repeat;
  background-position: top center;
}
.index-page-main.page-bg .page-bg-link {
  display: block;
  width: 100%;
  height: 100px;
}
.index-page-main.page-bg .menu_swiper_box .left-menu-box {
  border: none;
}
.index-page-main.page-bg .index-row-1 {
  margin-top: 0;
}

.index-page-banner {
  margin: 20px auto;
}
.index-page-banner img {
  width: 100%;
}

.index-row-topic {
  margin: 20px auto;
}
.index-row-topic .topic-content {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  border-radius: 10px;
  padding: 0 20px;
}
.index-row-topic .topic-content .topic-head {
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.index-row-topic .topic-content .topic-head .view-more {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 12px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.index-row-topic .topic-content .topic-head .view-more .arrow-icon {
  font-size: 12px;
}
.index-row-topic .topic-content .topic-head .row-title {
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.index-row-topic .topic-content .topic-head .row-sub-title {
  margin-top: 15px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.index-row-topic .topic-content .topic-link {
  display: block;
  width: 100%;
  height: 90px;
}
.index-row-topic .topic-content .goods-item-panel {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: none;
}
.index-row-topic .topic-content .goods-item-panel .price {
  color: #ff0000;
}

.index-popup {
  background-color: transparent;
}
.index-popup .index-popup-content {
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}
.index-popup .index-popup-content .close-btn {
  position: absolute;
  display: flex;
  align-items: center;
  height: 20px;
  padding: 0 10px;
  font-size: 12px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #333;
  right: 12px;
  top: 12px;
  z-index: 1;
}
.index-popup .index-popup-content .close-btn .close {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 14px;
}
.index-popup .index-popup-content .close-btn .close .global-iconfont {
  font-size: 14px;
}
.index-popup .index-popup-content img {
  height: 100%;
  width: auto;
}

.input-clear-group {
  position: relative;
}
.input-clear-group input {
  padding-right: 15px;
}
.input-clear-group .f-input-clear-icon {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  background-color: #efefef;
  border-radius: 100%;
  cursor: pointer;
  font-family: "global-iconfont" !important;
  font-size: 12px;
  color: #666;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}
.input-clear-group .f-input-clear-icon:before {
  content: "";
}

.discount-tag-icon {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 120px;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  background-image: url("/static/home/images/99/discount-tag.png");
}
.discount-tag-icon .num {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.discount-tag-icon .num:after {
  content: 'OFF';
  font-size: 14px;
  margin-left: 2px;
}
.discount-tag-icon.sm {
  width: 100px;
  height: 30px;
  padding: 5px 10px;
}
.discount-tag-icon.sm .num {
  font-size: 14px;
}
.discount-tag-icon.sm .num:after {
  font-size: 12px;
  margin-left: 2px;
}

.discount-tag {
  display: inline-flex;
  padding: 0 10px;
  height: 24px;
  align-items: center;
  border-radius: 5px;
  background-image: linear-gradient(to right, #DF0021, #FF0057, #FF1F60);
  font-size: 14px;
  color: #fff !important;
}
.discount-tag:after {
  content: 'OFF';
  margin-left: 2px;
  font-size: 12px;
}
.discount-tag.sm {
  height: 18px;
  padding: 0 5px;
  font-size: 12px;
}
.discount-tag.sm:after {
  transform: scale(0.8);
}

.category-list-bar {
  margin: 20px auto;
  height: 60px;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding-right: 80px;
  position: relative;
  overflow: hidden;
}
.category-list-bar:after {
  content: '';
  width: 60px;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.category-list-bar:before {
  content: '';
  width: 20px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 40px;
  top: 50%;
  opacity: 0.6;
  transform: translateY(-50%);
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1), -5px 0 15px rgba(0, 0, 0, 0.2), -5px 0 20px rgba(0, 0, 0, 0.3);
  z-index: 0;
}
.category-list-bar .swiper-button-next {
  background-color: #f5f5f5;
}
.category-list-bar .swiper-button-next:before {
  font-size: 16px;
}
.category-list-bar .swiper-button-next:hover {
  background-color: #f5f5f5;
}
.category-list-bar .swiper-button-next:hover:before {
  color: #333;
}
.category-list-bar .category-swiper {
  height: 100%;
}
.category-list-bar .category-swiper .swiper-wrapper {
  height: 100%;
}
.category-list-bar .cate-item {
  padding: 0 10px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  width: auto;
  position: relative;
}
.category-list-bar .cate-item:after {
  content: '';
  width: 1px;
  height: 40px;
  background-image: linear-gradient(to top, rgba(200, 200, 200, 0) 0%, #c8c8c8 40%, #c8c8c8 60%, rgba(200, 200, 200, 0) 100%);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.category-list-bar .cate-item:last-child:after {
  display: none;
}
.category-list-bar .cate-item .cate-name {
  display: block;
  height: 30px;
  line-height: 30px;
  padding: 0 40px;
  font-size: 14px;
  color: #333;
}
.category-list-bar .cate-item.active .cate-name {
  background-image: linear-gradient(to right, #df0023 0%, #fd0b55 100%);
  color: #fff;
  border-radius: 15px;
}
.category-list-bar.sm {
  padding-right: 60px;
}
.category-list-bar.sm:after {
  width: 40px;
}
.category-list-bar.sm:before {
  right: 20px;
}
.category-list-bar.sm .swiper-button-next {
  right: 0;
  width: 40px;
}
.category-list-bar.sm .cate-item {
  padding: 0 5px;
}
.category-list-bar.sm .cate-item .cate-name {
  padding: 0 25px;
}
.category-list-bar.sm .cate-item:after {
  display: none;
}

.page-simple-header {
  background-color: #fff;
  padding: 15px 0;
}
.page-simple-header .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.page-simple-header .nav-item {
  padding: 0 20px 0 0;
}
.page-simple-header .nav-item:last-child {
  padding-right: 0;
}
.page-simple-header .header-content {
  display: flex;
  justify-content: space-between;
}
.page-simple-header .header-content .logo {
  min-width: 100px;
  height: 60px;
}
.page-simple-header .header-content .logo img {
  height: 100%;
  width: auto;
}
.page-simple-header .header-content .nav-link {
  color: #333;
  height: 36px;
  display: flex;
  padding: 0;
  align-items: center;
  position: relative;
}
.page-simple-header .header-content .nav-link .icon {
  width: 20px;
  height: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 5px;
}
.page-simple-header .header-content .lang-icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 5px;
}
.page-simple-header .header-content .lang-icon.en {
  background-image: url("/static/home/images/lang/en.png");
}
.page-simple-header .header-content .lang-icon.ru {
  background-image: url("/static/home/images/lang/ru.png");
}
.page-simple-header .header-content .lang-icon.zh-cn {
  background-image: url("/static/home/images/lang/zh_cn.png");
}
.page-simple-header .header-content .lang-icon.zh {
  background-image: url("/static/home/images/lang/zh_cn.png");
}
.page-simple-header .header-content .lang-icon.th {
  background-image: url("/static/home/images/lang/th.png");
}
.page-simple-header .header-content .lang-icon.ja {
  background-image: url("/static/home/flags/4x3/jp.svg");
}
.page-simple-header .header-content .account-item {
  display: flex;
  align-items: center;
}
.page-simple-header .header-content .account-item .tit {
  display: flex;
  align-items: center;
  height: 36px;
  margin-left: 5px;
}
.page-simple-header .header-content .account-item .tit a {
  color: #333;
}
.page-simple-header .header-content .account-item .tit .split {
  padding: 0 5px;
}
.page-simple-header .header-content .account-item .tit .split:after {
  content: '|';
  font-size: 12px;
}
.page-simple-header .header-content .account-item .my-account {
  display: flex;
  align-items: center;
  position: relative;
}
.page-simple-header .header-content .account-item .my-account .tit {
  color: #333;
}
.page-simple-header .header-content .account-item .my-account .dropdown-menu {
  top: 36px !important;
}

.supplier-panel .supplier-logo {
  width: 50px;
  height: 50px;
  flex: none;
  background-color: #fff;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 8px;
}
.supplier-panel .supplier-info {
  flex: auto;
  min-width: 0;
}
.supplier-panel .supplier-info .company-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--main-color);
  line-height: 18px;
  padding-bottom: 5px;
}
.supplier-panel .supplier-info .attrs {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
}
.supplier-panel .supplier-info .attrs .attr-item {
  flex: none;
  font-size: 12px;
  color: #666;
  margin-left: 10px;
  display: flex;
  align-items: center;
}
.supplier-panel .supplier-info .attrs .attr-item:before {
  content: '';
  font-family: "global-iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--main-color);
  margin-right: 5px;
}
.supplier-panel .supplier-info .attrs .attr-item.attr-1:before {
  content: "\e6d4";
}
.supplier-panel .supplier-info .attrs .attr-item.attr-2:before {
  content: "\e640";
}
.supplier-panel .supplier-info .attrs .attr-item.attr-3:before {
  content: "\e87c";
}

.supplier-features {
  display: flex;
  margin-left: -4px;
  /*&.sm{
    .features-item{
      &:before{
        width:25px;
        height:25px;
      }
      &.features-2:before{background-position:-25px center;}
      &.features-3:before{background-position:-50px center;}
      &.features-video:before{background-position:-75px center;}
    }
  }*/
}
.supplier-features .features-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333;
  position: relative;
}
.supplier-features .features-item:before {
  content: '';
  width: 24px;
  height: 24px;
  overflow: hidden;
  flex: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.supplier-features .features-item.features-1:before {
  background-image: url("/static/home/images/goods/shop-vs.png");
}
.supplier-features .features-item.features-2:before {
  background-image: url("/static/home/images/goods/shop-ve.png");
}
.supplier-features .features-item.features-3:before {
  background-image: url("/static/home/images/goods/shop-il.png");
}
.supplier-features .features-item .tips {
  display: none;
  position: absolute;
  left: 50%;
  top: -25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 5px;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 999;
}
.supplier-features .features-item .tips:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.5);
}
.supplier-features .features-item .tips.tips-1 {
  padding: 5px;
  border-radius: 10px;
  top: auto;
  bottom: 32px;
}
.supplier-features .features-item .tips.tips-1:before {
  content: '';
  width: 100%;
  height: 10px;
  bottom: -10px;
  position: absolute;
}
.supplier-features .features-item .tips.tips-1 .features-img {
  width: 100px;
  height: auto;
}
.supplier-features .features-item:hover .tips {
  display: block;
}
.supplier-features .features-label {
  position: relative;
  margin-right: 3px;
  color: #333;
  cursor: pointer;
}
.supplier-features .features-label .icon {
  width: 24px;
  height: 24px;
}
.supplier-features .features-label .icon.icon-1 {
  background-image: url("/static/home/images/goods/shop-vs.png");
}
.supplier-features .features-label .icon.icon-2 {
  background-image: url("/static/home/images/goods/shop-ve.png");
}
.supplier-features .features-label .icon.icon-3 {
  background-image: url("/static/home/images/goods/shop-il.png");
}
.supplier-features .features-label .icon.icon-4 {
  background-image: url("/static/home/images/goods/shop-country.png");
}
.supplier-features .features-label .icon.icon-5 {
  background-image: url("/static/home/images/goods/shop-date.png");
}
.supplier-features .features-label .tips {
  display: none;
  position: absolute;
  left: 50%;
  top: -25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 5px;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 999;
}
.supplier-features .features-label .tips:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.5);
}
.supplier-features .features-label .tips.tips-1 {
  padding: 5px;
  border-radius: 10px;
  top: auto;
  bottom: 32px;
}
.supplier-features .features-label .tips.tips-1:before {
  content: '';
  width: 100%;
  height: 10px;
  bottom: -10px;
  position: absolute;
}
.supplier-features .features-label .tips.tips-1 .features-img {
  width: 100px;
  height: auto;
}
.supplier-features .features-label:last-child {
  margin-right: 0;
}
.supplier-features .features-label:hover .tips {
  display: block;
}

#whatsapp {
  /*display:none;*/
  position: fixed;
  right: 30px;
  bottom: 20px;
  opacity: 1;
  z-index: 99990;
}
#whatsapp .handle {
  width: 60px;
  height: 60px;
  background-color: var(--main-color);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
#whatsapp .handle .icon {
  font-size: 30px;
  color: #fff;
}
#whatsapp .whatsapp-popup {
  display: none;
  width: 400px;
  height: 500px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  -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;
}
#whatsapp .whatsapp-popup .whatsapp-popup-header {
  padding: 20px 25px 40px;
  color: #fff;
  background-image: linear-gradient(to bottom, #7a8fd5 0%, #2e489d 40%);
  position: relative;
  flex: none;
}
#whatsapp .whatsapp-popup .whatsapp-popup-header:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("/static/home/images/whatsapp-head-bg.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  z-index: 0;
}
#whatsapp .whatsapp-popup .whatsapp-popup-header .head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#whatsapp .whatsapp-popup .whatsapp-popup-header .head .logo {
  height: 30px;
  font-size: 18px;
  font-weight: 600;
}
#whatsapp .whatsapp-popup .whatsapp-popup-header .head .logo img {
  height: 100%;
}
#whatsapp .whatsapp-popup .whatsapp-popup-header .head .close {
  color: #fff;
  font-size: 18px;
}
#whatsapp .whatsapp-popup .whatsapp-popup-header .title {
  font-size: 16px;
  position: relative;
  z-index: 1;
}
#whatsapp .whatsapp-popup .whatsapp-popup-header .sub-title {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0;
  z-index: 1;
}
#whatsapp .whatsapp-popup .whatsapp-popup-content {
  flex: auto;
  min-height: 0;
  background-color: #fff;
  border-radius: 20px;
  margin-top: -20px;
  z-index: 9;
  padding: 25px;
}
#whatsapp .whatsapp-popup .whatsapp-popup-content .message-item .avatar {
  width: 40px;
  height: 40px;
  background-image: url("/static/home/images/whatsapp-avatar.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}
#whatsapp .whatsapp-popup .whatsapp-popup-content .message-item .message-content {
  padding: 10px 20px;
  display: inline-block;
  font-size: 12px;
  background: #FFFFFF;
  border: 1px solid #ECECEC;
  box-shadow: 0 8px 20px 0 rgba(219, 219, 219, 0.3);
  border-radius: 0 12px 12px 12px;
  position: relative;
}
#whatsapp .whatsapp-popup .whatsapp-popup-content .message-item .message-content .horn {
  position: absolute;
  width: 27px;
  height: 14px;
  display: block;
  left: -1px;
  top: 0;
  transform: translateY(-100%);
  z-index: 1;
  overflow: hidden;
  background-image: url("/static/home/images/whatsapp-message.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
#whatsapp .whatsapp-popup .whatsapp-popup-footer {
  padding: 25px;
  background-color: #F3F7FB;
}
#whatsapp .whatsapp-popup .whatsapp-popup-footer .whatsapp-btn {
  display: flex;
  height: 40px;
  border-radius: 20px;
  background-color: var(--main-color);
  color: #fff;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}
#whatsapp.show .handle {
  display: none;
}
#whatsapp.show .whatsapp-popup {
  display: flex;
}

@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px !important;
  }

  .page-banner {
    height: 640px;
  }

  .page-banner-sm {
    height: 300px;
  }
}
@media (max-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px !important;
    width: 1200px;
    padding: 0 !important;
  }

  .page-banner {
    height: 450px;
  }

  .page-banner-sm {
    height: 136px;
  }

  .page-inter-banner-620 {
    height: 450px;
  }
}
/*
@media only screen and  (min-width: 360px) and (max-width: 1140px){
  .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    width: 1200px;
    max-width: 960px;
  }
  .header-nav .header-nav .right-nav{
    display:none;
  }
  .page-banner{
    height: 420px !important;
  }
  .page-banner-sm{
    height:115px !important;;
  }
}
*/
#page-mobile-tips {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 999999;
}
#page-mobile-tips .tips-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  background-color: #fff;
  border-radius: 20px;
  font-size: 24px;
}
#page-mobile-tips .tips-content .head {
  padding: 30px;
  color: #333;
  font-size: 32px;
  font-weight: 600;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
#page-mobile-tips .tips-content .head .close-icon {
  color: #999;
  font-size: 32px;
  position: absolute;
  right: 40px;
  top: 30px;
}
#page-mobile-tips .tips-content .content {
  padding: 40px;
  color: #666;
  font-size: 32px;
  line-height: 40px;
}
#page-mobile-tips .tips-content .action {
  padding: 30px 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page-mobile-tips .tips-content .action .action-item {
  height: 60px;
  font-size: 24px;
  padding: 0 40px;
  margin-right: 50px;
  border-radius: 15px;
}
#page-mobile-tips .tips-content .action .action-item:last-child {
  margin-right: 0;
}

.page-belt-header {
  background-color: #fff;
  padding: 15px 0;
}

.page-belt-header .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.page-belt-header .nav-item {
  padding: 0 20px 0 0;
}

.page-belt-header .nav-item:last-child {
  padding-right: 0;
}

.page-belt-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-belt-header .header-content .logo {
  min-width: 100px;
  height: 60px;
}

.page-belt-header .header-content .logo img {
  height: 100%;
  width: auto;
}

.page-belt-header .header-content .nav-link {
  color: #333;
  height: 36px;
  display: flex;
  padding: 0;
  align-items: center;
  position: relative;
}

.page-belt-header .header-content .nav-link .icon {
  width: 20px;
  height: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 5px;
}

.page-belt-header .header-content .lang-icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 5px;
}

.page-belt-header .header-content.lang .lang-icon.en {
  background-image: url("/static/home/images/lang/en.png") !important;
}

.page-belt-header .header-content.lang .lang-icon.ru {
  background-image: url("/static/home/images/lang/ru.png") !important;
}

.page-belt-header .header-content.lang .lang-icon.zh-cn {
  background-image: url("/static/home/images/lang/zh_cn.png") !important;
}

.page-belt-header .header-content.lang .lang-icon.zh {
  background-image: url("/static/home/images/lang/zh_cn.png") !important;
}

.page-belt-header .header-content.lang .lang-icon.th {
  background-image: url("/static/home/images/lang/th.png") !important;
}

.page-belt-header .header-content.lang .lang-icon.ja {
  background-image: url("/static/home/flags/4x3/jp.svg") !important;
}

.page-belt-header .header-content.lang .lang-icon.ar {
  background-image: url("/static/home/flags/4x3/ae.svg") !important;
}

.page-belt-header .header-content .account-item {
  display: flex;
  align-items: center;
}

.page-belt-header .header-content .account-item .tit {
  display: flex;
  align-items: center;
  height: 36px;
  margin-left: 5px;
}

.page-belt-header .header-content .account-item .tit a {
  color: #333;
}

/*.page-belt-header .header-content .account-item .tit .split {*/
/*  padding: 0 5px;*/
/*}*/
.page-belt-header .header-content .account-item .tit .split:after {
  content: '/';
  font-size: 12px;
}

.page-belt-header .header-content .account-item .my-account {
  display: flex;
  align-items: center;
  position: relative;
}

.page-belt-header .header-content .account-item .my-account .tit {
  color: #333;
}

.page-belt-header .header-content .account-item .my-account .dropdown-menu {
  top: 36px !important;
}

.page-belt-header .header-content .search-box {
  padding: 0 60px;
  flex: auto;
  display: flex;
  align-items: center;
}

.page-belt-header .header-content .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;
}

.page-belt-header .header-content .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;
}

.page-belt-header .header-content .search-box .search-form .search-popup ul li a {
  color: #333;
  display: block;
  padding: 10px;
}

.page-belt-header .header-content .search-box .search-form .search-popup ul li:hover {
  cursor: pointer;
  background: #f7f7f7;
}

.page-belt-header .header-content .search-box .search-form .search-popup ul li .suggest-text-hight {
  color: var(--main-color);
}

.page-belt-header .header-content .search-box .search-form .select-box {
  position: relative;
}

.page-belt-header .header-content .search-box .search-form .select-box:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 60%;
  background: #eee;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.page-belt-header .header-content .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;
}

.page-belt-header .header-content .search-box .search-form .search-input {
  width: calc(100% - 100px);
}

.page-belt-header .header-content .search-box .search-form .search-input .form-control {
  width: 100%;
  height: 36px;
  border: none;
  padding: 0 15px;
  border-radius: 20px  0 0 20px;
}

.page-belt-header .header-content .search-box .search-form.ru .select-box .dropdown-toggle {
  width: 120px;
}

.page-belt-header .header-content .search-box .search-form.ru .search-input {
  width: calc(100% - 120px);
}

.page-belt-header .header-content .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;
}

.page-belt-header .belt-logo {
  min-width: 100px;
  height: 60px;
  line-height: 60px;
}

.page-belt-header .belt-logo img {
  height: 100%;
  width: auto;
}

.page-belt-header .line {
  margin-right: 10px;
  width: 1px;
  background-color: #ECECEC;
  height: 20px;
  line-height: 20px;
}

.cross-container {
  background: #ffffff;
  position: relative;
}
.cross-container::after {
  content: '';
  position: absolute;
  width: 100%;
  padding-top: 78px;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.cross-container .cross-title {
  font-size: var(--font-size-20);
  font-weight: 700;
  margin-bottom: 20px;
}
.cross-container .cross-list .cross-item {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  height: 40px !important;
  position: relative;
  color: var(--text-color);
  font-size: var(--font-size-14);
}
.cross-container .cross-list .cross-item::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  left: 6px;
  top: 43%;
  background: #E83412;
  border-radius: 50%;
}
.cross-container .cross-list .cross-item:hover {
  background: #f7f7f7;
}
.cross-container .cross-list .cross-item .title {
  font-size: var(--font-size-14);
  color: #212529;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 700px;
}
.cross-container .cross-list .cross-item .country {
  margin: 0 10px;
  flex: none;
  color: #212529;
}
.cross-container .cross-list .cross-item .country .flag-icon-box {
  width: 25px;
  height: 16px;
  line-height: inherit;
}
.cross-container .cross-list .cross-item .country-text {
  font-size: var(--font-size-14);
}
.cross-container .cross-list .cross-item .time {
  font-size: var(--font-size-14);
}

.earth-container {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  background-image: url("/static/home/images/country/line.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}
.earth-container .boat {
  position: absolute;
  right: 29px;
  top: 20px;
}
.earth-container .countries {
  padding-right: 570px;
  width: 100%;
}
.earth-container .countries .title {
  padding: 10px;
  font-size: var(--font-size-20);
  font-weight: 600;
  color: var(--main-color);
}
.earth-container .countries .countries-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.earth-container .countries .countries-list .country-item {
  padding: 5px 10px;
  width: 135px;
  display: flex;
  align-items: center;
  /* &:nth-child(2),
   &:nth-child(3) {
     width: 188px;
   }*/
}
.earth-container .countries .countries-list .country-item .country-img {
  margin-right: 5px;
  width: 25px;
  height: 25px;
}
.earth-container .countries .countries-list .country-item .country-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.earth-container .countries .countries-list .country-item:last-child {
  padding: 10px;
  width: 250px;
  display: flex;
  align-items: center;
}
.earth-container .countries .china-item:last-child {
  padding: 10px;
  width: 217px;
  display: flex;
  align-items: center;
}
.earth-container .countries .ports-item:last-child {
  padding: 10px;
  width: 190px;
  display: flex;
  align-items: center;
}
.earth-container .countries .trading-centers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.earth-container .countries .trading-centers .center-item {
  padding: 8px;
  display: flex;
  align-items: center;
}
.earth-container .countries .trading-centers .center-item .center-icon {
  margin-right: 10px;
  width: 5px;
  height: 5px;
  background: red;
  border-radius: 2.5px;
}
.earth-container .earth {
  width: 520px;
  height: 520px;
  position: absolute;
  right: 70px;
  top: 20px;
}
@media (max-width: 1500px) {
  .earth-container .countries {
    padding-right: 400px;
  }
  .earth-container .countries .countries-list .country-item {
    width: 120px;
  }
  .earth-container .countries .countries-list .country-item .country-img {
    width: 20px;
    height: 20px;
  }
  .earth-container .countries .trading-centers {
    flex-wrap: nowrap;
  }
  .earth-container .countries .trading-centers .center-item {
    padding: 5px;
  }
  .earth-container .boat {
    right: 10px;
  }
  .earth-container .earth {
    transform: scale(0.83);
    transform-origin: top right;
    right: 50px;
  }
}

.solutions-container {
  width: 100%;
}
.solutions-container .solutions-list {
  display: flex;
  justify-content: space-between;
}
.solutions-container .solutions-list .solutions-item {
  background-color: var(--main-color-light2);
  border-radius: 16px;
  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;
}
.solutions-container .solutions-list .solutions-item:last-child {
  margin-right: 0;
}
.solutions-container .solutions-list .solutions-item .solution-link {
  display: block;
}
.solutions-container .solutions-list .solutions-item .solution-link .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  height: 48px;
  margin-bottom: 10px;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.solutions-container .solutions-list .solutions-item .solution-link .desc {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  height: 36px;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.solutions-container .solutions-list .solutions-item .solutions-img {
  width: 100%;
  height: 194px;
  overflow: hidden;
  border-radius: 16px;
  margin: 36px auto 20px;
}
.solutions-container .solutions-list .solutions-item .solutions-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solutions-container .solutions-list .solutions-item .solution-prods {
  display: flex;
  justify-content: space-between;
}
.solutions-container .solutions-list .solutions-item .solution-prods .prod-item {
  width: 33.33%;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.solutions-container .solutions-list .solutions-item .solution-prods .prod-item .prod-pic {
  width: calc(100% - 20px);
  height: 0;
  padding-bottom: calc(100% - 20px);
  position: relative;
  border-radius: 100%;
  overflow: hidden;
}
.solutions-container .solutions-list .solutions-item .solution-prods .prod-item .prod-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.solutions-container .solutions-list .solutions-item .solution-prods .prod-item .text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  height: 36px;
  text-align: center;
  color: var(--text-color);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  margin-top: 10px;
}
.solutions-container .solutions-list .solutions-item:hover {
  background-color: var(--main-color-light1);
  box-shadow: 0 4px 24px 0 rgba(110, 126, 146, 0.1);
  transform: translateY(-4px);
}

.gaps-page-footer {
  border-top: 1px solid #eaeaea;
  padding: 50px 0;
}
.gaps-page-footer .contact-wrap {
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.gaps-page-footer .contact-wrap .contact-item {
  display: flex;
  align-items: center;
  font-size: var(--font-size-14);
  color: var(--text-color);
  font-weight: 600;
  margin-right: 40px;
}
.gaps-page-footer .contact-wrap .contact-item:last-child {
  margin-right: 0;
}
.gaps-page-footer .contact-wrap .contact-item .icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-size: var(--font-size-24);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gaps-page-footer .footer-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.gaps-page-footer .footer-nav .nav-links-item {
  font-size: var(--font-size-14);
  color: var(--text-color);
  font-weight: 500;
  margin-right: 40px;
}
.gaps-page-footer .footer-nav .nav-links-item:last-child {
  margin-right: 0;
}
.gaps-page-footer .copyright-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-color);
  line-height: 16px;
}
.gaps-page-footer .copyright-bar .code-item {
  color: var(--text-color);
  margin-right: 20px;
}
.gaps-page-footer .copyright-bar .code-item:last-child {
  margin-right: 0;
}
