.common_top {
    padding: 238px 0 0;
}

.common_top .wrap {
    position: relative;
    z-index: 3;
}

.common_top .wrap .title {
    font-family: 'Neue Kaine';
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    margin-bottom: 70px;
    line-height: 1;
}

.common_top .wrap .links {
    display: flex;
    gap: 0 20px;
}

.common_top .wrap .links .item {
    display: block;
    border-radius: 24px;
}

.common_top .wrap .links .item .item_box {
    height: 48px;
    background: #ECECEC;
    border-radius: 24px;
    padding: 0 22px;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
}

.common_top .wrap .links .item:hover .item_box, .common_top .wrap .links .item.on .item_box {
    background: #7F1085;
    color: #FFFFFF;
}

.event_section {
    padding: 62px 0 64px;
}

.event_section .wrap .pick_part {
    margin-bottom: 94px;
}

.event_section .wrap .pick_part .part_title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 42px;
    color: #1A1A1A;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.event_section .wrap .pick_part .pick_swiper {
    width: 100%;
    border-radius: 16px;
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide {
    display: flex;
    background: #F7F7F7;
    height: 440px;
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide .img {
    display: block;
    width: 700px;
    height: 100%;
    overflow: hidden;
    transition: 0.6s;
    opacity: 0;
    pointer-events: none;
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide .img:hover img {
    transform: scale(1.1);
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r {
    width: 700px;
    height: 100%;
    padding: 78px 120px 0 86px;
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .flex {
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(20px);
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .flex .date {
    display: flex;
    align-items: center;
    gap: 0 19px;
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .flex .date .iconfont {
    color: #999999;
    font-size: 16px;
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .flex .date p {
    font-weight: 400;
    font-size: 15px;
    color: #999999;
    transform: translateY(2px);
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .flex .label {
    height: 32px;
    border-radius: 16px;
    border: 1px solid #BEBEBE;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    color: #888888;
    padding: 0 11px;
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .slide_title {
    margin: 30px 0;
    height: 82px;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: auto;
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .slide_title a {
    display: block;
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 28px;
    color: #1A1A1A;
    line-height: 42px;
    transition: 0.6s;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .slide_title a:hover {
    color: #7F1085;
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .slide_text {
    font-family: 'Poppins-Light';
    font-weight: 300;
    font-size: 15px;
    color: #888888;
    line-height: 26px;
    opacity: 0;
    transform: translateY(20px);
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide.swiper-slide-active .img {
    opacity: 1;
    pointer-events: auto;
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide.swiper-slide-active .slide_r .flex {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide.swiper-slide-active .slide_r .slide_title {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: 0.6s;
    transition-delay: 0.1s;
}

.event_section .wrap .pick_part .pick_swiper .swiper-slide.swiper-slide-active .slide_r .slide_text {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
    transition-delay: 0.2s;
}

.event_section .wrap .pick_part .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
    gap: 0 9px;
    margin: 53px 0 0;
}

.event_section .wrap .pick_part .swiper-pagination .swiper-pagination-bullet {
    display: block;
    margin: 0;
    width: 32px;
    height: 2px;
    background: rgba(159, 155, 155, 0.2);
    border-radius: 0;
    position: relative;
    opacity: 1;
}

.event_section .wrap .pick_part .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: #7F1085;
    top: 0;
    left: 0;
}

.event_section .wrap .pick_part .swiper-pagination .swiper-pagination-bullet.on:after {
    animation: afterAnimate 4s linear forwards;
}

.event_section .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 31px;
}

.event_section .wrap .list .item {
    width: 446px;
}

.event_section .wrap .list .item .item_box {
    width: 100%;
    height: 473px;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #EEEEEE;
    overflow: hidden;
    position: relative;
    transition: 0.6s;
}

.event_section .wrap .list .item .item_box .img {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

.event_section .wrap .list .item .item_box .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.event_section .wrap .list .item .item_box .item_bottom {
    position: absolute;
    top: 270px;
    height: 100%;
    background: #FFFFFF;
    z-index: 2;
    padding: 53px 29px 0;
    transition: 0.8s;
}

.event_section .wrap .list .item .item_box .item_bottom .item_bottom_bg {
    position: absolute;
    width: 274px;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.6s;
}

.event_section .wrap .list .item .item_box .item_bottom .item_bottom_bg img {
    display: block;
    width: 100%;
}

.event_section .wrap .list .item .item_box .item_bottom .top_date {
    position: absolute;
    opacity: 0;
    z-index: 3;
}

.event_section .wrap .list .item .item_box .item_bottom .item_title {
    font-weight: 800;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 36px;
    height: 72px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 26px;
    transition: 0.6s;
    position: relative;
    z-index: 3;
}

.event_section .wrap .list .item .item_box .item_bottom .item_text {
    font-weight: 400;
    font-size: 15px;
    color: #888888;
    line-height: 26px;
    opacity: 0;
    transition: 0.6s;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.event_section .wrap .list .item .item_box .item_bottom .date {
    display: flex;
    align-items: center;
    gap: 0 10px;
    transition: 0.4s;
}

.event_section .wrap .list .item .item_box .item_bottom .date .iconfont {
    font-size: 16px;
    color: #AFAFAF;
}

.event_section .wrap .list .item .item_box .item_bottom .date p {
    font-weight: 400;
    font-size: 15px;
    color: #999999;
    transform: translateY(2px);
}

.event_section .wrap .list .item .item_box .item_bottom .item_more {
    width: fit-content;
    height: 45px;
    background: #7F1085;
    border-radius: 6px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 53px;
    z-index: 3;
}

.event_section .wrap .list .item .item_box .item_bottom .item_more p {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.event_section .wrap .list .item .item_box:hover {
    border: 1px solid #7F1085;
}

.event_section .wrap .list .item .item_box:hover .item_bottom {
    transform: translateY(-270px);
}

.event_section .wrap .list .item .item_box:hover .item_bottom .item_bottom_bg {
    opacity: 1;
}

.event_section .wrap .list .item .item_box:hover .item_bottom .top_date {
    opacity: 1;
}

.event_section .wrap .list .item .item_box:hover .item_bottom .item_title {
    transform: translateY(50px);
}

.event_section .wrap .list .item .item_box:hover .item_bottom .bottom_date {
    opacity: 0;
}

.event_section .wrap .list .item .item_box:hover .item_bottom .item_text {
    opacity: 1;
    transform: translateY(20px);
}

.page {
    margin: 93px 0 0;
}

@keyframes afterAnimate {
    100% {
        width: 100%;
    }
}

.section {
    padding: 145px 0 123px;
}

.section .wrap {
    display: flex;
    align-items: flex-start;
}

.section .wrap .l {
    width: 880px;
    padding: 0 50px 0 0;
}

.section .wrap .l .title {
    font-family: 'Poppins-Medium';
    font-weight: 500;
    font-size: 42px;
    color: #1A1A1A;
    line-height: 48px;
}

.section .wrap .l .date {
    font-weight: 400;
    font-size: 15px;
    color: #888888;
    margin: 15px 0 30px;
}

.section .wrap .l .content {
    padding: 75px 0 0;
    border-top: 1px solid #F2F2F2;
}

.section .wrap .l .content p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 32px;
}

.section .wrap .l .content img {
    height: unset !important;
}

.section .wrap .r {
    position: sticky;
    top: 100px;
    width: 520px;
    height: calc(100vh - 150px);
    padding: 0 0 0 70px;
    border-left: 1px solid #F2F2F2;
}

.section .wrap .r .r_part1 .r_part_title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 1;
    margin-bottom: 36px;
}

.section .wrap .r .r_part1 .r_part_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.section .wrap .r .r_part1 .r_part_list .item {
    display: flex;
    width: 100%;
    height: 110px;
    background: #F3F3F3;
}

.section .wrap .r .r_part1 .r_part_list .item .item_text {
    width: 270px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 36px;
}

.section .wrap .r .r_part1 .r_part_list .item .item_text p {
    font-weight: 400;
    font-size: 14px;
    color: #1A1A1A;
    line-height: 24px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.6s;
}

.section .wrap .r .r_part1 .r_part_list .item .img {
    width: 180px;
    height: 100%;
    overflow: hidden;
}

.section .wrap .r .r_part1 .r_part_list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .r .r_part1 .r_part_list .item:hover .item_text p {
    color: #7F1085;
}

.section .wrap .r .r_part1 .r_part_list .item:hover .img img {
    transform: scale(1.1);
}

.section .wrap .r .r_part2 {
    margin: 100px 0 0;
}

.section .wrap .r .r_part2 .r_part_title {
    font-family: 'Poppins-SemiBold';
    font-weight: 600;
    font-size: 24px;
    color: #1A1A1A;
    line-height: 1;
    margin-bottom: 30px;
}

.section .wrap .r .r_part2 .shares {
    display: flex;
    gap: 20px;
}

.section .wrap .r .r_part2 .shares .iconfont {
    font-size: 20px;
    color: #7F1085;
    cursor: pointer;
    transition: 0.6s;
    position: relative;
}

.section .wrap .r .r_part2 .shares .iconfont:nth-last-child(1) {
    font-size: 24px;
}

.section .wrap .r .r_part2 .shares .iconfont .ewm_box {
    position: absolute;
    padding: 0 0 50px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 20px);
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}

.section .wrap .r .r_part2 .shares .iconfont .ewm_box .ewm {
    width: 170px;
    height: 170px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 13px;
}

.section .wrap .r .r_part2 .shares .iconfont .ewm_box .ewm img {
    display: block;
    width: 100%;
    height: 100%;
}

.section .wrap .r .r_part2 .shares .iconfont:hover .ewm_box {
    transform: translate(-50%, 0px);
    opacity: 1;
    pointer-events: auto;
}


@media screen and (max-width: 1919px) {
    .common_top {
        padding: 12.3958333333vw 0px 0px;
    }

    .common_top .wrap .title {
        font-size: 2.1875vw;
        margin-bottom: 3.6458333333vw;
    }

    .common_top .wrap .links {
        gap: 0px 1.0416666667vw;
    }

    .common_top .wrap .links .item {
        border-radius: 1.25vw;
    }

    .common_top .wrap .links .item .item_box {
        height: 2.5vw;
        border-radius: 1.25vw;
        padding: 0px 1.1458333333vw;
        font-size: 0.8333333333vw;
    }

    .event_section {
        padding: 3.2291666667vw 0px 3.3333333333vw;
    }

    .event_section .wrap .pick_part {
        margin-bottom: 4.8958333333vw;
    }

    .event_section .wrap .pick_part .part_title {
        font-size: 2.1875vw;
        margin-bottom: 2.6041666667vw;
    }

    .event_section .wrap .pick_part .pick_swiper {
        border-radius: 0.8333333333vw;
    }

    .event_section .wrap .pick_part .pick_swiper .swiper-slide {
        height: 22.9166666667vw;
    }

    .event_section .wrap .pick_part .pick_swiper .swiper-slide .img {
        width: 36.4583333333vw;
    }

    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r {
        width: 36.4583333333vw;
        padding: 4.0625vw 6.25vw 0px 4.4791666667vw;
    }

    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .flex {
        transform: translateY(1.0416666667vw);
    }

    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .flex .date {
        gap: 0px 0.9895833333vw;
    }

    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .flex .date .iconfont {
        font-size: 0.8333333333vw;
    }

    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .flex .date p {
        font-size: 0.78125vw;
        transform: translateY(0.1041666667vw);
    }

    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .flex .label {
        height: 1.6666666667vw;
        border-radius: 0.8333333333vw;
        font-size: 0.625vw;
        padding: 0px 0.5729166667vw;
    }

    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .slide_title {
        margin: 1.5625vw 0px;
        height: 4.2708333333vw;
        transform: translateY(1.0416666667vw);
    }

    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .slide_title a {
        font-size: 1.4583333333vw;
        line-height: 2.1875vw;
    }

    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .slide_text {
        font-size: 0.78125vw;
        line-height: 1.3541666667vw;
        transform: translateY(1.0416666667vw);
    }

    .event_section .wrap .pick_part .swiper-pagination {
        gap: 0px 0.46875vw;
        margin: 2.7604166667vw 0px 0px;
    }

    .event_section .wrap .pick_part .swiper-pagination .swiper-pagination-bullet {
        width: 1.6666666667vw;
        height: 0.1041666667vw;
    }

    .event_section .wrap .list {
        gap: 1.6145833333vw;
    }

    .event_section .wrap .list .item {
        width: 23.2291666667vw;
    }

    .event_section .wrap .list .item .item_box {
        height: 24.6354166667vw;
        border-radius: 0.8333333333vw;
    }

    .event_section .wrap .list .item .item_box .img {
        height: 14.0625vw;
    }

    .event_section .wrap .list .item .item_box .item_bottom {
        top: 14.0625vw;
        padding: 2.7604166667vw 1.5104166667vw 0px;
    }

    .event_section .wrap .list .item .item_box .item_bottom .item_bottom_bg {
        width: 14.2708333333vw;
    }

    .event_section .wrap .list .item .item_box .item_bottom .item_title {
        font-size: 1.0416666667vw;
        line-height: 1.875vw;
        height: 3.75vw;
        margin-bottom: 1.3541666667vw;
    }

    .event_section .wrap .list .item .item_box .item_bottom .item_text {
        font-size: 0.78125vw;
        line-height: 1.3541666667vw;
    }

    .event_section .wrap .list .item .item_box .item_bottom .date {
        gap: 0px 0.5208333333vw;
    }

    .event_section .wrap .list .item .item_box .item_bottom .date .iconfont {
        font-size: 0.8333333333vw;
    }

    .event_section .wrap .list .item .item_box .item_bottom .date p {
        font-size: 0.78125vw;
        transform: translateY(0.1041666667vw);
    }

    .event_section .wrap .list .item .item_box .item_bottom .item_more {
        height: 2.34375vw;
        border-radius: 0.3125vw;
        padding: 0px 0.8333333333vw;
        bottom: 2.7604166667vw;
    }

    .event_section .wrap .list .item .item_box .item_bottom .item_more p {
        font-size: 0.7291666667vw;
    }

    .event_section .wrap .list .item .item_box:hover .item_bottom {
        transform: translateY(-14.0625vw);
    }

    .event_section .wrap .list .item .item_box:hover .item_bottom .item_title {
        transform: translateY(2.6041666667vw);
    }

    .event_section .wrap .list .item .item_box:hover .item_bottom .item_text {
        transform: translateY(1.0416666667vw);
    }

    .page {
        margin: 4.84375vw 0px 0px;
    }

    .section {
        padding: 7.5520833333vw 0px 6.40625vw;
    }

    .section .wrap .l {
        width: 45.8333333333vw;
        padding: 0px 2.6041666667vw 0px 0px;
    }

    .section .wrap .l .title {
        font-size: 2.1875vw;
        line-height: 2.5vw;
    }

    .section .wrap .l .date {
        font-size: 0.78125vw;
        margin: 0.78125vw 0px 1.5625vw;
    }

    .section .wrap .l .content {
        padding: 3.90625vw 0px 0px;
    }

    .section .wrap .l .content p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .section .wrap .r {
        top: 5.2083333333vw;
        width: 27.0833333333vw;
        height: calc(-7.8125vw + 100vh);
        padding: 0px 0px 0px 3.6458333333vw;
    }

    .section .wrap .r .r_part1 .r_part_title {
        font-size: 1.25vw;
        margin-bottom: 1.875vw;
    }

    .section .wrap .r .r_part1 .r_part_list {
        gap: 1.0416666667vw;
    }

    .section .wrap .r .r_part1 .r_part_list .item {
        height: 5.7291666667vw;
    }

    .section .wrap .r .r_part1 .r_part_list .item .item_text {
        width: 14.0625vw;
        padding: 0px 1.875vw;
    }

    .section .wrap .r .r_part1 .r_part_list .item .item_text p {
        font-size: 0.7291666667vw;
        line-height: 1.25vw;
    }

    .section .wrap .r .r_part1 .r_part_list .item .img {
        width: 9.375vw;
    }

    .section .wrap .r .r_part2 {
        margin: 5.2083333333vw 0px 0px;
    }

    .section .wrap .r .r_part2 .r_part_title {
        font-size: 1.25vw;
        margin-bottom: 1.5625vw;
    }

    .section .wrap .r .r_part2 .shares {
        gap: 1.0416666667vw;
    }

    .section .wrap .r .r_part2 .shares .iconfont {
        font-size: 1.0416666667vw;
    }

    .section .wrap .r .r_part2 .shares .iconfont:nth-last-child(1) {
        font-size: 1.25vw;
    }

    .section .wrap .r .r_part2 .shares .iconfont .ewm_box {
        padding: 0px 0px 2.6041666667vw;
        transform: translate(-50%, 1.0416666667vw);
    }

    .section .wrap .r .r_part2 .shares .iconfont .ewm_box .ewm {
        width: 8.8541666667vw;
        height: 8.8541666667vw;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 1.6666666667vw 0px;
        border-radius: 0.625vw;
        padding: 0.6770833333vw;
    }
}

@media screen and (max-width: 768px) {
    .common_top {
        padding: 100px 0 30px;
        height: unset;
    }
    .common_top .wrap .title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .common_top .wrap .links {
        gap: 10px;
    }
    .common_top .wrap .links .item {
        border-radius: 40px;
    }
    .common_top .wrap .links .item .item_box {
        height: 30px;
        border-radius: 40px;
        padding: 0 10px;
        font-size: 12px;
    }
    .event_section {
        padding: 40px 0 50px;
    }
    .event_section .wrap .pick_part .part_title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .event_section .wrap .pick_part .pick_swiper .swiper-slide {
        height: unset;
        display: block;
    }
    .event_section .wrap .pick_part .pick_swiper .swiper-slide .img {
        width: 100%;
        height: unset;
    }
    .event_section .wrap .pick_part .pick_swiper {
        border-radius: 8px;
    }
    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r {
        width: 100%;
        padding: 30px 20px 20px;
        height: unset;
    }
    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .flex .date .iconfont {
        font-size: 13px;
        margin-top: -4px;
    }
    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .flex .label {
        height: 28px;
        font-size: 12px;
        border-radius: 14px;
        padding: 0 10px;
    }
    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .slide_title {
        margin: 25px 0 27px;
        font-size: 16px;
        line-height: 24px;
        height: 48px;
    }
    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .slide_title a {
        font-size: 16px;
        line-height: 24px;
    }
    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .slide_text {
        font-size: 13px;
        line-height: 1.6;
    }
    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .flex .date p {
        font-size: 13px;
    }
    .event_section .wrap .pick_part .pick_swiper .swiper-slide .slide_r .flex .date {
        gap: 8px;
    }
    .event_section .wrap .pick_part .swiper-pagination {
        gap: 10px;
        margin: 30px 0 0;
    }
    .event_section .wrap .pick_part .swiper-pagination .swiper-pagination-bullet {
        width: 32px;
        height: 2px;
        border-radius: 4px;
    }
    .event_section .wrap .pick_part {
        margin-bottom: 60px;
    }
    .event_section .wrap .list {
        gap: 30px;
    }
    .event_section .wrap .list .item {
        width: 100%;
    }
    .event_section .wrap .list .item .item_box {
        height: unset;
        border-radius: 8px;
    }
    .event_section .wrap .list .item .item_box .item_bottom {
        position: unset;
        transform: unset !important;
        padding: 30px 20px 30px;
    }
    .event_section .wrap .list .item .item_box .item_bottom .date {
        opacity: 1;
        gap: 6px;
    }
    .event_section .wrap .list .item .item_box .item_bottom .date.bottom_date {
        display: none;
    }
    .event_section .wrap .list .item .item_box .item_bottom .date .iconfont {
        font-size: 10px;
        margin-top: -3px;
    }
    .event_section .wrap .list .item .item_box .item_bottom .date p {
        font-size: 12px;
    }
    .event_section .wrap .list .item .item_box .img {
        height: 60vw;
    }
    .event_section .wrap .list .item .item_box .item_bottom .item_title {
        font-size: 16px;
        line-height: 24px;
        height: 48px;
        margin: 8px 0 18px;
        transform: unset !important;
    }
    .event_section .wrap .list .item .item_box .item_bottom .item_text {
        display: none;
    }
    .event_section .wrap .list .item .item_box .item_bottom .top_date {
        position: unset;
    }
    .event_section .wrap .list .item .item_box .item_bottom .item_more {
        height: 32px;
        padding: 0 15px;
        position: unset;
        border-radius: 4px;
    }
    .event_section .wrap .list .item .item_box .item_bottom .item_more p {
        font-size: 13px;
    }
    .page {
        margin: 40px 0 0;
    }
    .section {
        padding: 40px 0;
    }
    .section .wrap {
        display: block;
    }
    .section .wrap .l {
        width: 100%;
        padding: 0;
    }
    .section .wrap .l .title {
        font-size: 18px;
        line-height: 1.2;
    }
    .section .wrap .l .date {
        margin: 15px 0 25px;
        font-size: 14px;
    }
    .section .wrap .l .content {
        padding: 30px 0 0;
    }
    .section .wrap .l .content p {
        font-size: 14px;
        line-height: 1.6;
    }
    .section .wrap .r {
        width: 100%;
        padding: 0 ;
        height: unset;
        margin: 60px 0 0;
        border-left: none;
    }
    .section .wrap .r .r_part1 .r_part_title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .section .wrap .r .r_part1 .r_part_list {
        gap: 20px;
    }
    .section .wrap .r .r_part1 .r_part_list .item {
        height: unset;
        flex-direction: column-reverse;
    }
    .section .wrap .r .r_part1 .r_part_list .item .img {
        width: 100%;
        height: 40vw;
    }
    .section .wrap .r .r_part1 .r_part_list .item .item_text {
        width: 100%;
        height: unset;
        padding: 20px;
    }
    .section .wrap .r .r_part1 .r_part_list .item .item_text p {
        font-size: 14px;
        line-height: 1.6;
    }
    .section .wrap .r .r_part2 {
        margin: 40px 0 0;
    }
    .section .wrap .r .r_part2 .r_part_title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .section .wrap .r .r_part2 .shares .iconfont {
        font-size: 18px;
    }
    .section .wrap .r .r_part2 .shares {
        gap: 20px;
    }
    .section .wrap .r .r_part2 .shares .iconfont:nth-last-child(1) {
        font-size: 20px;
    }
    .section .wrap .r .r_part2 .shares .iconfont .ewm_box {
        padding: 0 0 40px;
    }
    .section .wrap .r .r_part2 .shares .iconfont .ewm_box .ewm {
        width: 100px;
        height: 100px;
        padding: 10px;
    }
}
