/*底部导航模板*/
.w-flex-qm {
    position: absolute;
    left: 0;
    top: -.64rem;
    right: 0;
    margin: 0 auto;
    width: 1.02rem;
}
.w-menu-img {
    width: 1.02rem !important;
    border-radius: 50%;
    display: block;
}
.w-none {
    opacity: 0;
    position: relative;
    z-index: -1;
}
.w-flex-qm-t {
    text-align: center !important;
    position: relative;
    top: .06rem;
}
.sel-wqm {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3.6rem;
    background-color: #F7F4F2;
    width: 100%;
    transition: all .5s;
}
.sel-wqm-hidden {
    bottom: -3.6rem;
}
.wqm-box {
    width: 6rem;
    display: flex;
    margin: .5rem auto;
    justify-content: space-between;
    align-items: center;
}
.wqm-item-icon {
    width: 1.05rem;
}
.wqm-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 1.5rem;
}
.w-cut-line {
    width: 1px;
    height: .93rem;
    background-color: #DECAB1;
}
.w-dis_flex {
    position: relative;
    background-color: #fff;
}
.wqm-item-text {
    color: #000;
        font-size: 16px;
    font-weight: bold;
}
