#container {
    width: 100%;
    height: 100vh;
    background: #fff;
    padding-top: 70px;
    box-sizing: border-box;
    font-size: 20px;
}
.pc-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    background: #fff;
    padding: 0 32px;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.pc-l {
    display: flex;
    align-items: center;
}
.pc-l img {
    width: 32px;
    height: 32px;
    display: block;
    margin-right: 8px;
}
.pc-l div {
    font-weight: 500;
    font-size: 15px;
    color: #121212;
}
.pc-r {
    font-weight: 400;
    font-size: 18px;
    color: #008BFF;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.pc-r::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(../image/download.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 5px;
}
.download-box {
    width: 320px;
    height: 371px;
    background: #FFFFFF;
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    color: #343A40;
    line-height: 25px;
    text-align: center;
    display: block;
    padding: 44px;
    box-sizing: border-box;
    /* position: absolute;
    top: 30px;
    right: 0; */
    position: fixed;
    top: 100px;
}
.qrcode {
    width: 200px;
    height: 200px;
    display: block;
    margin: 20px auto 0;
}
.grid-wrapper {
    width: 420px;
    padding: 10px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    background: #F9F9F9;
    height: calc(100vh - 70px);
    overflow-y: hidden;
    overflow-x: hidden;
    flex-shrink: 0;
}
.grid-scroll {
    width: 100%;
    height: calc(100% - 40px);
    overflow-y: scroll;
    overflow-x: hidden;
}
.grid-scroll::-webkit-scrollbar-track {
    background: #EFEFEF;
    border-radius: 4px;
}
.grid-scroll::-webkit-scrollbar {
    width: 8px;
    height: auto;
}
.grid-scroll::-webkit-scrollbar-thumb {
    width: 8px;
    background: #CFCFCF;
    border-radius: 4px;
}
.grid {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.grid-item {
    width: 178px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #fff;
    position: absolute;
}
.tuwen-cover {
    margin-bottom: 0;
    width: 100%;
    font-size: 0;
}
.tuwen-cover img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.tuwen-info {
    padding: 7px 12px;
    box-sizing: border-box;
}
.tuwen-title {
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    line-height: 22px;
}
.icon-sp {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 12px;
}
.qrcode-toast {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    display: none;
}
.qrcode-box {
    width: 500px;
    height: 564px;
    position: relative;
}
.qrcode-toast img {
    width: 500px;
    height: 564px;
    display: block;
}
.close-qrcode-toast {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.more-tj {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    height: 40px;
}
/*  */
.article-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.video-wrapper {
    flex: 1;
    min-width:700px;
}
.cur-video-info {
    width: 100%;
    height: 81px;
    display: flex;
    justify-content: space-between;
    padding: 0 32px;
    box-sizing: border-box;
    align-items: center;
}
.v-title {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
}
.v-time {
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 17px;
    margin-top: 8px;
}
.v-ri {
    display: flex;
    font-size: 12px;
    color: #333333;
    line-height: 14px;
    align-items: center;
}
.v-ri div {
    margin-left: 24px;
    cursor: pointer;
}
.icon-msg,.icon-zan {
    display: flex;
    align-items: center;
}
.icon-msg::before,.icon-zan::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: url(../image/icon-msg.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 8px;
}
.icon-zan::before {
    background: url(../image/icon-zan.png) no-repeat center;
    background-size: 100% 100%;   
}
.icon-share {
    width: 28px;
    height: 28px;
    background: url(../image/icon-share.png) no-repeat center;
    background-size: 100% 100%;
}
/*  */
.video-swiper {
    width: 100%;
    height: calc(100vh - 70px - 81px);
}
.video-swiper .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-box,.swiper-slide-video {
    width: 100%;
    height: 100%;
}
.swiper-slide-video .video-js {
    width: 100%;
    height: 100%;
}
.video-js .vjs-big-play-button {
    /* display: none; */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: url(../image/play-video.png) no-repeat center;
    background-size: 100% 100%;
    border: none;
    transition: unset;
    opacity: unset;
    background-color: unset;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    display: none;
}
.controls-btn {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.btn-prev,.btn-next {
    width: 48px;
    height: 48px;
    background: url(../image/btn-prev.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}
.btn-next {
    background: url(../image/btn-next.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 16px;
}
.swiper-button-next {
    width: 48px;
    height: 48px;
    background: url(../image/btn-next.png) no-repeat center;
    background-size: 100% 100%;
    right: 32px;
    margin-top: 16px;
}
.swiper-button-prev {
    width: 48px;
    height: 48px;
    background: url(../image/btn-prev.png) no-repeat center;
    background-size: 100% 100%;
    left: unset;
    right: 32px;
    margin-top: -42px;
}
.shu {
    margin: 0 3px;
}
.video-play {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../image/play-video.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 10;
}
.notFound_content img {
    width: 300px;
}
.notFound_content p {
    font-size: 22px;
}