@charset "UTF-8";
/**
 * 详情页样式
 * date:2023-2-21
 * author: trh
 */
/* * 办事引导详情页*/
.com-box {
  margin-top: 30px;
}

.details-content {
  padding: 20px 0;
}

.details-img {
  display: block;
  margin: 45px auto 89px;
}

/* * 交易信息详情*/
.particulars-wrap {
  margin-bottom: 40px;
  padding-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
}

.particulars-title {
  padding: 37px 50px 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #000;
  text-align: center;
}

.particulars-details {
  margin-top: 26px;
  height: 39px;
  background: #f7f7f7;
  color: #5e5e5e;
  line-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.particulars-details-item {
  margin: 0 15px;
}

.particulars-details-item a {
  color: #5e5e5e;
}

.particulars-body {
  padding: 0 50px;
}

.particulars-hd {
  height: 32px;
  border-bottom: 1px solid #e1e1e1;
}

.particulars-hd-item {
  font-weight: 700;
  line-height: 20px;
  padding-bottom: 11px;
  border-bottom: 1px solid #258dff;
  font-size: 18px;
  color: #258dff;
}

.particulars-lists {
  margin-top: 34px;
}

.particulars-list {
  padding-top: 14px;
  line-height: 40px;
}

.particulars-list-name {
  display: block;
  padding-left: 16px;
  position: relative;
  color: #333;
  width: calc(100% - 180px);
}

.particulars-list-name:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #b0bdcc;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.particulars-list-date {
  color: #999;
}

.particulars-list-item:hover .particulars-list-name,
.particulars-list-item:hover .particulars-list-date {
  color: #258dff;
}

.particulars-article {
  padding: 30px 0;
}

.particulars-article-row {
  font-size: 14px;
  line-height: 40px;
  text-indent: 2em;
}

.process-lists {
  padding-top: 10px;
  margin-left: -30px;
  margin-right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.process-step {
  width: calc(1/10*100%);
  margin-top: 20px;
}

.process-step-link {
  display: block;
  text-align: center;
}

.process-step:first-child .process-index:before, .process-step:nth-child(10n+1) .process-index:before {
  content: none;
}

.process-step.finished .process-index {
  background: -webkit-gradient(linear, left top, left bottom, from(#277eff), to(#5ab0ff));
  background: linear-gradient(180deg, #277eff 0%, #5ab0ff 100%);
}

.process-step.finished .process-name {
  color: #333;
}

.process-step.undone .process-index {
  background: -webkit-gradient(linear, left top, left bottom, from(#8e96a3), to(#b7bfcb));
  background: linear-gradient(180deg, #8e96a3 0%, #b7bfcb 100%);
}

.process-step.undone .process-index:before {
  background: #D2D2D2;
}

.process-step.undone .process-name {
  color: #999;
}

.process-step.cur .process-index {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff6b00), to(#ffb930));
  background: linear-gradient(180deg, #ff6b00 0%, #ffb930 100%);
}

.process-step.cur .process-name {
  font-weight: 700;
  color: #ff8916;
}

.process-index {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.process-index:before {
  position: absolute;
  content: "";
  width: 64px;
  height: 2px;
  top: 50%;
  left: -72px;
  background: #4ba0ff;
  border-radius: 4px;
}

.process-name {
  color: #333;
  padding-top: 14px;
  line-height: 20px;
}

/*主体信息详情*/
.show-box {
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  padding: 20px;
  margin-top: 20px;
}

.show-box + .sub-title {
  margin-top: 30px;
}

.show-table {
  width: 100%;
  table-layout: fixed;
  border-bottom: 1px solid #d5e5fc;
  border-right: 1px solid #d5e5fc;
}

.show-table td {
  line-height: 36px;
  padding: 12px 10px 11px;
  border-top: 1px solid #d5e5fc;
  border-left: 1px solid #d5e5fc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

.show-col {
  font-size: 16px;
  line-height: 36px;
}

.show-col-title {
  text-align: right;
  background: #F8FBFF;
  border: 1px solid #d5e5fc;
  color: #7991B3;
}

/*咨询回复详情*/
.response-infos {
  padding: 20px 50px;
  min-height: 732px;
}

.response-item {
  font-size: 16px;
  line-height: 36px;
  border-bottom: 1px dashed #ddd;
}

.response-item:nth-child(1) .response-label span {
  background-image: url(../images/response/details_ico1.png);
}

.response-item:nth-child(2) .response-label span {
  background-image: url(../images/response/details_ico2.png);
}

.response-item:nth-child(3) .response-label span {
  background-image: url(../images/response/details_ico3.png);
}

.response-item:nth-child(4) .response-label span {
  background-image: url(../images/response/details_ico4.png);
}

.response-label {
  width: 119px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 10px 17px 0;
  text-align: right;
  color: #999;
}

.response-label span {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 36px;
}

.response-text {
  width: calc(100% - 119px);
  padding: 18px 10px 17px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
