@charset "UTF-8";
/**
 * 福建三钢电子交易平台公司化运营改造项目
 * date: 2025-11-10
 * author: qcn;
 */
@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("../css/font/YouSheBiaoTiHei/YouSheBiaoTiHei.woff") format("woff"), url("../css/font/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf") format("truetype"), url("../css/font/YouSheBiaoTiHei/YouSheBiaoTiHei.eot") format("embedded-opentype");
}
@font-face {
  font-family: "AlimamaFangYuanTiVF-Thin";
  src: url("../css/font/AlimamaFangYuanTiVF-Thin/AlimamaFangYuanTiVF-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "DIN";
  src: url("../css/font/DIN/D-DIN.woff") format("woff"), url("../css/font/DIN/D-DIN.ttf") format("truetype"), url("../css/font/DIN/D-DIN.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Poppins";
  src: url("../css/font/Poppins/Poppins-Medium.ttf") format("truetype");
}
/* 公共样式 */
.container {
  width: 1300px;
}

.more {
  padding-right: 22px;
  height: 21px;
  color: #004FA1;
  line-height: 21px;
  background: url("../images/notice_more_icon_YDqWWd.png") no-repeat right center;
}
.more:hover {
  color: #004FA1;
}

.title {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.title-name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.title-name-ch {
  font-size: 30px;
  line-height: 28px;
  padding-left: 12px;
  font-weight: bold;
  color: #004FA1;
  border-left: 7px solid #004FA1;
}
.title-name-en {
  display: block;
  font-size: 24px;
  line-height: 36px;
  padding-left: 20px;
  margin-top: 8px;
  font-family: "Poppins";
  background: url("../images/title_en_bg.png") no-repeat -20px center;
}

/* banner */
.banner {
  height: 532px;
}
.banner .swiper-container {
  height: 100%;
}
.banner .swiper-container .swiper-button-next,
.banner .swiper-container .swiper-button-prev {
  width: 48px;
  height: 81px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12) url("../images/next.png") no-repeat center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: 50px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner .swiper-container .swiper-button-next:hover,
.banner .swiper-container .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
.banner .swiper-container .swiper-button-next.swiper-button-prev,
.banner .swiper-container .swiper-button-prev.swiper-button-prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 50px;
  right: 0;
}
.banner .swiper-container .swiper-button-next.swiper-button-disabled,
.banner .swiper-container .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.banner .swiper-container img {
  width: 100%;
  height: 100%;
}
.banner-link {
  width: 300px;
  height: 52px;
  line-height: 52px;
  border-radius: 22px 0 22px 0;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 59, 144, 0.2);
          box-shadow: 0px 4px 10px 0px rgba(0, 59, 144, 0.2);
  position: absolute;
  z-index: 99999;
  color: #fff;
  font-size: 24px;
  background: #0D68C7;
  text-align: center;
  left: 50%;
  bottom: 114px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner-slide2 .banner-link {
  margin-left: -230px;
  color: #004FA1;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 59, 144, 0.2), 0px -4px 4px 0px rgba(1, 80, 184, 0.25) inset;
          box-shadow: 0px 4px 10px 0px rgba(0, 59, 144, 0.2), 0px -4px 4px 0px rgba(1, 80, 184, 0.25) inset;
}

/* 通知公告 */
.view {
  background: #fff;
  padding: 20px 0 40px;
}

.notification {
  padding: 50px 0;
  background: url("../images/new_notice_bg.jpg") no-repeat center;
  background-size: 100% 100%;
}
.notification-notice {
  position: relative;
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 16px;
}
.notification-notice .notice-tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 80px;
  height: 44px;
  border-bottom: 1px solid #D5D5D5;
}
.notification-notice .notice-tab-hd-item {
  color: #333;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0.8px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.notification-notice .notice-tab-hd-item.current {
  color: #004FA1;
  font-weight: bold;
  border-color: #004FA1;
}
.notification-notice .notice-tab-hd-item + .notice-tab-hd-item {
  margin-left: 30px;
}
.notification-notice .notice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  margin-right: 0;
  height: 50px;
  line-height: 50px;
}
.notification-notice .notice-item + .notice-item {
  margin-top: 6px;
}
.notification-notice .notice-item::before {
  display: none;
}
.notification-notice .notice-item:hover {
  background: #F5F5F5;
}
.notification-notice .notice-item:hover .notice-title {
  color: #004FA1;
}
.notification-notice .notice-tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 6px;
  height: 20px;
  color: #1f6de8;
  font-size: 12px;
  line-height: 18px;
  border-radius: 2px;
  border: 1px solid #1f6de8;
  background-color: rgba(31, 109, 232, 0.08);
}
.notification-notice .notice-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 0 16px;
  width: 0;
  line-height: 22px;
  padding-left: 16px;
  border-left: 1px solid #eee;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notification-notice .notice-date {
  color: #004FA1;
  font-size: 16px;
  font-family: "DIN";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 20px;
  width: 37px;
}
.notification-notice .notice-date-year {
  color: #999;
}
.notification-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 16px;
  border-radius: 3px;
  background: #fff;
  margin-top: 19px;
}
.notification-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notification-link {
  width: calc((100% + 15px) / 4 - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  border: 1px solid transparent;
  background: url("../images/notification_link_bg.png") no-repeat center;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.notification-link:hover {
  border-color: #004FA1;
}
.notification-link + a {
  margin-left: 15px;
}
.notification-link-name {
  color: #333;
  height: 49px;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  background: url("../images/notice_more_icon_YDqWWd.png") no-repeat left bottom;
}
.notification-link > img {
  width: 60px;
  height: 60px;
}
.notification .more {
  top: 27.5px;
}
.notification-box {
  position: relative;
}

.notice-top.notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  height: 72px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#004FA1), to(#34BFFF));
  background: linear-gradient(90deg, #004FA1 0%, #34BFFF 100%);
  margin-bottom: 30px;
  position: relative;
}
.notice-top .notice-hd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 46px;
  color: #fff;
  font-size: 22px;
  border-radius: 6px;
  line-height: 40px;
  font-family: "AlimamaFangYuanTiVF-Thin";
  background: url("../images/notice_hd_icon_lcJK7g.png") no-repeat left center;
}
.notice-top .notice-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 80px 0 20px;
  width: 0;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.notice-top .notice-content.str_active {
  background: none;
}
.notice-top .notice-item {
  height: 24px;
  width: calc(50% - 20px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  line-height: 24px;
  padding-left: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice-top .notice-item::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.notice-top .notice-title {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}
.notice-top .notice-more {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-right: 22px;
  right: 16px !important;
  top: 24px !important;
  background: url("../images/more.png") no-repeat right center;
}
.notice-top .notice-tag {
  height: 14px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px 0 4px 0;
  background: #F7A532;
  color: #fff;
  margin-left: 6px;
}

.notice-more {
  position: absolute;
  top: 11.5px;
  right: 0;
}

/* 新闻 */
.news {
  width: 626px;
  height: 387px;
}
.news-swiper {
  height: 100%;
  border-radius: 4px;
}
.news-swiper .swiper-button-prev,
.news-swiper .swiper-button-next {
  top: 50%;
  margin: 0;
  width: 11px;
  height: 19px;
  background: no-repeat center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -17px;
}
.news-swiper .swiper-button-prev.swiper-button-disabled,
.news-swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.news-swiper .swiper-button-prev {
  left: 12px;
  right: auto;
  background-image: url("../images/news_prev_icon_nzTiMv.png");
  background-size: 100% 100%;
}
.news-swiper .swiper-button-next {
  left: auto;
  right: 12px;
  background-image: url("../images/news_next_icon_nzTiMv.png");
  background-size: 100% 100%;
}
.news-swiper .swiper-pagination-bullets {
  bottom: 17px;
  left: auto;
  right: 7px;
  width: auto;
  height: 8px;
}
.news-swiper .swiper-pagination-bullet {
  margin: 0 3px !important;
  width: 8px;
  height: 100%;
  vertical-align: top;
  border-radius: 0;
  background: #fff;
  opacity: 0.36;
}
.news-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.news-item {
  position: relative;
  display: block;
  height: 100%;
}
.news-img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-pic {
  position: absolute;
  bottom: 0;
  right: 0;
  left: unset;
  width: 50px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.news-current-pic {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.news-total-pic {
  font-size: 16px;
  line-height: 24px;
  color: #999;
}
.news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px 0 12px;
  height: 36px;
  color: #fff;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

/* 交易信息 */
.trade {
  background: url("../images/trade_bg.jpg") no-repeat center;
  background-size: 100% 100%;
  padding: 50px 0;
}
.trade-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  border-top: 1px solid #D5D5D5;
  margin-top: 19px;
}
.trade-left {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.trade-right {
  width: 198px;
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.trade-link {
  height: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url("../images/trade_link_bg.png") no-repeat center;
  background-size: 100% 100%;
}
.trade-link:nth-child(1) .trade-link-name {
  background: url("../images/trade_link_icon1.png") left center no-repeat;
}
.trade-link:nth-child(2) .trade-link-name {
  background: url("../images/trade_link_icon2.png") left center no-repeat;
}
.trade-link:nth-child(3) .trade-link-name {
  background: url("../images/trade_link_icon3.png") left center no-repeat;
}
.trade-link-name {
  height: 34px;
  line-height: 34px;
  padding-left: 38px;
  color: #fff;
  font-size: 16px;
  margin-top: 12px;
}
.trade-link + a {
  margin-top: 14.6px;
}
.trade-link .field {
  height: 34px;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 24px;
}
.trade-link .field .num {
  font-family: "DIN";
  font-size: 28px;
  line-height: 28px;
  margin-right: 6px;
  display: inline-block;
  font-weight: bold;
}
.trade-features {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 101px;
  background: url("../images/trade_features_bg.jpg") no-repeat center;
  background-size: 100% 100%;
  margin-top: 30px;
}
.trade-features-name {
  font-size: 40px;
  color: #fff;
  font-family: "YouSheBiaoTiHei";
  letter-spacing: 4.5px;
}

/* 交易信息 */
.info {
  position: relative;
  height: 494px;
  border-radius: 4px;
  background-color: #fff;
}
.info-hd {
  position: absolute;
  top: 21px;
  left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-hd-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  line-height: 28px;
}
.info-hd-title::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -7px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: linear-gradient(134deg, #1f6de8 7.58%, rgba(31, 109, 232, 0) 84.35%);
  opacity: 0.34;
  pointer-events: none;
}
.info-hd-chinese {
  font-size: 20px;
  font-weight: bold;
}
.info-hd-english {
  position: relative;
  margin-left: 15px;
  color: rgba(186, 196, 206, 0.5);
  text-transform: uppercase;
}
.info-hd-english::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 1px;
  height: 16px;
  background-color: rgba(186, 196, 206, 0.5);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.info-tab1-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 89px;
  height: 54px;
  border-bottom: 1px solid #e8e8e8;
}
.info-tab1-hd-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 6px;
  color: #666;
  line-height: 54px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.info-tab1-hd-item.current {
  color: #1f6de8;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 109, 232, 0)), to(rgba(31, 109, 232, 0.12)));
  background-image: linear-gradient(to bottom, rgba(31, 109, 232, 0), rgba(31, 109, 232, 0.12));
}
.info-tab1-hd-item.current::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1f6de8;
}
.info-tab1-hd-item + .info-tab1-hd-item {
  margin-left: 4px;
}
.info-tab1-bd {
  margin-top: 24px;
}
.info-tab2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 494px;
}
.info-tab2-hd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  width: 150px;
  border-radius: 4px;
  background: url("../images/info_tab_bg_DHRjJG.png") no-repeat center/100% 100%;
}
.info-tab2-hd-item {
  height: 103.5px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 103.5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding-left: 24px;
  background: url("../images/trade_type_icon1.png") no-repeat 24px center;
  font-weight: bold;
}
.info-tab2-hd-item.current {
  background: url("../images/trade_type_icon1.png") no-repeat 24px center, -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.3)));
  background: url("../images/trade_type_icon1.png") no-repeat 24px center, linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.8) inset;
          box-shadow: 0 0 16px 0 rgba(255, 255, 255, 0.8) inset;
  backdrop-filter: blur(3px);
}
.info-tab2-hd-item.current::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2px;
  width: 5px;
  height: 31px;
  background: #fff;
}
.info-tab2-hd-item:nth-child(1) {
  background: url("../images/trade_type_icon1.png") 24px center no-repeat;
}
.info-tab2-hd-item:nth-child(1).current {
  background: url("../images/trade_type_icon1.png") no-repeat 24px center, -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.3)));
  background: url("../images/trade_type_icon1.png") no-repeat 24px center, linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.info-tab2-hd-item:nth-child(2) {
  background: url("../images/trade_type_icon2.png") 24px center no-repeat;
}
.info-tab2-hd-item:nth-child(2).current {
  background: url("../images/trade_type_icon2.png") no-repeat 24px center, -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.3)));
  background: url("../images/trade_type_icon2.png") no-repeat 24px center, linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.info-tab2-hd-item:nth-child(3) {
  background: url("../images/trade_type_icon3.png") 24px center no-repeat;
}
.info-tab2-hd-item:nth-child(3).current {
  background: url("../images/trade_type_icon3.png") no-repeat 24px center, -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.3)));
  background: url("../images/trade_type_icon3.png") no-repeat 24px center, linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.info-tab2-hd-item:nth-child(4) {
  background: url("../images/trade_type_icon4.png") 24px center no-repeat;
}
.info-tab2-hd-item:nth-child(4).current {
  background: url("../images/trade_type_icon4.png") no-repeat 24px center, -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.3)));
  background: url("../images/trade_type_icon4.png") no-repeat 24px center, linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.info-tab2-hd-item:nth-child(5) {
  background: url("../images/trade_type_icon5.png") 24px center no-repeat;
}
.info-tab2-hd-item:nth-child(5).current {
  background: url("../images/trade_type_icon5.png") no-repeat 24px center, -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.3)));
  background: url("../images/trade_type_icon5.png") no-repeat 24px center, linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.info-tab2-hd-item:nth-child(6) {
  background: url("../images/trade_type_icon6.png") 24px center no-repeat;
}
.info-tab2-hd-item:nth-child(6).current {
  background: url("../images/trade_type_icon6.png") no-repeat 24px center, -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.3)));
  background: url("../images/trade_type_icon6.png") no-repeat 24px center, linear-gradient(270deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.info-tab2-bd {
  margin-left: 16px;
  width: calc(100% - 166px);
  padding: 16px 16px 10px 0;
}
.info-tab3-hd {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 30px;
}
.info-tab3-hd .swiper-container {
  height: 30px;
}
.info-tab3-hd .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  width: auto;
  line-height: 28px;
  border-radius: 99px;
  border: 1px solid #D0D2DE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.info-tab3-hd .swiper-slide.current {
  color: #fff;
  font-weight: bold;
  background-color: #004FA1;
  border-color: #004FA1;
}
.info-tab3-hd .swiper-button-prev,
.info-tab3-hd .swiper-button-next {
  top: 8px;
  margin: 0;
  width: 8px;
  height: 14px;
  background: no-repeat center;
  opacity: 1;
}
.info-tab3-hd .swiper-button-prev {
  left: auto;
  right: 20px;
  background-image: url("../images/info_prev_icon_active_DHRjJG.png");
}
.info-tab3-hd .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/info_prev_icon_DHRjJG.png");
}
.info-tab3-hd .swiper-button-next {
  left: auto;
  right: 0;
  background-image: url("../images/info_next_icon_active_DHRjJG.png");
}
.info-tab3-hd .swiper-button-next.swiper-button-disabled {
  background-image: url("../images/info_next_icon_DHRjJG.png");
}
.info-tab3-bd {
  margin-top: 16px;
}
.info .more {
  top: -95px;
  right: -214px;
}
.info-list {
  max-height: 423px;
  overflow: auto;
}
.info-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px;
  height: 75px;
  line-height: 21px;
  background: #F4F7FE;
  border: 1px solid #F4F7FE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
}
.info-list-item-name {
  color: #2D2D2D;
  line-height: 24px;
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
}
.info-list-item:hover {
  border-color: #004FA1;
}
.info-list-item:hover .info-list-title,
.info-list-item:hover .info-list-date {
  color: #1f6de8;
}
.info-list-item + .info-list-item {
  margin-top: 12px;
}
.info-list-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info-list-item-field {
  color: #555;
  margin-right: 23px;
  line-height: 21px;
}
.info-list-item-left {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
}
.info-list-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info-list-item-text {
  color: #2E4260;
  font-size: 14px;
  line-height: 21px;
}
.info-list-item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.info-list-item-date-day {
  width: 30px;
  height: 30px;
  font-size: 22px;
  line-height: 30px;
  margin-right: 4px;
  color: #D40000;
  background: #fff;
  border-radius: 6.6px;
  font-family: "DIN";
  text-align: center;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 11.11px 0px rgba(0, 0, 0, 0.1), 1.11px 2.22px 4.44px 0px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 11.11px 0px rgba(0, 0, 0, 0.1), 1.11px 2.22px 4.44px 0px rgba(0, 0, 0, 0.1) inset;
}
.info-list-item-date-day.end {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: unset;
  background: -webkit-linear-gradient(-90deg, #454545 12.96%, #909090 74.07%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 27px;
  font-weight: normal;
  font-family: "YouSheBiaoTiHei";
}
.info-list-tag {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #1f6de8;
  border-radius: 2px;
  background-color: #1f6de8;
}
.info-list-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px 0 6px;
  width: 0;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info-list-date {
  color: #999;
}

/* 客户指南 */
.guide {
  height: 596px;
  background: url("../images/guide_bg.jpg") no-repeat center;
  background-size: 100% 100%;
  padding: 50px 0;
}
.guide-tab {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
  height: 408px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #E7E7E7;
  margin-top: 16px;
}
.guide-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 54px;
}
.guide-hd-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  line-height: 28px;
}
.guide-hd-title::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -7px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-image: linear-gradient(134deg, #1f6de8 7.58%, rgba(31, 109, 232, 0) 84.35%);
  opacity: 0.34;
  pointer-events: none;
}
.guide-hd-chinese {
  font-size: 20px;
  font-weight: bold;
}
.guide-hd-english {
  position: relative;
  margin-left: 15px;
  color: rgba(186, 196, 206, 0.5);
  text-transform: uppercase;
}
.guide-hd-english::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 1px;
  height: 16px;
  background-color: rgba(186, 196, 206, 0.5);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.guide-swiper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 36px;
}
.guide-swiper .swiper-container {
  height: 30px;
}
.guide-swiper .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  width: auto;
  line-height: 28px;
  border-radius: 99px;
  border: 1px solid #D0D2DE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.guide-swiper .swiper-slide.current {
  color: #fff;
  font-weight: bold;
  background-color: #004FA1;
  border-color: #004FA1;
}
.guide-swiper .swiper-button-prev,
.guide-swiper .swiper-button-next {
  top: 8px;
  margin: 0;
  width: 8px;
  height: 14px;
  background: no-repeat center;
  opacity: 1;
}
.guide-swiper .swiper-button-prev {
  left: auto;
  right: 20px;
  background-image: url("../images/notice_prev_icon_active_vOQeAA.png");
}
.guide-swiper .swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/notice_prev_icon_vOQeAA.png");
}
.guide-swiper .swiper-button-next {
  left: auto;
  right: 0;
  background-image: url("../images/notice_next_icon_active_vOQeAA.png");
}
.guide-swiper .swiper-button-next.swiper-button-disabled {
  background-image: url("../images/notice_next_icon_vOQeAA.png");
}
.guide-content {
  margin-top: 20px;
}
.guide-content-item {
  display: none;
}
.guide-content-item.current {
  display: block;
}
.guide-list {
  max-height: 312px;
  overflow: hidden;
}
.guide-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-left: 14px;
  height: 24px;
  line-height: 24px;
  background: url("../images/notice_item_icon_vOQeAA.png") no-repeat left center;
}
.guide-item:hover .guide-title,
.guide-item:hover .guide-date {
  color: #004FA1;
}
.guide-item + .guide-item {
  margin-top: 24px;
}
.guide-tag {
  font-size: 16px;
  line-height: 24px;
  color: #D40000;
}
.guide-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 10px 0 0;
  width: 0;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.guide-date {
  color: #999;
}
.guide .more {
  top: -62.5px;
}

/* 今日开标 */
.bid {
  height: 556px;
  padding: 50px 0;
  background: #F6F8FB;
}
.bid-box {
  margin-top: 19px;
  height: 356px;
  max-height: 356px;
  background: transparent !important;
}
.bid .info-list {
  height: unset;
  max-height: unset;
  overflow: unset;
}
.bid .info-list-item {
  height: 80px;
  background: #fff;
  margin-top: 12px;
  border: 1px solid #DDDDDD;
}
.bid .info-list-item-left {
  margin-right: 0;
}
.bid .info-list-item-name {
  margin-bottom: 5.5px;
}
.bid .title-name {
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bid > div {
  position: relative;
}

/* 友情链接 */
.friends {
  height: 408px;
  padding: 50px 0;
  background: url("../images/friends_bg.jpg") no-repeat center;
  background-size: 100% 100%;
}
.friends-box {
  margin-top: 6px;
  position: relative;
}
.friends .swiper-container {
  margin-left: -10px;
  width: calc(100% + 20px);
  position: static;
}
.friends .swiper-button-next,
.friends .swiper-button-prev {
  width: 48px;
  height: 81px;
  border-radius: 6px;
  background: url("../images/friends_next.png") no-repeat center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: -84px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.friends .swiper-button-next:hover,
.friends .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.friends .swiper-button-next.swiper-button-prev,
.friends .swiper-button-prev.swiper-button-prev {
  background: url("../images/friends_prev.png") no-repeat center;
  left: -84px;
  right: 0;
}
.friends .swiper-button-next.swiper-button-disabled,
.friends .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url("../images/dis_prev.png") no-repeat center;
}
.friends .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url("../images/dis_next.png") no-repeat center;
}
.friends .swiper-slide {
  padding: 10px;
}
.friends .swiper-slide .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
          box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
}
.friends .swiper-slide .item > img {
  border-radius: 4px;
  max-width: 100%;
  max-height: 100%;
}

/* 滚动条样式 */
::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: block;
}

::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
  border-color: transparent;
  border-style: solid;
}

::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb {
  min-height: 28px;
  padding-top: 100;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
  border-width: 0;
}

::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.scrollbar-hover::-webkit-scrollbar,
.scrollbar-hover::-webkit-scrollbar-button,
.scrollbar-hover::-webkit-scrollbar-thumb,
.scrollbar-hover::-webkit-scrollbar-track {
  visibility: hidden;
}

.scrollbar-hover:hover::-webkit-scrollbar,
.scrollbar-hover:hover::-webkit-scrollbar-button,
.scrollbar-hover:hover::-webkit-scrollbar-thumb,
.scrollbar-hover:hover::-webkit-scrollbar-track {
  visibility: visible;
}

/* IE */
body,
div,
html,
li,
ul {
  scrollbar-arrow-color: #ccc;
  scrollbar-face-color: #ccc;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-shadow-color: rgba(255, 255, 255, 0.3);
  scrollbar-track-color: #f2f2f2;
}