.pcBox {
    width: 100vw;
    height: 100vh;
    display: flex;
    overflow: hidden;
    justify-content: center;
}

.mt15 {
    margin-top: 15px;
}

.leftSlider {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    width: 100px;
    height: 100%;
    background-color: #11121A;
    flex-shrink: 0;
    padding: 39px 16px;
    box-sizing: border-box;


}

.pc_logo {
    width: 90px;
    margin-bottom: 30px;
}

.sli_one {
    cursor: pointer;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.sli_one img {
    width: 36px;
}

.sli_one .pcsli_name {
    font-family: MiSans;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    color: #B8B8B8;
    margin-top: 6px;

}

.sli_one .pcsliacimg {
    display: none;
}

.ac_sli_one .pcsliimg {
    display: none;
}

.ac_sli_one .pcsliacimg {
    display: block;

}

.ac_sli_one .pcsli_name {
    color: #fff;
}

.pcvideoBox {
    height: 100vh;
    position: relative;
}

.pcvideoBox img {
    height: 100%;
}

.pc_rightBox {
    width: 481px;
    height: 100vh;
    box-sizing: border-box;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    padding: 41px 24px 0px 24px;
    box-sizing: border-box;
    background-color: rgba(245, 245, 245, 1);
    position: relative;
}

.opacity0 {
    opacity: 0 !important;
    top: -300vh !important;
}

.pcRightCon {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
    padding: 41px 24px 0px 24px;
    box-sizing: border-box;
}

.pcTabsel {
    display: flex;
    justify-content: space-between;
    align-items: center;

    border-bottom: 1px solid #EFEFEF;
}

.pcTabone {
    font-family: MiSans;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    padding: 0px 8px;
    padding-bottom: 9px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.acPcTabonek {
    border-bottom-color: #D9001B;
}

.sli1tabcontentBox {
    width: 100%;

}

.sli1tabcontent {
    flex: 1;
    overflow: hidden;
}

.pcSeliRightBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.sli1tabcontentBox {
    position: relative;
    flex: 1;
}

.sli1tabcontent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-bottom: 12px;
    overflow: hidden;
}

.selnowDate {
    cursor: pointer;
}

.cusScrollow_sli::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    /* 设置滚动条的宽度 */
}

.cusScrollow_sli::-webkit-scrollbar-thumb {
    background-color: #888;
    /* 设置滚动条滑块的颜色 */
    border-radius: 5px;
    /* 设置滚动条滑块的圆角 */
}

.cusScrollow_sli::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* 设置滚动条滑块在悬停时的颜色 */
}

.cusScrollow_sli::-webkit-scrollbar-track {
    background-color: #eee;
    /* 设置滚动条背景的颜色 */
}