@charset "UTF-8";
/**
 * 指标类交易二级页
 * date: 2023-7-24
 * author: ghy;
 */
body {
  background: #f3f7ff;
}

.footer {
  margin-top: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.steps {
  height: 184px;
  padding: 18px 70px 0;
  background: url("../images/metrics_trade/steps_bg.png") no-repeat center #fff;
  background-size: 100% 100%;
  border-top: 2px solid #3C83ED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.steps-title {
  color: #353b4b;
  font-family: "YouSheBiaoTiHei";
  font-size: 36px;
  line-height: 56px;
  letter-spacing: 3.6px;
  text-align: center;
}
.steps-title span {
  color: #4879C6;
}
.steps-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.steps-content .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.steps-content .item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.steps-content .item:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.steps-content .item:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.steps-content .item:nth-child(4) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.steps-content .item:nth-child(5) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.steps-content .item-icon {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(72, 121, 198, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(72, 121, 198, 0.3);
  border-radius: 50%;
  border: 2px solid #4879C6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 16px;
  font-size: 30px;
  font-family: "OPPOSans-B";
  color: #4879C6;
  line-height: 56px;
  text-align: center;
}
.steps-content .item-name .cn {
  font-size: 20px;
  color: #353B4B;
  line-height: 28px;
}
.steps-content .item-name .en {
  font-size: 12px;
  font-weight: 300;
  color: #7C8BA1;
  line-height: 16px;
}
.steps-content .item::after {
  position: absolute;
  right: -48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 15px;
  height: 22px;
  background: url("../images/metrics_trade/steps_item_icon.png") no-repeat center;
  background-size: 100% 100%;
}
.steps-content .item:last-child::after {
  display: none;
}

.notice {
  margin-top: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice-hd {
  height: 53px;
  border-bottom: 1px solid #3c83ed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice-hd .item {
  position: relative;
  font-size: 24px;
  color: #353b4b;
  line-height: 52px;
  margin-right: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 22px;
  cursor: pointer;
  z-index: 99;
}
.notice-hd .item.active, .notice-hd .item:hover {
  font-weight: bold;
  color: #ffffff;
}
.notice-hd .item.active::before, .notice-hd .item:hover::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  display: block;
  height: 53px;
  z-index: -1;
}
.notice-hd .item:nth-child(1).active::before, .notice-hd .item:nth-child(1):hover::before {
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 158px;
  background: url("../images/metrics_trade/notice_hd_1.png") no-repeat center;
}
.notice-hd .item:nth-child(2).active::before, .notice-hd .item:nth-child(2):hover::before {
  width: 180px;
  background: url("../images/metrics_trade/notice_hd_2.png") no-repeat center;
}
.notice-hd .item:nth-child(3).active::before, .notice-hd .item:nth-child(3):hover::before {
  width: 246px;
  background: url("../images/metrics_trade/notice_hd_3.png") no-repeat center;
}
.notice-hd .item:nth-child(4).active::before, .notice-hd .item:nth-child(4):hover::before {
  width: 180px;
  background: url("../images/metrics_trade/notice_hd_4.png") no-repeat center;
}
.notice-bd {
  background-color: #fff;
}

.balance {
  padding: 24px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.title-com {
  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;
  position: relative;
  height: 25px;
  font-size: 22px;
  font-weight: 500;
  color: #353b4b;
  line-height: 25px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.title-com::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 3px;
  height: 14px;
  background-color: #1c77ff;
}
.title-com .more {
  position: relative;
  width: 76px;
  height: 25px;
  background: linear-gradient(132deg, #b0cfff 4%, #ffffff 100%);
  -webkit-box-shadow: 0px 2px 4px 0px #d5e0f2;
          box-shadow: 0px 2px 4px 0px #d5e0f2;
  border-radius: 12px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  color: #1c77ff;
  line-height: 27px;
}
.title-com .more::after {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url("../images/metrics_trade/more.png") no-repeat center;
  background-size: 17px 17px;
}

.tender-content .item {
  width: 373.33px;
  height: 292px;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px 20px 0 0;
}
.tender-content .item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.tender-content .item:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.tender-content .item:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.tender-content .item:nth-child(4) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.tender-content .item:nth-child(5) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.tender-content .item:nth-child(6) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.tender-content .item:nth-child(3n) {
  margin: 20px 0 0 0;
}
.tender-content .item:hover {
  border: 1px solid #1C77FF;
}
.tender-content .item-countdown {
  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: 50px;
  background: #F5F8FE;
  font-size: 18px;
  color: #353b4b;
  line-height: 20px;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tender-content .item-countdown .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #7c8ba1;
}
.tender-content .item-countdown .date-item {
  padding: 0 4px;
  height: 30px;
  background: #FF8D23;
  border-radius: 2px;
  font-size: 16px;
  font-family: "OPPOSans-B";
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin: 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tender-content .item-content {
  padding: 20px 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  color: #7c8ba1;
  line-height: 22px;
}
.tender-content .item-content > p > span {
  color: #646B80;
}
.tender-content .item-title {
  height: 80px;
  background: -webkit-gradient(linear, right top, left top, from(#5C9DFF), to(#1C77FF));
  background: linear-gradient(270deg, #5C9DFF 0%, #1C77FF 100%);
  border-radius: 3px 3px 0px 0px;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
}
.tender-content .item-start, .tender-content .item-end, .tender-content .item-arrived {
  margin-bottom: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tender-content .item-check {
  display: block;
  width: 344px;
  height: 42px;
  border-radius: 24px;
  border: 1px solid #1c77ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  font-size: 18px;
  color: #1c77ff;
  line-height: 40px;
  text-align: center;
}
.tender-content .item-check:hover {
  background: #1c77ff;
  color: #fff;
}
.tender-content .item-source {
  color: #646B80;
  height: 50px;
  line-height: 25px;
}

.replenish .title-com {
  margin: 24px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.traded .title-com {
  margin: 24px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.traded .table-common tbody tr td {
  padding: 0 10px;
}

.trade {
  padding-top: 47px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #fff 0px, #fff 340px, #F3F7FF 340px, #F3F7FF 100%);
}
.trade-title {
  height: 82px;
  background: url("../images/trade_title.png") no-repeat center;
}
.trade-title .item {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 55px;
  text-align: center;
}
.trade-title .item:nth-child(2) {
  color: #cdcdcd;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  text-transform: uppercase;
}
.trade-tab {
  margin-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.trade .tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.trade .tab-hd .item {
  position: relative;
  width: 220px;
  height: 148px;
  text-align: center;
  cursor: pointer;
  padding-top: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.trade .tab-hd .item-name {
  color: #353b4b;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}
.trade .tab-hd .item::before {
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 92px;
  height: 92px;
}
.trade .tab-hd .item:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.trade .tab-hd .item:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.trade .tab-hd .item:nth-child(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.trade .tab-hd .item:nth-child(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.trade .tab-hd .item:nth-child(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.trade .tab-hd .item:nth-child(1)::before {
  background: url("../images/trade_h_1.png") no-repeat center;
  background-size: 100% 100%;
}
.trade .tab-hd .item:nth-child(1).active::before, .trade .tab-hd .item:nth-child(1):hover::before {
  background: url("../images/trade_h_active_1.png") no-repeat center;
  background-size: 100% 100%;
}
.trade .tab-hd .item:nth-child(2)::before {
  background: url("../images/trade_h_2.png") no-repeat center;
  background-size: 100% 100%;
}
.trade .tab-hd .item:nth-child(2).active::before, .trade .tab-hd .item:nth-child(2):hover::before {
  background: url("../images/trade_h_active_2.png") no-repeat center;
  background-size: 100% 100%;
}
.trade .tab-hd .item:nth-child(3)::before {
  background: url("../images/trade_h_3.png") no-repeat center;
  background-size: 100% 100%;
}
.trade .tab-hd .item:nth-child(3).active::before, .trade .tab-hd .item:nth-child(3):hover::before {
  background: url("../images/trade_h_active_3.png") no-repeat center;
  background-size: 100% 100%;
}
.trade .tab-hd .item:nth-child(4)::before {
  background: url("../images/trade_h_4.png") no-repeat center;
  background-size: 100% 100%;
}
.trade .tab-hd .item:nth-child(4).active::before, .trade .tab-hd .item:nth-child(4):hover::before {
  background: url("../images/trade_h_active_4.png") no-repeat center;
  background-size: 100% 100%;
}
.trade .tab-hd .item:nth-child(5)::before {
  background: url("../images/trade_h_5.png") no-repeat center;
  background-size: 100% 100%;
}
.trade .tab-hd .item:nth-child(5).active::before, .trade .tab-hd .item:nth-child(5):hover::before {
  background: url("../images/trade_h_active_5.png") no-repeat center;
  background-size: 100% 100%;
}
.trade .tab-hd .item.active, .trade .tab-hd .item:hover {
  background: url("../images/trade_h_bg.png") no-repeat center bottom 11px;
}
.trade .tab-hd .item.active .item-name, .trade .tab-hd .item:hover .item-name {
  color: #F39B17;
}
.trade .tab-bd {
  padding-top: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.trade .tab-bd-bdl {
  position: relative;
   background: #fff;
    min-height: 280px;
}
.trade .tab-bd-bdl .no-data {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 236px;
  height: 236px;
  background: url("../images/no-data.png") no-repeat center;
  padding-top: 216px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: 500;
  color: #93B6E8;
  line-height: 20px;
  text-align: center;
}