
.vipBox {
    width: 88%;
    height: 13rem;
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 6px;
}
.vipTit {
    color: #D2B06B;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
}
.vipText1 {
    color: #D2B06B;
    font-size: 0.7rem;
    text-align: left;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #999;
}
.vipText2 {
    color: #333;
    text-align: center;
    margin-top: 0.5rem;
    font-size: 0.75rem;
}
.vipBtn {
    width: 10rem;
    height: 2rem;
    border: 1px solid #8C6E2B;
    color: #8C6E2B;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 2rem;
    border-radius: 28px;
    margin: 1rem auto;
}
.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;
}

.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;
}
.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;
}
.foot1 {
    width: 100%;
    height: 1.55rem;
    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;
}