﻿@charset "UTF-8";
/**!
 * 芜湖市&#98;&#101;&#116;&#53;&#51;&#54;&#53;&#20122;&#27954;&#29256;&#95;&#109;&#111;&#98;&#105;&#108;&#101;&#51;&#54;&#53;&#23448;&#26041;&#32593;&#31449;&#31435;&#21363;&#21152;&#20837;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#22791;&#29992;&#22120;&#19979;&#36733;交易 首页-交易详情
 * date:2022-01-25
 * author: haotang;
 */
.content {
  padding-bottom: 45px;
}

.font-size-box {
  cursor: pointer;
}

.font-size-box.active {
  color: #1e74b5;
}

.font-size-box:nth-child(2) {
  margin: 0 16px;
}

.detail {
  background-color: #fff;
  border-radius: 17px;
  padding: 14px 26px 47px 26px;
}

.detail-tt {
  /* text-align: center;
  height: 90px;
  line-height: 90px;
  font-size: 26px; */
  font-weight: 600;
  text-align: center;
  height: 90px;
  padding: 30px 0;
  line-height: 30px;
  font-size: 26px;
  font-weight: 600;
}

.detail-info {
  height: 39px;
  line-height: 39px;
  background-color: #f7fafe;
  border-radius: 5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.detail-info > p {
  color: #888;
  margin: 0 35px;
}

.detail-process {
  height: 335px;
  background: url("../css/images/transaction_information_detail/detail_process_bg.png") center no-repeat;
  background-size: 100%;
  padding-left: 30px;
}

.detail-process-box {
  display: flex;
}

.detail-process-box:nth-child(1) {
  height: 180px;
}

.detail-process-box:nth-child(1) .detail-process-list {
  margin-right: 244px;
}

.detail-process-box:nth-child(1) .process-list-name {
  top: 47px;
}

.detail-process-box:nth-child(1) .circle {
  top: 113px;
  left: 66px;
}

.detail-process-box:nth-child(1) .process-list-date {
  top: 131px;
}

.detail-process-box:nth-child(2) {
  height: 150px;
  flex-direction: row-reverse;
}

.detail-process-box:nth-child(2) .detail-process-list {
  margin-right: 149px;
}

.detail-process-box:nth-child(2) .detail-process-list:nth-child(1) {
  margin-right: 191px;
}

.detail-process-box:nth-child(2) .process-list-name {
  top: 89px;
}

.detail-process-box:nth-child(2) .circle {
  top: 58px;
  left: 66px;
}

.detail-process-box:nth-child(2) .process-list-date {
  top: 13px;
}

.detail-process-list {
  width: 140px;
  position: relative;
  height: 100%;
}

.circle {
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid;
}

.process-list-name {
  width: 100%;
  padding: 0 4px;
  position: absolute;
  height: 45px;
  line-height: 20px;
  border-radius: 3px;
  text-align: center;
}

.process-list-name > p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  /* margin-left: -30px; */
}

.process-list-date {
  position: absolute;
  line-height: 29px;
  height: 29px;
  width: 100%;
  text-align: center;
}

.done {
  cursor: pointer;
}

.done .process-list-name {
  background-color: #007de6;
  color: #fff;
}

.done .circle {
  background-color: #007de6;
  border-color: #007de6;
}

.done .process-list-date {
  color: #007de6;
}

.detail-process-list.active .process-list-name,
.detail-process-list:hover .process-list-name {
  background-color: #fe8714;
  color: #fff;
}

.detail-process-list.active .circle,
.detail-process-list:hover .circle {
  background-color: #fe8714;
  border-color: #fe8714;
}

.detail-process-list.active .process-list-date,
.detail-process-list:hover .process-list-date {
  color: #fe8714;
}

.detail-process-list.notdo:hover,
.notdo {
  cursor: normal;
}

.detail-process-list.notdo:hover .process-list-name,
.notdo .process-list-name {
  background-color: #eaf2fd;
  color: #777;
}

.detail-process-list.notdo:hover .circle,
.notdo .circle {
  background-color: #fff;
  border-color: #dee3e6;
}

.detail-process-list.notdo:hover .process-list-date,
.notdo .process-list-date {
  display: none;
}

.detail-article {
  position: relative;
  padding-top: 45px;
}

.detail-article-paragraph {
  margin-bottom: 10px;
}

/* 第一行有四个的情况 */
.line-4 .detail-process-box:nth-child(1) .detail-process-list {
  margin-right: 149px;
}

.detail-content{
	min-height: 500px;
	
}

.detail-content img{
	max-width: 100%;
	
}
.detail-content.middle .process-list-name {
  font-size: 18px;
}

.detail-content.middle .process-list-date {
  font-size: 14px;
}


.detail-content.big .process-list-name {
  font-size: 20px;
  font-weight: 600;
}

.detail-content.big .process-list-date {
  font-size: 16px;
  font-weight: 600;
}

.detail-content.big {
  text-indent: 40px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 600;
}

.detail-content.small .process-list-name {
  font-size: 12px;
}

.detail-content.small .process-list-date {
  font-size: 10px;
}

.detail-content.small .table-item {
  font-size: 12px;
}

.detail-content.small  {
  text-indent: 24px;
  line-height: 16px;
  font-size: 12px;
}

p
{
    word-wrap: break-word;
}
.detail-article>p>span {
  word-break: break-all;
  max-width:100%;

}


/* 2022-03-22 */

.detail-process-box:nth-child(2) .process-list-date {
  top: 35px;
}

.detail-process-box:nth-child(1) .process-list-date {
  top: 115px;
}

.process-info-list {
  position: absolute;
  bottom: -35px;
  height: 70px;
  width: 140px;
  z-index: 2;
  overflow: auto;
}

.process-info-li {
  line-height: 23px;
  height: 23px;
  width: 100%;
}

.process-info-click {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-size: 16px;
}

.process-info-click:hover,
.process-info-click.active {
  color: #fe8714;
}



/* table */
.ewb-step-node {
	padding-top: 35px;
}

.ewb-step-h3 {
	font-size: 24px;
	text-align: center;
	line-height: 34px;
}
 
.ewb-project-left {
	float: left;
	width: 894px;
}

.ewb-project-hd {
	margin: 30px 10px 0;
}

.ewb-project-name {
	padding-left: 7px;
	border-left: 5px solid #007bc7;
	line-height: 20px;
	float: left;
	font-weight: bold;
	font-size: 16px;
}

.ewb-table {
	margin: 20px 20px 0;
}

.ewb-table table {
	border: 1px solid #cfdbe6;
	table-layout: fixed;
	width: 100%;
}

.ewb-table td {
	height: 20px;
	border: 1px solid #cfdbe6;
	padding: 10px 20px;
	letter-spacing: -0.5px;
}

.ewb-project-tt {
	text-align: right;
	background: #edf4fb;
}
 
.ewb-tender td {
	text-align: center;
}

.ewb-tender thead td {
	background: #edf4fb;
	padding: 10px 0;
}
.ewb-tender thead td.ewb-tender-left{
	padding-left: 20px;
}  
.ewb-tender a{
	color: #333;
}
.ewb-tender td.ewb-tender-left{
	text-align: left;
}
.ewb-tender td.ewb-tender-right{
	text-align: right;
}


.detail-tt{
	font-family: '宋体' !important;
  font-weight: 800 !important;
  font-size: 29.3px !important;
}

.detail-article{
	font-family: '宋体' !important;
  font-size: 18.7px !important;
}



/* 流程 */
.container {
  position: relative;
}

.process {
  position: absolute;
  top: 64px;
  z-index: 9999;
}

@media screen and (max-width:1400px) {
  .process {
    right: 0;
  }
}

@media screen and (min-width:1400px) {
  .process {
    right: -5%;
  }
}

.process-click {
  cursor: pointer;
  width: 30px;
  height: auto;
  line-height: 25px;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #007de6;
}

.process-table {
  width: 260px;
  height: 0;
  overflow: hidden;
  margin-right: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
}

.show .process-table {
  min-height: 447px;
  height: 120px;
  border: 1px solid #cfdbe6;
  background-color: #fff;
}

.process-tt {
  height: 42px;
  line-height: 42px;
  background: #007bc7;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.process-content {
  padding: 12px 0 12px 10px;
  line-height: 24px;
  border-bottom: 1px solid #cfdbe6;
  background-color: #fff;
}

.process-content-date>p:nth-child(1) {
  color: #999;
}

.process-content-list {
  height: calc(100% - 74px - 42px - 8px);
  padding: 8px 10px 0 21px;
  overflow: auto;
}

.process-content-tt {
  height: 23px;
  line-height: 23px;
  padding-left: 18px;
  color: #00ba53;
  margin-left: -7px;
  background: url('./images/progress_icon.png') left center no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.process-detail-list {
  border-left: 1px solid #00ba53;
  padding: 12px 5px 38px 0;
  line-height: 18px;
}

.process-content-li:last-child .process-detail-list {
  border-left: none;
}

.process-detail-txt {
  text-align: right;
  color: #999;
  width: 95px;
}

.process-detail-infos {
  margin-left: 90px;
}

.process-detail-li {
  margin-top: 12px;
}

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



/* 修改 */
.process {
    position: fixed;
    top: 385px;
    left: 50%;
    right: auto;
    transform: translateX(380px);
}
.process::after {
    content: '';
    position: absolute;
    right: 75px;
    top: 100px;
    background: url('./images/transaction_information_detail/icon_process_click_arrow.png') center no-repeat;
    width: 30px;
    height: 30px;
}
.process-click {
    box-shadow: 0px 4px 10px 0px rgba(54, 125, 177, 0.75);
    border-radius: 4px;
    border: solid 2px #ffffff;
    width: 70px;
    padding: 50px 23px 22px;
    position: relative;
    background: url('../css/images/transaction_information_detail/img_process_click.png') center no-repeat;
    background-size: 100% 100%;
}
.process-click::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 22px;
    height: 24px;
    background: url('../css/images/transaction_information_detail/icon_process_click.png') center no-repeat;
    top: 15px;
}
.process-table {
    margin-right: 40px;
}
@media (max-width: 1400px) {
    .process {
        transform: none;
        left: auto;
        right: 0;
    }
}
@media (max-height: 600px) {
    .process {
        top: 203px;
    }
    .show .process-table {
        min-height: 390px;
    }
}
.process-legends {
    text-align: center;
    margin: 20px 0;
}
.process-legends > span {
    display: inline-block;
    padding-left: 61px;
    font-size: 20px;
    margin: 0 30px;
    line-height: 40px;
    color: #333333;
    background: url('./images/transaction_information_detail/icon_process_legend.png') left center no-repeat;
}
.process-legends > span.finish {
    background: url('./images/transaction_information_detail/icon_process_legend_finish.png') left center no-repeat;
}
.process-legends > span.cur {
    background: url('./images/transaction_information_detail/icon_process_legend_cur.png') left center no-repeat;
}
.process-legends > span.wait {
    background: url('./images/transaction_information_detail/icon_process_legend_wait.png') left center no-repeat;
}
.process-legends > span.current {
    padding-left: 33px;
    background: url('./images/transaction_information_detail/icon_process_legend_current.png') left center no-repeat;
}
.process-list {
    display: flex;
}
.process-item {
    flex-grow: 1;
    max-width: 12.5%;
    text-align: center;
    overflow: hidden;
    padding-top: 55px;
}
.process-item a {
    display: block;
    padding: 0 5px;
    cursor: pointer;
}
.process-item > a {
    padding-top: 62px;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
}
.process-item > a::after,
.process-item > a::before {
    content: '';
    position: absolute;
    top: 24px;
    width: calc(50% - 25px);
    height: 2px;
    background-color: #cdcdcd;
}
.process-item:first-child > a::before,
.process-item:last-child > a::after {
    display: none;
}
.process-item > a::before {
    left: 0;
}
.process-item > a::after {
    right: 0;
}
.process-item .item-name {
    font-size: 20px;
    line-height: 30px;
    padding: 5px 0;
    color: #333333;
}
.process-item .item-date {
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.process-item.finish a::after,
.process-item.finish a::before {
    background-color: #01bb53;
}
.process-item.cur a::after,
.process-item.cur a::before {
    background-color: #007de6;
}
.process-item.wait a::after,
.process-item.wait a::before {
    background-color: #fb8d1d;
}

.process-item.current {
    position: relative;
}
.process-item.current::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 38px;
    height: 45px;
    top: 0;
    transform: translateX(-50%);
    background: url('./images/transaction_information_detail/icon_process_list_current.png');
}
.process-item.process1 > a {
    background-image: url('./images//transaction_information_detail/icon_process1.png');
}
.process-item.process2 > a {
    background-image: url('./images//transaction_information_detail/icon_process2.png');
}
.process-item.process3 > a {
    background-image: url('./images//transaction_information_detail/icon_process3.png');
}
.process-item.process4 > a {
    background-image: url('./images//transaction_information_detail/icon_process4.png');
}
.process-item.process5 > a {
    background-image: url('./images//transaction_information_detail/icon_process5.png');
}
.process-item.process6 > a {
    background-image: url('./images//transaction_information_detail/icon_process6.png');
}
.process-item.process7 > a {
    background-image: url('./images//transaction_information_detail/icon_process7.png');
}
.process-item.process8 > a {
    background-image: url('./images//transaction_information_detail/icon_process8.png');
}
.process-item.process9 > a {
    background-image: url('./images//transaction_information_detail/icon_process8.png');
}
.process-item.process1.finish > a {
    background-image: url('./images//transaction_information_detail/icon_process1_finish.png');
}
.process-item.process2.finish > a {
    background-image: url('./images//transaction_information_detail/icon_process2_finish.png');
}
.process-item.process3.finish > a {
    background-image: url('./images//transaction_information_detail/icon_process3_finish.png');
}
.process-item.process4.finish > a {
    background-image: url('./images//transaction_information_detail/icon_process4_finish.png');
}
.process-item.process5.finish > a {
    background-image: url('./images//transaction_information_detail/icon_process5_finish.png');
}
.process-item.process6.finish > a {
    background-image: url('./images//transaction_information_detail/icon_process6_finish.png');
}
.process-item.process7.finish > a {
    background-image: url('./images//transaction_information_detail/icon_process7_finish.png');
}
.process-item.process8.finish > a {
    background-image: url('./images//transaction_information_detail/icon_process8_finish.png');
}
.process-item.process9.finish > a {
    background-image: url('./images//transaction_information_detail/icon_process8_finish.png');
}
.process-item.process1.cur > a {
    background-image: url('./images//transaction_information_detail/icon_process1_cur.png');
}
.process-item.process2.cur > a {
    background-image: url('./images//transaction_information_detail/icon_process2_cur.png');
}
.process-item.process3.cur > a {
    background-image: url('./images//transaction_information_detail/icon_process3_cur.png');
}
.process-item.process4.cur > a {
    background-image: url('./images//transaction_information_detail/icon_process4_cur.png');
}
.process-item.process5.cur > a {
    background-image: url('./images//transaction_information_detail/icon_process5_cur.png');
}
.process-item.process6.cur > a {
    background-image: url('./images//transaction_information_detail/icon_process6_cur.png');
}
.process-item.process7.cur > a {
    background-image: url('./images//transaction_information_detail/icon_process7_cur.png');
}
.process-item.process8.cur > a {
    background-image: url('./images//transaction_information_detail/icon_process8_cur.png');
}
.process-item.process9.cur > a {
    background-image: url('./images//transaction_information_detail/icon_process8_cur.png');
}
.process-item.process1.wait > a {
    background-image: url('./images//transaction_information_detail/icon_process1_wait.png');
}
.process-item.process2.wait > a {
    background-image: url('./images//transaction_information_detail/icon_process2_wait.png');
}
.process-item.process3.wait > a {
    background-image: url('./images//transaction_information_detail/icon_process3_wait.png');
}
.process-item.process4.wait > a {
    background-image: url('./images//transaction_information_detail/icon_process4_wait.png');
}
.process-item.process5.wait > a {
    background-image: url('./images//transaction_information_detail/icon_process5_wait.png');
}
.process-item.process6.wait > a {
    background-image: url('./images//transaction_information_detail/icon_process6_wait.png');
}
.process-item.process7.wait > a {
    background-image: url('./images//transaction_information_detail/icon_process7_wait.png');
}
.process-item.process8.wait > a {
    background-image: url('./images//transaction_information_detail/icon_process8_wait.png');
}
.process-item.process9.wait > a {
    background-image: url('./images//transaction_information_detail/icon_process8_wait.png');
}

.table .table-ul .table-li {
  width: 50%;
  height: 40px;
  line-height: 40px;
}

.table .table-ul .table-li .label {
  width: 142px;
  text-align: right;
  padding-right: 28px;
  background: #f2f6ff;
  color: #333;
  font-size: 14px;
  border: solid 1px #e2eaff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table .table-ul .table-li .text {
  width: calc(100% - 142px);
  padding-left: 47px;
  border-top: solid 1px #e2eaff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table .table-ul .table-li:nth-child(even) .text {
  border-right: solid 1px #e2eaff;
}

.table .table-ul .table-li:nth-child(5) .text, .table .table-ul .table-li:nth-child(6) .text {
  border-bottom: solid 1px #e2eaff;
}
#article-list .table{
	margin-bottom:10px;
}


/* 区块链 */
.chain {
    position: absolute;
    right: 70px;
    top: 22px;
    width: 99px;
}

.chain-box {
    width: 99px;
    height: 99px;
    overflow: hidden;
    border-radius: 50%;
}

.chain:hover .chain-box {
    background: rgba(172, 203, 238, .62);
    background: linear-gradient(to top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -webkit-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -o-linear-gradient(top, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
    background: -moz-linear-gradient(bottom, rgba(172, 203, 238, .62), rgba(231, 240, 253, .62));
}

.chain-box>img {
    width: 100%;
    height: 100%;
}

.chain:hover .chain-list {
    display: block;
}

.chain-list {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    width: 273px;
    padding-top: 8px;
}

.chain-list::before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 16px;
    height: 9px;
    background: url("./images//transaction_information_detail/new_jiao.png") no-repeat;
}

.chain-list-box {
    height: 100%;
    padding: 7px 0 12px 0;
    background-color: #f3f9ff;
    border: 1px solid #3e63b7;
}

.chain-tt {
    margin: 0 10px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background-color: #3e63b7;
}

.chain-tt>h3 {
    display: inline-block;
    padding-left: 20px;
    max-width: 95%;
    color: #fff;
    vertical-align: top;
    background: url("./images//transaction_information_detail/new_yes.png") no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 100% !important;
	line-height: 36px !important;
}

.chain-intro {
    padding: 0 16px;
}

.chain-intro-box {
    padding-top: 8px;
    line-height: 19px;
    word-wrap: break-word;
}

.chain-label {
    color: #666;
}

.chain-con {
    color: #3e63b7;
}

@media (max-width: 979px) {
    .chain {
        right: 60px;
    }
}

@media (max-width: 767px) {
    .chain {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: 150px;
    }
    .ewb-say-box {
        margin-bottom: 100px;
    }
}

@media (max-width: 480px) {
    .do-end {
        width: 100%;
        background-size: 100% 100%;
    }
}
