* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    vertical-align: baseline;
    list-style: none;
}

html, body {
    font-family:'IBM Plex Sans','Roboto','Helvetica','abCFont','Noto Sans SC', sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    color: var( --color);
    background: var(--bg);
    width:100%;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-weight: 400;
    min-height: 100vh;
}

:root{
    --color: #ccc;
    --bg:#000;
    --space:2vw;
    --space2:calc(var(--space)/2);
    --cubic: cubic-bezier(.17,.67,0,.99);
    --hui:#aaa;
    --side:19vw;
    --font2:'IBM Plex Mono','Roboto','Helvetica','Noto Sans SC', sans-serif;
    --plyr-color-main:var(--color);
    --swiper-pagination-color:var(--color);
    --swiper-pagination-bullet-inactive-color:var(--color)
}
.light:root{
    --color: #000;
    --bg:#fff;
    --hui:#888;
}
.hide{
    display: none;
}
.qr img{
    width: 200px;
    height: auto;
}
a{
    color: var( --color);
    text-decoration: none;
}
.text{
    line-height: 1.5;
}
.text p{
    padding-bottom: 1rem;
}
.text p:last-child{
    padding-bottom: 0;
}
.text img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.cn {
    text-align: justify;
}
.en{
    color: var(--hui);
}
.text a {
    text-decoration: underline;
    text-underline-offset:5px;
}

#cover{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: 11;
}
.cover-bg-img,
.play-video,
.cover-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    z-index: 2;
}
.play-video{
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    mix-blend-mode: difference;
    color: white;
}
.cover-bg-img{
    z-index: 0;
}
.cover-bg-img img,
.cover-bg video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    object-fit: cover;
}
.menu-item{
    position: absolute;
    z-index: 1;
    transform: translate(-50%,-50%);
}

.menu-item a{
    text-transform: uppercase;
    display: block;
    padding: 1rem;
    opacity: 0;
    pointer-events: none;
    font-family: var(--font2);
    position: relative;
}
.show-mmm .menu-item a{
      opacity: 1;
    pointer-events: auto;
}
.menu-item-4 a,
.menu-item-3 a,
.menu-item-1 a,
.menu-item.hide a{
    opacity: 0 !important;
    pointer-events: none !important;
}


.menu-item em{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.menu-item a:hover em{
    opacity: 0.5;
}
.menu-item em:before{
    position: absolute;
    width: 5px;
    height: 5px;
    background: var(--color);
    content: '';
    border-radius: 100%;
}
.light .menu-item em:before{
    background-color: var(--bg);
}
.light .menu-item em:after{
    border: var(--bg) solid 1px;
}
.menu-item em:after{
    position: absolute;
    width: 15px;
    height: 15px;
    border: currentColor solid 1px;
    content: '';
    border-radius: 100%;
    animation: fd .8s linear infinite;
}
@keyframes fd {
    0%{
        width: 10px;
        height: 10px;
        opacity: 1;
    }
    90%{
        width: 30px;
        height: 30px;
    }
    100%{
        opacity: 0;
    }
}
.menu-item-center em{
    left: 50%;
    top: 0;
}
.menu-item-right em{
    right: 0;
    top:50%;
}
.menu-item-left em{
    left: 0;
    top:50%;
}
.menu-item-3 em{
    top:20%;
}
.menu-item-4 em{
    top:20%;
}

.header-left{
    padding: var(--space);
    position: fixed;
    left: 0;
    top:0;
    display: flex;
    z-index: 999;
}

.logo a{
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.5rem;
    overflow: hidden;
    position: relative;
    padding: 0 2rem;
}
.social a,
.choose-screen,
.close-screen,
.header-item{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    cursor: pointer;

}
.social a i,
.choose-screen i,
.close-screen i,
.header-item i{
    position: relative;
    z-index: 1;
}
.hide-screen .close-screen i:before{
    content: '\f0c9';
}
.full-screen .choose-screen i:before{
    content: '\f326';
}
.more-works:before,
.social a:before,
.full-screen .choose-screen:before,
.hide-screen .close-screen:before,
.logo a:before,
#canvas-menu:before,
.header-item:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color);
    opacity: 0.1;
    content: '';

}

.logo,
.choose-style{
    margin-right:.5rem;

}

.choose-style.active i:first-child,
.choose-style i:last-child{
    display: none;
}
.choose-style.active i:last-child{
    display: block;
}
.home .open-menu{
    display: none;
}


.header-right{
    padding: var(--space);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    display: flex;
}
.canvas-menu-content{
    position: relative;
}
.close-screen{
    position: absolute;
    top:0;
    right: 0;
    font-size: 12px;
    z-index: 10;
    transition: font-size .3s linear;
}
.full-screen .choose-screen,
.choose-screen:hover,
.close-screen:hover{
    font-size:1rem;

}
.choose-screen{
    position: absolute;
    bottom:0;
    left: 0;
    cursor: pointer;
    font-size: 12px;
    z-index: 10;
    transition: font-size .3s linear;
}
.hide-screen .choose-screen{
    display: none;
}
#canvas-menu{
    width: var(--side);
    height: calc(var(--side) - 1vw);
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    backdrop-filter: blur(20px);
}
.canvas-menu-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.canvas-menu-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-menu-item{
    position: absolute;
    transform: translate(-50%,-50%);
}
.page-menu-item a{
    padding:1em;
    font-size:12px;
    display: block;
    text-transform: uppercase;
    font-family: var(--font2);
}
.full-screen .page-menu-item a{
    font-size:1.2rem;
}
.page-menu-item a:hover{
    animation: op .3s linear infinite;
}
.page-menu-item.page-menu-item-4,
.page-menu-item.page-menu-item-3,
.page-menu-item.page-menu-item-1{
    display: none;
}

@keyframes op {
    from{
        opacity: 1;
    }to{
         opacity: 0;
     }
}

.page-header{
    padding: var(--space2);
}
.page-header h1{
    font-weight: 400;
    text-transform: uppercase;
    padding: var(--space2);
}
.page-wrap {
    align-items: flex-start;
    display: flex;
}
.page-content{
    width: calc(100vw - var(--side) - var(--space) );
    padding: calc(5rem + (var(--side)/3) + var(--space)) 0 0 0;
}
.page-side{
    width: calc(var(--side) + var(--space) );
    padding: calc(var(--side) - 1vw + var(--space)) 0 0 0;
}
.cat-item,
.page-side .text{
    padding: var(--space) var(--space) var(--space) 0;
}
.social{

    display: flex;
}
.social a{
    margin-right: 1rem;
    text-decoration: none;
}
.cat-item ul li{
    position: relative;
    padding-bottom: 1rem;
}
.cat-item ul li a{
    padding-bottom: 1rem;
    display: flex;
    line-height: 1.2;
    border-bottom: currentColor solid 1px;
    align-items: center;
}
.cat-item ul li a i{
    padding-right: .5rem;
}

.cat-item ul li:hover a{
    opacity: 0.5;
}
.cat-item ul li.active a{
    font-weight: 500;
}



.text-wrap,
.about-wrap{
    display: flex;
    width: 100%;
}
.text-wrap .text,
.about-wrap .text {
    padding: var(--space);
    flex: 1;
}
.text-content{
    flex: 1;
}

.about-go {
    overflow: hidden;
    width: 100%;
    display: flex;
    margin-top: var(--space);
}

.about-go ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    animation: scroll linear infinite;
    animation-duration: 30s;
}

.about-go img{
    height: 60vh;
    width: auto;
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.grid{
    position: relative;
    z-index: 2;
}
.wrap{
    padding: var(--space2);
    display: flex;
    flex-wrap: wrap;
}

.box{
    width: 33.3333%;
    padding: var(--space2);
}
.box a{
    display: block;
}
.box-img{
    line-height: 0;
    overflow: hidden;

}
.box-img img{
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform .3s linear;
}
a:hover .box-img img{
    transform: scale(1.1);
}
.video-grid h2,
.box-info h2{
    padding-top: .5rem;
    font-size: 1rem;
    font-weight: 600;
}

.box-info .text{
    padding-top: .5rem;
    font-size: 0.8rem;
}

.post-section:after {
    margin: 0 var(--space);
    content: '';
    height: 1px;
    background-color: var(--color);
    display: block;
}
.post-section:last-child:after{
    display: none;
}

.pic-grid{
    padding: var(--space2);
}
.pic-wrap{
    display: flex;
    flex-wrap: wrap;
}
.pic-img{
    width: 33.3333%;
    padding: var(--space2);
}
.bb .pic-img{
    width: 50%;
}
.gallery-slider .swiper-slide a,
.pic-img a{
    display: block;
    line-height: 0;
}
.pic-img a img{
    width: 100%;
    height: auto;
}

.post-section-title{
    padding:var(--space2) var(--space) 0 var(--space);
    opacity: 0.5;
}
.post-section-title h2{
    font-size: 1rem;
    font-weight: 500;
}
.gallery-slider{
    padding: var(--space);

}

.gallery-slider .swiper-slide{
    width: auto;
    padding:0  var(--space) 0 0;
}
.gallery-slider .swiper-slide img{
    width: auto;
    height: 60vh;
}
.swiper-tool{
    display: flex;
    justify-content: space-between;
    margin-top: var(--space);
}
.swiper-pagination{
    position: relative;
}
.nav-prev,.nav-next{
    cursor: pointer;
}
.video-box{
    padding: var(--space2);
    width: 100%;
}
.video-box video{
    width: 100%;
    height: auto;
}
.video-box p{
    padding-top: 1rem;
}

.audio-list{
    padding: var(--space2);
    width: 100%;
}
.audio-list li{
    padding:.5rem var(--space2);
}
.song-main-info{
    display: flex;
    background-color: rgba(255,255,255,0.1);
    border-radius: 1rem;
    align-items: center;
    padding: 0 1rem;
    position: relative;
}
.song-wrap{
    width: 100%;
    height: 3rem;
    position: relative;
}
.song-main-info>div {
    padding: 0 .5rem;
    white-space: nowrap;
}
.song-seek {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.1);
}

.light .song-seek,
.light .song-main-info{
    background-color: rgba(0,0,0,0.1);
}

.song-progress{
    height: 100%;
    background-color: var(--color);
    position: absolute;
    top:0;
    left: 0;
}
.song-main-info .fa-volume-up{
    display: none;
}
.song-main-info .fa-solid{
    width: 2rem;
}
.text-list-group,
.text-list{
    padding: var(--space2);
}
.text-list li{
    padding:0 var(--space2);
    margin-bottom: 1rem;
}
.text-list li a{
    display: block;
    border-top: currentColor solid 1px;
}
.text-list li header{
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
}
.text-list-group li header h2,
.text-list li header h2,
.text-list li header h3{
    font-size: 1rem;
    font-weight: 400;
}
.text-list-group li header h2,
.text-list li header h2{
    font-weight: 600;
}
.text-list li footer{
    width: 70%;
    position: relative;
    margin: var(--space2) 0 0 auto;
}
.text-list li footer:before {
    content: '“';
    left: 0;
    top: 0;
}
.text-list li footer:after {
    content: '”';
    bottom: 0;
    right: 0;
}
.text-list li footer .text {
    font-size: 0.8rem;
    padding: var(--space2);
}
.text-list li footer:before, .text-list li footer:after {
    font-size: 2rem;
    position: absolute;
}

.text-list-group li{
    padding: var(--space2);
}
.text-list-group li header{
    display: flex;
    justify-content: space-between;
    border-top: currentColor solid 1px;
    padding-top: 1rem;
    cursor: pointer;
}
.text-list-group-content{
    display: none;
}
.text-list-group-content .text{
    padding:var(--space) 0;
}
.more-works{
    position: relative;
    margin-top: 2rem;
}
.grid-swiper .box{
    width: 100%;
}
.grid-slider{
    padding: var(--space2);
}
.grid-slider .swiper-pagination{
    padding-top: 1rem;
}


#footer{
    padding: var(--space);
    font-size: 12px;
}

.page-content .page-side{
    display: none;
}

