@import './base.css';

/*start----头部----start*/
.header {
  /* height:840px; */
}

.header .crumbs{
  padding-top: 15px;
  padding-bottom: 40px;
}
.header .crumbs ul{
  display: flex;
}
.header .crumbs ul li{
  margin-right: 8px;
  color: #666666;
}
.header .crumbs ul li::after{
  content: '';
  display: inline-block;
  width: 4px;
  height: 7px;
  background-image: url('../assets/icons/右三角.png');
  margin-left: 8px;
}
.header .crumbs ul li:nth-last-of-type(1):after{
  display: none;
}

.header .head-content .carousel-box{
  width: 740px;
  margin-right: 50px;
}
.header .head-content .text-box{
  flex: 1;
}
.header .head-content .text-box h2{
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  padding: 10px 0 25px 0;
  max-width: 480px;
}
.header .head-content .text-box .price{
  padding: 16px 0;
  border-bottom: 1px solid rgba(192, 220, 255, 0.41);
  font-size: 14px;
}

.header .head-content .text-box .price span:nth-of-type(1){
  color: rgba(0, 0, 0, .5);

}

.header .head-content .text-box .price .num{
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #1A74F7;
  font-family: 'Arial';
}

.header .head-content .text-box .count{
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(192, 220, 255, 0.41);
}
.header .head-content .text-box .count>div{
  border-right: 1px solid rgba(218, 232, 237, 1);
  padding: 0 50px;
}
.header .head-content .text-box .count>div:nth-last-of-type(1){
  border: none;
}
.header .head-content .text-box .count>div p{
  white-space: nowrap;
  padding-bottom: 4px;
  text-align: center;
}
.header .head-content .text-box .count>div p:nth-of-type(1){
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.header .head-content .text-box .count>div p:nth-of-type(2){
  color: #666666;
}
.header .head-content .text-box .count>div p .num{
  font-size: 30px;
  font-family: 'Arial';
  margin-right: 2px;
  white-space: nowrap;
}

.header .head-content .text-box .description{
  padding: 30px 0;
  border-bottom: 1px solid rgba(192, 220, 255, 0.41);
  font-size: 15px;
}
.header .head-content .text-box .description div{
  display: flex;
  padding-bottom: 7px;
}
.header .head-content .text-box .description div:nth-last-of-type(1){
  padding-bottom: 0;
}
.header .head-content .text-box .description div span{
  width: 60px;
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  color: #666666;
  white-space: nowrap;
}
.header .head-content .text-box .description div a{
  color: #000000;
}
.header .head-content .text-box .description div .num{
  width: auto;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Arial';
  color: #1A74F7;
  margin-right: 2px;
}
.header .head-content .text-box .expert{
  padding-top: 40px;
}
.header .head-content .text-box .expert .img-box{
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}
.header .head-content .text-box .expert .text-box h3{
  font-size: 18px;
  margin-bottom: 5px;
}
.header .head-content .text-box .expert .text-box p{
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
}
.header .head-content .text-box .expert .text-box .common-btn{
  width: 122px;
  height: 40px;
  font-size: 14px;
  line-height: 14px;
}
.header .head-content .text-box .expert .text-box .common-btn img{
  width: 18px;
  height: 18px;
  margin-left: 10px;
}





 


.detail-body .wrapper{
  padding-top: 50px;
}
.detail-body .content{
  width: 1042px;
}
.detail-body .content .card{
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
.detail-body .content .card>.title{
  height: 75px;
  border-bottom: 1px solid #dae8ed;
  background-color: #f7fdff;
  display: flex;
  align-items: center;
  padding-left: 40px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.detail-body .content .card>.title::before{
  content: "";
  display: inline-block;
  width: 3px;
  height: 20px;
  opacity: 1;
  border-radius: 1px;
  margin-right: 10px;
  margin-top: 2px;
  background: linear-gradient(70deg, rgba(4, 91, 240, 1) 0%, rgba(45, 138, 253, 1) 100%);
}
.detail-body .content .card .card-content{
  padding: 30px 50px;
}
.detail-body .content .housing .card-content .tab{
  padding-top: 4px;
  padding-bottom: 24px;
  display: flex;
  border-bottom: 1px solid #DAE8ED;
}
.detail-body .content .housing .card-content .tab span{
  font-size: 15px;
  line-height: 15px;
  color: #666666;
}
.detail-body .content .housing .card-content .tab li{
  font-size: 15px;
  line-height: 15px;
  color: #868B91;
  margin-left: 35px;
  cursor: pointer;
  user-select: none;
}
.detail-body .content .housing .card-content .tab li.active{
  color: #1A74F7;
}


.detail-body .content .housing .card-content .table-head{
  display: flex;
  padding-top: 15px;
  margin-bottom: 30px;
}

.detail-body .content .housing .card-content .table-head>div{
  position: relative;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  color: rgba(102, 102, 102, 1);
  cursor: pointer;
  user-select: none;
}
.detail-body .content .housing .card-content .table-head>div.active{
  color: rgba(26, 116, 247, 1);
}
.detail-body .content .housing .card-content .table-head>div img{
  width: 7px;
  height: 4px;
}
.detail-body .content .housing .card-content .table-head>div .arrow-up{
  position: absolute;
  top: 5px;
  left: 35px;
}
.detail-body .content .housing .card-content .table-head>div .arrow-down{
  position: absolute;
  bottom: 5px;
  left: 35px;
}
.detail-body .content .housing .card-content .table-head>div,
.detail-body .content .housing .card-content .table-list .list-item>div{
  width: 190px;
}
.detail-body .content .housing .card-content .table-head>div:nth-of-type(1),
.detail-body .content .housing .card-content .table-list .list-item>div:nth-of-type(1){
  width: 254px;
}
.detail-body .content .housing .card-content .table-head>div:nth-of-type(5),
.detail-body .content .housing .card-content .table-list .list-item>div:nth-of-type(5){
  width: 118px;
}

.detail-body .content .housing .card-content .table-list .list-item{
  display: flex;
  height: 87px;
  margin-bottom: 20px;
}
.detail-body .content .housing .card-content .table-list .list-item>div{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.detail-body .content .housing .card-content .table-list .list-item .img-box{
  width: 130px;
  border-radius: 20px;
  overflow: hidden;
}
.detail-body .content .housing .card-content .table-list .list-item>div h3{
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  font-family: 'Arial';
}
.detail-body .content .housing .card-content .table-list .list-item>div p{
  font-size: 12px;
  color: #666666;
}
.detail-body .content .housing .card-content .table-list .list-item>div:nth-last-of-type(1) p{
  font-size: 16px;
}
.detail-body .content .housing .card-content .more{
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.detail-body .content .housing .card-content .more div{
  width: 219px;
  height: 50px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #045BF0;
  border-radius: 24.5px;
  border: 1px solid rgba(218, 232, 237, 1);
}

.detail-body .content .overview .card-content .row{
  display: flex;
  padding-top: 5px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 24px;
  color: #868B91;
}
.detail-body .content .overview .card-content .row:nth-last-of-type(1){
  margin-bottom: 0;
}
.detail-body .content .overview .card-content .row .left{
  width: 140px;
}
.detail-body .content .overview .card-content .row .text{
  flex: 1;
  padding-bottom: 28px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(218, 232, 237, 1);
}
.detail-body .content .overview .card-content .row:nth-last-of-type(1) .text{
  position: relative;
  margin-bottom: 0px;
  border: none;
}
.detail-body .content .overview .card-content .row .text>div{
  display: flex;
  margin-bottom: 10px;
}
.detail-body .content .overview .card-content .row .text>div>div{
  flex: 1;
  display: flex;
  color: #333333;
}
.detail-body .content .overview .card-content .row .text>div>div span{
  display: inline-block;
  min-width: 78px;
  max-width: 78px;
  margin-right: 30px;
  color: #868B91;
}
.detail-body .content .overview .card-content .row .text>div>div>div{
  max-width: 530px;
}

/* .detail-body .content .introduction .card-content{
  font-size: 15px;
  line-height: 24px;
  color: rgba(134, 139, 145, 1);
  text-align: left;
  padding: 10px 0 15px 0;
} */
.detail-body .content .introduction .card-content{
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  border: 1px solid #ffffff;
  padding: 30px;
  padding-bottom: 15px;
}
.detail-body .content .introduction .card-content .img-box{
  width: 310px;
  height: 208px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 50px;
}

.detail-body .content .introduction .card-content .text-box{
  flex: 1;
  /* padding-top: 20px; */
  padding-right: 10px;
  position: relative;
}
.detail-body .content .introduction .card-content .text-box p{
  font-size: 15px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  padding-bottom: 10px;
}
.detail-body .content .introduction .card-content .text-box .text .title{
  font-size: 20px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 13px;
}
.detail-body .content .introduction .card-content .text-box .text .title a{
  color: rgba(0, 0, 0, 1);
}
.detail-body .content .introduction .card-content .text-box .text .detail{
  margin-top: 5px;
  width: 105px;
  height: 40px;
  line-height: 40px;
  border-radius: 19.5px;
  background: linear-gradient(30deg, rgba(4, 91, 240, 1) 0%, rgba(45, 138, 253, 1) 100%);
  border: 1px solid rgba(218, 232, 237, 1);
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  user-select: none;
}
.detail-body .content .introduction .card-content .text-box .text p{
  display: flex;
  align-items: center;
  color: #000000;
}
.detail-body .content .introduction .card-content .text-box .text p>span:nth-of-type(1){
  display: inline-block;
  width: 70px;
  white-space: nowrap;
  margin-right: 30px;
  color: rgba(134, 139, 145, 1);
}
.detail-body .content .introduction .card-content .text-box .text p .num{
  color: #1A74F7;
  font-weight: 700;
  margin-right: 2px;
}


.detail-body .content .introduction .card-content .text-box .price{
  text-align: right;
}
.detail-body .content .introduction .card-content .text-box .price .price-title{
  position: absolute;
  right: 0;
  white-space: nowrap;
  padding-bottom: 6px;
  color: #000000;
}

.detail-body .content .introduction .card-content .text-box .price .price-title .num{
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  color: rgba(26, 116, 247, 1);
  margin-right: 2px;
}




.detail-body .content .position .card-content{
  height: 587px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.detail-body .content .position .card-content #mapDiv{
  border-radius: 20px;
  overflow: hidden;
}





/*start----猜你喜欢----start*/
.detail-body .content .you-like{
  padding-top: 5px;
  padding-bottom: 20px;
}
.detail-body .content .you-like h2{
  font-size: 26px;
  padding-bottom: 40px;
}
.detail-body .content .you-like .images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.detail-body .content .you-like .images>div {
  width: 331px;
  height: 323px;
  margin-bottom: 40px;
}

.detail-body .content .you-like .images>div .img-box{
  position: relative;
  width: 330px;
  height: 220px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
}
.detail-body .content .you-like .images>div .text-box .title{
  font-size: 18px;
  font-weight: 700;
}
.detail-body .content .you-like .images>div .text-box .position{
  font-size: 14px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  padding-top: 8px;
  padding-bottom: 12px;
  display: flex;
  align-items: center;
}
.detail-body .content .you-like .images>div .text-box .position img{
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.detail-body .content .you-like .images>div .text-box .position img:nth-of-type(2){
  width: 20px;
  margin-left: 15px;
}
.detail-body .content .you-like .images>div .text-box .price{
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.detail-body .content .you-like .images>div .text-box .price .num{
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: rgba(26, 116, 247, 1);
  margin-right: 2px;
}
/*end----猜你喜欢----end*/






.detail-body .side{
  width: 330px;
}
.detail-body .side .side-consultant{
  border: 1px solid #DAE8ED;
  width: 100%;
  padding: 20px;
  padding-bottom: 7px;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.detail-body .side .side-consultant .title{
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 18px;
  text-align: center;
}
.detail-body .side .side-consultant .consultant-item{
  display: flex;
  padding: 20px 0;
  border-top: 1px solid #DAE8ED;
  padding-bottom: 15px;
}
.detail-body .side .side-consultant .consultant-item .img-box{
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 15px;
}
.detail-body .side .side-consultant .consultant-item .text h3{
  font-size: 18px;
  margin-bottom: 3px;
  font-weight: 700;
}
.detail-body .side .side-consultant .consultant-item .text p{
  padding-top: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #6A7C9A;
}
.detail-body .side .side-consultant .consultant-item .text p .num{
  font-size: 20px;
  font-weight: 700;
  font-family: 'Arial';
  color: #0A62F2;
}
.detail-body .side .side-consultant .consultant-item .text>div{
  display: flex;
  padding: 8px 0;

}
.detail-body .side .side-consultant .consultant-item .text>div .btn{
  min-width: 72px;
  white-space: nowrap;
  height: 30px;
  border-radius: 14.5px;
  border: 1px solid rgba(69, 150, 139, 1);
  font-size: 12px;
  color: rgba(69, 150, 139, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}


.detail-body .side .side-entrust{
  min-height: 426px;
}

.detail-body .side .side-entrust .title{
  padding-top: 4px;
  padding-bottom: 7px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}
.detail-body .side .side-entrust .dis{
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 0, 0, .5);
  padding-bottom: 25px;
}


.detail-body .side .side-price{
  min-height: 256px;
  overflow: hidden;
  margin-bottom: 30px;
}
.detail-body .side .side-price .price{
  display: flex;
  align-items: center;
  padding: 0 30px;
  height: 110px;
  color: #ffffff;
  background: linear-gradient(30deg, #0398e7 0%, #2bc5f9 100%);
}
.detail-body .side .side-price .price .left{
  font-size: 14px;
  width: 80px;
  border-right: 1px solid rgba(255, 255, 255, .5);
  margin-right: 20px;
}
.detail-body .side .side-price .price span{
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
}
.detail-body .side .side-price .price .num{
  display: block;
  font-size: 48px;
  font-family: 'Arial';
  font-weight: 700;
  color: #ffffff;
  margin-right: 5px;
}
.detail-body .side .side-price .type{
  display: flex;
  padding: 35px 30px;
}
.detail-body .side .side-price .type>div{
  flex:1;
}
.detail-body .side .side-price .type>div p{
  font-size: 12px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}
.detail-body .side .side-price .type>div p .num{
  display: block;
  font-size: 34px;
  font-weight: 700;
  color: rgba(51, 51, 51, 1);
  margin-right: 4px;

}
.detail-body .side .side-price .type>div p:nth-of-type(1){
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: rgba(102, 102, 102, 1);
  padding-bottom: 5px;
}

.detail-body .side .side-hot{
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
}


.detail-body .side .side-information{
  border: 1px solid #DAE8ED;
  width: 100%;
  padding: 20px;
  padding-bottom: 7px;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.detail-body .side .side-information .title{
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 18px;
  text-align: center;
}
.detail-body .side .side-information .information-item{
  display: flex;
  padding: 26px 0;
  border-top: 1px solid #DAE8ED;
  padding-bottom: 15px;
}
.detail-body .side .side-information .information-item .img-box{
  width: 22px;
  height: 19px;
}
.detail-body .side .side-information .information-item h4{
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(69, 69, 69, 1);
}

