@charset "UTF-8";
/**
* 交易信息
* date:2023-8-15
* author: trh;
 */
.link-box {
  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;
  margin-bottom: 20px;
}

.link-item {
  display: block;
  height: 75px;
  line-height: 75px;
  width: 590px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(153, 153, 153, 0.2);
          box-shadow: 0px 0px 6px 2px rgba(153, 153, 153, 0.2);
  padding-left: 57px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 10;
}

.link-item > img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  -o-object-fit: none;
     object-fit: none;
  z-index: -1;
}

.link-item + .link-item {
  margin-left: 20px;
}
