@media screen and (min-width: 2000px) {
    .kv_info{
        margin-top:70px!important;
    }
    .uploadBKBox.result, .uploadBKImg.result{
        height: 800px!important;
    }
    .kv_info.result{
        margin-top: 18px!important;
    }
    .kv_theme{
        /* transform: scale(0.7)!important; */
        width: 1390px!important;
        margin-top: 55px!important;
    }
    .kv_theme_box{
        width: 1390px!important;
        margin-left: -695px!important;
        top: 6%!important;
    }
}
/* @media screen and (max-width: 1800px) {
    .kv_theme_box{
        width:900px!important;
        margin-left: -450px!important;
    }
    .kv_theme{
        width:900px!important;
        margin-top: -37px !important;
    }
    .kv_theme_box {
        top: 10% !important;
    }
} */
/* @media screen and (max-width: 1550px) {
    .kv_theme_box{
        width:830px!important;
        margin-left: -415px!important;
    }
    .kv_theme{
        width:830px!important;
        margin-top: -37px !important;
    }
    .kv_theme_box {
        top: 10% !important;
    }
} */
@media screen and (max-width: 1930px) {
    .kv_theme_box{
        top: 10%!important;
    }
    .record_playbtn{
        position:absolute;
        display: block;
        width: 50px!important;
        height: 50px!important;
        top: 50%;
        left: 50%;
        margin-top: -25px!important;
        margin-left: -25px!important;
        opacity: 0;
        transition: all 0.3s;
    }
    /* .kv_info{
        margin-top: -22px!important;
    } */
    .noticeBox{
        display: none;
        position:fixed;
        width: 670px!important;
        background-color: #ffba31;
        border-radius: 10px;
        padding: 60px 0 20px 0px!important;
        top: 16%;
        left: 50%;
        margin-left: -335px!important;
        z-index: 999999999;
    }
    .noticeContent{
        background-color: white;
        color: #282728;
        padding: 44px 26px 44px 44px!important;
        font-size: 17px!important;
        line-height: 30px!important;
        height: 540px!important;
    }
    .notice_closeBtn{
        width: 24px!important;
        height: 24px!important;
        position:absolute;
        top:22px!important;
        right: 30px!important;
        cursor: pointer;
    }
    .notice_bold{
        font-weight: 700;
    }
    .noticeTitle{
        text-align: center;
        font-size: 24px !important;
        margin-bottom: 33px !important;
        line-height: 42px;
        padding: 0 28px;
    }
    .noticestart{
        font-size: 23px!important;
    }
    .noticeText>*{
        margin-bottom: 37px!important;
    }
    .noticeText{
        height: 82%;
        overflow-y: auto ;
        scrollbar-color: auto; /* 设置滚动条滑块和滚动条轨迹的颜色 */
        scrollbar-width: unset; /* 设置滚动条的宽度（可以设置为'auto', 'thin', 或 'none'） */
        padding-right: 20px;
    }
    .noticeText::-webkit-scrollbar {
        width: 4px!important; /* 设置滚动条的宽度 */
        height: 7px!important; /* 设置滚动条的高度 */
        border-radius: 50px;
        overflow: hidden;
    }
}