/**!
 * 青海限额以下招标采购平台
 * date:2025/9/17
 * author: wppei;
 */

.detail {
    padding: 36px;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
    border-radius: 4px;
}

.detail-tt {
    padding: 0 60px;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.detail-source {
    display: flex;
    justify-content: center;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #666;
    margin-top: 16px;
    background-color: #f7f7f7;
}

.detail-source p {
    margin: 0 15px;
}

.detail-source-infor {
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-size {
    display: flex;
    align-items: center;
}

.detail-size a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 2px;
    color: #666;
    border-radius: 1px;
}

.detail-size a.active,
.detail-size a:hover {
    color: #fff;
    font-weight: bold;
    background: #1f6de8;
}

.sui-steps {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sui-item {
    float: left;
    width: 16%;
    height: 40px;
    position: relative;
    background-color: #f2f2f2;
    cursor: pointer;
}

.sui-item .title {
    position: absolute;
    left: 40px;
    top: 50%;
    width: 72%;
    font-size: 16px;
    color: #999;
    text-align: center;
    transform: translateY(-50%);
}

.sui-item .title span {
    display: block;
}

.sui-item:first-child .title {
    left: 20px;
}

.sui-item:last-child i {
    display: none;
}

.triangle-bg {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 1;
    right: -48px;
    top: -4px;
    border-width: 24px;
    border-color: transparent transparent transparent #fff;
}

.sui-item .index {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 16px;
    background-repeat: no-repeat;
    z-index: 9;
}

.sui-item:first-child .index {
    background-image: url("../images/step_icon1.png");
}

.sui-item:nth-child(2) .index {
    background-image: url("../images/step_icon2.png");
}

.sui-item:nth-child(3) .index {
    background-image: url("../images/step_icon3.png");
}

.sui-item:nth-child(4) .index {
    background-image: url("../images/step_icon4.png");
}

.sui-item:nth-child(5) .index {
    background-image: url("../images/step_icon5.png");
}

.sui-item:nth-child(6) .index {
    background-image: url("../images/step_icon6.png");
}

.sui-item:nth-child(7) .index {
    background-image: url("../images/step_icon7.png");
}

.sui-item:nth-child(8) .index {
    background-image: url("../images/step_icon8.png");
}

.sui-item:first-child.finished .index,
.sui-item:first-child.current .index {
    background-image: url("../images/step_icon1.png");
}

.sui-item:nth-child(2).finished .index,
.sui-item:nth-child(2).current .index {
    background-image: url("../images/step_icon2.png");
}

.sui-item:nth-child(3).finished .index,
.sui-item:nth-child(3).current .index {
    background-image: url("../images/step_icon3.png");
}

.sui-item:nth-child(4).finished .index,
.sui-item:nth-child(4).current .index {
    background-image: url("../images/step_icon4.png");
}

.sui-item:nth-child(5).finished .index,
.sui-item:nth-child(5).current .index {
    background-image: url("../images/step_icon5.png");
}

.sui-item:nth-child(6).finished .index,
.sui-item:nth-child(6).current .index {
    background-image: url("../images/step_icon6.png");
}

.sui-item:nth-child(7).finished .index,
.sui-item:nth-child(7).current .index {
    background-image: url("../images/step_icon7.png");
}

.sui-item:nth-child(8).finished .index,
.sui-item:nth-child(8).current .index {
    background-image: url("../images/step_icon8.png");
}

.triangle-right {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px;
    position: absolute;
    right: -40px;
    z-index: 1;
    border-color: transparent transparent transparent #f2f2f2;
}

.finished {
    background-color: #59c369;
    background-image: linear-gradient(to right, #73dc83 0%, #59c369 100%);
}

.finished .title {
    color: #fff;
}

.finished .triangle-right {
    border-color: transparent transparent transparent #59c369;
}

.sui-steps .current {
    background-color: #316fee;
    background-image: linear-gradient(to right, #499ff1 0%, #316fee 100%);
}

.sui-steps .current .title {
    color: #fff;
}

.sui-steps .current .triangle-right {
    border-color: transparent transparent transparent #316fee;
}


/* 详情内容 */

.info {
    margin-top: 40px;
}

.info-title {
    font-size: 24px;
    color: #2e3033;
    line-height: 36px;
    text-align: center;
}

.info-intro {
    margin-top: 36px;
    font-size: 16px;
    color: #2e3033;
    line-height: 32px;
}

.info-con {
    margin-top: 36px;
    font-size: 16px;
    color: #2e3033;
    line-height: 28px;
}

.info-con p {
    text-indent: 2em;
}

.file {
    margin-top: 40px;
}

.file-label {
    line-height: 21px;
    color: #333333;
}

.file-list {
    display: flex;
    flex-wrap: wrap;
}

.file-item {
    display: flex;
    align-items: center;
    width: calc(50% - 4px);
    height: 59px;
    padding: 7px;
    margin-top: 8px;
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    cursor: pointer;
}

.file-item:nth-child(odd) {
    margin-right: 8px;
}

.file-icon {
    width: 36px;
    height: 37px;
}

.file-con {
    flex: 1;
    width: 0;
    padding-left: 8px;
}

.file-name {
    height: 21px;
    margin-bottom: 4px;
    line-height: 21px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-skip {
    display: flex;
    height: 18px;
    line-height: 18px;
}

.file-size {
    font-size: 12px;
    color: #b1b6cc;
}

.file-download {
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background: url("../images/download_icon.png") no-repeat center;
}

.file-item:hover {
    background-color: #fff;
    border-color: #1f6de8;
}

.big {
    font-size: 26px !important;
}

.small{
    font-size: 12px !important;
}
