@charset "UTF-8";
/**
 * 交易信息详情2
 * date: 2023-5-8
 * author: ghy
 */
body {
  background: #f5f5f5;
}

.footer {
  margin-top: 30px;
}

.particulars-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.particulars-tab .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 94px;
  height: 42px;
  background: #F0F3F6;
  border-radius: 42px;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  color: #999;
  padding: 0 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 6px 6px 0;
  cursor: pointer;
}

.particulars-tab .item.finish{
  background:#E0E9F2;
  color: #333;
}

.particulars-tab .active,
.particulars-tab .current
 {
  background: #2097F3;
  font-weight: 700;
  color: #fff;
}


@media (max-width: 980px) {
  .particulars-tab .item {
    margin: 0 20px;
    padding: 0 15px;
  }
  .particulars-tab .item::after {
    right: -30px;
    width: 20px;
  }
  .particulars-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .particulars-tab .item {
    margin: 0 20px 20px;
  }
  .particulars-tab .item:last-child {
    margin-bottom: 0;
  }
  .particulars-tab .item::after {
    top: 48px;
    left: 60%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2px;
    height: 10px;
    background: url("../images/trade_info_detail/tab_icon_1.png") no-repeat center;
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
  }
}



.share-box {
    width: 136px;
    float: right;
    height: 25px;
    padding-left: 25px;
    box-sizing: border-box;
    background: url('../images/share.gif') no-repeat left center;
    position: relative;
}

@media (max-width: 980px) {
    .share-box {
        float: none;
        display: block;
        margin: 5px auto;
    }
}

.share-item {
    width: 25px;
    height: 25px;
    margin-right: 12px;
}

/*.share-item:nth-child(1) {
    background-image: url("../images/share_ico1.png");
}

.share-item:nth-child(2) {
    background-image: url("../images/share_ico2.png");
}

.share-item:nth-child(3) {
    background-image: url("../images/share_ico3.png");
}*/

.icon-qzone {
    background-image: url('../images/share_ico3.png');
}
.icon-weibo {
    background-image: url('../images/share_ico2.png');
}
.icon-wechat {
    background-image: url('../images/share_ico1.png');
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: 12px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}