﻿.search-box{
    display: flex;
}
.search-box input[type="text"] {
    outline: none;
    height: 34px;
    border: 1px solid #eee;
    padding-left: 10px;
    border-radius: 3px 0 0 3px;
}
.search-box .btn-search{
    width: 40px;
    height: 34px;
    cursor: pointer;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display: flex;
    background: url('../images/ico-search.svg') center no-repeat;
    background-color: #c32922;
    background-image: 24px;
}
.detail-box {
    padding: 38px 0;
}
.detail-box .title-line {
    padding-top: 15px;
}
.detail-box .title-line .line01 {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 100%;
}
.detail-box .title-box {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 30px;
    margin-right: 30px;
    font-family: "Hiragino Sans GB", "微软雅黑", "Microsoft YaHei", SimHei, Tahoma, "宋体b8b\4f53", SimSun, sans-serif;
}
.panel-box-info {
    padding: 27px 0 20px 0;
    padding-right: 0;
    background: #fff;
}

.intro-main{
    display: flex;
    justify-content: space-between;
}
.intro-main .gallery-box{
    width: 680px;
}
.intro-main .info-box {
    width: 470px;
    margin-top: -6px;
}
.pic-panel{
    position: relative;
    overflow: hidden;
}
.pic-panel,
.pic-panel img {
    width: 680px;
    height: 430px;
    border-radius: 10px;
}
.intro-main .gallery-box {
    width: 685px;
}
.intro-main .gallery-box .pic-panel, 
.intro-main .gallery-box .pic-panel img{
    width: 685px;
    height: 400px;
}
.intro-main .gallery-box .gallery-thumbs {
    height: 75px;
    margin-top:10px;
    padding:0 34px;
    position: relative;
    overflow: hidden;
}
.intro-main .gallery-box .gallery-thumbs img{
    height: 75px;
    border-radius: 8px;
    width: 148px;
    -o-object-fit: cover;
    object-fit: cover;
}
.intro-main .gallery-box .gallery-thumbs .gallery-swiper{
    width: 617px;
    overflow: hidden;
}
.intro-main .gallery-box .gallery-thumbs .swiper-button-next,
.intro-main .gallery-box .gallery-thumbs .swiper-button-prev{
    top:0;
    margin-top: 0;
    width: 30px;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-radius: 8px;
}
.intro-main .gallery-box .gallery-thumbs .swiper-button-next{
    right: 0;
}
.intro-main .gallery-box .gallery-thumbs .swiper-button-prev{
    left: 0;
}
.intro-main .gallery-box .gallery-thumbs .swiper-button-next:after,
.intro-main .gallery-box .gallery-thumbs  .swiper-button-prev:after {
    font-size: 18px;
}
.price-box{  
    display: flex;
    align-items: baseline;
    height: 68px;
}
.price-box .price,
.price-box .desc{
    display: flex; 
    align-items: baseline;}
.price-box .num{
font-size: 44px;
font-weight: 700;
color: #e22d3d;
margin-top: -6px;
margin-bottom: 6px;
}
.price-box .unit{
    vertical-align: 7px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 7px;
}
/* .gallery-thumbs {
    position: relative;
    z-index: 7;
    height: 73px;
}
.gallery-thumbs ul li {
    width: 100px;
    height: 69px;
    padding-right: 8px;
    position: relative;
    float: left;
} */
/* .gallery-thumbs ul li a {
    display: block;
    border: 2px solid #fff;
    width: 100px;
    height: 69px;
    overflow: hidden;
    z-index: 10;
}
.gallery-thumbs ul li a img {
    width: 100%;
    height: 100%;
}
.gallery-thumbs .ctrl-btn {
    position: absolute;
    z-index: 11;
    top: 0px;
    display: inline-block;
    width: 35px;
    margin-top: 5px;
} */
/* 
.gallery-thumbs .ctrl-btn-prev {
    left: 0px;
}
.gallery-thumbs .ctrl-btn-next {
    right: 0px;
}
.gallery-thumbs .ctrl-btn i {
    width: 35px;
    height: 73px;
    display: inline-block;
    zoom: 1;
} */
/* .dt-ico {
    background: url(../images/house/detail.png) no-repeat;
}
.gallery-thumbs .ico-arr-top {
    background-position: -10px -99px;
}
.gallery-thumbs .album-view-wrap {
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 420px;
    height: 73px;
    padding-top: 5px;
    margin: 0 4px;
}
.gallery-thumbs .ico-arr-bottom {
    background-position: -53px -99px;
} */
.house-intro .intro-main .info-box {
    margin-left: 20px;
    width: 450px;
}
.info-box .desc-text ul li {
    float: left;
    display: inline-block;
    width: 50%;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    color: #666;
}
.value-list{
    display: flex;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    justify-content: space-between;
    padding: 20px 0;
}
.value-list .value{
    font-family: MicrosoftYaHei;
    font-weight: 700;
    font-size: 24px;
    color: #333;
}
.value-list .label{
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #999;
}
.value-list .unit{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #9b9da9;
}
.info-list{padding:30px 0 0;display:flex;flex-wrap:wrap}
.info-list .item{width:50%;display:flex;align-items:center;margin-bottom:20px}
.info-list .item .label{font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#999;width: 30px;
    flex-shrink: 0;}
.info-list .item .value{font-family:MicrosoftYaHei;font-size:14px;color:#333;margin-left:7px}
.info-list .full{ width:100%; }
.contact-box{display:flex;align-items:center;justify-content:space-between; }
.user-box{flex:1;width:200px; }
.user-box .user{display:flex}
.user-box .user img{
    flex-shrink: 0;
    margin-right:16px;width:48px !important;height:48px !important
}
.user-box .user .info{
    flex: 1;
    width: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.user-box .user .name{
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size:20px !important;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600 !important;color:#0a203a !important;margin-bottom:0 !important}
.user-box .user .desc{font-size:14px !important;font-family:PingFangSC-Regular,PingFang SC;font-weight:400 !important;color:#9b9da9 !important;margin-bottom:0 !important}
.user-box .phone{background:#e81e1a;border-radius:4px;height:40px;line-height:40px;margin-top:15px;text-align:center;padding:0 11px;font-weight:600;font-family:Arial-BoldMT;font-size:18px;color:#fff}
.contact-box .code{
    flex-shrink: 0;
    width: 140px;
    margin-left: 20px;
}
.contact-box .code img{
    display: inline-block;
    width: 140px !important;
    height: 140px !important;
    -o-object-fit: cover;
    object-fit: cover;
}
.panel-tab.fixed{
    position: fixed;
    left:0;top:0;right:0; z-index:100;
}
.panel-tab .wrapper{
    display: flex;
    width: 1200px;
    margin: 15px auto 0;
    min-width: 500px;
    height: 56px;
    line-height: 56px;
    align-items: center;
    background-color: #f8f8f8;
    cursor: pointer;
}
.panel-tab .item{
    display: block;
    flex: 1 1;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
}
.panel-tab .item:last-child{margin-right: 0;}
.panel-tab .item:after {
    content: "";
    width: 0;
    height: 3px;
    background: #e22d3d;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .2s;
}
.panel-tab .active{
    color: #e22d3d;
}
.panel-tab .active:after{
    left: 0;
    width: 100%;
}
.main-content{ display: flex;}
.main-content .con-box{flex-shrink:0; width: 760px; margin-right: 20px;}
.main-content .side-box{
    position:relative;width:400px;height:400px;
    margin-top:50px;
}
.detail-content{width:100%;overflow:hidden;margin-top:40px;border:1px solid transparent}
.detail-content .title{font-family:MicrosoftYaHei;font-size:24px;font-weight:700;color:#333;line-height:1;margin-bottom:30px}
.detail-content .title .txt{
    color: rgb(116, 116, 118);
}
.detail-list{display:flex;align-items:center;flex-wrap:wrap}
.detail-list .item{list-style:none;display:flex;align-items:center;width:270px;margin-bottom:20px}
.detail-list .item .label{
    flex-shrink: 0;
    width:70px;font-family:MicrosoftYaHei;font-size:14px;color:#999;text-align:right}
.detail-list .item .value{font-family:AdobeHeitiStd-Regular;font-size:14px;color:#333;margin-left:10px}
.detail-list .item.col-6{
    width:50%
}
.detail-desc{padding-top:30px;margin-top:10px;border-top:1px solid #e2e3e6;padding-bottom:20px;margin-bottom:10px;display:flex;line-height:1}
.detail-desc .label{text-align-last:justify;position:relative;font-size:14px;font-family:PingFangSC-Semibold,PingFang SC;font-weight:600;color:#333;opacity:.99;padding-left:5px;display:inline-block;width:70px;line-height:20px}
.detail-desc .label:after{position:absolute;content:"";width:2px;height:10px;background:#e81e1a;top:5px;left:-5px}
.detail-desc .value{display:inline-block;line-height:20px;margin-left:8px;font-size:14px;font-family:PingFangSC-Regular,PingFang SC;font-weight:400;color:#333;width:800px}
.detail-album ul{
    overflow: hidden;
    margin-top: 24px;
    width: 710px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.detail-album li{
    margin-bottom: 20px
}
.detail-album li img{
    width: 345px;
    height: 240px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}
.project-box {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.project-box .info .name{
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333;
}

.project-box .info .addr{
    width: 405px;
    margin-top: 13px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.project-box .stat{
    display: flex;
    flex-wrap: wrap;
}
.project-box .stat li{
    width: 202px;
    margin-top: 20px;
}

.project-box .stat .label{
    color: #999;
    font-size: 12px;
    font-family: MicrosoftYaHei;
}
.project-box .stat .value{
    font-family: ArialMT;
    font-size: 14px;
    color: #333;
}
.project-box .other img{
    width: 266px;
    height: 172px;
    border-radius: 5%;
    -o-object-fit: cover;
    object-fit: cover;
}
.project-box .other a{
    display: block;
    text-align: right;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #e22d3d;
    margin-top: 18px;
}
.map-indicator{height:28px;line-height:28px;font-family:'Hiragino Sans GB','Microsoft YaHei',SimHei,Tahoma,SimSun,sans-serif;padding-top:30px;padding-bottom:30px;border-top:1px solid #e1e1e1}
.map-indicator a{margin-right:4px;padding:5px 6px;color:#999}
.map-indicator a:hover{text-decoration:none}
.map-indicator a.on{background-color:#39ac6a;color:#fff}
.map_type_tab span{display:inline-block;font-size:20px;color:#999;cursor:pointer;padding:0px 8px}
.map_type_tab span.active{color:#333}
#map_type_click_sj{position:relative;padding-right:35px}
#map_type_click_sj em{width:34px;height:21px;position:absolute;top:-5px;right:0px;float:left;background:url("../images/ico_change.png") no-repeat -251px -30px}
.map-box{position:relative}
.map-box .map-content{position:relative;width:1130px;height:400px}
.map-box .env-list{position:absolute;top:23px;bottom:23px;right:23px;width:310px;background-color:#fff;box-shadow:0 0 7px rgba(0,0,0,0.45);width:245px;height:360px;font-size:12px;color:#333;font-family:"Hiragino Sans GB","Microsoft YaHei",SimHei,Tahoma,SimSun,sans-serif}
.map-box .env-list a{display:none}
.map-box .env-list h3,.content .env-list h3{line-height:20px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #d3d3d3;font-size:14px;line-height:39px;text-align:center;font-size:14px;font-weight:bold;color:#fff;background-color:#568fe3}
.map-box .env-list .result-list{height:290px;overflow:auto}
.good-card{position:relative;margin-top:50px;width:400px;background-color:#fff;border-radius:8px;border:1px solid #eee;top:0}
.good-card .good-box{margin-top:20px;padding:0 23px}
.good-card .title-box{display:flex;justify-content:space-between}
.good-card .title-box .name{font-size:16px;font-weight:700;max-width:230px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.good-card .title-box .price{font-family:MicrosoftYaHei;font-size:14px;font-weight:700;font-stretch:normal;line-height:9px;letter-spacing:0;color:#e22d3d}
/* .good-card .desc{margin-top:12px} */
.good-card .contact-box{border-top:2px solid #eee;margin:20px 23px;padding-top:20px}
.detail-tui ul{display:flex;flex-wrap:wrap;justify-content:left}
.detail-tui ul li{width:185px;height:40px;line-height:40px;text-align:center;background:linear-gradient(159deg,#fffbfb,#fff5f5);border-radius:4px;display:inline-block;margin-top:20px;font-size:16px;font-weight:600;margin-right:18px;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1}
.detail-tui ul li a{color:#333}
.detail-house .i-nav{margin-top:20px;display:flex;align-items:center;cursor:pointer}
.detail-house .i-nav span{color:#666;margin-right:5px}
.detail-house .i-nav li{color:#333;font-size:12px;padding:6px 25px;text-align:center}
.detail-house .i-nav li.active{background-color:#f5f5f6;border-radius:12px}
.detail-house .list .i-head{
    font-size:12px;display:flex;
    justify-content: space-around;
    margin-top:30px;padding-bottom:10px;border-bottom:1px solid #eee}
.detail-house .list .i-head li{
    color:#999}
.detail-house .list .i-body .i-box{
    width:760px;display:flex;
    justify-content: space-between;
    align-items:center;padding:10px 0}
.detail-house .list .i-body .i-box .ii-item{
    width:190px;text-align:center;
    color:#000}
.detail-house .list .i-body .i-box  img{width:123px;height:85px;border-radius:10%}
.detail-house .btn-more{
    display: block;
    margin:25px auto 0;
    width:200px;height:32px;
    text-align:center;line-height:32px;background-color:#f5f5f6;
    border-radius:4px;color:#c99;cursor:pointer;
}
.tui-house .list{ 
    display: flex; flex-wrap: nowrap;
}
.tui-house .item{
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: 280px;
    position: relative;
} 
.tui-house .item img{
    width: 280px;
    height: 210px;
    border-radius: 5px;
} 
.tui-house .item .info{
    padding-top: 8px;
}
.tui-house .title-box{
    display: flex;
    justify-content: space-between;
    height: 38px;
    line-height: 30px;
}
.tui-house .title-box .i-title{
    font-size: 16px;
    font-weight: 700;
    color: #333;
    max-width: 200px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tui-house .title-box .i-txt{
    font-size: 12px;
    color: #979fa8;
    max-width: 120px;
    height: 30px;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tui-house .price-box{
    display: flex;
    justify-content: space-between;
    height: 36px;
    line-height: 36px;
} 
.tui-house .price{
    float: left;
    display: inline-block;
    color: #979fa8;
    font-size: 12px;
}
.tui-house .price .num{
    color: #ec203d;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding-right: 5px;
    font-style: normal;
} 
.tui-house .other {
    display: inline-block;
    color: #979fa8;
    font-size: 12px;
    float: right;
}

.tui-house .other .num{
    font-style: normal;
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding: 0 5px;
    font-weight: 700;
}
.info-box .form{
    min-height: 440px;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(219, 219, 219);
    padding: 30px 18px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.info-box .form .f-title{
    padding-top: 40px;
    font-size: 30px;
}
.info-box .form .f-desc{
    font-weight: 300;
    letter-spacing: 0px;
    margin-top: 5px;
    font-size: 16px;
    padding-bottom: 40px;
}

.info-box .form .item{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 44px;
    width: 100%;
    margin-top: 20px;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    border-color: rgb(193, 193, 194);
}
.info-box .form .item input{width:100%; height: 100%; border:0}
.info-box .form .btn{
    margin-top: 20px;
    display: block;
    width: 100%;
    min-width: 140px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 0px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 209, 109);
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    -webkit-tap-highlight-color: transparent;
}