.body_container {
    background: #F2F3F7;
}

.status-tit-box {
    width: 100%;
    height: 140px;
    padding-left: 20px;
    background: #ffffff;
}

.status-tit-box h3 {
    margin: 0;
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    padding: 13px 0;
}

.inquiry-status {
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    overflow: auto;
}

.inquiry-status li {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-right: 160px;
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
    position: relative;
    height: 80px;
}

.inquiry-status li::after {
    content: "";
    width: 170px;
    height: 1px;
    background: #d8d8d8;
    position: absolute;
    right: 50px;
    top: 21px;
}
.inquiry-status li.activing{

}
.inquiry-status li.active::after {
    background: #327dff;
}
.inquiry-status li.activing::after {
    background: #327dff;
}
.inquiry-status li:first-child::after {
    display: none;
}

.inquiry-status li p {
    width: 18px;
    height: 18px;
    background: #b8b8b8;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    position: relative;
}

.inquiry-status li p::after {
    content: " ";
    display: block;
    width: 28px;
    height: 28px;
    background: #b8b8b8;
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    top: -5px;
    left: -5px;
}

.inquiry-status li.active {
    color: #327dff;
}

.inquiry-status li.active p {
    background: #327dff;
}

.inquiry-status li.active p::after {
    background: #327dff;
}


.inquiry-status li.activing {
    color: #327dff;
}

.inquiry-status li.activing p {
    background: #327dff;
    border-style:dashed dashed dashed dashed;
}

.inquiry-status li.activing p::after {
    background: #327dff;
    top: -7px;
    left: -7px;

}


.mt_12 {
    margin-top: 12px;
}

.project-box {
    width: 100%;
    /* height: 225px; */
    padding-bottom: 10px;
    background: #ffffff;
}

.project-box h3,
.materials-box h3 {
    line-height: 43px;
    padding-left: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 15px;
    color: #111111;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 18px;
}

.materials-box h3 {
    margin-bottom: 0;
}

.project-info {
    position: relative;
    padding-left: 20px;
}

.project-info p {
    font-size: 14px;
    margin-bottom: 9px;
}

.project-info p .project-label {
    color: #969FA9;
    width: 133px;
    display: inline-block;
}

.project-info p .project-value {
    color: #666666;
    font-size: 14px;
}

.btn-box {
    height: 50px;
    position: absolute;
    left: 628px;
    top: 45px;
    background: url('../ecp_index/quote-btn.png') no-repeat;
    width: 271px;
}

.btn-box.end {
    background: url('../ecp_index/expired-btn.png') no-repeat;
    width: 165px;
}

.btn-box a {
    width: 100px;
    line-height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    color: #327DFF;
    display: inline-block;
    margin-left: 40px;
    margin-top: 9px;
    margin-right: 15px;
    text-align: center;
}

.btn-box span {
    color: #fff;
    font-size: 14px;
}

.materials-box {
    background-color: #fff;
    width: 100%;
    padding-bottom: 10px;
}

.materials-box table {
    margin: 0 20px;
    width: 97%;
}

.materials-box table thead {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #999999;
}

.materials-box tr {
    line-height: 48px;
    border-bottom: 1px solid #E5E5E5;
    text-align: left;
}

.materials-box td {
  border-top: 1px solid #E5E5E5;
  line-height: 48px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 38px;
}

.materials-box tbody tr:last-child {
    border: none;
}

.mb_20 {
    margin-bottom: 20px;
}