body{
    max-width: var(--maxwidth);
    margin: 0 auto;
}

.h5_main {
    display: none;
}

.topcon{
    position: relative;
}
.topcon .videocon{
    /* height: 10rem; */
    background: #ccc;
}
.topcon .articletitle{
    padding: 1.1rem 1.7rem .7rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.8rem;
    color: #1a1a1a;
}
.topcon .articletitle .hitcount{
    font-size: 1.3rem;
    color: #666;
    font-weight: 400;
    background: url(/uploads/image/wpimgs/eye.png) no-repeat left;
    background-size: 1.2rem 1rem;
    text-indent: 1.6rem;
    float: right;
}
.topcon .navcon{
    display: flex;
    font-size: 1.5rem;
    line-height: 4.2rem;
    background: #fff;
    position: relative;
    z-index: 999;
}
.topcon .navcon.fixtop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.topcon .nav{
    width: 100%;
    padding: 0 1.7rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: normal;
    color: #999;
    border-bottom: .1rem solid #f0f0f0;
}
.topcon .nav .navitem.active{
    color: #1a1a1a;
    position: relative;
}
.topcon .nav .navitem.active::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;right: 0;bottom: 0;
    margin: auto;
    width: 2.2rem;
    height: .3rem;
    background: var(--themecolor);
    border-radius: .6rem .6rem 0 0;
}

/* 鍐呭 */
.mainwrapper{
    overflow: hidden;
}
.mainwrapper .maincon{
    width: 100%;
    height: 100%;
}
.mainwrapper .maincon .mainitem{
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 1.7rem 1.7rem 0;
    box-sizing: border-box;
    flex-shrink: 0;
    display: none;
}
.mainwrapper .maincon .mainitem.active{
    display: block;
}
/* 鍥炬枃鐩存挱 */
.mainwrapper .livecon .item{
    font-size: 1.3rem;
    line-height: 2.2rem;
    /* border-bottom: .1rem solid #e6e6e6; */
    margin-bottom: 1.7rem;
    padding-bottom: 1.7rem;
    display: flex;
    justify-content: space-between;
}
.mainwrapper .livecon .item .publisherimg{
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 1.1rem;
}
.mainwrapper .livecon .item .publisherimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainwrapper .livecon .item .content{
    width: 100%;
    padding-top: .2rem;
}
.mainwrapper .livecon .item .liveinfo{
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
    color: #333;
}
.mainwrapper .livecon .item .liveinfo .publishdate{
    color: #999;
}
.mainwrapper .livecon .item .text{
    margin-top: 0.8rem;
    font-size: 1.5rem;
    color: #1a1a1a;
}
.mainwrapper .livecon .item .imgs{
    margin-top: 1.1rem;
}
.mainwrapper .livecon .item .content img{
    max-width: 100%;
    border-radius: .3rem;
    margin-top: .8rem;
    display: block;
}
.mainwrapper .livecon .item .zdyvideo{
    width: 100%;
    max-width: 100%;
    height: var(--h);
    max-height: var(--maxh);
    margin-top: 1.1rem;
}
.mainwrapper .livecon .item .zdyvideo video{
    width: 100% !important;
    height: var(--h) !important;
    max-height: var(--maxh) !important;
}
/* 鐩存挱璇勮 */
.mainwrapper .maincon .livecomment{
    padding: 0;
}
.mainwrapper .livecomment .commentcount{
    color: #666;
    font-size: 1.4rem;
    padding: 1.6rem 1.7rem .6rem;
}
.mainwrapper .comment{
    background: #fafafa;
    padding-top: 1.1rem;
    padding: 1.1rem 1.7rem;
}
.mainwrapper .comment .item{
    font-size: 1.5rem;
    line-height: 2.2rem;
    color: #ccc;
    display: flex;
    justify-content: space-between;
}
.mainwrapper .comment .item ~ .item{
    margin-top: 1.7rem;
}
.mainwrapper .comment .item .userimg{
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0.8rem;
    flex-shrink: 0;
}
.mainwrapper .comment .item .userimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainwrapper .comment .item .content{
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    padding: .3rem 1.1rem .6rem;
}
.mainwrapper .comment .item .content .userinfo{
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem;
}
.mainwrapper .comment .item .content .userinfo .addtime{
    font-size: 1.3rem;
}
.mainwrapper .comment .item .content .text{
    color: #1a1a1a;
}