[v-cloak] {
    display: none;
}

.middle-tab {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: sticky;
    top: 79px;
    margin-top: -32px;
    z-index: 9;

}

.middle-tab .tab-background {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: hsla(0, 0%, 100%, .36);
    border: 1px solid #fff;
    box-shadow: 0 8px 16px 2px rgba(0, 0, 0, .1);
    height: 64px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.middle-tab .tab-background .list.active p {
    color: #3662EC !important;
}

.middle-tab .tab-background .list p {
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    /*line-height: 16px;*/
}

.middle {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.middle .boxs {
    width: 100%;
    background-color: white;
    margin-top: 20px;
    box-shadow: 0px 4px 22px 0px #E4EFFF;

}

.middle .boxs .one {
    position: relative;
}

.middle .boxs .one .dw {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 72px;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
}

.middle .boxs .nr {
    padding: 20px;
}

.middle .boxs .nr .p1 {
    font-size: 18px;
    font-family: Source Han Sans CN-Normal, Source Han Sans CN;
    font-weight: 350;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.middle .boxs:hover .one .dw .xq {
    opacity: 1 !important;
}

.middle .boxs .one .dw .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .middle .boxs .one .dw .title {
        font-size: 18px !important;
    }

    .middle .boxs .one .dw {
        height: 47px !important;
    }

    .tab-background {
        width: 100% !important;
    }

    .tab-background img {
        display: none;
    }

    .middle-tab .tab-background .list p {
        font-size: 12px;
    }

    .middle-tab {
        margin-top: 0 !important;
        top: 50px !important;
    }

    .alfl {
        width: 95% !important;
    }

    .aaa i {
        top: 10% !important;
    }

    .bbb p {
        font-size: 14px !important;
    }

    .pc {
        display: none !important;
    }

    .app {
        display: block !important;
    }
}

.app {
    display: none;
}

.alfl {
    width: 85%;
    margin: 0 auto;
    padding-bottom: 50px;
    padding: 3%;

}

.alfl .list {
    margin-top: 50px;
}

.alfl .list .p1 {
    font-size: 24px;
    font-family: Source Han Sans CN-Medium, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}

.alfl .list .aaa {
    margin-top: 50px;
    width: 100%;
    position: relative;
}

.aaa i:last-child {
    right: 5px;
}


.aaa i {
    position: absolute;
    top: 40%;
    /*transform: translateY(-50%);*/
    width: 30px;
    height: 65px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    color: white;
    /*border-radius: 50%;*/
    font-size: 2.2rem;
    /*background-color: #fff;*/
}

.aaa i:first-child {
    left: 0px;
    display: none;
    z-index: 8;
}

.aaa i:last-child {
    right: 15px;
}

.aaa .bbb {
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    scroll-behavior: smooth;

}

.bbb > div {
    display: inline-block;
    margin-right: 15px;
    width: calc(100% / 3 - 15px);
    /*height: 340px;*/
    object-fit: cover;
}

.aaa img {
    width: 100%;
    /*margin-left: 10px;*/
    /*width: calc(100%/3);*/
    /*!*height: 340px;*!*/
    /*object-fit: cover;*/
}

.zd {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/zhezhao.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*background: rgba(31,70,137,0.38);*/
    top: 0;
    padding: 5% 10%;
    display: none;
    /*box-shadow: 0px 5px 26px 0px #8BB0D8;*/
}
.eee:hover .bt{
    display: none;
}
.eee:hover .zd{
    display: block;
}
.border{
    border-right: 1px solid rgba(216,216,216,0.3)
}
