@charset "UTF-8";
/*
 * ------------------------------------------------------------------------------
 * 图片预览内页
 * ------------------------------------------------------------------------------
*/
.sys-entry-content{
    display: flex;
    height: 750px;
    margin-bottom: 21px;
}
.entry-content-left{
    width: calc( 100% - 40%);
}
.entry-content-right{
    width: 40%;
    margin-left: 15px;
}
.entry-content-right .single-button-download a{
    padding: 5px 10px;
    line-height: 19px;
    font-size: 12px;
    background: #56bf85;
    color: #fff;
}
.vsys-comments{
    /* height: 800px;
    overflow: auto;
    padding: 10px; */
}
.sys-content-excerpt{
    height: 590px;
    overflow: auto;
    padding: 10px;
    background-color: #f0f0f0;
    margin-top: 10px;
    border-radius: 5px;
}
.vsys-comments .comments-area-content{
    height: 200px;
    overflow: auto;
    padding: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
}
.vsys-comments .comments-area{
    position: relative;
}
.vsys-comments .comment-form{
    bottom: -200px;
    width: 100%;
    position: absolute;
}
.vsys-comments img.lazy:not(.loaded){
    filter: blur(0px) brightness(1) !important;
}
.vsys-comments img.lazy:not(.loaded) {
    opacity: 1;
}
.vsys-comments #comment-form .respond{
    padding: 0 0px 24px 24px;
}
.entry-content-right .download-box{
    margin-top: 30px;
}
.entry-content-right .post-user-info{
    display: flex;
    margin: 0;
}
.sys-swiper-top .main-swiper{
    height: 600px;
}
.sys-swiper-top .thumbs-swiper{
    height: 92px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: #9e9e9e0d;
    /* top: -99px; */
}
/* .sys-swiper-top .thumbs-swiper .swiper-slide{
    margin-right: 15px;
} */
.sys-swiper-top .thumbs-swiper .swiper-slide img{
    width: 100%;
    height: 70px;
}
.sys-swiper-top .thumbs-swiper .swiper-slide-thumb-active{
    width: 100%;
    height: 60px;  
    transition: all 0.3s ease;
}
.sys-swiper-top .thumbs-swiper .swiper-slide-thumb-active img{
    width: 100%;
    height: 42px;
    transition: all 0.3s ease;
    position: relative; 
    filter: blur(0px);
}
.sys-swiper-top .swiper-wrapper img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.sys-swiper-top .thumbs-swiper .swiper-slide img:hover,.sys-swiper-top .swiper-wrapper img:hover{
    cursor: pointer;
}
.sys-swiper-top-title{
    left: 0;
    position: absolute;
    width: auto;
    background: rgb(255 255 255);
    top: 10px;
    color: #151516;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    transition: transform .2s;
    padding: 9px;
    border-radius: 0 5px 5px 0;
}
.sys-swiper-top .swiper-slide:hover .sys-swiper-top-title{
    transform: translateX(-100%);
    border-radius: 8px 8px 0 0;
}
/* .swiper-container {
    touch-action: none;
  } */
/* .swiper-slide{
    position: relative;
}
.main-swiper .swiper-slide-active::before{
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #007bff;
    position: absolute;
    top: 64.5px;
    right: 3px;
    z-index: 1
} */
.sys-filter{
    filter: blur(4px);
}
.sys-swiper-vip-neirong{
    justify-content: center;
    position: relative;
    top: -83%;
    display: flex
;
}
.sys-swiper-vip{
    position: absolute;
    background: rgb(255 255 255 / 19%);
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    padding: 20px;
    border-radius: 5px;
    z-index: 3;
    margin: 10px;
}
.sys-swiper-vip-top{
    margin: 20px 10px;
}
.sys-swiper-vip-top i{
    padding-right: 5px;
}
.sys-swiper-vip-array{
    background-color: #000000ab;
    color: #ffffff;
    border-radius: 8px;
    margin: 10px;
    font-size: 15px;
    padding: 20px;
}
/* .sys-swiper-array-top{
    display: flex;
    position: relative;
    justify-content: space-between;
    padding-bottom: 10px;
} */
/* .sys-swiper-array-vip{
    background: linear-gradient(135deg, #f25fbd 10%, #d67b1d 100%);
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 5px 0 8px 0;
} */
.sys-swiper-vip-dataMoney{
    padding: 15px;
    font-size: 3em;
    color: #ffffff;
    display: block;
    text-align: center;
}
.sys-swiper-vip-data{
    font-size: 12px;
    margin-bottom: 10px;
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: center;
}
.sys-swiper-vip-data-desc{
    color: #fff;
    font-size: 10px;
    text-align: center;
    letter-spacing: 3.5px;
    margin-bottom: 36px;
}
.sys-swiper-vip-xuni{
    text-align: center;
    margin-bottom: 36px;
}
.sys-swiper-vip-shop{
    position: relative;
    justify-content: center;
    display: flex;
;
}
.sys-swiper-vip-shop-button{
    font-size: 11px;
    background-color: #ffffff;
    color: #1b1a1a;
    padding: 6px 17px;
    border-radius: 3px;
    text-align: center;
    width: 108px;
}
.sys-swiper-vip-shop-button:hover{
    cursor: pointer;
}
.sys-swiper-vip-xuni svg{
    font-size: 17px;
}
.sys-swiper-vip-xuni span{
    font-weight: 700;
}
.sys-swiper-vip-data span{
    color: #000000;
    margin-right: 10px;
    border-radius: 100px;
    padding: 4px 10px;
    vertical-align: .1em;
    background-color: #ffff;
    margin-bottom: 16px;
    font-size: 12px;
}
.sys-swiper-vip-data span:nth-child(4n){
    margin-right: 0px; 
}
.sys-swiper-vip-data span:last-child{
    margin-right: 0px; 
}
.sys-swiper-vip-data svg{
    font-size: 18px;
    padding-right: 4px;
}
.sys-swiper-array-jiaobiao{
    font-size: 12px;
    background-color: #8BC34A;
    border-radius: 25px 0 0 25px;
    padding: 0.3em .6em;
    text-shadow: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    line-height: 1.2;
    top: 11px;
    position: absolute;
    right: 0;
}
.sys-swiper-array-jiaobiao span{
    color: #fafafe;
}
.sys-6-tab-buttons{
    /* background-color: #fff; */
    font-size: 11px;
    line-height: 19px;
    border-radius: 5px;
    padding: 11px;
    display: flex;
    margin: 10px;
    color: #333;
    justify-content: center;
    margin: 0 auto;

}
.sys-6-tab-button{
    padding: 3px 14px;
    margin-left: 15px;
    color: #fff;
    background-color: #ff618e;
    border-radius: 5px;
}
.sys-6-tab-buttons .active{
    background-color: #ff618e;
    box-shadow: 0 0 0 .5px rgba(0, 0, 0, .04), 0 3px 1px rgba(0, 0, 0, .04), 0 3px 8px rgba(0, 0, 0, .12);
    padding: 5px 18px;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
}
.sys-6-tab-buttons .active:hover,.sys-6-tab-button:hover{
    cursor: pointer;
}
.sys-6-tab-content {
    display: none;
}
.sys-6-tab-content.active {
    display: block;
    margin-top: 3px;
}
.sys-entry-content .post-content-footer{
    left: -100px;
}
.sys-entry-content .entry-content > div{
    overflow: hidden;
}


/*骨架屏 start*/
.post-skeleton-container {
    padding: 20px;
  }
.post-skeleton-thumbs{
    height: 100px;
    display: flex;

}  
.post-skeleton-li{
    width: 100px;
    height: 80px;
    animation: shimmer 1.5s infinite linear;
    background-image: linear-gradient(
      to right,
      #f0f0f0 0%,
      #e0e0e0 20%,
      #f0f0f0 40%,
      #f0f0f0 100%
    );
    background-size: 800px 104px;
    margin: 10px;
    border-radius: 5px;
}
.post-skeleton-img{
    width: 100%;
    height: 500px;
    animation: shimmer 1.5s infinite linear;
    background-image: linear-gradient(
      to right,
      #f0f0f0 0%,
      #e0e0e0 20%,
      #f0f0f0 40%,
      #f0f0f0 100%
    );
    background-size: 800px 104px;
    margin: 10px;
    border-radius: 5px;
}
  .post-skeleton-header {
    height: 40px;
    background: #f0f0f0;
    margin-bottom: 20px;
    border-radius: 4px;
  }
  
  .skeleton-content {
    padding: 10px;
  }
  
  .skeleton-line {
    height: 16px;
    background: #f0f0f0;
    margin-bottom: 12px;
    border-radius: 4px;
    animation: shimmer 1.5s infinite linear;
    background-image: linear-gradient(
      to right,
      #f0f0f0 0%,
      #e0e0e0 20%,
      #f0f0f0 40%,
      #f0f0f0 100%
    );
    background-size: 800px 104px;
  }
  
  @keyframes shimmer {
    0% {
      background-position: -400px 0;
    }
    100% {
      background-position: 400px 0;
    }
  }
/*骨架屏 end*/
@media screen and (max-width: 768px){
.sys-entry-content {
    display: block;
    height: auto;
}  
.entry-content-left,.entry-content-right{
    width: 100%;
    margin-left:0;
}


}