[v-cloak] {
    display: none;
}

.zl_list {
    min-height: 2rem;
}

.zl_empty {
    text-align: center;
    color: rgb(153, 153, 153);
    font-size: 16px;
    padding: 0.8rem 0;
}

.zl_filter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px 0.3rem;
    margin-top: 0.45rem;
}

/* å…¨éƒ¨ç§‘å®¤ä¸‹æ‹‰ï¼ˆel-cascaderï¼‰é€‚é…è®¾è®¡æ ·å¼ */
.zl_filter .el-cascader {
    width: 2.3rem;
    flex: 0 0 auto;
    line-height: 0.6rem;
}

.zl_filter .el-cascader .el-input__inner {
    height: 0.6rem;
    line-height: 0.6rem;
    border: 0;
    border-radius: 0;
    background: rgb(255, 255, 255);
    font-size: 14px;
    color: rgb(51, 51, 51);
    padding-left: 0.2rem;
}

.zl_filter .el-cascader .el-input__inner::placeholder {
    color: rgb(153, 153, 153);
}

.zl_filter .el-cascader .el-input__icon {
    line-height: 0.6rem;
}

.zl_filter .el-cascader .el-input.is-focus .el-input__inner,
.zl_filter .el-cascader .el-input__inner:focus {
    border-bottom: 1px solid rgb(11, 132, 78);
}

.zl_select {
    width: 2.3rem;
    height: 0.6rem;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0.2rem;
    box-sizing: border-box;
    color: rgb(153, 153, 153);
    font-size: 14px;
    cursor: pointer;
}

.zl_select .arr {
    width: 0.12rem;
    height: 0.12rem;
    border-right: 1px solid rgb(153, 153, 153);
    border-bottom: 1px solid rgb(153, 153, 153);
    transform: rotate(45deg) translateY(-0.03rem);
    flex: 0 0 auto;
}

.zl_search {
    position: relative;
    width: 6.8rem;
    height: 0.6rem;
    background: rgb(255, 255, 255);
}

.zl_search input {
    width: 100%;
    height: 100%;
    border: 0px;
    background: none;
    outline: none;
    box-sizing: border-box;
    padding: 0px 0.6rem 0px 0.2rem;
    font-size: 14px;
    color: rgb(130, 130, 130);
}

.zl_search input::placeholder {
    color: rgba(51, 51, 51, 0.3);
}

.zl_search .btn {
    position: absolute;
    right: 0.18rem;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.zl_search .btn img {
    width: 0.28rem;
}

.zl_alpha {
    margin-top: 0.4rem;
    height: 0.8rem;
    background: rgb(21, 106, 67);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 1rem;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
}

.zl_alpha a {
    color: rgb(255, 255, 255);
    transition: all 0.2s ease 0s;
}

.zl_alpha a.sel, .zl_alpha a:hover {
    color: rgb(239, 195, 104);
}

.zl_group {
    margin-top: 0.35rem;
}
.zj_content{padding-bottom:.6rem;}
.zj_content #app{box-sizing:border-box;}

.zl_ghead {
    display: flex;
    align-items: center;
    gap: 0.12rem;
    cursor: pointer;
}


.zl_emblem {
    width: 0.36rem;
    height: 0.36rem;
    flex: 0 0 auto;
    background: url("../images/e1.png") center center / contain no-repeat;
}

.zl_ghead h3 {
    font-size: 0.2rem;
    color: rgb(51, 51, 51);
    font-weight: bold;
    flex: 0 0 auto;
}

.zl_line {
    flex: 1 1 0%;
    height: 1px;
    background: rgb(221, 224, 224);
    margin: 0px 0.15rem;
}

.zl_btn {
    flex: 0 0 auto;
    min-width: 1.05rem;
    height: 0.4rem;
    padding: 0px 0.18rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgb(23, 105, 67);
    border: 1px solid rgb(23, 105, 67);
    cursor: pointer;
    margin-left: auto;
}

.zl_btn .arr {
    width: 0.1rem;
    height: 0.1rem;
    border-right: 1px solid currentcolor;
    border-bottom: 1px solid currentcolor;
    transform: rotate(45deg) translateY(-0.02rem);
    flex: 0 0 auto;
    transition: all 0.2s ease 0s;
}

.zl_btn .t_close {
    display: none;
}

.open > .zl_ghead .zl_btn .t_close, .open > .zl_shead .zl_btn .t_close {
    display: inline;
}

.open > .zl_ghead .zl_btn .t_open, .open > .zl_shead .zl_btn .t_open {
    display: none;
}

.open > .zl_ghead .zl_btn .arr, .open > .zl_shead .zl_btn .arr {
    transform: rotate(-135deg) translateY(-0.02rem);
}

.zl_gbody {
    display: none;
    
}
.zl_gbody .zl_sub{margin:0 20px;}
.zl_gbody .zl_sub .zl_sub .zl_dot{width:5px;height:5px;}
.zl_group.open > .zl_gbody {
    display: block;
}

.zl_cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.12rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.zl_card {
    background: rgb(255, 255, 255);
    padding: 0.18rem;
    min-height: 2.36rem;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
}

.zl_card a {
    display: flex;
    gap: 0.18rem;
    width: 100%;
}

.zl_card .pic {
    width: 1.5rem;
    height: 1.95rem;
    flex: 0 0 auto;
    overflow: hidden;
    background: rgb(242, 242, 242);
}

.zl_card .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.zl_card .info {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.zl_card .name {
    font-size: 0.22rem;
    font-weight: bold;
    color: rgb(51, 51, 51);
    line-height: 1.3;
}

.zl_card .row {
    display: flex;
    align-items: flex-start;
    gap: 0.07rem;
    margin-top: 0.12rem;
    font-size: 14px;
    color: rgb(107, 107, 107);
    line-height: 1.5;
}

.zl_card .row i {
    width: 0.15rem;
    height: 0.15rem;
    flex: 0 0 auto;
    margin-top: 0.04rem;
    background-color: rgb(11, 132, 78);
    mask: url("../images/icn.png") center center / contain no-repeat;
}

.zl_card .row.dep i {
    mask-image: url("../images/icn1.png");
}

.zl_card .row.good i {
    mask-image: url("../images/icn2.png");
}

.zl_card .row.good p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgb(143, 143, 143);
    transition: all 0.3s ease 0s;
}

.zl_card .more {
    margin-top: auto;
    padding-top: 0.12rem;
    font-size: 14px;
    font-weight: bold;
    color: rgb(11, 132, 78);
    transition: all 0.3s ease 0s;
}

.zl_card:hover {
    background: rgb(21, 106, 67);
}

.zl_card:hover .name, .zl_card:hover .row, .zl_card:hover .more {
    color: rgb(255, 255, 255);
}

.zl_card:hover .row i {
    background-color: rgb(255, 255, 255);
}

.zl_card:hover .row.good p {
    color: rgba(255, 255, 255, 0.85);
}

.zl_sub > .zl_shead {
    display: flex;
    align-items: center;
    gap: 0.12rem;
    height: 0.86rem;
    border-bottom: 1px solid rgb(231, 233, 233);
    cursor: pointer;
}

.zl_sub.open > .zl_shead {
    border-bottom: 0px;
}

.zl_dot {
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 50%;
    background: rgb(11, 132, 78);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.zl_dot img {
    filter: brightness(0) invert(1);
    max-width:80%;
}

.zl_shead h4 {
    font-size: 18px;
    color: rgb(11, 132, 78);
    font-weight: bold;
}

.zl_btn.outline {
    background: rgb(255, 255, 255);
    color: rgb(23, 105, 67);
    border: 1px solid rgb(23, 105, 67);
}

.zl_sbody {
    display: none;
}

.zl_sub.open > .zl_sbody {
    display: block;
}

@media (max-width: 1400px) {
    .zl_cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 999px) {
    .zl_cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .zl_alpha {
        padding: 0px 0.3rem;
        font-size: 14px;
        flex-wrap: wrap;
        height: auto;
        line-height: 0.5rem;
    }

    .zl_filter {
        flex-wrap: wrap;
        gap: 0.2rem 0.3rem;
    }
}

@media (max-width: 767px) {
    .zl_cards {
        grid-template-columns: repeat(1, 1fr);
    }
}