.banner {
    height: 100vh;
    position: relative;
    z-index: 1
}

.banner .swiper-pagination {
    right: 260px;
    width: fit-content;
    left: unset;
    bottom: 124px;
    z-index: 2
}

.banner .swiper-pagination span {
    width: 25px;
    height: 2px;
    border-radius: 0;
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
    transition: .3s ease;
    margin: 0 10px 0 0 !important
}

.banner .swiper-pagination span:last-child {
    margin: 0 !important
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
    background: #fff
}

.banner .swiper {
    width: 100%;
    height: 100%
}

.banner .swiper .swiper-slide.swiper-slide-active .content .p1, .banner .swiper .swiper-slide.swiper-slide-active .content .more_joke {
    opacity: 1;
    transform: translateY(0)
}

.banner .swiper .swiper-slide.swiper-slide-active .content .more_joke {
    transition-delay: .3s
}

.banner .swiper .back {
    width: 100%;
    height: 100%
}

.banner .swiper .back video, .banner .swiper .back img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.banner .swiper .content {
    width: 1400px;
    margin: auto;
    position: absolute;
    bottom: 124px;
    left: 50%;
    transform: translateX(-50%)
}

.banner .swiper .content .p1 {
    font-size: 64px;
    line-height: 74px;
    color: #fff;
    margin: 0 0 44px;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s
}

.banner .swiper .content .more_joke {
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
    display: block
}

.banner .swiper .content .more_joke .more {
    padding: 0 40px;
    width: fit-content;
    height: 66px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
    gap: 11px
}

.banner .swiper .content .more_joke .more:hover {
    background: #fff
}

.banner .swiper .content .more_joke .more:hover p {
    color: #000
}

.banner .swiper .content .more_joke .more:hover img {
    filter: invert(1)
}

.banner .swiper .content .more_joke .more p {
    font-size: 16px;
    color: #fff;
    transition: .6s ease
}

.banner .swiper .content .more_joke .more img {
    width: 13px;
    transition: .6s ease
}

.index1 {
    padding: 107px 0 50px
}

.index1 .wrap {
    width: 1400px;
    margin: auto
}

.index1 .wrap .top {
    padding: 0 0 49px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.index1 .wrap .content {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 0 0
}

.index1 .wrap .content .item {
    width: 450px;
    position: relative;
    z-index: 1;
    border-radius: 18px;
    display: block
}

.index1 .wrap .content .item .joke {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: relative;
    z-index: 1;
    padding: 20px 20px 40px 20px;
    transition: .6s ease
}

.index1 .wrap .content .item .joke:hover {
    transform: translateY(-30px)
}

.index1 .wrap .content .item .joke:hover:after {
    box-shadow: 0px 0px 60px 0px #00000012;
    background: #FFFFFF
}

.index1 .wrap .content .item .joke:hover .img img {
    transform: scale(1.05)
}

.index1 .wrap .content .item .joke:hover .text .p1 {
    color: var(--color)
}

.index1 .wrap .content .item .joke:hover .text .other .more p {
    color: var(--color)
}

.index1 .wrap .content .item .joke:hover .text .other .more svg path {
    stroke: var(--color)
}

.index1 .wrap .content .item .joke:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit;
    transition: .6s ease
}

.index1 .wrap .content .item .joke .img {
    width: 100%;
    height: 230px;
    border-radius: 12px;
    overflow: hidden
}

.index1 .wrap .content .item .joke .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.index1 .wrap .content .item .joke .text {
    margin: 20px 0 0 0
}

.index1 .wrap .content .item .joke .text .p1 {
    font-size: 30px;
    line-height: 38px;
    color: #000;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 76px;
    transition: .6s ease
}

.index1 .wrap .content .item .joke .text .p2 {
    margin: 35px 0 0 0;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 84px
}

.index1 .wrap .content .item .joke .text .other {
    margin: 30px 0 0 0;
    border-top: 1px solid #D9D9D9;
    padding: 25px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.index1 .wrap .content .item .joke .text .other .time {
    font-size: 16px;
    color: #888888
}

.index1 .wrap .content .item .joke .text .other .more {
    display: flex;
    align-items: center;
    gap: 13px
}

.index1 .wrap .content .item .joke .text .other .more p {
    font-size: 16px;
    color: #666666;
    transition: .6s ease
}

.index1 .wrap .content .item .joke .text .other .more svg {
    width: 12px;
    height: 12px;
    transition: .6s ease;
    position: relative;
    top: 1px
}

.index1 .wrap .content .item .joke .text .other .more svg path {
    stroke: #666666
}

.index2 {
    padding: 100px 0 154px;
    position: relative;
    z-index: 1
}

.index2:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 616px;
    bottom: 0;
    left: 0;
    background: #F4F3F5;
    z-index: -1
}

.index2 .wrap {
    width: 1400px;
    margin: auto
}

.index2 .wrap .up .common_title .label {
    margin: 0 0 39px
}

.index2 .wrap .up .content {
    margin: 99px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.index2 .wrap .up .content .item {
    width: 322px
}

.index2 .wrap .up .content .item:hover .icon img {
    transform: rotateY(180deg)
}

.index2 .wrap .up .content .item .icon {
    width: 70px;
    height: 67px;
    display: flex;
    align-items: center
}

.index2 .wrap .up .content .item .icon img {
    object-fit: contain;
    transition: 1s
}

.index2 .wrap .up .content .item .p1 {
    margin: 30px 0 24px 0;
    font-size: 24px;
    color: var(--color);
    font-weight: bold
}

.index2 .wrap .up .content .item .p2 {
    font-size: 16px;
    line-height: 28px;
    color: #888888
}

.index2 .wrap .down {
    margin: 126px 0 0 0;
    display: flex;
    justify-content: space-between
}

.index2 .wrap .down .list {
    width: 628px
}

.index2 .wrap .down .list:nth-child(2) {
    margin: 225px 0 0 0;
    position: relative;
    top: 150px
}

.index2 .wrap .down .list .img {
    width: 100%;
    overflow: hidden
}

.index2 .wrap .down .list .img:hover img {
    transform: scale(1.05)
}

.index2 .wrap .down .list .img img {
    width: 100%;
    transition: .6s ease
}

.index2 .wrap .down .list .text {
    margin: 135px 0 0
}

.index2 .wrap .down .list .text .p1 {
    font-size: 20px;
    line-height: 32px;
    color: #888;
    margin: 0 0 70px;
    text-transform: capitalize
}

.index3 {
    padding: 126px 0 139px
}

.index3 .wrap {
    width: 1400px;
    margin: auto
}

.index3 .wrap .common_title .label {
    margin: 0 0 14px
}

.index3 .wrap .content {
    margin: 62px 0 0 0;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 30px;
    position: relative
}

.index3 .wrap .content .map {
    position: absolute;
    top: -77px;
    left: 116px;
    z-index: -1;
    width: 1195px;
    object-fit: contain;
    max-width: unset;
    max-height: unset
}

.index3 .wrap .content .list {
    width: 100%;
    height: 128px;
    border-radius: 12px
}

.index3 .wrap .content .list .joke {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F5F5F5;
    backdrop-filter: blur(32px);
    background: #FFFFFFA6;
    transition: .6s ease
}

.index3 .wrap .content .list .joke img {
    max-width: 70%;
    max-height: 50%;
    object-fit: contain
}

.index3 .wrap .content .list .joke:hover {
    box-shadow: 0px 4px 30px 0px #370C4226;
    background: #fff;
    transform: translateY(-20px)
}

.index4 {
    padding: 10.9375vw 0 278px;
    position: relative;
    z-index: 1;
    height: 41.5625vw
}

.index4:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1
}

.index4 .wrap {
    width: 1400px;
    margin: auto
}

.index4 .wrap .title {
    font-size: 56px;
    color: #fff;
    line-height: 74px;
    margin: 0 0 100px
}

@media screen and (max-width: 1919px) {
    .banner .swiper-pagination {
        right: 13.5416666667vw;
        bottom: 6.4583333333vw
    }

    .banner .swiper-pagination span {
        width: 1.3020833333vw;
        height: 0.1041666667vw;
        margin: 0px 0.5208333333vw 0px 0px !important
    }

    .banner .swiper .content {
        width: 72.9166666667vw;
        bottom: 6.4583333333vw
    }

    .banner .swiper .content .p1 {
        font-size: 3.3333333333vw;
        line-height: 3.8541666667vw;
        margin: 0px 0px 2.2916666667vw
    }

    .banner .swiper .content .more_joke .more {
        padding: 0px 2.0833333333vw;
        height: 3.4375vw;
        gap: 0.5729166667vw
    }

    .banner .swiper .content .more_joke .more p {
        font-size: 0.8333333333vw
    }

    .banner .swiper .content .more_joke .more img {
        width: 0.6770833333vw
    }

    .index1 {
        padding: 5.5729166667vw 0px 2.6041666667vw
    }

    .index1 .wrap {
        width: 72.9166666667vw
    }

    .index1 .wrap .top {
        padding: 0px 0px 2.5520833333vw
    }

    .index1 .wrap .content {
        margin: 3.6458333333vw 0px 0px
    }

    .index1 .wrap .content .item {
        width: 23.4375vw;
        border-radius: 0.9375vw
    }

    .index1 .wrap .content .item .joke {
        padding: 1.0416666667vw 1.0416666667vw 2.0833333333vw
    }

    .index1 .wrap .content .item .joke:hover {
        transform: translateY(-1.5625vw)
    }

    .index1 .wrap .content .item .joke:hover::after {
        box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 3.125vw 0px
    }

    .index1 .wrap .content .item .joke .img {
        height: 11.9791666667vw;
        border-radius: 0.625vw
    }

    .index1 .wrap .content .item .joke .text {
        margin: 1.0416666667vw 0px 0px
    }

    .index1 .wrap .content .item .joke .text .p1 {
        font-size: 1.5625vw;
        line-height: 1.9791666667vw;
        height: 3.9583333333vw
    }

    .index1 .wrap .content .item .joke .text .p2 {
        margin: 1.8229166667vw 0px 0px;
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw;
        height: 4.375vw
    }

    .index1 .wrap .content .item .joke .text .other {
        margin: 1.5625vw 0px 0px;
        padding: 1.3020833333vw 0px 0px
    }

    .index1 .wrap .content .item .joke .text .other .time {
        font-size: 0.8333333333vw
    }

    .index1 .wrap .content .item .joke .text .other .more {
        gap: 0.6770833333vw
    }

    .index1 .wrap .content .item .joke .text .other .more p {
        font-size: 0.8333333333vw
    }

    .index1 .wrap .content .item .joke .text .other .more svg {
        width: 0.625vw;
        height: 0.625vw
    }

    .index2 {
        padding: 5.2083333333vw 0px 8.0208333333vw
    }

    .index2::after {
        height: 32.0833333333vw
    }

    .index2 .wrap {
        width: 72.9166666667vw
    }

    .index2 .wrap .up .common_title .label {
        margin: 0px 0px 2.03125vw
    }

    .index2 .wrap .up .content {
        margin: 5.15625vw 0px 0px
    }

    .index2 .wrap .up .content .item {
        width: 16.7708333333vw
    }

    .index2 .wrap .up .content .item .icon {
        width: 3.6458333333vw;
        height: 3.4895833333vw
    }

    .index2 .wrap .up .content .item .p1 {
        margin: 1.5625vw 0px 1.25vw;
        font-size: 1.25vw
    }

    .index2 .wrap .up .content .item .p2 {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw
    }

    .index2 .wrap .down {
        margin: 6.5625vw 0px 0px
    }

    .index2 .wrap .down .list {
        width: 32.7083333333vw
    }

    .index2 .wrap .down .list:nth-child(2) {
        margin: 11.71875vw 0px 0px
    }

    .index2 .wrap .down .list .text {
        margin: 7.03125vw 0px 0px
    }

    .index2 .wrap .down .list .text .p1 {
        font-size: 1.0416666667vw;
        line-height: 1.6666666667vw;
        margin: 0px 0px 3.6458333333vw
    }

    .index3 {
        padding: 6.5625vw 0px 7.2395833333vw
    }

    .index3 .wrap {
        width: 72.9166666667vw
    }

    .index3 .wrap .common_title .label {
        margin: 0px 0px 0.7291666667vw
    }

    .index3 .wrap .content {
        margin: 3.2291666667vw 0px 0px;
        gap: 1.5625vw
    }

    .index3 .wrap .content .map {
        top: -4.0104166667vw;
        left: 6.0416666667vw;
        width: 62.2395833333vw
    }

    .index3 .wrap .content .list {
        height: 6.6666666667vw;
        border-radius: 0.625vw
    }

    .index3 .wrap .content .list .joke {
        backdrop-filter: blur(1.6666666667vw)
    }

    .index3 .wrap .content .list .joke:hover {
        box-shadow: rgba(55, 12, 66, 0.15) 0px 0.2083333333vw 1.5625vw 0px;
        transform: translateY(-1.0416666667vw)
    }

    .index4 {
        padding: 10.9375vw 0px 14.4791666667vw
    }

    .index4 .wrap {
        width: 72.9166666667vw
    }

    .index4 .wrap .title {
        font-size: 2.9166666667vw;
        line-height: 3.8541666667vw;
        margin: 0px 0px 5.2083333333vw
    }
}

@media screen and (max-width: 768px) {
    .parallax {
        transform: none !important
    }

    .banner {
        min-height: 768px;
    }

    .banner .swiper .content {
        z-index: 1;
        bottom: 40%;
        width: 90%
    }

    .banner .swiper .content .p1 {
        font-size: 28px;
        line-height: 30px;
        margin: 0 0 25px
    }

    .banner .swiper .back video {
        display: none
    }

    .banner .swiper .back video.sj_video {
        display: block !important
    }

    .banner .swiper .back .common_video{
        display: block!important;
        height: 100%;
        width: 100%;
    }
    .banner .swiper .back .common_video canvas{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner .swiper .content .more_joke .more {
        height: 45px;
        padding: 0 20px;
        gap: 15px
    }

    .banner .swiper .content .more_joke .more p {
        font-size: 14px
    }

    .banner .swiper .content .more_joke .more img {
        width: 12px
    }

    .banner .swiper-pagination {
        right: unset;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%)
    }

    .banner .swiper-pagination span {
        width: 25px;
        height: 2px;
        margin: 0 10px 0 0 !important
    }

    .banner .swiper-pagination span:last-child {
        margin: 0 !important
    }

    .common_title .label {
        border-radius: 4px;
        height: 35px;
        padding: 0 15px;
        font-size: 13px;
        margin: 0 0 15px !important
    }

    .common_title .title {
        font-size: 28px
    }

    .common_title .title br {
        display: none
    }

    .common_more {
        height: 40px;
        padding: 0 15px;
        gap: 8px;
        border-radius: 48px
    }

    .common_more p {
        font-size: 14px
    }

    .common_more .circle {
        width: 24px;
        height: 24px
    }

    .common_more .circle img {
        width: 12px
    }

    .index1 {
        padding: 50px 0
    }

    .index1 .wrap {
        width: 90%
    }

    .index1 .wrap .top {
        padding: 0 0 30px;
        flex-direction: column;
        align-items: unset;
        gap: 30px
    }

    .index1 .wrap .content {
        margin: 30px 0 0 0;
        flex-direction: column
    }

    .index1 .wrap .content .item {
        width: 100%;
        height: auto;
        border-radius: 15px
    }

    .index1 .wrap .content .item:not(:last-child) {
        margin: 0 0 20px
    }

    .index1 .wrap .content .item .joke {
        padding: 15px 15px 25px 15px;
        background: #fff;
        box-shadow: 0px 0px 60px 0px #00000012
    }

    .index1 .wrap .content .item .joke .img {
        height: auto;
        border-radius: 10px
    }

    .index1 .wrap .content .item .joke .text {
        margin: 15px 0 0 0
    }

    .index1 .wrap .content .item .joke .text .p1 {
        font-size: 20px;
        height: auto;
        line-height: 27px
    }

    .index1 .wrap .content .item .joke .text .p2 {
        font-size: 14px;
        line-height: 25px;
        height: auto;
        margin: 20px 0 0
    }

    .index1 .wrap .content .item .joke .text .other {
        margin: 18px 0 0 0;
        padding: 18px 0 0 0
    }

    .index1 .wrap .content .item .joke .text .other .more {
        gap: 10px
    }

    .index1 .wrap .content .item .joke .text .other .more p {
        font-size: 13px
    }

    .index1 .wrap .content .item .joke .text .other .more svg {
        height: 13px;
        width: 13px
    }

    .index1 .wrap .content .item .joke .text .other .time {
        font-size: 13px
    }

    .index2 .wrap .down .list:nth-child(2) {
        margin: 40px 0 0 0 !important;
        top: 0
    }

    .index2 {
        padding: 0 0 30px
    }

    .index2:after {
        height: 40%
    }

    .index2 .wrap {
        width: 90%
    }

    .index2 .wrap .up .content {
        margin: 40px 0 0 0;
        flex-wrap: wrap;
        gap: 30px
    }

    .index2 .wrap .up .content .item {
        width: 100%
    }

    .index2 .wrap .up .content .item .icon {
        width: 34px;
        height: 34px
    }

    .index2 .wrap .up .content .item .text .p1 {
        margin: 7px 0 10px;
        font-size: 18px
    }

    .index2 .wrap .up .content .item .text .p2 {
        font-size: 13px;
        line-height: 25px
    }

    .index2 .wrap .down {
        margin: 30px 0 0 0;
        flex-direction: column
    }

    .index2 .wrap .down .list {
        width: 100%
    }

    .index2 .wrap .down .list .img {
        width: 100%;
        height: auto
    }

    .index2 .wrap .down .list .text {
        margin: 30px 0 0 0
    }

    .index2 .wrap .down .list .text .p1 {
        font-size: 13px;
        line-height: 24px;
        margin: 0 0 15px
    }

    .index3 {
        padding: 55px 0
    }

    .index3 .wrap {
        width: 90%
    }

    .index3 .wrap .content {
        margin: 30px 0 0 0;
        grid-template-columns:repeat(2, 1fr);
        gap: 15px
    }

    .index3 .wrap .content .list {
        height: 60px
    }

    .index3 .wrap .content .list .joke {
        height: 100%
    }

    .index4 {
        padding: 70px 0 100px;
        height: auto
    }

    .index4 .wrap {
        width: 90%
    }

    .index4 .wrap .title {
        font-size: 24px;
        line-height: 35px;
        margin: 0 0 25px
    }

    .index4 .wrap .title br {
        display: none
    }
}