.c-activity-center-banner {
    align-items: center;
    background-image: url(/assets/images/hotevent-8698f8a13acf.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    height: 460px;
    padding-bottom: 60px;
    padding-top: var(--layout-header-height);
    position: relative;
    width: 100%
}

.c-activity-center-banner .header {
    color: #333;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 32px
}

.c-activity-center-banner .intro {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 40px
}

.c-activity-center-banner .button {
    background: var(--color-theme);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 9px 26px
}

.c-activity-center-banner .banner-bottom-shadow {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    bottom: 0;
    height: 160px;
    position: absolute;
    width: 100%
}

@media screen and (max-width: 1599px) {
    .c-activity-center-banner {
        height: 360px;
        padding-bottom: 40px;
    }

    .c-activity-center-banner .header {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 16px
    }

    .c-activity-center-banner .intro {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 40px
    }

    .c-activity-center-banner .banner-bottom-shadow {
        height: 140px
    }
}

@media screen and (max-width: 1365px) {
    .c-activity-center-banner {
        height: 320px;
        padding-bottom: 120px
    }

    .c-activity-center-banner .header {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 16px
    }

    .c-activity-center-banner .intro {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 36px
    }

    .c-activity-center-banner .button {
        font-size: 14px;
        line-height: 20px;
        padding: 6px 20px
    }

    .c-activity-center-banner .banner-bottom-shadow {
        height: 120px
    }
}

@media screen and (max-width: 1199px) {
    .c-activity-center-banner {
        height: 366px;
        padding-bottom: 90px;
    }

    .c-activity-center-banner .header {
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 12px
    }

    .c-activity-center-banner .intro {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 20px
    }

    .c-activity-center-banner .button {
        font-size: 12px;
        line-height: 16px;
        padding: 6px 18px
    }

    .c-activity-center-banner .banner-bottom-shadow {
        height: 90px
    }
}

@media screen and (max-width: 767px) {
    .c-activity-center-banner {
        height: 320px;
        padding-bottom: 72px
    }

    .c-activity-center-banner .header {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px
    }

    .c-activity-center-banner .intro {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 12px;
        width: 70%
    }

    .c-activity-center-banner .button {
        border-radius: var(--button-radius-small);
        font-size: 12px;
        line-height: 20px;
        padding: 2px 12px
    }

    .c-activity-center-banner .banner-bottom-shadow {
        height: 72px
    }
}

.activity-center-video .video-box, .activity-center-video {
    height: 100%;
    position: relative;
    width: 100%
}

.activity-center-video .video-box {
    background-color: #000;
    z-index: 1
}

.activity-center-video .video-box .el-icon-circle-close {
    color: #fff;
    cursor: pointer;
    font-size: 32px;
    position: absolute;
    right: 20px;
    top: 20px
}

.activity-center-video .video-box.is-play {
    z-index: 3
}

.activity-center-video .video {
    display: block;
    height: 100%;
    width: 100%
}

.activity-center-video .mask {
    align-items: center;
    background-color: transparent;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.activity-center-video .poster {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.activity-center-video .status {
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 16px;
    display: flex;
    height: 32px;
    justify-content: center;
    position: absolute;
    right: 27px;
    top: 25px;
    width: 92px;
    z-index: 2
}

.activity-center-video .status-icon {
    color: #fff;
    margin-right: 8px
}

.activity-center-video .status-text {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px
}

.activity-center-video .play-button {
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: hsla(0, 0%, 100%, .4);
    border: 6px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 80px;
    justify-content: center;
    transition: all .3s ease-out;
    width: 80px;
    z-index: 2
}

.activity-center-video .play-button .iconfont {
    color: #fff;
    font-size: 32px
}

@media (any-hover: hover) {
    .activity-center-video .play-button:hover {
        background-color: #fff;
        border-width: 0
    }

    .activity-center-video .play-button:hover .iconfont {
        color: #333
    }
}

@media (max-width: 991px) {
    .activity-center-video .status {
        height: 24px;
        right: 12px;
        top: 12px;
        width: 76px
    }

    .activity-center-video .status-icon {
        font-size: 12px;
        margin-right: 4px
    }

    .activity-center-video .play-button {
        border: 2px solid #fff;
        height: 40px;
        width: 40px
    }

    .activity-center-video .play-button .iconfont {
        font-size: 16px
    }
}

.aspect-ratio-container {
    box-sizing: border-box;
    position: relative
}

.aspect-ratio {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.style-module-001 {
    display: flex
}

.style-module-001 .main {
    background-color: #ddd;
    flex: 3;
    overflow: hidden
}

.style-module-001 .main-item {
    height: 100%;
    width: 100%
}

.style-module-001 .slide {
    flex: 1;
    position: relative
}

.style-module-001 .list {
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    list-style-type: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.style-module-001 .list-item {
    align-items: flex-start;
    background-image: url();
    background-size: cover;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    padding: 0 24px
}

.style-module-001 .list-item.is-active {
    background-image: url()
}

.style-module-001 .list-item.is-active .intro, .style-module-001 .list-item.is-active .title {
    color: #fff
}

.style-module-001 .list-item.is-active .button {
    border-color: #fff;
    color: #fff
}

@media (any-hover: hover) {
    .style-module-001 .list-item.is-active .button:hover {
        background-color: #fff;
        color: var(--color-theme)
    }
}

.style-module-001 .title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 16px
}

.style-module-001 .intro, .style-module-001 .title {
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
    white-space: nowrap;
    width: 100%
}

.style-module-001 .intro {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 36px
}

.style-module-001 .button {
    background-color: transparent;
    border: 1px solid var(--color-theme);
    color: var(--color-theme);
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 12px;
    padding: 0;
    transition: all .3s ease;
    width: 96px
}

@media (any-hover: hover) {
    .style-module-001 .button:hover {
        background-color: var(--color-theme);
        color: #fff
    }
}

@media (max-width: 1199px) {
    .style-module-001 {
        display: block
    }

    .style-module-001 .main {
        width: 100%
    }

    .style-module-001 .slide {
        height: 150px;
        width: 100%
    }

    .style-module-001 .list {
        display: flex;
        flex-direction: row;
        position: static;
        width: 100%
    }

    .style-module-001 .list-item {
        flex: 1;
        padding: 24px
    }

    .style-module-001 .title {
        font-size: 16px;
        line-height: 16px
    }

    .style-module-001 .intro {
        margin-bottom: 24px
    }
}

@media (max-width: 767px) {
    .style-module-001 .main {
        border-radius: 6px 6px 0 0
    }

    .style-module-001 .slide {
        border-radius: 0 0 6px 6px;
        height: 60px;
        overflow: hidden;
        width: 100%
    }

    .style-module-001 .list-item {
        padding: 10px 12px
    }

    .style-module-001 .title {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal
    }

    .style-module-001 .button, .style-module-001 .intro {
        display: none
    }
}

.style-module-002 .header {
    padding-bottom: 40px;
    padding-top: 80px;
    text-align: center
}

.style-module-002 .header .title {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px
}

.style-module-002 .header .more {
    color: #333;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px
}

.style-module-002 .header .more .more-text {
    margin-right: 4px
}

.style-module-002 .header .more .more-icon {
    font-weight: 700;
    transition: transform .2s ease
}

.style-module-002 .header .more:hover {
    color: var(--color-theme)
}

.style-module-002 .header .more:hover .more-icon {
    transform: translateX(6px)
}

.style-module-002 .main {
    display: flex;
    height: 100%;
    margin-left: -4px;
    margin-right: -4px;
    width: 100%
}

.style-module-002 .col {
    padding: 0 4px;
    position: relative;
    transition: width .4s ease;
    width: 25%
}

.style-module-002 .col.is-center {
    margin: 0 8px
}

.style-module-002 .col.is-active {
    width: 50%
}

.style-module-002 .card-face {
    background-color: #fff;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .12);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow: hidden;
    width: 100%
}

.style-module-002 .card-face .img {
    display: block;
    height: 100%;
    width: 100%
}

.style-module-002 .card-face .card-main {
    height: 36%;
    padding: 32px
}

.style-module-002 .card-face .title {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.style-module-002 .card-face .intro {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.style-module-002 .card-face .button {
    background-color: transparent;
    border: 1px solid var(--color-theme);
    color: var(--color-theme);
    cursor: pointer;
    font-size: 12px;
    height: 32px;
    transition: all .3s ease;
    width: 120px
}

@media (any-hover: hover) {
    .style-module-002 .card-face .button:hover {
        background-color: var(--color-theme);
        color: #fff
    }
}

.style-module-002 .card-back {
    background: #fff;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .12);
    height: 100%;
    padding: 100px 32px 0;
    text-align: center;
    width: 100%
}

.style-module-002 .card-back .title {
    color: #002baa;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 24px
}

.style-module-002 .card-back .intro {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    color: #595959;
    display: inline-block;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    max-width: 248px;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 1199px) {
    .style-module-002 .header {
        padding-bottom: 32px;
        padding-top: 64px
    }

    .style-module-002 .header .title {
        font-size: 28px;
        line-height: 28px
    }

    .style-module-002 .card--m {
        padding: 0 12px;
        position: relative;
        width: 100%
    }

    .style-module-002 .card-img--m {
        display: block;
        height: 100%;
        width: 100%
    }

    .style-module-002 .pagination-box {
        align-items: flex-end;
        display: flex;
        height: 40px
    }
}

@media (max-width: 767px) {
    .style-module-002 .header {
        padding-bottom: 16px;
        padding-top: 32px
    }

    .style-module-002 .header .title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 16px
    }

    .style-module-002 .header .more {
        font-size: 12px;
        line-height: 12px
    }

    .style-module-002 .header .more .more-text {
        margin-right: 4px
    }

    .style-module-002 .header .more .more-icon {
        line-height: 12px
    }

    .style-module-002 .card--m {
        padding: 0 4px;
        position: relative;
        width: 100%
    }

    .style-module-002 .card-img--m {
        display: block;
        height: 100%;
        width: 100%
    }

    .style-module-002 .pagination-box {
        height: 20px
    }
}

@media (max-width: 1199px) {
    .ac-002-pagination-bullet {
        background: #d8d8d8;
        border-radius: 4px;
        box-shadow: 0 0 4px 0 hsla(0, 0%, 100%, .5);
        display: inline-block;
        height: 8px;
        margin: 0 6px;
        transition: all .3s;
        width: 8px
    }

    .ac-002-pagination-bullet-active {
        background: var(--color-theme);
        width: 32px
    }

    .ac-002-pagination {
        text-align: center;
        width: 100%
    }
}

@media (max-width: 767px) {
    .ac-002-pagination-bullet {
        background: #d8d8d8;
        border-radius: 3px;
        box-shadow: 0 0 4px 0 hsla(0, 0%, 100%, .5);
        display: inline-block;
        height: 5px;
        margin: 0 3px;
        transition: all .3s;
        width: 5px
    }

    .ac-002-pagination-bullet-active {
        background: var(--color-theme);
        width: 15px
    }

    .ac-002-pagination {
        text-align: center;
        width: 100%
    }
}

.live-activity {
    margin-top: 80px
}

.live-activity .top-title {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px;
    text-align: center
}

.live-activity .subtitle {
    color: #333;
    cursor: pointer;
    margin-bottom: 40px
}

.live-activity .subtitle .top-subtitle {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-right: 8px
}

.live-activity .subtitle .top-icon {
    font-size: 14px;
    transition: transform .2s ease
}

.live-activity .subtitle:hover .top-subtitle {
    color: #004baa
}

.live-activity .subtitle:hover .top-icon {
    color: #004baa;
    transform: translateX(6px)
}

.live-activity .center {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .12);
    cursor: pointer;
    transition: all .5s ease
}

.live-activity .center .pic, .live-activity .center {
    height: 100%;
    position: relative;
    width: 100%
}

.live-activity .center .pic .circle {
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: hsla(0, 0%, 100%, .4);
    border: 6px solid #fff;
    border-radius: 50%;
    bottom: 0;
    display: flex;
    height: 80px;
    justify-content: center;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-out;
    width: 80px
}

.live-activity .center .pic .circle .icon {
    color: #fff;
    font-size: 32px
}

@media (any-hover: hover) {
    .live-activity .center .pic:hover .circle {
        background-color: #fff;
        border-width: 0
    }

    .live-activity .center .pic:hover .circle .icon {
        color: #333
    }
}

.live-activity .center .live {
    bottom: 0;
    height: 180px;
    position: absolute;
    width: 100%
}

.live-activity .center .live .live-item {
    height: 100%;
    padding-right: 1px;
    width: 33.33%
}

.live-activity .center .live .live-item .live-background {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: hsla(0, 0%, 100%, .8);
    height: 100%;
    opacity: 1;
    padding: 32px 24px;
    transition: all .5s ease;
    width: 100%
}

.live-activity .center .live .live-item .live-background .live-title {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 16px;
    transition: color .3s ease
}

.live-activity .center .live .live-item .live-background .live-subtitle {
    color: #595959;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
    white-space: nowrap
}

.live-activity .center .live .live-item .live-background .live-button {
    border: 1px solid #004baa;
    color: #004baa;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    text-align: center;
    transition: all .3s ease;
    width: 96px
}

@media (any-hover: hover) {
    .live-activity .center .live .live-item .live-background .live-button:hover {
        background-color: var(--color-theme);
        color: #fff
    }
}

.live-activity .center .live .live-item .live-background-active {
    background-image: url();
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    opacity: 1;
    padding: 32px 24px;
    transition: all .5s ease;
    width: 100%
}

.live-activity .center .live .live-item .live-background-active .live-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
    white-space: nowrap
}

.live-activity .center .live .live-item .live-background-active .live-subtitle {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease;
    white-space: nowrap
}

.live-activity .center .live .live-item .live-background-active .live-button {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 30px;
    text-align: center;
    transition: all .3s ease;
    width: 96px
}

@media (any-hover: hover) {
    .live-activity .center .live .live-item .live-background-active .live-button:hover {
        background-color: #fff;
        color: var(--color-theme)
    }
}

.live-activity .center .live .live-item:last-child {
    padding-right: 0
}

.live-activity-phone {
    display: none
}

@media (max-width: 1199px) {
    .live-activity .top-title {
        font-size: 28px;
        line-height: 28px
    }

    .live-activity .subtitle {
        margin-bottom: 32px
    }

    .live-activity .center .live {
        height: 90px
    }

    .live-activity .center .live .live-item .live-background {
        padding: 22px 24px
    }

    .live-activity .center .live .live-item .live-background .live-title {
        font-size: 16px;
        line-height: 16px
    }

    .live-activity .center .live .live-item .live-background .live-button {
        display: none
    }

    .live-activity .center .live .live-item .live-background-active {
        padding: 22px 24px
    }

    .live-activity .center .live .live-item .live-background-active .live-title {
        font-size: 16px;
        line-height: 16px
    }

    .live-activity .center .live .live-item .live-background-active .live-button {
        display: none
    }
}

@media (max-width: 991px) {
    .live-activity .center .pic .circle {
        border: 2px solid #fff;
        height: 40px;
        width: 40px
    }

    .live-activity .center .pic .circle .icon {
        font-size: 16px
    }
}

@media screen and (max-width: 767px) {
    .live-activity {
        display: none !important
    }

    .live-activity-phone {
        display: block !important;
        margin-top: 32px;
        padding: 0 16px;
        width: 100%
    }

    .live-activity-phone .top-title {
        color: #333;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        margin-bottom: 16px;
        text-align: center
    }

    .live-activity-phone .subtitle {
        color: #333;
        margin-bottom: 16px
    }

    .live-activity-phone .subtitle .top-subtitle {
        color: #333;
        font-size: 12px;
        font-weight: 400;
        line-height: 12px;
        margin-right: 4px
    }

    .live-activity-phone .subtitle .top-icon {
        font-size: 12px;
        font-weight: 700
    }

    .live-activity-phone .center {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 100%;
        transition: all .5s ease;
        width: 100%
    }

    .live-activity-phone .center .pic {
        height: 100%;
        position: relative;
        width: 100%
    }

    .live-activity-phone .center .pic .circle {
        background: hsla(0, 0%, 100%, .56);
        border-radius: 50%;
        bottom: 0;
        font-size: 20px;
        height: 40px;
        left: 0;
        line-height: 40px;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 40px
    }

    .live-activity-phone .center .pic .circle .icon {
        font-size: 20px !important
    }

    .live-activity-phone .center .live {
        bottom: 0;
        height: 60px;
        position: absolute;
        width: 100%
    }

    .live-activity-phone .center .live .live-item {
        height: 100%;
        padding-right: .5px;
        width: 33.33%
    }

    .live-activity-phone .center .live .live-item .live-background {
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        background: hsla(0, 0%, 100%, .8);
        height: 100%;
        opacity: 1;
        padding: 10px 12px;
        transition: all .5s ease;
        width: 100%
    }

    .live-activity-phone .center .live .live-item .live-background .live-title {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #333;
        display: -webkit-box;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        overflow: hidden;
        transition: color .3s ease
    }

    .live-activity-phone .center .live .live-item .live-background-active {
        background-image: url();
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 100%;
        opacity: 1;
        padding: 10px 12px;
        transition: all .5s ease;
        width: 100%
    }

    .live-activity-phone .center .live .live-item .live-background-active .live-title {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        color: #fff;
        display: -webkit-box;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        overflow: hidden;
        transition: color .3s ease
    }

    .live-activity-phone .center .live .live-item:nth-child(3) {
        padding-right: 0
    }
}

.style-module-004 .header {
    padding-bottom: 40px;
    padding-top: 80px;
    text-align: center
}

.style-module-004 .header .title {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px
}

.style-module-004 .header .more {
    align-items: center;
    color: #333;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px
}

.style-module-004 .header .more .more-text {
    margin-right: 4px
}

.style-module-004 .header .more .more-icon {
    font-weight: 700;
    transition: transform .2s ease
}

@media (any-hover: hover) {
    .style-module-004 .header .more:hover {
        color: var(--color-theme)
    }

    .style-module-004 .header .more:hover .more-icon {
        transform: translateX(6px)
    }
}

.style-module-004 .list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: -20px
}

.style-module-004 .list .list-item {
    padding: 20px;
    width: 50%
}

.style-module-004 .list .card {
    background: #fff;
    box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
    cursor: pointer;
    overflow: hidden;
    padding: 16px;
    width: 100%
}

@media (any-hover: hover) {
    .style-module-004 .list .card:hover .card-main {
        height: 148px
    }

    .style-module-004 .list .card:hover .card-intro {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        display: block;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.style-module-004 .list .card-wrap {
    position: relative
}

.style-module-004 .list .card-img {
    display: block;
    height: 100%;
    width: 100%
}

.style-module-004 .list .card-main {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: linear-gradient(180deg, rgba(0, 75, 170, 0), #004baa);
    bottom: 0;
    height: 88px;
    left: 0;
    padding: 32px;
    position: absolute;
    transition: height .3s ease;
    width: 100%
}

.style-module-004 .list .card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.style-module-004 .list .card-intro {
    color: #fff;
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    width: 100%
}

@media (max-width: 1199px) {
    .style-module-004 .header {
        padding-bottom: 32px;
        padding-top: 64px
    }

    .style-module-004 .header .title {
        font-size: 28px;
        line-height: 28px
    }

    .style-module-004 .list {
        margin: -12px
    }

    .style-module-004 .list .list-item {
        padding: 12px;
        width: 50%
    }

    .style-module-004 .list .card {
        padding: 8px
    }

    .style-module-004 .list .card-main {
        height: 62px;
        padding: 24px
    }

    .style-module-004 .list .card-title {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 0
    }
}

@media (max-width: 767px) {
    .style-module-004 .header {
        padding-bottom: 16px;
        padding-top: 32px
    }

    .style-module-004 .header .title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 16px
    }

    .style-module-004 .header .more {
        font-size: 12px;
        line-height: 12px
    }

    .style-module-004 .header .more .more-text {
        margin-right: 4px
    }

    .style-module-004 .header .more .more-icon {
        line-height: 12px
    }

    .style-module-004 .card--m {
        position: relative;
        width: 100%
    }

    .style-module-004 .card-img--m {
        display: block;
        height: 100%;
        width: 100%
    }

    .style-module-004 .card-title--m {
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background: linear-gradient(180deg, rgba(0, 75, 170, 0), #004baa);
        bottom: 0;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        height: 46px;
        left: 0;
        line-height: 14px;
        padding: 16px 20px;
        position: absolute;
        width: 100%
    }

    .style-module-004 .pagination-box {
        height: 20px
    }
}

.ac-004-pagination-bullet {
    background: #d8d8d8;
    border-radius: 3px;
    box-shadow: 0 0 4px 0 hsla(0, 0%, 100%, .5);
    display: inline-block;
    height: 5px;
    margin: 0 3px;
    transition: all .3s;
    width: 5px
}

.ac-004-pagination-bullet-active {
    background: var(--color-theme);
    width: 15px
}

.ac-004-pagination {
    text-align: center;
    width: 100%
}

.activity_style_05 {
    margin-top: 94px
}

.activity_style_05 .ac_title {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: center
}

.activity_style_05 .ac_more {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 40px;
    margin-top: 24px;
    text-align: center;
    transition: all .3s
}

.activity_style_05 .ac_more i {
    color: #333;
    font-weight: 700;
    margin-left: 6px;
    transition: all .3s
}

.activity_style_05 .ac_more:hover {
    color: #004baa;
    margin-left: 6px
}

.activity_style_05 .ac_more:hover i {
    color: #004baa;
    margin-left: 12px
}

.activity_style_05 .ac_first_item {
    background: #fff;
    box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
    display: flex;
    margin-bottom: 40px;
    transition: box-shadow .3s ease
}

@media (any-hover: hover) {
    .activity_style_05 .ac_first_item:hover {
        box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .12)
    }
}

.activity_style_05 .ac_first_img_box {
    width: 48.4%
}

.activity_style_05 .ac_first_img {
    display: block;
    height: 100%;
    width: 100%
}

.activity_style_05 .ac_first_pager {
    padding: 40px 48px;
    position: relative;
    width: 51.6%
}

.activity_style_05 .ac_first_title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left
}

.activity_style_05 .ac_first_content {
    color: #595959;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 27px;
    margin-top: 24px;
    text-align: left
}

.activity_style_05 .ac_first_tag {
    color: #595959;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 18px;
    text-align: left
}

.activity_style_05 .ac_first_tag i {
    color: #004baa;
    font-size: 20px;
    font-weight: 700;
    margin-right: 12px
}

.activity_style_05 .ac_first_btn {
    background: #004baa;
    border: 0;
    border-radius: 0;
    bottom: 40px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    position: absolute;
    width: 120px
}

@media (any-hover: hover) {
    .activity_style_05 .ac_first_btn:hover {
        background-color: #005ddd
    }
}

.activity_style_05 .ac_other_pager {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.activity_style_05 .ac_other_item {
    box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
    /*cursor: pointer;*/
    transition: box-shadow .3s ease;
    width: 31.25%;
    margin: 20px 10px;
}

@media (any-hover: hover) {
    .activity_style_05 .ac_other_item:hover {
        box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .12)
    }
}

.activity_style_05 .ac_other_img {
    display: block;
    height: 100%;
    width: 100%
}

.activity_style_05 .ac_other_text_view {
    background: #fff;
    padding: 24px
}

.activity_style_05 .ac_other_text1 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: left
}

.activity_style_05 .ac_other_text2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #595959;
    display: -webkit-box;
    font-size: 14px;
    line-height: 22px;
    margin-top: 16px;
    min-height: 44px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis
}

.activity_style_05 .ac_other_text3 {
    color: #333;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    margin-top: 24px;
    text-align: left
}

.activity_style_05 .ac_other_text3 i {
    color: #333;
    font-size: 12px;
    margin-left: 12px;
    transition: all .3s
}

.activity_style_05 .ac_other_text3:hover {
    color: #004baa
}

.activity_style_05 .ac_other_text3:hover i {
    color: #004baa;
    margin-left: 18px
}

@media (max-width: 1350px) {
    .activity_style_05 .ac_first_pager {
        padding: 24px 30px
    }

    .activity_style_05 .ac_first_content {
        margin-bottom: 16px;
        margin-top: 18px
    }

    .activity_style_05 .ac_first_tag {
        margin-bottom: 12px
    }

    .activity_style_05 .ac_first_btn {
        bottom: 24px
    }
}

@media (max-width: 1199px) {
    .activity_style_05 {
        margin-top: 64px
    }

    .activity_style_05 .ac_title {
        font-size: 28px;
        line-height: 28px
    }

    .activity_style_05 .ac_more {
        margin-bottom: 32px
    }

    .activity_style_05 .ac_other_list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px
    }

    .activity_style_05 .ac_other_item_m {
        padding: 0 12px 24px;
        width: 50%
    }

    .activity_style_05 .ac_other_card_m {
        box-shadow: 0 8px 16px -2px rgba(0, 0, 0, .1);
        cursor: pointer;
        transition: box-shadow .3s ease;
        width: 100%
    }
}

@media (max-width: 1199px)and (any-hover: hover) {
    .activity_style_05 .ac_other_card_m:hover {
        box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .12)
    }
}

@media (max-width: 767px) {
    .activity_style_05 {
        margin-top: 32px
    }

    .activity_style_05 .ac_title {
        font-size: 16px;
        line-height: 16px
    }

    .activity_style_05 .ac_more {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 16px;
        margin-top: 16px
    }

    .activity_style_05 .ac_more i {
        display: inline-block;
        transform: scale(.8)
    }

    .activity_style_05 .ac_more:hover {
        color: #333;
        margin-left: 0
    }

    .activity_style_05 .ac_more:hover i {
        color: #333;
        margin-left: 8px
    }

    .activity_style_05 .ac_other_list {
        margin: 0
    }

    .activity_style_05 .ac_other_item_m {
        margin-bottom: 12px;
        padding: 0;
        width: 100%
    }

    .activity_style_05 .ac_other_text_view {
        padding: 24px 16px 16px
    }

    .activity_style_05 .ac_other_text1 {
        font-size: 14px;
        line-height: 14px
    }

    .activity_style_05 .ac_other_text2 {
        font-size: 12px;
        line-height: 20px;
        margin-top: 12px;
        min-height: 40px;
        text-align: center;
    }
}

.activity-center-fixed-module {
    margin-top: -160px
}

.activity-center-list {
    overflow: hidden;
    padding-bottom: 120px;
    position: relative
}

.activity-center-list .list-bg {
    left: 0;
    position: absolute;
    top: 197px;
    width: 100%;
    z-index: -1
}

.activity-center-list .list-bg-img {
    display: block;
    height: 1080px;
    width: 100%
}

.activity-center-list .list-bg-blue-block {
    background: linear-gradient(180deg, #eef7ff, #eef7ff 14%, rgba(238, 247, 255, 0));
    height: 900px;
    width: 100%
}

@media screen and (max-width: 1599px) {
    .activity-center-fixed-module {
        margin-top: -140px
    }
}

@media screen and (max-width: 1365px) {
    .activity-center-fixed-module {
        margin-top: -120px
    }
}

@media screen and (max-width: 1199px) {
    .activity-center-fixed-module {
        margin-top: -90px
    }
}

@media (max-width: 767px) {
    .activity-center-fixed-module {
        margin-top: -72px
    }

    .activity-center-list {
        padding-bottom: 60px
    }
}