/* .bk-top .bk-top-bg 改 */
.bk-top {
    width: 100%;
    /* padding-bottom: 1rem; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

.bk-top .bk-top-bg {
    background: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0.53rem 0.43rem;
}

.bk-top .bk-top-bg .bk-content-title {
    /*font-family: 'siyuan';*/
    font-stretch: normal;
    line-height: 0.82rem;
    letter-spacing: 0rem;
    color: #000000;
    font-size: 0.59rem;
    font-weight: normal;
    margin-bottom: 0.43rem;
}

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

}

.bk-top .bk-top-bg .bk-top-msg .bk-top-msg-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 0.4rem;
}

.bk-top .bk-top-bg .bk-top-msg .bk-top-msg-count {
    height: 0.43rem;
    font-size: 0.32rem;
    line-height: 0.45rem;
    color: #999999;
}

.bk-top .bk-top-bg .bk-top-msg .bk-top-msg-time {
    height: 0.45rem;
    font-size: 0.32rem;
    line-height: 0.45rem;
    color: #999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 0.43rem;
}
.bk-top .bk-top-bg .bk-top-msg .bk-top-msg-img {
    width: 2.56rem;
    height: 1.97rem;
    background: #29A7C9;
    border-radius: 0.21rem;
}


.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;
}

/* wz-con 改 end*/


