﻿.stepShow {
    display: none;
}

.gh_info_box {
    width: 1124px;
    margin-top: 12px;
    margin-left: 12px;
}

.gh_info_box>.g_titt {
    background: #F5F5F5;
    box-sizing: border-box;
    /* border-width: 1px 1px 0px 1px; */
    /* border-style: solid; */
    /* border-color: #DCDCDC; */
    position: static;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 10px;
    gap: 8px;
}

.gh_info_box .item-info {
    min-width: 352px;
    height: 36px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.gh_info_box .item-label {
    width: 100px;
    height: 36px;
    margin-right: 15px;
    text-align: right;
    display: block;
    float: left;
    color: #666666;
    position: relative;
    line-height: 36px;
}

.gh_info_box .item-label::after {
    position: absolute;
    right: -5px;
    content: ":";
}

.gh_info_box .titleBox {
    background-color: #F5F5F5;
    height: 40px;
    width: 100%;
    line-height: 40px;
}

.gh_info_box .titleBox .icon_box {
    width: 13px;
    height: 13px;
    margin: 0 10px;
    position: relative;
    top: -2px;
}

.gh_info_box .titleBox .title_font {
    font-weight: 500;
    font-family: 思源黑体;
    color: #181818;
}

.gh_info_box .radio_box {
    width: 100px;
    margin-right: 15px;
    text-align: right;
    display: block;
    float: left;
    color: #999;
    position: relative;
}

.require_star {
    color: #FE6550;
    width: 20px;
    height: 24px;
    position: relative;
    left: 10px;
}

.gh_info_box p {
    font-family: 思源黑体;
    color: #FE6550;
    font-size: 16px;
}

.blue_word {
    color: #1B81FE;
}


.flagHide {
    display: none !important;
}

.choseHouse_title {
    background-color: #F5F5F5;
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding: 0 12px;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
}

.choseHouse_title .point_box {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 25px;
    border: 1px solid #C5C5C5;
    position: relative;
    top: 2px;
}

.chose_house_table {
    /* margin-top: 8px; */
    border-collapse: separate;
    border-spacing: 4px;
    overflow-y: auto;
    max-height: 624px;
    display: block;
    max-width: 940px;
    overflow-x: auto;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.chose_house_table::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    opacity: 0;
}

/*定义滚动条轨道 内阴影+圆角*/
.chose_house_table::-webkit-scrollbar-track {
    opacity: 0;
}

/*定义滑块 内阴影+圆角*/
.chose_house_table::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background-color: #D8D8D8;
}



.chose_house_table>thead>tr>th {
    border: 1px solid #A6A6A6;
    height: 32px;
    text-align: center;
    position: sticky;
    top: 4px;
    background-color: #fff;
    min-width: 280px;
}



.chose_house_table>tbody>tr>td {
    width: 90px;
    height: 70px;
    text-align: center;
    background-color: #F5F5F5;
}


.chose_house_table>tbody>tr>td>div {
    font-size: 14px;
}

.chose_house_table>tbody>tr>td>.td_title {
    font-size: 12px;
}


.chose_house_table>tbody>tr>th {
    border: 1px solid #A6A6A6;
    height: 32px;
    width: 70px;
    text-align: center;
}

.chose_house_table>tbody>tr>th>.th_title {
    color: #666666;
    font-size: 12px;
}

.empower_status {
    background-color: #DDF4D1 !important;
}

.check_box_sussce {
    border: 1px solid #25A838;
    position: relative;
}

.check_box_sussce::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    border-radius: 0 0 0 12px;
    background-color: #25A838;
    z-index: 100;
}

.check_box_sussce::before {
    content: '';
    position: absolute;
    top: 4px;
    right: 3px;
    background: url(../Image/right.svg) no-repeat;
    color: #25A838;
    width: 9px;
    height: 11px;
    z-index: 200;
}

.house_info_num {
    color: #FF6666;
}

.house_info_zore {
    color: #999999 !important;
}

.house_info_search {
    color: #1B81FE;
    display: inline-block;
    margin-left: 20px;
}

.select_table {
    width: 100%;
}

.select_table>thead>tr>th {
    background-color: #F5F5F5;
    font-size: 16px;
    font-weight: 400;
    height: 42px;
    padding: 0 10px;
}

.select_table>thead>tr>th:first-of-type {
    padding-left: 20px;
}

.select_table>thead>tr>th:last-of-type {
    width: 60px;
    padding-right: 20px;
}

.select_table>tbody>tr {
    border-bottom: 1px solid #F0F0F0;
}

.select_table>tbody>tr>td:first-of-type {
    padding-left: 20px;
}

.select_table>tbody>tr>td {
    font-size: 14px;
    font-weight: 400;
    padding: 12px 10px;
}

.bottom_totol_box {
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px !important;
}

.formWarp {
    height: 32px;
    display: flex;
    align-items: center;
    width: 550px;
    justify-content: space-between;
}

.bottom_totol_box .normolBtn {
    border: 1px solid #EEEEEE !important;
    min-width: auto;
    height: 32px;
    line-height: 32px;
    margin-right: 0 !important;
    color: #181818;
}

.bottom_totol_box .disableBtn {
    color: #EEEEEE !important;
    cursor: default;
    background-color: #ffffff;
}

.bottom_totol_box .newSize {
    min-width: auto;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 0 !important;
}

.house_table>thead>tr>th:first-of-type {
    width: 70px;
    text-align: left;
    padding-left: 20px;
}

.house_table>thead>tr>th {
    text-align: left;
    width: 350px;
}

.house_table>thead>tr>th:last-of-type {
    width: 60px;
    text-align: center;
}


.house_table>tbody>tr>td {
    vertical-align: baseline;
    text-align: left;
    padding: 12px 10px;
}

.house_table>tbody>tr>td:first-of-type {
    padding-left: 20px;
}

.house_table>tbody>tr>td:last-of-type {
    text-align: center;
}

.object_table {
    border-color: #DCDCDC;
    border: 1px solid #DCDCDC;
    width: 100%;
    display: none;
}

.object_table>tbody>tr>td {
    padding: 14px 12px;
}

.object_table>tbody>tr>td:nth-of-type(1) {
    color: #666666;
    text-align: right;
    background: #F5F5F5;
}

.object_table>tbody>tr>td:nth-of-type(3) {
    color: #666666;
    text-align: right;
    background: #F5F5F5;
}


.mortgage_table>thead>tr>th:nth-of-type(2) {
    width: 320px;
}

.mfxx-left2 {
    width: 330px !important;
}

.form-title2 {
    width: 120px !important;
    text-align: right;
}


.sevre_house_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* 商品房销售公示 */
/* .sevre_house_box>.house_box_left {
     width: 380px;
} */

.sevre_house_box>.house_box_right {
    width: 700px;
}

.sevre_table>thead>tr>th:nth-of-type(2) {
    width: 200px;
}

.sevre_table>thead>tr>th:last-of-type {
    width: 110px;
}

/* 选择楼幢信息 */


.choose_house_table>thead>tr>th:nth-of-type(2) {
    width: 100px;
}

.choose_house_table>thead>tr>th:last-of-type {
    width: 110px;
}

.choose_house_table>tbody>tr>td a {
    color: #1B81FE !important;
}

/* 在售状态 */
.sell_status {
    padding: 2px 6px;
    font-size: 12px;
    background: #24B276;
    color: #fff;
    width: 36px;
    height: 24px;
    line-height: 20px;
    border-radius: 3px;
}

.btnself {
    color: #181818;
    background-color: #fff;
    min-width: 110px;
    height: 36px;
    line-height: 36px;
    border: solid 1px #DCDCDC;
    margin-right: 20px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    float: left;
}

.house_info_point {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 25px;
    /* border: 1px solid #C5C5C5; */
    position: relative;
    top: 2px;
}

.house_info_sell_status {
    position: relative;
}

.house_info_sell_status:hover .sell_statas_box {
    display: block;
}

    .house_info_sell_status > .sell_statas_box {
        width: 320px;
        height: 550px;
        background-color: #ffffff;
        position: absolute;
        box-shadow: -1px 0px 11px 0px rgba(0,0,0,0.3);
        top: -175px;
        z-index: 100;
        border-radius: 2px;
        left: 25px;
        display: none;
    }

.house_info_sell_status>.sell_statas_box::before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../Image/triangle.svg) no-repeat center;
    background-size: 100%;
    position: absolute;
    z-index: 112;
    left: -9px;
    top: 180px;
}

.house_info_sell_status>.sell_statas_box>.seel_status_box_header {
    height: 48px;
    width: 100%;
    text-indent: 1em;
    line-height: 48px;
    border-bottom: 1px solid #DCDCDC;
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    font-weight: 600;
}

.house_info_sell_status>.sell_statas_box>.seel_status_box_body {
    padding: 12px;
    height: calc(100% - 40px);
}

.house_info_sell_status>.sell_statas_box>.seel_status_box_body>ul>li {
    border-bottom: 1px solid #EEEEEE;
}
.house_info_sell_status > .sell_statas_box > .seel_status_box_body > ul > li:last-child{
    border-bottom: 0;
}


.house_info_sell_status>.sell_statas_box>.seel_status_box_body>ul>li>div {
    font-size: 16px;
}

.house_info_sell_status>.sell_statas_box>.seel_status_box_body>ul>li>div:nth-of-type(2) {
    margin: 9px 0;
    color: #666666;
}

/* 选房状态背景颜色 */
.available_sell {
    background-color: #64CD7C !important;
}

.signing_sell {
    background-color: #81D5EA !important;
}

.filings_sell {
    background-color: #E06AE7 !important;
}

.limitation_sell {
    background-color: #DDDDDD !important;
}

.accreditation {
    background-color: #FF756E !important;
}

.house_info_poction {
    position: relative;
}

.house_info_poction_box {
    position: absolute;
    width: 800px;
    height: 800px;
    z-index: 100000;
    top: -85px;
    right: -330px;
}

.home_outline_body {
    display: flex;
    margin-bottom: 5px;
}

.house_info_body .house_info_title {
    width: 140px;
    min-height: 52px;
    background-color: #F5F5F5;
    border-right: 1px solid #DCDCDC;
    line-height: 52px;
    text-align: right;
    padding-right: 10px;
    color: #666666;
    flex-shrink: 0;
}



.house_info_body .house_info_content {
    width: calc(100% - 140px);
    border-right: 1px solid #DCDCDC;
    border-left: 0;
    padding: 15px 0;
    text-indent: 1em;
    color: rgba(0, 0, 0, 0.9);
}

.house_info_body {
    display: flex;
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
}

.house_info_body:last-of-type {
    border-bottom: 1px solid #DCDCDC;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.house_info_scroll::-webkit-scrollbar {
    width: 10px;
    opacity: 0;
}

/*定义滚动条轨道 内阴影+圆角*/
.house_info_scroll::-webkit-scrollbar-track {
    opacity: 0;
}

/*定义滑块 内阴影+圆角*/
.house_info_scroll::-webkit-scrollbar-thumb {
    border-radius: 25px;
    background-color: #D8D8D8;
}

.item-info-bak {
    min-width: 450px !important;
}

.item-label-bak {
    width: 140px !important;
}

.sell_house_table>thead>tr>th:nth-of-type(2) {
    width: auto;
}

.djyy p {
    text-indent: 0 !important;
    font-size: 16px;
    line-height: 26px;
    margin: 8px 0;
    float: left;
}

.content_network_box {
    padding-left: 16px;
    width: 100%;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
}

.content_network_box>.card_network_box {
    width: 360px;
    height: 130px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(1, 1, 1, 0);
}

.content_network_box>.card_network_box .home_outline {
    width: 24px;
    height: 24px;
    border: 20px;
    background-color: #E8F2FF;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.item_value_bak1 {
    white-space: break-spaces;
    font-size: 14px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item_info_bak {
    align-items: baseline !important;
    max-width: 333px;
    min-width: auto !important;
    height: 28px !important;
}

.item_label_bak {
    width: 56px !important;
    font-size: 14px;
}

.card_newtwork_check {
    border: 1px solid #A4CDFF !important;
    box-shadow: 0px 4px 20px 0px rgba(27, 129, 254, 0.3) !important;
    position: relative;
    transition: box-shadow .2s;
    position: relative;
}

.card_newtwork_check::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 36px;
    height: 36px;

    background-color: #fff;
    background: url("../../Content/HMode/Image/checkRB.png");
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}

.choose_work_box {
    padding: 10px;
    display: flex;
    gap: 20px;
}

.choose_work_box>.choose_work_left {
    width: 180px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.choose_work_box>.choose_work_left .choose_work_left_btn {
    width: 100%;
    background-color: #F5F5F5;
    min-width: 110px;
    width: auto;
    height: 44px;
    line-height: 44px;
    padding: 0;
    border: none;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}

.choose_work_box>.choose_work_right {
    width: 940px;
}

.choose_work_box>.choose_work_left .choose_work_left_check {
    background-color: #1B81FE;
    color: #fff;
}

.totol_num_color {
    color: #1B81FE;
}

.choose_work_box>.choose_work_right>.choose_work_right_content {
    padding-left: 15px;
    margin-top: 10px;
    max-height: 700px;
    overflow-y: scroll;
}

.choose_work_box>.choose_work_right>.choose_work_right_content::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    opacity: 0;
}

.choose_work_box>.choose_work_right>.choose_work_right_content .choose_work_tips_set {
    padding: 10px;
    position: relative;
}

.choose_work_box>.choose_work_right>.choose_work_right_content .choose_work_tips_set::before {
    content: '';
    width: 5px;
    height: 16px;
    background-color: #69C3FF;
    position: absolute;
    top: 14px;
    left: 0;
}

.choose_work_right_title_box:hover {
    background: #e8f2ff;
}

.choose_work_right_title_box:hover span {
    color: #499AFE !important;
}

.choose_work_right_title_box:hover img {
    transform: translateY(-60px);
    filter: drop-shadow(#499AFE 0 60px);
}

.choose_work_box>.choose_work_right>.choose_work_right_content .choose_work_right_title_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
    border-top: 1px solid #DCDCDC;
    cursor: pointer;
    padding-left: 12px;
}

.choose_work_box>.choose_work_right>.choose_work_right_content .choose_work_right_title_box .LView {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 700px;
    flex-shrink: 0;
}

.choose_work_box>.choose_work_right>.choose_work_right_content .choose_work_right_title_box .RView {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0;
}

.choose_work_box>.choose_work_right>.choose_work_right_content .choose_work_right_title_box .btn_box {
    height: 32px !important;
    line-height: 32px !important;
    margin-left: 30px;
    margin-right: 0 !important;
}

.choose_work_box>.choose_work_right>.choose_work_right_content .choose_work_right_title_box .img_box {
    vertical-align: bottom !important;
    width: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}

.three_point {
    letter-spacing: 5px;
    text-align: right;
    line-height: 24px !important;
}

.choose_work_list_btn {
    color: #181818;
    background-color: #fff;
    border: solid 1px #DCDCDC;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    float: left;
}

.yuyue_info_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 12px 0px;
    background: #FFFFFF;
}

.info_data_box {
    display: flex;
    margin: 10px 0;
    border: 1px solid #DCDCDC;
    min-height: 286px;
}

.info_data_box>.info_data_box_left {
    width: 476px;
    border-right: 1px solid #DCDCDC;
    padding: 12px;
}

.info_data_box>.info_data_box_left .info_data_left_week {
    display: flex;
    gap: 30px;
    height: 46px;
    align-items: center;
}

.info_data_box>.info_data_box_left .info_data_left_week>li {
    width: 40px;
    height: 22px;
    color: #767676;
    font-size: 14px;
    text-align: center;
}

.info_data_box>.info_data_box_left .info_data_left_yearMouth {
    background-color: #FAFAFA;
    height: 30px;
    width: 100%;
    color: #666666;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.info_data_box>.info_data_box_left .info_data_left_days {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
}

.info_data_box>.info_data_box_left .info_data_left_days div {
    width: 38.71px;
    height: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    /*cursor: no-drop;*/
}

.info_data_box>.info_data_box_left .info_data_left_days li {
    width: 38.71px;
    height: 38px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.info_data_box>.info_data_box_left .info_data_left_days li>div:first-of-type {
    font-weight: bold;
}

.info_data_box>.info_data_box_left .info_data_left_days li>div:last-of-type {
    font-size: 12px;
    zoom: 0.95;
    color: #24B276;
}

.info_data_box>.info_data_box_left .info_data_left_days #noway_color {
    cursor: no-drop !important;
}

.info_data_box>.info_data_box_left .info_data_left_days #noway_color>div:first-of-type {
    color: #767676;
}

.info_data_box>.info_data_box_left .info_data_left_days #noway_color>div:last-of-type {
    color: #999999;
}

.info_data_box>.info_data_box_left .info_data_left_days #people_color {
    cursor: no-drop !important;
}

.info_data_box>.info_data_box_left .info_data_left_days #people_color>div:first-of-type {
    color: #767676;
}

.info_data_box>.info_data_box_left .info_data_left_days #people_color>div:last-of-type {
    color: #FE6550;
}

.info_data_box>.info_data_box_left .info_data_left_days li:not(#noway_color, #people_color):hover::after {
    content: '';
    width: 42px;
    height: 42px;
    background-color: #24B276 !important;
    border-radius: 20px;
    position: absolute;
    z-index: -1;
}

.info_data_box>.info_data_box_left .info_data_left_days li.checkItem {
    background-color: #24B276;
    color: #ffffff;
    /* width: 42px;
    height: 42px; */
    border-radius: 20px;
}

.info_data_box>.info_data_box_left .info_data_left_days li.checkItem div {
    color: #ffffff !important;
}


.info_data_box>.info_data_box_left .info_data_left_days li:not(#noway_color, #people_color):hover>div:first-of-type {
    color: #fff !important;
}

.info_data_box>.info_data_box_left .info_data_left_days li:not(#noway_color, #people_color):hover>div:last-of-type {
    color: #fff !important;
}

.info_data_box>.info_data_box_right {
    display: none;
    width: 350px;
    padding: 12px 20px;
}

.info_data_box>.info_data_box_right>.info_data_right_mouth_box {
    width: 300px;
    padding-left: 10px;
    position: relative;
    color: #1D2129;
}

.info_data_box>.info_data_box_right>.info_data_right_mouth_box::before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 12px;
    border-radius: 2px;
    background-color: #499AFE;
}

.info_data_box>.info_data_box_right>.info_data_right_mouth_box>em {
    color: #999999;
    margin-left: 10px;
}

.info_data_box>.info_data_box_right>.info_data_right_time_box {
    height: 44px;
    border-radius: 22px;
    background-color: #E8F2FF;
    text-align: center;
    line-height: 44px;
    margin-top: 20px;
    color: #1B81FE;
    font-weight: bold;
    cursor: pointer;
}

.info_data_box>.info_data_box_right>.info_data_right_time_box em {
    color: #1B81FE;
    margin-left: 10px;
}

.info_data_box>.info_data_box_right>.info_data_right_time_box_choose {
    background-color: #1B81FE;
    color: #ffffff;
}

.info_data_box>.info_data_box_right>.info_data_right_time_box_choose em {
    color: #ffffff;
}

.info_data_box>.info_data_box_right>.info_data_right_noTime_box {
    color: #666666;
    background-color: #F5F5F5;
}

.info_data_box>.info_data_box_right>.info_data_right_noTime_box em {
    color: #666666;
}