* {
    margin: 0;
    text-decoration: none;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -webkit-touch-callout: none;
}


img {
    width: 100%;
    height: 100%;
    display: block;
}

body {
    transform-origin: 0 0;
    width: 100vh;
    overflow: hidden;
    height: 100vw;
    transform: rotateZ(90deg) translateY(-100%);
}

.navList {
    top: .4rem;
    right: .64rem;
    z-index: 99;
    position: absolute;
    display: flex;

}


.fanye img {
    animation: huxi 2s linear infinite;
}

.fanye1 img {
    animation: huxi 2s linear infinite;
}

.progress-bar-container {
    position: absolute;
    bottom: 0.3rem;
    left: 0;
    right: 0;
    padding: 0 10px;
    z-index: -1;
}

.progress-bar-container.active {
    z-index: 5;
}

.progress-bar {
    height: 8px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.progress {
    height: 100%;
    background-image: linear-gradient(91deg, rgba(178, 252, 172, 0.97) 0%, rgba(127, 237, 189, 0.97) 46%, rgba(33, 230, 247, 0.97) 100%), linear-gradient(#2d5d67, #2d5d67);
    border-radius: 4px;
    width: 0%;
    position: relative;
    transition: width 0.1s linear;
}

.progress-handle {
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s;
}

.progress-bar:hover .progress-handle {
    opacity: 1;
}

@keyframes huxi {
    0% {
        transform: scale(0.95);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(0.95);
    }
}

.share {
    width: 0.53rem;
    margin: 0 0.11rem 0 0.11rem;
    height: 0.8rem;
}

audio {
    display: none;
}

.music {
    width: 0.41rem;
    height: 0.47rem;
}

.return div,
.music div {
    width: 100%;
    height: 100%
}

.return {
    width: 0.41rem;
    height: 0.47rem;
    margin-left: .11rem;
}

.shadow {
    background: rgba(0, 0, 0, 0.69);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    backdrop-filter: blur(10px);
    left: 0
}

.shipinPop {
    width: 11.11rem;
    height: 6.36rem;
    position: fixed;
    left: 50%;
    z-index: 999;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(https://img.swmob.com/lvsezhiyue/images/shipinBj.png?v9) no-repeat;
    background-size: 100% 100%;
}

.shipinClose {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: -0.18rem;
    right: -0.43rem;
}

.shipinIcon {
    position: absolute;
    width: 3.65rem;
    height: 1.11rem;
    left: -0.4rem;
    top: -0.25rem;
}

.shipinPop video {
    position: absolute;
    object-fit: contain;
    width: calc(100% - 0.14rem - 0.13rem);
    height: 6.11rem;
    left: 0.14rem;
    top: 0.13rem;
}

.shareBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}


.shareItem {
    position: fixed;
    top: 0.48rem;
    height : 3.51rem;
	width: 5.97rem;
    left: 0.24rem
}

.shareknow {
    position: fixed;
    height: 0.78rem;
    width: 1.87rem;
    bottom: 2.13rem;
    left: 3.35rem
}

.shareBtn {
    position: fixed !important;
    width: 0.4rem;
    top: 0.7rem;
    z-index: 2;
    right: 1.5rem
}