@charset "UTF-8";

/*********************************************************************

##### post-6 样式表

*********************************************************************/
.MiYu-Post-title{
  margin-bottom: 20px;  
}
.MiYu-Post {
    display: flex;
}

.MiYu-Post-left {
    width: calc(100% - 40%);
    /* aspect-ratio: 3 / 4; */
    overflow: hidden;
    border-radius: 8px;
}

.MiYu-Post-right {
    width: 40%;
    margin-left: 15px;
}

.MiYu-Post-thumbs {
    margin-bottom: 10px;
}

.MiYu-Post-thumbs img {
    border-radius: 8px;
    width: 50px;
    height: 80px;
}

.MiYu-Post-thumbs img:hover {
    cursor: pointer;
}

.MiYu-Post-main {
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 8px;
}

.MiYu-Post-main img {
    aspect-ratio: 3 / 4;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    /* 避免图片底部间隙 */
    object-fit: cover;
    /* 可选：按需裁剪填充 */
}

.swiper-slide {
    /* width: 100% !important; */
    overflow: hidden;
    -webkit-box-shadow: 0 6px 10px 0 hsla(0, 0%, 55%, .2);
    box-shadow: 0 6px 10px 0 hsla(0, 0%, 55%, .2);
}

.post-style-6 .swiper-button-next.swiper-button-disabled,
.post-style-6 .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.post-style-6 .swiper-button-prev {
    left: 0;
}

.post-style-6 .swiper-button-prev {
    margin-left: 20px;
}

.post-style-6 .swiper-button-prev i {
    margin-right: 5px;
    font-size: 30px;
}

.post-style-6 .swiper-button-next i {
    margin-left: 5px;
    font-size: 30px;
}

.post-style-6 .swiper-button-disabled {
    background: #3333335c !important;
    border: none !important;
}

.post-style-6 .MiYu-Post-main .swiper-button-next,
.post-style-6 .MiYu-Post-main .swiper-button-prev {
    opacity: 0;
    z-index: 10;
    width: 39px;
    height: 61px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .5);

}

.post-style-6 .MiYu-Post-main .swiper-button-next {
    right: -60px;
    transition: 0.3s ease-out all;
}

.post-style-6 .MiYu-Post-main .swiper-button-prev {
    left: -60px;
    transition: 0.3s ease-out all;
}

.post-style-6 .MiYu-Post-main:hover .swiper-button-next {
    right: 20px;
    transition: 0.3s ease-out all;
}

.miyuIndex-user-Tab ul li.active {
    color: #fff;
}

.post-style-6 .MiYu-Post-main:hover .swiper-button-prev {
    left: 0px;
    transition: 0.3s ease-out all;
}

.post-style-6 .MiYu-Post-main:hover .swiper-button-next,
.post-style-6 .MiYu-Post-main:hover .swiper-button-prev {
    opacity: 1;
    z-index: 10;

}

.post-style-6 .MiYu-Post-main:hover .swiper-button-disabled {
    opacity: 0;
}

.ppt-post6 .swiper-button-disabled {
    background: #3333335c !important;
    border: none !important;
}

.post-style-6 .swiper-button-next:hover,
.post-style-6 .swiper-button-prev:hover {
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* Standard */
}

.post-style-6 .MiYu-Post-main .MiYu-Post-number {
    text-align: right;
    position: absolute;
    opacity: 0;
    z-index: 6;
    margin-top: 20px;
    padding: 3px 14px;
    border-radius: 15px;
    top: -3px;
    right: 28px;
    font-size: 12px;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.post-style-6 .MiYu-Post-number i {
    font-style: normal;
    margin-right: 3px;
}

.post-style-6 .MiYu-Post-number i:last-child {
    font-style: normal;
    margin-left: 3px;
}

.post-style-6 .MiYu-Post-main:hover .MiYu-Post-number {
    opacity: 1;
    transition: 0.3s ease-out all;
}

.post-style-6 .MiYu-Post-vip {
    position: absolute;
    z-index: 3;
    margin-top: 20px;
    padding: 3px 14px;
    border-radius: 5px;
    top: 30%;
    width: 100%;
}

.post-style-6 .MiYu-Post-vip-top {
    border-radius: 5px;
    font-size: 12px;
    background: #00000021;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: -6px 5px 0px #56bf85;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 70px;
    padding: 20px 10px;
    letter-spacing: 1.5px;
    line-height: 19px;
    width: 52%;
}

.post-style-6 .MiYu-Post-vipTiTle {
    font-size: 14px;
}

.post-style-6 .MiYu-Post-vip-bootom {
    text-align: center;
}

.post-style-6 .MiYu-Post-vipTiTle i {
    font-size: 27px;
    padding-right: 10px;
}

.post-style-6 .MiYu-Post-vipMoeny {
    padding-left: 36px;
    margin-top: 20px;
    font-size: 20px;
}

.post-style-6 .MiYu-Post-viparray {
    display: flex;
    flex-flow: wrap;
    align-items: stretch;
}

.post-style-6 .MiYu-Post-viparray span {
    width: auto;
}

.post-style-6 .MiYu-Post-viparray span:first-child {
    color: #ff3355;
}

.post-style-6 .MiYu-Post-viparray span:nth-child(2) {
    color: #ffffff;
}

.post-style-6 .MiYu-Post-viparray span:nth-child(3) {
    color: #1ea91e;
}

.post-style-6 .MiYu-Post-viparray span:nth-child(4) {
    color: #66c7ff;
}

.post-style-6 .MiYu-Post-viparray span:nth-child(5) {
    color: #e316bf;
}

.post-style-6 .MiYu-Post-viparray span:nth-child(6) {
    color: #8d7783;
}

.post-style-6 .MiYu-Post-viparray span:nth-child(7) {
    color: #1ea91e;
}

.post-style-6 .MiYu-Post-viparray span:nth-child(8) {
    color: #8224e3;
}

.post-style-6 .MiYu-Post-vipMoeny span {
    font-size: 11px;
    padding-right: 10px;
    font-weight: 700;
}

.post-style-6 .MiYu-Post-vipMoeny i {
    font-style: normal;
    font-size: 12px;
    color: #ffff04;
}

.MiYu-Post-vipMoeny b {
    color: #ffff04;
    font-size: 20px;
    font-weight: 700;
}

.post-style-6 .MiYu-Post-filter img {
    filter: blur(9px) brightness(0.2) opacity(1);
}

.post-style-6 .MiYu-Post-vipbuy {
    padding-left: 36px;
    margin-top: 15px;
}

.post-style-6 .MiYu-Post-vipbuy i {
    font-style: normal;
    border-radius: 2px;
    margin: 0 5px;

}

.post-style-6 .MiYu-Post-vip-bootom button {
    letter-spacing: 2.6px;
    border-radius: 20px;
}

.post-style-6 .MiYu-post6-comment,
.post-style-6 .MiYu-post6-vipBuyText {
    border-radius: 25px;
    font-size: 13px;
    padding: 10px 40px;
    border: none;
    user-select: none;
    color: #fff;
    letter-spacing: 3.5px;
}

.post-style-6 .entry-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.post-style-6 .MiYu-Post-excerpt {
    height: 384px;
    overflow: auto;
    padding: 10px 10px 26px 10px;
    background-color: #fffcf7;
    margin-top: 10px;
    border-radius: 5px;
}

.MiYu-Post-vip-bootom a {
    color: #fff;
    padding: 8px 16px;
    transition: opacity .2s;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    white-space: nowrap;
    letter-spacing: 2.6px;
    border-radius: 20px;
}

.miyuPostdown {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.miyuPostdown a {
    font-size: 12px;
    border-radius: 5px;
    padding: 9px 23px;
    vertical-align: .1em;
    margin-top: 10px;
    background: #fff;
    /*background-color: #ff99c5;*/
    color: #fff;
}

/* 弹窗容器 */
.progress-modal {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
}

/* 3D立体圆形容器 */
.circle-3d {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 20px auto;

    /* 立体边框 */
    box-shadow:
        inset 0 0 20px rgba(0, 0, 0, 0.2),
        /* 内阴影 */
        0 8px 30px rgba(0, 0, 0, 0.3);
}
    /* 金属质感边框 */
    .circle-3d::before {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        border-radius: 50%;
        box-shadow:
            inset 0 0 15px rgba(255, 255, 255, 0.3),
            inset 0 -5px 15px rgba(0, 0, 0, 0.3);
        z-index: 2;
    }
.progress-title {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: -10px;
    letter-spacing: 2.5px;
}

/* 水波容器 */
.water-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* 水波层 */
.water {
    position: absolute;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right,
            rgba(102, 204, 255, 0.8) 0%,
            rgba(0, 153, 255, 0.6) 100%);
    border-radius: 45%;
    transition: top 0.5s ease-out;
    animation:
        wave 5s infinite linear,
        sway 3s infinite ease-in-out;
}

/* 第二层水波（增强效果） */
.water2 {
    animation-delay: -1s;
    opacity: 0.9;
}

/* 水波动画 */
@keyframes wave {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* 左右摇晃动画 */
@keyframes sway {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(20px);
    }
}

/* 进度文字 */
.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

/* 骨架屏容器 */
.MiYu-post-skeleton-container {
    aspect-ratio: 3 / 4;
    /* 关键比例设置 */
    background-color: #dbd6d6;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

/* 骨架屏动画效果 */
.MiYu-post-skeleton-container::after {
    content: "";
    position: absolute;
    inset: 0;
    animation: shimmer 1.5s infinite linear;
    background-image: linear-gradient(to right,
            #f0f0f0 0%,
            #e0e0e0 20%,
            #f0f0f0 40%,
            #f0f0f0 100%);
    animation: skeleton-shine 1.5s infinite;
}

/* 动画关键帧 */
@keyframes skeleton-shine {
    0% {
        background-position: -400px 0;
    }

    100% {
        background-position: 400px 0;
    }
}
@media (max-width: 768px) {
.MiYu-Post{
    display: block;
}
.MiYu-Post-left,.MiYu-Post-right{
    width:100%;
}
}

