﻿@charset "UTF-8";
/**!
 * 交易信息详情页
 * date:2022-05-16
 * author: fxyue;
 */
.banner-img {
  height: 315px;
  background: url("../images/engineer/banner_img.jpg") top center no-repeat;
}

.detail {
  padding: 20px 40px 20px;
}

.detail-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 26px;
}

.detail-hd {
  border-bottom: 1px solid #3584F6;
}

.detail-node {
  float: left;
  width: 220px;
  height: 55px;
  background: #F5FCFF;
  /* border: 1px solid #3584F6; */
  font-weight: 500;
  font-size: 20px;
  line-height: 52px;
 /* color: #3584F6; */
  margin-left: 15px;
  text-align: center;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
}

.detail-node.current {
  
  background: #3584F6;
  border: 1px solid #3584F6;
  color: #fff;

}

.detail-node:first-child {
  margin-left: 0;
}

.detail-node.active {
  background: #3584F6;
  color: #FFFFFF;
}

.detail-source {
  margin-top: 19px;
  font-size: 0;
  text-align: center;
}

.detail-txt {
  display: inline-block;
  vertical-align: middle;
  font-weight: 350;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin: 0 28px;
}

.detail-bd {
  min-height: 600px;
}

.detail-content {
  margin-top: 35px;
  font-weight: 350;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  position: relative;
  text-indent: 32px;
}

.detail-content img {
  /* display: block; */
  /* margin: 0 auto 38px; */
  max-width: 100%;
}

.detail-wrap {
  margin-top: 35px;
}

.detail-wrap > p {
  font-weight: 350;
  font-size: 16px;
  line-height: 36px;
  color: #000000;
  margin-bottom: 11px;
}

.detail-file {
  padding: 0 32px 0 10px;
  height: 60px;
  margin-top: 18px;
}

.detail-file:first-child {
  margin-top: 0;
}

.detail-pic {
  float: left;
  width: 36px;
  height: 36px;
  margin-top: 14px;
}

.detail-left {
  float: left;
  width: 388px;
  font-weight: 400;
  line-height: 24px;
  padding: 9px 0 3px;
  margin-left: 14px;
  color: #8A8F99;
}

.detail-left p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.detail-download {
  float: right;
  width: 22px;
  height: 26px;
  margin-top: 16px;
  background: url("../images/platform/file_download.png") no-repeat;
}

.detail-btn {
  display: block;
  margin: 40px auto 0;
  width: 166px;
  height: 44px;
  background: #3584F6;
  border-radius: 22px;
  font-weight: 500;
  font-size: 20px;
  line-height: 44px;
  color: #FFFFFF;
  text-align: center;
}

.pt30{
    padding-top:30px;
}