body {
  background-color: #f2f6fa;
}

.content_box {
  width: 100%;
  background: #F0F1F3;
}

.menu_swiper_box {
  width: 100%;
  margin: 0 auto;
  padding: 10px 275px 0 290px;
  position: relative;
  margin-top: 10px;
}
.menu_swiper_box .left-menu-box {
  border-top: 4px solid #2647A3;
  border-radius: 8px;
  padding: 15px 0;
  background: #fff;
  width: 280px;
  height: 570px;
  max-height: 570px;
  position: absolute;
  left: 0;
  top: 10px;
}
.menu_swiper_box .left-menu-box .menu-category {
  line-height: 25px;
  font-size: 16px;
}
.menu_swiper_box .left-menu-box .menu-category span {
  font-weight: 600;
}
.menu_swiper_box .left-menu-box .see-all {
  font-size: 14px;
  color: var(--main-color);
}
.menu_swiper_box .left-menu-box .see-all .icon {
  font-size: 12px;
  color: var(--main-color);
}
.menu_swiper_box .left-menu-box .category-nav {
  width: 100%;
  height: calc(100% - 50px);
}
.menu_swiper_box .left-menu-box .category-nav .category-nav-item {
  height: 40px;
}
.menu_swiper_box .left-menu-box .category-nav .category-nav-item .handle {
  width: 100%;
  height: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}
.menu_swiper_box .left-menu-box .category-nav .category-nav-item .handle h2 {
  font-size: 14px;
  font-weight: 500;
}
.menu_swiper_box .left-menu-box .category-nav .category-nav-item .handle .icon {
  color: #999;
  font-size: 14px;
}
.menu_swiper_box .left-menu-box .category-nav .category-nav-item .handle:hover {
  background-color: #f7f7f7;
}
.menu_swiper_box .left-menu-box .category-nav .category-nav-item .children {
  display: none;
  width: 700px;
  padding: 20px 20px 20px 0;
  height: 100%;
  position: absolute;
  border: 1px solid #d8d8d8;
  border-left: none;
  left: 100%;
  top: 0;
  background-color: #f7f7f7;
  z-index: 2;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.menu_swiper_box .left-menu-box .category-nav .category-nav-item .children .children-item {
  width: calc(33.33% - 20px);
  margin-left: 20px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.menu_swiper_box .left-menu-box .category-nav .category-nav-item .children .children-item dt {
  font-weight: 600;
  margin-bottom: 10px;
}
.menu_swiper_box .left-menu-box .category-nav .category-nav-item .children .children-item dd {
  margin-bottom: 5px;
  margin-left: 5px;
}
.menu_swiper_box .left-menu-box .category-nav .category-nav-item .children .children-item a {
  color: #666;
}
.menu_swiper_box .left-menu-box .category-nav .category-nav-item .children .children-item a:hover {
  color: #294a9f;
}
.menu_swiper_box .left-menu-box .category-nav .category-nav-item:hover .handle {
  background-color: #f7f7f7;
}
.menu_swiper_box .left-menu-box .category-nav .category-nav-item:hover .children {
  display: flex;
}
.menu_swiper_box .left-menu-box .auto-category-nav {
  width: 100%;
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}
.menu_swiper_box .left-menu-box .auto-category-nav::-webkit-scrollbar {
  width: 6px;
}
.menu_swiper_box .left-menu-box .auto-category-nav::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 6px;
}
.menu_swiper_box .left-menu-box .auto-category-nav::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}
.menu_swiper_box .left-menu-box .auto-category-nav::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item {
  flex: auto;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .handle {
  width: 100%;
  height: 100%;
  padding: 5px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .handle .top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .handle .top-nav .icon {
  width: 30px;
  height: 30px;
  flex: none;
  margin-right: 5px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.menu_swiper_box .left-menu-box .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: 14px;
  color: #333;
  font-weight: 600;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .handle .top-nav .arrow-icon {
  color: #999;
  font-size: 14px;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .handle .recommend-items {
  overflow: hidden;
  padding-left: 35px;
  flex: auto;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .handle .recommend-items .item {
  display: block;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .handle .recommend-items .item:hover {
  color: var(--main-color);
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .handle:hover {
  background-color: #f7f7f7;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .children {
  display: none;
  width: 900px;
  overflow-y: auto;
  padding: 0 20px 20px 0;
  height: 100%;
  position: absolute;
  border: 1px solid #d8d8d8;
  border-left: none;
  left: 100%;
  top: 0;
  background-color: #ffffff;
  z-index: 2;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .children .children-item {
  width: calc(33.33% - 20px);
  margin-left: 20px;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .children .children-item dt {
  font-weight: 600;
  margin-bottom: 10px;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .children .children-item dt a {
  color: #333333;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .children .children-item dd {
  margin-bottom: 5px;
  margin-left: 5px;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .children .children-item dd a {
  color: #868e96;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .children .children-item a {
  color: #333333;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .children .children-item a:hover {
  color: #294a9f;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item:hover .handle {
  background-color: #f7f7f7;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item:hover .children {
  display: flex;
}
.menu_swiper_box .swiper_box {
  width: 100%;
  min-width: 0;
  height: 575px;
  flex: 1;
}
.menu_swiper_box .swiper_box .home-focus-box {
  margin: 0 auto 10px;
  width: 100%;
  height: 0;
  padding-bottom: 48%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.menu_swiper_box .swiper_box .home-focus-box .index-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.menu_swiper_box .swiper_box .home-focus-box .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.menu_swiper_box .swiper_box .banner_a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 72%;
}
.menu_swiper_box .swiper_box .banner_a .banner_img {
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  left: 0;
  top: 0;
}
.menu_swiper_box .swiper_box .banner_a .banner_content {
  position: relative;
  padding: 10px;
  width: 100%;
  height: 100%;
}
.menu_swiper_box .swiper_box .banner_a .banner_content .title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.menu_swiper_box .swiper_box .banner_a .banner_content .view {
  padding: 5px 10px;
  color: #fff;
  background: red;
  border-radius: 8px;
  font-size: 8px;
  text-align: center;
}
.menu_swiper_box .right-box {
  width: 265px;
  height: 570px;
  flex: none;
  position: absolute;
  right: 0;
  top: 10px;
  border-radius: 10px;
}
.menu_swiper_box .right-box .rfq-box {
  padding-bottom: 10px;
}
.menu_swiper_box .right-box .rfq-box .title {
  padding-top: 10px;
  font-size: 12px;
  color: #868e96;
  margin-bottom: 10px;
}
.menu_swiper_box .right-box .rfq-box .btn {
  padding: 0;
  width: 100%;
  height: 30px;
  line-height: 26px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  display: flex;
  border: 1px solid #2546a1;
  border-radius: 8px;
}
.menu_swiper_box .right-box .rfq-box .btn .txt {
  flex: auto;
  min-width: 0;
  height: 100%;
  background: #fff;
  color: #2546A1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_swiper_box .right-box .rfq-box .btn .txt .quote-thumb {
  width: 15px;
  height: 15px;
  flex: none;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: inherit;
  background-size: contain;
}
.menu_swiper_box .right-box .rfq-box .btn .txt .quote-txt {
  flex: none;
  min-width: 0;
  height: 100%;
}
.menu_swiper_box .right-box .rfq-box .btn .go {
  flex: none;
  background: #2647A3;
  height: 100%;
  color: #fff;
  padding: 0 10px;
}
.menu_swiper_box .right-box .live-rates-box {
  border-radius: 16px;
  height: 262px;
}
.menu_swiper_box .right-box .live-rates-box .title {
  padding: 15px 12px;
  display: flex !important;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.menu_swiper_box .right-box .live-rates-box .title .head-title {
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 700;
}
.menu_swiper_box .right-box .live-rates-box .title .head-desc {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
}
.menu_swiper_box .right-box .live-rates-box .rate-item-strats {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  width: 80px;
}
.menu_swiper_box .right-box .live-rates-box .rate-box .rate-item {
  display: flex !important;
  position: relative;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  height: 30px !important;
}
.menu_swiper_box .right-box .live-rates-box .rate-box .rate-item .rate-left {
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  font-weight: 400;
  width: 100px;
}
.menu_swiper_box .right-box .live-rates-box .rate-box .rate-item .rate-blue {
  color: #2546A1;
}
.menu_swiper_box .right-box .live-rates-box .rate-box .rate-item .rate-right {
  font-size: 14px;
  color: #333333;
  font-weight: 700;
}
.menu_swiper_box .right-box .like-box {
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 16px;
}
.menu_swiper_box .right-box .like-box .index-like {
  height: 170px;
  overflow: hidden;
}
.menu_swiper_box .right-box .like-box .index-like .like-list .swiper-wrapper {
  height: 175px !important;
}
.menu_swiper_box .right-box .like-box .index-like .item-goods {
  height: 88px !important;
}
.menu_swiper_box .right-box .like-panel .tit {
  font-size: 20px;
  color: #333333;
  font-weight: 700;
  padding: 10px 0;
}
.menu_swiper_box .right-box .like-panel .goods-item {
  font-size: 12px;
  color: #666;
  line-height: 16px;
  padding-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  display: flex;
}
.menu_swiper_box .right-box .like-panel .goods-item .thumb {
  width: 80px;
  height: 80px;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
}
.menu_swiper_box .right-box .like-panel .goods-item .info {
  flex: auto;
  min-width: 0;
}
.menu_swiper_box .right-box .like-panel .goods-item .info .goods-name {
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
}
.menu_swiper_box .right-box .like-panel .goods-item .info .goods-name .discount-tag {
  font-size: 12px;
  padding: 2px 5px;
  background: #ff0000;
  color: #fff;
  margin-right: 2px;
  border-radius: 5px;
  transform: scale(0.8);
}
.menu_swiper_box .right-box .like-panel .goods-item .info .source-price {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 5px;
}
.menu_swiper_box .right-box .like-panel .goods-item .info .goods-price .price {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.menu_swiper_box .right-box .like-panel .goods-item .info .goods-price .unit {
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.menu_swiper_box .quote_box {
  width: 255px;
  height: 477px;
  background: #fff;
  flex: none;
  position: absolute;
  right: 0;
  top: 10px;
  border-radius: 10px;
}
.menu_swiper_box .quote_box .top-head {
  font-size: 24px;
  padding: 10px;
  font-weight: 700;
  color: #2546a1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_swiper_box .quote_box .top-head span {
  color: #ff0000;
  margin-left: 10px;
}
.menu_swiper_box .quote_box .top_img {
  margin: 15px auto;
  width: 150px;
}
.menu_swiper_box .quote_box .top_img .img {
  width: 150px;
}
.menu_swiper_box .quote_box .quote_content {
  border-top: 1px solid #f5f5f5;
}
.menu_swiper_box .quote_box .quote_tab {
  height: 225px;
  overflow: hidden;
}
.menu_swiper_box .quote_box .quote_tab .nav-tabs {
  padding: 0 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
}
.menu_swiper_box .quote_box .quote_tab .nav-tabs .nav-item {
  width: 33.33%;
  height: 30px;
  background: #e6e7eb;
  border-left: 1px solid #d9dbdf;
}
.menu_swiper_box .quote_box .quote_tab .nav-tabs .nav-item .nav-link {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #333;
  border: none;
  border-radius: 0;
}
.menu_swiper_box .quote_box .quote_tab .nav-tabs .nav-item .active {
  background: #2647A3;
  color: #fff;
}
.menu_swiper_box .quote_box .quote_tab .tab-content {
  padding: 0 10px;
}
.menu_swiper_box .quote_box .quote_tab .tab-content .product_name {
  margin-bottom: 10px;
}
.menu_swiper_box .quote_box .quote_tab .tab-content .product_name .name {
  padding: 0 10px;
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #999;
  border: 1px solid #d9dbdf;
  border-radius: 5px;
}
.menu_swiper_box .quote_box .quote_tab .tab-content .product_des {
  margin-bottom: 10px;
}
.menu_swiper_box .quote_box .quote_tab .tab-content .product_des .des {
  padding: 10px;
  width: 100%;
  height: 50px;
  font-size: 12px;
  color: #999;
  border: 1px solid #d9dbdf;
  border-radius: 5px;
}
.menu_swiper_box .quote_box .quote_tab .tab-content .purchase_qua {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.menu_swiper_box .quote_box .quote_tab .tab-content .purchase_qua .purchase {
  padding: 0 80px 0 10px;
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #999;
  border: 1px solid #d9dbdf;
  border-radius: 5px;
}
.menu_swiper_box .quote_box .quote_tab .tab-content .purchase_qua .form-select {
  margin: 0px 0 0 -71px;
  padding: 0 5px;
  width: 69px;
  font-size: 12px;
  height: 24px;
  background-color: #f8f8f8;
  border: 1px solid #fff;
}
.menu_swiper_box .quote_box .quote_tab .tab-content .publish_resquest {
  margin-bottom: 10px;
}
.menu_swiper_box .quote_box .quote_tab .tab-content .publish_btn {
  z-index: 99;
  padding: 0;
  width: 100%;
  height: 30px;
  line-height: 26px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  border: 2px solid #2647A3;
}
.menu_swiper_box .quote_box .quote_tab .tab-content .publish_btn .publish {
  flex: auto;
  height: 100%;
  background: #ffd617;
  color: #333;
}
.menu_swiper_box .quote_box .quote_tab .tab-content .publish_btn .go {
  flex: none;
  background: #2647A3;
  height: 100%;
  color: #fff;
  padding: 0 10px;
}
.menu_swiper_box .quote_box .quote_tab .form-control {
  padding: 0 10px;
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #999;
  border: 1px solid #d9dbdf;
  border-radius: 5px;
}
.menu_swiper_box .quote_box .quote_tab textarea.form-control {
  height: 64px;
}
.menu_swiper_box .quote_box .quote_tab .input-item {
  margin-bottom: 8px;
}

@media (max-width: 1400px) {
  .menu_swiper_box {
    padding: 10px 245px 0 245px;
  }
  .menu_swiper_box .swiper_box {
    height: 495px;
  }
  .menu_swiper_box .swiper_box .banner_a .banner_content .title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .menu_swiper_box .swiper_box .home-focus-box {
    padding-bottom: 51%;
  }
  .menu_swiper_box .left-menu-box {
    width: 235px;
    height: 495px;
  }
  .menu_swiper_box .left-menu-box .menu-category {
    font-size: 14px;
  }
  .menu_swiper_box .left-menu-box .see-all {
    font-size: 12px;
  }
  .menu_swiper_box .right-box {
    width: 235px;
    height: 496px;
  }
  .menu_swiper_box .right-box .live-rates-box .title .head-title {
    font-size: 16px;
  }
  .menu_swiper_box .right-box .live-rates-box .rate-item-strats {
    width: 80px;
  }
  .menu_swiper_box .right-box .live-rates-box .rate-box .rate-left {
    width: 70px !important;
  }
  .menu_swiper_box .right-box .like-panel {
    padding: 0 !important;
  }
  .menu_swiper_box .right-box .like-panel .index-like {
    height: 110px;
    overflow: hidden;
  }
  .menu_swiper_box .right-box .like-panel .index-like .like-list .swiper-wrapper {
    height: 117px !important;
  }
  .menu_swiper_box .right-box .like-panel .index-like .item-goods {
    height: 58px !important;
  }
  .menu_swiper_box .right-box .like-panel .index-like .goods-name {
    overflow: hidden !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    word-wrap: break-word !important;
  }
  .menu_swiper_box .right-box .like-panel .tit {
    font-size: 16px;
    margin-bottom: 5px;
    padding: 10px 0px 0px 0px;
  }
  .menu_swiper_box .right-box .like-panel .goods-item .info .goods-price .price {
    font-size: 12px;
  }
  .menu_swiper_box .right-box .like-panel .goods-item .thumb {
    width: 50px !important;
    height: 50px !important;
  }
  .menu_swiper_box .quote_box {
    width: 235px;
    height: 375px;
    overflow-y: auto;
  }
  .menu_swiper_box .quote_box .quote_tab {
    height: 230px;
  }
  .menu_swiper_box .quote_box::-webkit-scrollbar {
    width: 0;
  }
  .menu_swiper_box .quote_box .top_img .img {
    width: 120px;
    display: block;
    margin: 0 auto;
  }
  .menu_swiper_box .quote_box .quote_tab .tab-content .publish_btn {
    font-size: 12px;
  }
}
.menu_swiper_box .quote_box .news .news_header {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu_swiper_box .quote_box .news .news_header .news_title {
  padding: 5px 20px 5px 10px;
  width: 70px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.menu_swiper_box.quote_box.news.news_header.news_more {
  display: flex;
  align-items: center;
}

.menu_swiper_box .quote_box .news .news_header .news_more > a {
  color: red;
  font-size: 14px;
}

.menu_swiper_box .quote_box .news .news_list {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 12px;
  color: #666;
  overflow-y: auto;
  width: 100%;
  height: 160px;
}

.menu_swiper_box .quote_box .news .news_list .news_li {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.menu_swiper_box .quote_box .news .news_list .news_li .news_circle {
  margin-right: 3px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #e0e2e4;
}

.menu_swiper_box .quote_box .news .news_list .news_li > a {
  height: 25px;
  line-height: 25px;
  color: #666;
}

.menu_swiper_box .quote_box .news .news_list .news_li > a:hover {
  color: #2647A3;
}

.index-focus-banner {
  width: 100%;
  height: 100%;
}
.index-focus-banner .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}

.index-page-cross-box {
  position: relative;
}
.index-page-cross-box .clue-box {
  display: flex;
  height: 280px;
  overflow: hidden;
}
.index-page-cross-box .clue-box .page-cross-left {
  width: 640px;
  padding: 40px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex: none;
  color: #ffffff;
  height: 100%;
  margin-right: 30px;
}
.index-page-cross-box .clue-box .page-cross-left .page-cross-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-page-cross-box .clue-box .page-cross-left .page-cross-title .cross-label {
  padding: 2px 10px;
  font-size: 18px;
  border-radius: 6px;
  background: #EBA517;
}
.index-page-cross-box .clue-box .page-cross-left .cross-data-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.index-page-cross-box .clue-box .page-cross-left .cross-data-info .clue-title {
  font-size: 40px;
  color: #2E2C39;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 5px;
}
.index-page-cross-box .clue-box .page-cross-left .cross-data-info .clue-desc {
  font-size: 20px;
  color: #2E2C39;
  letter-spacing: 0;
  text-align: left;
  line-height: 18px;
  font-weight: 500;
}
.index-page-cross-box .clue-box .page-cross-left .btn-cross {
  background: #2546A1;
  box-shadow: 0px 8px 24px 0px rgba(110, 126, 146, 0.1);
  border-radius: 8px;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  padding: 14px 20px;
}
.index-page-cross-box .clue-box .page-cross-right {
  flex: auto;
  min-width: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.index-page-cross-box .cross-list {
  display: flex;
  flex-direction: row;
  gap: 15px;
  flex-wrap: wrap;
}
.index-page-cross-box .cross-list .cross-item {
  width: calc(50% - 10px);
  background: #fff;
  padding: 20px 20px;
  border-radius: 16px;
}
.index-page-cross-box .cross-list .cross-item .cross-item-top .title {
  font-size: 14px;
  color: #2E2C39;
  line-height: 16px;
  height: 32px;
  font-weight: 600;
}
.index-page-cross-box .cross-list .cross-item .country {
  background: #F5F6F7;
  border-radius: 14px;
  padding: 5px 12px;
}
.index-page-cross-box .cross-list .cross-item .country .country-text {
  font-size: 12px;
  color: #2E2C39;
  font-weight: 500;
}
.index-page-cross-box .cross-list .cross-item .contact {
  font-size: 12px;
  color: #2E2C39;
  font-weight: 400;
}

.index-page-banner {
  margin: 20px auto;
}
.index-page-banner img {
  width: 100%;
}

.index-row-5 {
  width: 100%;
  margin: 40px auto;
}
.index-row-5 .quotation-box {
  height: 472px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(https://img.tdd-global.com/upload/20250805/916286021ed4208765c65a6987071854.png);
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.index-row-5 .quotation-box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-image: linear-gradient(-80deg, transparent 83px, #6497b5 300px, #6497b5);
  z-index: 0;
}
.index-row-5 .quotation-box .quotation-content {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 20px;
}
.index-row-5 .quotation-box .quotation-content .row-title {
  color: #fff;
}
.index-row-5 .quotation-box .quotation-content .row-sub-title {
  font-size: 18px;
}
.index-row-5 .quotation-box .quotation-content .content {
  color: #fff;
  font-size: 18px;
  margin-left: 20px;
  margin-top: 76px;
}
.index-row-5 .quotation-box .quotation-content .content .content_li {
  list-style: disc;
}
.index-row-5 .quotation-box .quotation-form {
  width: 624px;
  height: 324px;
  background-color: #fff;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  padding: 20px 40px;
}
.index-row-5 .quotation-box .quotation-form .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.index-row-5 .quotation-box .quotation-form .input-item {
  margin-bottom: 15px;
}
.index-row-5 .quotation-box .quotation-form .btn-main {
  padding: 0 40px;
}

.big_banner_box {
  width: 100%;
  height: 100%;
  /*height: 500px;*/
  margin: 40px auto;
}

.big_banner_box .big_img {
  width: 100%;
}

.big_banner_box .earth-container {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.big_banner_box .earth-title {
  margin-bottom: 5px;
  color: #333;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}

.big_banner_box .earth-subtitle {
  margin-bottom: 40px;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.big_banner_box .earth-container .earth-bg {
  position: absolute;
  bottom: 0;
  right: 0;
}

.big_banner_box .earth-container .earth-bg .boat {
  position: absolute;
  right: 29px;
  top: 20px;
}

.big_banner_box .earth-container .countries {
  margin-right: 570px;
  padding: 10px;
  width: 860px;
  height: 100%;
}

.big_banner_box .earth-container .countries .title {
  padding: 15px 0 15px 10px;
  font-size: 20px;
  color: #2647A3;
}

.big_banner_box .earth-container .countries .countries-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.big_banner_box .earth-container .countries .countries-list .country-item {
  padding: 5px 10px;
  width: 135px;
  display: flex;
  align-items: center;
}

.big_banner_box .earth-container .countries .countries-list .china-item:nth-child(2),
.big_banner_box .earth-container .countries .countries-list .china-item:nth-child(3) {
  width: 188px;
}

.big_banner_box .earth-container .countries .countries-list .country-item:last-child {
  padding: 10px;
  width: 250px;
  display: flex;
  align-items: center;
}

.big_banner_box .earth-container .countries .countries-list .china-item:last-child {
  padding: 10px;
  width: 217px;
  display: flex;
  align-items: center;
}

.big_banner_box .earth-container .countries .countries-list .ports-item:last-child {
  padding: 10px;
  width: 190px;
  display: flex;
  align-items: center;
}

.big_banner_box .earth-container .countries .countries-list .country-item .country-img {
  margin-right: 5px;
  width: 25px;
  height: 25px;
}

.big_banner_box .earth-container .countries .countries-list .country-item .country-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big_banner_box .earth-container .earth {
  width: 520px;
  height: 520px;
  position: absolute;
  right: 70px;
  top: 20px;
}

.big_banner_box .earth-container .countries .trading-centers {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.big_banner_box .earth-container .countries .trading-centers .center-item {
  padding: 8px;
  display: flex;
  align-items: center;
}

.big_banner_box .earth-container .countries .trading-centers .center-item .center-icon {
  margin-right: 10px;
  width: 5px;
  height: 5px;
  background: red;
  border-radius: 2.5px;
}

.solutions_box {
  width: 100%;
  /*max-width: 1440px;*/
  /*min-width: 1230px;*/
  margin: 40px auto 20px;
}

.solutions_box .solution-title {
  margin-bottom: 15px;
  color: #333;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}

.solutions_box .solution-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.solutions_box .solution-list .solution-item {
  margin-top: 20px;
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

.solutions_box .solution-list .solution-item .item-inr {
  background: #fff;
}

.solutions_box .solution-list .solution-item .item-inr .solution-banner {
  height: 220px;
  box-sizing: border-box;
  position: relative;
}

.solutions_box .solution-list .solution-item .item-inr .solution-banner .solution-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.solutions_box .solution-list .solution-item .item-inr .solution-banner .solution-bg .solution-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: right;
  overflow: hidden;
}

.solutions_box .solution-list .solution-item .item-inr .solution-banner .solution-bg .solution-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solutions_box .solution-list .solution-item .item-inr .solution-banner .solution-bg .solution-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-80deg, transparent 140px, #83a7d5 300px, #83a7d5);
}

.solutions_box .solution-list .solution-item .item-inr .solution-banner .solution-link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 50px 30px 20px;
  box-sizing: border-box;
  background: rgba(131, 167, 213, 0.3);
}

.solutions_box .solution-list .solution-item .item-inr .solution-banner .solution-link .banner-title {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  height: 60px;
  font-weight: 500;
  margin-bottom: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.solutions_box .solution-list .solution-item .item-inr .solution-banner .solution-link .banner-desc {
  color: #fff;
  font-size: 14px;
}

.solutions_box .solution-list .solution-item .item-inr .solution-banner .solution-link:hover {
  background: rgba(0, 0, 0, 0.5);
}

.solutions_box .solution-list .solution-item .item-inr .solution-prods {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  padding: 0 10px 20px 10px;
  border: 1px solid #e6ecf2;
  flex-wrap: wrap;
  border-top: 0;
}

.solutions_box .solution-list .solution-item .item-inr .solution-prods .prod-item {
  width: 33.33%;
}

.solutions_box .solution-list .solution-item .item-inr .solution-prods .prod-item .prod-inr {
  padding: 20px 5px 10px 5px;
}

.solutions_box .solution-list .solution-item .item-inr .solution-prods .prod-item .prod-inr .prod-link {
  display: block;
  width: 100%;
  height: 100%;
}

.solutions_box .solution-list .solution-item .item-inr .solution-prods .prod-item .prod-inr .prod-link .prod-pic {
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.solutions_box .solution-list .solution-item .item-inr .solution-prods .prod-item .prod-inr .prod-link .prod-pic .img-wp {
  width: 80px;
  height: 80px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  overflow: hidden;
}

.solutions_box .solution-list .solution-item .item-inr .solution-prods .prod-item .prod-inr .prod-link .prod-pic .img-wp > img {
  position: static;
  margin: initial;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.solutions_box .solution-list .solution-item .item-inr .solution-prods .prod-item .prod-inr .prod-link .prod-txt {
  font-size: 12px;
  color: #555;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  height: 42px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.popular_box {
  width: 100%;
  /*max-width: 1440px;*/
  /*min-width: 1230px;*/
  margin: 20px auto;
  background: #fff;
}

.popular_box .popular_title {
  padding: 30px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.popular_box .popular_content {
  /*padding: 0 50px;*/
}

.popular_box .popular_content .swiper-container {
  width: 100%;
  height: 100px;
}

.popular_box .popular_content .swiper-container .swiper-button-prev {
  background-image: none;
  width: 35px;
  height: 60px;
  line-height: 60px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #ccc;
  top: calc(50% - 30px);
  cursor: pointer;
  left: 0;
}

.popular_box .popular_content .swiper-container .swiper-button-prev .iconfont {
  font-size: 26px;
  color: #fff;
}

.popular_box .popular_content .swiper-container .swiper-button-next {
  background-image: none;
  width: 35px;
  height: 60px;
  line-height: 60px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ccc;
  top: calc(50% - 30px);
  cursor: pointer;
  right: 0;
}

.popular_box .popular_content .swiper-container .swiper-button-next .iconfont {
  font-size: 26px;
  color: #fff;
}

.popular_box .popular_content .swiper-slide {
  height: 60px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e6ecf2;
}

.popular_box .popular_content .swiper-slide .item {
  padding: 10px 30px;
}

.popular_box .popular_content .swiper-slide .item .item_img {
  width: 150px;
  height: 100%;
}

.industry_box {
  width: 100%;
  /*max-width: 1440px;*/
  /*min-width: 1230px;*/
  margin: 20px auto;
  background: #fff;
  display: flex;
  flex-direction: row;
}

.industry_box .industry_banner {
  position: relative;
  box-sizing: border-box;
  width: 250px;
  overflow: hidden;
  flex: none;
}

.industry_box .industry_banner .industry_link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}

.industry_box .industry_banner .industry_link .industry_theme_image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.industry_box .industry_banner .industry_link .industry_theme_image .theme_img {
  display: block !important;
  width: 100%;
  height: 100%;
}

.industry_box .industry_banner .industry_link .industry_theme_info {
  position: relative;
}

.industry_box .industry_banner .industry_link .industry_theme_info .industry_title {
  font-weight: bold;
  margin: 20px 0;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}

.industry_box .industry_banner .industry_link .industry_theme_info .soure_now {
  height: 30px;
  line-height: 28px;
}

.industry_box .industry_banner .industry_link .industry_theme_info .soure_now .btn {
  font-size: 14px;
  color: #fff;
  background-color: #F30A0A;
  border-radius: 15px;
}

.industry_box .industry_products {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: 1px solid #e6ecf2;
  flex: auto;
  min-width: 0;
}

.industry_box .industry_products .prod_item {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #e6ecf2;
  border-left: 0;
  border-top: 0;
  width: 25%;
}

.industry_box .industry_products .prod_item .prod_inr {
  position: relative;
  display: block;
  padding: 15px 10px 0 10px;
}

.industry_box .industry_products .prod_item .prod_inr .prod_txt {
  font-size: 16px;
  font-weight: 600;
  height: 36px;
  line-height: 18px;
  color: #333;
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
}

.industry_box .industry_products .prod_item .prod_inr .prod_price .price {
  font-size: 16px;
  color: #dc3225;
  font-weight: 600;
}

.industry_box .industry_products .prod_item .prod_inr .prod_price .unit {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

.industry_box .industry_products .prod_item .prod_inr .prod_price .min-order {
  font-size: 12px;
  color: #333;
  font-weight: normal;
}

.industry_box .industry_products .prod_item .prod_inr .prod_price .moq {
  font-size: 12px;
  color: #999;
  font-weight: normal;
}

.industry_box .industry_products .prod_item .prod_inr .prod_pic {
  text-align: right;
  font-size: 0;
}

.industry_box .industry_products .prod_item .prod_inr .prod_pic .pic_inr {
  width: 150px;
  height: 150px;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
}

.industry_box .industry_products .prod_item .prod_inr .prod_pic .pic_inr .img_wp {
  width: 100%;
  padding-top: 100%;
  position: relative;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}

.industry_box .industry_products .prod_item .prod_inr .prod_pic .pic_inr .img_wp > img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  right: 0;
}

.banner_box {
  width: 100%;
  /*max-width: 1440px;*/
  /*min-width: 1230px;*/
  margin: 0 auto;
}

.banner_box .big_img {
  width: 100%;
}

.pioneer_box {
  width: 100%;
  /*max-width: 1440px;*/
  /*min-width: 1230px;*/
  margin: 40px auto;
  position: relative;
}

.pioneer_box .vr-more {
  /*margin: 20px auto;*/
  /*border-radius: 15px;*/
  /*background-color: #F30A0A;*/
  /*width: 110px;*/
  /*height: 30px;*/
  /*text-align: center;*/
  /*line-height: 30px;*/
  /*font-size: 14px;*/
  /*color: #fff;*/
  position: absolute;
  top: 15px;
  transform: translateY(-50%);
  border-radius: 15px;
  background-color: #F30A0A;
  /* float: right; */
  right: 0;
  width: 110px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

.supply_box {
  position: relative;
}

.supply_box .vr-more {
  /*margin: 20px auto;*/
  /*border-radius: 15px;*/
  /*background-color: #F30A0A;*/
  /*width: 110px;*/
  /*height: 30px;*/
  /*text-align: center;*/
  /*line-height: 30px;*/
  /*font-size: 14px;*/
  /*color: #fff;*/
  position: absolute;
  top: 15px;
  transform: translateY(-50%);
  border-radius: 15px;
  background-color: #F30A0A;
  /* float: right; */
  right: 0;
  width: 110px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

.pioneer_box .solution-title {
  margin-bottom: 15px;
  color: #333;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}

.pioneer_box .solution-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.pioneer_box .solution-list .solution-item {
  margin-top: 20px;
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}

.pioneer_box .solution-list .solution-item .item-inr {
  background: #fff;
}

.pioneer_box .solution-list .solution-item .item-inr .solution-banner {
  height: 250px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.pioneer_box .solution-list .solution-item .item-inr .solution-banner .solution-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pioneer_box .solution-list .solution-item .item-inr .solution-banner .solution-bg .solution-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: right;
  overflow: hidden;
}

.pioneer_box .solution-list .solution-item .item-inr .solution-banner .solution-bg .solution-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pioneer_box .solution-list .solution-item .item-inr .solution-banner .solution-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.pioneer_box .solution-list .solution-item .item-inr .solution-banner .solution-link .solution-icon {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  height: 60px;
  font-weight: 500;
  margin-bottom: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.pioneer_box .solution-list .solution-item .item-inr .solution-banner .solution-link .banner-desc {
  color: #fff;
  font-size: 14px;
}

.pioneer_box .solution-list .solution-item .item-inr .solution-prods {
  padding: 20px;
  border: 1px solid #e6ecf2;
}

.pioneer_box .solution-list .solution-item .item-inr .solution-prods .prod-item .prod-link {
  display: flex;
  align-items: center;
  width: 100%;
}

.pioneer_box .solution-list .solution-item .item-inr .solution-prods .prod-item .prod-link .prod-pic {
  width: 80px;
  height: 80px;
}

.pioneer_box .solution-list .solution-item .item-inr .solution-prods .prod-item .prod-link .prod-txt {
  height: 85px;
}

.pioneer_box .solution-list .solution-item .item-inr .solution-prods .prod-item .prod-link .prod-txt .tit {
  margin-bottom: 5px;
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  font-weight: bold;
}

.pioneer_box .solution-list .solution-item .item-inr .solution-prods .prod-item .prod-link .prod-txt .desc {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  font-weight: bold;
}

.supply_box {
  width: 100%;
  /*max-width: 1440px;*/
  /*min-width: 1230px;*/
  margin: 40px auto 20px;
}

.supply_box .solution-title {
  padding: 0 0 15px;
  color: #333;
  font-weight: bold;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}

.supply_box .solution-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.supply_box .solution-list .solution-item {
  margin-top: 20px;
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}

.supply_box .solution-list .solution-item .item-inr {
  background: #fff;
}

.supply_box .solution-list .solution-item .item-inr .solution-banner {
  height: 250px;
  box-sizing: border-box;
  position: relative;
}

.supply_box .solution-list .solution-item .item-inr .solution-banner .solution-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.supply_box .solution-list .solution-item .item-inr .solution-banner .solution-bg .solution-bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: right;
  overflow: hidden;
}

.supply_box .solution-list .solution-item .item-inr .solution-banner .solution-bg .solution-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -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;
}

.supply_box .solution-list .solution-item .item-inr .solution-banner .solution-bg .solution-bg-img img:hover {
  transform: scale(1.05);
}

.supply_box .solution-list .solution-item .item-inr .solution-banner .solution-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.supply_box .solution-list .solution-item .item-inr .solution-banner .solution-link .solution-icon {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  height: 60px;
  font-weight: 500;
  margin-bottom: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.supply_box .solution-list .solution-item .item-inr .solution-banner .solution-link .banner-desc {
  color: #fff;
  font-size: 14px;
}

.supply_box .solution-list .solution-item .item-inr .solution-prods {
  padding: 20px;
  border: 1px solid #e6ecf2;
}

.supply_box .solution-list .solution-item .item-inr .solution-prods .prod-item .prod-link {
  display: flex;
  align-items: center;
  width: 100%;
}

.supply_box .solution-list .solution-item .item-inr .solution-prods .prod-item .prod-link .prod-pic {
  width: 80px;
  height: 80px;
}

.supply_box .solution-list .solution-item .item-inr .solution-prods .prod-item .prod-link .prod-txt {
  height: 85px;
}

.supply_box .solution-list .solution-item .item-inr .solution-prods .prod-item .prod-link .prod-txt .tit {
  margin-bottom: 5px;
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  font-weight: bold;
}

.supply_box .solution-list .solution-item .item-inr .solution-prods .prod-item .prod-link .prod-txt .desc {
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  font-weight: bold;
}

.index-row-ecs .ecs-article-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
.index-row-ecs .ecs-article-item::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}
.index-row-ecs .ecs-article-item:last-child {
  margin-right: 0;
}
.index-row-ecs .ecs-article-item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.index-row-ecs .ecs-article-item .item-head .name {
  font-size: 28px;
  font-weight: 600;
}
.index-row-ecs .ecs-article-item .item-head .more {
  font-size: 16px;
  color: #999;
  z-index: 5;
}
.index-row-ecs .ecs-article-item .item-content {
  min-height: 150px;
}
.index-row-ecs .ecs-article-item .item-content .article-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 9px 9px 15px;
  position: relative;
}
.index-row-ecs .ecs-article-item .item-content .article-item .news-title {
  flex: auto;
  font-size: 16px;
  min-width: 0;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  padding-right: 10px;
}
.index-row-ecs .ecs-article-item .item-content .article-item:after {
  content: '';
  width: 5px;
  height: 5px;
  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;
}
.index-row-ecs .ecs-article-item .item-content .article-item:hover {
  background-color: #f7f7f7;
}
.index-row-ecs .ecs-article-item .item-content .article-item:hover .news-title {
  color: var(--main-color);
}
.index-row-ecs .ecs-article-item .item-content .article-item:hover:after {
  width: 5px;
  height: 15px;
}
.index-row-ecs .item-bg-0 {
  background-image: linear-gradient(180deg, #FFEAE7 1%, #FFFFFF 89%);
}
.index-row-ecs .item-bg-0::before {
  position: absolute;
  background-image: url(https://file.tdd-global.com/upload/20241119/c1894109da988d2e9800f7d736f585e5.png);
}
.index-row-ecs .item-bg-1 {
  background-image: linear-gradient(180deg, #FFFCEE 1%, #FFFFFF 94%);
}
.index-row-ecs .item-bg-1::before {
  position: absolute;
  background-image: url(https://file.tdd-global.com/upload/20241119/4c949f53ed5a47bdd2f32f144bcd38e6.png);
}
.index-row-ecs .item-bg-2 {
  background-image: linear-gradient(180deg, #EEEFFF 1%, #FFFFFF 94%);
}
.index-row-ecs .item-bg-2::before {
  background-image: url(https://file.tdd-global.com/upload/20241119/efcfedffb5bb8d48273052f6086fc9dc.png);
}

.trade-show {
  width: 100%;
  /*max-width: 1440px;*/
  /*min-width: 1230px;*/
  margin: 20px auto;
  background: #fff;
  padding: 30px;
  border: 1px solid #e6ecf2;
}

.trade-show .trade-header {
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.trade-show .trade-header .trade-more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 15px;
  background-color: #F30A0A;
  float: right;
  right: 0;
  width: 110px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}

.trade-show .trade-header .trade-title {
  display: block;
  margin: 0 auto;
  width: 440px;
}

.trade-show .trade-header .trade-title .trade-title-main {
  display: block;
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  color: #222;
}

.trade-show .trade-header .trade-title .trade-title-main > a {
  color: #333;
  font-weight: bold;
}

.trade-show .trade-body {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  max-height: 400px;
}

.trade-show .trade-body .trade-body-left {
  width: 50%;
  flex: none;
  position: relative;
  overflow: hidden;
}

.trade-show .trade-body .trade-body-left .trade-body-main-image {
  height: 400px;
}

.trade-show .trade-body .trade-body-left .trade-body-main-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.trade-show .trade-body .trade-body-left .trade-body-main-shandow {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgba(1, 0, 0, 0.3));
}

.trade-show .trade-body .trade-body-left .trade-body-main-info {
  width: 80%;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.trade-show .trade-body .trade-body-left .trade-body-main-info .main-info-title {
  height: 25px;
  display: block;
  line-height: 25px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trade-show .trade-body .trade-body-left .trade-body-main-info .main-info-view {
  margin-bottom: 5px;
  width: 60px;
  height: 20px;
  font-size: 12px;
  color: #fff;
  background-color: red;
  border-radius: 10px;
  text-align: center;
  padding: 3px 10px;
}

.trade-show .trade-body .trade-body-left .trade-body-main-info .main-info-detail {
  height: 21px;
  display: block;
  line-height: 21px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}

.trade-show .trade-body .trade-body-middle {
  position: relative;
  width: 60px;
}

.trade-show .trade-body .trade-body-middle .middle-line {
  position: absolute;
  left: calc(50% - 1px);
  height: 100%;
  width: 0;
  margin: 0 auto;
  border-left: 2px solid #e6e6e6;
}

.trade-show .trade-body .trade-body-right {
  flex: 1 1;
  margin-bottom: -15px;
}

.trade-show .trade-body .trade-body-right .trade-body-list {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
}

.trade-show .trade-body .trade-body-right .trade-body-list .trade-body-item {
  flex: 1 1 auto;
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 15px;
}

.trade-show .trade-body .trade-body-right .trade-body-list .trade-body-item .trade-body-item-circle {
  position: absolute;
  height: 18px;
  width: 18px;
  left: -30px;
  top: 0;
  box-sizing: border-box;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 2px solid #2348A3;
  background-color: #fff;
}

.trade-show .trade-body .trade-body-right .trade-body-list .trade-body-item .trade-body-item-circle-hover {
  background-color: #2348A3 !important;
}

.trade-show .trade-body .trade-body-right .trade-body-list .trade-body-item .trade-body-item-image {
  width: 30%;
  max-width: 185px;
  height: 123px;
  position: relative;
  overflow: hidden;
  position: relative;
}

.trade-show .trade-body .trade-body-right .trade-body-list .trade-body-item .trade-body-item-image .image-size {
  width: 100%;
  height: 100%;
}

.trade-show .trade-body .trade-body-right .trade-body-list .trade-body-item .trade-body-item-image .image-size img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.trade-show .trade-body .trade-body-right .trade-body-list .trade-body-item .trade-body-item-info {
  padding-left: 20px;
  flex: 1 1 auto;
  width: 0;
}

.trade-show .trade-body .trade-body-right .trade-body-list .trade-body-item .trade-body-item-info .item-main-title {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 27px;
  font-weight: bold;
}

.trade-show .trade-body .trade-body-right .trade-body-list .trade-body-item .trade-body-item-info .item-main-title > a {
  color: #333;
  font-weight: bold;
}

.trade-show .trade-body .trade-body-right .trade-body-list .trade-body-item .trade-body-item-info .item-duration {
  display: block;
  color: #888;
}

.trade-show .trade-body .trade-body-right .trade-body-list .trade-body-item .trade-body-item-info .item-duration .hide-message {
  font-size: 14px;
  color: #888;
  line-height: 21px;
}

.trade-show .trade-body .trade-body-right .trade-body-list .trade-body-item .trade-body-item-info .item-location {
  display: block;
  color: #888;
}

.trade-show .trade-body .trade-body-right .trade-body-list .trade-body-item .trade-body-item-info .item-location .hide-message {
  font-size: 14px;
  color: #888;
  line-height: 21px;
}

.expo_swiper {
  width: 100%;
  height: 100%;
}
.expo_swiper .swiper-slide {
  width: 100% !important;
  height: 100%;
}
.expo_swiper .swiper-slide .trade-body-main {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.row-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  line-height: 42px;
}

.news-content .item {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.news-content .item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-content .item .head .row-sub-title {
  flex: auto;
  font-size: 18px;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  margin-left: 10px;
}
.news-content .item .head .view {
  display: block;
  flex: none;
  margin-left: 10px;
  width: auto;
  height: 28px;
  background: #f3090b;
  border-radius: 14px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  padding: 0 20px;
}
.news-content .item .head .view .view-arrow {
  font-size: 12px;
}
.news-content .item .left-main {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.news-content .item .left-main .img-box {
  width: 230px;
  height: 412px;
  flex: none;
  margin-right: 20px;
}
.news-content .item .left-main .img-box .news-img {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news-content .item .left-main .news-list {
  flex: auto;
  min-width: 0;
}
.news-content .item .left-main .news-list .news_li .news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  padding: 9px 9px 9px 15px;
  position: relative;
}
.news-content .item .left-main .news-list .news_li .news-item:after {
  content: '';
  width: 5px;
  height: 5px;
  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-content .item .left-main .news-list .news_li .news-item .news-title {
  flex: auto;
  min-width: 0;
  color: #333;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  padding-right: 10px;
}
.news-content .item .left-main .news-list .news_li .news-item .news-date {
  flex: none;
  margin-left: 10px;
  color: #999;
}
.news-content .item .left-main .news-list .news_li .news-item:hover {
  background-color: #f7f7f7;
}
.news-content .item .left-main .news-list .news_li .news-item:hover .news-title {
  color: var(--main-color);
}
.news-content .item .left-main .news-list .news_li .news-item:hover:after {
  width: 5px;
  height: 15px;
}
.news-content .item .right-main {
  margin-top: 10px;
}
.news-content .item .right-main .news-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  position: relative;
}
.news-content .item .right-main .news-item .thumb {
  width: 187px;
  height: 124px;
  flex: none;
  margin-right: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news-content .item .right-main .news-item .thumb .thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.news-content .item .right-main .news-item .info {
  flex: auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-content .item .right-main .news-item .info .news-title {
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
  overflow: hidden;
}
.news-content .item .right-main .news-item .info .news-date {
  font-size: 16px;
  color: #999;
  margin-bottom: 10px;
}
.news-content .item .right-main .news-item:hover {
  background-color: #f7f7f7;
}
.news-content .item .right-main .news-item:hover .news-title {
  color: var(--main-color);
}
.news-content .item .right-main .news-item:hover:after {
  width: 5px;
  height: 15px;
}

.recommended-product-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}
.recommended-product-list .item {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-top: 20px;
  margin-left: 30px;
}
.recommended-product-list .item:hover {
  color: var(--main-color);
}

.presale-box {
  display: flex;
  overflow: hidden;
  border-radius: 12px;
  margin: 40px auto;
}
.presale-box .presale-thumb {
  width: 280px;
  flex: none;
  height: 540px;
}
.presale-box .presale-list {
  flex: auto;
  padding: 15px;
}
.presale-box .presale-list .btn-more {
  background: #2F499F;
  border-radius: 15px;
  padding: 5px 20px;
  color: #fff;
}
.presale-box .presale-list .item .thumb {
  padding-bottom: 100%;
}
.presale-box .presale-list .item .text-red {
  color: #ff0000;
}
.presale-box .presale-list .item .info .title {
  height: 52px;
  color: #333333;
}
.presale-box .presale-list .item .progress-box {
  width: 100%;
}
.presale-box .presale-list .item .progress-box .progress-info {
  background: #E6E6E6;
  width: 100%;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.presale-box .presale-list .item .progress-box .progress-info .bg-soon {
  background: #F59A23 !important;
}
.presale-box .presale-list .item .progress-box .progress-info .progress-grey {
  line-height: 20px;
  text-align: center;
  background: #F2090A;
  height: 20px;
  border-radius: 10px;
  color: #FFFFFF;
}
.presale-box .presale-list .item .progress-box .progress-info .width-color {
  color: #333 !important;
  line-height: 22px !important;
}
.presale-box .presale-list .item .progress-box .progress-info .progress {
  background-color: #E6E6E6;
}
.presale-box .presale-list .item .progress-box .text-icon-red {
  color: #D81E06;
}

html[lang="ar"] .menu_swiper_box {
  padding: 10px 275px 0 290px;
}
html[lang="ar"] .menu_swiper_box .left-menu-box {
  left: 0;
  right: auto;
}
html[lang="ar"] .menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .children {
  left: auto;
  right: 100%;
}
html[lang="ar"] .menu_swiper_box .quote_box {
  right: auto;
  left: 0;
}
@media (max-width: 1400px) {
  html[lang="ar"] .menu_swiper_box {
    padding: 10px 250px 0 250px;
  }
}
html[lang="ar"] .menu_swiper_box .left-menu-box .see-all .icon,
html[lang="ar"] .direct-from-factory .factory-item .view .view-arrow,
html[lang="ar"] .menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .handle .top-nav .arrow-icon,
html[lang="ar"] .tailored-services .service-item .view .view-arrow,
html[lang="ar"] .news-content .item .head .view .view-arrow {
  transform: scaleX(-1);
  display: inline-block;
}
html[lang="ar"] .news-content .item .left-main .news-list .news_li .news-item:after {
  left: auto;
  right: 0;
}
html[lang="ar"] .trade-show .trade-header .trade-more {
  right: auto;
  left: 0;
}
html[lang="ar"] .big_banner_box .earth-container .countries .countries-list .country-item .country-img {
  margin-right: 0;
  margin-left: 5px;
}

.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 .tdd-page-header .action-box {
  display: flex;
  align-items: center;
}
.m-page.tdd-index-page .tdd-page-header .action-box .action-item {
  color: var(--main-color);
}
.m-page.tdd-index-page .tdd-page-header .action-box .action-item:not(:last-child) {
  margin-right: 10px;
}
.m-page.tdd-index-page .tdd-page-header .action-box .action-item .icon {
  font-size: 24px;
}
.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;
}

.index-focus {
  padding: 10px;
}
.index-focus .index-focus-swiper {
  width: 100%;
  height: 0;
  padding-bottom: 48.72%;
}
.index-focus .index-focus-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.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;
}

.index-menu-bar {
  padding: 0 10px;
}
.index-menu-bar .index-menu-swiper {
  padding-bottom: 20px;
  position: relative;
}
.index-menu-bar .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 90px;
}
.index-menu-bar .swiper-slide .icon img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.index-menu-bar .swiper-slide .text {
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  text-align: center;
  color: #333;
}
.index-menu-bar .swiper-scrollbar {
  width: 90px;
  height: 5px;
  opacity: 1 !important;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.index-menu-bar .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--main-color);
}

.index-page-bg {
  padding: 0 10px 10px;
}

.index-banner img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.index-row-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  padding: 10px 0;
}

.country-wrap .head {
  display: flex;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
}
.country-wrap .head::-webkit-scrollbar {
  display: none;
}
.country-wrap .head .item {
  margin-right: 10px;
  width: auto;
  padding: 5px 12px;
  border-radius: 15px;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
}
.country-wrap .head .item.active {
  background: #004298;
  color: #fff;
}
.country-wrap .country-box {
  overflow-x: auto;
  padding: 10px 0;
}
.country-wrap .country-box::-webkit-scrollbar {
  display: none;
}
.country-wrap .countries-list {
  flex-wrap: wrap;
  min-height: 255px;
}
.country-wrap .countries-list .country-item {
  padding: 5px 10px;
  min-width: 135px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #333;
}
.country-wrap .countries-list .country-item .country-img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.country-wrap .countries-list .country-item .center-icon {
  width: 8px;
  height: 8px;
  background-color: #ff0036;
  border-radius: 50%;
  margin-right: 8px;
}
.country-wrap .countries-list.overseas {
  width: 930px;
  display: flex;
}

.m-page .goods-box .index-row-title {
  padding: 0;
}
.m-page .solution-box {
  width: 100%;
  overflow-x: auto;
}
.m-page .solution-box::-webkit-scrollbar {
  display: none;
}
.m-page .solution-box .solution-list {
  display: flex;
  min-width: 0;
}
.m-page .solution-box .solution-list .solution-item {
  width: 240px;
  margin-right: 10px;
}
.m-page .solution-box .solution-list .solution-item .solution-banner {
  width: 240px;
  height: 220px;
  display: block;
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.m-page .solution-box .solution-list .solution-item .solution-banner .solution-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m-page .solution-box .solution-list .solution-item .solution-banner .solution-bg .solution-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-80deg, transparent 140px, #83a7d5 300px, #83a7d5);
}
.m-page .solution-box .solution-list .solution-item .solution-banner .solution-link {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  padding: 20px;
}
.m-page .solution-box .solution-list .solution-item .solution-banner .solution-link .banner-title {
  font-size: 18px;
  font-weight: 600;
}
.m-page .solution-box .solution-list .solution-item .solution-banner .solution-link .banner-desc {
  font-size: 14px;
  padding-top: 20px;
}
.m-page .solution-box .solution-list .solution-item .solution-prods {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  display: flex;
}
.m-page .solution-box .solution-list .solution-item .solution-prods .prod-item {
  width: 33.33%;
}
.m-page .solution-box .solution-list .solution-item .solution-prods .prod-item .prod-link {
  display: block;
  width: 100%;
  height: 100%;
}
.m-page .solution-box .solution-list .solution-item .solution-prods .prod-item .prod-pic {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.m-page .solution-box .solution-list .solution-item .solution-prods .prod-item .prod-txt {
  color: #555;
  height: 37px;
  line-height: 16px;
}
.m-page .popular_content {
  width: 100%;
  overflow-x: auto;
}
.m-page .popular_content::-webkit-scrollbar {
  display: none;
}
.m-page .popular_content .popular-list {
  display: flex;
}
.m-page .popular_content .popular-list .popular-item {
  margin-right: 10px;
}
.m-page .popular_content .popular-list .popular-item .item_img {
  width: 153px;
  height: 58px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.m-page .index-row-title {
  display: flex;
  justify-content: space-between;
}
.m-page .index-row-title .title {
  flex: 1;
}
.m-page .index-row-title .more {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
.m-page .index-row-title .more a {
  color: #666;
}
.m-page .scroll-wrap {
  width: 100%;
  overflow-x: auto;
}
.m-page .scroll-wrap::-webkit-scrollbar {
  display: none;
}
.m-page .industry_products {
  display: flex;
  min-width: 0;
}
.m-page .industry_products .prod_item {
  width: 150px;
  height: 100%;
  color: #333;
  margin-right: 15px;
}
.m-page .industry_products .prod_item .prod_pic {
  width: 150px;
  height: 150px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.m-page .industry_products .prod_item .prod_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-page .industry_products .prod_item .prod_txt {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
  margin: 5px 0;
  color: #333;
}
.m-page .industry_products .prod_item .price {
  font-size: 14px;
  color: #db3225;
  font-weight: 600;
}
.m-page .industry_products .prod_item .item-desc {
  flex: 1;
  color: #666;
  line-height: 18px;
  margin: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.m-page .index-news-panel {
  margin-top: 15px;
}
.m-page .index-news-panel .head {
  margin-bottom: 15px;
}
.m-page .index-news-panel .head .nav-tabs {
  margin-left: -10px;
  border: none;
}
.m-page .index-news-panel .head .nav-tabs .nav-link {
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  background: none;
  outline: none;
  border: none;
  padding: 0;
  margin-left: 10px;
  color: #333;
  position: relative;
}
.m-page .index-news-panel .head .nav-tabs .nav-link.active {
  color: var(--main-color);
}
.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 {
  border-radius: 10px;
  position: relative;
}
.m-page .index-news-panel .tab-content li {
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
}
.m-page .index-news-panel .tab-content li:last-child {
  margin-bottom: 0;
}
.m-page .index-news-panel .tab-content .news-item {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background: #fff;
}
.m-page .index-news-panel .tab-content .news-item .thumb {
  width: 130px;
  height: 90px;
  border-radius: 10px;
  overflow: hidden;
  flex: none;
  position: relative;
  margin-right: 10px;
  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: #333;
  line-height: 18px;
  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;
  line-height: 18px;
  color: #999;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.m-page .index-news-panel .tab-content .news-item .info .news-desc .icon {
  color: var(--main-color);
  flex: none;
  margin-right: 5px;
}
.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 .solution-title {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.m-page .solution-list {
  display: flex;
}
.m-page .solution-list .solution-item {
  width: 300px;
  margin-right: 10px;
}
.m-page .solution-list .solution-item .solution-border {
  border-radius: 10px;
  border: 1px solid #e6ecf2;
  overflow: hidden;
}
.m-page .solution-list .solution-item .item-inr {
  background: #fff;
}
.m-page .solution-list .solution-item .solution-bg-img {
  width: 300px;
  height: 163px;
}
.m-page .solution-list .solution-item .solution-banner {
  position: relative;
}
.m-page .solution-list .solution-item .solution-banner .solution-link {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.m-page .solution-list .solution-item .solution-banner .solution-link .banner-desc {
  font-size: 12px;
  color: #fff;
}
.m-page .solution-list .solution-item .solution-prods {
  padding: 10px;
}
.m-page .solution-list .solution-item .solution-prods .prod-link {
  display: flex;
  align-items: center;
  width: 100%;
}
.m-page .solution-list .solution-item .solution-prods .prod-link .prod-pic {
  width: 50px;
  height: 50px;
}
.m-page .solution-list .solution-item .prod-txt .tit {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding-bottom: 5px;
}
.m-page .solution-list .solution-item .prod-txt .desc {
  font-size: 12px;
  color: #999;
}
.m-page .trade-title .trade-title-main > a {
  color: #333;
  font-weight: bold;
}
.m-page .trade-body-item {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  background: #ffffff;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 10px;
}
.m-page .trade-body-item:last-child {
  margin-bottom: 0px;
}
.m-page .trade-body-item .trade-body-item-image {
  width: 130px;
  height: 90px;
  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 .trade-body-item .trade-body-item-image img {
  width: 130px;
  height: 90px;
  object-fit: cover;
}
.m-page .trade-body-item .trade-body-item-info {
  flex: auto;
  min-width: 0;
}
.m-page .trade-body-item .item-main-title {
  font-size: 14px;
  color: #333;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.m-page .trade-body-item .item-main-title a {
  color: #333;
}
.m-page .trade-body-item .item-duration, .m-page .trade-body-item .item-location {
  display: block;
  color: #888;
}
.m-page .index-cross-box {
  background: #F6F7FB;
  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 15px;
  position: relative;
  display: block;
}
.m-page .index-cross-box .cross-banner .clue-box .cross-data-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-page .index-cross-box .cross-banner .clue-box .cross-data-info .clue-title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.m-page .index-cross-box .cross-banner .clue-box .cross-data-info .clue-desc {
  text-align: center;
}
.m-page .index-cross-box .cross-swiper-list {
  height: 220px;
  padding: 10px 10px 0 10px;
}
.m-page .index-cross-box .cross-swiper-list .cross-slide {
  background: #FFFFFF;
  box-shadow: 0px 8px 24px 0px rgba(110, 126, 146, 0.1);
  border-radius: 8px;
  padding: 10px;
  height: 100px !important;
}
.m-page .index-cross-box .cross-swiper-list .cross-slide .title {
  height: 40px;
  color: #333;
}
.m-page .index-cross-box .cross-swiper-list .cross-slide .country-box-right {
  background: #F5F6F7;
  border-radius: 14px;
  padding: 5px 12px;
  color: #333;
}
.m-page .just-for-you {
  padding: 0 10px 10px;
  background: #eaeef4;
}
.m-page .just-for-you .goods-item {
  background-color: #fff;
  height: 335px;
  border-radius: 10px;
  overflow: hidden;
}
.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;
}
