.video1 {
    padding: 90px 0 158px
}

.video1 .wrap {
    width: 1400px;
    margin: auto
}

.video1 .wrap .top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.video1 .wrap .top .cut {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 55px;
    background: rgba(237, 109, 0, 0);
    border-radius: 28px;
    border: 1px solid #E6E6E6;
    padding: 5px;
    justify-content: center
}

.video1 .wrap .top .cut .list {
    width: fit-content;
    padding: 0 21px;
    height: 45px;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: rgba(17, 17, 17, 0.5);
    transition: .6s ease;
    cursor: pointer
}

.video1 .wrap .top .cut .list:hover {
    color: var(--color)
}

.video1 .wrap .top .cut .list.on {
    background: var(--color);
    color: #fff
}

.video1 .wrap .top .r_search {
    position: relative
}

.video1 .wrap .top .r_search input {
    width: 400px;
    height: 55px;
    background: rgba(237, 109, 0, 0);
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    padding: 0 32px;
    font-weight: 400;
    font-size: 16px
}

.video1 .wrap .top .r_search input::placeholder {
    color: rgba(17, 17, 17, 0.5)
}

.video1 .wrap .top .r_search .more {
    width: 96px;
    height: 45px;
    background: #ED6D00;
    border-radius: 8px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer
}

.video1 .wrap .content {
    margin: 40px 0 0 0;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 40px
}

.video1 .wrap .content .item {
    width: 100%
}

.video1 .wrap .content .item .img {
    width: 100%;
    height: 248px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.video1 .wrap .content .item .img:hover img {
    transform: scale(1.05)
}

.video1 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.video1 .wrap .content .item .img .play {
    width: 68px;
    height: 42px;
    background: rgba(21, 24, 39, 0.56);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.video1 .wrap .content .item .img .play div {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    clip-path: polygon(0 0, 100% 50%, 0% 100%, 0 0)
}

.video1 .wrap .content .item .text {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    margin: 20px 0 0 0
}


.new_video .r_search {
    position: relative;
    margin: 0 0 20px;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 8px;
}

.new_video .r_search .jump{
    width: 100%;
    background: #F7F7FA;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 0;
}

.new_video .r_search .jump button{
    background: transparent;
    position: relative;
    top: 2px;
}
.new_video .r_search .jump button .iconfont{
    font-size: 16px;
    color: #000;
}

.new_video .r_search input {
    width: 100%;
    height: 55px;
    border-radius: 8px;
    border: none;
    padding: 0 15px;
    font-weight: 400;
    font-size: 16px;
    background: transparent;
}

.new_video .r_search input::placeholder {
    color: rgba(17, 17, 17, 0.5)
}

.new_video .r_search .more {
    width: 96px;
    height: 45px;
    background: #ED6D00;
    border-radius: 8px;
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.new_video{
    position: relative;
    background: #F7F7FA;
    padding: 90px 0 163px;
}

.new_video .wrap{
    width: 1400px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.new_video .wrap .side{
    width: 300px;
}

.new_video .wrap .side .item{
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0 0 20px;
}

.new_video .wrap .side .item.on .show{
    background: #F7F7FA;
}

.new_video .wrap .side .item.on .show .iconfont{
    transform: rotate(-90deg);
}

.new_video .wrap .side .item .show{
    width: 100%;
    height: 55px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    cursor: pointer;
    transition: .6s ease;
}

.new_video .wrap .side .item .show p{
    font-size: 18px;
    color: #111111;
}

.new_video .wrap .side .item .show .iconfont{
    font-size: 14px;
    color: #000;
    transform: rotate(90deg);
    transition: .6s ease;
}
.new_video .wrap .side .item .hide{
    overflow: hidden;
    display: none;
}
.new_video .wrap .side .item .hide > div{
    margin: 20px 19px;
}
.new_video .wrap .side .item .hide .list{
    display: flex;
    gap: 9px;
    cursor: pointer;
}
.new_video .wrap .side .item .hide .list.on .bor{
    background: #ED6D00;
}
.new_video .wrap .side .item .hide .list:not(:last-child) {
    margin: 0 0 26px;
}
.new_video .wrap .side .item .hide .list .bor{
    width: 14px;
    height: 14px;
    background: rgba(60,80,146,0);
    border-radius: 4px;
    border: 1px solid #333333;
    transition: .3s ease;
    margin: 4px 0px 0 0;
}
.new_video .wrap .side .item .hide .list p{
    font-size: 16px;
    color: #333333;
}
.new_video .wrap .r{
    width: 1060px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px 20px;
}


.new_video .wrap .r .item {
    width: 100%
}

.new_video .wrap .r .item .img {
    width: 100%;
    height: 248px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.new_video .wrap .r .item .img:hover img {
    transform: scale(1.05)
}

.new_video .wrap .r .item .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.new_video .wrap .r .item .img .play {
    width: 68px;
    height: 42px;
    background: rgba(21, 24, 39, 0.56);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer
}

.new_video .wrap .r .item .img .play div {
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    clip-path: polygon(0 0, 100% 50%, 0% 100%, 0 0)
}

.new_video .wrap .r .item .text {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    margin: 20px 0 0 0;
}
@media screen and (max-width: 1919px) {
    .video1{
        padding: 4.6875vw 0px 8.2291666667vw;
    }
    .video1 .wrap{
        width: 72.9166666667vw;
    }
    .video1 .wrap .top .cut{
        height: 2.8645833333vw;
        border-radius: 1.4583333333vw;
        padding: 0.2604166667vw;
    }
    .video1 .wrap .top .cut .list{
        padding: 0px 1.09375vw;
        height: 2.34375vw;
        border-radius: 1.1979166667vw;
        font-size: 0.8333333333vw;
    }
    .video1 .wrap .top .r_search input{
        width: 20.8333333333vw;
        height: 2.8645833333vw;
        border-radius: 0.4166666667vw;
        padding: 0px 1.6666666667vw;
        font-size: 0.8333333333vw;
    }
    .video1 .wrap .top .r_search .more{
        width: 5vw;
        height: 2.34375vw;
        border-radius: 0.4166666667vw;
        top: 0.2604166667vw;
        right: 0.2604166667vw;
        font-size: 0.8333333333vw;
    }
    .video1 .wrap .content{
        margin: 2.0833333333vw 0px 0px;
        gap: 2.0833333333vw;
    }
    .video1 .wrap .content .item .img{
        height: 12.9166666667vw;
        border-radius: 0.5208333333vw;
    }
    .video1 .wrap .content .item .img .play{
        width: 3.5416666667vw;
        height: 2.1875vw;
        border-radius: 0.2083333333vw;
    }
    .video1 .wrap .content .item .img .play div{
        width: 0.9375vw;
        height: 0.9375vw;
    }
    .video1 .wrap .content .item .text{
        font-size: 0.9375vw;
        margin: 1.0416666667vw 0px 0px;
    }
    .new_video .r_search{
        margin: 0px 0px 1.0416666667vw;
        padding: 0.5208333333vw;
        border-radius: 0.4166666667vw;
    }
    .new_video .r_search .jump{
        border-radius: 0.4166666667vw;
        padding: 0px 1.0416666667vw 0px 0px;
    }
    .new_video .r_search .jump button{
        top: 0.1041666667vw;
    }
    .new_video .r_search .jump button .iconfont{
        font-size: 0.8333333333vw;
    }
    .new_video .r_search input{
        height: 2.8645833333vw;
        border-radius: 0.4166666667vw;
        padding: 0px 0.78125vw;
        font-size: 0.8333333333vw;
    }
    .new_video .r_search .more{
        width: 5vw;
        height: 2.34375vw;
        border-radius: 0.4166666667vw;
        top: 0.2604166667vw;
        right: 0.2604166667vw;
        font-size: 0.8333333333vw;
    }
    .new_video{
        padding: 4.6875vw 0px 8.4895833333vw;
    }
    .new_video .wrap{
        width: 72.9166666667vw;
    }
    .new_video .wrap .side{
        width: 15.625vw;
    }
    .new_video .wrap .side .item{
        padding: 0.5208333333vw;
        border-radius: 0.4166666667vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .new_video .wrap .side .item .show{
        height: 2.8645833333vw;
        border-radius: 0.4166666667vw;
        padding: 0px 1.0416666667vw;
    }
    .new_video .wrap .side .item .show p{
        font-size: 0.9375vw;
    }
    .new_video .wrap .side .item .show .iconfont{
        font-size: 0.7291666667vw;
    }
    .new_video .wrap .side .item .hide > div{
        margin: 1.0416666667vw 0.9895833333vw;
    }
    .new_video .wrap .side .item .hide .list{
        gap: 0.46875vw;
    }
    .new_video .wrap .side .item .hide .list:not(:last-child){
        margin: 0px 0px 1.3541666667vw;
    }
    .new_video .wrap .side .item .hide .list .bor{
        width: 0.7291666667vw;
        height: 0.7291666667vw;
        border-radius: 0.2083333333vw;
        margin: 0.2083333333vw 0px 0px;
    }
    .new_video .wrap .side .item .hide .list p{
        font-size: 0.8333333333vw;
    }
    .new_video .wrap .r{
        width: 55.2083333333vw;
        gap: 2.0833333333vw 1.0416666667vw;
    }
    .new_video .wrap .r .item .img{
        height: 12.9166666667vw;
        border-radius: 0.5208333333vw;
    }
    .new_video .wrap .r .item .img .play{
        width: 3.5416666667vw;
        height: 2.1875vw;
        border-radius: 0.2083333333vw;
    }
    .new_video .wrap .r .item .img .play div{
        width: 0.9375vw;
        height: 0.9375vw;
    }
    .new_video .wrap .r .item .text{
        font-size: 0.9375vw;
        margin: 1.0416666667vw 0px 0px;
    }
}

@media screen and (max-width: 768px) {
    .new_video .wrap .side {
        position: fixed;
        width: 80vw;
        height: 100vh;
        top: 0;
        left: 0;
        background: #ffffff;
        z-index: 999999;
        padding: 60px 20px;
        clip-path: inset(0 100% 0 0);
        transition: 1s;
    }
    .new_video .wrap .side.on {
        clip-path: inset(0 0% 0 0);
    }
    .new_video .r_search {
        margin-bottom: 20px;
    }
    .new_video .r_search .jump {
        border-radius: 4px;
        padding: 0 20px 0 0;
    }
    .new_video .r_search input {
        height: 50px;
        font-size: 15px;
        padding: 0 15px;
    }
    .new_video .r_search .jump button .iconfont {
        font-size: 15px;
    }
    .new_video .wrap .side .item .show p {
        font-size: 15px;
    }
    .new_video .wrap .side .item .show {
        height: 50px;
        padding: 0 15px;
        border-radius: 4px;
    }
    .new_video .wrap .side .item .show .iconfont {
        font-size: 15px;
    }
    .new_video .wrap .side .item .hide > div {
        margin: 15px 10px;
    }
    .new_video .wrap .side .item .hide .list:not(:last-child) {
        margin-bottom: 15px;
    }
    .new_video .wrap .side .item .hide .list .bor {
        width: 10px;
        height: 10px;
        border-radius: 2px;
        margin: 7px 0 0;
    }
    .new_video .wrap .side .item .hide .list p {
        font-size: 15px;
        line-height: 25px;
    }
    .new_video .wrap .side .item .hide .list {
        gap: 0 8px;
    }
    .new_video {
        padding: 60px 0 0;
    }
    .new_video .wrap .r {
        width: 100%;
        gap: 40px;
        grid-template-columns: repeat(1,1fr);
    }
    .new_video .wrap {
        width: 90%;
        display: block;
    }
    .new_video .wrap .r .item {
        padding: 0 0 20px;
        border-bottom: 1px solid #ccc;
    }
    .new_video .wrap .r .item .img {
        height: 49vw;
        border-radius: 4px;
    }
    .new_video .wrap .r .item .text {
        font-size: 16px;
        line-height: 1.6;
        margin: 20px 0 0;
    }
    .new_video .wrap .r .item .img .play {
        width: 68px;
        height: 42px;
        border-radius: 4px;
    }
    .new_video .wrap .r .item .img .play div {
        width: 12px;
        height: 16px;
    }
    .new_video .wrap .sort_btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: 0 0 40px;
        gap: 0 6px;
    }
    .new_video .wrap .sort_btn p {
        font-size: 15px;
        color: #333;
    }
    .shadow {
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999989;
        background: #000000;
        opacity: 0;
        transition: 0.6s;
        pointer-events: none;
    }
    .shadow.on {
        opacity: 0.5;
        pointer-events: auto;
    }
}
