@charset "UTF-8";
/**
 * 交易信息详情1
 * 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;
}


.no-info {
    height: 200px;
}

.no-info .info-hd {
    height: 107px;
    line-height: 107px;
}


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

/*修改*/
body{
  background:rgb(240, 246, 254);
}

.particulars-tab .item{
    width:155px;
    text-align:center;
    display: block;
    line-height: 42px;
    background: #F0F3F6;
    color: #333;
}

.particulars{
    padding:40px 40px 0;
}

.particulars-tab .active, .particulars-tab .current{
    background:#1479D7;
    color:#fff;
}

.particulars-tab{
    justify-content:left;
    padding-bottom:20px;
    border-bottom:1px solid  #F0F3F6;
}