@charset "UTF-8";

/**
 * 详情页
 * date: 2025-9-08
 * author: wppei;
 */

.mod-box {
    padding: 0.24rem;
}

.mod-box>.article {
    padding-top: 0 !important;
}


/* 基本信息 */

.basic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
}

.basic-left {
    width: 5.02rem;
    margin-right: 0.2rem;
}

.basic-view {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
}

.gallery-top {
    height: 3.07rem;
}

.gallery-thumbs {
    position: relative;
    height: 0.69rem;
    padding: 0 0.28rem;
    margin-top: 0.15rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gallery-thumbs .swiper-container {
    height: 100%;
}

.gallery-thumbs .swiper-slide {
    border: 0.02rem solid transparent;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide.thumb-active {
    border-color: #1F6DE8;
}

.gallery-thumbs .swiper-button-next,
.gallery-thumbs .swiper-button-prev {
    width: 0.22rem;
    height: 0.69rem;
    margin-top: -0.35rem;
    border-radius: 0.02rem;
    background: #fff url("../images/detail/swiper_arrow.png") no-repeat center;
    background-size: 0.09rem 0.15rem;
    -webkit-box-shadow: 0rem 0rem 0.08rem 0rem rgba(21, 21, 21, 0.2);
    box-shadow: 0rem 0rem 0.08rem 0rem rgba(21, 21, 21, 0.2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gallery-thumbs .swiper-button-next:hover,
.gallery-thumbs .swiper-button-prev:hover {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    background: #1F6DE8 url("../images/detail/swiper_arrow_a.png") no-repeat center;
    background-size: 0.1rem 0.15rem;
}

.gallery-thumbs .swiper-button-prev {
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.gallery-thumbs .swiper-button-prev:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gallery-thumbs .swiper-button-next {
    right: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.basic-view-name {
    color: #333;
    font-size: 0.2rem;
    line-height: 0.3rem;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.basic-view-box {
    height: 1.6rem;
}

.basic-state {
    height: 0.4rem;
    margin: 0.2rem 0;
    line-height: 0.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(231, 240, 249, 0.5);
}

.basic-state-name {
    height: 0.4rem;
    color: #fff;
    font-size: 0.16rem;
    min-width: 0.88rem;
    padding: 0 0.12rem;
    line-height: 0.4rem;
    text-align: center;
    background: #1F6DE8;
    margin-right: 0.16rem;
}

.basic-state-text {
    color: #999;
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.basic-state-text>span {
    color: #666;
}

.basic .project-row {
    line-height: 0.22rem;
    margin-top: 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.basic .project-row:first-child {
    margin-top: 0;
}

.basic .project-row-item {
    width: 50%;
    padding-right: 0.15rem;
}

.basic .project-row-item.one-field {
    width: 100%;
}

.basic .field,
.basic .value {
    font-size: 0.16rem;
}

.basic .apply {
    width: 3.06rem;
    margin-right: auto;
}

.basic-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.2rem;
    height: 0.6rem;
    font-size: 0.16rem;
    color: #999;
    background-color: #F5F6F7;
}

.basic-price-num {
    color: #E61C1F;
    font-size: 0.24rem;
    padding-right: 4px;
}


/* 流程 */

.step {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.step-hd {
    width: 1.09rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0.3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0.04rem 0 0 0.04rem;
    padding: 0.24rem 0.25rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #fff;
    background: url("../images/detail/step-hd-bg.jpg") no-repeat center;
    background-size: 100% 100%;
}

.step-bd {
    width: calc(100% - 1.09rem);
    padding-left: 0.2rem;
}

.step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.step-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc((100% + 0.18rem) / 8 - 0.18rem);
}

.step-item+.step-item {
    margin-left: 0.18rem;
    position: relative;
}

.step-item+.step-item::before {
    content: "";
    width: 0.76rem;
    height: 0.02rem;
    background: #4BA0FF;
    position: absolute;
    top: 0.18rem;
    left: -0.46rem;
}

.step-item-index {
    width: 0.36rem;
    height: 0.36rem;
    color: #fff;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.36rem;
    text-align: center;
    margin-bottom: 0.06rem;
    border-radius: 0.5rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#277EFF), to(#5AB0FF));
    background: linear-gradient(180deg, #277EFF 0%, #5AB0FF 100%);
}

.step-item-name {
    color: #333;
    font-size: 0.14rem;
    line-height: 0.21rem;
}


/* 竞价公告 */

.bid {
    padding: 0.02rem;
}

.bid-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bid-type.fixed {
    position: fixed;
    top: 0;
    width: 12rem;
    padding: 0 0.24rem;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
}

.bid-type-item {
    height: 0.56rem;
    color: #333;
    font-size: 0.16rem;
    line-height: 0.56rem;
    border-radius: 0.04rem;
    background: #EDF4FF;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
}

.bid-type-item a {
    color: #333;
    height: 100%;
    display: block;
}

.bid-type-item+.bid-type-item {
    margin-left: 0.05rem;
}

.bid-type-item.current {
    color: #fff;
    background: url("../images/detail/type-item-bg-a.png") no-repeat center;
    background-size: 100% 100%;
}

.bid-view-box {
    margin-top: 0.38rem;
}

.bid-view-title {
    height: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
}

.bid-view-title-name {
    font-size: 0.24rem;
    color: #1F6DE8;
    font-weight: bold;
    position: relative;
}

.bid-view-title-name>span {
    color: #F7A532;
}

.bid-view-title-name::before {
    content: "";
    position: absolute;
    width: 5.07rem;
    height: 0.03rem;
    background: url("../images/title-line.png") no-repeat center;
    background-size: 100% 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: calc(100% + 0.19rem);
}

.bid-view-title-name::after {
    content: "";
    position: absolute;
    width: 5.07rem;
    height: 0.03rem;
    background: url("../images/title-line.png") no-repeat center;
    background-size: 100% 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    left: calc(100% + 0.19rem);
}

.bid .read-table {
    margin-top: 0.125rem;
}

.bid .read-table .no-bg {
    text-align: left;
    background: none;
}

.bid .video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bid .video-item {
    width: calc((100% + 0.2rem) / 2 - 0.2rem);
}

.bid .video-item+.video-item {
    margin-left: 0.2rem;
}

.bid .video-item-pic {
    height: 3.16rem;
    display: block;
}

.bid .video-item-pic>img {
    width: 100%;
    height: 100%;
}

.bid .video-item .title {
    margin: 0.22rem 0;
}

.bid .article {
    padding: 0.225rem 0;
}

.bid .article h3 {
    line-height: 0.38rem;
    text-align: center;
    font-size: 0.26rem;
    color: #333;
    font-weight: bold;
}

.bid .article-sources {
    margin-top: 0.16rem;
    line-height: 0.36rem;
    text-align: center;
    color: #666;
    background-color: #f7f7f7;
}

.bid .article-sources p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 0.14rem;
}

.bid .article-sources p+p {
    margin-left: 0.3rem;
}

.bid .article-sources a {
    width: 0.19rem;
    height: 0.22rem;
    color: #666;
    line-height: 0.22rem;
    display: inline-block;
    border-radius: 0.04rem;
}

.bid .article-sources a+a {
    margin-left: 0.02rem;
}

.bid .article-sources a.active {
    color: #fff;
    background: #1F6DE8;
}

.bid .article-sources .fontsize {
    font-weight: bold;
}

.bid .article-info {
    word-break: break-all;
	position: relative;
}

.article-info img{
	max-width:100%;
}

.bid .article-p {
    margin-top: 0.14rem;
    line-height: 0.32rem;
    font-size: 0.16rem;
    text-indent: 2em;
    color: #333;
    text-align: justify;
    text-justify: inter-ideograph;
}

.bid .article-img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0.32rem auto;
}

.bid .file-name {
    color: #333;
    font-size: 0.14rem;
    line-height: 0.21rem;
    font-weight: bold;
    margin: 0 0 0.08rem;
}

.bid .file-item {
    padding-top: 0.36rem;
}

.bid .bid-view-title+.document {
    padding-top: 0.23rem;
}

.bid .document {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bid .document-item {
    height: 0.59rem;
    width: calc((100% + 0.08rem) / 2 - 0.08rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.04rem;
    background: #F7F7F7;
    border: 0.01rem solid #f7f7f7;
    padding: 0 0.08rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bid .document-item:hover {
    border-color: #1F6DE8;
}

.bid .document-item:nth-child(2n) {
    margin-left: 0.08rem;
}

.bid .document-item:nth-child(n+3) {
    margin-top: 0.08rem;
}

.bid .document-item-img {
    width: 0.36rem;
    height: 0.37rem;
    margin-right: 0.035rem;
}

.bid .document-item-box {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.bid .document-item-name {
    width: 100%;
    display: inline-block;
}

.bid .document-item-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bid .document-item-size {
    font-size: 0.12rem;
    color: #B1B6CC;
    margin-right: 0.12rem;
}

.bid .document-item-download {
    width: 0.14rem;
    height: 0.16rem;
    display: inline-block;
    background: url("../images/download.png") no-repeat center;
    background-size: 100% 100%;
}

.bid .picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0.22rem;
}

.bid .picture-item {
    height: 1.79rem;
    width: calc((100% + 0.2rem) / 4 - 0.2rem);
    margin-left: 0.2rem;
}

.bid .picture-item:nth-child(4n+1) {
    margin-left: 0;
}

.bid .picture-item:nth-child(n+5) {
    margin-top: 0.36rem;
}

.bid .picture-item>img {
    width: 100%;
    height: 100%;
}

.bid .shouldknow {
    padding: 0.16rem 0 0;
}

.bid .shouldknow .article-p:first-child {
    margin-top: 0;
}

.bid .intro {
    margin-top: 0.08rem;
    line-height: 0.32rem;
    font-size: 0.16rem;
    color: #333;
}

.bid .risk-article {
    padding-top: 0.2rem;
    line-height: 0.28rem;
    color: #000;
}

.detail-top {
    height: 1.2rem;
}

.detail-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0.4rem;
    margin-bottom: 10px;
    margin-bottom: 0.1rem;
}

.detail-view-name {
    line-height: 0.3rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #333;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail-view-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0.22rem;
}

.detail-view-box .field {
    color: #999;
    font-size: 0.16rem;
}

.detail-view-box .value {
    color: #333;
    font-size: 0.16rem;
}

.detail-view-box .detail-row-item+.detail-row-item {
    margin-left: 0.1rem;
}

.project {
    padding: 0.02rem;
}

.project-top {
    margin: 0 0.01rem;
    height: 0.52rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 0.24rem;
    border-bottom: 0.01rem solid #E5E6EB;
    background: rgba(9, 98, 188, 0.1);
}

.project-top-view {
    font-size: 0.14rem;
    color: #999;
}

.project-top-view span {
    color: #1F6DE8;
}

.project-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 0 0.2rem;
}

.project-type-item {
    height: 0.3rem;
    padding: 0 0.1rem;
    line-height: 0.3rem;
    border: 0.01rem solid #DAE1EF;
    background: #FEFFFF;
    border-radius: 0.02rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.1rem;
}

.project-type-item.normal-type {
    cursor: pointer;
}

.project-type-item.current {
    color: #fff;
    background: #1F6DE8;
}

.project-type-order {
    width: 0.08rem;
    height: 0.12rem;
    margin-left: 0.21rem;
    background: url("../images/order.png") no-repeat center;
    background-size: 100% 100%;
}

.project-type-order.up {
    background-image: url("../images/order-up.png");
}

.project-type-order.down {
    background-image: url("../images/order-down.png");
}

.project .search {
    width: 2.48rem;
    height: 0.34rem;
}

.project .search-input {
    font-size: 0.13rem;
}

.project .search-btn {
    background-size: 0.16rem 0.16rem;
}

.project-list {
    margin: 0.24rem;
}

.project-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	cursor: pointer;
}

.project-item+.project-item {
    margin-top: 0.36rem;
}

.project-item-pic {
    width: 2.12rem;
    height: 1.22rem;
    margin-right: 0.2rem;
}

.project-item-box {
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project-item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.project-item-name {
    color: #333;
    font-size: 0.15rem;
    width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.project-item-tag {
    height: 0.22rem;
    padding: 0 0.06rem;
    font-size: 0.12rem;
    line-height: 0.22rem;
    color: #1F6DE8;
    border-radius: 0.02rem;
    text-align: center;
    margin-right: 0.05rem;
    border: 0.01rem solid #1F6DE8;
    background: rgba(31, 109, 232, 0.1);
}

.project-row {
    line-height: 0.24rem;
    margin-top: 0.085rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.project-row-item {
    width: 50%;
    padding-right: 0.15rem;
}

.content-new img{
	max-width:100%;
}