a{
    color: #333;
}

.icon_group{
    padding: 0  0.25rem;
    margin-top: 0.24rem;
    overflow: hidden;
} 
.icon_group .icon_item_a{
    font-size: 0.23rem;
    color: #666;
    display: flex;
    flex-direction: column;
    align-items: center; 
    width: 1.4rem;
    white-space: nowrap;
    float: left;
    margin-bottom: 0.37rem;
    /* background-color: pink; */
}
.icon_group .icon_item_a .icon{
    width: 0.80rem;
    height: 0.80rem;
    margin-bottom: 0.1rem; 
}
.icon_group .icon_item_a div{
    width: 1.36rem;
    text-align: center; 
    white-space: wrap;
}




/* 服务入口item */
.fuwu_item{ 
    width: 48%;
    float: left;
    margin-right: 0.16rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.36rem;
}
.swiper-slide .fuwu_item:nth-child(2n){
    margin-right: 0;
}
 .fuwu_item img{
    width: 0.80rem;
    height: 0.80rem;
    margin-right: 0.12rem;
}
.fuwu_item .r_name div{
    width: 2.14rem;
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    /* background-color: #fff; */
}
.fuwu_item .r_name .class_name{
    color: #999;
    font-size: 0.26rem;
    margin-top: 0.10rem;
}


/* 文章资讯的卡片 */
.zixun_item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.32rem;
    padding-bottom: 0.36rem;
    border-bottom: 0.01rem solid rgb(235, 235, 235);
}
.zixun_item .left{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.zixun_item .left .t{
    color: #555;
    font-size: 0.30rem;
    font-weight: 600;
    font-family: "PingFang SC";
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical; 
}

.zixun_item .left .time{
    color: #999;
    font-size: 0.25rem;
}

.zixun_item .right{
    min-width: 1.89rem;
    max-width: 1.89rem;
    height: 1.39rem;
    border-radius: 0.08rem;
    overflow: hidden;
    position: relative;
    margin-left: 0.26rem;
}

/* 封面图上的标题 */
.zixun_item .right .s_t{
    font-size: 0.24rem;
    max-width: 1.7rem;
    height: 0.34rem;
    line-height: 0.34rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgb(255, 255, 255,0.7);
    color: #444;
    border-radius: 0.5rem;
    font-size: 0.20rem;
    padding: 0 0.12rem;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.zixun_item .right img{
    z-index: 0;
    width: 100%;
    height: 100%;
}





.more_btn{
    display: block;
    height: 0.64rem;
    line-height: 0.64rem;
    background-color: #f6f6f6;
    border-radius: 0.12rem;
    font: 0.26rem;
    color: #888888;
    width: 100%;
    text-align: center;
}


/* 没数据 */
.no_data{
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.26rem;
    color: #999; 
    margin-bottom: 0.4rem;
    margin-top: 0.5rem;
   
    /* background-color: pink; */
}
.no_data img{
    width: 3.00rem;
}


.daofen-box{ 
    padding-top: 0;
    font-size: 0.24rem !important;
    line-height: 0.35rem !important;
    background: #fff;
    width: 7rem; 
    margin: 0.26rem;
    padding: 0.24rem;
    letter-spacing: 0.02rem;
    border-radius: 0.12rem;
    box-sizing: border-box;
}
.daofen-box img{
    width: 100%; 
    margin-top: 0.2rem;
}



/* 一些页面中的相关服务 */
.xg_fw_outer{
    margin: 0.26rem;
    padding: 0.24rem;
    border-radius: 0.12rem;
    background-color: #fff;
}
.xg_fw_outer .tips{
    color: #999;
    font-size: 0.24rem;
    margin-bottom: 0.28rem;
}
.xg_fw_outer .title_img{
    width: 1.5rem;
    height: 0.4rem;
    margin-bottom: 0.15rem;
}
.xg_fw_flexbox{
    display: flex;
    flex-wrap: wrap;
}
.xg_fw_flexbox .fw_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.24rem;
    margin-right: 0.20rem;
    font-size: 0.22rem;
    color: #999;
    width: 1.45rem;
}
.xg_fw_flexbox .fw_item .fw_name{
    text-align: center;
}

.fw_item img{
    width: 0.8rem;
    height: 0.8rem;
    margin-bottom: 0.1rem;
}

.xg_fw_flexbox .fw_item:nth-child(4n){
    margin-right: 0;
}

.fuwu_box_title{
    font-size: 0.34rem;
    font-weight: 600;
    margin-bottom: 0.16rem;
}


/* 网点卡片 */
.wangdian_item{
    padding-bottom: 0.26rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.26rem;
    border-bottom: 1px solid rgb(243, 243, 243);
}
.wangdian_item .right{
    flex: 1;
    overflow: hidden;
    /* background-color: pink; */
}
.wangdian_item .right .name{ 
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis ;
    font-size: 0.30rem;
    font-weight: 600;
    margin-bottom: 0.12rem;
}
.wangdian_item .right .tags_distance{ 
    display: flex;
    justify-content: space-between;
}
.wangdian_item .right .tags_distance .tags{ 
    display: flex; 
    flex-wrap: wrap;
}
.wangdian_item .right .tags_distance .tags span{
    background-color: #F9F9F9;
    color: #999;
    font-size: 0.24rem;
    padding: 0.04rem 0.12rem;
    border-radius: 0.04rem;
    margin-right: 0.1rem ;
    margin-bottom: 0.12rem;
}
.wangdian_item .right .tags_distance .distance{
    font-size: 0.24rem;
    color: #999;
}
.wangdian_item .right .address {
    font-size: 0.24rem;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.wangdian_item .cover{
    max-width: 1.33rem;
    min-width: 1.33rem;
    height: 1.33rem;
    margin-right: 0.20rem;
    background-color: #f0f0f9;
    border-radius: 0.12rem;
}


.to_top_btn{
    position: fixed;
    bottom: 0.60rem;
    right: 0.18rem;
    opacity: 0.8;
    width: 0.6rem !important;
    height: 0.6rem !important;
    display: none;
}