/* 
author:袁丽
time：20210701
title：交易详情 */

html,
body {
    height: 100%;
}

.top-header {
    background: url('../images/pages/header-bg.png')left top no-repeat;
    background-size: 100% 100%;
}

.top-header .header {
    background: transparent;
}

.width-12 {
    width: 1200px;
    margin: 0 auto;
}

.main {
    padding-top: 3px;
    padding-bottom: 32px;
    background: #f6f7f8;
    position: relative;
    min-height: calc(100% - 225px);
}

.main::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    display: block;
    top: 0;
    left: 0;
    background: #e5dfdf;
}


/* 顶部导航条 */

.navigation-wrap {
    font-family: 'SourceHanSansCN-Regular';
    line-height: 56px;
    font-size: 16px;
    color: #333;
}

.navigation-current-item {
    padding-left: 28px;
    margin-right: 21px;
    position: relative;
    background: url('../images/pages/position-icon.png')left center no-repeat;
}

.navigation-current-item::after {
    content: '>';
    width: 10px;
    position: absolute;
    right: -21px;
    top: 0;
}

.navigation-bar-item {
    padding: 0 11px;
    cursor: pointer;
}

.navigation-bar-item:last-child {
    color: #fc6e21;
}

.navigation-bar-item+.navigation-bar-item {
    position: relative;
    margin-left: 10px;
}

.navigation-bar-item+.navigation-bar-item::before {
    content: '>';
    position: absolute;
    left: -11px;
    color: #333;
}


/* 具体内容部分 */

.main-content-wrap {
    padding: 26px 30px 50px 30px;
    /* height: 1425px; */
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 15px rgba(134, 133, 133, .08);
    font-family: 'SourceHanSansCN-Regular';
	min-height: 721px;
}

.detail-header-title {
    line-height: 51px;
    text-align: center;
    font-size: 24px;
    font-family: 'SourceHanSansCN-Medium';
    color: #333;
}

.detail-describe {
    line-height: 51px;
    font-size: 14px;
    text-align: center;
    color: rgb(153, 153, 153);
}

.detail-describe-item+.detail-describe-item {
    margin-left: 26px;
}

.detail-describe .detail-describe-item {
    font-style: normal!important;
}

.detail-describe .detail-describe-item .item-value,
.detail-describe .detail-describe-item .item-title {
    font-style: normal;
}


/* 步骤导航部分 */

.step-item .item-order {
    line-height: 70px;
    font-size: 30px;
    font-family: 'Impact';
    display: inline-block;
    vertical-align: top;
    -moz-transform: matrix( 1.26900081496291, 0, 0, 1.26900081496291, 0, 0);
    -webkit-transform: matrix( 1.26900081496291, 0, 0, 1.26900081496291, 0, 0);
    -ms-transform: matrix( 1.26900081496291, 0, 0, 1.26900081496291, 0, 0);
}

.step-item .item-title {
    margin-left: 9px;
    padding-top: 11px;
    padding-right: 21px;
    height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    font-family: 'SourceHanSansCN-Medium';
    font-size: 16px;
    color: #333;
}

/* .step-item {
    cursor: pointer;
} */

.step-item .item-title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    left: 0;
    bottom: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left bottom;
}

.step-item.done .item-title::before {
    background-image: url('../images/pages/orange-arrow-icon.png');
}

.step-item.doing .item-title::before {
    background-image: url('../images/pages/red-arrow-icon.png');
}

.step-item.todo .item-title {
    color: #b8b7b7;
}

.step-item.todo .item-title::before {
    background-image: url('../images/pages/grey-arrow-icon.png');
}

.step-wrap {
    background-color: #faf8f8;
}

.step-item.done .item-order {
    color: #fd9845;
}

.step-item {
    padding: 0 5px 0 16px;
}

.step-item.doing .item-order {
    color: #e53335;
}

.step-item.todo .item-order {
    color: #b8b7b7;
}


/* 具体tab内容 */

.transaction-detail-wrap {
    padding-top: 15px;
}


/* tab标题部分 */

.tab-hd-item {
    line-height: 49px;
    margin-right: 48px;
    position: relative;
    font-size: 25px;
    font-family: 'SourceHanSansCN-Medium';
    cursor: pointer;
}

.tab-hd {
    height: 50px;
    border-bottom: 1px solid #eae8e8;
    box-sizing: border-box;
}

.tab-hd-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: transparent;
}

.tab-hd-item.active {
    color: #e53335;
}

.tab-hd-item.active::before {
    background: #e53335;
}


/* tab对应内容部分 */

.tab-bd-item {
    padding-top: 46px;
    font-family: 'SourceHanSansCN-Regular';
	position: relative;
}


/* 招标公告内容部分 */

.wrap-describe {
    padding-right: 16px;
    padding-bottom: 6px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.announcement-item+.announcement-item {
    margin-top: 12px;
}

.announcement-item .item-header-title {
    font-family: 'SourceHanSansCN-Medium';
    line-height: 31px;
    font-size: 16px;
    color: #333;
}

.announcement-item .announcement-item-detail {
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.explain-item.announcement-item {
    margin-top: 16px;
}

.enclosure-item {
    font-size: 14px;
    cursor: pointer;
    color: #3c69cf;
}

.disable {
	color: #b8b7b7;
}

.tab-hd-item{
    font-size:20px;
}