.bk-top-bg {
    background-color: #fff;
    padding: 0.53rem 0;
}

.bk-top-bg .bk-top-msg {
    width: 9.15rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.13rem rgba(0, 0, 0, 0.1);
    border-radius: 0.21rem;
    margin: 0 auto;
    padding: 0.43rem;
}

.bk-top-bg .bk-top-msg .bk-top-msg-t {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0.53rem;
}

.bk-top-bg .bk-top-msg .bk-top-msg-title {
    font-size: 0.59rem;
    font-weight: bold;
    line-height: 0.8rem;
    color: #333333;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 0.5rem;
}

.bk-top-bg .bk-top-msg .bk-top-msg-img {
    width: 2.4rem;
    height: 1.6rem;
    border-radius: 0.21rem;
}

.bk-top-msg-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.time_count {
    height: 0.43rem;
    font-size: 0.32rem;
    line-height: 0.43rem;
    color: #999999;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.bk-top-content-share {
    display: flex;
    align-items: center;
}


/* wz-con 改 */
.wz-con .sub-nav {
    height: 0.48rem;
    margin: 0.32rem 0;
}

.wz-con .sub-nav .swiper-container {
    width: 100%;
    height: 100%;
}

.wz-con .sub-nav .swiper-container .swiper-slide {
    width: auto;
    height: 0.48rem;
    background: rgba(235, 247, 244, 1);
    border-radius: 0.27rem;
    padding: 0 0.21rem;
    font-size: 0.29rem;
    line-height: 0.48rem;
    color: #2AAC8B;
}
.bk-top-msg-img img{
    filter: blur(30px);
}
/* wz-con 改 end*/