@charset "utf-8";

.app {
    position: relative;
    z-index: 1;
}

.main {
    height: 100vh;
    margin: 0 40px 0 100px;
    position: relative;
}


.sidebar_L {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
}


.sidebar_L .sidebar {
    width: 66px;
    height: calc(100% - 100px);
    background: var(--b_1);
    position: relative;
    overflow: visible;
}

.sidebar_L .sidebar .logo {
    width: 80px;
    top: 20px;
    position: absolute;
}

.sidebar_L .sidebar::before,
.sidebar_L .sidebar::after {
    content: "";
    width: 45px;
    height: 80px;
    position: absolute;
    left: 0;
}

.sidebar_L .sidebar::before {
    top: -58px;
    background-image: radial-gradient(circle at 130% 0px, rgba(0, 0, 0, 0) 60px, var(--b_1) 61px);
}

.sidebar_L .sidebar::after {
    bottom: -58px;
    background-image: radial-gradient(circle at 130% 100%, rgba(0, 0, 0, 0) 60px, var(--b_1) 61px)
}

.sidebar_L .sidebar .framer {
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    --framer-link-text-color: var(--b_1);
    --framer-link-text-decoration: underline;
    transform: rotate(90deg);
    transform-origin: 50% 50% 0px;
}

.sidebar_L .sidebar .framer p {
    font-size: 18px;
    color: var(--BW5);
}

.bottomBar {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.bottomBar .declaration h4 {
    text-align: right;
    font-size: 36px;
    color: var(--BW5);
}

.bottomBar .declaration .magnetic_01:before,
.bottomBar .declaration .magnetic_01:after {
    left: initial;
    right: 0;
}

.bottomBar .declaration>div h4:nth-child(2):before {
    animation-duration: 2s !important;
    /* 默认持续时间 */
}

.bottomBar .declaration>div h4:nth-child(2):after {
    animation-duration: 3s !important;
    /* 默认持续时间 */
}

.bottomBar .declaration>div h4:nth-child(3):before {
    animation-duration: 3.5s !important;
    /* 默认持续时间 */
}

.bottomBar .declaration>div h4:nth-child(3):after {
    animation-duration: 4.0s !important;
    /* 默认持续时间 */
}

.bottomBar .declaration>div h4:nth-child(4):before {
    animation-duration: 2.5s !important;
    /* 默认持续时间 */
}

.bottomBar .declaration>div h4:nth-child(4):after {
    animation-duration: 3.0s !important;
    /* 默认持续时间 */
}

.bottomBar .declaration p {
    font-size: 20px;
    color: var(--BW5);
}

.bottomBar ul.channel li {
    cursor: pointer;
}

.bottomBar ul.channel li .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    position: relative;
}

.bottomBar ul.channel li .icon img {
    position: relative;
    z-index: 1;
}

.bottomBar ul.channel li .icon .box {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.bottomBar ul.channel li .icon img.box_0 {
    z-index: 0;
}

.bottomBar ul.channel li .icon img.box_1 {
    z-index: 9;
}

.bottomBar ul.channel li .icon .ThirdParty {
    transform: translateY(0)
}

.bottomBar ul.channel li .icon:hover .ThirdParty {
    transform: translateY(-20px)
}

.bottomBar ul.channel li .txt {
    text-align: center;
}

.bottomBar ul.channel li .txt p {
    font-size: 18px;
    color: var(--BW5);
}

/* ---- */
#contextualStyle {
    overflow: hidden;
    position: fixed;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 0;
}

#background_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#video_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/video_cover.jpeg") no-repeat;
    background-size: cover;
    background-position: center;
}

#video_controls {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

#play img {
    width: 100px;
}

#pause img {
    width: 90px;
}

#pause {
    display: none;
}


#overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.MainVideo_1 {
    width: 380px;
    top: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    background: var(--b_1);
}

.MainVideo_1 .title p {
    color: var(--BW5);
}

.MainVideo_1 .SceneVideo {
    width: 100%;
    height: 100%;
}

.MainVideo_1 .SceneVideo video,
.QPlayer .SceneVideo video {
    width: 100%;
}

.MainVideo_1 .vidbg-container,
.MainVideo_1 .vidbg-container video,
.MainVideo_2 .vidbg-container {
    position: initial !important;
}

.MainVideo_1 .vidbg-container video,
.MainVideo_2 .vidbg-container video {
    width: 100% !important;
    height: auto !important;
}

.MainVideo_2 {
    width: 260px;
    max-height: 180px;
    overflow: hidden;
}

.MainVideo_2 .SceneVideo {
    overflow: hidden;
}

.MainVideo_2 .vidbg-container video {
    width: 150% !important;
    /* top: -60px !important; */
    position: relative !important;
}

.MainVideo_2 .pContent .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.MainVideo_2 .pContent .txt p {
    font-size: 14px;
    color: var(--BW5);
}

/* ---- */

@media (min-width: 300px) {
    #video_controls {
        display: none;
    }
}


@media (max-width: 800px) {

    #QPlayer {
        width: 60px;
        right: 0;
        top: 0;
        -moz-box-shadow: 5px 10px 20px 1px rgba(0, 0, 0, 0.0);
        -webkit-box-shadow: 5px 10px 20px 1px rgba(0, 0, 0, 0.0);
        box-shadow: 5px 10px 20px 1px rgba(0, 0, 0, 0.0);
        display: none;
    }

    #QPlayer #player,
    #QPlayer .audioPlayer {
        background-color: transparent;
    }

    #QPlayer .frequencySpectrum ul li {
        background: #fff;
        background: linear-gradient(0deg, #fff 5%, #fff 100%);
    }
}