.leading1 {
    padding: 100px 0
}

.leading1 .wrap {
    width: 1440px;
    margin: auto
}

.leading1 .wrap .title {
    font-weight: 500;
    font-size: 36px;
    color: #111111;
    text-align: center
}

.leading1 .wrap .content {
    margin: 50px 0 0 0
}

.leading1 .wrap .content .item {
    width: 100%;
    height: 500px;
    display: block
}

.leading1 .wrap .content .item:not(:last-child) {
    margin: 0 0 40px
}

.leading1 .wrap .content .item:hover .joke {
    border: 1px solid transparent
}

.leading1 .wrap .content .item:hover .joke .common_bg {
    opacity: 1
}

.leading1 .wrap .content .item:hover .joke .l .p1 {
    color: #EA5520
}

.leading1 .wrap .content .item:hover .joke .l .more_joke .more:after {
    transition: transform .3s ease, width .3s .3s ease, border-radius .3s .3s ease;
    transform: rotate(0deg);
    width: 136px;
    border-radius: 35px
}

.leading1 .wrap .content .item:hover .joke .l .more_joke .more .dis p, .leading1 .wrap .content .item:hover .joke .l .more_joke .more .dis .iconfont {
    color: #fff;
    transition-delay: .2s
}

.leading1 .wrap .content .item .joke {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #ECEEF1;
    transition: .6s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px 0 100px;
    position: relative;
    overflow: hidden
}

.leading1 .wrap .content .item .joke .common_bg {
    opacity: 0;
    transition: .6s ease
}

.leading1 .wrap .content .item .joke .l {
    width: 480px
}

.leading1 .wrap .content .item .joke .l .p1 {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    margin: 0 0 28px;
    transition: .6s ease
}

.leading1 .wrap .content .item .joke .l .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 28px
}

.leading1 .wrap .content .item .joke .l .more_joke .more {
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 76px 0 0 0;
    position: relative;
    z-index: 3
}

.leading1 .wrap .content .item .joke .l .more_joke .more::after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    background: #EA5520;
    border-radius: 8px;
    transform: rotate(45deg);
    z-index: -1;
    transition: transform 0.3s 0.3s ease, width 0.3s ease, border-radius 0.3s ease
}

.leading1 .wrap .content .item .joke .l .more_joke .more .color {
    display: none
}

.leading1 .wrap .content .item .joke .l .more_joke .more .dis {
    display: flex;
    align-items: center;
    position: relative;
    transform: translateX(20px)
}

.leading1 .wrap .content .item .joke .l .more_joke .more .dis p {
    font-weight: 400;
    font-size: 14px;
    color: #010101;
    margin: 0 5px 0 0;
    transition: 0.4s ease
}

.leading1 .wrap .content .item .joke .l .more_joke .more .dis .iconfont {
    color: #010101;
    font-size: 14px;
    transition: 0.4s ease
}

.leading1 .wrap .content .item .joke .img {
    width: 500px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center
}

.leading1 .wrap .content .item .joke .img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media screen and (max-width: 1919px) {
    .leading1 {
        padding: 5.2083333333vw 0px
    }

    .leading1 .wrap {
        width: 75vw
    }

    .leading1 .wrap .title {
        font-size: 1.875vw
    }

    .leading1 .wrap .content {
        margin: 2.6041666667vw 0px 0px
    }

    .leading1 .wrap .content .item {
        height: 26.0416666667vw
    }

    .leading1 .wrap .content .item:not(:last-child) {
        margin: 0px 0px 2.0833333333vw
    }

    .leading1 .wrap .content .item:hover .joke .l .more_joke .more::after {
        width: 7.0833333333vw;
        border-radius: 1.8229166667vw
    }

    .leading1 .wrap .content .item .joke {
        border-radius: 1.0416666667vw;
        padding: 0px 5.2083333333vw
    }

    .leading1 .wrap .content .item .joke .l {
        width: 25vw;
    }

    .leading1 .wrap .content .item .joke .l .p1 {
        font-size: 1.5625vw;
        margin: 0px 0px 1.4583333333vw
    }

    .leading1 .wrap .content .item .joke .l .p2 {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw
    }

    .leading1 .wrap .content .item .joke .l .more_joke .more {
        margin: 3.9583333333vw 0px 0px
    }

    .leading1 .wrap .content .item .joke .l .more_joke .more::after {
        width: 1.875vw;
        height: 1.875vw;
        border-radius: 0.4166666667vw
    }

    .leading1 .wrap .content .item .joke .l .more_joke .more .dis {
        transform: translateX(1.0416666667vw)
    }

    .leading1 .wrap .content .item .joke .l .more_joke .more .dis p {
        font-size: 0.7291666667vw;
        margin: 0px 0.2604166667vw 0px 0px
    }

    .leading1 .wrap .content .item .joke .l .more_joke .more .dis .iconfont {
        font-size: 0.7291666667vw
    }

    .leading1 .wrap .content .item .joke .img {
        width: 26.0416666667vw;
        height: 26.0416666667vw
    }
}

@media screen and (max-width: 1024px) {
    .common_brand {
        gap: 0 30px
    }

    .leading1 {
        padding: 45px 0
    }

    .leading1 .wrap {
        width: 90%
    }

    .leading1 .wrap .title {
        font-size: 24px
    }

    .leading1 .wrap .content {
        margin: 25px 0 0 0
    }

    .leading1 .wrap .content .item {
        height: auto
    }

    .leading1 .wrap .content .item .joke {
        border-radius: 15px;
        padding: 0 5% 50px 5%;
        flex-direction: column-reverse;
        align-items: unset
    }

    .leading1 .wrap .content .item .joke .l {
        width: 100%;
        text-align: center
    }

    .leading1 .wrap .content .item .joke .l .p1 {
        font-size: 16px;
        margin: 0 0 15px
    }

    .leading1 .wrap .content .item .joke .l .p2 {
        font-size: 12px;
        line-height: 25px
    }

    .leading1 .wrap .content .item .joke .img {
        width: 60%;
        height: auto;
        margin: 42px auto 25px
    }

    .leading1 .wrap .content .item .joke .l .more_joke .more {
        padding: 0 15px;
        margin: 40px auto 0
    }

    .leading1 .wrap .content .item .joke .l .more_joke .more .dis p {
        font-size: 12px;
        color: #fff;
        margin: 0 4px 0 0
    }

    .leading1 .wrap .content .item .joke .l .more_joke .more .dis .iconfont {
        font-size: 14px;
        color: #fff
    }

    .leading1 .wrap .content .item .joke .l .more_joke .more::after {
        width: 100% !important;
        border-radius: 25px !important;
        height: 40px !important;
        left: 0;
        transform: rotate(0)
    }

    .leading1 .wrap .content .item:not(:last-child) {
        margin: 0px 0px 25px
    }
}
