.guding {
    max-height: calc(100vh - 14rem);
    overflow: auto;
    padding: 0 0 4.7rem;
}
.header {
    height: 4rem;
    line-height: 4rem;
    background: #039fe9;
    position: relative;
    z-index: 1000;
    top: 0;
}

    .header .inner {
        position: relative;
        height: 4rem;
        line-height: 4rem;
    }

    .header .return {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        height: 4rem;
        line-height: 4rem;
        display: block;
        text-align: left;
        background: url(../images/back.png) no-repeat center;
        background-size: 1.8rem 1.8rem;
        width: 4.3rem;
        font-size: 1.3rem;
        color: #fff;
        text-indent: -999em;
    }


.tjBar {
    height: 42px;
    line-height: 42px;
    background: #E8E8E8;
    text-align: center;
    font-size: 12px;
    clear: both;
    padding-bottom: 5px;
}

    .tjBar .text {
        width: 32%;
        border: 1px solid #ddd;
        height: 28px;
        font-size: 11px;
        margin-right: 3px;
        background: #fff url(../images/down.png) no-repeat right center;
        background-size: 14px 7px;
        padding-left: 2%;
        border-radius: 4px
    }

    .tjBar .button {
        height: 28px;
        line-height: 28px;
        border: none;
        background: #5db75d;
        width: 14%;
        color: #fff;
        border-radius: 4px;
    }

/*时间插件样式*/
.page {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#datescroll div {
    float: left;
    margin-left: 10%;
    margin-top: 15px;
    padding-right: 22px;
}

#datescroll_datetime div {
    float: left;
    margin-left: 10%;
    padding-right: 22px;
}

#yearwrapper {
    position: absolute;
    left: 0;
    top: 45px;
    bottom: 60px;
    width: 80%;
}

#monthwrapper {
    position: absolute;
    left: 26%;
    top: 45px;
    bottom: 60px;
    width: 80%;
}

#daywrapper {
    position: absolute;
    left: 50%;
    top: 45px;
    bottom: 60px;
    width: 80%;
}

#Hourwrapper {
    position: absolute;
    left: 0;
    top: 195px;
    bottom: 68px;
    width: 80%;
}

#Minutewrapper {
    position: absolute;
    left: 26%;
    top: 195px;
    bottom: 68px;
    width: 80%;
}

#Secondwrapper {
    position: absolute;
    left: 50%;
    top: 195px;
    bottom: 68px;
    width: 80%;
}

/*增加手指滑动触摸面积*/
#Hourwrapper ul li {
    color: #898989;
    font-size: 12px;
}

#Minutewrapper ul li {
    color: #898989;
    font-size: 12px;
}

#Secondwrapper ul li {
    color: #898989;
    font-size: 12px;
}

#yearwrapper ul li {
    color: #898989;
    font-size: 12px;
}

#monthwrapper ul li {
    color: #898989;
    font-size: 12px;
}

#daywrapper ul li {
    color: #898989;
    font-size: 12px;
}

#markyear {
    position: relative;
    margin-left: 76px;
    top: -2px;
}

#markmonth {
    position: relative;
    margin-left: 40px;
    top: -2px;
}

#markday {
    position: relative;
    margin-left: 42px;
    top: -2px;
}

#markhour {
    position: relative;
    margin-left: 62px;
    top: -2px;
}

#markminut {
    position: relative;
    margin-left: 58px;
    top: -2px;
}

#marksecond {
    position: relative;
    margin-left: 68px;
    top: -2px;
}

#dateheader {
    width: 100%;
    height: 50px;
    background: #79C12F;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
}

#setcancle ul {
    text-align: center;
    line-height: 30px;
    margin: 1px auto;
    font-size: 20px;
}

    #setcancle ul li {
        border-radius: 4px;
        float: left;
        width: 40%;
        height: 30px;
        list-style-type: none;
    }

#dateconfirm {
    position: absolute;
    background: #3D84C6;
    color: #fff;
    font-size: 18px;
    left: 20px;
}

#datecancle {
    position: absolute;
    background: #dcdddd;
    font-size: 18px;
    right: 20px;
    width: 40%;
}

#dateshadow {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    filter: alpha(Opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#datePage {
    font-size: 22px;
    border-radius: 3px;
    position: fixed;
    top: 110px;
    vertical-align: middle;
    width: 80%;
    height: 240px;
    background: #FFFFFF;
    z-index: 9999999;
    margin: 0 auto;
    overflow: hidden;
}

#datetitle {
    width: 100%;
    height: 50px;
    background: #3D84C6;
    text-align: center;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
}

#datemark {
    font-size: 18px;
    left: 5%;
    width: 90%;
    height: 20px;
    border: 1px solid #3D84C6;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#dbeeff), to(#9dd2ff));
    position: absolute;
    top: 108px;
}

#timemark {
    font-size: 18px;
    left: 5%;
    width: 90%;
    height: 20px;
    border: 1px solid #E0E0E0;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#dbeeff), to(#9dd2ff));
    position: absolute;
    top: 242px;
}

#datescroll {
    background: #F8F8F8;
    width: 94%;
    margin: 10px 3%;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    height: 120px;
    text-align: center;
    line-height: 40px;
}

#datescroll_datetime {
    display: none;
    background: #F8F8F8;
    width: 94%;
    margin: 10px 3%;
    margin-top: 10px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    height: 120px;
    text-align: center;
    line-height: 40px;
}

#yearwrapper ul, #monthwrapper ul, #daywrapper ul {
    width: 40%;
}

#Hourwrapper ul, #Minutewrapper ul, #Secondwrapper ul {
    width: 40%;
}

#dateFooter {
    width: 100%;
    background: #fff;
    height: 50px;
    bottom: 0px;
    position: absolute;
}
.right-box {
    width: 76%;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    bottom: 1.15rem;
    position: fixed;
    right: 0;
    bottom: 4rem;
    top: 4.1rem;
}

.left-box {
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 4rem;
    left: 0;
    width: 24%;
    bottom: 4.1rem;
    background: #f7f7f7;
}

    .left-box ul li {
        line-height: 3.5rem;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        text-align: center;
        position: relative;
    }

        .left-box ul li.on:after {
            content: "";
            width: 0.15rem;
            height: 1.4rem;
            background: #37c2e9;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -0.7rem;
        }

        .left-box ul li a {
            display: block;
            font-size: 1.26rem;
            color: #333333;
            text-align: center;
            letter-spacing: 0.04rem;
            padding-left: 0.04rem
        }

        .left-box ul li.on a {
            background: #fff;
            color: #37c2e9;
            font-size: 1.29rem;
        }

.right-box ul li {
    line-height: 1rem;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.recMod-p ul li {
    background: #fff;
    padding: 1rem;
    margin-bottom: 0.5rem;
}

    .recMod-p ul li img {
        display: block;
        width: 7rem;
        height: 8rem;
    }

    .recMod-p ul li .box {
        position: relative;
    }

    .recMod-p ul li .thumb {
        float: left;
    }

    .recMod-p ul li .desc {
        margin-left: 8rem;
    }

        .recMod-p ul li .desc h4 {
            font-size: 1.5rem;
            color: #333;
            font-weight: bold;
            margin-bottom: 0.3rem;
        }

        .recMod-p ul li .desc p {
            font-size: 1.2rem;
            color: #999;
            line-height: 1.3;
        }

        .recMod-p ul li .desc .btn {
            display: block;
            width: 5rem;
            height: 2.2rem;
            line-height: 2.2rem;
            border-radius: 2rem;
            background: #ff8a00;
            color: #fff;
            text-align: center;
            position: absolute;
            top: 50%;
            right: 0rem;
            margin-top: -1.1rem;
        }

    .recMod-p ul li .action {
        position: relative;
        color: #f00;
        font-size: 1.2rem;
    }

.homehead .tip {
    height: 3.25rem;
    line-height: 3.25rem;
    background: #fef9d9;
    font-size: 1.3rem;
    color: #635d61;
    text-align: center;
}

    .homehead .tip .red {
        color: #f53721;
    }

.homehead ul {
    background: #fff;
    border-top: 1px solid #eee;
}

.homehead li {
    width: 33.3333333333%;
    float: left;
    font-size: 1.2rem;
    text-align: center;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-left: -1px;
    margin-right: -1px;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
}

    .homehead li a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
        color: #6f6f6f;
        line-height: 1.5;
        display: block;
    }

    .homehead li span {
        line-height: 1.5;
    }

    .homehead li strong {
        font-size: 1.8rem;
    }

    .homehead li .color1 {
        color: #0f8efe;
    }

    .homehead li .color2 {
        color: #f4654e;
    }

    .homehead li .color3 {
        color: #ff9d00;
    }

.search-wrapperv2 {
    height: 3.5rem;
    line-height: 3.5rem;
    position: relative;
    margin: 0.5rem 1rem;
    margin-bottom: 1rem;
    padding-right: 5rem;
}

.search-inputv2 {
    width: 100%;
    border: 1px solid #eee;
    background: #f6f6f7;
    height: 1.45rem;
    border-radius: 0.7rem;
    color: #666;
    line-height: 1.45rem;
    padding: 1rem 0;
    text-indent: 1rem;
    font-size: 1.2rem;
}

.search-btnv2 {
    border-radius: 0.3rem;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.8rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border: none;
    overflow: hidden;
    text-indent: 9999px;
    background: #039fe9 url(../images/img3_search.png) no-repeat center center;
    background-size: 1.35rem 1.35rem;
    border: none;
    border-radius: 0.7rem;
}
.tab-list-fenge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.2rem 0;
    font-size: 1.4rem;
    background: #fff;
}

    .tab-list-fenge .tab-fenge {
        padding: 0 0.8rem 1rem;
    }

        .tab-list-fenge .tab-fenge.active {
            color: #329dfd;
            position: relative;
            border-bottom: 2px solid #329dfd;
        }