@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

html, body {
    width: 100%;
    height: 100%;
    /*background-color: #eef0f5;*/
    font-size: 20px;
}

[v-cloak] {
    display: none;
}

.van-cell__title {
    width: 3.6rem;
    flex: none;
}

.top {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.cenTop {
    width: 100%;
    height: 8rem;
    background-color: #fff;
    position: relative;
}

.my-swipe {
    width: 100%;
    height: 8rem;
}

.my-swipe .van-swipe-item {
    width: 100%;
    height: 100%;
}

.my-swipe .van-swipe-item img {
    width: 100%;
    height: 100%;
}

.imgFd {
    width: auto;
    height: auto;
    padding: 0.2rem 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 0.75rem;
    border-radius: 2px;
}

.topFoot {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    flex-direction: column;
}

.topBox1 {
    width: 100%;
    height: auto;
    display: flex;
}

.topBox1 > img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
}

.topBoxCen {
    flex: 1;
    height: auto;
    margin: 0 0.7rem;
}

.topBoxRight {
    width: 3rem;
    height: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 1.5rem;
    background-color: #1AAD19;
    font-size: 0.7rem;
    border-radius: 28px;
}

.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;
}

.topName {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topName span {
    color: #666;
    font-size: 0.75rem;
}

.topPhone {
    color: #999;
    font-size: 0.7rem;
    margin-top: 0.5rem;
}

.topBox2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 2rem;
    margin-top: 0.3rem;
}

.topBox2Left {
    color: #666;
    font-size: 0.7rem;
}

.topBox2Left span {
    color: #C0744B;
    font-size: 0.8rem;
}

.topBox2Right {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 0.6rem;
}

.topBox2Right img {
    width: 0.7rem;
    height: 0.75rem;
    margin-right: 0.2rem;
}

.center {
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
}

.kthyBtn {
    display: block;
    width: 80%;
    height: 2rem;
    background-color: #fff;
    text-align: center;
    line-height: 2rem;
    border: 1px solid #0BB20C;
    color: #0BB20C;
    font-size: 0.8rem;
    margin: 2rem auto;
    border-radius: 25px;
}

.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;
}

.content {
    width: calc(94% - 20px);
    margin-right: 3%;
    margin-left: 3%;
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    font-size: 0.8rem;
}
html, body {
    font-family: Helvetica Neue,Helvetica,Roboto,Segoe UI,Arial,sans-serif;
    font-size: 14px;
    color: black;
    margin: 0px;
    padding: 0px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}
.title{
    text-align: center;
    font-weight: bold;
    padding: 0px;
    font-size: 18px;
    margin: 10px 0px 0px 0px;
    color: #000000;
    line-height: 30px;
}

.nei-info {
    color: #666;
    margin: 15px 0px 10px 0px;
    padding: 15px 0px 15px 20px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    box-sizing: border-box;
}
.index-sell-title {
    padding: 0.5rem;
    box-sizing: border-box;
    font-size: 0.8rem;
    font-weight: bold;
}
.van-cell {
    align-items: center;
}
.kfImg {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}