* {
    touch-action: pan-y;
}

.content-page, .content {
    min-height: 100vh;
    overflow: hidden;
}

.oveflow {
    overflow: hidden;
}

.fixed {
    position: fixed;
    z-index: -1000;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
    padding-bottom: constant(safe-area-inset-bottom);
}
/*#region 条件 */
.m-condition {
    height: .8rem;
    background: #fff;
}

.menu-bar {
    height: .8rem;
    box-sizing: border-box;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

    .menu-bar div {
        text-align: center;
        width: calc(7.5rem / 3);
        /*font-size: calc(0.13 * 32vw);*/
        color: #666;
        position: relative;
    }

        .menu-bar div i {
            display: inline-block;
            vertical-align: middle;
            margin-left: 0.18rem;
        }

        .menu-bar div::after {
            display: inline-block;
            content: "";
            width: 1px;
            height: 12px;
            background: #f0f0f0;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -6px;
        }

        .menu-bar div:last-child::after {
            display: none;
        }

.icon-arrow-up {
    width: 0.2rem;
    height: 0.1rem;
    background-image: url(../image/arrow-up.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.icon-arrow-down {
    width: 0.2rem;
    height: 0.1rem;
    background-image: url(../image/arrow-down.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.menu-active {
    color: #ff8686 !important;
}

/*#endregion */
/*#region 内容 */
.tab-container {
    position: relative;
    top: 0;
    height: calc(100vh - 2.7rem);
    left: 0;
    width: 100%;
    z-index: 10000;
    /*border-top: 1px solid #f0f0f0;*/
    display: none;
}

.tab {
    width: 100%;
    height: 100%;
    position: absolute;
    order: 1;
    z-index: 100000000;
    top: 0;
    left: 0;
    display: none;
}

.tab-cover {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}

.tab-inner {
    width: 100%;
    position: absolute;
    height: calc(100vh - 2.7rem);
    top: 0;
    left: 0;
    background: #fff;
    overflow-x: hidden;
    overflow: scroll;
    z-index: 10009;
    -webkit-overflow-scrolling: touch;
}

.tab-condt {
    display: flex;
    background: none;
}

.tab-condt-lv1 {
    width: 100%;
    /*width: 2.5rem;*/
    background: #fff;
}

.tab-condt-lv2 {
    width: 4.9rem;
}

    .tab-condt-lv2 ul li {
        border-bottom: 1px solid #f5f5f5;
    }

.tab-condt-container {
    height: calc( 100vh - 2.7rem);
    overflow-y: auto;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: constant(safe-area-inset-bottom);
}

    .tab-condt-container ul li {
        /*height: 1rem;
            line-height: 1rem;*/
        line-height: .88rem;
        padding-left: .34rem;
        /*font-size: calc(0.13 * 32vw);*/
        /*text-align: center;*/
        position: relative;
        border-bottom: 1px solid #e5e5e5;
        background: #fff;
    }

        .tab-condt-container ul li a {
            color: #666;
            width: 100%;
            display: block;
        }

        .tab-condt-container ul li.province-active {
            padding-left: .3rem;
        }

            .tab-condt-container ul li.province-active a {
                color: #ff8686;
            }

.province-active:after {
    content: "";
    width: .28rem;
    height: .28rem;
    margin-right: .3rem;
    background: url(../image/p-checked.png) no-repeat scroll right center #fff;
    background-size: 100%;
}

.province-active::before {
    display: black;
    content: "";
    width: 2px;
    height: 100%;
    background: #ff8686;
    position: absolute;
    top: 0;
    left: 0;
}

#place .tab-inner {
    height: auto !important;
}

#project .tab-inner {
    height: auto !important;
}

#question .tab-inner {
    height: auto !important;
}

ul {
    margin-bottom: 0;
}

.unmber_ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
/*#endregion */
