@charset"utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul li {
    list-style: none;
}
html, body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    font-size: 20px;
}
[v-cloak]{ display: none; }
.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
    background-color: rgba(0,0,0,0.5);
}
.loading > img {
    width: 22%;
    display: inherit;
    height: 10%;
    margin: 60% auto;
}
.top {
    width: 100%;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.75rem;
}
.van-list__finished-text {
    color: #fff;
}
.topLeft {
    width: 2.4rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.address {
    font-size: 0.75rem;
    color: #333;
    margin-right: 0.2rem;
}
.topLeft img {
    width: 0.6rem;
    height: 0.6rem;
}
.topCen {
    flex: 1;
    height: 1.6rem;
}
.searchBtn {
    height: 1.3rem;
    padding: 0 0.5rem;
    border-radius: 0.2rem;
    border: 1px solid #31a537;
    color: #31a537;
    line-height: 1.3rem;
    text-align: center;
    font-size: 0.75rem;
}
.center {
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
}
.cenTop {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0 0.75rem 0.75rem;
}
.my-swipe {
    width: 100%;
    height: 6.5rem;
}
.my-swipe .van-swipe-item {
    width: 100%;
    height: 100%;
}
.my-swipe .van-swipe-item img {
    width: 100%;
    height: 100%;
}
.cenNav {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cenNavLi {
    width: 25%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.cenNavLi > img {
    width: 1.2rem;
    height: 1.2rem;
}
.cenLiName {
    color: #333;
    font-size: 0.75rem;
    margin-top: 0.2rem;
}
.cenTz {
    width: 100%;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.75rem;
    white-space: nowrap;
}
.cenTz i {
    color: #000;
    font-weight: bold;
    font-size: 0.7rem;
}
.cenTz div {
    color: #666;
    font-size: 0.7rem;
}
.cenTxCen {
    flex: 1;
    height: auto;
    overflow: hidden;
}
.notice-swipe {
    height: 1.5rem;
    line-height: 1.5rem;
}
.van-notice-bar {
    padding: 0 0.5rem;
    background-color: transparent;
}
.van-notice-bar__left-icon {
    display: none;
}
.van-swipe-item {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listUl {
    width: 100%;
    height: auto;
    padding: 1rem 0.75rem;
    background-color: #eceef2;
}
.listLi {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 1rem;
    padding: 1rem;
}
.listTop {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.listTop >img {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
}
.listRight {
    width: auto;
    height: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 0.5rem;
}
.listType {
    width: auto;
    height: auto;
    padding: 0.1rem 0.3rem;
    background-color: #FCD6BE;
    border: 1px solid #C0744B;
    color: #C0744B;
    font-size: 0.6rem;
    border-radius: 28px;
    margin-left: 1rem;
}
.listName {
    color: #333;
    font-size: 0.7rem;
}
.listAddress {
    color: #999;
    font-size: 0.6rem;
}
.listCen {
    width: 100%;
    height: auto;
    color: #333;
    font-size: 0.65rem;
    margin-top: 0.5rem;
}

.listCenUl {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.listCenLi {
    width: 48%;
    height: auto;
    color: #333;
    font-size: 0.65rem;
    display: flex;
    margin-bottom: 0.2rem;
    align-items: center;
}
.listCenLi:nth-child(even) {
    margin-left: 2%;
}
.listCenLi span {
    color: #D35451;
    font-size: 0.8rem;
}
.listCenImg {
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.imgBox {
    width: 4rem;
    height: 4rem;
    position: relative;
    margin-right: 0.5rem;
}
.imgBox img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}
.imgModel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.8rem;
}

.listFoot {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 1rem;
    justify-content: space-between;
    align-items: center;
}
.listTime {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #999;
    font-size: 0.6rem;
}
.listTime img {
    width: 0.8rem;
    height: 0.75rem;
    margin-right: 0.2rem;
}
.listBtn {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #999;
    font-size: 0.6rem;
}
.listBtn img {
    width: 0.7rem;
    height: 0.75rem;
    margin-right: 0.2rem;
}
.bjBtn {
    margin: 0 0.5rem;
}
.van-overlay {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.vipBox {
    width: 88%;
    height: auto;
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 6px;
}
.vipTit {
    color: #333;
    font-size: 0.85rem;
    font-weight: bold;
    text-align: center;
}
.vipText1 {
    color: #666;
    font-size: 0.7rem;
    text-align: center;
    margin-top: 1rem;
    padding-bottom: 1rem;
}
.vipFoot {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.vipBtn {
    width: 30%;
    height: 2rem;
    font-size: 0.8rem;
    text-align: center;
    line-height: 2rem;
    border-radius: 28px;
    margin: 1rem auto;
}
.vipBtn1 {
    border: 1px solid #ccc;
}
.vipBtn2 {
    background-color: #31A33C;
    color: #fff;
}
.foot {
    width: 100%;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    box-shadow: 0 0 5px #ccc;
}
.footLi {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footLi img {
    width: 1.2rem;
    height: 1.2rem;
}
.footLi div {
    color: #999;
    font-size: 0.65rem;
    text-align: center;
    margin-top: 0.1rem;
}
.activeFootLi div {
    color: #31a537;
}

.kfBtn {
    position: fixed;
    bottom: 5rem;
    right: 0.5rem;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background-color: rgba(0, 178, 130, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kfBtn1 {
    position: fixed;
    bottom: 8.5rem;
    right: 0.5rem;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background-color: rgba(0, 178, 130, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kfBtn2 {
    bottom: 12rem;
}
.kfBtn3 {
    bottom: 15.5rem;
}
.content {
    border-radius: 50%;
    background: #53d681;
    padding-top: 0.1rem;
    width: 2.7rem;
    height: 2.7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content img {
    width: 1.1rem;
    height: 1.25rem;
}
.kfText {
    font-size: 0.6rem;
    color: #ffffff;
    text-align: center;
}
.fxModel {
    text-align: center;
}
.fxText div:first-child {
    color: #fff;
    font-size: 1rem;
}
.fxText div:last-child {
    color: #fff;
    font-size: 0.8rem;
    margin-top: 1rem;
}
.fxImg {
    position: absolute;
    top: 0;
    right: 0;
    width: 7rem;
    height: 12rem;
}