.tree-tt {
    color: #333;
}

.tree-node,
.tree-sub a {
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    text-align: left;
}

.tree-subs a {
    display: block;
    height: 76px;
    line-height: 76px;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    text-align: left;
}

.three-subs a {
    padding-left: 224px;
}

.tree-items {
    border-bottom: 1px solid #e0e0e0;
}

.tree-items:last-child {
    border-color: transparent;
}

.current .tree-iconl {
    background-image: url(https:/szj.hebei.gov.cn/images/wblisth.png);
}

.tree-iconl {
    float: left;
    width: 24px;
    height: 100%;
    margin-right: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(https:/szj.hebei.gov.cn/images/wblist.png);
}
.three-iconl {
    float: left;
    width: 24px;
    height: 100%;
    margin-left: 57px;
    margin-right: 12px;
    background-position: center center;
    background-repeat: no-repeat;
}

.hasChild > h3 > .three-iconl {
    background-image: url(https:/szj.hebei.gov.cn/images/wblistrh.png);
}
.hasChild.current > h3 > .three-iconl {
    background-image: url(https:/szj.hebei.gov.cn/images/three-iconl.png);
}

.current > .tree-node > a {
    color: #285dbf;
}

a.active {
    color: #285dbf;
}

.tree-iconr {
    float: right;
    width: 24px;
    height: 100%;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-position: center center;
}

.hasChild .tree-iconr {
    background-image: url(https:/szj.hebei.gov.cn/images/wblistrh.png);
}

.tree-item > a {
    padding-left: 44px;
    font-size: 12px;
}

.tree-item > a:hover {
    background-color: #e4e4e4;
    color: #0a59d7;
}

.tree-item > a:active {
    background-color: #519ff4;
    color: #fff;
}

.current .tree-iconr {
    background-image: url(https:/szj.hebei.gov.cn/images/wblistr.png);
}

.current .tree-sub {
    display: block;
}

.tree-sub,
.three-subs,
.four-subs {
    display: none;
}

.sub-node {
    height: 76px;
}

.tree-items.current .tree-sub {
    display: block;
}

.tree-item.current .three-subs {
    display: block;
}

.four-item.current .four-subs {
    display: block;
}

.ewb-menu-phone {
    display: none;
}

.ewb-menu-hd {
    display: none;
}

.ewb-menu-phone .ewb-menu-hd {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #15418f;
    height: 92px;
    line-height: 92px;
    background: url(https:/szj.hebei.gov.cn/images/ewb_menu_hd_bg.png) no-repeat center center;

    text-align: center;
}

.ewb-menu-phone .ewb-menu-hd a {
    color: #15418f;
}

.guide-tab {
    background-color: #fff;
    padding: 20px 10px;
}

.ewb-menu-list {
    font-size: 0;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: hidden;
}

.ewb-menu-item {
    display: inline-block;
    height: 120px;
    width: 33.3%;
    line-height: 120px;
    font-size: 28px;
    text-align: center;
    position: relative;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.ewb-menu-link {
    display: block;
    height: 100%;
    color: #004798;
    background-size: 100% 100%;
    position: relative;
    margin: 0 10px;
}

.ewb-menu-item.active .ewb-menu-link::before {
    position: absolute;
    content: '';
    width: 68px;
    height: 39px;
    background: url(https:/szj.hebei.gov.cn/images/gudie-active.png);
    background-size: 100% 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ewb-menu-link > p {
    line-height: 38px;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: normal;
}

.ewb-menu-item.active > .ewb-menu-link {
    color: #fff;
    font-weight: bold;
}

@media (max-width: 767px) {
    .wb-tree {
        display: none;
    }

    .ewb-menu-phone {
        display: block;
    }

    .ewb-right {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .ewb-menu-phone .ewb-menu-hd {
        height: 60px;
        line-height: 60px;
        font-size: 24px;
    }

    .guide-tab {
        padding: 10px 5px 0 5px;
    }

    .ewb-menu-link {
        margin: 0 5px;
    }

    .ewb-menu-item {
        width: 33.3%;
        font-size: 14px;
        line-height: 60px;
        height: 60px;
    }

    .ewb-menu-bd {
        padding: 0;
    }

    .ewb-menu-item > p {
        margin: 0 5px;
    }

    .ewb-menu-link > p {
        line-height: 20px;
        padding: 0 5px;
    }
}

.drop-box {
    height: 700px;
    position: fixed;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    display: none;
}

.drop-box-hd {
    line-height: 96px;
    padding-top: 10px;
    font-weight: 600;
    border-bottom: 1px solid #e0e0e0;
}

.drop-box-bd {
    height: 827px;
    padding-left: 48px;
    overflow: auto;
}

.ewb-menu-item.drop .drop-box {
    display: block;
}

.drop-tt {
    font-size: 40px;
    letter-spacing: 4px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: bold;
}

.drop-cancel {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 21;
    font-size: 28px;
    color: #666;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 9;
    display: none;
}

.hasscroll::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 29px;
    background-size: 100%;
    background-repeat: no-repeat;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(https:/szj.hebei.gov.cn/images/hasscroll.png);
}

@media (max-width: 600px) {
    .drop-box {
        height: 69%;
    }

    .drop-box-hd {
        line-height: 76px;
        padding-top: 10px;
        font-weight: 600;
    }

    .drop-cancel {
        font-size: 18px;
    }

    .drop-tt {
        font-size: 22px;
    }

    .drop-box-bd {
        height: calc(100% - 87px);
        padding-left: 20px;
    }

    .sub-node,
    .tree-node,
    .tree-sub a {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }

    

    .three-subs a {
        padding-left: 116px;
        font-size: 16px;
    }

    .current > h3 > .three-iconl {
        background-size: 7.5px 12px;
    }
    .three-iconl,
    .tree-iconr {
        background-size: 12px 7.5px;
    }

    .current .tree-iconl,
    .tree-iconl {
        margin-top: 0;
        margin-left: 0;
        background-size: 12px 12px;
        margin-right: 10px;
    }

    .hasscroll::after {
        width: 20px;
        height: 19px;
    }
}
