body{
    background-color: #f7f7f7;
}
.head-banner {
    height:4.22rem;
}
.address-box{
    padding:0 0.3rem;
    line-height: 1rem;
    background-color: #fff;
}
.address-now-address{
    border-bottom: 0.01rem solid #eeeeee;
}
.now-address{
    font-size: 0.26rem;
    color: #222222;
    float: left;
    background:url("../img/ico15.png") no-repeat left center;
    padding-left:0.3rem;
    background-size: 0.22rem 0.26rem;
}
.tab-city{
    font-size: 0.24rem;
    color: #4c8af1;
    float: right;
}
.detail-box .address-img{
    width:1.6rem;
    float: left;
    height:1rem;
    margin-right:0.29rem;
    box-sizing: border-box;
}
.detail-box{
    padding:0.3rem 0;
    border-bottom: 0.01rem dashed #cccccc;
}
.detail-box.active .address-img{
    border:0.02rem solid #4285f4;
}
.detail-wz-box{
    float: left;
    width: 5rem;
}
.detail-wz-tit{
    font-size: 0.28rem;
    color: #222222;
    display: block;
    line-height: 1;
    margin-bottom: 0.17rem;
}
.detail-wz-tit i{
    font-size: 0.2rem;
    color: #4285f4;
    line-height: 1;
}
.detail-wz-add{
    margin-bottom: 0.08rem;
}
.detail-wz-add,.detail-tel{
    font-size: 0.22rem;
    color: #999;
    display: block;
    line-height: 0.3rem;
}

#app {
    min-height: 100vh;
}