/*#region 老class */
.area, .projects, .siftings {
    position: fixed;
    overflow: hidden;
    top: 90px;
    left: 0;
    z-index: 9999;
    width: 100%;
    display: none;
}

.slide li {
    border-bottom: 1px solid #eee;
}

.down > div.items {
    top: 94px;
    padding-bottom: 28%;
}

.projects > .slide > .down > .items > ul > li > .p-key > a {
    display: inline-block;
    text-align: center;
    padding: 0;
    border-radius: 12px;
    margin-top: 6%;
    height: 7vh;
    border: 1px solid #e7e7e7;
    color: #808080;
    width: 20vw;
    margin-right: 2vw;
}

    .projects > .slide > .down > .items > ul > li > .p-key > a.choose {
        color: #f4b939;
    }

    .projects > .slide > .down > .items > ul > li > .p-key > a:nth-child(3n) {
        margin-right: 0;
    }

.pro .p-key {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}

.projects > .slide > .down > .items > ul > li > .p-key > a span {
    display: inline-block;
    height: 100%;
    line-height: 3.5vh;
    width: 80%;
    margin: 0 auto;
}

.down > div.items {
    padding-left: 2vw;
}

.retrie dt a:last-child:before {
    margin-left: 10px;
}

.slide {
    margin-bottom: 10%;
}

.mui-btn-blue, .mui-btn-primary, input[type=submit] {
    background: #f2e8d8;
    color: #333;
    border: 1px solid #f7c677;
}

.mui-pciker-rule-ft {
    border-top: 1px solid #f7c677;
    border-bottom: 1px solid #f7c677;
    background: #f2e8d8;
}

.mui-pciker-list {
    z-index: 3;
}
/*#endregion */

/*#region 新样式 */
.content .block {
    display: block;
}
/*.oveflow {
       overflow: hidden;
        position:fixed;
        width:100%;
        height:100%;
        z-index:0;
        top:0;
        left:0;
    }*/
html {
    -webkit-overflow-scrolling: touch;
}
/*#region 遮罩层 */
.condision-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: #000;
    opacity: .5;
    top: calc(1.1rem + .96rem + .8rem);
    left: 0;
}
/*#endregion */
/*#region 条件 */
.m-condition {
    height: .8rem;
    background: #fff;
}

.menu-bar {
    height: .8rem;
    box-sizing: border-box;
    border-top: 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: fixed;
    top: calc(1.1rem + .96rem + .8rem);
    height: calc(100vh - 1.1rem - .96rem - .8rem);
    left: 0;
    width: 100%;
    z-index: 3 !important;
    /*border-top: 1px solid #f0f0f0;*/
    display: none;
}

.tab {
    width: 100%;
    height: 100%;
    position: absolute;
    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 - 1.1rem - .96rem - .8rem);
    top: 0;
    left: 0;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
}

.tab-condt {
    display: flex;
    background: none;
}

.tab-condt-lv1 {
    width: 100%;
    /*width: 2.5rem;*/
    background: #f5f5f5;
}

.tab-condt-lv2 {
    width: 4.9rem;
}

    .tab-condt-lv2 ul li {
        border-bottom: 1px solid #f5f5f5;
    }

.tab-condt-container {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .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: block;
    content: "";
    width: 2px;
    height: 100%;
    background: #ff8686;
    position: absolute;
    top: 0;
    left: 0;
}

/*#question .tab-inner {
        height: auto;
    }*/

ul {
    margin-bottom: 0;
}
/*#endregion */
/*#region 地区 */
.directory {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .3rem;
    overflow: hidden;
    background: #fff;
    line-height: .96rem;
}

.dc-dir {
    color: #333;
    font-weight: bold;
}

.dc-add {
    color: #333;
}

    .dc-add i {
        display: inline-block;
        width: .24rem;
        margin-right: .1rem;
    }

        .dc-add i img {
            width: 100%;
        }

.city {
    color: #ff8686;
}

.dc-list {
    width: 100%;
    overflow: hidden;
}

.mui-poppicker {
    box-shadow: none;
    border-top: none;
    transform: translateY(600px)
}

    .mui-poppicker.mui-active {
        /*bottom: auto;
            top: calc(1.1rem + .96rem);*/
        display: block !important;
        transform: translateY(-381px);
    }

/*.mui-backdrop {
        height: calc(100vh - 1.1rem - .96rem);
        top: calc(1.1rem + .96rem);
    }*/

.mui-pciker-list li {
    color: #666;
    /*font-size: calc(0.13 * 32vw);*/
    font-family: 'STHeiti','Microsoft YaHei',Helvetica,Arial,sans-serif;
}

.mui-pciker-list, .mui-pciker-rule {
    height: .68rem;
    line-height: .68rem;
}

.mui-pciker-rule-ft {
    background: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.mui-picker {
    background: #fff;
}

.mui-pciker-list li.highlight {
    color: #ff8686;
}

.mui-poppicker-body {
    height: 4.4rem;
    border-top: none;
}

.mui-poppicker-header {
    padding: 0;
    height: .8rem;
    line-height: .8rem;
    position: absolute;
    top: 4.4rem;
    width: 100%;
    background: #feeada;
    -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: center;
}

.mui-poppicker-btn-cancel {
    display: none;
}

.mui-poppicker-btn-ok {
    border: none;
    color: #424350;
    display: block;
    width: 100%;
    height: 100%;
}

.mui-poppicker-header .mui-btn {
    /*font-size: calc(0.13 * 32vw);*/
    padding: 0;
    line-height: .8rem;
}

.mui-backdrop {
    height: calc(100vh - 1.1rem - .96rem);
    top: calc(1.1rem + .96rem);
}

.mui-poppicker ~ .mui-poppicker.mui-active ~ .mui-backdrop {
    height: calc(100vh - 1.1rem - .96rem - .8rem);
    top: calc(1.1rem + .96rem + .8rem);
}
/*#endregion */
/*#endregion */
