* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a{
  text-decoration: none;
}

span a{
  color: #666666;
}

@font-face {
  font-family: '思源黑体';
  /*src: url('../assets/font/SourceHanSans-Regular.otf') format('opentype');*/
  font-weight: 400;
}
@font-face {
  font-family: '思源黑体';
  /*src: url('../assets/font/SourceHanSans-Light.otf') format('opentype');*/
  font-weight: 100;
}
@font-face {
  font-family: '思源黑体';
  /*src: url('../assets/font/SourceHanSans-Bold.otf') format('opentype');*/
  font-weight: 700;
}
@font-face {
  font-family: 'Arial';
  /*src: url('../assets/font/arial.ttf') format('truetype');*/
  font-weight: 400;
}
@font-face {
  font-family: 'Arial';
  /*src: url('../assets/font/ariblk.ttf') format('truetype');*/
  font-weight: 100;
}
@font-face {
  font-family: 'Arial';
  /*src: url('../assets/font/arialbd.ttf') format('truetype');*/
  font-weight: 700;
}


.font-Arial{
  font-family: 'Arial';
}

body {
  font-family: '思源黑体' !important;
  background-color: #f3f8fc;
  min-width: 1400px;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input::-webkit-input-placeholder{
  color: rgba(0, 0, 0, .4);
}

ul {
  list-style: none;
}

nav ul {
  display: flex;
}

nav ul li {
  margin-left: 20px;
}


.bg-white{
  background-color: #ffffff;
}

.mw-100p{
  max-width: 100% !important;
}

.px-10{
  padding-left: 10px;
  padding-right: 10px;
}
.sp-30{
  letter-spacing: 30px;
  white-space: nowrap;
}
.sp-2{
  letter-spacing: 2px;
  white-space: nowrap;
}
.sp-7{
  letter-spacing: 7px;
  white-space: nowrap;
}

.flex {
  display: flex;
}

.flex-center {
  justify-content: center;
  align-items: center;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-align-end {
  align-items: end;
}



.wrapper {
  width: 1500px;
  min-width: 1500px;
  padding: 0 50px;
  margin: auto;
}

.wrapper.card{
  min-width: 1400px;
  width: 1400px;
}
.card {
  border-radius: 20px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 21px 0px rgba(192, 220, 255, 0.41);
}
.common-btn{
  width: 100px;
  height: 57px;
  border-radius: 28px;
  background: linear-gradient(5deg, rgba(4, 91, 240, 1) 0%, rgba(45, 138, 253, 1) 100%);
  font-size: 17px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}


.header-filter{
  padding-bottom: 60px;
}

.header {
  width: 100%;
  background-color: #fff;
  color: #000000;
  padding-top: 26px;
}

.header .head-top {
  height: 50px;
  position: relative;
}

.header .head-top .logo-box {
  margin-right: 16px;
  max-width: 87px;
}
/*.header .head-top .logo-box img{*/
/*  object-fit: contain;*/
/*}*/


.header .head-top .position {
  padding-top: 14px;
  margin-right: 18px;
  position: relative;
}

.header .head-top .position .select-box {
  width: 59px;
  height: 22px;
  line-height: 20px;
  border-radius: 2px;
  border: 1px solid #0a61f2;
  font-size: 12px;
  font-weight: 400;
  color: #0a61f2;
  text-align: center;
  user-select: none;
  cursor: pointer;
}

.header .head-top .position .select-list {
  display: none;
  width: 59px;
  height: 100px;
  border-radius: 2px;
  border: 1px solid #0a61f2;
  overflow-y: auto;
  text-align: center;
  margin-top: 10px;
  user-select: none;
}

.header .head-top .position .select-list.show {
  display: block;
}

.header .head-top .position .select-list li {
  cursor: pointer;
  color: #0a61f260;
}

.header .head-top .position .select-list li:hover {
  color: #0a61f2;
}

.header .head-top .position .select-list li.active {
  color: #0a61f2;
}

.header .head-top .phone-num {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .head-top .phone-num img{
  width: 25px;
  height: 25px;
  margin-top: -4px;
  margin-right: 2px;
}

.header .head-top nav {
  margin-top: 14px;
  margin-left: 105px;
}

.header .head-top nav ul li {
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
  padding-bottom: 5px;
  color: #3A3A3A;
  user-select: none;
}
.header .head-top nav ul li a{
  color: #3A3A3A;
  text-decoration: none;
}

.header .head-top nav ul li.active {
  border-bottom: 2px solid #0a61f2;
}

.header .head-top .search-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 359px;
  height: 56px;
  border-radius: 27.5px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(218, 232, 237, 1);
  box-shadow: 0px 5px 21px 0px rgba(192, 220, 255, 0.41);
}

.header .head-top .search-box .search {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;overflow: hidden;border-radius: 27.5px;
}

.header .head-top .search-box .search input {
  border: none;
  outline: none;
  padding: 24px;
  flex: 1;
  font-size: 16px;height: 100%;
}


.header .head-top .search-box .search button {
  width: 78px;
  height: 48px;
  font-size: 18px;
  line-height: 48px;
  font-weight: 700;
  border-radius: 23.5px;
  background: linear-gradient(20deg, rgba(4, 91, 240, 1) 0%, rgba(45, 138, 253, 1) 100%);
  top: 4px;
  margin-right: 4px;
  color: rgba(255, 255, 255, 1);
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.header .head-top .search-box .search button:hover {
  background: linear-gradient(20deg, rgba(4, 91, 240, .9) 0%, rgba(45, 138, 253, .9) 100%);
}

.header .head-top .search-box .search button img{
  width: 25px;
  height: 25px;
}



.header .crumbs{
  padding-top: 15px;
}
.header .crumbs ul{
  display: flex;
}
.header .crumbs ul li{
  margin-right: 8px;
  color: #666666;
  font-size: 14px;
  font-weight: 100;
}
.header .crumbs ul li a{
  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 .filter {
 /* display: flex; */
  /* flex-direction: column; */
  width: 1400px;
  /* height: 253px; */
  margin-top: 40px;
  border: 1px solid rgba(218, 232, 237, 1);
}

.header .filter .filter-position {
  /* height: 122px; */
  border-bottom: 1px solid #DAE8ED;
  display: flex;
}

.header .filter .filter-price {
  flex: 1;
  display: flex;
}

.header .filter .filter-price .btn-list button{
  color: #ffffff;
  background-color: #17a1e6;
  border: none;
  font-size: 12px;
  padding: 2px 10px;
  margin-left: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.header .filter .filter-price .btn-list button:hover{
  background-color: #17a1e6aa;
}

.header .filter .filter-position .title,
.header .filter .filter-price .title {
  width: 132px;
  border-right: 1px solid #DAE8ED;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #3C3C3C;
  padding-bottom: 25px;
}
.header .filter .filter-position .title {
  padding-top: 30px;
}
.header .filter .filter-price .title{
  padding-top: 8px;
}
.header .filter .filter-price .title p{
  margin-top: 28px;
  height: 24px;
}

.header .filter .filter-position .tab-list {
  flex: 1;
  padding-top: 30px;
  padding-bottom: 25px;
}
.header .filter .filter-price .tab-list {
  flex: 1;
  padding-top: 8px;
  padding-bottom: 25px;
}
.header .filter .filter-position .tab-list ul,
.header .filter .filter-price .tab-list ul{
  display: flex;
  align-items: center;
  padding-left: 40px;
  min-height: 30px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #3C3C3C;
  max-width: 1100px;
  flex-wrap: wrap;
}
.header .filter .filter-position .tab-list .type-list li{
  margin-right: 25px;
  padding-bottom: 6px;
  cursor: pointer;
  user-select: none;
  border-bottom: 2px solid transparent;
}
.header .filter .filter-position .tab-list .type-list li.active{
  color: #075FF1;
  border-bottom: 2px solid #075FF1;
}

.header .filter .filter-position .tab-list .btn-list,
.header .filter .filter-position .tab-list .circle-list,
.header .filter .filter-price .tab-list .btn-list{
  margin-top: 7px;
  padding-left: 32px;
}
.header .filter .filter-price .tab-list .btn-list{
  flex-wrap: nowrap;
}

.header .filter .filter-position .tab-list .btn-list li,
.header .filter .filter-position .tab-list .circle-list li,
.header .filter .filter-price .tab-list .btn-list li{
  padding: 0 10px;
  color: #868B91;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  height: 25px;
  border-radius: 12px;
  white-space: nowrap;
  margin-right: 0px;
  cursor: pointer;
  user-select: none;
  margin-top: 10px;
}
.header .filter .filter-position .tab-list .btn-list li{
  margin-right: 10px;
}

.header .filter .filter-price .tab-list .btn-list li{
  margin-right: 15px;
}

.header .filter .filter-price .tab-list .btn-list .input-range{
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header .filter .filter-price .tab-list .btn-list .input-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 158px;
  height: 29px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(218, 232, 237, 1);
  overflow: hidden;
  margin-right: 5px;
}
.header .filter .filter-price .tab-list .btn-list .input-box input{
  width: 65px;
  height: 27px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 1);
  padding: 10px;
  border: none;
  outline: none;
  text-align: center;
}
.header .filter .filter-price .tab-list .btn-list .input-box span{
  white-space: nowrap;
  user-select: none;
  color: #868B91;
}


.header .filter .filter-position .tab-list .btn-list li.active,
.header .filter .filter-position .tab-list .circle-list li.active,
.header .filter .filter-price .tab-list .btn-list li.active{
  color: #ffffff;
  background: linear-gradient(12deg, rgba(4, 91, 240, 1) 0%, rgba(45, 138, 253, 1) 100%);
}









.detail-tab{
  height: 65px;
  border-top: 1px solid #f2f6f8;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 99999;
}

.detail-tab ul{
  height: 100%;
  display: flex;
  align-items: center;
}
.detail-tab ul{
  height: 100%;
  display: flex;
  align-items: center;
}
.detail-tab ul li{
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  padding-top: 4px;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
}
.detail-tab ul li.active{
  border-color: rgba(45, 138, 253, 1);
}
.detail-tab ul li a{
  height: 100%;
  display: flex;
  color: #3C3C3C;
  align-items: center;
}
.detail-tab ul span{
  margin: 0 50px;
  font-size: 16px;
  color: #C7D8DE;
}


.content .content-head ul li .light{
  display: none;
}
.content .content-head ul li.active,
.content .content-head ul li.active1{
  color: rgba(26, 116, 247, 1);
}
.content .content-head ul li.active .arrow-up.light{
  display: block;
}
.content .content-head ul li.active1 .arrow-down.light{
  display: block;
}


.position-map{
  position: relative;
  padding: 0 !important;
}
#mapDiv{
  border-radius: 0 !important;
}
.position-map .map-list{
  position: absolute;
  width: 360px;
  height: 410px;
  top: 30px;
  right: 40px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  z-index: 99999;
}
.position-map .map-list .empty{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.position-map .map-list .map-list-head{
  display: flex;
  height: 30px;
}
.position-map .map-list .map-list-head li{
  background-color: #f4f3f8;
  font-size: 12px;
  line-height: 28px;
  padding: 0 10px;
  color: #3C3C3C;
  flex: 1;
  text-align: center;
  white-space: nowrap;
  border-top: 2px solid transparent;
  cursor: pointer;
  user-select: none;
}
.position-map .map-list .map-list-head li.active{
  background-color: #fff;
  border-top: 2px solid #868B91;
}
.position-map .map-list .map-list-content{
  height: 280px;
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 15px;
  padding-top: 5px;
}
.position-map .map-list .map-list-content .traffic-tab{
  display: none;
  margin: 5px 0;
}
.position-map .map-list .map-list-content .traffic-tab li{
  display: inline-block;
  font-size: 13px;
  color: #3C3C3C;
  line-height: 20px;
  padding: 0 10px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  user-select: none;
}
.position-map .map-list .map-list-content .traffic-tab li.active{
  border-bottom: 2px solid #0037e430;
}
.position-map .map-list .map-list-content .map-list-content-items{
  flex: 1;
  overflow: auto;
  overflow-x: hidden;
}

/*滚动条样式*/
.position-map .map-list .map-list-content .map-list-content-items::-webkit-scrollbar {
  width: 4px;
}
.position-map .map-list .map-list-content .map-list-content-items::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.2);
}

.position-map .map-list .map-list-content .map-list-content-items li{
  padding: 5px 10px;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
  font-size: 12px;
}
.position-map .map-list .map-list-content .map-list-content-items li.active,
.position-map .map-list .map-list-content .map-list-content-items li:hover{
  background-color: #f1f1f1;
  color: #05A6F1 !important;
  border-left: 2px solid #05A6F1;
}

.info-window {
  width: 260px;
}

.info-window .lkmap-popup-content{
  padding: 10px;
  line-height: 18px;
}


.info-window .lkmap-popup-content div,
.position-map .map-list .map-list-content .map-list-content-items li div{
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
  align-items: center;
}

.info-window .lkmap-popup-content div .list-title,
.position-map .map-list .map-list-content .map-list-content-items li div .list-title{
  width: 140px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-window img,
.position-map .map-list .map-list-content .map-list-content-items li img{
  max-width: 14px;
  /* max-height: 14px; */
  margin-right: 5px;
}

.info-window .slides-img{
  width: 100%;
  margin-bottom: 5px;
}
.info-window .slides-img img{
  width: 100%;
  max-width: 100%;
}

.info-window .lkmap-popup-content>p,
.position-map .map-list .map-list-content .map-list-content-items li>p{
  font-size: 12px;
  color: #979fa8;
  line-height: 16px;
  margin-top: 2px;
}

.marker-icon{
  width: 28px;
  height: 28px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, .05);
}
.marker-icon img{
  width: 28px;
  height: 28px;
}

.content .content-wrap .left .card .text-box .title a{
  color: rgba(0, 0, 0, 1);
}
.detail-body .content .card .text-box .title a{
  color: rgba(0, 0, 0, 1);
}
.detail-body .content .housing .card-content .table-list .list-item{
  border-radius: 20px;
  cursor: pointer;
}
.detail-body .content .housing .card-content .table-list .list-item:hover{
  box-shadow: 0px 5px 21px 0px rgba(192, 220, 255, 0.41);
}


.side-map{
  padding: 20px;
  margin-bottom: 30px;
}
.side-map a{
  display: flex;
  justify-content: center;
  align-items: center;
}

.side-map a .img-box{
  width: 74px;
  height: 74px;
  margin-right: 30px;
}
.side-map a .text-box{
  /* padding-top: 10px; */
}
.side-map a .text-box span{
  font-size: 22px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
}
.side-map a .text-box p{
  font-size: 15px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  padding-top: 6px;
}


.side-entrust{
  border: 1px solid #DAE8ED;
  width: 100%;
  min-height: 400px;
  margin-bottom: 30px;
  padding-top: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.side-entrust>.title{
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 22px;
  text-align: center;
}
.side-entrust .input-box{
  margin: 0 auto;
  margin-bottom: 15px;
  width: 290px;
  height: 57px;
  border-radius: 28px;
  background: rgba(248, 253, 255, 1);
  border: 1px solid rgba(218, 232, 237, 1);
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.side-entrust .textarea-box{
  height: 120px;
}
.side-entrust .input-box textarea{
  padding-top: 15px;
  color: #999999;
  line-height: 24px;
}
.side-entrust .input-box input,
.side-entrust .input-box textarea{
  flex: 1;
  border: none;
  outline: none;
  padding-left: 20px;
  font-size: 14px;
  background-color: transparent;
  height: 100%;
  font-family: 'Arial';
}
.side-entrust .input-box span{
  display: inline-block;
  width: 100px;
  min-width: 100px;
  height: 40px;
  min-height: 40px;
  white-space: nowrap;
  font-size: 14px;
}
.side-entrust .appointment-btn{
  width: 290px;
  height: 57px;
  border-radius: 28px;
  background: linear-gradient(5deg, rgba(4, 91, 240, 1) 0%, rgba(45, 138, 253, 1) 100%);
  font-size: 17px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
  cursor: pointer;
}
.side-entrust .appointment-btn:hover{
  opacity: .7;
}
.side-entrust .text-box{
  padding: 25px 0;
  border-top: 1px solid #DAE8ED;
  background-color: #f2fbff;
  text-align: center;
}
.side-entrust .text-box p{
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, .5);
}
.side-entrust .text-box .phone-num{
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  color: rgba(59, 59, 59, 1);
  font-family: 'Arial';
  display: flex;
  justify-content: center;
  align-items: center;
}
.side-entrust .text-box .phone-num img{
  width: 25px;
  height: 25px;
  margin-top: -4px;
  margin-right: 2px;
}



.side-hot {
  width: 100%;
  /* height: 1128px; */
  box-shadow: none;
  padding-left: 18px;
  padding-top: 22px;
  padding-bottom: 30px;
}
.side-hot>.title{
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 30px;
  text-align: center;
}
.side-hot .side-item{
  height: 87px;
  margin-bottom: 30px;
}
.side-hot .side-item .img-box{
  width: 130px;
  height: 87px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 15px;
}
.side-hot .side-item .text-box{
  padding-top: 5px;
}

.side-hot .side-item .text-box .title{
  font-size: 16px;
  font-weight: 700;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side-hot .side-item .text-box .title a{
  color: rgba(0, 0, 0, 1);
}
.side-hot .side-item .text-box .position{
  font-size: 12px;
  font-weight: 400;
  color: rgba(102, 102, 102, 1);
  padding-top: 6px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.side-hot .side-item .text-box .position img{
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.side-hot .side-item .text-box .price{
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.side-hot .side-item .text-box .price .num{
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: rgba(26, 116, 247, 1);
  margin-right: 2px;
}









.customerWinInfo{
  width: 70px;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  background-color: #00a0e9;
  border-radius: 5px;
  transform: scale(1.5);
  position: relative;
}
.customerWinInfo::after{
  display: inline-block;
  content: '';
  position: absolute;
  left: calc(50% - 8px);
  bottom: -15px;
  border: 8px solid transparent;
  border-top-color: #00a0e9;
}





/*start----尾部----start*/
footer{
  background-color: #171717 !important;
  height: 462px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer{
  flex: 1;
  padding-top: 78px;
  display: flex;
  justify-content: space-between;
}
footer .footer .footer-left{
  width: 300px;
}
footer .footer .footer-left h2{
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  padding-bottom: 15px;
  text-align: left;
}
footer .footer .footer-left p{
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(143, 143, 143, 1);
  padding-bottom: 36px;
  text-align: left;
}
footer .footer .footer-left .phone-num{
  font-size: 24px;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  display: flex;
  align-items: center;
}
footer .footer .footer-left .phone-num img{
  width: 25px;
  height: 25px;
  margin-right: 2px;
  padding-bottom: 5px;
}
footer .footer .footer-left .phone-num .num{
  font-family: 'Arial';
}
footer .footer .footer-right{
  width: 969px;
}
footer .footer .footer-right .type-list{
  height: 100px;
  border-bottom: 1px solid #2a2c2c;
  height: 49px;
}
footer .footer .footer-right .type-list ul{
  display: flex;
}
footer .footer .footer-right .type-list ul li{
  margin-right: 30px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(229, 229, 229, 1);
}
footer .footer .footer-right .btn-list{
  padding: 32px 0;
}
footer .footer .footer-right .btn-list ul{
  display: flex;
}
footer .footer .footer-right .btn-list ul li{
  user-select: none;
  cursor: pointer;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(129, 129, 129, 1);
  width: 147px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 19.5px;
  background: rgba(44, 44, 44, 1);
  box-shadow: 0px 5px 21px 0px rgba(192, 220, 255, 0.41);
}
footer .footer .footer-right .btn-list ul li.active{
  color: rgba(23, 23, 23, 1);
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 5px 21px 0px rgba(192, 220, 255, 0.41);
}
footer .footer .footer-right .web-list{
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #7d7d7d;
  text-align: left;
}
footer .footer .footer-right .web-list span{
  display: inline-block;
  margin-right: 30px;
  white-space: nowrap;
  margin-bottom: 15px;
}

footer .record{
  height: 67px;
  background-color: #2c2c2c;
  color: #8F8F8F;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
/*end----尾部----end*/






.price-hot{
  position: relative;
}
.price-hot::before{
  content: "HOT";
  transform: scale(.8);
  position: absolute;
  display: inline-block;
  padding: 1px 4px;
  background-color: #fe5331;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  border-radius: 4px;
  top: -9px;
  right: 0;
}
.price-hot::after{
  content: "";
  transform: scale(.8);
  position: absolute;
  display: inline-block;
  border: 4px solid #fe5331;
  top: 2px;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-right-color: transparent;
  border-bottom-color: transparent;
}


#subway{
  position: relative;
}
#subway .arrow-icon{
  display: inline-block;
  margin-left: 20px;
  transform: scaleX(1.5);
}
#subway .subway-list{
  display: none;
  border: 1px solid rgba(218, 232, 237, 1);
  padding: 10px;
  color: #3C3C3C;
  border-radius: 4px;
  z-index: 1000000;
}
#subway:hover .subway-list{
  display: inline-block;
  position: absolute;
  background-color: #fff;
  /* top: 0; */
  left: 80px;
}


.text1{
  display: inline !important;
}
.more1{
  color: #0000ff !important;
  cursor: pointer !important;
  display: inline;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 !important;
}

.hide-more{
  width: 100%;
  min-width: 770px !important;
  text-overflow: ellipsis;
  overflow : hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.hide-more *{
  padding: 0 !important;
  margin: 0 !important;
}


.search-box .search {
  position: relative;
}

.search-box .search-dropdown {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  border-radius:5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000000000;
  max-height: 400px;
  overflow-y: auto;
}

.search-box .search-result-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-box .search-result-list li {
  padding: 12px 20px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s;
}

.search-box .search-result-list li:hover {
  background-color: #f5f8ff;
}

.search-box .search-result-list li:last-child {
  border-bottom: none;
}

.search-box .search-result-list li .result-title {
  font-size: 15px;
  color: #333;
  margin-bottom: 4px;
}

.search-box .search-result-list li .result-info {
  font-size: 12px;
  color: #999;
}

.search-box .search-result-list li .result-price {
  float: right;
  color: #ff6600;
  font-weight: bold;
}

.search-box .search-result-list li .result-type {
  display: inline-block;
  padding: 2px 8px;
  background-color: #e6f7ff;
  color: #1890ff;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 8px;
}

.search-box .search-result-list .no-result {
  padding: 20px;
  text-align: center;
  color: #999;
  font-size: 14px;
}

.search-box .search-result-list .loading {
  padding: 20px;
  text-align: center;
  color: #999;
  font-size: 14px;
}
.fr{
  float: right;
}