@charset "UTF-8";
.exchange-form-page {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}
.exchange-form-page .page-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #333;
  padding: 13px;
  position: relative;
}
.exchange-form-page .page-title:after {
  content: "";
  width: 5px;
  height: 18px;
  background-color: var(--main-color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
}
.exchange-form-page .form-box {
  flex: auto;
  padding: 20px;
  background-color: #fff;
  margin-right: 20px;
}
.exchange-form-page .form-box .form-item .form-file {
  background-color: #f5f7fa;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 15px;
  margin-top: 5px;
}
.exchange-form-page .info-box {
  width: 360px;
  padding: 20px;
  background-color: #fff;
}
.exchange-form-page .info-box .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.exchange-form-page .info-box .item .icon {
  width: 30px;
  height: 30px;
  margin-top: 5px;
  flex: none;
  margin-right: 10px;
  border: 1px solid var(--main-color);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exchange-form-page .info-box .item .icon .global-iconfont {
  font-size: 18px;
  color: var(--main-color);
}
.exchange-form-page .info-box .item .info {
  flex: auto;
  min-width: 0;
}
.exchange-form-page .info-box .item .info .label {
  font-size: 12px;
  color: #999;
}
.exchange-form-page .info-box .item .info .value {
  font-size: 14px;
  color: #333;
  word-break: break-word;
}

.submit-success-box {
  padding: 20px 30px;
  position: relative;
}
.submit-success-box .title {
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.submit-success-box .desc {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-top: 15px;
}
.submit-success-box .action-box {
  padding: 30px 30px 10px;
}
.submit-success-box .close {
  position: absolute;
  color: #999;
  right: 30px;
  top: 20px;
}

.goods-info-page .goods-content {
  display: flex;
  padding: 40px 0;
}
.goods-info-page .goods-content .goods-album {
  width: 378px;
  flex: none;
}
.goods-info-page .goods-content .goods-album .big-img {
  width: 100%;
  height: 378px;
  border: 1px solid #e8e8e8;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.goods-info-page .goods-content .goods-album .big-img img {
  width: 100%;
  height: auto;
}
.goods-info-page .goods-content .goods-album .action-bar {
  padding: 20px 10px 10px;
  display: flex;
  align-items: center;
}
.goods-info-page .goods-content .goods-album .action-bar .action-item {
  font-size: 14px;
  padding-right: 20px;
  color: #999;
}
.goods-info-page .goods-content .goods-info {
  flex: auto;
  margin: 0 30px;
}
.goods-info-page .goods-content .goods-info .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.goods-info-page .goods-content .goods-info .desc {
  margin-bottom: 10px;
}
.goods-info-page .goods-content .goods-info .desc .item {
  font-size: 12px;
  color: #999;
}
.goods-info-page .goods-content .goods-info .price-box {
  background-color: #f5f7fa;
}
.goods-info-page .goods-content .goods-info .price-box .price-head {
  margin-bottom: 10px;
}
.goods-info-page .goods-content .goods-info .price-box .price-content {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 10px;
}
.goods-info-page .goods-content .goods-info .price-box .price-content .item {
  border-right: 1px solid #e8e8e8;
}
.goods-info-page .goods-content .goods-info .price-box .price-content .item:last-child {
  border-right: none;
}
.goods-info-page .goods-content .goods-info .price-box .price-content .item .price {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ff0000;
}
.goods-info-page .goods-content .goods-info .price-box .price-content .item .number {
  font-size: 12px;
  color: #666;
  line-height: 24px;
}
.goods-info-page .goods-content .goods-info .price-box .price-content .item .number .unit {
  color: #999;
}
.goods-info-page .goods-content .goods-info .price-box .price-content .item.item-row {
  display: flex;
  align-items: center;
}
.goods-info-page .goods-content .goods-info .price-box .price-content .item.item-row .price {
  margin: 0;
}
.goods-info-page .goods-content .goods-info .price-box .price-content .item.item-row .number {
  margin-left: 10px;
  color: #666;
}
.goods-info-page .goods-content .goods-info .price-box .price-content .item.item-row .limit-buy {
  font-size: 14px;
  color: #333;
}
.goods-info-page .goods-content .goods-info .price-box .price-content .item.item-row .min-order {
  font-size: 14px;
  color: #999;
  margin-left: 10px;
}
.goods-info-page .goods-content .goods-info .attr-list .attr-line {
  border-top: 1px solid #d8d8d8;
  margin: 10px 0;
}
.goods-info-page .goods-content .goods-info .attr-list .attr-item {
  display: flex;
  padding: 5px 0;
  line-height: 22px;
}
.goods-info-page .goods-content .goods-info .attr-list .attr-item .label {
  width: 160px;
  flex: none;
  font-size: 14px;
  color: #999;
  word-break: break-word;
}
.goods-info-page .goods-content .goods-info .attr-list .attr-item .value {
  flex: auto;
  min-width: 0;
  font-size: 14px;
  color: #333;
  word-break: break-word;
}
.goods-info-page .goods-content .goods-info .attr-list .attr-item .value .price {
  font-weight: 600;
  color: #ff0000;
}
.goods-info-page .goods-content .goods-info .attr-list .attr-item .value .gray {
  color: #999;
}
.goods-info-page .goods-content .goods-info .attr-list .attr-item .value .link {
  color: var(--main-color);
}
.goods-info-page .goods-content .goods-info .add-cart-box {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goods-info-page .goods-content .goods-info .add-cart-box .goods-stock {
  font-size: 14px;
  color: #999;
}
.goods-info-page .goods-content .goods-info .inquire-btn {
  background-image: linear-gradient(45deg, #D6433F 0%, #DF5C4F 99%, #E7745E 100%);
  border: none;
  padding: 10px 20px;
}
.goods-info-page .goods-content .goods-info .online-btn {
  background-image: linear-gradient(to right, #32459E, #4256B3, #4F65C6);
  border: none;
  padding: 10px 20px;
}
.goods-info-page .goods-content .right-panel {
  width: 300px;
  flex: none;
}
.goods-info-page .goods-content .right-panel .supply-info-box {
  border: 1px solid #d8d8d8;
  background-image: url("/static/home/images/supplier-V.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  padding: 15px;
}
.goods-info-page .goods-content .right-panel .supply-info-box .head {
  padding: 10px 20px 25px;
  color: #2546A1;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.goods-info-page .goods-content .right-panel .supply-info-box .supply-info {
  display: flex;
  justify-content: space-between;
}
.goods-info-page .goods-content .right-panel .supply-info-box .supply-info .logo {
  width: 60px;
  height: 60px;
  background-color: #f7f7f7;
  flex: none;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 8px;
}
.goods-info-page .goods-content .right-panel .supply-info-box .supply-info .info {
  flex: auto;
}
.goods-info-page .goods-content .right-panel .supply-info-box .supply-info .info .company-name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
}
.goods-info-page .goods-content .right-panel .supply-info-box .supply-info .info .collectComp-box {
  margin-top: 5px;
}
.goods-info-page .goods-content .right-panel .supply-info-box .supply-info .info .collect-action {
  display: inline-block;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
  padding: 0px 10px;
  cursor: pointer;
}
.goods-info-page .goods-content .right-panel .supply-info-box .supply-info .info .icon {
  display: inline-block;
  text-align: center;
  width: auto;
  height: auto;
}
.goods-info-page .goods-content .right-panel .supply-info-box .main-product .c_999 {
  color: #999;
  margin: 10px 0;
}
.goods-info-page .goods-content .goods-album-swiper {
  padding: 0 20px;
}
.goods-info-page .goods-content .goods-album-swiper .item {
  border: 1px solid #d8d8d8;
}
.goods-info-page .goods-content .goods-album-swiper .item:hover {
  border-color: var(--main-color);
}
.goods-info-page .goods-content .goods-album-swiper .swiper-button-next,
.goods-info-page .goods-content .goods-album-swiper .swiper-button-prev {
  width: 16px;
  height: 100%;
  background-color: #fff;
  border-radius: 0;
  left: 0;
  top: 0;
  margin-top: 0;
  transform: translate(0, 0);
}
.goods-info-page .goods-content .goods-album-swiper .swiper-button-next:before,
.goods-info-page .goods-content .goods-album-swiper .swiper-button-prev:before {
  font-size: 16px;
}
.goods-info-page .goods-content .goods-album-swiper .swiper-button-next:hover,
.goods-info-page .goods-content .goods-album-swiper .swiper-button-prev:hover {
  background-color: #f7f7f7;
}
.goods-info-page .goods-content .goods-album-swiper .swiper-button-next:hover:before,
.goods-info-page .goods-content .goods-album-swiper .swiper-button-prev:hover:before {
  color: #333;
}
.goods-info-page .goods-content .goods-album-swiper .swiper-button-next {
  left: auto;
  right: 0;
}
.goods-info-page .goods-detail-box {
  background: #fff;
}
.goods-info-page .goods-detail-box .goods-detail-tabs {
  height: 50px;
  background-color: #fafcff;
  border-bottom: 1px solid #d8d8d8;
}
.goods-info-page .goods-detail-box .goods-detail-tabs .nav-link {
  border: none;
  background-color: transparent;
  font-size: 16px;
  color: #333;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  position: relative;
}
.goods-info-page .goods-detail-box .goods-detail-tabs .nav-link.active {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-width: 0 1px;
}
.goods-info-page .goods-detail-box .goods-detail-tabs .nav-link.active:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--main-color);
}
.goods-info-page .goods-detail-box .goods-tab-content {
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.goods-info-page .goods-detail-box .goods-tab-content .tab-pane {
  display: none;
  min-height: 400px;
  white-space: normal; /* 保留空白符序列，但是正常换行 */
  word-break: break-all; /* 允许在单词内换行 */
}
.goods-info-page .goods-detail-box .goods-tab-content .tab-pane .goods-attr {
  margin-bottom: 15px;
}
.goods-info-page .goods-detail-box .goods-tab-content .tab-pane .goods-attr .tit {
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
}
.goods-info-page .goods-detail-box .goods-tab-content .tab-pane .goods-attr .attr-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  font-size: 12px;
  color: #333;
  line-height: 20px;
  margin-top: -1px;
  border: 1px solid #d8d8d8;
}
.goods-info-page .goods-detail-box .goods-tab-content .tab-pane .goods-attr .attr-item .label {
  flex: 1;
  padding: 8px;
  background-color: #f8fafc;
  color: #999;
  border-right: 1px solid #d8d8d8;
}
.goods-info-page .goods-detail-box .goods-tab-content .tab-pane .goods-attr .attr-item .value {
  flex: 2;
  padding: 8px;
}
.goods-info-page .goods-detail-box .goods-tab-content .tab-pane.active {
  display: block;
}
.goods-info-page .goods-detail-box .goods-tab-content img {
  max-width: 100%;
}
.goods-info-page .recommend-goods .item {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.goods-info-page .recommend-goods .item .head {
  margin-bottom: 20px;
}
.goods-info-page .recommend-goods .item .head .logo {
  border: 1px solid #eee;
  width: 55px;
  height: 55px;
  padding: 5px;
  border-radius: 50%;
}
.goods-info-page .recommend-goods .item .head .logo .thumb {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.goods-info-page .recommend-goods .item .main {
  margin-left: 60px;
}
.goods-info-page .recommend-goods .item .main .thumb {
  width: 150px;
  height: 150px;
  border-radius: 6px;
}
.goods-info-page .recommend-goods .item .main .price {
  background: #f5f7fa;
  padding: 10px;
  margin: 10px 0;
}
.goods-info-page .recommend-goods .item .main .price .number {
  color: #CA452F;
  font-size: 18px;
}
.goods-info-page .recommend-goods .item .main .price .number .unit {
  font-size: 14px;
  color: #666;
}
.goods-info-page .recommend-goods .item .main .price .quantity {
  color: #666;
  padding-top: 5px;
}

body {
  background: #f2f6f9;
}

.page-banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}
.page-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #ffffff;
  opacity: 1;
}
.page-banner .swiper-pagination-bullet-active {
  background: #fff;
  width: 60px;
}

.index_row1 .left {
  flex: 1;
  margin-right: 55px;
  position: relative;
}
.index_row1 .title {
  font-size: 36px;
  font-weight: 700;
}
.index_row1 .text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
  padding-top: 5px;
}
.index_row1 .text p {
  text-indent: 2em;
  margin-bottom: 10px;
}
.index_row1 .more {
  font-size: 20px;
  color: #2e489c;
}
.index_row1 .iconbox {
  position: absolute;
  padding: 30px 20px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
}
.index_row1 .iconbox .item {
  margin: 0 100px;
  text-align: center;
  font-size: 20px;
  line-height: 2;
}

.index_row1_btm {
  /*.video{
    padding: 37px 37px 37px 50px;
    background: url(/static/home/images/exchange/videobg.png) no-repeat;
    background-size: cover;
    margin-right: -37px;
  }*/
}
.index_row1_btm .ys {
  flex: auto;
}
.index_row1_btm .ys .item span {
  font-size: 20px;
  line-height: 1.5;
  margin-left: 15px;
}
.index_row1_btm .right-box {
  width: 1045px;
  flex: none;
}
.index_row1_btm .index-video-box {
  position: relative;
  width: 100%;
  padding: 50px;
}
.index_row1_btm .index-video-box .prism-player {
  background-color: #FFF !important;
}
.index_row1_btm .index-video-box .bg1 {
  width: 248px;
  height: 248px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: radial-gradient(#ded7cd 30%, transparent 0), radial-gradient(#ded7cd 30%, transparent 0);
  background-size: 18px 18px;
  background-position: 0 0, 9px 9px;
  opacity: 0.3;
  z-index: 0;
}
.index_row1_btm .index-video-box .bg2 {
  width: 180px;
  height: 180px;
  background-color: #f6d65d;
  border-radius: 10px;
  position: absolute;
  right: 5px;
  bottom: 0;
  z-index: 0;
}
.index_row1_btm .index-video-box .video-box {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #f7f7f7;
  border-radius: 10px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.index_row1_btm .index-video-box .video-box .barter-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 1470px) {
  .index_row1_btm .video {
    background: none;
    margin-right: 0;
  }
}
.index_row2 .barter-list-box {
  min-height: 300px;
  position: relative;
  padding-bottom: 20px;
}
.index_row2 .barter-list-box.loading::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.index_row2 .barter-list-box.loading:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: text-bottom;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.page-row .row-title {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  padding: 20px 0;
  color: #333;
  margin-top: 20px;
}
.page-row .tab_btn {
  justify-content: center;
  margin-bottom: 20px;
}
.page-row .tab_btn .item {
  font-size: 20px;
  line-height: 2;
  height: 50px;
  width: auto;
  margin: 0 15px;
  padding-bottom: 10px;
  cursor: pointer;
  color: #333;
}
.page-row .tab_btn .item.on {
  position: relative;
  font-weight: bold;
}
.page-row .tab_btn .item.on::after {
  content: "";
  position: absolute;
  width: 76px;
  height: 5px;
  background: #2d479b;
  border-radius: 2px;
  bottom: 0px;
  left: 50%;
  margin-left: -38px;
}
.page-row .swiper-container-tab {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}
.page-row .swiper-container-tab .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.page-row .swiper-container-tab .thumb {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #f2f6f9;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.page-row .swiper-container-tab .thumb img {
  max-width: 100%;
  object-fit: cover;
  margin: 0 auto;
  transition: all 0.3s;
}
.page-row .swiper-container-tab .thumb img:hover {
  transform: scale(1.2);
}
.page-row .swiper-container-tab .name {
  width: 100%;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 10px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  text-align: center;
}
.page-row .swiper-container-tab .active .name {
  color: var(--main-color);
}
.page-row .more {
  margin-top: 20px;
  color: var(--main-color);
  font-size: 20px;
}

.gx_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.gx_list .item {
  background: #fff;
  padding: 20px 20px 30px;
  border-radius: 8px;
  width: 49.3%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}
.gx_list .item .title {
  display: flex;
  align-items: center;
}
.gx_list .item .title .img {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  border-radius: 100%;
  border: solid 1px #e0e0e0;
}
.gx_list .item .title .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.gx_list .item .title .name {
  flex: 1;
  font-size: 24px;
  color: #333;
  font-weight: 600;
  padding-right: 100px;
}
.gx_list .item .main {
  margin-top: 20px;
  display: flex;
}
.gx_list .item .main .left {
  width: 75px;
}
.gx_list .item .main .prothumb {
  width: 145px;
  height: 145px;
  margin-right: 15px;
}
.gx_list .item .main .prothumb img {
  width: 145px;
  height: 145px;
  object-fit: cover;
  border-radius: 8px;
}
.gx_list .item .main .right {
  flex: 1;
  width: 0;
}
.gx_list .item .main .right .pro_name {
  display: block;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}
.gx_list .item .main .right .text_box {
  margin-top: 14px;
  width: 100%;
  background: #f2f6f9;
  padding: 5px 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.gx_list .item .main .right .text_box .pro_price {
  font-size: 20px;
  color: #c84232;
}
.gx_list .item .main .right .text_box .pro_price span {
  font-size: 14px;
  color: #666;
  margin-left: 5px;
}
.gx_list .item .main .right .text_box .quantity {
  font-size: 14px;
  color: #666;
}
.gx_list .item .main .right .text {
  font-size: 14px;
  margin-top: 14px;
}
.gx_list .item .main .right .country {
  font-size: 14px;
  color: #666;
  margin-right: 30px;
  margin-top: 15px;
}
.gx_list .item .main .right .country img {
  width: 35px;
  height: 24px;
  margin-right: 10px;
}
.gx_list .item .main .right .time {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}
.gx_list .item .main .right .time img {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}
.gx_list .item .main .right .xj {
  margin-top: 20px;
  display: inline-flex;
  width: auto;
  height: 44px;
  font-size: 18px;
  padding: 0 20px;
  background: #2e489c;
  color: #fff;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.gx_list .item .main .right .xj .icon {
  font-size: 24px !important;
}
.gx_list .item .main .right .xj .icon.global-icon-xunjia {
  font-size: 20px !important;
}
.gx_list .item .main .right .xj .text {
  margin: 0;
  font-size: 18px;
}
.gx_list .item .mark {
  position: absolute;
  background: #f3eadf;
  color: #a44d1d;
  font-size: 18px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  border-radius: 0 8px 0 8px;
  padding: 0 13px;
}
.gx_list .item .mark img {
  margin-right: 5px;
}
.gx_list .item .mark.supply {
  background: #DAE4F8;
  color: #3B4FAB;
}

.swiper-services {
  padding-top: 10px;
}
.swiper-services .swiper-slide {
  width: 1225px;
  height: 560px;
  position: relative;
}
.swiper-services .swiper-slide .text {
  position: absolute;
  padding: 130px 0 0 65px;
  left: 0;
  top: 0;
  color: #fff;
}
.swiper-services .swiper-slide .text .text1 {
  font-size: 36px;
  margin-bottom: 30px;
}
.swiper-services .swiper-slide .text .text2 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  width: 670px;
}
.swiper-services .swiper-slide .text .more {
  display: block;
  width: 190px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  border: solid 1px #fff;
  background: rgba(255, 255, 255, 0.25);
}
.swiper-services .prev, .swiper-services .next {
  width: calc((100% - 1225px) / 2);
  height: 560px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  z-index: 10;
}
.swiper-services .prev {
  left: 0;
  right: auto;
}
.swiper-services .next {
  right: 0;
  left: auto;
}

.trade-tabs .swiper-slide {
  display: block;
  text-align: center;
  position: relative;
  font-size: 20px;
  line-height: 2;
  height: 50px;
  width: auto !important;
  margin: 0 15px;
  padding-bottom: 10px;
  cursor: pointer;
  color: #333;
}

.trade-tabs .swiper-slide.swiper-slide-active {
  font-weight: bold;
}

.trade-tabs .swiper-slide.swiper-slide-active:after {
  content: "";
  position: absolute;
  width: 76px;
  height: 5px;
  background: #2d479b;
  border-radius: 2px;
  bottom: 0px;
  left: 50%;
  margin-left: -38px;
}

.index_row4 {
  padding: 20px 0;
}

.news-box {
  padding-top: 10px;
}
.news-box .tw_item {
  flex: 1;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 20px;
}
.news-box .tw_item .thumb {
  display: block;
  width: 100%;
}
.news-box .tw_item h2 {
  padding: 30px 20px 0;
}
.news-box .tw_item h2 a {
  color: #333;
  font-size: 20px;
  line-height: 1.5;
}
.news-box .tw_item .describe {
  padding: 25px 20px 0;
}
.news-box .tw_item .describe a {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: 1.8;
}
.news-box .tw_item .time {
  color: #666;
  padding: 20px 20px 30px;
}
.news-box .tw_item .time img {
  margin-right: 5px;
}
.news-box .news_list {
  flex: 1;
  padding: 35px 20px 0;
  background: #fff;
  border-radius: 8px;
}
.news-box .news_list .news_item {
  margin-bottom: 30px;
}
.news-box .news_list .news_item h2 a {
  color: #333;
  font-size: 20px;
  line-height: 1.5;
}
.news-box .news_list .news_item .time {
  color: #666;
  padding-top: 17px;
}
.news-box .news_list .news_item .time img {
  margin-right: 5px;
}

.banner2 {
  height: 630px;
  width: 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.supply-row {
  margin: 50px auto;
}
.supply-row .item {
  margin: 0;
  padding: 0 50px 10px;
}
.supply-row .item:not(:last-child) {
  border-right: solid 1px #b8b8b8;
}

.search {
  font-size: 16px;
  justify-content: space-between;
  margin-bottom: 30px;
}
.search input {
  height: 52px;
  line-height: 52px;
  width: 425px;
  background: #fff;
  border: solid 1px #b8b8b8;
  outline: none;
  border-radius: 5px;
  margin-left: 5px;
  padding: 0 10px;
  font-size: 12px;
}
.search .btn {
  width: 125px;
  height: 52px;
  line-height: 52px;
  outline: none;
  border-radius: 5px;
  margin-left: 20px;
  text-align: center;
  font-size: 16px;
  padding: 0;
}
.search .submit {
  background: linear-gradient(to right, #2e489c 0%, #4b69c7 100%);
  color: #fff;
}
.search .reset {
  background: #fff;
  color: #333;
  border: solid 1px #b8b8b8;
}

.exchange-sidebar {
  display: flex;
  justify-content: center;
}
.exchange-sidebar .item {
  display: flex;
  width: 230px;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  margin: 0 10px 20px;
  border-radius: 26px;
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(to right, #2648a2, #4468cf);
}
.exchange-sidebar:last-child {
  background-image: linear-gradient(to right, #fff, #fff);
  color: #2d479b;
  border: solid 2px #2d479b;
}
.exchange-sidebar:after {
  content: "";
  width: 200%;
  height: 140%;
  position: absolute;
  left: -200%;
  top: -20%;
  transform: skewX(-30deg);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
}
.exchange-sidebar .icon {
  width: 30px;
  height: 30px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.exchange-sidebar .text {
  font-size: 12px;
  line-height: 14px;
}

@-webkit-keyframes light {
  0% {
    left: -200%;
  }
  100% {
    left: 300%;
  }
}
.index_row5 .text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
  text-indent: 2em;
  padding-top: 5px;
}
.index_row5 .matching .item {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_row5 .matching .item .title {
  font-size: 20px;
  line-height: 2;
  margin: 5px 0 10px;
  font-weight: 600;
}
.index_row5 .matching .item .desc {
  font-size: 14px;
  line-height: 2;
}

.advantages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantages .item {
  position: relative;
  width: 32%;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.advantages .item .text1 {
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  height: 100px;
  transition: height 0.5s ease-in-out;
}
.advantages .item .text1 .title {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  box-sizing: content-box;
  padding-top: 0;
  transition: padding 0.5s ease-in-out;
}
.advantages .item .text1 .desc {
  font-size: 14px;
  line-height: 2;
  display: none;
  margin-top: 30px;
}
.advantages .item:hover .text1 {
  height: 100%;
}
.advantages .item:hover .text1 .title {
  padding-top: 30px;
}
.advantages .item:hover .text1 .desc {
  display: block;
}

@media (max-width: 1200px) {
  .trade-banner .swiper-slide {
    width: 100%;
    height: auto;
  }
  .trade-banner .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .swiper-services .prev, .swiper-services .next {
    width: auto;
    background: none;
    height: auto;
    top: 50%;
  }
  .advantages .item {
    width: 49%;
  }
}

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