@charset "utf-8";


.head-page .item:nth-child(3) span {
    color: #086ED5;
}
.head-page .item:nth-child(3) span::after {
    transform: scaleX(1);
    opacity: 1;
}
.bidding_detail_pg01 .width1200 {
    height: 405px;
    background: #FFFFFF;
    border: 1px solid #F8F7F6;
    border-radius: 6px;
    padding: 20px 15px;
    box-sizing: border-box;
}
.bidding_detail_pg01 .img {
    height: 363px;
    width: 383px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bidding_detail_pg01 .texts {
    width: calc(100% - 383px);
    box-sizing: border-box;
    height: 100%;
}
.detail_textsone {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 82.15%;
    padding-top: 15px;
    padding-left: 8.65%;
    box-sizing: border-box;
}
.status_none {
    display: none !important;
}
.status_show {
    display: flex !important;
}
.add_text_tb {
    position: absolute;
    right: -95px;
    top: -20px;
    width: 27px;
    height: 68px;
    z-index: 999;
}
.add_text_tb span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 14px;
    color: #fff;
    width: 100%;
    height: 100%;
}
.add_text_tb .add_text_start {
    background: url(../img/lasttw_btn.png) no-repeat center/cover;
}
.add_text_tb .add_text_ing {
    background: url(../img/lastth_btn.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
.title_time {
    margin-left: 20px;
}
.title_time::before {
    content: "";
    display: flex;
    align-items: center;
    width: 17px;
    height: 17px;
    background: url(../img/title_time.png) no-repeat center/cover;
    margin-right: 8px;
}
.title_time span {
    color: #1757C7;
    font-weight: 600;
}
.rule_btn {
    color: #719DDE;
}
.rule_btn img {
    margin-left: 6px;
}
.detail_textsone .text_price {
    height: 69px;
    background: #F5F7FA;
    display: flex;
    align-items: center;
    padding: 0 17px;
    box-sizing: border-box;
    margin: 15px 0 18px;
}
.detail_textsone .text_price span {
    color: #FE0024;
    padding: 0 5px;
}
.detail_textsone .adddetail_th_end {
    justify-content: left;
}
.detail_textsone .adddetail_th_end .th_enditem {
    padding: 0;
}
.detail_textsone_desc {
    margin-top: 13px;
}
.detail_textsone .text_tit {
    width: 60px;
}
.detail_textsone .text_text {
    width: calc(100% - 60px);
}
.detail_textsone .texts_mums {
    margin-right: 55px;
}
.detail_textsone .texts_mums:last-child {
    margin-right: 0;
}
.detail_textsone .text_num {
    height: 35px;
    border: 1px solid #E4EBF6;
    border-radius: 2px;
    display: flex;
}
.detail_textsone .texts_mums span {
    width: 34px;
    height: 100%;
    background: #F5F7FA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}
.detail_textsone .texts_mums .mums_text {
    height: 100%;
    outline: none;
    border: none;
    width: 66px;
    text-align: center;
}
.auction_btns {
    position: relative;
}
.auction_btns_btn {
    width: 261px;
    height: 37px;
    background: #F3F5F9;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #999999;
    transition: all .4s;
}
.offer_btn {
    background: #165DC7;
    color: #FFFFFF;
    display: none;
}
.add_textsone .offer_btn {
    display: flex;
}
.add_textsone .auction_btn {
    display: none;
}
.detail_textstw {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 72%;
    margin: 0 auto;
    padding-top: 15px;
    display: none;
}
.detail_textstw::after {
    display: block;
    content: "";
    width: 80px;
    height: 79px;
    background: url(../img/detail_wzb.png) no-repeat center/cover;
    position: absolute;
    top: 60px;
    right: 15px;
}
.adddetail_th_end {
    margin: 16px 0 14px;
    border-top: 1px solid #EEEEEE;
    width: 100%;
    text-align: center;
    padding: 25px 0 0;
    justify-content: center;
}
.adddetail_th_end .th_enditem {
    width: 29%;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 12px;
}
.adddetail_th_end .th_enditem span.blue {
    color: #165DC7;
}
.adddetail_th_end .th_enditem span.red {
    color: #FE0024;
}
.detail_textsth {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
    width: 72%;
    margin: 0 auto;
    padding-top: 15px;
    display: none;
}
.detail_textsth::after {
    display: block;
    content: "";
    width: 80px;
    height: 80px;
    background: url(../img/detail_zb.png) no-repeat center/cover;
    position: absolute;
    top: 60px;
    right: 15px;
}
.detail_addtext .title {
    width: 100%;
    margin-bottom: 75px;
}
.detail_addtext .title_time {
    margin-left: 20px;
}
.detail_th_descone {
    color: #1556C7;
    justify-content: center;
}
.desc_icon {
    margin-right: 8px;
}
.desc_text {
    margin: 12px 0 6px;
}
.detail_addtext .detail_th_end table {
    border: 1px solid #cdcdcd;
    width: 100%;
    margin-top: 25px;
}
.detail_addtext .detail_th_end td {
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #cdcdcd;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #666;
}
.detail_addtext .detail_th_end td:first-child {
    border-right: 0;
}
.detail_addtext .detail_th_end th {
    padding: 0 20px;
    box-sizing: border-box;
    color: #666;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
}
.detail_textsth .th_enditem span {
    text-align: center;
}
.detail_addtext .detail_th_con {
    border-top: none;
}
.detail_th_con {
    margin: 16px 0 14px;
    border-top: 1px solid #EEEEEE;
    width: 100%;
    text-align: center;
    padding: 25px 0 0;
}
.view_order {
    width: 120px;
    height: 36px;
    border: 1px solid #1556C7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1757C7;
}
.process {
    position: relative;
    z-index: 3;
}
.process .width1200 {
    height: 104px;
    background: #FFFFFF;
    border: 1px solid #F8F7F6;
}
.process .title {
    width: 94px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process .title::after {
    content: "";
    display: block;
    width: 1px;
    height: 84px;
    background: #EEEEEE;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.process .box {
    width: calc(100% - 94px);
    justify-content: center;
}
.process .item {
    display: flex;
    align-items: center;
}
.process .item::after {
    content: "";
    display: block;
    width: 13px;
    height: 24px;
    background: url(../img/process_next.png) no-repeat center/cover;
    margin: 0 42px;
}
.process .item:last-child::after {
    display: none;
}
.process .item_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process .item_box .text {
    margin-top: 5px;
}


.authority-info span#priceauthority {
    color: #ff0000;
}

/* 竞价详情1开始 */
.bidding_detail_pg01 {
    position: relative;
    z-index: 3;
}
.bidding_th .lists-hide {
    margin-top: 80px;
}
.bidding_th {
    position: relative;
    z-index: 3;
}
.bidding_th .list {
    width: 49.5%;
    height: 240px;
    position: relative;
    border: 1px solid #EEEEEE;
    margin-top: 24px;
    margin-right: 1%;
    background: #FFFFFF;
}
.bidding_th .list:nth-child(2n) {
    margin-right: 0;
}
.bidding_th .list .add_text_tb {
    content: "";
    display: block;
    width: 27px;
    height: 68px;
    position: absolute;
    right: 30px;
    top: 0;
}
.bidding_th .add_text_tb span {
    display: none;
}
.bidding_th_one .add_text_tb .bidding_th_end {
    display: flex;
    background: url(../img/add_text_end.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bidding_th_tw .add_text_tb .add_text_start {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
.bidding_th_th .add_text_tb .add_text_ing {
    display: flex;
}
.bidding_th .img {
    width: 196px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
}
.bidding_th .texts {
    width: calc(100% - 196px);
    padding: 0 35px;
    box-sizing: border-box;
}
.bidding_th .title {
    padding-right: 72px;
    box-sizing: border-box;
}
.bidding_th .desc {
    line-height: 2.25;
    margin-top: 12px;
}
.bidding_th .desc .desc_item {
    line-height: 26px;
}

/* .bidding_th .desc_item {
    margin-bottom: 6px;
  }
  .bidding_th .desc_item:last-child{
    margin-bottom: 0;
  } */
.text_descs {
    margin-top: 6px;
}
.texts_tiem {
    margin-top: 16px;
}
.bidding_th .text_item {
    width: 49%;
    line-height: 2.25;
}
.bidding_th .text_warnning {
    max-width: 100%;
    color: #FF5722;
}
.bidding_th .texts_tiem {
    color: #1757C7;
    line-height: 1.72;
}
.bidding_th .texts_tiem span {
    color: #1757C7;
}
.bidding_th .title_name_box {
    color: #1757C7;
}


.bidding_th_one .texts_tiem {
    display: none;
}
.bidding_th_tw .text_item:nth-child(2n) {
    display: none;
}
.bidding_th_tw.list .title_name {
    display: none;
}
.bidding_th_th .text_item:nth-child(2n) {
    display: none;
}
.bidding_th_th.list .title_name {
    display: none;
}
.bidding_detail_pg03 header {
    border-bottom: 1px solid #EEEEEE;
}
.bidding_detail_pg03 .width1200 {
    background: #FFFFFF;
    box-shadow: 0px 3px 2px 0px rgba(239, 241, 244, 0.34);
    border-radius: 6px;
}
.bidding_detail_pg03 .item {
    padding: 39px 30px 14px;
    box-sizing: border-box;
    margin-right: 20px;
    position: relative;
}
.bidding_detail_pg03 .item::after {
    content: "";
    display: block;
    height: 1px;
    background: #165DC7;
    width: 100%;
    transition: all .4s;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: scale(0);
}
.bidding_detail_pg03 .item:last-child {
    margin-right: 0;
}
.bidding_detail_pg03 .item.active {
    color: #1657C7;
}
.bidding_detail_pg03 .item.active::after {
    transform: scale(1);
}
.bidding_detail_pg03 .lists {
    padding: 30px 15px;
    box-sizing: border-box;
    display: none;
}
.bidding_detail_pg03 .lists.active {
    display: block;
}
.bidding_detail_pg03 .lists_table {
    border: 1px solid #F7F7F7;
}
.bidding_detail_pg03 .list {
    border-bottom: 1px solid #F7F7F7;
}
.bidding_detail_pg03 .table_title {
    height: 42px;
    background: #F8F8F8;
    border: 1px solid #F7F7F7;
}
.bidding_detail_pg03 .table_tit {
    color: #666;
    font-weight: 600;
    width: 14.5%;
    text-align: center;
}
.bidding_detail_pg03 .table_tit:nth-child(2) {
    width: 20%;
}
.bidding_detail_pg03 .table_tit:last-child {
    width: 22%;
}
.bidding_detail_pg03 .table_text {
    color: #666;
    width: 14.5%;
    text-align: center;
    line-height: 42px;
}
.bidding_detail_pg03 .table_text:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bidding_detail_pg03 .table_text:nth-child(1) span {
    width: 40px;
    height: 20px;
    border: 1px solid #AAAAAA;
    border-radius: 3px;
    line-height: 20px;
}
.bidding_detail_pg03 .table_text .zhonbiao_btn {
    display: none;
}
.bidding_detail_pg03 .table_text:nth-child(2) {
    width: 20%;
}
.bidding_detail_pg03 .table_text:last-child {
    width: 22%;
}

/* 中标 */
.bidding_detail_pg03 .list.zhongbiao .zhongbiao_btn,
.zhongbiao_btn {
    background: #FE0024;
    border: 1px solid #FE0024;
    color: #FFFFFF;
    display: block;
}

/* 入围 */
.bidding_detail_pg03 .list.ruwei .ruwei_btn {
    background: #165DC7;
    border: 1px solid #165DC7;
    color: #FFFFFF;
    display: block;
}

/* 出局 */
.bidding_detail_pg03 .list.chuju .chuju_btn {
    background: none;
    border: 1px solid #aaaaaa;
    color: #666666;
    display: block;
}

/* 比价 */
.bidding_detail_pg03 .list.bijia .bijia_btn {
    background: #9c27b0;
    border: 1px solid #9c27b0;
    color: #FFFFFF;
    display: block;
}



/* .bidding_detail_pg03 .list.chuju .chuju_btn {
    background: #165DC7;
    border: 1px solid #165DC7;
    color: #FFFFFF;
    display: block;
  }
  .bidding_detail_pg03 .list.chuju .table_text:nth-child(2) {
    color: #165DC7;
  }
  
  .bidding_detail_pg03 .list.zhonbiao .zhonbiao_btn {
    background: #FE0024;
    border: 1px solid #FE0024;
    color: #FFFFFF;
    display: block;
  }
  
  .bidding_detail_pg03 .list.zhonbiao .chuju_btn {
    display: none;
  } */

.list_describe {
    padding: 50px 18px 30px;
    box-sizing: border-box;
}
.lists_noimg {
    display: none;
    flex-direction: column;
    margin: 70px 0 110px;
}
.nav {
    background: #FFFFFF;
    padding: 27px 35px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 60px;
    position: relative;
    z-index: 3;
}
.mores_btn {
    width: 54px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 5px;
}
.mores_btn::after {
    content: "";
    display: flex;
    background: url(../img/mores_btn.png) no-repeat center/cover;
    width: 12px;
    height: 7px;
    transition: all .4s;
}
.nav_item_l {
    width: calc(100% - 60px);
}
.nav_item {
    margin-bottom: 30px;
}
.nav_item:last-child {
    margin-bottom: 0;
}
.nav_title {
    display: flex;
    justify-content: space-between;
    height: 30px;
    overflow: hidden;
    transition: all .4s;
    position: relative;
}
.nav_title.active {
    height: auto;
}
.nav_tit {
    width: 98px;
    line-height: 30px;
    height: 30px;
    padding: 0 14px;
    box-sizing: border-box;
}
.nav_cotent {
    width: calc(100% - 98px);
    padding-left: 10px;
    box-sizing: border-box;
}
.nav_cotent .item {
    padding: 0 5px;
    box-sizing: border-box;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 29px;
    color: #666666;
    border-radius: 3px;
}
.nav_cotent .item:last-child {
    margin-right: 0;
}
.nav_cotent .item.active {
    background: #014DA1;
    color: #fff;
}
.nav_content {
    background: #F9F9F9;
    display: flex;
    align-items: flex-start;
    padding: 8px 0;
    box-sizing: border-box;
    margin-top: 18px;
}
.nav_content .link {
    padding: 0 5px;
    box-sizing: border-box;
    line-height: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 29px;
    color: #666666;
    border-radius: 3px;
}
.nav_content .link.active {
    background: #014DA1;
    color: #fff;
}
.nav_title.active .mores_btn::after {
    transform: rotate(180deg);
}
.layui-layer-shade {
    position: fixed;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .35);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
}
.layui-layer-shade.active {
    display: flex;
}
.layui-layer-page {
    width: 700px;
    height: 500px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
    position: relative;
}
.layui-layer-content {
    position: relative;
    overflow: auto;
    margin-top: 10px;
}
.layui-layer-wrap {
    padding: 10px 20px;
    color: #666666;
    line-height: 1.875;
    max-height: 430px;
}
.close_btns {
    position: absolute;
    right: 20px;
    top: 50%;
    z-index: 100;
    transform: translateY(-50%);
}
.close_btns img {
    width: 15px;
    transition: all .4s;
}
.close_btns img:hover {
    transform: rotate(306deg);
}
.layui-layer-lists .layui-layer-page {
    width: 500px;
    height: 298px;
}


@media only screen and (max-width: 750px) {
    .nav {
        background: #FFFFFF;
        padding: 27px 15px;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-top: 30px;
        position: relative;
        z-index: 3;
    }

    .nav_title_l {
        width: 100%;
    }

    .nav_cotent {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }

    .nav_tit {
        width: 100%;
        padding: 0;
    }

    .nav_content {
        flex-wrap: wrap;
        padding: 20px 10px;
    }

    .nav_title {
        height: auto;
    }

    .nav_cotent .item {
        margin-right: 10px;
    }

    .process {
        display: none;
    }

    .process .width1200 {
        height: auto;
    }

    .process .title {
        width: 100%;
        justify-content: left;
    }

    .process .item::after {
        margin: 0 5px;
        display: none;
    }

    .process .box {
        width: 100%;
        justify-content: space-around;
    }

    .bidding_th .list {
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-top: 0;
        margin-bottom: 15px;
        padding: 20px 15px;
        box-sizing: border-box;
    }

    .bidding_th .list:last-child {
        margin-bottom: 0;
    }

    .bidding_th .texts {
        width: 100%;
        padding: 0;
        margin-top: 25px;
    }

    .bidding_th .img {
        padding: 0;
        width: 100%;
    }

    .nav_content .link {
        margin-right: 2px;
    }

    .process .item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32%;
        margin-bottom: 20px;
    }

    .process .item_box .text {
        margin-top: 8px;
    }

    .bidding_th .title {
        padding-right: 0;
    }

    .nav_item {
        margin-bottom: 20px;
    }

    .bidding_th .lists-hide {
        margin-top: 0;
    }

    .bidding_detail_pg01 .texts {
        width: 100%;
    }

    .bidding_detail_pg01 .img {
        height: 240px;
        width: 100%;
    }

    .bidding_detail_pg01 .width1200 {
        height: auto;
    }

    .detail_textstw {
        width: 100%;
    }

    .adddetail_th_end .th_enditem {
        width: 49%;
        padding: 0;
    }

    .adddetail_th_end {
        justify-content: space-between;
        margin-bottom: 0;
    }

    .detail_textstw::after {
        width: 45px;
        height: 44px;
    }

    .detail_addtext .title_time {
        margin-left: 0;
        margin-top: 10px;
    }

    .detail_addtext .title {
        margin-bottom: 45px;
    }

    .detail_textstw {
        padding-top: 30px;
    }

    .bidding_detail_pg01 {
        padding-top: 30px;
    }

    .detail_textsone {
        width: 100%;
        padding-left: 0;
    }

    .detail_textsone {
        padding-top: 30px;
    }

    .detail_textsone .text_price {
        height: 45px;
    }

    .detail_textsone .texts_mums {
        margin-right: 0;
        margin-bottom: 18px;
    }

    .detail_textsone .texts_mums:last-child {
        margin-bottom: 0;
    }

    .detail_textsth {
        padding-top: 30px;
        width: 100%;
    }

    .detail_textsth::after {
        width: 45px;
        height: 44px;
    }

    .desc_text {
        text-align: center;
    }

    .detail_addtext .detail_th_con {
        margin-top: 0;
    }

    .bidding_detail_pg03 .item {
        padding: 30px 10px 14px;
    }

    .layui-layer-wrap {
        padding: 0;
        max-height: 442px;
    }

    .layui-layer-content {
        margin-top: 0;
        padding: 20px;
        box-sizing: border-box;
    }

    .bidding_detail_pg03 .lists:nth-child(2) {
        overflow-x: auto;
        max-width: 375px;
    }

    .bidding_detail_pg03 .lists:nth-child(2) .lists_table {
        width: 750px;
    }

    .title_time {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .rule_btn {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .layui-layer-page {
        padding-bottom: 30px;
        box-sizing: border-box;
    }

    .layui-layer-page {
        height: auto;
        width: 92%;
    }

    .detail_textsone .title {
        position: relative;
    }

    .layui-layer-lists .layui-layer-page {
        width: 92%;
        height: auto;
    }
}