@charset "UTF-8";
/**
 * 交易信息详情
 * date: 2024-8-30
 * author: fxyue;
 */
.detail {
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.08);
  background: #fff;
}
.detail-title {
  margin-top: 36px;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  padding: 16px 0;
}

.detail-sourse {
  padding-bottom: 16px;
  border-bottom: 1px solid #E6E6E6;
  font-size: 0;
  text-align: center;
}
.detail-sourse > p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 32px;
  font-size: 14px;
  line-height: 24px;
  color: #999;
}

.detail-content {
  margin-top: 36px;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  text-indent: 28px;
}

.detail-img {
  display: block;
  margin: 16px auto;
}

.detail-file {
  margin-top: 36px;
}
.detail-file > label {
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: 600;
}
.detail-file-list {
  margin-top: 12px;
  box-shadow: 0px 0px 10px 0px rgba(16, 56, 122, 0.102);
  border-radius: 2px;
}
.detail-file-list > a {
  height: 62px;
  line-height: 62px;
  display: block;
  padding: 0 10px 0 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  background: url("../images/file_doc.png") 10px 50% no-repeat;
}

.deadline {
  padding: 20px 60px 20px 20px;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(221, 237, 255, 0.5);
}
.deadline-left {
  display: flex;
  align-items: center;
  width: calc(100% - 60px - 152px);
}
.deadline-item {
  width: calc(50% - 10px);
  height: 107px;
}
.deadline-item:nth-child(1) .deadline-top {
  background: linear-gradient(270deg, rgba(104, 135, 242, 0.3) 0.09%, #6887F2 100%);
}
.deadline-item:nth-child(1) .deadline-bottom {
  color: #6A89F2;
}
.deadline-item:nth-child(2) {
  margin-left: 20px;
}
.deadline-item:nth-child(2) .deadline-top {
  background: linear-gradient(270deg, rgba(50, 181, 220, 0.3) 0.09%, #32B5DC 100%);
}
.deadline-item:nth-child(2) .deadline-txt {
  color: #999;
}
.deadline-item:nth-child(2) .deadline-txt span {
  color: #35B6DD;
  margin: 0 5px;
}
.deadline-top {
  height: 49px;
  padding: 0 10px 0 48px;
  line-height: 49px;
  color: #fff;
  font-size: 16px;
}
.deadline-bottom {
  font-size: 20px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background: #fff;
}
.deadline-txt {
  font-family: "OPPOSans-R";
}
.deadline-btn {
  width: 152px;
  height: 51px;
  line-height: 51px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #0F62A9;
  border-radius: 10px;
}
.deadline-btn.disabled {
  opacity: 0.5;
}
.deadline-stop {
  color: #EA3F3F;
  display: none;
}