header.active .header {
    background: transparent;
    box-shadow: none
}

body {
    background: #F5F5F7
}

.videos1 {
    padding: 187px 0 83px;
    position: relative;
    z-index: 1
}

.videos1 .bg {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.videos1 .wrap {
    width: 1200px;
    margin: auto
}

.videos1 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 50px;
    text-align: center
}

.videos1 .wrap .content {
    width: 100%;
    height: 500px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.videos1 .wrap .content:hover .img {
    transform: scale(1.05)
}

.videos1 .wrap .content .img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.videos1 .wrap .content .position {
    position: absolute;
    left: 39px;
    bottom: 31px;
    z-index: 2
}

.videos1 .wrap .content .position .p1 {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 0 13px
}

.videos1 .wrap .content .position .time {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5)
}

.videos2 {
    padding: 0 0 100px
}

.videos2 .wrap {
    width: 1200px;
    margin: auto
}

.videos2 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 50px;
    text-align: center
}

.videos2 .wrap .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 0 60px
}

.videos2 .wrap .content .item {
    width: 585px;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer
}

.videos2 .wrap .content .item:hover .img img {
    transform: scale(1.05)
}

.videos2 .wrap .content .item .img {
    width: 100%;
    height: 326px;
    border-radius: 10px;
    overflow: hidden
}

.videos2 .wrap .content .item .img img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.videos2 .wrap .content .item .text {
    padding: 39px 35px 34px 35px
}

.videos2 .wrap .content .item .text .p1 {
    font-weight: bold;
    font-size: 20px;
    color: #111111
}

.videos2 .wrap .content .item .text .other {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.videos2 .wrap .content .item .text .other .time {
    font-weight: 500;
    font-size: 14px;
    color: #999999
}

.videos2 .wrap .content .item .text .other .show {
    display: flex;
    align-items: center
}

.videos2 .wrap .content .item .text .other .show .iconfont {
    color: #999999;
    font-size: 14px;
    margin: 0 4px 0 0
}

.videos2 .wrap .content .item .text .other .show p {
    font-weight: 500;
    font-size: 14px;
    color: #999999
}

@media screen and (max-width: 1919px) {
    .videos1{
        padding: 9.7395833333vw 0px 4.3229166667vw;
    }
    .videos1 .wrap{
        width: 62.5vw;
    }
    .videos1 .wrap .title{
        font-size: 1.875vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .videos1 .wrap .content{
        height: 26.0416666667vw;
        border-radius: 0.625vw;
    }
    .videos1 .wrap .content .position{
        left: 2.03125vw;
        bottom: 1.6145833333vw;
    }
    .videos1 .wrap .content .position .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.6770833333vw;
    }
    .videos1 .wrap .content .position .time{
        font-size: 0.7291666667vw;
    }
    .videos2{
        padding: 0px 0px 5.2083333333vw;
    }
    .videos2 .wrap{
        width: 62.5vw;
    }
    .videos2 .wrap .title{
        font-size: 1.875vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .videos2 .wrap .content{
        gap: 1.5625vw;
        margin: 0px 0px 3.125vw;
    }
    .videos2 .wrap .content .item{
        width: 30.46875vw;
        border-radius: 0.625vw;
    }
    .videos2 .wrap .content .item .img{
        height: 16.9791666667vw;
        border-radius: 0.5208333333vw;
    }
    .videos2 .wrap .content .item .text{
        padding: 2.03125vw 1.8229166667vw 1.7708333333vw;
    }
    .videos2 .wrap .content .item .text .p1{
        font-size: 1.0416666667vw;
    }
    .videos2 .wrap .content .item .text .other .time{
        font-size: 0.7291666667vw;
    }
    .videos2 .wrap .content .item .text .other .show .iconfont{
        font-size: 0.7291666667vw;
        margin: 0px 0.2083333333vw 0px 0px;
    }
    .videos2 .wrap .content .item .text .other .show p{
        font-size: 0.7291666667vw;
    }
}

@media screen and (max-width: 1024px) {
    .videos1{
        padding: 100px 0 55px;
    }
    .videos1 .wrap{
        width: 90%;
    }
    .videos1 .wrap .title{
        font-size: 24px;
        margin: 0 0 20px;
    }
    .videos1 .wrap .content {
        height: 235px;
        border-radius: 7px;
    }
    .videos1 .wrap .content .position{
        left: 5%;
        bottom: 5%;
    }
    .videos1 .wrap .content .position .p1{
        font-size: 16px;
        margin: 0 0 10px;
    }
    .videos1 .wrap .content .position .time{
        font-size: 12px;
    }
    .videos2{
        padding: 0 0 30px;
    }
    .videos2 .wrap{
        width: 90%;
    }
    .videos2 .wrap .content{
        gap: 15px;
        margin: 0 0 29px;
    }
    .videos2 .wrap .content .item{
        width: 100%;
        border-radius: 7px;
    }
    .videos2 .wrap .content .item .img{
        height: auto;
    }
    .videos2 .wrap .content .item .text{
        padding: 20px 5%;
    }
    .videos2 .wrap .title{
        font-size: 24px;
        margin: 0 0 20px;
    }
    .videos2 .wrap .content .item .text .p1{
        font-size: 16px;
    }
    .videos2 .wrap .content .item .text .other{
        margin: 10px 0 0 0 ;
    }
    .videos2 .wrap .content .item .text .other .time{
        font-size: 13px;
    }
    .videos2 .wrap .content .item .text .other .show p{
        font-size: 12px;
    }
    .videos2 .wrap .content .item .text .other .show .iconfont{
        font-size: 20px;
        margin: 0 6px 0 0;
    }
}
