body{
    background-color: #fff; 
    font-family:PingFang SC;
}
img{
    object-fit: cover;
}
.hq_head{
    height: 0.375rem;
    color:rgba(51,51,51,1);
    height: 0.375rem;
    line-height: 0.375rem;
    text-align: center;
    position: relative;
}
.hq_location{
    position: absolute;
    left: 0.1rem;
    font-size:0.13rem;
    line-height: 0.375rem;
}
.hq_location img{
    width: 0.07rem;
    height: 0.04rem;
}
.hq_head_content{
    display: inline-block;
    margin: 0 auto;
}
.hq_head_content img{
    width: 0.215rem;
    height: 0.17rem;
}
.hq_head_content .hq_line{
    display: inline-block;
    width: 0.01rem;
    height: 0.155rem;
    background:rgba(0,0,0,1);
    opacity:0.12;
    margin: 0 0.16rem;
    vertical-align: middle;
}
.hq_head_content .hq_title{
    font-size: 0.135rem;
    font-weight: bold;
}
.swiper-container, .swiper-wrapper, .swiper-slide, #hq_swiper img{
    height: 0.98rem;
}
.swiper-container a{
    display: inline-block;
    height: 0.98rem;
}
#hq_swiper .swiper-pagination-bullet-active{
    background-color: #fff;
}
#hq_swiper .swiper-pagination-bullets{
    bottom: 0.05rem;
}

.hq-content-wrap:after{
    display: block;
    content: '';
    width: 100%;
    height: 0.07rem;
    background-color: rgba(0,0,0,1);
    opacity: 0.06;
}
.hq_content{
    text-align: center;
    margin: 0.23rem 0;
}
.hq_content_img{
    width: 0.245rem;
    height: 0.11rem;
}
.hq_content_txt{
    margin: 0 0.075rem;
} 
.hq_icon{
    display: flex;
    justify-content: space-around;
    margin-bottom: 0.255rem;
}
.hq_icon_item{
    display: flex;
    flex-direction: column;
    font-size:0.095rem;
    color:rgba(51,51,51,1);
}
.hq_icon_item_img{
    width: 0.34rem;
    height: 0.34rem;
    margin-bottom: 0.09rem;
}

.hq_list_wrap{
    padding: 0.25rem 0.12rem 0;
}
.hq_tab_item{
    font-size:0.13rem;
    font-weight:400;
    color:rgba(0,0,40,1);
    margin-right: 0.275rem;
    display: inline-block;
    padding-bottom: 0.085rem;
}
.tab_active{
    font-weight:800;
    color:rgba(255,70,140,1);
    position: relative;
}
.tab_active:after{
    content: '';
    display: block;
    width:0.255rem;
    height:0.02rem;
    background:rgba(255,70,140,1);
    border-radius: 0.01rem;
    position: absolute;
    left: calc(50% - 0.1275rem);
    bottom: 0.02rem;
}

.list_card{
    display: block;
    padding: 0.13rem 0;
    border-bottom: 0.005rem solid rgba(0, 0, 0, 0.12);
}
.card_title{
    font-size:0.135rem;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.card_light_wrap{
    margin: 0.11rem 0 0.13rem;
    font-size:0.085rem;
    font-family:PingFang;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.loaction_icon{
    width: 0.085rem;
    height: 0.105rem;
    margin-right: 0.085rem;
}
.card_picture{
    display: flex;
}
.card_picture img{
    width:0.965rem;
    height:0.725rem;
}
.card_picture img:nth-child(2){
    margin: 0 0.035rem;
}
.load_more{
    padding: 0.27rem 0 0.375rem;
    text-align: center;
}
.load_more_txt{
    font-size:0.11rem;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-right: 0.075rem;
}
.load_more_img{
    width: 0.105rem;
    height: 0.065rem;
}
.mr40{
    margin-right: 0.2rem;
}
.filter_city_popup{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0, 0.7);
    z-index: 999;
}
.filter_city_wrap{
    background-color: #f6f6f6;
    padding-bottom: 0.12rem;
}
.filter_menu{
    padding-left: 0.12rem;
}
.menu_title{
    font-size: .12rem;
    color: #999;
    padding-top: .15rem;
}
.city_wrap,.city_result{
    display: flex;
    flex-wrap: wrap;
}
.city_item{
    display: block;
    width: 0.63rem;
    box-sizing: border-box;
    margin-right: .12rem;
    margin-top: .12rem;
    line-height: .24rem;
    text-align: center;
    font-size: .11rem;
    color: #666;
    border: 1px solid #dedede;
    border-radius: .04rem;
    height: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
}
.zimu{
    display: block;
    width: 0.35rem;
    margin-right: .12rem;
    margin-top: .12rem;
    line-height: .24rem;
    text-align: center;
    font-size: .11rem;
    color: #666;
    border: 1px solid #dedede;
    border-radius: .04rem;
    height: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
}
.zimu_filter{
    display: flex;
}
.active_zimu{
    color: #d00;
    border-color: #d00;
}
.modal_open{
    position: fixed;
    height: 100%;
}