
 
.page{
    padding-bottom: 0.6rem;
    min-height: 100vh;
    font-size: 0.28rem;
    color: #333;
    overflow: auto;
    overflow-x: hidden;
    background-color: #dfdfdf;
    background-color: #f8f8f8;
    margin: auto;
}
*{
    box-sizing: border-box;
}

.base_info{
    padding: 0.28rem;
    background-color: #fff;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
/* .base_info .top_info{
    display: flex;
} */
.base_info  .info_line{
    font-size: 0.26rem;
    margin-top: 0.24rem;
    display: flex;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid rgb(240, 240, 240);
    line-height: 0.4rem;
    word-break: break-all;
}
.base_info  .info_line:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.base_info  .info_line a{
    color: #3589ff;
}

.base_info .top_info .cover{
    min-width: 1.4rem;
    max-width: 1.4rem;
    height: 1.4rem;
    border-radius: 0.12rem;
    background-color: rgb(224, 224, 224);
    overflow: hidden;
    border: none;
}
.base_info .top_info .name_box{ 
    flex: 1; 
    /* margin-left: 0.2rem; */
}
.base_info .top_info .name_box h1{
    margin: 0;
    font-size: 0.32rem;
    overflow: hidden;/*隐藏溢出部分*/
    text-overflow: ellipsis;/*溢出部分用省略号显示*/
    display: -webkit-box;/*弹性伸缩盒模型显示*/
    -webkit-line-clamp: 2;/*限制在一个块元素显示的文本行数*/
    -webkit-box-orient: vertical;/*设置检索伸缩盒对象的子元素的排列方式*/
}
.base_info .top_info .name_box .tags{
    display: flex;
    align-items: center;
    color: #888;
    margin-top: 0.2rem;
}
.base_info .top_info .name_box .tags img{
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.12rem;
}
.info_line .label{
    white-space: nowrap;
}
.info_line .address{ 
    display: flex;
    justify-content: space-between;
}
.info_line .address .daohang{ 
    width: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #3589ff;
    font-size: 0.22rem;
}
.info_line .address  span{
    font-weight: 600;
}
.info_line .address .daohang img{
    width: 0.46rem;
    height: 0.46rem;
    margin-left: 0.08rem;
}


.wrap_part{ 
    margin: 0.2rem 0.25rem ;
    background-color: #fff;
    border-radius: 0.12rem;
    padding: 0.24rem;
}
.wrap_part .title{
    font-size: 0.34rem;
    font-weight: 600;
    color: #444;
    /* margin-bottom: 0.14rem; */
    margin-bottom: 0.34rem;
}
.wrap_part .tips{
    font-size: 0.24rem; 
    color: #999; 
    margin-bottom: 0.3rem;
}

.wrap_part .col_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; 
}
.wrap_part .col_box .wangdian_card{
    display: flex;
    align-items: center;
    position: relative;
    background-color: #f3f7fd;
    color: #555;
    border-radius: 0.1rem;
    font-size: 0.26rem;
    padding-left: 0.3rem;
    padding-right: 0.86rem;
    width: 3.1rem;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
    /* height: 0.87rem; */
    /* line-height: 0.87rem; */
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;  */
    margin-bottom: 0.2rem;
    margin-right: 0.18rem;  
   
 
}
.wrap_part .col_box .wangdian_card:nth-child(2n){
    margin-right: 0;
}
.wrap_part .col_box .wangdian_card::after{
    content: "";
    display: block;
    background-image: ;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 0.64rem;
    height: 0.68rem;

    /* background-color: pink; */
    position: absolute;
    right: 0.14rem;
    top: 50%;
    transform: translatey(-50%);
}

/*  */

.wrap_part .col_box  .fw_card{
    display: flex;
    align-items: center;
    position: relative;
    background-color: #f3f7fd;
    color: #555;
    border-radius: 0.1rem;
    font-size: 0.26rem;
    padding-left: 0.8rem;
    padding-right: 0.24rem;
    width: 3.1rem;
    padding-top: 0.24rem;
    padding-bottom: 0.24rem; 
    margin-bottom: 0.2rem;
    margin-right: 0.18rem;  
}
.wrap_part .col_box .fw_card:nth-child(2n){
    margin-right: 0;
}

.wrap_part .col_box .fw_card::after{
    content: "";
    display: block;
    background-image: ;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 0.36rem;
    height: 0.36rem; 
    position: absolute;
    left: 0.25rem;
    top: 50%;
    transform: translatey(-50%);
}

.wangdian_list .wangdian_item:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.zhinan_card{  
    margin-top: 0.24rem;
    position: relative; 
    color: #666;
    border-radius: 0.1rem;
    font-size: 0.24rem;  
    width: 1.22rem; 
    margin-bottom: 0.2rem;
    margin-right: 0.1rem;  
    display: flex;
    flex-direction: column;
    align-items: center;
}
.col_box .zhinan_card:nth-child(5n){
    margin-right: 0;
}
.zhinan_card img{
    width: 0.8rem;
    height: 0.8rem;
     margin-bottom: 0.14rem;
    border-radius: 0.05em;
}

.zhinan_card .name{
    width: 1.2rem;
    text-align: center; 
}
.zhinan_btn{
    display: block;
    border-radius: 0.74rem;
    margin: auto;
    margin-top: 0.24rem;
    margin-bottom: 0.1rem;
    background-color: #f3f7fd;
    color: #3988ff;
    font-size: 0.26rem;
    width: 5.20rem;
    height: 0.74rem;
    line-height: 0.74rem;
    text-align: center;
  }

  .daohang_arrow{
    width: 0.14rem;
    height: 0.24rem;
    margin-bottom: -0.02rem;
    margin-left: 0.08rem;
  }