/* 科技地图 */
/* 移动端 */
.mobile-TS-wrap {
    padding: 0 15px;
}

.mobile-TS-line {
    border-bottom: 1px solid #EEEEEE;
    padding: 5px 0 14px;
}

.mobile-TS-line-left {
    display: inline-block;
    width: 80%;
    font-size: 12px;
    font-weight: 400;
    color: #9EA2B1;
}

.mobile-TS-line-left .name,
.mobile-TS-line .blue,
.mobile-TS-detail .blue {
    font-size: 14px;
    font-weight: bold;
    line-height: 34px;
}

.mobile-TS-line-left .name {
    color: #3B4268;
}

.mobile-service-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.mobile-TS-line .blue {
    float: right;
}

.mobile-TS-detail .detail-name {
    font-size: 17px;
    font-weight: bold;
    color: #3B4268;
    line-height: 24px;
    padding: 30px 15px 18px;
}

.mobile-map-wrap{
    height: 350px;
    z-index: 0;
}

/* 地图弹窗 */
.mobile-map-info-window-wrap{
    color: rgb(103, 111, 137);
    line-height: 1;
    text-align: left;
    width: 300px;
    font-size: 14px;
    max-height:112px;
    min-height:100px;
}

.mobile-map-info-window-wrap .title{
    font-size: 16px;
    font-weight: bold;
    position: relative;
    word-wrap: break-word;
    padding-bottom: 5px;
}

.mobile-map-info-window-wrap p {
    line-height: 20px;
}

.info-group {
    float: left;
    line-height: 20px;
    width: 100%;
}

.mobile-map-info-window-wrap .span1{
    color: rgba(158, 162, 177, 0.702);
    width: 60px;
    text-align: left;
    float: left;
    /*margin-right: 15px;*/
    /*overflow: hidden;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 1;*/
}

.mobile-map-info-window-wrap .span2 {
    color: rgb(103, 111, 137);
    margin-right: 15px;
    text-align: left;
    float: left;
    width: calc(100% - 80px);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.van-dropdown-menu__item {
    justify-content: flex-start;
}

/* 移动端热门搜索标题 */
.mobile-hot-title {
    font-size: 14px;
    font-weight: bold;
    color: #3B4268;
    padding: 10px 12px 0 12px;
}

/* 自定义下拉单 - 参照 van-dropdown-menu 样式 */
.mobile-dropdown { 
  position: relative; 
  z-index: 2; 
}
.mobile-dropdown-list {
  position: absolute;
  top: 36px;
  left: 12px;
  right: 12px;
  background: #fff;
  border: 1px solid #ebedf0;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(100, 101, 102, 0.12);
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
}
.mobile-dropdown-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  color: #323233;
  cursor: pointer;
  border-bottom: 1px solid #f7f8fa;
  transition: background-color 0.2s;
}
.mobile-dropdown-item:last-child {
  border-bottom: none;
}
.mobile-dropdown-item:hover {
  background: #f2f3f5;
}
.mobile-dropdown-item input[type="checkbox"] {
  margin-right: 12px;
  width: 16px;
  height: 16px;
  accent-color: #3265E3;
}
.mobile-dropdown-item span {
  flex: 1;
  line-height: 1.4;
}
.mobile-dropdown-mask {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

/* 移动端：热门搜索多选chips样式 */
.mobile-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 12px 0 12px;
    background: #fff;
}
.mobile-chip {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #E6E8F0;
    border-radius: 14px;
    font-size: 12px;
    color: #676F89;
    line-height: 1;
    background: #fff;
}
.mobile-chip.active {
    border-color: #3265E3;
    color: #3265E3;
    background: #EDF3FF;
}

.center{
    text-align: center;
}

.map-container .tabs-list{
    display: inline-block;
    margin-bottom: 36px;
}
.map-container .tabs-list li{
    width: 150px;
    height: 60px;
    display: inline-block;
    color: #676F89;
    line-height: 60px;
    cursor: pointer;
}
.map-container .tabs-list li.is-active{
    background: linear-gradient(90deg, #FFB75B, #FFCB5B);
    color: #81461F;
}
.map-search-wrap{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.04);
    color: rgb(103, 111, 137);
}
.map-search-addr{
    display: inline-block;
    vertical-align: top;
    position: absolute;
    width: 95px;
    height: 44px;
    line-height: 44px;
}
.map-search-addr::before{
    content: '';
    background: url('../../static/images/location-05.png');
    width: 6px;
    height: 4px;
    position: absolute;
    right: 10px;
    top: 20px;
}
.map-search-addr input{
    width: 70px;
    padding-left: 14px;
    background: #fff;
}
.map-search-addr .map-search-addr-list{
    width: max-content;
    margin-top: 2px;
    min-height: 100px;
    max-height: 210px;
}
.map-search-select select,
.map-search-wrap input,
.map-search-wrap button{
    border: none;
    height: 44px;
}
/* .map-search-wrap select{
    position: absolute;

    appearance: none;
} */
.map-search-wrap .map-search-keyword{
    width: 270px;
    padding: 0 44px 0 95px;
}
.map-search-wrap button{
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 12px;
}
.map-search-list{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.04);
    margin-top: 12px;
    width: 270px;
    min-height: 200px;
    max-height: 680px;
    overflow-y: auto;
    overflow-x: hidden;
}
.map-search-list li{
    height: 44px;
    line-height: 44px;
    padding: 0 15px 0 18px;
    cursor: pointer;
}
.map-search-list li img{
    padding: 12px 8px;
    vertical-align: middle;
}
.map-search-list li.is-active{
    background-color: rgb(245, 247, 250);
}
.map-wrap{
    width: 1400px;
    height: 768px;
    z-index: 0;
}
/* 地图弹窗 */
.map-info-window-wrap{
    color: rgb(103, 111, 137);
    line-height: 2;
    text-align: left;
}
.map-info-window-wrap p.user-title span,
.map-info-window-wrap p.title{
    font-size: 16px;
    font-weight: bold;
    text-indent: 10px;
    position: relative;
    cursor: pointer;
}
.map-info-window-wrap p.title::before{
    content: '';
    width: 4px;
    height: 12px;
    background: linear-gradient(0deg, #4CA4F3, #3265E3);
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 10px;
}
.map-info-window-wrap p.user-title span{
    color: rgb(103, 111, 137);
    vertical-align: top;
}
.map-info-window-wrap p.user-title img{
    width: 34px;
    border-radius: 50%;
}
.map-info-window-wrap p span{
    color: rgba(158, 162, 177, 0.702);
    display: inline-block;
    width: 60px;
    margin-right: 15px;
}
/* 多级筛选 */
.map-search-collapse{
    height: auto;
}

/* 筛选条件样式 */
.filter-content {
    padding: 16px;
    max-height: 300px;
    overflow-y: auto;
}

.filter-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ebedf0;
}

.filter-actions .van-button {
    flex: 1;
    margin: 0 8px;
}

.filter-actions .van-button:first-child {
    margin-left: 0;
}

.filter-actions .van-button:last-child {
    margin-right: 0;
}

.selected-item {
    color: #3265E3;
    font-weight: 500;
}

.van-cell {
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}


/* 自定义checkbox样式，隐藏圆圈只显示勾号 */
.custom-checkbox .van-checkbox__icon {
    border: none !important;
    background: transparent !important;
    width: 20px !important;
    height: 20px !important;
}

.custom-checkbox .van-checkbox__icon--checked {
    background: transparent !important;
    border: none !important;
}

.custom-checkbox .van-checkbox__icon--checked .van-icon {
    color: #3265E3 !important;
}
.van-checkbox__icon--round .van-icon{
    border: none !important;
    background: transparent !important;
}

.custom-checkbox .van-checkbox__icon--unchecked .van-icon {
    display: none !important;
}

.sm-hot-tag {
    display: none;
}

