* {
        padding: 0;
        margin: 0;
      }
html{
    height:100%;
}
body{
    height:100%;
    margin:0px;
    /*overflow:hidden;*/
}
.allmain {
    display: flex;
    flex-direction: column;
    height: calc(100% - 60px);
}
// button{
//     border-color:transparent;
//     border:0;
//     outline:none;
//     background-color: transparent;
// }
.navigation-bar{
    font-size: 17px;
    display: flex;
    // align-items: center;
    height: 60px;
    justify-content: space-between;
    padding-left:15px;
    padding-right:15px;
    border-bottom:1px solid #F2F2F2;
}
.projectname>.separate{
    margin-left:8px;
    margin-right:8px;

}
.projectname{
    display: flex;
    align-items: center;
    justify-content:start;
    // height: 60px;
    // margin-left:15px;
}
.videoname{
    display:flex;
    align-items: center;

}
.videofunction{
    display:flex;
    align-items: center;
}
.videofunction button{
    display:inline-block;
    width: 16px;
    height: 16px;
    padding: 6px;
}
.videofunction>div div{
    /*padding:6px;
    width:18px;
    height:18px;
    cursor:pointer;*/

}
.videofunction>div div:hover{
    background-color:#F2F2F2;
}
.proportion{
    display:flex;
    padding-left:8px;
    padding-right:8px;
    height:28px;
    line-height:28px;
    position:relative;
}
.proportion:hover{
    background-color:#F2F2F2;

}
.proportion img{
        vertical-align: middle;
    margin-top: 7px;
    margin-left: 4px;
}
.export-scale {
    max-height: 80vh !important;
    overflow: auto;
    width: 326px !important;
    position: absolute;
    width: 326px !important;
    background-color: white;
    cursor: default !important;
    z-index: 999999999;
    right: 0px;
    top: 32px;
    height: auto !important;
    color: black !important;
    padding: 0px !important;
    text-align: left;
    border-radius: 10px;
    visibility: hidden;
}
.export-scale legend{
        line-height: 40px;
    font-weight: 600;
    text-transform: none;
    font-size: 0.875rem !important;
    color: rgb(88, 88, 100);
    padding:12px !important;
}
.videofunction .export-scale div{
    width:auto;
    height:auto;
    padding:12px;color: rgb(88, 88, 100);
    font-size:14px;
}
.videofunction .export-scale div p{
    // font-size:14px;
    font-weight:bold;
    font-size:17px;
}
.export-scale:hover{
    background-color:white !important;
}

.export{
    position:relative;
    display:flex;
    height:32px;
    padding-left:12px;
    padding-right:12px;
    background-color: #00A2F5;
    cursor:pointer;
    color:white;
    font-size:17px;
    margin-left:14px;
    border-radius:5px;
    text-align: center;
    line-height:32px;
}
.volume-scale{
    position: absolute;
    left: 0px;
    // width: 100px;
    top: 28px;
    background-color: black;
    color: white;
    font-size: 16px;
    visibility:hidden;
    z-index:9998;
}
.speed-scale{
    position: absolute;
    left: 0px;
    width: 100px;
    top: 28px;
    background-color: black;
    color: white;
    font-size: 16px;
    visibility:hidden;
    z-index:9998;
}
.speed-scale div{
    height: 35px;
    line-height: 35px;
    border-bottom: white;
    /* width: 100%; */
    padding-left: 20px;
    cursor:pointer;
}
.speed-scale div:hover{
    background-color: #00A2F5;
}
.expand-scale{
        position: absolute;
    widht: 200px;
    width: 150px;
    right: 68px;
    background-color: black;
    color: white;
    /* padding: 6px; */
    top: 60px;
    font-size: 16px;
    visibility:hidden;
    z-index:9998;
}
.expand-scale div{
        height: 35px;
    line-height: 35px;
    border-bottom: white;
    /* width: 100%; */
    padding-left: 20px;
    cursor:pointer;
}
.expand-scale div:hover{
    background-color: #00A2F5;
}
.side-navigation{
    display: flex;
    height: 100%;
    position: relative;
}
.Sidebar-Navigation{
    // background-color: rgb(28, 28, 38);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 72px;
    border-right: 1px solid #f2f2f2;
}
.tablist{
    position: relative;
    overflow: hidden;
    width:100%;
}
.tabcontainer{
    width: 100%;
    height: 100%;
    flex-direction: column;
    display:flex;
    align-items: center;
    // overflow-y: scroll;
}
.tabcontainers>img{
    margin-bottom:7px;
}
.tabcontainers>input{
    display:none;
}
.tabcontainers{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    color: black;
    font-family: inherit;
    font-size: 0.825rem;
    line-height: 1.1;
    padding: 4px;
    width: 100%;
    height: 62px;
    font-weight: 600;
    // opacity: 0.5;
    cursor: pointer;
}
.tabcontainers:hover{
    opacity: 0.5;
}
.sidebar{
    position: relative;
}
.sidebar-resize{
    position:relative;
    height:100%;
    background-color:#f2f2f2;
}
.sidebar-resize>div{
    position: relative;
    box-sizing: border-box;
    will-change: width;
    width: 500px;
    height: 100%;
    max-width: 50vw;
    min-width: 280px;
    border-right:1px solid #f2f2f2;
    text-align: center;
}
.media-content{
    display:none;
}
.videotape-content{
    display:none;
    padding:20px;
}
.template-content{
    display:none;
}
.music-content{
    display:none;
    padding:25px;
}
.video-content{
    display:none;
}
.image-content{
    display:none;
}
.txet-content{
    display:none;
}
.graphical-content{
    display:none;
}
.transition-content{
    display:none;
}
.brand-content{
    display:none;
}

.hidesidebar{
 position:absolute;
 text-align: inherit;
    padding: 0px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 76px;
    width: 16px;
    color: rgb(39, 39, 49);
    background-color: #f2f2f2;
    border-radius: 5px;
    top: calc(50% - 76px);
    left: 100%;
}
.main{
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    overflow: hidden;
}
.mdeia{
        display: flex;
    flex-direction: column;
}
.video-menu{
    width: 100%;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    min-height: 48px;
}
.video-menu>div{
    display: flex;
    flex-direction: row;
    justify-content: auto;
    align-items: center;
    align-content: center;
    padding: 2px 8px;
}
.menu-button{
        position: relative;
    width: auto;
    height: 28px;
    display: flex;
    flex-direction: row;
    gap:6px;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0 8px;
    border-radius: 4px;
    cursor:pointer;
}
.menu-button span{
    font-size:12px;
}
.menu-button:hover{
    background-color:#f2f2f2
}
.work-area{
    display:flex;
    flex-direction: column;
    overflow: hidden auto;
}
.work-area>div{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#f2f2f2;
    width:100%;
}
.work-menu{
        // width: 100%;
    display: flex;
    align-items: center;
        border-top: 1px solid #C1C1C1;
    border-bottom: 1px solid #C1C1C1;
    height:32px;
        padding: 0.25rem 2rem;
        justify-content: space-between;
}
.work-menu-left{
    display: flex;
    // flex-basis: 20%;
}
.work-menu-left div{
        // background-color: #C1C1C1;
    // color: rgb(213, 213, 222);
    padding: 0px 10px;
    height: 2rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    border-radius: 3px;
    opacity: 1;
    line-height: 2rem;
    transition: all 100ms linear 0s;
    cursor: pointer;
        margin-right: 0.3125rem;
}
.work-menu-left div:hover{
    // color:white;
    background-color:#f2f2f2;
}
.work-menu-right{
    display:flex;
}
.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 99;
    top: 0px;
    opacity: 0.5;
    display:none;
}
.mask2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 999999999;
    top: 0px;
    display: none;
}
.color{
    display:none;
    left: 50%;
    width: 400px;
    height: 560px;
    max-width: 58vw;
    max-height: 75vh;
    box-sizing: border-box;
    border-radius: 2px;
    top: 50%;
    // left: 150%;
    transform: translate(-50%,-50%);
    // display: none;
    position: fixed;
    transition: all .3s ease-in-out;
    background-color: #fff;
    z-index: 99999;
    overflow: hidden;
}
.slider-panel1 {
        /* background-color: #fcc688; */
        height: 60px;
        // width: 600px;
        padding: 20px;
        padding-bottom:8px;
        padding-top:8px;
        margin: auto;
      }


      .slider-panel1 .slider-box {
        background-color: darkgray;
        margin-top: 12px;
        display: inline-block;
        width: 305px;
        height: 6px;
        position: relative;
        border-radius: 5px;
      }


      /* 滑条划过的宽度，默认值为0 */
      .slider-panel1 .slider-box .slider-value1 {
        /* background-image: linear-gradient(90deg, #82E0F7 0%, #009DDC 52%); */
        background-image: linear-gradient(to right, rgb(32, 32, 32), white);
        height: 6px;
        width: 0;
        border-radius: 5px;
      }


      /* 滑条的样式。默认透明 */
      .slider-panel1 input {
        position: absolute;
        left: 0;
        top: 0;
        -webkit-appearance: none;
        -ms-appearance: none;
        background: transparent;
        width: 305px;
        height: 2px;
        outline: none;
      }


      /* 圆形滑块的样式 */
      .slider-panel1 input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        height: 12px;
        width: 12px;
        background-color: #eaecee;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 2px 4px 0 #212B35;
        background: #4BBEEC;
        border: 2px solid #FFFFFF;
      }
.crop{
        display: none;
    left: 50%;
        width: 800px;
    height: 560px;
    max-width: 58vw;
    max-height: 70vh;
    box-sizing: border-box;
    border-radius: 2px;
    top: 50%;
    // left: 150%;
    transform: translate(-50%,-50%);
    // display: none;
    position: fixed;
    transition: all .3s ease-in-out;
    background-color: #fff;
    z-index: 99999;
    overflow: hidden;
}
.crop-title{
    padding: 10px 8px 10px 16px;
    height: 46px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
        align-items: center;
}
.crop-title span{
    font-size: 24px;
    display: flex;
    /* vertical-align: top; */
    cursor: pointer;
}
.crop-video{
        height: calc(100% - 104px);
    width: 100%;
    text-align: center;
    position: relative;
    overflow: visible;
    background-color:#EDEDED;
}
.crop-done{
    display: flex;
    width: 38px;
    height: 27px;
    padding-left: 12px;
    padding-right: 12px;
    background-color: #00A2F5;
    cursor: pointer;
    color: white;
    font-size: 16px;
    margin-left: 14px;
    border-radius: 5px;
    text-align: center;
    line-height: 27px;
}
.media-list{
    display: flex;
    padding: 0px 25px;
    height: 102.094px;
}
.media-list>:last-child{
    margin-right:0px;
}
.media-watch{
    max-width: 145.5px;
    width:100%;
    /*margin-right: 15px;*/
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    height:100%;
    float:left;
    padding:15px;
}
.media-image{
    position:relative;
        padding-bottom: 56.25%;
}
.media-image>div{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color:black;
    display: flex;
    align-items: center;
}
.loading-mask {
    width: 100%;
    height: 100%;
    background-color: gray;
    position: absolute;
    top: 0px;
    left: 0px;
}

.loading-text {
    text-align: center;
    line-height: 4.25rem;
    color: white;
    font-size: 14px;
    position: relative;
}
.media-add{
    position: absolute;
    bottom: 0.25rem;
    right: 0.25rem;
    width: 16px;
    height: 16px;
    padding: 3px;
    cursor:pointer;
    background-color: white;
    border-radius:5px;
    opacity: 0;
}
.media-add img{
    width:10px !important;
    height:10px !important;
    vertical-align:top;
}
#video_perview{
    height:100%;
}
.media-del img {
    width: 10px !important;
    height: 10px !important;
    vertical-align: top;
}
.media-del{
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    width: 16px;
    height: 16px;
    padding: 3px;
    cursor:pointer;
    background-color: white;
    border-radius:5px;
    opacity: 0;
}
.media-image:hover .media-del{
    opacity: 1;

}
.media-image:hover .media-add{
    opacity: 1;

}
.media-title{
    display:inline-block;
    font-weight:600;
        font-size: 0.75rem;
        max-width: 100%;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-show {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    height: 122.06px;
}

.txet-content{
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding:25px;
    height: 100%;
    overflow: auto;
}

.videotape-list{
    display: flex;
    width: 100%;
    height: auto;
    min-height: 100px;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    padding: 20px;
    border: 0px;
    color:white;
    border-radius:10px;
    cursor:pointer;
    margin-bottom:20px;
    background: linear-gradient(rgb(90, 76, 219) 0%, rgba(46, 36, 143, 0) 100%, rgb(90, 76, 219) 100%), rgb(135, 191, 255);
}
#pjname {
    padding: 5px;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    border:1px solid transparent;
}
    #pjname:hover {
        border-color: #00A2F5;
    }



.circle {
    width: 150px;
    height: 150px;
    position: fixed;
    border-radius: 50%;
    background: #0a87ff;
    position: relative;
    margin-left: calc(50% - 75px);
}
.exportloading {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 999999999;
}

.word {
    width: 136px;
    height: 136px;
    line-height: 136px;
    color: white;
    background: black;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 999;
}

.left-box, .right-box {
    width: 50%;
    height: 150px;
    float: left;
    position: relative;
    overflow: hidden;
}

.right {
    width: 75px;
    height: 150px;
    border-radius: 0 75px 75px 0;
    position: absolute;
    top: 0;
    right: 0;
    background: #444447;
    transform: rotate(1deg);
    transform-origin: left center;
    animation: rotateR 10s linear infinite;
}

.left {
    width: 75px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
    background: #444447;
    border-radius: 75px 0 0 75px;
    transform: rotate(0deg);
    transform-origin: right center;
    animation: rotateL 10s linear infinite;
    animation-delay: 5s;
}

@keyframes rotateL {
    0%,51%,100% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }
}

@keyframes rotateR {
    0% {
        transform: rotate(0deg);
    }

    50%,100% {
        transform: rotate(180deg);
    }
}
.cancel {
    color: white;
    border: 1px solid white;
    width: 100px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-left: calc(50% - 50px);
    margin-top: 80px;
    cursor: pointer;
}

.osvg2 {
    position: absolute;
    inset: 0;
    margin: auto;
    margin-top:5%;
}

.osvg {
    position: absolute;
    inset: 0;
    margin: auto;
    margin-top:5%;
}

.oround {
    stroke-dasharray: 628;
    stroke-dashoffset: 0;
    transform-origin: center center;
    transform: rotate(-90deg);
    opacity: 0; /* 初始状态为隐藏 */
    transition: opacity 0.5s ease-in-out; /* 添加过渡效果 */
}