.activity-page .header {
    background-color: #ebf5fb;
    height: 200px
}

.activity-page .header .common-container {
    background-image: url(./banner-bg.BFTX5nhq.png);
    background-position: top 0 right 70px;
    background-repeat: no-repeat;
    color: #383838;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 400;
    height: 100%;
    justify-content: center;
    line-height: 27px;
    row-gap: 8px
}

@media screen and (max-width: 1440px) {
    .activity-page .header .common-container {
        background-position:top 0 right 30px
    }
}

@media screen and (max-width: 1024px) {
    .activity-page .header .common-container {
        background-image:url(./banner-bg-sp.5nWgTT2W.png);
        background-position: bottom 0 right 0
    }
}

.activity-page .header h1.title {
    color: #383838;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px
}

.activity-page .activity-container {
    padding-bottom: 166px;
    padding-top: 48px
}

.activity-page .activity-container .breadcrumb-list {
    margin-bottom: 40px
}

.activity-page .van-tabs .van-tabs__wrap {
    --van-tabs-line-height: 47px;
    position: relative
}

.activity-page .van-tabs .van-tabs__wrap:after {
    background-color: #e4e7ed;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 100%
}

.activity-page .van-tabs .van-tabs__nav--line {
    padding-left: 0;
    padding-right: 0
}

.activity-page .van-tabs .van-tab {
    --van-tab-text-color: #303133;
    --van-tab-active-text-color: rgba(30, 170, 57, 1);
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin: 0 20px;
    padding: 0
}

.activity-page .van-tabs .van-tab:hover {
    color: rgba(30, 170, 57, 1)
}

.activity-page .van-tabs .van-tab:first-of-type {
    margin-left: 0
}

.activity-page .van-tabs .van-tab:nth-last-child(2) {
    margin-right: 0
}

.activity-page .van-tabs .van-tabs__line {
    --van-tabs-bottom-bar-color: rgba(30, 170, 57, 1);
    --van-tabs-bottom-bar-height: 2px
}

.activity-page .van-tabs .van-tab__panel {
    padding-top: 24px
}

.activity-page .sort-box {
    display: flex;
    justify-content: flex-end;
    margin: 24px 0
}

.activity-page .sort-box .el-select {
    width: 200px
}

.activity-page .tag-list {
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: flex;
    flex-wrap: wrap;
    min-height: 30px;
    row-gap: 10px
}

.activity-page .tag-list .tag {
    background-color: #e8ebf4;
    border: 1px solid #d1d7e9;
    border-radius: 4px;
    color: rgba(30, 170, 57, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 3.5px 8px
}

.activity-page .card {
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow: hidden;
    width: calc(33.33333% - 16px)
}

.activity-page .card:hover {
    box-shadow: 0 4px 16px rgba(30, 170, 57, 1)14
}

.activity-page .card:hover .img-box img {
    transform: scale(1.1)
}

.activity-page .card .img-box {
    align-items: center;
    display: flex;
    height: 224px;
    justify-content: center;
    overflow: hidden;
    position: relative
}

.activity-page .card .img-box img {
    height: 100%;
    max-width: unset;
    transition: transform .3s;
    width: auto
}

.activity-page .card .img-box .tag {
    background-color: var(--color-green-green-brand-green-5-brand);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 21px;
    padding: 8px 16px;
    position: absolute;
    top: 0
}

.activity-page .card .img-box .tag.primary {
    background-color: var(--color-green-green-brand-green-5-brand);
}

.activity-page .card .text-box {
    border: 1px solid #e8e8e8;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border-top: none;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 0;
    padding: 24px 16px
}

.activity-page .card .time {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    min-height: 48px
}

.activity-page .card .title {
    color: #383838;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 4px;
    min-height: 60px
}

.activity-page .card .tag-list {
    margin-bottom: 16px;
    margin-top: 16px
}

.activity-page .card .el-button {
    border-radius: 59px;
    font-size: 18px;
    height: 59px;
    line-height: 27px;
    margin-top: auto;
    width: 100%
}

.activity-page .card .el-button.is-disabled {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #d1d1d1
}

.activity-page .card .el-button svg {
    height: 24px;
    margin-left: 8px;
    margin-top: 2px
}

.activity-page {
    width: 100%;
}

.activity-page .card-list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
}

.activity-page .card-list.single-card {
    justify-content: center
}

.activity-page .card-list.single-card .card {
    max-width: 400px;
    width: 100%
}

@media screen and (max-width: 1440px) {
    .activity-page .card {
        width:calc(33.33333% - 16px)
    }

    .activity-page .card .img-box {
        height: 179px
    }

    .activity-page .card .img-box img {
        height: auto;
        width: 100%
    }
}

@media screen and (max-width: 1024px) {
    .activity-page .card {
        width:calc(50% - 12px)
    }

    .activity-page .card .img-box {
        height: 224px
    }

    .activity-page .card .img-box img {
        height: auto;
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .activity-page .header {
        height:250px
    }

    .activity-page .header .common-container {
        background-image: url(./banner-bg-sp.5nWgTT2W.png);
        background-position: top 0 right 0;
        color: #707070;
        font-size: 14px;
        justify-content: flex-start;
        line-height: 21px;
        padding: 37px 16px;
        row-gap: 0
    }

    .activity-page .header h1.title {
        font-size: 24px;
        line-height: 36px
    }

    /* 手機版分類導覽列橫向滾動 */
    .frame-6 .tab {
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
        white-space: nowrap;
        width: 100%;
    }

    .frame-6 .tab::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }

    .frame-6 .tab a {
        display: inline-block;
        flex-shrink: 0;
        white-space: nowrap;
        vertical-align: top;
    }

    .frame-6 .tab .tab-item {
        display: inline-flex;
        min-width: auto;
        white-space: nowrap;
        flex-shrink: 0;
        width: auto;
    }

    .activity-page .activity-container {
        padding-bottom: 199px;
        padding-top: 32px
    }

    .activity-page .activity-container .breadcrumb-list {
        margin-bottom: 32px
    }

    .activity-page .van-tabs .van-tab {
        margin: 0 12px
    }

    .activity-page .van-tabs .van-tab__panel {
        padding-top: 24px
    }

    .activity-page .card {
        width: 100%
    }

    .activity-page .card .img-box {
        height: auto;
        min-height: 100px
    }

    .activity-page .card .img-box img {
        width: 100%
    }

    .activity-page .card .title {
        font-size: 18px;
        min-height: 54px;
        line-height: 27px
    }

    .activity-page .card-list {
        justify-content: center
    }
}
.el-button {
    --el-button-font-weight: var(--el-font-weight-primary);
    --el-button-border-color: var(--el-border-color);
    --el-button-bg-color: var(--el-fill-color-blank);
    --el-button-text-color: var(--el-text-color-regular);
    --el-button-disabled-text-color: var(--el-disabled-text-color);
    --el-button-disabled-bg-color: var(--el-fill-color-blank);
    --el-button-disabled-border-color: var(--el-border-color-light);
    --el-button-divide-border-color: #ffffff80;
    --el-button-hover-text-color: var(--el-color-primary);
    --el-button-hover-bg-color: var(--el-color-primary-light-9);
    --el-button-hover-border-color: var(--el-color-primary-light-7);
    --el-button-active-text-color: var(--el-button-hover-text-color);
    --el-button-active-border-color: var(--el-color-primary);
    --el-button-active-bg-color: var(--el-button-hover-bg-color);
    --el-button-outline-color: var(--el-color-primary-light-5);
    --el-button-hover-link-text-color: var(--el-text-color-secondary);
    --el-button-active-color: var(--el-text-color-primary);
    align-items: center;
    -webkit-appearance: none;
    background-color: var(--color-green-green-brand-green-5-brand);
    background-color: var(--color-green-green-brand-green-5-brand);
    border: var(--el-border);
    border-color: var(--el-button-border-color);
    box-sizing: border-box;
    color: var(--el-text-color-regular);
    color: var(--el-button-text-color);
    cursor: pointer;
    display: inline-flex;
    font-weight: var(--el-font-weight-primary);
    font-weight: var(--el-button-font-weight);
    height: 32px;
    justify-content: center;
    line-height: 1;
    outline: none;
    text-align: center;
    transition: .1s;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.el-button:hover {
    background-color: var(--color-green-green-light-green-4);
    border-color: var(--color-green-green-light-green-4);
    color: var(--el-button-hover-text-color);
    outline: none
}

.el-button:active {
    background-color: var(--el-button-active-bg-color);
    border-color: var(--el-button-active-border-color);
    color: var(--el-button-active-text-color);
    outline: none
}

.el-button:focus-visible {
    outline: 2px solid var(--el-button-outline-color);
    outline-offset: 1px;
    transition: outline-offset 0s,outline 0s
}

.el-button>span {
    align-items: center;
    display: inline-flex
}

.el-button+.el-button {
    margin-left: 12px
}

.el-button {
    border-radius: var(--el-border-radius-base);
    font-size: var(--el-font-size-base)
}

.el-button,.el-button.is-round {
    padding: 8px 15px
}

.el-button::-moz-focus-inner {
    border: 0
}

.el-button [class*=el-icon]+span {
    margin-left: 6px
}

.el-button [class*=el-icon] svg {
    vertical-align: bottom
}

.el-button.is-plain {
    --el-button-hover-text-color: var(--el-color-primary);
    --el-button-hover-bg-color: var(--el-fill-color-blank);
    --el-button-hover-border-color: var(--el-color-primary)
}

.el-button.is-active {
    background-color: var(--el-button-active-bg-color);
    border-color: var(--el-button-active-border-color);
    color: var(--el-button-active-text-color);
    outline: none
}

.el-button.is-disabled,.el-button.is-disabled:hover {
    background-color: var(--el-button-disabled-bg-color);
    background-image: none;
    border-color: var(--el-button-disabled-border-color);
    color: var(--el-button-disabled-text-color);
    cursor: not-allowed
}

.el-button.is-loading {
    pointer-events: none;
    position: relative
}

.el-button.is-loading:before {
    background-color: var(--el-mask-color-extra-light);
    border-radius: inherit;
    bottom: -1px;
    content: "";
    left: -1px;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: -1px;
    z-index: 1
}

.el-button.is-round {
    border-radius: var(--el-border-radius-round)
}

.el-button.is-circle {
    border-radius: 50%;
    padding: 8px;
    width: 32px
}

.el-button.is-text {
    background-color: initial;
    border: 0 solid #0000;
    color: var(--el-button-text-color)
}

.el-button.is-text.is-disabled {
    background-color: initial!important;
    color: var(--el-button-disabled-text-color)
}

.el-button.is-text:not(.is-disabled):hover {
    background-color: var(--el-fill-color-light)
}

.el-button.is-text:not(.is-disabled):focus-visible {
    outline: 2px solid var(--el-button-outline-color);
    outline-offset: 1px;
    transition: outline-offset 0s,outline 0s
}

.el-button.is-text:not(.is-disabled):active {
    background-color: var(--el-fill-color)
}

.el-button.is-text:not(.is-disabled).is-has-bg {
    background-color: var(--el-fill-color-light)
}

.el-button.is-text:not(.is-disabled).is-has-bg:hover {
    background-color: var(--el-fill-color)
}

.el-button.is-text:not(.is-disabled).is-has-bg:active {
    background-color: var(--el-fill-color-dark)
}

.el-button__text--expand {
    letter-spacing: .3em;
    margin-right: -.3em
}

.el-button.is-link {
    background: #0000;
    border-color: #0000;
    color: var(--el-button-text-color);
    height: auto;
    padding: 2px
}

.el-button.is-link:hover {
    color: var(--el-button-hover-link-text-color)
}

.el-button.is-link.is-disabled {
    background-color: initial!important;
    border-color: #0000!important;
    color: var(--el-button-disabled-text-color)
}

.el-button.is-link:not(.is-disabled):active,.el-button.is-link:not(.is-disabled):hover {
    background-color: initial;
    border-color: #0000
}

.el-button.is-link:not(.is-disabled):active {
    color: var(--el-button-active-color)
}

.el-button--text {
    background: #0000;
    border-color: #0000;
    color: var(--el-color-primary);
    padding-left: 0;
    padding-right: 0
}

.el-button--text.is-disabled {
    background-color: initial!important;
    border-color: #0000!important;
    color: var(--el-button-disabled-text-color)
}

.el-button--text:not(.is-disabled):hover {
    background-color: initial;
    border-color: #0000;
    color: var(--el-color-primary-light-3)
}

.el-button--text:not(.is-disabled):active {
    background-color: initial;
    border-color: #0000;
    color: var(--el-color-primary-dark-2)
}

.el-button__link--expand {
    letter-spacing: .3em;
    margin-right: -.3em
}

.el-button--primary {
    --el-button-text-color: var(--el-color-white);
    --el-button-bg-color: var(--el-color-primary);
    --el-button-border-color: var(--el-color-primary);
    --el-button-outline-color: var(--el-color-primary-light-5);
    --el-button-active-color: var(--el-color-primary-dark-2);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-link-text-color: var(--el-color-primary-light-5);
    --el-button-hover-bg-color: var(--el-color-primary-light-3);
    --el-button-hover-border-color: var(--el-color-primary-light-3);
    --el-button-active-bg-color: var(--el-color-primary-dark-2);
    --el-button-active-border-color: var(--el-color-primary-dark-2);
    --el-button-disabled-text-color: var(--el-color-white);
    --el-button-disabled-bg-color: var(--el-color-primary-light-5);
    --el-button-disabled-border-color: var(--el-color-primary-light-5)
}

.el-button--primary.is-link,.el-button--primary.is-plain,.el-button--primary.is-text {
    --el-button-text-color: var(--el-color-primary);
    --el-button-bg-color: var(--el-color-primary-light-9);
    --el-button-border-color: var(--el-color-primary-light-5);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-bg-color: var(--el-color-primary);
    --el-button-hover-border-color: var(--el-color-primary);
    --el-button-active-text-color: var(--el-color-white)
}

.el-button--primary.is-link.is-disabled,.el-button--primary.is-link.is-disabled:active,.el-button--primary.is-link.is-disabled:focus,.el-button--primary.is-link.is-disabled:hover,.el-button--primary.is-plain.is-disabled,.el-button--primary.is-plain.is-disabled:active,.el-button--primary.is-plain.is-disabled:focus,.el-button--primary.is-plain.is-disabled:hover,.el-button--primary.is-text.is-disabled,.el-button--primary.is-text.is-disabled:active,.el-button--primary.is-text.is-disabled:focus,.el-button--primary.is-text.is-disabled:hover {
    background-color: var(--el-color-primary-light-9);
    border-color: var(--el-color-primary-light-8);
    color: var(--el-color-primary-light-5)
}

.el-button--success {
    --el-button-text-color: var(--el-color-white);
    --el-button-bg-color: var(--el-color-success);
    --el-button-border-color: var(--el-color-success);
    --el-button-outline-color: var(--el-color-success-light-5);
    --el-button-active-color: var(--el-color-success-dark-2);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-link-text-color: var(--el-color-success-light-5);
    --el-button-hover-bg-color: var(--el-color-success-light-3);
    --el-button-hover-border-color: var(--el-color-success-light-3);
    --el-button-active-bg-color: var(--el-color-success-dark-2);
    --el-button-active-border-color: var(--el-color-success-dark-2);
    --el-button-disabled-text-color: var(--el-color-white);
    --el-button-disabled-bg-color: var(--el-color-success-light-5);
    --el-button-disabled-border-color: var(--el-color-success-light-5)
}

.el-button--success.is-link,.el-button--success.is-plain,.el-button--success.is-text {
    --el-button-text-color: var(--el-color-success);
    --el-button-bg-color: var(--el-color-success-light-9);
    --el-button-border-color: var(--el-color-success-light-5);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-bg-color: var(--el-color-success);
    --el-button-hover-border-color: var(--el-color-success);
    --el-button-active-text-color: var(--el-color-white)
}

.el-button--success.is-link.is-disabled,.el-button--success.is-link.is-disabled:active,.el-button--success.is-link.is-disabled:focus,.el-button--success.is-link.is-disabled:hover,.el-button--success.is-plain.is-disabled,.el-button--success.is-plain.is-disabled:active,.el-button--success.is-plain.is-disabled:focus,.el-button--success.is-plain.is-disabled:hover,.el-button--success.is-text.is-disabled,.el-button--success.is-text.is-disabled:active,.el-button--success.is-text.is-disabled:focus,.el-button--success.is-text.is-disabled:hover {
    background-color: var(--el-color-success-light-9);
    border-color: var(--el-color-success-light-8);
    color: var(--el-color-success-light-5)
}

.el-button--warning {
    --el-button-text-color: var(--el-color-white);
    --el-button-bg-color: var(--el-color-warning);
    --el-button-border-color: var(--el-color-warning);
    --el-button-outline-color: var(--el-color-warning-light-5);
    --el-button-active-color: var(--el-color-warning-dark-2);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-link-text-color: var(--el-color-warning-light-5);
    --el-button-hover-bg-color: var(--el-color-warning-light-3);
    --el-button-hover-border-color: var(--el-color-warning-light-3);
    --el-button-active-bg-color: var(--el-color-warning-dark-2);
    --el-button-active-border-color: var(--el-color-warning-dark-2);
    --el-button-disabled-text-color: var(--el-color-white);
    --el-button-disabled-bg-color: var(--el-color-warning-light-5);
    --el-button-disabled-border-color: var(--el-color-warning-light-5)
}

.el-button--warning.is-link,.el-button--warning.is-plain,.el-button--warning.is-text {
    --el-button-text-color: var(--el-color-warning);
    --el-button-bg-color: var(--el-color-warning-light-9);
    --el-button-border-color: var(--el-color-warning-light-5);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-bg-color: var(--el-color-warning);
    --el-button-hover-border-color: var(--el-color-warning);
    --el-button-active-text-color: var(--el-color-white)
}

.el-button--warning.is-link.is-disabled,.el-button--warning.is-link.is-disabled:active,.el-button--warning.is-link.is-disabled:focus,.el-button--warning.is-link.is-disabled:hover,.el-button--warning.is-plain.is-disabled,.el-button--warning.is-plain.is-disabled:active,.el-button--warning.is-plain.is-disabled:focus,.el-button--warning.is-plain.is-disabled:hover,.el-button--warning.is-text.is-disabled,.el-button--warning.is-text.is-disabled:active,.el-button--warning.is-text.is-disabled:focus,.el-button--warning.is-text.is-disabled:hover {
    background-color: var(--el-color-warning-light-9);
    border-color: var(--el-color-warning-light-8);
    color: var(--el-color-warning-light-5)
}

.el-button--danger {
    --el-button-text-color: var(--el-color-white);
    --el-button-bg-color: var(--el-color-danger);
    --el-button-border-color: var(--el-color-danger);
    --el-button-outline-color: var(--el-color-danger-light-5);
    --el-button-active-color: var(--el-color-danger-dark-2);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-link-text-color: var(--el-color-danger-light-5);
    --el-button-hover-bg-color: var(--el-color-danger-light-3);
    --el-button-hover-border-color: var(--el-color-danger-light-3);
    --el-button-active-bg-color: var(--el-color-danger-dark-2);
    --el-button-active-border-color: var(--el-color-danger-dark-2);
    --el-button-disabled-text-color: var(--el-color-white);
    --el-button-disabled-bg-color: var(--el-color-danger-light-5);
    --el-button-disabled-border-color: var(--el-color-danger-light-5)
}

.el-button--danger.is-link,.el-button--danger.is-plain,.el-button--danger.is-text {
    --el-button-text-color: var(--el-color-danger);
    --el-button-bg-color: var(--el-color-danger-light-9);
    --el-button-border-color: var(--el-color-danger-light-5);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-bg-color: var(--el-color-danger);
    --el-button-hover-border-color: var(--el-color-danger);
    --el-button-active-text-color: var(--el-color-white)
}

.el-button--danger.is-link.is-disabled,.el-button--danger.is-link.is-disabled:active,.el-button--danger.is-link.is-disabled:focus,.el-button--danger.is-link.is-disabled:hover,.el-button--danger.is-plain.is-disabled,.el-button--danger.is-plain.is-disabled:active,.el-button--danger.is-plain.is-disabled:focus,.el-button--danger.is-plain.is-disabled:hover,.el-button--danger.is-text.is-disabled,.el-button--danger.is-text.is-disabled:active,.el-button--danger.is-text.is-disabled:focus,.el-button--danger.is-text.is-disabled:hover {
    background-color: var(--el-color-danger-light-9);
    border-color: var(--el-color-danger-light-8);
    color: var(--el-color-danger-light-5)
}

.el-button--info {
    --el-button-text-color: var(--el-color-white);
    --el-button-bg-color: var(--el-color-info);
    --el-button-border-color: var(--el-color-info);
    --el-button-outline-color: var(--el-color-info-light-5);
    --el-button-active-color: var(--el-color-info-dark-2);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-link-text-color: var(--el-color-info-light-5);
    --el-button-hover-bg-color: var(--el-color-info-light-3);
    --el-button-hover-border-color: var(--el-color-info-light-3);
    --el-button-active-bg-color: var(--el-color-info-dark-2);
    --el-button-active-border-color: var(--el-color-info-dark-2);
    --el-button-disabled-text-color: var(--el-color-white);
    --el-button-disabled-bg-color: var(--el-color-info-light-5);
    --el-button-disabled-border-color: var(--el-color-info-light-5)
}

.el-button--info.is-link,.el-button--info.is-plain,.el-button--info.is-text {
    --el-button-text-color: var(--el-color-info);
    --el-button-bg-color: var(--el-color-info-light-9);
    --el-button-border-color: var(--el-color-info-light-5);
    --el-button-hover-text-color: var(--el-color-white);
    --el-button-hover-bg-color: var(--el-color-info);
    --el-button-hover-border-color: var(--el-color-info);
    --el-button-active-text-color: var(--el-color-white)
}

.el-button--info.is-link.is-disabled,.el-button--info.is-link.is-disabled:active,.el-button--info.is-link.is-disabled:focus,.el-button--info.is-link.is-disabled:hover,.el-button--info.is-plain.is-disabled,.el-button--info.is-plain.is-disabled:active,.el-button--info.is-plain.is-disabled:focus,.el-button--info.is-plain.is-disabled:hover,.el-button--info.is-text.is-disabled,.el-button--info.is-text.is-disabled:active,.el-button--info.is-text.is-disabled:focus,.el-button--info.is-text.is-disabled:hover {
    background-color: var(--el-color-info-light-9);
    border-color: var(--el-color-info-light-8);
    color: var(--el-color-info-light-5)
}

.el-button--large {
    --el-button-size: 40px;
    height: 40px;
    height: var(--el-button-size)
}

.el-button--large [class*=el-icon]+span {
    margin-left: 8px
}

.el-button--large {
    border-radius: var(--el-border-radius-base);
    font-size: var(--el-font-size-base);
    padding: 12px 19px
}

.el-button--large.is-round {
    padding: 12px 19px
}

.el-button--large.is-circle {
    padding: 12px;
    width: var(--el-button-size)
}

.el-button--small {
    --el-button-size: 24px;
    height: 24px;
    height: var(--el-button-size)
}

.el-button--small [class*=el-icon]+span {
    margin-left: 4px
}

.el-button--small {
    border-radius: calc(var(--el-border-radius-base) - 1px);
    font-size: 12px;
    padding: 5px 11px
}

.el-button--small.is-round {
    padding: 5px 11px
}

.el-button--small.is-circle {
    padding: 5px;
    width: var(--el-button-size)
}
@charset "UTF-8";:root {
    --el-color-white: #fff;
    --el-color-black: #000;
    --el-color-primary-rgb: 64,158,255;
    --el-color-success-rgb: 103,194,58;
    --el-color-warning-rgb: 230,162,60;
    --el-color-danger-rgb: 245,108,108;
    --el-color-error-rgb: 245,108,108;
    --el-color-info-rgb: 144,147,153;
    --el-font-size-extra-large: 20px;
    --el-font-size-large: 18px;
    --el-font-size-medium: 16px;
    --el-font-size-base: 14px;
    --el-font-size-small: 13px;
    --el-font-size-extra-small: 12px;
    --el-font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    --el-font-weight-primary: 500;
    --el-font-line-height-primary: 24px;
    --el-index-normal: 1;
    --el-index-top: 1000;
    --el-index-popper: 2000;
    --el-border-radius-base: 4px;
    --el-border-radius-small: 2px;
    --el-border-radius-round: 20px;
    --el-border-radius-circle: 100%;
    --el-transition-duration: .3s;
    --el-transition-duration-fast: .2s;
    --el-transition-function-ease-in-out-bezier: cubic-bezier(.645,.045,.355,1);
    --el-transition-function-fast-bezier: cubic-bezier(.23,1,.32,1);
    --el-transition-all: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-fade: opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
    --el-transition-md-fade: transform var(--el-transition-duration) var(--el-transition-function-fast-bezier),opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
    --el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
    --el-transition-border: border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-box-shadow: box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-color: color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-component-size-large: 40px;
    --el-component-size: 32px;
    --el-component-size-small: 24px;
    color-scheme: light;
    --el-color-primary: #409eff;
    --el-color-primary-light-3: #79bbff;
    --el-color-primary-light-5: #a0cfff;
    --el-color-primary-light-7: #c6e2ff;
    --el-color-primary-light-8: #d9ecff;
    --el-color-primary-light-9: #ecf5ff;
    --el-color-primary-dark-2: #337ecc;
    --el-color-success: #67c23a;
    --el-color-success-light-3: #95d475;
    --el-color-success-light-5: #b3e19d;
    --el-color-success-light-7: #d1edc4;
    --el-color-success-light-8: #e1f3d8;
    --el-color-success-light-9: #f0f9eb;
    --el-color-success-dark-2: #529b2e;
    --el-color-warning: #e6a23c;
    --el-color-warning-light-3: #eebe77;
    --el-color-warning-light-5: #f3d19e;
    --el-color-warning-light-7: #f8e3c5;
    --el-color-warning-light-8: #faecd8;
    --el-color-warning-light-9: #fdf6ec;
    --el-color-warning-dark-2: #b88230;
    --el-color-danger: #f56c6c;
    --el-color-danger-light-3: #f89898;
    --el-color-danger-light-5: #fab6b6;
    --el-color-danger-light-7: #fcd3d3;
    --el-color-danger-light-8: #fde2e2;
    --el-color-danger-light-9: #fef0f0;
    --el-color-danger-dark-2: #c45656;
    --el-color-error: #f56c6c;
    --el-color-error-light-3: #f89898;
    --el-color-error-light-5: #fab6b6;
    --el-color-error-light-7: #fcd3d3;
    --el-color-error-light-8: #fde2e2;
    --el-color-error-light-9: #fef0f0;
    --el-color-error-dark-2: #c45656;
    --el-color-info: #909399;
    --el-color-info-light-3: #b1b3b8;
    --el-color-info-light-5: #c8c9cc;
    --el-color-info-light-7: #dedfe0;
    --el-color-info-light-8: #e9e9eb;
    --el-color-info-light-9: #f4f4f5;
    --el-color-info-dark-2: #73767a;
    --el-bg-color: #fff;
    --el-bg-color-page: #f2f3f5;
    --el-bg-color-overlay: #fff;
    --el-text-color-primary: #303133;
    --el-text-color-regular: #606266;
    --el-text-color-secondary: #909399;
    --el-text-color-placeholder: #a8abb2;
    --el-text-color-disabled: #c0c4cc;
    --el-border-color: #dcdfe6;
    --el-border-color-light: #e4e7ed;
    --el-border-color-lighter: #ebeef5;
    --el-border-color-extra-light: #f2f6fc;
    --el-border-color-dark: #d4d7de;
    --el-border-color-darker: #cdd0d6;
    --el-fill-color: #f0f2f5;
    --el-fill-color-light: #f5f7fa;
    --el-fill-color-lighter: #fafafa;
    --el-fill-color-extra-light: #fafcff;
    --el-fill-color-dark: #ebedf0;
    --el-fill-color-darker: #e6e8eb;
    --el-fill-color-blank: #fff;
    --el-box-shadow: 0px 12px 32px 4px #0000000a,0px 8px 20px #00000014;
    --el-box-shadow-light: 0px 0px 12px #0000001f;
    --el-box-shadow-lighter: 0px 0px 6px #0000001f;
    --el-box-shadow-dark: 0px 16px 48px 16px #00000014,0px 12px 32px #0000001f,0px 8px 16px -8px #00000029;
    --el-disabled-bg-color: var(--el-fill-color-light);
    --el-disabled-text-color: var(--el-text-color-placeholder);
    --el-disabled-border-color: var(--el-border-color-light);
    --el-overlay-color: #000c;
    --el-overlay-color-light: #000000b3;
    --el-overlay-color-lighter: #00000080;
    --el-mask-color: #ffffffe6;
    --el-mask-color-extra-light: #ffffff4d;
    --el-border-width: 1px;
    --el-border-style: solid;
    --el-border-color-hover: var(--el-text-color-disabled);
    --el-border: var(--el-border-width) var(--el-border-style) var(--el-border-color);
    --el-svg-monochrome-grey: var(--el-border-color)
}

.fade-in-linear-enter-active,.fade-in-linear-leave-active {
    transition: opacity .2s linear;
    transition: var(--el-transition-fade-linear)
}

.fade-in-linear-enter-from,.fade-in-linear-leave-to {
    opacity: 0
}

.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active {
    transition: opacity .2s linear;
    transition: var(--el-transition-fade-linear)
}

.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to {
    opacity: 0
}

.el-fade-in-enter-active,.el-fade-in-leave-active {
    transition: all .3s cubic-bezier(.55,0,.1,1);
    transition: all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)
}

.el-fade-in-enter-from,.el-fade-in-leave-active {
    opacity: 0
}

.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active {
    transition: all .3s cubic-bezier(.55,0,.1,1);
    transition: all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)
}

.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active {
    opacity: 0;
    transform: scaleX(0)
}

.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center top;
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: var(--el-transition-md-fade)
}

.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top] {
    transform-origin: center bottom
}

.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center bottom;
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: var(--el-transition-md-fade)
}

.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active {
    opacity: 1;
    transform: scale(1);
    transform-origin: top left;
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: var(--el-transition-md-fade)
}

.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active {
    opacity: 0;
    transform: scale(.45)
}

.collapse-transition {
    transition: height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
    transition: var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out
}

.el-collapse-transition-enter-active,.el-collapse-transition-leave-active {
    transition: max-height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
    transition: var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out
}

.horizontal-collapse-transition {
    transition: width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out;
    transition: var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out
}

.el-list-enter-active,.el-list-leave-active {
    transition: all 1s
}

.el-list-enter-from,.el-list-leave-to {
    opacity: 0;
    transform: translateY(-30px)
}

.el-list-leave-active {
    position: absolute!important
}

.el-opacity-transition {
    transition: opacity .3s cubic-bezier(.55,0,.1,1);
    transition: opacity var(--el-transition-duration) cubic-bezier(.55,0,.1,1)
}

.el-icon-loading {
    animation: rotating 2s linear infinite
}

.el-icon--right {
    margin-left: 5px
}

.el-icon--left {
    margin-right: 5px
}

@keyframes rotating {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.el-icon {
    --color: inherit;
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1em;
    position: relative;
    width: 1em;
    fill: currentColor;
    color: inherit;
    color: var(--color);
    font-size: inherit
}

.el-icon.is-loading {
    animation: rotating 2s linear infinite
}

.el-icon svg {
    height: 1em;
    width: 1em
}

.el-badge {
    --el-badge-bg-color: var(--el-color-danger);
    --el-badge-radius: 10px;
    --el-badge-font-size: 12px;
    --el-badge-padding: 6px;
    --el-badge-size: 18px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: fit-content
}

.el-badge__content {
    align-items: center;
    background-color: var(--el-badge-bg-color);
    border: 1px solid var(--el-bg-color);
    border-radius: var(--el-badge-radius);
    color: var(--el-color-white);
    display: inline-flex;
    font-size: var(--el-badge-font-size);
    height: var(--el-badge-size);
    justify-content: center;
    padding: 0 var(--el-badge-padding);
    white-space: nowrap
}

.el-badge__content.is-fixed {
    position: absolute;
    right: calc(1px + var(--el-badge-size)/2);
    top: 0;
    transform: translateY(-50%) translate(100%);
    z-index: var(--el-index-normal)
}

.el-badge__content.is-fixed.is-dot {
    right: 5px
}

.el-badge__content.is-dot {
    border-radius: 50%;
    height: 8px;
    padding: 0;
    right: 0;
    width: 8px
}

.el-badge__content.is-hide-zero {
    display: none
}

.el-badge__content--primary {
    background-color: var(--el-color-primary)
}

.el-badge__content--success {
    background-color: var(--el-color-success)
}

.el-badge__content--warning {
    background-color: var(--el-color-warning)
}

.el-badge__content--info {
    background-color: var(--el-color-info)
}

.el-badge__content--danger {
    background-color: var(--el-color-danger)
}

.el-message {
    --el-message-bg-color: var(--el-color-info-light-9);
    --el-message-border-color: var(--el-border-color-lighter);
    --el-message-padding: 11px 15px;
    --el-message-close-size: 16px;
    --el-message-close-icon-color: var(--el-text-color-placeholder);
    --el-message-close-hover-color: var(--el-text-color-secondary);
    align-items: center;
    background-color: var(--el-color-info-light-9);
    background-color: var(--el-message-bg-color);
    border-color: var(--el-message-border-color);
    border-radius: var(--el-border-radius-base);
    border-style: var(--el-border-style);
    border-width: var(--el-border-width);
    box-sizing: border-box;
    display: flex;
    gap: 8px;
    left: 50%;
    max-width: calc(100% - 32px);
    padding: 11px 15px;
    padding: var(--el-message-padding);
    position: fixed;
    top: 20px;
    transform: translate(-50%);
    transition: opacity var(--el-transition-duration),transform .4s,top .4s;
    width: fit-content
}

.el-message.is-center {
    justify-content: center
}

.el-message.is-plain {
    background-color: var(--el-bg-color-overlay);
    border-color: var(--el-bg-color-overlay);
    box-shadow: var(--el-box-shadow-light)
}

.el-message p {
    margin: 0
}

.el-message--success {
    --el-message-bg-color: var(--el-color-success-light-9);
    --el-message-border-color: var(--el-color-success-light-8);
    --el-message-text-color: var(--el-color-success)
}

.el-message--success .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: break-word
}

.el-message .el-message-icon--success {
    color: var(--el-message-text-color)
}

.el-message--info {
    --el-message-bg-color: var(--el-color-info-light-9);
    --el-message-border-color: var(--el-color-info-light-8);
    --el-message-text-color: var(--el-color-info)
}

.el-message--info .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: break-word
}

.el-message .el-message-icon--info {
    color: var(--el-message-text-color)
}

.el-message--warning {
    --el-message-bg-color: var(--el-color-warning-light-9);
    --el-message-border-color: var(--el-color-warning-light-8);
    --el-message-text-color: var(--el-color-warning)
}

.el-message--warning .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: break-word
}

.el-message .el-message-icon--warning {
    color: var(--el-message-text-color)
}

.el-message--error {
    --el-message-bg-color: var(--el-color-error-light-9);
    --el-message-border-color: var(--el-color-error-light-8);
    --el-message-text-color: var(--el-color-error)
}

.el-message--error .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: break-word
}

.el-message .el-message-icon--error {
    color: var(--el-message-text-color)
}

.el-message .el-message__badge {
    position: absolute;
    right: -8px;
    top: -8px
}

.el-message__content {
    font-size: 14px;
    line-height: 1;
    padding: 0
}

.el-message__content:focus {
    outline-width: 0
}

.el-message .el-message__closeBtn {
    color: var(--el-message-close-icon-color);
    cursor: pointer;
    font-size: var(--el-message-close-size)
}

.el-message .el-message__closeBtn:focus {
    outline-width: 0
}

.el-message .el-message__closeBtn:hover {
    color: var(--el-message-close-hover-color)
}

.el-message-fade-enter-from,.el-message-fade-leave-to {
    opacity: 0;
    transform: translate(-50%,-100%)
}

:root {
    --el-color-primary: #38a1db;
    --el-disabled-text-color: #d1d1d1;
    --el-color-danger: #e60013;
    --el-border-radius-base: 8px
}

body .el-button {
    --el-button-border-color: var(--el-color-primary);
    --el-button-text-color: var(--el-color-primary);
    font-size: 16px;
    height: 40px;
    line-height: 24px;
    padding: 8px 16px;
    --el-button-hover-bg-color: #ebf5fb;
    --el-button-hover-border-color: #5db3e3;
    --el-button-active-bg-color: #fff;
    --el-button-active-border-color: rgba(30, 170, 57, 1);
    --el-button-active-text-color: rgba(30, 170, 57, 1);
    --el-button-disabled-border-color: #d1d1d1
}

body .el-button--primary {
    --el-button-text-color: var(--el-color-white);
    --el-button-hover-bg-color: #5db3e3;
    --el-button-hover-border-color: #5db3e3;
    --el-button-active-bg-color: var(--color-green-green-brand-green-5-brand);
    --el-button-active-border-color: var(--color-green-green-brand-green-5-brand);
    --el-button-active-text-color: var(--el-button-text-color);
    --el-button-disabled-border-color: #d1d1d1;
    --el-button-disabled-bg-color: #d1d1d1
}

body .el-button--danger {
    --el-button-text-color: var(--el-color-white);
    --el-button-border-color: var(--el-color-danger);
    --el-button-hover-bg-color: #e85561;
    --el-button-hover-border-color: #e85561;
    --el-button-active-bg-color: #b90312;
    --el-button-active-border-color: #b90312;
    --el-button-active-text-color: var(--el-button-text-color);
    --el-button-disabled-border-color: #d1d1d1;
    --el-button-disabled-bg-color: #d1d1d1
}

body .el-button--danger.is-round {
    border-radius: 40px
}

body .el-button--card {
    --el-button-text-color: rgba(30, 170, 57, 1);
    --el-button-border-color: #e8e8e8;
    background-color: #fafafa;
    --el-button-hover-bg-color: #38a1db;
    --el-button-hover-border-color: #38a1db;
    --el-button-hover-text-color: #fff;
    --el-button-disabled-border-color: #e8e8e8;
    --el-button-disabled-bg-color: #e8e8e8;
    --el-button-disabled-text-color: #d1d1d1;
    font-size: 18px;
    font-weight: 700;
    height: 56px;
    line-height: 27px;
    padding: 14px 16px
}

body .el-button--card.is-round {
    border-radius: 56px
}

body .el-button--card .icon-right {
    height: 18px;
    margin-left: 5px;
    margin-top: 1px
}

body .el-button+.el-button {
    margin-left: 16px
}

body .el-input .el-input__wrapper {
    padding: 1px 12px 1px 16px
}

body .el-input .el-input__inner {
    --el-input-inner-height: 54px;
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

body .el-select .el-select__wrapper {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    min-height: 56px
}

body .el-select .el-select__placeholder:not(.is-transparent) {
    color: #383838
}

body .el-select .el-select__caret {
    color: rgba(30, 170, 57, 1)
}

body .el-select .el-icon.el-select__caret.el-select__icon,body .el-select .el-icon.el-select__caret.el-select__icon svg {
    height: 24px;
    width: 24px
}

body .el-select-dropdown .el-select-dropdown__list {
    max-height: 256px
}

body .el-select-dropdown .el-select-dropdown__item {
    height: 48px;
    line-height: 48px;
    --el-font-size-base: 16px;
    --el-fill-color-light: #ebf5fb
}

body .el-textarea {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

body .el-textarea .el-textarea__inner {
    color: #383838;
    padding: 16px 12px 16px 16px
}

body .el-pagination .btn-next,body .el-pagination .btn-prev {
    --el-pagination-button-disabled-color: #d1d1d1;
    --el-pagination-button-color: rgba(30, 170, 57, 1)
}

body .el-pagination .btn-next .el-icon,body .el-pagination .btn-prev .el-icon {
    font-size: 16px
}

body .el-pagination .el-pager li {
    --el-pagination-button-color: #383838;
    --el-pagination-font-size: 18px;
    --el-pagination-button-height: 40px;
    --el-pagination-button-width: 40px;
    border-radius: 50%;
    margin: 0 8px;
    padding: 0
}

body .el-pagination .el-pager li.is-active {
    background-color: rgba(30, 170, 57, 1);
    color: #fff;
    font-weight: 500
}

@media screen and (max-width: 768px) {
    body .el-pagination .el-pager li {
        --el-pagination-font-size:16px;
        --el-pagination-button-height: 32px;
        --el-pagination-button-width: 32px;
        margin: 0 2px;
        padding: 0
    }

    body .el-pagination .el-pager li.is-active {
        background-color: rgba(30, 170, 57, 1);
        border-radius: 50%;
        color: #fff;
        font-weight: 500
    }
}

body .el-table .cell {
    color: #383838;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding: 0 16px
}

@media screen and (max-width: 768px) {
    body .el-table .cell {
        font-size:16px;
        line-height: 24px
    }
}

body .el-table .el-table__cell {
    padding: 18px 0
}

body .el-table th.el-table__cell {
    background-color: #ebf5fb
}

body .el-table th.el-table__cell .cell {
    color: rgba(30, 170, 57, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

@media screen and (max-width: 768px) {
    body .el-table th.el-table__cell .cell {
        font-size:18px;
        line-height: 27px
    }
}

body .el-table th.el-table__cell .el-table__cell {
    padding: 13px 0
}

body .van-ellipsis,body .van-multi-ellipsis--l2 {
    line-break: auto
}

body .van-dialog {
    top: 50%
}

body .el-checkbox {
    --el-checkbox-font-size: 16px;
    --el-text-color-regular: #383838;
    --el-checkbox-input-border: 1px solid #1c1c1c;
    --el-checkbox-border-radius: 4px;
    --el-checkbox-input-height: 16px;
    --el-checkbox-input-width: 16px
}

body .el-checkbox__inner:after {
    left: 5px;
    top: 2px
}

body .van-toast {
    --van-toast-default-width: max-content;
    --van-toast-default-padding: 16px 40px;
    --van-toast-radius: 16px;
    --van-toast-font-size: 20px;
    --van-toast-line-height: 30px;
    font-weight: 500
}

body .van-toast.common-toast {
    --van-toast-text-padding: 24px 40px;
    --van-toast-background: #383838
}

body .el-form-item {
    --el-color-danger: #ff4d4f
}

.common-container,.common-container.swiper {
    margin: 0 auto;
    max-width: 1440px;
    /*padding: 0 120px*/
}

@media screen and (max-width: 1440px) {
    .common-container,.common-container.swiper {
        max-width:1280px;
        padding: 0 40px
    }
}

@media screen and (max-width: 1024px) {
    .common-container,.common-container.swiper {
        max-width:100%;
        padding: 0 40px
    }
}

@media screen and (max-width: 768px) {
    .common-container,.common-container.swiper {
        max-width:100%;
        padding: 0 16px
    }
}

.breadcrumb-list {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.breadcrumb-list a {
    color: #707070
}

.breadcrumb-list a:hover {
    color: #bababa
}

.breadcrumb-list .separator {
    color: #707070;
    margin: 0 8px
}

.html-content {
    word-break: break-word
}

.html-content img,.html-content video {
    border-radius: 32px;
    margin: 40px 0
}

.html-content table {
    border-collapse: separate!important;
    border-spacing: 0;
    display: block;
    margin: 40px 0;
    overflow-x: auto;
    padding-bottom: 16px;
    position: relative;
    table-layout: fixed;
    width: 100%
}

.html-content table::-webkit-scrollbar {
    height: 4px
}

.html-content table::-webkit-scrollbar-thumb {
    background: #acacac;
    border-radius: 8px
}

.html-content table th,.html-content table thead tr {
    background-color: rgba(30, 170, 57, 1);
    border: 1px solid rgba(30, 170, 57, 1);
    padding: 16px
}

.html-content table th td,.html-content table thead tr td {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px
}

.html-content table td {
    border: 1px solid rgba(30, 170, 57, 1);
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    min-width: 222px;
    padding: 16px
}

.html-content table thead tr:first-child td:first-child,.html-content table thead tr:first-child th:first-child {
    border-top-left-radius: 32px
}

.html-content table thead tr:first-child td:last-child,.html-content table thead tr:first-child th:last-child {
    border-top-right-radius: 32px
}

.html-content table tbody tr:nth-child(2n) td {
    background-color: #e8ebf4;
    color: rgba(30, 170, 57, 1)
}

.html-content table tfoot tr:last-child td:first-child,.html-content table tfoot tr:last-child th:first-child {
    border-bottom-left-radius: 32px
}

.html-content table tfoot tr:last-child td:last-child,.html-content table tfoot tr:last-child th:last-child {
    border-bottom-right-radius: 32px
}

.html-content table img {
    border-radius: 0;
    margin: 0
}

.html-content h1 {
    color: #383838;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 32px 0;
    text-align: left
}

.html-content h2 {
    color: #383838;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 24px 0;
    text-align: left
}

.html-content h3 {
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin: 16px 0;
    text-align: left
}

.html-content p {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0
}

.html-content blockquote {
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin: 32px 0;
    padding: 40px 0 40px 24px;
    position: relative;
    text-align: left
}

.html-content blockquote p {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin: 0
}

.html-content blockquote:after {
    background-color: rgba(30, 170, 57, 1);
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px
}

.html-content a {
    color: #38a1db
}

.html-content a:hover {
    color: #5db3e3
}

@media screen and (max-width: 768px) {
    .html-content img,.html-content video {
        border-radius:24px;
        margin: 32px 0
    }

    .html-content table {
        margin: 32px 0
    }

    .html-content blockquote {
        padding: 24px 0 24px 24px
    }
}

.btn-pagination-next,.btn-pagination-prev {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: rgba(30, 170, 57, 1);
    cursor: pointer;
    display: flex;
    flex: none;
    height: 40px;
    justify-content: center;
    width: 40px
}

.btn-pagination-next:disabled,.btn-pagination-prev:disabled {
    background-color: #ffffff4d;
    color: #d1d1d1;
    cursor: not-allowed
}

.btn-pagination-prev {
    margin-right: 4px
}

.btn-pagination-prev svg {
    transform: rotate(180deg)
}

.btn-pagination-next {
    margin-left: 4px
}


.activity-event-information {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 40px 39px;
    row-gap: 24px;
    width: 100%;
    background-color: white;
}

.activity-event-information .title {
    color: #383838;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: center
}

.activity-event-information .sub-title {
    color: #383838;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-top: 24px
}

.activity-event-information .content {
    color: #383838;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px
}

.activity-event-information .content .label {
    flex: none
}

.activity-event-information .sign-up {
    align-items: center;
    display: flex;
    margin-top: 24px
}

.activity-event-information .sign-up .label {
    color: #383838;
    flex: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-right: 16px
}

.activity-event-information .el-button {
    margin-top: 24px;
    width: 100%
}

.activity-event-information .tip {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 24px;
    text-align: center
}

.activity-event-information .tip a {
    text-decoration: underline
}

.activity-event-information .el-select .el-select__wrapper.is-disabled {
    --el-select-disabled-border: #fafafa;
    --el-fill-color-light: #fafafa
}

.activity-event-information .el-select .el-select__wrapper.is-disabled .el-select__caret,.activity-event-information .el-select .el-select__wrapper.is-disabled .el-select__input,.activity-event-information .el-select .el-select__wrapper.is-disabled .el-select__placeholder {
    color: #d1d1d1
}

@media screen and (max-width: 768px) {
    .activity-event-information {
        padding:24px
    }
}

.fade-enter-active,.fade-leave-active {
    transition: opacity .5s ease
}

.fade-enter-from,.fade-leave-to {
    opacity: 0
}

.activity-detail-page {
    margin-bottom: 167px;
    padding-top: 48px
}

.activity-detail-page .activity-detail-container {
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex;
    justify-content: space-between;
    /*margin-top: 40px*/
}

.activity-detail-page .activity-detail-container .left-container {
    flex: 1
}

.activity-detail-page .activity-detail-container .left-container ol {
    list-style-position: inside
}

.activity-detail-page .activity-detail-container .right-container {
    flex: none;
    max-width: 360px;
    width: 360px
}

.activity-detail-page .activity-detail-container h1.title {
    color: #383838;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 8px 0 24px
}

.activity-detail-page .activity-detail-container .describe {
    color: #707070;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    row-gap: 16px
}

.activity-detail-page .activity-detail-container .download-link {
    align-items: center;
    color: #38a1db;
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.activity-detail-page .activity-detail-container .download-link svg {
    height: 18px;
    margin-left: 4px
}

.activity-detail-page .activity-detail-container .download-link:hover {
    color: #5db3e3
}

.activity-detail-page .activity-detail-container .title-img-box {
    border-radius: 32px;
    margin-top: 40px;
    overflow: hidden
}

.activity-detail-page .activity-detail-container .title-img-box img {
    width: 100%
}

.activity-detail-page .activity-detail-container img {
    width: 100%;
    height: auto !important;
}

.activity-detail-page .activity-detail-container h2.title {
    color: #383838;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 40px 0 16px
}

.activity-detail-page .activity-detail-container .content {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    word-break: break-word
}

.activity-detail-page .activity-detail-container .content h1 {
 /*   color: #383838;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 8px
*/
}

.activity-detail-page .activity-detail-container .content ul {
    /*list-style-type: disc;*/
    padding-left: 2em
}

.activity-detail-page .activity-detail-container .content ul ol {
    list-style-type: decimal
}

.activity-detail-page .activity-detail-container .content ol {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 2em
}

.activity-detail-page .activity-detail-container .content ol ul {
    list-style-type: disc
}

.activity-detail-page .activity-detail-container .content li::marker {
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;
}

.activity-detail-page .activity-detail-container .lecturer-introduction {
    align-items: flex-start;
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex;
    margin-top: 32px
}

.activity-detail-page .activity-detail-container .lecturer-introduction .lecturer-img-box {
    border-radius: 24px;
    flex: none;
    overflow: hidden;
    width: 343px
}

.activity-detail-page .activity-detail-container .lecturer-introduction .lecturer-img-box img {
    width: 100%
}

.activity-detail-page .activity-detail-container .lecturer-introduction .honor {
    color: #707070;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px
}

.activity-detail-page .activity-detail-container .lecturer-introduction .lecturer-introduction-title {
    color: #383838;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin: 24px 0
}

.activity-detail-page .activity-detail-container .lecturer-introduction a {
    align-items: center;
    color: #38a1db;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 24px
}

.activity-detail-page .activity-detail-container .lecturer-introduction a:hover {
    color: #5db3e3
}

.activity-detail-page .activity-detail-container .lecturer-introduction a svg {
    height: 24px;
    margin-left: 4px;
    margin-top: 2px
}

.activity-detail-page .activity-detail-container .registration-instructions {
    background-color: #ebf5fb;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding: 24px;
    row-gap: 16px
}

.activity-detail-page .activity-detail-container .registration-instructions .registration-instructions-title {
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px
}

.activity-detail-page .activity-detail-container .registration-instructions .registration-instructions-content {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.activity-detail-page .tag-list {
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px
}

.activity-detail-page .tag-list .tag {
    background-color: #e8ebf4;
    border: 1px solid #d1d7e9;
    border-radius: 4px;
    color: rgba(30, 170, 57, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 3.5px 8px
}

.activity-detail-page .tag-list .tag.active {
    background-color: rgba(30, 170, 57, 1);
    color: #fff
}

.activity-detail-page .van-popup {
    --van-dialog-radius: 10px;
    --van-dialog-width: 500px
}

.activity-detail-page .van-popup .van-dialog__content {
    padding: 40px;
    position: relative;
    text-align: center
}

.activity-detail-page .van-popup .van-dialog__content img {
    display: inline-block
}

.activity-detail-page .van-popup .close {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px
}

.activity-detail-page .van-popup .title {
    color: #383838;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 24px
}

.activity-detail-page .van-popup .label {
    color: #383838;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin: 16px 0 2px
}

.activity-detail-page .van-popup .active-name {
    color: #383838;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px
}

.activity-detail-page .van-popup .tip {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px
}

.activity-detail-page .van-popup .card {
    align-items: center;
    background-color: #ebf5fb;
    border-radius: 8px;
    color: #262626;
    -moz-column-gap: 12px;
    column-gap: 12px;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: space-between;
    line-height: 24px;
    margin: 24px 0;
    padding: 16px 24px;
    text-align: left
}

@media screen and (max-width: 1200px) {
    .activity-detail-page .activity-detail-container,.activity-detail-page .activity-detail-container .lecturer-introduction {
        -moz-column-gap:32px;
        column-gap: 32px
    }

    .activity-detail-page .activity-detail-container .lecturer-introduction .lecturer-img-box {
        width: 35%
    }
}

@media screen and (max-width: 1024px) {
    .activity-detail-page .activity-detail-container {
        flex-wrap:wrap;
        row-gap: 32px
    }

    .activity-detail-page .activity-detail-container .left-container {
        width: 100%
    }

    .activity-detail-page .activity-detail-container .right-container {
        max-width: unset;
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .activity-detail-page {
        padding-bottom:62px;
        padding-top: 32px
    }

    .activity-detail-page .activity-detail-container {
        flex-wrap: wrap;
        margin-top: 32px;
        row-gap: 32px
    }

    .activity-detail-page .activity-detail-container .left-container {
        width: 100%
    }

    .activity-detail-page .activity-detail-container .right-container {
        max-width: unset;
        width: 100%
    }

    .activity-detail-page .activity-detail-container h1.title {
        font-size: 24px;
        line-height: 36px
    }

    .activity-detail-page .activity-detail-container .title-img-box {
        border-radius: 24px;
        margin-top: 32px
    }

    .activity-detail-page .activity-detail-container h2.title {
        margin: 32px 0 16px
    }

    .activity-detail-page .activity-detail-container .lecturer-introduction {
        flex-direction: column;
        margin-top: 16px;
        row-gap: 16px
    }

    .activity-detail-page .activity-detail-container .lecturer-introduction .lecturer-img-box {
        width: 100%
    }

    .activity-detail-page .activity-detail-container .lecturer-introduction .lecturer-introduction-title {
        font-size: 24px;
        line-height: 36px;
        margin: 16px 0
    }

    .activity-detail-page .activity-detail-container .lecturer-introduction a {
        margin-top: 16px
    }

    .activity-detail-page .activity-detail-container .registration-instructions {
        margin-top: 32px;
        row-gap: 8px
    }

    .activity-detail-page .van-popup .van-dialog__content {
        padding: 24px
    }

    .activity-detail-page .van-popup .close {
        right: 24px;
        top: 24px
    }

    .activity-detail-page .van-popup .title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 16px
    }

    .activity-detail-page .van-popup .label {
        font-size: 16px;
        line-height: 24px;
        margin: 8px 0 2px
    }

    .activity-detail-page .van-popup .active-name {
        font-size: 20px;
        line-height: 30px
    }

    .activity-detail-page .van-popup .tip {
        font-size: 14px;
        line-height: 21px
    }

    .activity-detail-page .van-popup .card {
        -moz-column-gap: 8px;
        column-gap: 8px;
        margin: 16px 0;
        padding: 16px
    }
}
@charset "UTF-8";:root {
    --el-color-white: #fff;
    --el-color-black: #000;
    --el-color-primary-rgb: 64,158,255;
    --el-color-success-rgb: 103,194,58;
    --el-color-warning-rgb: 230,162,60;
    --el-color-danger-rgb: 245,108,108;
    --el-color-error-rgb: 245,108,108;
    --el-color-info-rgb: 144,147,153;
    --el-font-size-extra-large: 20px;
    --el-font-size-large: 18px;
    --el-font-size-medium: 16px;
    --el-font-size-base: 14px;
    --el-font-size-small: 13px;
    --el-font-size-extra-small: 12px;
    --el-font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    --el-font-weight-primary: 500;
    --el-font-line-height-primary: 24px;
    --el-index-normal: 1;
    --el-index-top: 1000;
    --el-index-popper: 2000;
    --el-border-radius-base: 4px;
    --el-border-radius-small: 2px;
    --el-border-radius-round: 20px;
    --el-border-radius-circle: 100%;
    --el-transition-duration: .3s;
    --el-transition-duration-fast: .2s;
    --el-transition-function-ease-in-out-bezier: cubic-bezier(.645,.045,.355,1);
    --el-transition-function-fast-bezier: cubic-bezier(.23,1,.32,1);
    --el-transition-all: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-fade: opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
    --el-transition-md-fade: transform var(--el-transition-duration) var(--el-transition-function-fast-bezier),opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
    --el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
    --el-transition-border: border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-box-shadow: box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-transition-color: color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
    --el-component-size-large: 40px;
    --el-component-size: 32px;
    --el-component-size-small: 24px;
    color-scheme: light;
    --el-color-primary: #409eff;
    --el-color-primary-light-3: #79bbff;
    --el-color-primary-light-5: #a0cfff;
    --el-color-primary-light-7: #c6e2ff;
    --el-color-primary-light-8: #d9ecff;
    --el-color-primary-light-9: #ecf5ff;
    --el-color-primary-dark-2: #337ecc;
    --el-color-success: #67c23a;
    --el-color-success-light-3: #95d475;
    --el-color-success-light-5: #b3e19d;
    --el-color-success-light-7: #d1edc4;
    --el-color-success-light-8: #e1f3d8;
    --el-color-success-light-9: #f0f9eb;
    --el-color-success-dark-2: #529b2e;
    --el-color-warning: #e6a23c;
    --el-color-warning-light-3: #eebe77;
    --el-color-warning-light-5: #f3d19e;
    --el-color-warning-light-7: #f8e3c5;
    --el-color-warning-light-8: #faecd8;
    --el-color-warning-light-9: #fdf6ec;
    --el-color-warning-dark-2: #b88230;
    --el-color-danger: #f56c6c;
    --el-color-danger-light-3: #f89898;
    --el-color-danger-light-5: #fab6b6;
    --el-color-danger-light-7: #fcd3d3;
    --el-color-danger-light-8: #fde2e2;
    --el-color-danger-light-9: #fef0f0;
    --el-color-danger-dark-2: #c45656;
    --el-color-error: #f56c6c;
    --el-color-error-light-3: #f89898;
    --el-color-error-light-5: #fab6b6;
    --el-color-error-light-7: #fcd3d3;
    --el-color-error-light-8: #fde2e2;
    --el-color-error-light-9: #fef0f0;
    --el-color-error-dark-2: #c45656;
    --el-color-info: #909399;
    --el-color-info-light-3: #b1b3b8;
    --el-color-info-light-5: #c8c9cc;
    --el-color-info-light-7: #dedfe0;
    --el-color-info-light-8: #e9e9eb;
    --el-color-info-light-9: #f4f4f5;
    --el-color-info-dark-2: #73767a;
    --el-bg-color: #fff;
    --el-bg-color-page: #f2f3f5;
    --el-bg-color-overlay: #fff;
    --el-text-color-primary: #303133;
    --el-text-color-regular: #606266;
    --el-text-color-secondary: #909399;
    --el-text-color-placeholder: #a8abb2;
    --el-text-color-disabled: #c0c4cc;
    --el-border-color: #dcdfe6;
    --el-border-color-light: #e4e7ed;
    --el-border-color-lighter: #ebeef5;
    --el-border-color-extra-light: #f2f6fc;
    --el-border-color-dark: #d4d7de;
    --el-border-color-darker: #cdd0d6;
    --el-fill-color: #f0f2f5;
    --el-fill-color-light: #f5f7fa;
    --el-fill-color-lighter: #fafafa;
    --el-fill-color-extra-light: #fafcff;
    --el-fill-color-dark: #ebedf0;
    --el-fill-color-darker: #e6e8eb;
    --el-fill-color-blank: #fff;
    --el-box-shadow: 0px 12px 32px 4px #0000000a,0px 8px 20px #00000014;
    --el-box-shadow-light: 0px 0px 12px #0000001f;
    --el-box-shadow-lighter: 0px 0px 6px #0000001f;
    --el-box-shadow-dark: 0px 16px 48px 16px #00000014,0px 12px 32px #0000001f,0px 8px 16px -8px #00000029;
    --el-disabled-bg-color: var(--el-fill-color-light);
    --el-disabled-text-color: var(--el-text-color-placeholder);
    --el-disabled-border-color: var(--el-border-color-light);
    --el-overlay-color: #000c;
    --el-overlay-color-light: #000000b3;
    --el-overlay-color-lighter: #00000080;
    --el-mask-color: #ffffffe6;
    --el-mask-color-extra-light: #ffffff4d;
    --el-border-width: 1px;
    --el-border-style: solid;
    --el-border-color-hover: var(--el-text-color-disabled);
    --el-border: var(--el-border-width) var(--el-border-style) var(--el-border-color);
    --el-svg-monochrome-grey: var(--el-border-color)
}

.fade-in-linear-enter-active,.fade-in-linear-leave-active {
    transition: opacity .2s linear;
    transition: var(--el-transition-fade-linear)
}

.fade-in-linear-enter-from,.fade-in-linear-leave-to {
    opacity: 0
}

.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active {
    transition: opacity .2s linear;
    transition: var(--el-transition-fade-linear)
}

.el-fade-in-linear-enter-from,.el-fade-in-linear-leave-to {
    opacity: 0
}

.el-fade-in-enter-active,.el-fade-in-leave-active {
    transition: all .3s cubic-bezier(.55,0,.1,1);
    transition: all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)
}

.el-fade-in-enter-from,.el-fade-in-leave-active {
    opacity: 0
}

.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active {
    transition: all .3s cubic-bezier(.55,0,.1,1);
    transition: all var(--el-transition-duration) cubic-bezier(.55,0,.1,1)
}

.el-zoom-in-center-enter-from,.el-zoom-in-center-leave-active {
    opacity: 0;
    transform: scaleX(0)
}

.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center top;
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: var(--el-transition-md-fade)
}

.el-zoom-in-top-enter-active[data-popper-placement^=top],.el-zoom-in-top-leave-active[data-popper-placement^=top] {
    transform-origin: center bottom
}

.el-zoom-in-top-enter-from,.el-zoom-in-top-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: center bottom;
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: var(--el-transition-md-fade)
}

.el-zoom-in-bottom-enter-from,.el-zoom-in-bottom-leave-active {
    opacity: 0;
    transform: scaleY(0)
}

.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active {
    opacity: 1;
    transform: scale(1);
    transform-origin: top left;
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: var(--el-transition-md-fade)
}

.el-zoom-in-left-enter-from,.el-zoom-in-left-leave-active {
    opacity: 0;
    transform: scale(.45)
}

.collapse-transition {
    transition: height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
    transition: var(--el-transition-duration) height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out
}

.el-collapse-transition-enter-active,.el-collapse-transition-leave-active {
    transition: max-height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
    transition: var(--el-transition-duration) max-height ease-in-out,var(--el-transition-duration) padding-top ease-in-out,var(--el-transition-duration) padding-bottom ease-in-out
}

.horizontal-collapse-transition {
    transition: width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out;
    transition: var(--el-transition-duration) width ease-in-out,var(--el-transition-duration) padding-left ease-in-out,var(--el-transition-duration) padding-right ease-in-out
}

.el-list-enter-active,.el-list-leave-active {
    transition: all 1s
}

.el-list-enter-from,.el-list-leave-to {
    opacity: 0;
    transform: translateY(-30px)
}

.el-list-leave-active {
    position: absolute!important
}

.el-opacity-transition {
    transition: opacity .3s cubic-bezier(.55,0,.1,1);
    transition: opacity var(--el-transition-duration) cubic-bezier(.55,0,.1,1)
}

.el-icon-loading {
    animation: rotating 2s linear infinite
}

.el-icon--right {
    margin-left: 5px
}

.el-icon--left {
    margin-right: 5px
}

@keyframes rotating {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.el-icon {
    --color: inherit;
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1em;
    position: relative;
    width: 1em;
    fill: currentColor;
    color: inherit;
    color: var(--color);
    font-size: inherit
}

.el-icon.is-loading {
    animation: rotating 2s linear infinite
}

.el-icon svg {
    height: 1em;
    width: 1em
}

.el-badge {
    --el-badge-bg-color: var(--el-color-danger);
    --el-badge-radius: 10px;
    --el-badge-font-size: 12px;
    --el-badge-padding: 6px;
    --el-badge-size: 18px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: fit-content
}

.el-badge__content {
    align-items: center;
    background-color: var(--el-badge-bg-color);
    border: 1px solid var(--el-bg-color);
    border-radius: var(--el-badge-radius);
    color: var(--el-color-white);
    display: inline-flex;
    font-size: var(--el-badge-font-size);
    height: var(--el-badge-size);
    justify-content: center;
    padding: 0 var(--el-badge-padding);
    white-space: nowrap
}

.el-badge__content.is-fixed {
    position: absolute;
    right: calc(1px + var(--el-badge-size)/2);
    top: 0;
    transform: translateY(-50%) translate(100%);
    z-index: var(--el-index-normal)
}

.el-badge__content.is-fixed.is-dot {
    right: 5px
}

.el-badge__content.is-dot {
    border-radius: 50%;
    height: 8px;
    padding: 0;
    right: 0;
    width: 8px
}

.el-badge__content.is-hide-zero {
    display: none
}

.el-badge__content--primary {
    background-color: var(--el-color-primary)
}

.el-badge__content--success {
    background-color: var(--el-color-success)
}

.el-badge__content--warning {
    background-color: var(--el-color-warning)
}

.el-badge__content--info {
    background-color: var(--el-color-info)
}

.el-badge__content--danger {
    background-color: var(--el-color-danger)
}

.el-message {
    --el-message-bg-color: var(--el-color-info-light-9);
    --el-message-border-color: var(--el-border-color-lighter);
    --el-message-padding: 11px 15px;
    --el-message-close-size: 16px;
    --el-message-close-icon-color: var(--el-text-color-placeholder);
    --el-message-close-hover-color: var(--el-text-color-secondary);
    align-items: center;
    background-color: var(--el-color-info-light-9);
    background-color: var(--el-message-bg-color);
    border-color: var(--el-message-border-color);
    border-radius: var(--el-border-radius-base);
    border-style: var(--el-border-style);
    border-width: var(--el-border-width);
    box-sizing: border-box;
    display: flex;
    gap: 8px;
    left: 50%;
    max-width: calc(100% - 32px);
    padding: 11px 15px;
    padding: var(--el-message-padding);
    position: fixed;
    top: 20px;
    transform: translate(-50%);
    transition: opacity var(--el-transition-duration),transform .4s,top .4s;
    width: fit-content
}

.el-message.is-center {
    justify-content: center
}

.el-message.is-plain {
    background-color: var(--el-bg-color-overlay);
    border-color: var(--el-bg-color-overlay);
    box-shadow: var(--el-box-shadow-light)
}

.el-message p {
    margin: 0
}

.el-message--success {
    --el-message-bg-color: var(--el-color-success-light-9);
    --el-message-border-color: var(--el-color-success-light-8);
    --el-message-text-color: var(--el-color-success)
}

.el-message--success .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: break-word
}

.el-message .el-message-icon--success {
    color: var(--el-message-text-color)
}

.el-message--info {
    --el-message-bg-color: var(--el-color-info-light-9);
    --el-message-border-color: var(--el-color-info-light-8);
    --el-message-text-color: var(--el-color-info)
}

.el-message--info .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: break-word
}

.el-message .el-message-icon--info {
    color: var(--el-message-text-color)
}

.el-message--warning {
    --el-message-bg-color: var(--el-color-warning-light-9);
    --el-message-border-color: var(--el-color-warning-light-8);
    --el-message-text-color: var(--el-color-warning)
}

.el-message--warning .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: break-word
}

.el-message .el-message-icon--warning {
    color: var(--el-message-text-color)
}

.el-message--error {
    --el-message-bg-color: var(--el-color-error-light-9);
    --el-message-border-color: var(--el-color-error-light-8);
    --el-message-text-color: var(--el-color-error)
}

.el-message--error .el-message__content {
    color: var(--el-message-text-color);
    overflow-wrap: break-word
}

.el-message .el-message-icon--error {
    color: var(--el-message-text-color)
}

.el-message .el-message__badge {
    position: absolute;
    right: -8px;
    top: -8px
}

.el-message__content {
    font-size: 14px;
    line-height: 1;
    padding: 0
}

.el-message__content:focus {
    outline-width: 0
}

.el-message .el-message__closeBtn {
    color: var(--el-message-close-icon-color);
    cursor: pointer;
    font-size: var(--el-message-close-size)
}

.el-message .el-message__closeBtn:focus {
    outline-width: 0
}

.el-message .el-message__closeBtn:hover {
    color: var(--el-message-close-hover-color)
}

.el-message-fade-enter-from,.el-message-fade-leave-to {
    opacity: 0;
    transform: translate(-50%,-100%)
}

:root {
    --el-color-primary: #38a1db;
    --el-disabled-text-color: #d1d1d1;
    --el-color-danger: #e60013;
    --el-border-radius-base: 8px
}

body .el-button {
    --el-button-border-color: var(--el-color-primary);
    --el-button-text-color: var(--el-color-primary);
    font-size: 16px;
    height: 40px;
    line-height: 24px;
    padding: 8px 16px;
    --el-button-hover-bg-color: #ebf5fb;
    --el-button-hover-border-color: #5db3e3;
    --el-button-active-bg-color: #fff;
    --el-button-active-border-color: rgba(30, 170, 57, 1);
    --el-button-active-text-color: rgba(30, 170, 57, 1);
    --el-button-disabled-border-color: #d1d1d1
}

body .el-button--primary {
    --el-button-text-color: var(--el-color-white);
    --el-button-hover-bg-color: #5db3e3;
    --el-button-hover-border-color: #5db3e3;
    --el-button-active-bg-color: rgba(30, 170, 57, 1);
    --el-button-active-border-color: rgba(30, 170, 57, 1);
    --el-button-active-text-color: var(--el-button-text-color);
    --el-button-disabled-border-color: #d1d1d1;
    --el-button-disabled-bg-color: #d1d1d1
}

body .el-button--danger {
    --el-button-text-color: var(--el-color-white);
    --el-button-border-color: var(--el-color-danger);
    --el-button-hover-bg-color: #e85561;
    --el-button-hover-border-color: #e85561;
    --el-button-active-bg-color: #b90312;
    --el-button-active-border-color: #b90312;
    --el-button-active-text-color: var(--el-button-text-color);
    --el-button-disabled-border-color: #d1d1d1;
    --el-button-disabled-bg-color: #d1d1d1
}

body .el-button--danger.is-round {
    border-radius: 40px
}

body .el-button--card {
    --el-button-text-color: rgba(30, 170, 57, 1);
    --el-button-border-color: #e8e8e8;
    background-color: #fafafa;
    --el-button-hover-bg-color: #38a1db;
    --el-button-hover-border-color: #38a1db;
    --el-button-hover-text-color: #fff;
    --el-button-disabled-border-color: #e8e8e8;
    --el-button-disabled-bg-color: #e8e8e8;
    --el-button-disabled-text-color: #d1d1d1;
    font-size: 18px;
    font-weight: 700;
    height: 56px;
    line-height: 27px;
    padding: 14px 16px
}

body .el-button--card.is-round {
    border-radius: 56px
}

body .el-button--card .icon-right {
    height: 18px;
    margin-left: 5px;
    margin-top: 1px
}

body .el-button+.el-button {
    margin-left: 16px
}

body .el-input .el-input__wrapper {
    padding: 1px 12px 1px 16px
}

body .el-input .el-input__inner {
    --el-input-inner-height: 54px;
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

body .el-select .el-select__wrapper {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    min-height: 56px
}

body .el-select .el-select__placeholder:not(.is-transparent) {
    color: #383838
}

body .el-select .el-select__caret {
    color: rgba(30, 170, 57, 1)
}

body .el-select .el-icon.el-select__caret.el-select__icon,body .el-select .el-icon.el-select__caret.el-select__icon svg {
    height: 24px;
    width: 24px
}

body .el-select-dropdown .el-select-dropdown__list {
    max-height: 256px
}

body .el-select-dropdown .el-select-dropdown__item {
    height: 48px;
    line-height: 48px;
    --el-font-size-base: 16px;
    --el-fill-color-light: #ebf5fb
}

body .el-textarea {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

body .el-textarea .el-textarea__inner {
    color: #383838;
    padding: 16px 12px 16px 16px
}

body .el-pagination .btn-next,body .el-pagination .btn-prev {
    --el-pagination-button-disabled-color: #d1d1d1;
    --el-pagination-button-color: rgba(30, 170, 57, 1)
}

body .el-pagination .btn-next .el-icon,body .el-pagination .btn-prev .el-icon {
    font-size: 16px
}

body .el-pagination .el-pager li {
    --el-pagination-button-color: #383838;
    --el-pagination-font-size: 18px;
    --el-pagination-button-height: 40px;
    --el-pagination-button-width: 40px;
    border-radius: 50%;
    margin: 0 8px;
    padding: 0
}

body .el-pagination .el-pager li.is-active {
    background-color: rgba(30, 170, 57, 1);
    color: #fff;
    font-weight: 500
}

@media screen and (max-width: 768px) {
    body .el-pagination .el-pager li {
        --el-pagination-font-size:16px;
        --el-pagination-button-height: 32px;
        --el-pagination-button-width: 32px;
        margin: 0 2px;
        padding: 0
    }

    body .el-pagination .el-pager li.is-active {
        background-color: rgba(30, 170, 57, 1);
        border-radius: 50%;
        color: #fff;
        font-weight: 500
    }
}

body .el-table .cell {
    color: #383838;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding: 0 16px
}

@media screen and (max-width: 768px) {
    body .el-table .cell {
        font-size:16px;
        line-height: 24px
    }
}

body .el-table .el-table__cell {
    padding: 18px 0
}

body .el-table th.el-table__cell {
    background-color: #ebf5fb
}

body .el-table th.el-table__cell .cell {
    color: rgba(30, 170, 57, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 30px
}

@media screen and (max-width: 768px) {
    body .el-table th.el-table__cell .cell {
        font-size:18px;
        line-height: 27px
    }
}

body .el-table th.el-table__cell .el-table__cell {
    padding: 13px 0
}

body .van-ellipsis,body .van-multi-ellipsis--l2 {
    line-break: auto
}

body .van-dialog {
    top: 50%
}

body .el-checkbox {
    --el-checkbox-font-size: 16px;
    --el-text-color-regular: #383838;
    --el-checkbox-input-border: 1px solid #1c1c1c;
    --el-checkbox-border-radius: 4px;
    --el-checkbox-input-height: 16px;
    --el-checkbox-input-width: 16px
}

body .el-checkbox__inner:after {
    left: 5px;
    top: 2px
}

body .van-toast {
    --van-toast-default-width: max-content;
    --van-toast-default-padding: 16px 40px;
    --van-toast-radius: 16px;
    --van-toast-font-size: 20px;
    --van-toast-line-height: 30px;
    font-weight: 500
}

body .van-toast.common-toast {
    --van-toast-text-padding: 24px 40px;
    --van-toast-background: #383838
}

body .el-form-item {
    --el-color-danger: #ff4d4f
}

.common-container,.common-container.swiper {
    margin: 0 auto;
    max-width: 1440px;
    /*padding: 0 120px*/
}

@media screen and (max-width: 1440px) {
    .common-container,.common-container.swiper {
        max-width:1280px;
        padding: 0 40px
    }
}

@media screen and (max-width: 1024px) {
    .common-container,.common-container.swiper {
        max-width:100%;
        padding: 0 40px
    }
}

@media screen and (max-width: 768px) {
    .common-container,.common-container.swiper {
        max-width:100%;
        padding: 0 16px
    }
}

.breadcrumb-list {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.breadcrumb-list a {
    color: #707070
}

.breadcrumb-list a:hover {
    color: #bababa
}

.breadcrumb-list .separator {
    color: #707070;
    margin: 0 8px
}

.html-content {
    word-break: break-word
}

.html-content img,.html-content video {
    border-radius: 32px;
    margin: 40px 0
}

.html-content table {
    border-collapse: separate!important;
    border-spacing: 0;
    display: block;
    margin: 40px 0;
    overflow-x: auto;
    padding-bottom: 16px;
    position: relative;
    table-layout: fixed;
    width: 100%
}

.html-content table::-webkit-scrollbar {
    height: 4px
}

.html-content table::-webkit-scrollbar-thumb {
    background: #acacac;
    border-radius: 8px
}

.html-content table th,.html-content table thead tr {
    background-color: rgba(30, 170, 57, 1);
    border: 1px solid rgba(30, 170, 57, 1);
    padding: 16px
}

.html-content table th td,.html-content table thead tr td {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px
}

.html-content table td {
    border: 1px solid rgba(30, 170, 57, 1);
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    min-width: 222px;
    padding: 16px
}

.html-content table thead tr:first-child td:first-child,.html-content table thead tr:first-child th:first-child {
    border-top-left-radius: 32px
}

.html-content table thead tr:first-child td:last-child,.html-content table thead tr:first-child th:last-child {
    border-top-right-radius: 32px
}

.html-content table tbody tr:nth-child(2n) td {
    background-color: #e8ebf4;
    color: rgba(30, 170, 57, 1)
}

.html-content table tfoot tr:last-child td:first-child,.html-content table tfoot tr:last-child th:first-child {
    border-bottom-left-radius: 32px
}

.html-content table tfoot tr:last-child td:last-child,.html-content table tfoot tr:last-child th:last-child {
    border-bottom-right-radius: 32px
}

.html-content table img {
    border-radius: 0;
    margin: 0
}

.html-content h1 {
    color: #383838;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin: 32px 0;
    text-align: left
}

.html-content h2 {
    color: #383838;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 24px 0;
    text-align: left
}

.html-content h3 {
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin: 16px 0;
    text-align: left
}

.html-content p {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 16px 0
}

.html-content blockquote {
    color: #383838;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin: 32px 0;
    padding: 40px 0 40px 24px;
    position: relative;
    text-align: left
}

.html-content blockquote p {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin: 0
}

.html-content blockquote:after {
    background-color: rgba(30, 170, 57, 1);
    border-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px
}

.html-content a {
    color: #38a1db
}

.html-content a:hover {
    color: #5db3e3
}

@media screen and (max-width: 768px) {
    .html-content img,.html-content video {
        border-radius:24px;
        margin: 32px 0
    }

    .html-content table {
        margin: 32px 0
    }

    .html-content blockquote {
        padding: 24px 0 24px 24px
    }
}

.btn-pagination-next,.btn-pagination-prev {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: rgba(30, 170, 57, 1);
    cursor: pointer;
    display: flex;
    flex: none;
    height: 40px;
    justify-content: center;
    width: 40px
}

.btn-pagination-next:disabled,.btn-pagination-prev:disabled {
    background-color: #ffffff4d;
    color: #d1d1d1;
    cursor: not-allowed
}

.btn-pagination-prev {
    margin-right: 4px
}

.btn-pagination-prev svg {
    transform: rotate(180deg)
}

.btn-pagination-next {
    margin-left: 4px
}

.el-affix--fixed {
    position: fixed;
}

.el-affix {
    position: sticky;
  top: 100px;
}
.common-container {
    position: relative;
}