/* @import url("housingDetails.1680.css?v=1") screen and (min-width:0px)and (max-width:1650px); */

/* @import url("housingDetails.1920.css?v=1") screen and (min-width:0px); */
body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-weight: 400;
  }
.houstit {
    width: 100%;
    /*min-height: 102px;*/
    min-height: 80px;
}


.houstit .houstitBox1 p:nth-child(2) {
    font-size: 16px;
    color: #999;
    margin-left: 14px;
}

.houstit .houstitBox2 {
    margin-top: 24px;
}

.houstit .houstitBox2 div {
    float: left;
}

.g-box {
    max-width: 1200px;
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.warp-box {
    width: 1200px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); */
    opacity: 1;
    border-radius: 2px;
    box-sizing: border-box;
    overflow: hidden;
    padding-bottom: 40px;
}
  .comment-input {
    flex: 1;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    background: #F2F2F2;
    border: 1px solid #F5F5F5;
    color: #000;
    padding-left: 10px;
    border-radius: 2px 0 0 2px;

  }
  .comment-input::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
    line-height: 5px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    }
  .comment-btn {
    width: 80px;
    height: 40px;
    background: #FF4500;
    border-radius: 0 2px 2px 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .call-btn {
    width: 100px;
    height: 40px;
    background: #FF4500;
    border-radius: 2px;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .see-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F3E8D3;
    color: #87765A;
    margin: 25px 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 0;
    cursor: pointer;
  }
  .right-manager {
    padding-bottom: 15px;
    border-bottom: 1px solid #F5F5F5;
  }
  .img-map {
    width: 12px;
    height: 14px;
    margin-right: 5px;
  }

  .search-content:hover {
    background: #FAFAFA !important;
    color: #2A2A2A !important;
  }
.hus-details {
    margin: 10px 0;
}
.arr-right {
    display: flex;
    align-items: center;
}
.house-apply-container:hover {
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.05)
}
.house-title {
    margin-top: 20px;
    margin-left: -15px;
    font-weight: bold;
    font-size: 28px;
    line-height: 42px;
    color: #0A0A0A;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}
.house-title:hover {
    color: #FF4500;
}

.house-location {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-top: 6px;
    margin-left: 0 !important;
    display: flex;
    align-items: center;
}

.houstit .houstitBox2 div:nth-child(1) {
    margin-right: 14px;
}

.houstit .houstitBox2 div p:nth-child(1) {
    width: 96px;
    height: 34px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 2px;
    box-sizing: border-box;
    padding-left: 24px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #8B572A;
}

.houstit .houstitBox2 div p:nth-child(2) {
    margin-top: 6px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.houstit .subject_remark {
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
    opacity: 1;
    border-radius: 2px;
    padding: 8px 15px;
    margin: 15px 0;
    line-height: 1.6;
    font-size: 18px;
    display: flex;
}

.houstit .subject_remark>span {
    white-space: nowrap;
}

.houstit .subject_remark>p {
    text-align: justify;
    position: relative;
}

.houstit .subject_remark>p.hide_remark {
    white-space: nowrap
}

.houstit .subject_remark>p>span {
    display: none;
    position: relative;
    color: #CE9E73;
    cursor: pointer;
    background: #fff;
    padding: 0 1em 0 .5em;
}

.houstit .subject_remark>p>span:hover {
    color: #FF4500;
}

.houstit .subject_remark>p>span:after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: .5em;
    width: 2em;
    height: 1px;
    background: #CE9E73;
}

.houstit .subject_remark>p.hide_remark>span {
    position: absolute !important;
    left: 1040px;
}

.labHus {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #999;
    line-height: 20px;
    margin: 10px 0;
}

.labHus a {
    font-size: 14px;

    font-weight: 400;
    line-height: 20px;
    color: #999;
    line-height: 20px;
    margin: 10px 0;
}

.labHusAC {
    margin-top: 30px;
}

.titleHo:hover {
    color: #FF4500 !important;
}

.target-fix {
    position: relative;
    top: -44px;
    display: block;
    height: 0px;
    overflow: hidden;
}

.swiperBox {
    width: 708px;
    height: 545px;
    margin-right: 50px;
}

.husDetBox {
    position: relative;
    width: 440px;
    height: 350px;
}

.yuyueHouse {
    color: #fff !important;
    background: #8B572A url(/static/img/yuyue@2x.png) no-repeat 7px center /16px 16px !important;
}

.fllowHouse {}

.tableList li {
    width: 80px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    opacity: 1;
    border-radius: 2px;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-top: 0 !important;
}

.tableList li:nth-child(1) {
    background: #F4ECE9;
    color: #BA8976 !important;
}

.tableList li:nth-child(2) {
    background: #E4F2E9;
    color: #6EB285 !important;
}

.tableList li:nth-child(3) {
    background: #F0EED9;
    color: #ACA569 !important;
}

.price-row {
    display: flex;
    margin: 0 0 20px 0;
}

.price-item {
    flex: 1;
}

.price-label {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.price-red {
    color: #FF0000;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.price-prefix {
    font-weight: bold;
    font-size: 18px;
    color: #313131;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.house-tags {
    display: flex;
    font-weight: 500;
}

.house-tag {
    background: #F5F7F9;
    padding: 1px 5px;
    font-weight: 500;
    font-size: 12px;
    color: #9AB0C6;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 10px;
    border-radius: 2px;
}

.house-tag:first-of-type {
    margin-left: 0;
}

.split-line {
    width: 100%;
    height: 1px;
    background: #eee;
    margin-top: 16px;
}

.house-attr {
    display: flex;
    justify-content: space-around;
}

.house-attr-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 24px 0;
}

.house-attr-label {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #333;
    font-style: normal;
    text-transform: none;
    margin-bottom: 5px;
}

.house-attr-value {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #999999;
    font-style: normal;
    text-transform: none;
}

.house-apply {
    background: #E0012B;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 10px;
    cursor: pointer;
}

.house-apply-desc {
    background: #FFFFE5;
    border: 1px solid #FFE5B2;

    font-size: 14px;
    color: #000000;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 2px;
}

.house-time {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000000;
    font-style: normal;
    background-color: #F8F8F8;
    text-transform: none;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;

}

.time-label {
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin: 10px;
    margin-left: 30px;
}
.notify {
    display: flex;
    padding: 5px 10px;
    margin-right: 20px;
    color: #FFF;
    font-weight: 500;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    justify-content: center;
    justify-items: center;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 0 3px 0px rgba(0,0,0,0.06);
    border-radius: 1px;
}
.notify-text {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 12px;
color: #666666;
line-height: 17px;
text-align: left;
font-style: normal;
margin-left: 2px;
}
.img-notify {
    width: 11px;
    height: 14px;
}
.location-img {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}
.subway-text {
    margin-right: 10px;
}
.safe-img {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}
.house-count {

    font-size: 16px;
    font-weight: 500;
    color: #010101;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 10px 30px;
    background-color: #F8F8F8;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}

.auction-manager {
    flex: 1;
    margin-left: 10px;
    font-family: "微软雅黑"!important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.village-img {
    width: 338px;
    height: 227px;
}

.fpjl {
    font-weight: bold;
    font-size: 20px;
    color: #262626;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.jdpmfws {
    padding: 0 2px;
    border: 1px solid red;
    color: red;
    font-size: 10px;
    margin-left: 10px;
}

.qrCode {
    height: 80px;
    float: right;
}
.manager-middle {
    display: flex;
    flex-direction: row;
}

.fwkh {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    font: 12px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}
.fpjl-row {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.hpl {
    font-size: 12px;
    font-weight: 500;
}
.manager-tags {
    display: flex;
    flex-direction: row;
    margin-right: 20px;
    align-items: center;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
}

.title-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    background: #F5F5F5;
}

.loan-info-title {
    /* background: #F5F5F5; */
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1 8px 0px rgba(0,0,0,0.06);
}

.loan-title-label {
    margin: 10px 0;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.loan-sub-title {
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    text-align: right;
    font-style: normal;
    text-transform: none;
    vertical-align: middle;
}

.loan-change-btn {
    float: right;
    font-weight: 500;
    font-size: 16px;
    color: #696969;
    text-align: left;
    vertical-align: middle;
    font-style: normal;
    text-transform: none;
    margin: 5px 20px;
}

.bank-icon {
    width: 25px;
    height: 25px;
}

.loan-bank-name {
    margin-left: 10px;

    font-weight: bold;
    font-size: 16px;
    color: #262626;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.loan-rate-label {

    font-weight: 500;
    font-size: 16px;
    color: #A9A9A9;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.loan-rate-value {
    margin-left: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.loan-ratio-label {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    word-break: break-all;
    padding: 5px;
}

.loan-th:lastofchi {
  padding-right: 10px;
}
.last-th {
  width: 15px;
      background: #F7F7F7;
}
.loan-tbody {
  display: flex;
  flex-direction: column;
  border-collapse: collapse !important;
  border-spacing: 0; 
}
.loan-ratio-value {
    margin-left: 5px;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.loan-apply {
    display: flex;
    flex-direction: column;
    padding: 5px;
}

.loan-apply-btn {
    padding: 2px 30px;
    background: #FF4500;
    border-radius: 2px 2px 0px 0px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}

.loan-apply-desc {
    background-color: #FFFFE6;
    font-size: 10px;
    line-height: 12px;
    color: #666666;
    text-align: center;
    font-style: normal;
    text-transform: none;
    border-radius: 0px 0px 2px 2px;
    border: 1px solid #FFE5B2;
}
.left-content-area {
    width: 710px;
}
.right-content-area {
    display: fixed;
    right: 0;
    top: 0;
    margin-top: 20px;
    margin-left: 50px;
    width: 440px;
    background: #FFF;
}
.right-content-area-fixed {
    position: fixed;
    margin-left: 760px;
    top: 50px;
    width: 440px;
    background: #FFF;
}
.loan-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; 
    margin-top: 10px;
    height: 180px;
    overflow-y: scroll;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    box-shadow: 0px 1 8px 0px rgba(0,0,0,0.16);
}

.loan-tr {
    display: flex;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; 
}

.loan-th {
    display: flex;
    flex: 1;
    font-size: 18px;
    color: #666666;
    background: #F2F2F2;
    height: 50px;
    border-left: 1px solid #FFFFFF;
    align-items: center;
    justify-content: center;
    border-collapse: collapse;
    border-spacing: 0; 
}
.loan-th:first-of-type {
    border-left: 0;
}
.loan-td {
    display: flex;
    flex: 1;
    border-bottom: 1px solid #E9E9E9;
    align-items: center;
    justify-content: center;
    border-collapse: collapse;
    border-spacing: 0; 
}

.comment-info {
    margin: 10px 0;
}

.comment-row {
    margin-top: 10px;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
}
.comment-container {
    background: #FFFFFF;
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.06);   
    margin: 0 5px;
}
.comment-row-submit {
    padding: 10px 20px;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
    border: 1px solid #EEEEEE;
}
.no-comment-row-submit {
    padding: 10px 20px;
    display: flex;
    /* justify-content: space-around; */
    align-items: center;
}
.gallery-top::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 706px;
height: 418px;
/* background-image: url(/images/alert_bg.png); 半透明白色背景 */
 /* background-size: 100% 100%; */
/* background-repeat: no-repeat;  */
background-color: #F5F5F5;
/* opacity: 0.5; */
filter: blur(80px);
z-index: 0; /* 确保覆盖在空白区域 */
}
  
.bannerIcon {
    position: absolute;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: -419px;
    z-index: 100;
    border-bottom-right-radius: 5px;
}
  
.fail-reason {
    width: 706px;
    position: absolute;
    color: #FFFFFF;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    margin-top: -25px;
    line-height: 25px;
    background-color: rgba(0, 0, 0, .4);
    z-index: 99;
}
.call-img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.comment-item {
    margin: 10px 0;
    padding: 0 30px;
    width: 20%;
    border-right: 1px solid lightgray;
}
.comment-img {
    width: 24px;
    height: 24px;
    border-radius: 24px;
}
.comment-item:first-of-type {
    /* padding-left: 0; */
}
.comment-item:last-of-type {
    border-right: 0;
    /* opacity: 0.5; */
}

.comment-top {
    display: flex;
    justify-items: center;
    align-items: center;
}

.diligence-title {
    font-size: 32px;
    font-weight: bold;
}

.diligence-title-second {
    font-size: 28px;
}

.head-circle {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 20px;
}

.comment-layout {
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
}

.commit-title {
    padding: 30px;
}

.comment-cell {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
}

.comment-col {
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
    padding: 10px 0;
}

.comment-author {
    margin-left: 5px;
    font-size: 14px;
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    text-overflow: ellipsis;
    /* 超出文字用省略号代替 */
    overflow: hidden;
    font-weight: 500;
    color: #0A0A0A;
    font-style: normal;
    text-transform: none;
}


.comment-time {
    margin-left: 2px;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    text-align: left;
    font-style: normal;
}

.comment-content {
    margin: 10px 29px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
    /* 确保文本在一行内显示 */
    text-overflow: ellipsis;
    /* 超出文字用省略号代替 */
    overflow: hidden;
}

.tab-container {
    margin-top: 20px;
    border-bottom: 1px solid #FF4500;
}

.tab-container-fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 11%);
    background: #f7f7f7;
    width: 100%;
    z-index: 100;
    transition: all 0.3s; /* 可选过渡动画 */
}
.tab-content-fixed {
    width: 1200px !important;
    margin: 0 auto;
}

.tab-item {
    font-weight: 500;
    font-size: 18px;
    color: #999999;
    text-align: center;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    padding: 10px 20px;
}

.tab-item>span>a:hover {
    color: #FF4500;
}

.tab-active>span>a {
    background: #FF4500;
    color: #FFF !important;
    font-weight: 700;
}
.spec-active {
    color: #FF4500 !important;
    background: #FFF;
    font-weight: 600;

}
.tab-title {
    display: flex;
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    text-align: left;
    align-items: center;
    font-style: normal;
    text-transform: none;
    margin: 20px 0;
}
.all-house-url {
    cursor: pointer;
    margin-left: 5px;
    float: right;
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    text-align: left;
    font-style: normal;
  }
.tab-content {
    display: flex;
    padding-top: 20px;
}

.tab-content-left {
    flex: 1;
}
.tab-content-left div {
    /* margin-bottom: 16px; */
}
.tab-content-right {
    flex: 1
}
.tab-content-right div {
    margin-bottom: 16px;
}
.tab-content-no-apply {
    flex: 1;
    text-align: right;
}
.no-apply-container {
    margin: 10px;
    background: #FFFFFF;
    box-shadow: 1px 0px 1px 0px #EEEEEE;
    border-radius: 11px 11px 11px 11px;
    border: 1px solid #F8F8F8;
    padding: 0 10px 10px 10px;
}
.no-apply-title {

    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin: 10px 0;
    text-align: left;
    text-align: left;
    font-style: normal;
    text-transform: none;

}
.tab-content-area {
    display: flex;
    flex-direction: row;
}
.no-apply-line {
    height: 1px;
    width: 80%;
    background: #F8F8F8;
}
.view-all-house {
    margin-right: 15px;
    font-weight: 400;
    font-size: 18px;
    color: #333;
    font-style: normal;
    text-transform: none;
}
.mini-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 20px;
    margin: 10px;
}

.mini-code-container {
    justify-content: center;
    width: 400px;
    height: 400px;
    margin: 50px;
}

.frame-container {
    width: 80%;
    height: 600px;
}

.qa-container {
    margin: 30px 0;
    /* background: #F9F9F9; */
    border-radius: 10px;
    word-break: normal;
    word-wrap: break-word;
    text-align: justify;
}

.qa-row {
    display: flex;
    flex-direction: column;
}

.qa-title-row {
    display: flex;
    flex-direction: row;
    font-weight: bold;
    font-size: 18px;
    align-items: center;
}

.qa-content-row {
    display: flex;
    flex-direction: row;
    margin: 10px 0;
    font-size: 18px;
    white-space: pre-wrap;
    border-bottom: 1px solid rgba(50, 50, 50, 0.3);
}

.qa-circle {
    height: 20px;
    width: 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
}

.qa-q {
    background: rgb(221, 38, 38);
}

.qa-a {
    background: #9A9A9A;
    margin-top: 8px;
}

.qa-title {
    margin-left: 10px;
    flex: 9;
    color: rgb(221, 38, 38);
}

.qa-content {
    margin-left: 10px;
    flex: 9;
    font-size: 18px;
    color: #000;
    padding-bottom: 10px;
    word-break: normal;
    word-wrap: break-word;
    text-align: justify;
}

.house-special-content {
    display: flex;
    flex-direction: column;
}

.house-special-row {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    border-bottom: 1px solid rgba(100, 100, 100, 0.1);
}
.house-special-div {
    display: flex;
    min-height: 200px;
    color: #333333;
    font-size: 18px;
    flex-direction: row;
    padding: 10px 0;
    vertical-align: middle;
    border-bottom: 1px solid rgba(100, 100, 100, 0.1);
}



.house-special-tag {
    margin-right: 10px;
}
/* 
.house-tag:nth-of-type(1) {
    color: #BC8D7E;
    background: #FAF5F1;
}

.house-tag:nth-of-type(2) {
    color: #9999D5;
    background: #F2F1F9;
}

.house-tag:nth-of-type(3) {
    color: #C59C4F;
    background: #FBF7F0;
}

.house-tag:nth-of-type(4) {
    color: #40d632;
    background: #FBF7F0;
}

.house-tag:nth-of-type(5) {
    color: #ea4c64;
    background: #FBF7F0;
} */

.house-special-tag-label {
    width: 120px;
    text-align: justify;
    font-size: 20px;
    color: #9A9A9A;
}

.house-special-label {
    font-size: 20px;
    font-weight: 400;
    width: 100px;;
    text-align: justify;
    color: #333333;
}

.house-special-tag-value {
    flex: 1;
    color: #000000;
    font-size: 18px;
    text-align: justify;
    vertical-align: middle;
}

.house-special-value {
    flex: 4;
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    font-weight: 400;
    color: #111;
}
.house-special-value span {
    white-space: pre-wrap;
    display: inline-block;
}

.husDetBox .village {
    display: flex;
    height: 165px;
    margin-top: 10px;
    line-height: 1.2;
}

.husDetBox .village>div:first-child {
    flex: 3;
}

.husDetBox .village>div:last-child {
    flex: 2;
}

.husDetBox .village div {
    font-size: 16px;
    color: #666;
}

.husDetBox .village div p {
    margin: 5px 0 5px 0;
}

.husDetBox .village div span {}

.husDetBox .village div span.xiaoqu_name {
    color: #FF4500;
    cursor: pointer;
}

.husDetBox .timebox {
    margin-top: 10px;
}

.timedao {
    width: 400px;
}

.husDetBox .timebox div:nth-child(1) {
    font-size: 14px;
}

.husDetBox .timebox div:nth-child(1) p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.husDetBox .timebox div:nth-child(1) p:first-child {
    height: 25px;
}

.detail-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 41px;
    color: #999;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.village-detail-label {
    display: inline-flex;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #999;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.short-row-line {
    margin-top: 5px;
    margin-left: 20px;
    height: 3px;
    width: 40px;
    background: #FF4500;
    margin-bottom: -1px;
}
.detail-value {
    font-weight: 400;
    font-size: 18px;
    color: #333;
    line-height: 41px;
    text-align: left;
    align-items: center;
    font-style: normal;
    text-transform: none;
    margin-left: 20px;
}
.village-detail-value {
    font-weight: 400;
    font-size: 18px;
    color: #333;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */

}
.village-total-count {
    flex: 1;
    font-weight: 400;
    font-size: 16px;
    color: #FF4500;
    line-height: 22px;
    text-align: right;
    font-style: normal;
}
.village-value {
    color: #394043;
    font-size: 14px;
}

.husDetBox .timebox div:nth-child(1) .cosp {
    color: #DD4B4A;
    font-size: 24px;
    font-weight: bold;
}

.husDetBox .timebox div:nth-child(1) .cosp4 {
    width: 52px;
    display: inline-block;
}


.husDetBox .timebox div:nth-child(2) p:nth-child(2) {
    font-size: 12px;
    color: #333;
    text-align: center;
}

.husDetBox .timebox div:nth-child(2) p:nth-child(3) {
    text-align: center;
    line-height: 42px;
    color: #fff;
    width: 169px;
    height: 42px;
    background: rgba(206, 158, 115, 1);
    border-radius: 4px;
    font-size: 16px;
    position: absolute;
    bottom: -44px;
    left: -56px;
    display: none;
}

.husDetBox .personnel {
    display: flex;
    flex-direction: row;
    margin: 10px 0;
}

.husDetBox .personnel .perImg {
    width: 80px;
    height: 80px;
}

.husDetBox .personnel .perImg img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    object-fit: cover;
}

.loan-container {
    display: inline-flex;
    flex-direction: column;
    background-image: url("/images/loan_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin: 100px auto;
    width: 516px;
    height: 473px;
}

.chat-container {
    display: flex;
    flex-direction: row;
    margin: 100px auto;
    width: 516px;
    height: 473px;
}
.chat-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: url("/images/chat_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 516px;
    height: 473px;
}

.loan-content {
    display: flex;
    flex-direction: column;
    background-image: url("/images/loan_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    width: 516px;
    height: 473px;
}
.notify-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-image: url("/images/notify_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 516px;
    height: 473px;
}
.notify-label {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.notify-type {
    margin-left: 5px;
    font-weight: 400;
    font-size: 16px;
    color: #FF4500;
}
.notify-phone {
    border: 1px solid #DDDDDD;
    padding: 5px 120px 5px 5px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.notify-canel {
    width: 100px;
    height: 50px;
    background: #FFF;
    font-weight: 600;
    font-size: 16px;
    color: #999999;
    padding: 10px 20px;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.06);

}
.notify-ok {
    margin-left: 10xp;
    width: 100px;
    height: 50px;
    background: #FF4500;
    font-weight: 600;
    font-size: 16px;
    color: #FFF;
    padding: 10px 20px;
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.06);
}
.loan-title1 {
    margin-top: 170px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    font-style: normal;

}
.loan-title2 {
    margin-top: 40px;
    font-weight: 800;
    font-size: 24px;
    color: #333333;
    line-height: 27px;
    font-style: normal;
    align-items: center;
}
.show-block {
    display: block !important;
}
.loan-1v1 {
    font-weight: 800;
    font-size: 37px;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    background: linear-gradient(54.34191114287687deg, #FF9C5A 0%, #F63200 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /* 兼容旧版浏览器 */
    background-clip: text; /* 标准语法 */
    color: transparent; /* 标准语法 */
      
      
}
.loan-title3 {
    font-weight: 400;
    font-size: 16px;
    color: #FF4500;
    line-height: 22px;
    font-style: normal;
}
.loan-call-img {
    margin-top: 30px;
    width: 64px;
    height: 64px;
}
.loan-wechat-img {
    margin-top: 20px;
    width: 120px;
    height: 120px;
}
.loan-call {
    font-weight: 600;
    font-size: 28px;
    color: #FF4500;
    line-height: 40px;
    font-style: normal;
}
.close-img {
    width: 24px;
    height: 24px;
    margin: 40px 30px;
}
.zixunw1 {
    width: 86px;
    height: 26px;
    background: rgba(206, 158, 115, 1);
    opacity: 1;
    border-radius: 2px;
    text-align: center;
    line-height: 26px;
    font-size: 15px !important;
    color: #fff;
    display: inline-block;
    font-weight: 400 !important;
    margin-left: 22px;
}

.zixunw {
    width: 86px;
    height: 26px;
    background: rgba(206, 158, 115, 1);
    opacity: 1;
    border-radius: 2px;
    text-align: center;
    line-height: 26px;
    font-size: 15px !important;
    color: #fff;
    display: inline-block;
    font-weight: 400 !important;
    margin-left: 22px;
}

.husDetBox .personnel .preName p:nth-child(1) span {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
}

.husDetBox .personnel .preName p:nth-child(2) {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    width: 210px;
    margin: 9px 0 0 0;
}

.husDetBox .personnel .preName p:nth-child(3) {
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    margin-top: 7px;
}

.qrCodeImg {
    width: 64px;
    height: 61px;
    transition: transform 0.2s ease; /* 平滑过渡效果 */
}

.qrCodeImg:hover {
    /* width: 120px;
    height: 120px; */
    margin: 20px;
    transform: scale(1.5); /* 鼠标悬浮时图片放大10% */

}  

.JPtecpro .tecpro {
    width: 1154px;
    height: 103px;
    background: url(/images/tecpro.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.deasto {
    background: #f5f5f5;
    width: 100%;
    height: 655px;
    overflow: hidden;
}

.titleBox {
    font-size: 30px;
    color: #444;
    text-align: center;
    width: 490px;
    margin: 50px auto;
}

.titleBox .line {
    width: 132px;
    height: 1px;
    background: #444;
    margin-top: 27px;
}

.g-flex {
    display: -webkit-box;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
}

/* .d-main-wrap{ width: 1205px; margin: 0 auto;}
.d-main-wrap .wrap{ width: 1205px; min-height: 438px; } */

.d-main-wrap .wrap .wrap-left {
    width: 800px;
    margin-right: 10px;
}

.d-main-wrap .wrap .wrap-left .mianBox {
    width: 100%;
}

.d-main-wrap .wrap .wrap-right {
    width: 300px;
    margin-top: 58px;
    top: 33px;
    background: #fff;
}

.d-main-wrap .wrap .wrap-right .mianBox {
    width: 370px;
}

.navz {
    height: 60px;
    line-height: 60px;
    background: #A87446;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.navz a {
    float: left;
    float: left !important;
    margin-right: 88px;
}

.navz a:last-child {
    margin-right: 0;
}

.navz a {
    display: block;
    font-size: 18px;

    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 60px;
}

.d-main-wrap .wrap-left .nav li.active a {
    color: #fff;
    font-weight: 500;
}

.d-main-wrap .wrap-left .navBox1 {}

.d-main-wrap .wrap-left .navBox1 .box1 {}

.d-main-wrap .wrap-left .navBox1 .box1 li {
    width: 383px;
    height: 252px;
    margin-bottom: 14px;
}

.d-main-wrap .wrap-left .navBox1 .box1 li:nth-child(odd) {
    margin-right: 13px;
}

.d-main-wrap .wrap-left .navBox1 .box1 li:nth-child(3) {
    margin-bottom: 0;
}

.d-main-wrap .wrap-left .navBox1 .box1 li:nth-child(4) {
    margin-bottom: 0;
}

.d-main-wrap .wrap-left .navBox1 .box1 li img {
    width: 100%;
    height: 100%;
    display: block;
}

.d-main-wrap .wrap-left .navBox1 .box2 {
    padding-top: 13px;
}

.box2 .hustitle {
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
    margin-top: 16px;
}

.box2 .hustitle a span {
    font-size: 16px;
    color: #9D7769;
}

.box2 .husIntroduce div {
    font-size: 14px;
    line-height: 24px;
    float: left;
}

.box2 .husIntroduce div:nth-child(1) {
    width: 400px;
}

.box2 .husIntroduce {}

.box2 .husIntroduce div span {
    line-height: 24px;
}

/* .d-main-wrap .wrap-left .navBox1 .box3{display: none;} */

.box3 div {
    display: flex;
    width: 685px;
    border-bottom: 1px solid #eee;
    padding-bottom: 13px;
    margin-top: 13px;
    font-size: 16px;
    color: #666666;
}

.box3 div.cel {
    align-items: center;
}

.box3 div>span.pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    text-align: justify;
}

.box3 div .sp1 {
    font-size: 16px;
    color: #555;
    font-weight: bold;
    white-space: nowrap;
}

.box3 p {
    font-size: 14px;
    color: #A87446;
    margin-top: 20px;
}

.box4 {
    width: 799px;
    position: relative;
    padding-top: 13px;
}

#allmap {
    width: 100%;
    height: 426px;
    overflow: hidden;
    text-align: center;
    margin: 0;
}

.bidder-info {
    display: flex;
    flex-direction: column;
    background: #FDFDFD;
}
.bidder-item-container:first-of-type {
  align-items: start;

}
.item-container {
    border-left: 1px solid #F5F5F5;
    border-right: 1px solid #F5F5F5;
    border-top: 1px solid #F5F5F5;


}
.bid-record-row {
    width: 100%;
    align-items: center;
    display: flex;
    background: #FDFDFD;
    flex-direction: row;
    border: 1px solid #EEEEEE;
    box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.06);
}

.bid-record-col {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.scroll-container {
    max-height: 600px;
    overflow: scroll;
}

.no-comment-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.no-comment-img {
    width: 72px;
    height: 65px;
    margin: 10px auto;
}
.no-comment-text {
    font-weight: 400;
    font-size: 10px;
    color: #999999;
    line-height: 14px;
}

.bidder-item-container {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e2e2e2;
    width: 20%;
    margin: 10px 0;
    padding: 0 30px;
}

.item-bidder-row {
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.item-bidder:first-of-type {
  margin-left: 5px;
}

.item-bidder {
    display: flex;
    flex: 1;
    margin-top: 3px;
    font-weight: 600;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    align-items: center;
}

.item-text-label {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    margin-left: 41px;
}

.item-text-price {
    color: #333333;
    margin-top: 10px;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bidder-price-red {
  color: #FF4500;
}


.item-status-yellow {
    background-color: #FFA800;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 2px 4px;
    border-radius: 2px;
    align-items: center;
    text-align: center;
    color: white;
    margin: 0px 5px 0px 0px;
}

.item-status-red {
    background-color: #FF4500;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 2px 4px;
    border-radius: 2px;
    align-items: center;
    text-align: center;
    color: white;
    margin: 0px 5px 0px 0px;
}
.arrow-container {
    display: flex;
    justify-content: right;
    align-items: center;
    flex: 1;
}
.right-arrow {
    width: 11px;
    height: 11px;
    margin-left: 5px;
    margin-right: 50px;
    float: right;
}
.down-arrow {
    width: 11px;
    height: 11px;
    margin-right: 50px;
    float: right;
    transform: rotate(90deg);
    /* 确保旋转中心为图片中心 */
    transform-origin: center;
}
.short-split-line {
    width: 1px;
    height: 10px;
    background: #EEEEEE;
    margin-top: 5px;
}

.list-item {
    display: flex;
    flex-direction: row;
    text-align: center;
    width: 100%;
    height: 60px;
    align-items: center;
}

.item-status-col {
    flex: 1;
}

.item-status-grey {
    background-color: #DBDBDB;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 2px 4px;
    border-radius: 2px;
    align-items: center;
    text-align: center;
    color: white;
    margin: 0px 5px 0px 0px;
}

.item-status-yellow-col {
    background-color: #FFA800;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 2px 4px;
    border-radius: 2px;
    align-items: center;
    text-align: center;
    color: white;
    margin: 0px 5px 0px 0px;
}

.item-status-red-col {
    background-color: #FF4500;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 2px 4px;
    border-radius: 2px;
    align-items: center;
    text-align: center;
    color: white;
    margin: 0px 5px 0px 0px;
}

.item-status-grey-col {
    background-color: #DBDBDB;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 2px 4px;
    border-radius: 2px;
    align-items: center;
    text-align: center;
    color: white;
    margin: 0px 5px 0px 0px;
}

.item-text-num-col {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    max-lines: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.title-text-status {
    display: flex;
    flex: 1;
    font-weight: 600;
    font-size: 18px;
    color: #666666;
    align-items: center;
    justify-content: center;
}

.title-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 44px;
    align-items: center;
}

.title-text-time {
    color: #989898;
    font-size: 22px;
    flex: 1;
    text-align: center;
}

.item-text-time-col {
    color: hsl(0, 0%, 58%);
    font-size: 22px;
    flex: 1;
}

.price-col {
    flex: 1;
}

.item-text-price-col {
    color: black;
    font-size: 20px;
    max-lines: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}

.comment-title-col {
    font-weight: 600;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin: 10px 0;
    margin-left: 10px;
    vertical-align: middle;
}

.comment-time-col {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    vertical-align: middle;
}

.comment-content-col {
    margin-left: 29px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
}

#r-result {
    width: 250px;
    height: 360px;
    overflow-y: auto;
    background: #fff;
}

#r-result>div:first-child>div:first-child {
    padding-bottom: 35px;
}

#r-result>div:first-child>div:last-child {
    position: absolute;
    bottom: 0;
    left: 1px;
    right: 1px;
}

.box4 .listBoxs {
    position: absolute;
    right: 10px;
    top: 10px;
}

.ulMap {
    display: flex;
    height: 30px;
    background: #f5f5f5;
    line-height: 30px;
}

.ulMap div {
    flex: 1;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
}

.ulMap .active {
    background: #fff;
    color: #BD956E;
}

.d-main-wrap .wrap-left .navBox1 .box5 {
    padding-top: 13px;
    display: none;
}

.d-main-wrap .wrap-left .navBox1 .box5 .list {
    padding: 14px 0;
    border-bottom: 1px solid #EEE;
}

.d-main-wrap .wrap-left .navBox1 .box5 .list:last-child {
    border-bottom: none;
}

.d-main-wrap .wrap-left .navBox1 .box5 .list .question {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    min-height: 28px;
    margin-bottom: 20px;
    padding: 3px 0 3px 40px;
    background: url("/images/d-question.jpg") no-repeat left top / 28px 28px;
}

.d-main-wrap .wrap-left .navBox1 .box5 .list .answer {
    color: #666;
    font-size: 16px;
    line-height: 22px;
    min-height: 28px;
    margin-bottom: 20px;
    padding-left: 40px;
    background: url("/images/d-answer.jpg") no-repeat left top / 28px 28px;
    font-weight: 300;
}

.d-main-wrap .wrap-right {}

.mainTitle {
    color: #A87446;
    font-size: 18px;
    line-height: 27px;
    height: 27px;
    border-bottom: 2px solid #EEE;
    font-weight: 500;
    padding-bottom: 10px;
}

.mainTitle .po {
    right: 0;
    top: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #999;
    text-align: right;
    padding-right: 16px;
    background: url("/images/d-arrow-r.png") no-repeat right center / 8px 14px;
}

.d-main-wrap .wrap-right .listBox {}

.d-main-wrap .wrap-right .listBox .list {
    padding: 22px 16px 22px 50px;
    overflow: hidden;
    border-bottom: 1px solid #EEE;
}

.d-main-wrap .wrap-right .listBox .list .banner {
    left: 0;
    top: 22px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.d-main-wrap .wrap-right .listBox .list .banner img {
    display: block;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.d-main-wrap .wrap-right .listBox .list .weixin {
    right: 0;
    top: 17px;
    color: #A87446;
    font-size: 14px;
    line-height: 29px;
    padding-left: 28px;
    width: 94px;
    height: 30px;
    background: url("/images/6666.png") no-repeat 8px center /17px 16px;
    border: 1px solid #A87446;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
}

.d-main-wrap .wrap-right .listBox .list .content {
    margin-left: 13px;
}

.d-main-wrap .wrap-right .listBox .list .div1 {
    font-size: 0;
    padding-bottom: 7px;
}

.d-main-wrap .wrap-right .listBox .list .div1 span {
    display: inline-block;
    vertical-align: top;
}

.d-main-wrap .wrap-right .listBox .list .div1 span.name {
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    color: #222;
    margin-right: 11px;
}

.d-main-wrap .wrap-right .listBox .list .div1 span.tag {
    font-size: 13px;
    line-height: 20px;
    height: 20px;
    padding: 0 6px;
    background-color: #F0ECEA;
    color: #9D7769;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-right: 8px;
}

.d-main-wrap .wrap-right .listBox .list .div2 {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 7px;
}

.d-main-wrap .wrap-right .listBox .list .div2 span:first-child {
    margin-right: 12px;
}

.d-main-wrap .wrap-right .listBox .list .div3 {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.d-main-wrap .wrap-right .footer {
    color: #999999;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    padding: 10px 0;
}

.d-main-wrap .wrap-right .footer .other {
    color: #9D7769;
}

.no-apply-row {
    display: flex;
}
.no-apply-img {
    width: 140px;
    height: 90px;
    border-radius: 10px;
}
.no-apply-right {
    width: 245px;
    margin-left: 10px;
    text-align: left;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.no-apply-auction-status {
    position: absolute;
    width: 60px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 10px;
    border-radius: 10px 0 10px 0;
}

.husList .listBox .list .banner .houseImg:hover {
    transform: scale(1.4);
}

.husList .listBox .list .banner .po {
    bottom: 0;
    right: 0;
    height: 31px;
    line-height: 31px;
    padding: 0 13px 0 16px;
    font-size: 18px;
    color: #FFF;
    background-color: rgba(2, 2, 2, 0.5);
    border-top-left-radius: 20px;
}

.husList .listBox .list .cont {
    padding: 13px 15px;
}

.husList .listBox .list .cont .title {
    font-size: 20px;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    padding-bottom: 11px;
    border-bottom: 1px solid #EEE;
}

.husList .listBox .list .cont .desc {
    border-bottom: 1px solid #EEE;
    padding: 13px 0;
}

.husList .listBox .list .cont .desc .div1 {
    font-size: 0;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
}

.husList .listBox .list .cont .desc .div1 span {
    display: inline-block;
    vertical-align: middle;
    color: #666666;
    font-size: 16px;
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #707070;
}

.husList .listBox .list .cont .desc .div1 span:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.husList .listBox .list .cont .desc .div2 {
    line-height: 28px;
    height: 28px;
    margin-top: 10px;
}

.husList .listBox .list .cont .desc .div2 .txt1 {
    color: #666666;
    font-size: 16px;
}

.husList .listBox .list .cont .desc .div2 .txt2 {
    color: #E7270F;
    font-size: 24px;
    font-weight: bold;
}

.shichangpare {
    font-size: 18px !important;
}

.husList .listBox .list .cont .desc .div2 .txt3 {
    color: #666666;
    font-size: 16px;
}

.husList .listBox .list .cont .desc .div2 .txt4 {
    color: #333;
    font-size: 21px;
    margin-right: 10px;
    font-weight: bold;
}

.husList .listBox .list .time {
    /* line-height: 17px;
    height: 17px; */
    padding-top: 14px;
    padding-right: 54px;
}

.husList .listBox .list .time .content {
    color: #333333;
    font-size: 16px;
}

.husList .listBox .list .time .say {
    text-align: right;
    font-size: 14px;
    color: #666;
    right: 0;
    top: 14px;
    width: 51px;
    background: url("/images/icon-say.png") no-repeat left center /20px 17px;
}

.husList .listBox .list .time .say:hover {
    color: #FF4500;
}

.husList {
    margin-top: 50px;
    margin-bottom: 50px;
}

.lodmores {
    display: block;
    text-align: center;
    font-size: 18px;

    font-weight: 500;
    line-height: 28px;
    color: rgba(102, 102, 102, 1);
    height: 28px;
}

.lodmores:hover {
    color: #FF4500;
}

/* 轮播图 */

.swiper-container {
    height: 420px !important;
    margin-left: auto;
    margin-right: auto;
}

.swiperBox .swiper-container.gallery-top,
.swiperBox .swiper-container.gallery-top2 {
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
}

.swiper-slide {
    width: 132px;
    background-size: cover;
    background-position: center;
}

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

.gallery-top,
.gallery-top2 {
    height: 264px;
    width: 100%;
}

.gallery-thumbs,
.gallery-thumbs2 {
    width: 100%;
    height: 90px !important;
    box-sizing: border-box;
    margin: 5px 0;
}
.gallery-thumbs .swiper-slide,
.gallery-thumbs2 .swiper-slide {
    width: 123px !important;
    height: 90px;
    opacity: 0.4;
}

.gallery-top2 .swiper-slide {
    background-size: 100% 100%;
}

.gallery-top2 .swiper-slide>.picTitle {
    position: absolute;
    bottom: 12px;
    left: 20px;
    color: #fff;
    background: #CB845C;
    padding: 0px 10px;
    height: 37px;
    line-height: 38px;
    font-size: 20px;
}

.gallery-top2 .swiper-slide>.picTitle>span:first-child {
    position: absolute;
    width: 3px;
    height: 18px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

.swiper-container.gallery-top .po,
.swiper-container.gallery-top2 .po {
    top: 0;
    right: 0;
    height: 31px;
    line-height: 31px;
    padding: 0 13px 0 16px;
    font-size: 18px;
    color: #FFF;
    background-color: rgba(2, 2, 2, 0.5);
    border-top-left-radius: 20px;
    z-index: 3;
}

.swiperBottom {
    display: flex;
    height: 97px;
    margin-top: 10px;
    justify-content: space-between;
}

.swBoB {
    position: relative;
}

.swBox {
    width: 100%;
    position: relative;
}

.swBox .vr {
    width: 146px !important;
    height: 97px;
}

.gallery-thumbs .swiper-slide-thumb-active,
.gallery-thumbs2 .swiper-slide-thumb-active {
    opacity: 1;
}

.div {
    width: 24px;
    height: 97px;
    position: absolute;
    top: 0;
    z-index: 9;
    display: none;
    cursor: pointer
}

.div_cet {
    width: 24px;
    height: 108px;
    position: absolute;
    top: 148px;
    z-index: 9;
    display: none;
    cursor: pointer;
}

.prev,
.prev2 {
    left: 0;
    background: url("/images/5.png") no-repeat;
    background-size: 100% 100%;
}

.next,
.next2 {
    right: 0;
    background: url("/images/4.png") no-repeat;
    background-size: 100% 100%;
}

.swiperBox .tabPic {
    position: absolute;
    bottom: 10px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: auto;
    width: 166px;
    white-space: nowrap;
    width: fit-content;
    width: -moz-fit-content;
    background: rgba(255, 255, 255, .88);
    border-radius: 20px;
    font-size: 0;
    box-shadow: 0 3px 25px rgba(0, 0, 0, .12)
}

.swiperBox .tabPic>a {
    width: 80px;
    height: 40px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.swiperBox .tabPic p {
    cursor: pointer
}

.swiperBox .tabPic>a:last-child {
    margin-right: 0px;
}

.swiperBox .tabPic>a>img {
    width: 100%;
}

/* vr */

.lunbo0 .swiper-container {
    position: relative;
}

.lunbo0 .vr-img {
    position: absolute;
    width: 62px;
    height: 62px;
    top: 50%;
    left: 50%;
    margin-top: -31px;
    margin-left: -31px;
    z-index: 1
}

.tabPic .xiaoguotip,
.tabPic .shijingtip,
.tabPic .vrtip {
    text-align: center;
    line-height: 40px;
    color: #4D73B8;
    white-space: nowrap;
    height: 40px;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    right: 0;
    border-radius: 20px;
}

.tabPic .xiaoguotip.active,
.tabPic .shijingtip.active,
.tabPic .vrtip.active {
    background: #4D73B8 !important;
    color: #fff;
}

.tipHus {
    width: 259px;
    height: 42px;
    background: #4D73B8;
    opacity: 1;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 340px;
}

/* 弹框 */
.maskHus {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.maskHusBox1 {
    width: 600px;
    height: 400px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 10%;
    position: relative;
    overflow: hidden;
}

.closeX {
    width: 13px;
    height: 13px;
    background-size: 100% 100%;
    position: absolute;
    top: 14px;
    right: 14px;
}

.titMask {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-top: 64px;
}

.maskHusBox1 ul {
    width: 444px;
    display: flex;
    margin: 0 auto;
    margin-top: 34px;
}

.maskHusBox1 ul li {
    flex: 1;
    text-align: center;
}

.maskHusBox1 ul li div:nth-child(1) {
    width: 40px;
    height: 40px;
    background: url(/images/wenhao@2x.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.maskHusBox1 ul li div:nth-child(2) {
    font-size: 18px;
    color: #8B572A;
    margin-top: 12px;
}

.maskHusBox1 .ipt {
    position: relative;
    width: 444px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 16px;
}

.maskHusBox1 input {
    width: 424px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(153, 153, 153, 1);
    opacity: 1;
    outline: none;
    font-size: 16px;
    padding-left: 20px;
}

.maskHusBox1 .mask1Btn {
    width: 444px;
    height: 42px;
    background: #4D73B8;
    opacity: 1;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    margin: 0 auto;
}

.maskHusBox1 .ipt div {
    color: #4D73B8;
    font-size: 16px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 10px;
}

.maskHusBox2 {
    padding-bottom: 12px;
    width: 500px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 10%;
    position: relative;
    overflow: hidden;
}

.titMask1 {
    text-align: center;
    font-size: 18px;
    color: #4D73B8;
    margin-top: 8px;
}

.maskHusBox2 .ipt {
    position: relative;
    width: 322px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 16px;
}

.maskHusBox2 input {
    width: 302px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(153, 153, 153, 1);
    opacity: 1;
    outline: none;
    font-size: 16px;
    padding-left: 20px;
}

.maskHusBox2 .mask1Btn {
    width: 322px;
    height: 42px;
    background: #4D73B8;
    opacity: 1;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    margin: 0 auto;
}

.maskHusBox2 .ipt div {
    color: #4D73B8;
    font-size: 16px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 10px;
}

/* .maskHusBox3{width:500px;height:300px;background:rgba(255,255,255,1);opacity:1;border-radius:4px;margin: 0 auto;margin-top: 10%;position: relative;overflow: hidden;} */

.maskHusBox3 {
    width: 400px;
    height: 320px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 10%;
    position: relative;
    overflow: hidden;
}

.maskHusBox3 ul {
    display: flex;
    margin-top: 77px;
}

.maskHusBox3 ul li {
    flex: 1;
}

.maskHusBox3 ul li:nth-child(1) {
    border-right: 1px solid #D3D3D3;
}

.maskHusBox3 ul li:nth-child(1) div:nth-child(1) {
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.maskHusBox3 ul li:nth-child(1) div:nth-child(1) img {
    width: 100%;
    height: 100%;
}

.maskHusBox3 ul li div:nth-child(2) {
    font-size: 18px;
    color: #333;
    text-align: center;
}

.maskHusBox3 ul li:nth-child(2) div:nth-child(1) {
    width: 150px;
    height: 115px;
    background: url(/images/231@2x.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

.maskHusBox3 ul li:nth-child(2) div:nth-child(2) {
    margin-top: 9px;
}

.maskHusBox3 ul li:nth-child(1) div:nth-child(2) {
    margin-top: 25px;
}

.maskHusBox4 {
    width: 500px;
    height: 200px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 10%;
    position: relative;
    overflow: hidden;
}

.maskHusBox4 .iconMask {
    width: 32px;
    height: 40px;
    background: url(/images/shalou1@2x.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 55px;
}

.maskHusBox4 div:nth-child(3) {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 18px;
}

.maskHusBox5 {
    width: 500px;
    height: 200px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 10%;
    position: relative;
    overflow: hidden;
}

.maskHusBox5 .iconMask {
    width: 40px;
    height: 40px;
    background: url(/images/chenggong-2@2x.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 55px;
}

.maskHusBox5 div:nth-child(3) {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 18px;
}

.maskHusBox6 {
    width: 500px;
    height: 200px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 10%;
    position: relative;
    overflow: hidden;
}

.maskHusBox6 ul {
    margin-top: 69px;
}

.maskHusBox6 ul li {
    float: left;
}

.maskHusBox6 ul li:nth-child(1) {
    width: 62px;
    height: 62px;
    background: url(/images/dianhua.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 63px;
}

.maskHusBox6 ul li:nth-child(2) {
    font-size: 28px;
    color: #333;
    margin-left: 10px;
    margin-top: 11px;
}

.maskHusBox {
    display: none;
}

/* 修改房源介绍标题 */

.detailtitle {
    display: flex;
    flex-direction: row;
    padding: 5px 0;
    font-size: 22px;
    color: #c7171e;
    font-weight: 400;
    text-align: center;
    /* border-bottom: 1px solid #eee; */
    margin-top: 20px;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}

.half-line {
    flex: 1;
    display: inline-flex;
    background-color: #eee;
    height: 2px;
}
.detailtitle .sp1 {
    margin-right: 20px;
    cursor: pointer;
}

.detailtitle .active {
    color: #A87446
}

.bidList {
    margin: 0 !important;
    width: 100% !important;
    border-collapse: collapse;
}

.bidList thead {
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
    color: #999;
    text-align: center;
}

.bidList td {
    border-bottom: 1px dashed #dddddd;
    padding: 0 10px;
    text-align: center;
    line-height: 45px;
    color: #333;
}

.left-view {
    width: 50%;
}

.detail-info {
    margin-top: 34px;
    padding: 0 40px;
    margin-bottom: 34px;
}

.spider-title {

    font-weight: bold;
    text-align: left;
    font-size: 22px;
    color: #0A0A0A;
}


.info-splider {
    background: #959595;
    height: 54px;
    width: 2px;
}


.info-text {
    font-size: 24px;
    margin-top: 10px;
    color: #848484;
}

.other-info {
    margin: 40px 30px;
}

.detail-house {
    /* background: #f5f7fd; */
    padding: 0px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px;
}

.house-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row-price {
    display: flex;
    margin: 0 22px;
    vertical-align: middle;
    justify-content: center;
}


.price-view {
    display: flex;
    align-items: baseline;
}
.tax-title-info {
    display: flex;
    flex-direction: row;
    background: #F0F0F0;
    border-radius: 40px;
    margin: 0 40px;
    align-items: center;
}

.tax-row {
    display: flex;
    flex-direction: column;
}

.tax-cell {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.text-desc {
    color: grey;
    font-size: 12px;
    text-align: right;
}

.tax-title {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: grey;
}

.tax-split {
    width: 1px;
    height: 36px;
    background: grey;
    vertical-align: middle;
}

.tax-title-selected {
    color: #FF4127;
    font-weight: bold;
    /* background: #FFF; */
    padding: 6px 0px;
    border-radius: 40px;
}

.tax-info-view {
    display: flex;
    flex-direction: row;
    margin: 40px;
    align-items: center;
    justify-content: center;
}

.tax-left {
    display: flex;
    flex: 5;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tax-middle {
    display: flex;
    flex: 3;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px;

}

.tax-right {
    display: flex;
    flex: 2;
    flex-direction: column;
}

.loan-left {
    display: flex;
    flex: 9;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.loan-middle {
    display: flex;
    flex: 4;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;

}

.loan-right {
    display: flex;
    flex: 5;
    flex-direction: column;
}

.tax-label {
    font-size: 20px;
    font-weight: bold;
    color: #9A9A9A;
}

.tax-label-sm {
    font-size: 16px;
    font-weight: bold;
    color: #9A9A9A;
}

.tax-value {
    font-size: 24px;
    font-weight: bolder;
    color: #313131;
    margin-top: 6px;
}

.tax-unit {
    font-size: 16px;
    color: #313131;
    margin-left: 4px;
}

.fth {
    flex: 1 !important;
}

.ftd {
    flex: 1;
}

.tax-total {
    font-size: 32px;
    color: #313131;
    font-weight: bolder;
    margin: 4px 0;
}

.tax-circle-outter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 250px;
    border: 30px solid #FF0000;
    border-radius: 125px;
    border-right-color: #FF9441;
}

.loan-circle-outter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    width: 250px;
    border: 30px solid #FF6C00;
    border-radius: 125px;
    border-right-color: #FFA421;
}

.tax-circle-middle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF1F1;
    height: 200px;
    width: 200px;
    border-radius: 100px;
}

.tax-circle-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    height: 150px;
    width: 150px;
    border-radius: 75px;

}

.thead {
    width: 100%;
    background: #F0F0F0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}

.thead,
.tr {
    display: flex;
    align-items: center;
    text-align: center;
}

.tscroll-loan {
    height: 150px;
    overflow: scroll;
}

.tscroll {
    height: 600px;
    overflow: scroll;
}

.th {
    flex: 2;
    line-height: 30px;
    background: #F4F4F4;
    -webkit-line-clamp: 2;
    /*设定行数为2*/
    text-overflow: ellipsis;
    /* 超出文字用省略号代替 */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    vertical-align: middle;
}

.od {
    background: #F0F0F0;
}

.ltd {
    margin-top: 2px;
    margin-bottom: 2px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    flex: 1;
}

.td {
    margin-top: 2px;
    margin-bottom: 2px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    flex: 2;
}

.td-text {
    height: auto;
    font-size: 16px;
    color: black;
    -webkit-line-clamp: 2;
    /*设定行数为2*/
    text-overflow: ellipsis;
    /* 超出文字用省略号代替 */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* white-space: nowrap; */
    word-break: break-all;
}

.swiper-button-prev {
    position: relative;
    background: #B2B2B2;
    top: -72px;
    left: 0;
    height: 90px;
}
.swiper-button-next {
    width: 20px;
    position: relative;
    background: #B2B2B2;
    top: -141px;
    left: 686px;
    height: 90px;
    z-index: 99;
}

.swiper-img-prev {
    position: relative;
    left: 0;
    z-index: 99;
}

.swiper-img-prev {
    position: relative;
    top: -270px;
    left: 0;
    z-index: 99;
    opacity: 0;
}
.swiper-img-next {
    position: relative;
    top: -270px;
    left: 666px;
    z-index: 99;
    opacity: 0;
}
.gallery-top:hover .swiper-button-white {
    opacity: 1;
}
.swiper-button-white {
    height: 90px;
    width: 20px;
}

.data-no {
    text-align: center;
    line-height: 200px;
}

.row-area {
    display: flex;
    flex-direction: column;
}

.left-area {
    flex: 1;
}

.right-area {
    flex: 1;
}
