﻿*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* color: #333; */
   
}
html,body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
a {
    text-decoration: none;
    color: #999;
}
li {
    list-style: none;
}
.marinVideo {
    background-color: white;
}
.videoBox {
    width: 100%;
    height: 30vh;
    background-color: red;
    position: relative;
}
.video-js {
    width: 100%;
    height: 100%;
}
.videoInfo {
    padding: 15px;
}
.videoTitle {
    font-size: 18px;
    height: 25px;
    font-weight: bold;
    color: #333;
    position: relative;
}
.titleLeft {
    width: 100%;
    display: inline-block;
    font-weight: bold;
}
.titleLeft::before {
    content: " ";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(https://www.js-fz.cn/images/headImg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
}
.titleRight {
    width: 30%;
    display: inline-block;
    position: absolute;
    bottom: 0;
    color: #999;
    font-size: 14px;
    font-weight: normal;
    text-align: right;
}
.videoIntro {
    width: 100%;
    height: 95px;
    color: #999;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 15px;
    
}
.videoIntro p {
    height: 100%;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;    line-height: 19px;
}
.videoTime {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #eee ;
    line-height: 16px;
}
.leftNormal {
    width: 70%;
    color: #999;
    font-size: 14px;
    display: inline-block;
    float: left;
}
.leftCard {
    width: 50%;
    color: #999;
    font-size: 14px;
    display: inline-block;
    float: left;
}
.rightNormal {
    width: 30%;
    float: left;
    font-size: 14px;
    text-align: right;
}
.rightCard {
    width: 50%;
    float: left;
    font-size: 14px;
    text-align: right;
}
.rightLikes a {
    margin-left: 10px;
}
.rightLikes a img{
    width: 15px;
}

.moreTitle {
    width: 100%;
    margin-bottom: 15px;
}
.moreTitle span {
    font-weight: bold;
    font-size: 18px;
}
.moreTitle img {
    width: 20px;
    float: right;
}
.moreVideo {
    width: 100%;
    height: 36%;
    padding:15px;
    padding-top: 0;
}
.moreList {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.moreList ul li:nth-child(odd) {
    margin-right: 4%;
}
.listNormal {
    width: 100%;
    height: 90px;
    margin-bottom: 15px;
    
}
.listCard {
    width: 48%;
    height: 150px;
    float: left;
    margin-bottom: 20px;
}
.imgNormal {
    width: 138px;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    float: left;
    position: relative;
}
.imgCard {
    width: 100%;
    height: 95px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.bofangliang {
    position: absolute;
    top: 2px;
    right: 5px;
}
.bofangliang img {
    width: 15px !important;
    position: relative;
    top: 3px;
}
.bofangliang span {
    color: white;
    text-shadow:0px 0px 3px rgba(0, 0, 0, 0.8);
    font-size: 14px;
}
.imgNormal img,.imgCard img  {
    width: 100%;
    height: 100%;
}
.infoNormal {
    width:100%;
 float:right;
 margin-left:-148px;
 padding-left:148px;
}
.infoCard {
    width: 100%;
    float: left;
    margin-left: 0;
}
.infoNormal p,.infoCard p {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;font-size: 16px;line-height: 20px;
}
.infoNormal span{
    font-size: 14px;
    color: #999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;line-height: 18px;
}
.infoCard span {
    display: none;
}
.likesImgNormal {
    position: relative;
    top: -3px;
}
.likesImgCard {
    position: relative;
    top: 0px;
}
.fullScreenBtn {
    position: absolute;
    z-index: 9999;
    bottom: 5px;
    right: 10px;
    opacity: 1;
    transition: 0.5s;
}
.backBtn {
    position: absolute;
    z-index: 9999;
    top: 20px;
    left: 3%;
    display: none;
}
.fullInfo {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    bottom: 20px;
    z-index: 99999;
    display: none;
}
.fullInfoTitle {
    display: inline-block;
    padding: 10px;
    background-color: rgba(51, 51, 51, 0.7);
    border-radius: 5px;
    margin-bottom: 10px;
}
.fullInfoTitle h3 {
    display: inline-block;
    margin-bottom: 5px;
}
.fullInfoTitle h3 img{
    width: 24px;
    margin-right: 5px;
    position: relative;
    top: 4px;
}
.fullInfoTitle h3 span{
    font-size: 16px;
    color: white;
    font-weight: bold;
}
.fullInfoTitle p {
    color: #bcbcbc;
    font-size: 14px;
}
.fullInfoAuthor {
    color: white;
    margin-bottom: 10px;
}
.fullInfoDetail {
    color: #bcbcbc;
    width: 280px;
    height: 42px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}
.fullFunction {
    width: 45px;
    position: absolute;
    right: 10px;
    bottom: 100px;
    display: none;
    z-index: 99999;
}
.functionHead {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    overflow: hidden;
    margin-bottom: 30px;
}
.functionHead img {
    width: 100%;
}
.functionLikes,.functionForward {
    width: 30px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.functionLikesImg,.functionLikesImg img {
    width: 100%;
}
.functionLikes p,.functionForward p {
    color: white;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.fullPopup {
    width: 100%;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: -300px;
    z-index: 999999;
    border-radius: 20px 20px 0 0 ;
    transition-duration: 0.5s;
}
.closeBtn {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 15px;
    left: 90%;
}
.closeBtn img {
    width: 20px;
}
.fullPopup h3 {
    color: white;
    text-align: center;
    margin-bottom: 15px;
}
.fullPopupDetail {
    width: 90%;
    height: 210px;
    overflow: auto;
    margin: 0 auto;
    color: white;
}
.shareBox {
    width: 100%;
    height: 250px;
    background-color: #eaeaea;
    z-index: 999999999;
    border-radius: 20px 20px 0 0;
    position: absolute;
    bottom: -250px;
    transition-duration: 0.5s;
}
.cover{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 99999999;
    display: none;
    duration: 0.5s;
}
.shareBox p {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.shareCancel {
    display: inline-block;
    width: 100%;
    height: 50px;
    border-top: 1px solid #eee;
    position: relative;
    top: 30px;
    background-color: white;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #333;
}
.shareContent {
    display: flex;
    height: 100px;
    justify-content: space-around;
    margin-top: 20px;
}
.share {
    width: 60px;
    float: left;
}
.share a {
    width: 60px !important;
    height: 60px !important;
    position: relative;
    top: -100px;
    opacity: 0;
}
.share img {
    width: 60px;
    height: 60px;
}
.share p {
    height: 30px;
    line-height: normal;
    color: #757575;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

/* 大暂停按钮 */
.play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 999;
}
/* 作者 */
.author {
    width: 100%;
    height: 20px;
    margin: 10px 0 ;
}
.author img {
    width: 40px;
    margin-right: 10px;
}
.author span {
    color: #999;
    font-size: 14px;
}
    line-height: 50px;
    font-size: 16px;
    color: #333;
}
.shareContent {
    display: flex;
    height: 100px;
    justify-content: space-around;
    margin-top: 20px;
}
.share {
    width: 60px;
    float: left;
}
.share a {
    width: 60px !important;
    height: 60px !important;
    position: relative;
    top: -100px;
    opacity: 0;
}
.share img {
    width: 60px;
    height: 60px;
}
.share p {
    height: 30px;
    line-height: normal;
    color: #757575;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

/* 大暂停按钮 */
.play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 999;
}
/* 作者 */
.author {
    width: 100%;
    height: 20px;
    margin: 10px 0 ;
}
.author img {
    width: 40px;
    margin-right: 10px;
}
.author span {
    color: #999;
    font-size: 14px;
}
    line-height: 50px;
    font-size: 16px;
    color: #333;
}
.shareContent {
    display: flex;
    height: 100px;
    justify-content: space-around;
    margin-top: 20px;
}
.share {
    width: 60px;
    float: left;
}
.share a {
    width: 60px !important;
    height: 60px !important;
    position: relative;
    top: -100px;
    opacity: 0;
}
.share img {
    width: 60px;
    height: 60px;
}
.share p {
    height: 30px;
    line-height: normal;
    color: #757575;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

/* 大暂停按钮 */
.play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 999;display: none;
}
/* 作者 */
.author {
    width: 100%;
    height: 20px;
    margin: 10px 0 ;
}
.author img {
    width: 40px;
    margin-right: 10px;
}
.author span {
    color: #999;
    font-size: 14px;
}
    line-height: 50px;
    font-size: 16px;
    color: #333;
}
.shareContent {
    display: flex;
    height: 100px;
    justify-content: space-around;
    margin-top: 20px;
}
.share {
    width: 60px;
    float: left;
}
.share a {
    width: 60px !important;
    height: 60px !important;
    position: relative;
    top: -100px;
    opacity: 0;
}
.share img {
    width: 60px;
    height: 60px;
}
.share p {
    height: 30px;
    line-height: normal;
    color: #757575;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

/* 大暂停按钮 */
.play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  