
body {
    background-color: #f8f8f9;
    min-height: 100vh;
    min-width: 100vw;
}
.padding-lr10 {
    padding: 0 10px;
}
.phoneContant header .van-nav-bar {
    text-align: center;
    line-height: 56px;
    background: #68c2bd;
}
h3 {
    font-size: 16px;
}
.phoneContant header .van-nav-bar .van-icon {
    font-size: 20px;
    color: #fff;
}
.phoneContant header .van-nav-bar__title {
    color: #fff;
}
.contant {
    padding: 0 10px;
}
.re {
    position: relative;
}
.cardContant {
    background: #f5f5f5;
    height: 78vh;
    width: 100%;
    clear: both;
    padding: 8px 0;
}
.hosImg {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
}


