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;
}
.menu_swiper_box .left-menu-box {
  border-top: 4px solid #2647A3;
  border-radius: 8px;
  padding: 15px 0;
  background: #fff;
  width: 280px;
  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;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item {
  height: 45px;
  flex: auto;
}
.menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .handle {
  width: 100%;
  height: 100%;
  padding: 5px 10px 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: 500;
}
.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 .right-box {
  width: 265px;
  height: 562px;
  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 rgb(37, 70, 161);
  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 .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: 10px;
}
.menu_swiper_box .swiper_box .banner_a .banner_content .view {
  background: #fff;
  text-align: center;
  padding: 2px 10px;
  font-size: 10px;
  line-height: 18px;
  border-radius: 15px;
  color: #333;
  bottom: 30px;
  left: 15px;
  position: absolute;
}

.index-row {
  width: 100%;
  margin: 40px auto;
}
.index-row .row-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  line-height: 42px;
}
.index-row.index-row-1 {
  margin-top: 10px;
}
.index-row.index-row-2 .row-title {
  text-align: center;
}
.index-row.index-row-2 .row-sub-title {
  color: #333;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.global-industrial-box .item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.global-industrial-box .item .img-box {
  height: 160px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.global-industrial-box .item .icon-box {
  position: absolute;
  left: calc(50% - 40px);
  top: 113px;
  width: 80px;
  height: 80px;
  background: #efefef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
}
.global-industrial-box .item .icon-box .global-iconfont {
  font-size: 36px;
}
.global-industrial-box .item .content {
  height: 270px;
  padding-top: 50px;
  width: 100%;
}
.global-industrial-box .item .content .title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-align: center;
  line-height: 24px;
  margin: 0 25px 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.global-industrial-box .item .content .title span {
  display: block;
  color: var(--main-color);
  text-align: center;
  font-size: 24px;
}
.global-industrial-box .item .content .desc {
  font-size: 12px;
  color: #333;
  text-align: center;
  line-height: 24px;
  padding: 0 25px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.global-industrial-box .item:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.global-industrial-box .item:hover .icon-box {
  background-color: var(--main-color);
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.category-goods-item {
  margin-top: 20px;
  min-width: 0;
}
.category-goods-item .item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.category-goods-item .item-head .category-name {
  font-size: 28px;
  /* font-weight: bold; */
  flex: auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-goods-item .item-head .see-all {
  font-size: 16px;
  color: #999;
}
.category-goods-item .item-main {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  height: 465px;
}
.category-goods-item .item-main .category-banner {
  width: 200px;
  height: 100%;
  flex: none;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.category-goods-item .item-main .category-banner .view {
  background: #fff;
  display: inline-block;
  font-size: 12px;
  width: 74px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 14px;
  position: absolute;
  top: 130px;
  left: 20px;
}
.category-goods-item .item-main .goods-content {
  min-width: 0;
  flex: auto;
}
.category-goods-item .item-main .goods-content .goods-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  height: 364px;
}
.category-goods-item .item-main .goods-content .goods-list:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 1px solid #f2f2f2;
  left: 0;
  top: 182px;
}
.category-goods-item .item-main .goods-content .goods-list:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  border-left: 1px solid #f2f2f2;
  left: 50%;
  top: 0;
}
.category-goods-item .item-main .goods-content .goods-list .goods-item {
  display: block;
  width: 50%;
  flex: none;
  height: 182px;
  padding: 10px;
  position: relative;
}
.category-goods-item .item-main .goods-content .goods-list .goods-item .goods-name {
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
  height: 40px;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  position: relative;
  z-index: 1;
}
.category-goods-item .item-main .goods-content .goods-list .goods-item .goods-price {
  font-size: 16px;
  color: #dc3225;
  /* -webkit-box-orient: vertical; */
  word-wrap: break-word;
  font-weight: bold;
  position: relative;
  letter-spacing: -1px;
  z-index: 1;
  width: calc(100% - 92px);
  line-height: 20px;
}
.category-goods-item .item-main .goods-content .goods-list .goods-item .goods-price .source-price {
  font-size: 12px;
  color: #999;
  font-weight: normal;
  text-decoration: line-through;
}
.category-goods-item .item-main .goods-content .goods-list .goods-item .min-order {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  width: calc(100% - 92px);
  position: relative;
  z-index: 1;
}
.category-goods-item .item-main .goods-content .goods-list .goods-item .goods-thumb {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  right: 10px;
  bottom: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.category-goods-item .item-main .goods-content .children-nav {
  width: 100%;
  padding: 10px;
}
.category-goods-item .item-main .goods-content .children-nav .title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.category-goods-item .item-main .goods-content .children-nav .children-nav-swiper {
  position: relative;
  padding-bottom: 12px;
}
.category-goods-item .item-main .goods-content .children-nav .children-nav-swiper .swiper-slide {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  background: #ebf0fb;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  text-align: center;
  font-size: 14px;
  color: #2547a0;
}
.category-goods-item .item-main .goods-content .children-nav .children-nav-swiper .swiper-scrollbar {
  bottom: 0;
}

.quotation-box {
  height: 472px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/tdd_quote_bg.png");
  padding: 20px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.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;
}
.quotation-box .quotation-content {
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 20px;
}
.quotation-box .quotation-content .row-title {
  color: #fff;
}
.quotation-box .quotation-content .row-sub-title {
  font-size: 18px;
}
.quotation-box .quotation-content .content {
  color: #fff;
  font-size: 18px;
  margin-left: 20px;
  margin-top: 76px;
}
.quotation-box .quotation-content .content .content_li {
  list-style: disc;
}
.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;
}
.quotation-box .quotation-form .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.quotation-box .quotation-form .input-item {
  margin-bottom: 15px;
}
.quotation-box .quotation-form .btn-main {
  padding: 0 40px;
}

.tailored-services {
  margin-top: 20px;
}
.tailored-services .service-item {
  width: 100%;
  height: 260px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 20px;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  -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;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.tailored-services .service-item .title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.tailored-services .service-item .desc {
  color: #fff;
  margin-top: 20px;
  font-size: 14px;
}
.tailored-services .service-item .view {
  position: absolute;
  font-size: 14px;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
.tailored-services .service-item .view .view-arrow {
  font-size: 12px;
  margin-left: 5px;
}
.tailored-services .service-item:hover {
  background-size: 105% 105%;
}

.direct-from-factory {
  margin-top: 20px;
}
.direct-from-factory .factory-item {
  width: 100%;
  height: 352px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px;
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  -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;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.direct-from-factory .factory-item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.direct-from-factory .factory-item .head .icon {
  width: 60px;
  height: 60px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.direct-from-factory .factory-item .head .icon img {
  width: 23px;
  height: 23px;
}
.direct-from-factory .factory-item .head .title {
  flex: auto;
  min-width: 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.direct-from-factory .factory-item .view {
  position: absolute;
  font-size: 14px;
  left: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
}
.direct-from-factory .factory-item .view .view-arrow {
  font-size: 12px;
  margin-left: 5px;
}
.direct-from-factory .factory-item:hover {
  background-size: 105% 105%;
}

.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 .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);
}

.shop-list {
  margin-top: 20px;
}
.shop-list .shop-item {
  background-image: linear-gradient(to top, #fff 60%, #daebfd 100%);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  -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;
}
.shop-list .shop-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/static/home/images/supplier-bg.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 110px;
  z-index: 0;
}
.shop-list .shop-item .shop-info {
  display: block;
  position: relative;
  z-index: 1;
  padding: 20px 20px 0;
  color: #333;
}
.shop-list .shop-item .shop-info .company-logo {
  width: 110px;
  height: 110px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  margin: 10px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.shop-list .shop-item .shop-info .company-name {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
  padding: 15px 10px 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.shop-list .shop-item .shop-info .company-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}
.shop-list .shop-item .shop-info .company-desc .desc-item {
  margin-right: 15px;
  font-size: 14px;
  line-height: 24px;
}
.shop-list .shop-item .shop-info .company-desc .desc-item .icon {
  color: var(--main-color);
}
.shop-list .shop-item .shop-info .company-desc .desc-item:last-child {
  margin-right: 0;
}
.shop-list .shop-item .shop-info .main-product {
  padding: 0 10px;
  border-radius: 10px;
  line-height: 40px;
  color: #333;
  height: 40px;
  background: #edf4ff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shop-list .shop-item .shop-info:hover .company-name {
  color: var(--main-color);
}
.shop-list .shop-item .goods-list {
  padding: 20px;
}
.shop-list .shop-item .goods-list .goods-item {
  display: block;
}
.shop-list .shop-item .goods-list .goods-item:last-child {
  margin-right: 0;
}
.shop-list .shop-item .goods-list .goods-item .goods-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.shop-list .shop-item .goods-list .goods-item:hover .goods-img {
  background-size: 105% 105%;
}
.shop-list .shop-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.like-panel .tit {
  font-size: 18px;
  font-weight: 600;
  padding: 15px 10px;
  text-align: left;
}
.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;
}
.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;
}
.like-panel .goods-item .info {
  flex: auto;
  min-width: 0;
}
.like-panel .goods-item .info .goods-name {
  font-size: 12px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  word-break: break-all;
  overflow: hidden;
}
.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);
}
.like-panel .goods-item .info .source-price {
  font-size: 12px;
  font-weight: 500;
  color: #999;
  text-decoration: line-through;
  margin-bottom: 5px;
}
.like-panel .goods-item .info .goods-price .price {
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.like-panel .goods-item .info .goods-price .unit {
  font-size: 12px;
  font-weight: 500;
  color: #999;
}

.presale-box {
  display: flex;
  overflow: hidden;
  border-radius: 12px;
}
.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;
}

.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);
}

@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: 52%;
  }
  .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 .left-menu-box .auto-category-nav .category-nav-item .handle .top-nav .icon {
    display: none;
  }
  .menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .handle .top-nav h2 {
    font-size: 12px;
  }
  .menu_swiper_box .left-menu-box .auto-category-nav .category-nav-item .children .children-item {
    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 10px 0 10px;
  }
  .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;
  }
  .category-goods-item .item-head {
    margin-bottom: 20px;
  }
  .category-goods-item .item-head .category-name {
    font-size: 18px;
  }
  .category-goods-item .item-head .see-all {
    font-size: 12px;
    color: #999;
  }
  .category-goods-item .item-main .category-banner {
    width: 200px;
    height: 100%;
    flex: none;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .category-goods-item .item-main .category-banner .view {
    background: #fff;
    display: inline-block;
    font-size: 12px;
    width: 74px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 14px;
    position: absolute;
    top: 130px;
    left: 20px;
  }
  .category-goods-item .item-main .goods-content {
    min-width: 0;
    flex: auto;
  }
  .category-goods-item .item-main .goods-content .goods-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 364px;
  }
  .category-goods-item .item-main .goods-content .goods-list:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 1px solid #f2f2f2;
    left: 0;
    top: 182px;
  }
  .category-goods-item .item-main .goods-content .goods-list:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    border-left: 1px solid #f2f2f2;
    left: 50%;
    top: 0;
  }
  .category-goods-item .item-main .goods-content .goods-list .goods-item {
    display: block;
    width: 50%;
    flex: none;
    height: 182px;
    padding: 10px;
    position: relative;
  }
  .category-goods-item .item-main .goods-content .goods-list .goods-item .goods-name {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .category-goods-item .item-main .goods-content .goods-list .goods-item .goods-price {
    font-size: 14px;
    width: calc(100% - 80px);
  }
  .category-goods-item .item-main .goods-content .goods-list .goods-item .min-order {
    font-size: 12px;
    width: calc(100% - 80px);
  }
  .category-goods-item .item-main .goods-content .goods-list .goods-item .goods-thumb {
    width: 90px;
    height: 90px;
  }
  .category-goods-item .item-main .goods-content .children-nav {
    width: 100%;
    padding: 10px;
  }
  .category-goods-item .item-main .goods-content .children-nav .title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .category-goods-item .item-main .goods-content .children-nav .children-nav-swiper .swiper-slide {
    font-size: 12px;
  }
  .index-row .row-title {
    font-size: 24px;
    line-height: 42px;
  }
  .news-content .item .head .row-sub-title {
    font-size: 16px;
  }
  .news-content .item .left-main .news-list .news_li .news-item {
    font-size: 14px;
  }
  .news-content .item .right-main .news-item .info .news-title {
    font-size: 14px;
  }
  .news-content .item .right-main .news-item .info .news-date {
    font-size: 12px;
  }
  .tailored-services .service-item .title {
    font-size: 18px;
  }
  .tailored-services .service-item .desc {
    font-size: 12px;
  }
  .tailored-services .service-item .view {
    font-size: 12px;
  }
  .quotation-box .quotation-content .row-sub-title {
    font-size: 16px;
  }
  .quotation-box .quotation-content .content {
    font-size: 16px;
  }
  .quotation-box .quotation-form {
    width: 550px;
  }
  .quantity-input {
    width: 100% !important;
  }
  .shop-list .shop-item .shop-info .company-desc .desc-item {
    font-size: 12px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .shop-list .shop-item .shop-info .main-product {
    font-size: 12px;
  }
  .shop-list .shop-item .shop-info .company-name {
    font-size: 16px;
  }
  .index-row-ecs .ecs-article-item {
    padding: 15px;
    overflow: hidden;
  }
  .index-row-ecs .ecs-article-item .item-head {
    margin-bottom: 10px;
  }
  .index-row-ecs .ecs-article-item .item-head .name {
    font-size: 18px !important;
  }
  .index-row-ecs .ecs-article-item .item-head .more {
    font-size: 12px !important;
    color: #999;
  }
  .index-row-ecs .ecs-article-item .item-content .article-item .news-title {
    font-size: 14px !important;
  }
}
html[lang=ar] .quotation-box:before {
  left: auto;
  right: 0;
  width: 60%;
  height: 100%;
  background-image: linear-gradient(80deg, transparent 83px, #6497b5 300px, #6497b5);
}
html[lang=ar] .quotation-box .quotation-form {
  right: auto;
  left: 40px;
}
html[lang=ar] .quotation-box .quotation-form .quantity-input {
  width: 100%;
}
html[lang=ar] .quotation-box .quotation-form .quantity {
  margin-left: 0;
  margin-right: 20px;
}
html[lang=ar] .category-goods-item .item-main .goods-content .goods-list .goods-item .goods-thumb {
  right: auto;
  left: 10px;
}
html[lang=ar] .news-content .item .head .row-sub-title {
  margin-left: 0;
  margin-right: 10px;
}
html[lang=ar] .news-content .item .left-main .img-box {
  margin-right: 0;
  margin-left: 20px;
}
html[lang=ar] .news-content .item .right-main .news-item .thumb {
  margin-right: 0;
  margin-left: 20px;
}
html[lang=ar] .menu_swiper_box {
  padding: 10px 290px 0 275px;
}
html[lang=ar] .menu_swiper_box .left-menu-box {
  left: auto;
  right: 0;
}
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 .right-box {
  left: 0;
  right: auto;
}
html[lang=ar] .category-goods-item .item-main .category-banner .view {
  right: 20px;
  left: auto;
}
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] .menu_swiper_box .swiper_box .banner_a .banner_content .view {
  left: auto;
  right: 15px;
}
@media (max-width: 1400px) {
  html[lang=ar] .menu_swiper_box {
    padding: 10px 230px 0 210px;
  }
}

/*# sourceMappingURL=index-bdd.css.map */
