.custom-clander[data-v-6a98841d] {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-radius: 10px;
    box-shadow: 0 2px 6px 1px #002c8305;
    text-align: center;
    width: 316px
}

.custom-clander .month-box[data-v-6a98841d] {
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    height: 40px;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 12px 16px
}

.custom-clander .month-info[data-v-6a98841d] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    display: flex;
    font-weight: 600
}

.custom-clander .year-text[data-v-6a98841d] {
    --tw-text-opacity: 1;
    color: rgba(29, 33, 41, var(--tw-text-opacity));
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    line-height: 22px
}

.custom-clander .nav-controls[data-v-6a98841d] {
    grid-gap: 10px;
    align-items: center;
    display: flex;
    gap: 10px
}

.custom-clander .nav-arrow[data-v-6a98841d] {
    color: #86909c;
    cursor: pointer;
    height: 12px;
    width: 12px
}

.custom-clander .prev-icon[data-v-6a98841d] {
    transform: scaleX(-1)
}

.custom-clander .weekdays-header[data-v-6a98841d] {
    --tw-text-opacity: 1;
    grid-gap: 10px;
    color: rgba(134, 144, 156, var(--tw-text-opacity));
    display: grid;
    font-size: 12px;
    font-weight: 500;
    gap: 10px;
    grid-template-columns:repeat(7, minmax(0, 1fr));
    line-height: 1;
    line-height: 20px;
    padding-left: 16px;
    padding-right: 16px
}

.custom-clander .weekday-item[data-v-6a98841d] {
    align-items: center;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px
}

.custom-clander .days-grid[data-v-6a98841d] {
    grid-row-gap: 5px;
    grid-column-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    display: grid;
    font-size: 14px;
    grid-template-columns:repeat(7, minmax(0, 1fr));
    line-height: 1;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-row-gap: 5px;
    -moz-row-gap: 5px;
    row-gap: 5px
}

.custom-clander .day-cell[data-v-6a98841d] {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 32px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 32px
}

.custom-clander .day-cell[data-v-6a98841d]:has(.disabled-date) {
    cursor: not-allowed
}

.custom-clander .cell-active[data-v-6a98841d] {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    background-color: rgba(22, 93, 255, var(--tw-bg-opacity));
    border-radius: 12px;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px !important
}

.custom-clander .day-number[data-v-6a98841d] {
    border-radius: 12px;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    line-height: 22px;
    width: 17px
}

.custom-clander .activity-indicator[data-v-6a98841d] {
    --tw-bg-opacity: 1;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-translate-z: 0;
    --tw-rotate: 0;
    --tw-rotate-x: 0;
    --tw-rotate-y: 0;
    --tw-rotate-z: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scale-z: 1;
    --tw-translate-x: -50%;
    background-color: rgba(22, 93, 255, var(--tw-bg-opacity));
    border-radius: 9999px;
    bottom: -2px;
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translate(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotate(var(--tw-rotate-z)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
    width: 4px
}

.custom-clander .disabled-date[data-v-6a98841d] {
    --tw-text-opacity: 1;
    color: rgba(201, 205, 212, var(--tw-text-opacity));
    opacity: .5;
    pointer-events: none
}

.custom-clander .footer[data-v-6a98841d] {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px
}

.custom-clander .today-btn[data-v-6a98841d] {
    align-items: center;
    background-color: #f4f8ff;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 37px;
    justify-content: center;
    transition: all .3s ease-in-out;
    width: 100%
}

.custom-clander .today-btn[data-v-6a98841d]:hover {
    background-color: #dbe9ff
}

.fade-enter-active[data-v-6a98841d], .fade-leave-active[data-v-6a98841d] {
    transition: all .3s ease
}

.fade-enter-from[data-v-6a98841d], .fade-leave-to[data-v-6a98841d] {
    opacity: 0;
    transform: translateY(-10px)
}

.fade-enter-to[data-v-6a98841d], .fade-leave-from[data-v-6a98841d] {
    opacity: 1;
    transform: translateY(0)
}

.animate-open-test[data-v-1bd3024f] {
    animation: open-1bd3024f .3s cubic-bezier(.175, .885, .32, 1.275);
    bottom: 346px;
    position: absolute;
    right: 26px
}

.animate-close[data-v-1bd3024f] {
    animation: close-1bd3024f .3s cubic-bezier(.6, -.28, .735, .045)
}

@keyframes open-1bd3024f {
    0% {
        transform: scale(.8)
    }
    to {
        transform: scale(1)
    }
}

@keyframes close-1bd3024f {
    0% {
        transform: scale(1)
    }
    to {
        transform: scale(.8)
    }
}

@media (max-width: 576px) {
    .modal-show-css[data-v-1bd3024f] {
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
        background: rgba(17, 24, 39, .3)
    }
}

.mobile-box[data-v-1bd3024f] {
    position: fixed;
    top: 50%;
    transform: translateY(-50%)
}

.wx-app-img[data-v-e7fe190b] {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 8px #0000000f;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 4px 10px;
    position: relative
}

.wx-app-img .group-content-item[data-v-e7fe190b] {
    border-bottom: .5px solid #f5f5f5;
    color: #1a1a1a;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
    padding: 8px 14px
}

.wx-app-img .group-content-item.active[data-v-e7fe190b] {
    color: #3b82f6
}

.wx-app-img .close-icon[data-v-e7fe190b] {
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 20px
}

.back-to-top[data-v-d137c4eb] {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    bottom: 330px;
    box-shadow: 0 4px 8px #0000000f;
    cursor: pointer;
    display: flex;
    height: 42px;
    justify-content: center;
    position: fixed;
    right: 12px;
    touch-action: manipulation;
    transition: opacity .3s;
    width: 42px;
    z-index: 9999
}

.back-to-top img[data-v-d137c4eb] {
    height: 24px;
    width: 24px
}

.back-to-top[data-v-d137c4eb]:active {
    transform: scale(.95)
}

@media (min-width: 768px) {
    .back-to-top[data-v-d137c4eb] {
        display: none
    }
}

.fix-bottom-center[data-v-fa81fea6] {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 48px;
    bottom: calc(5.66vh + 16px);
    box-shadow: 0 0 10px 4px #f1f6ffcc;
    box-shadow: 0 0 4px #d3e3ff4d;
    cursor: pointer;
    display: flex;
    height: 56px;
    justify-content: space-between;
    padding: 0 4.26vw;
    position: fixed;
    touch-action: manipulation;
    transition: opacity .3s;
    width: 91.4vw;
    z-index: 4000
}

.fix-bottom-center img[data-v-fa81fea6] {
    height: 24px;
    width: 24px
}

.item-img-box[data-v-fa81fea6] {
    align-items: center;
    color: #232323;
    display: flex;
    flex-direction: column;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    gap: 2px;
    height: 56px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    vertical-align: middle;
    width: 80px
}

.item-img-box img[data-v-fa81fea6] {
    height: 24px;
    width: 24px
}

.button-group-center[data-v-fa81fea6] {
    align-items: center;
    background-color: #266fe7;
    border-radius: 100px;
    color: #fff;
    display: flex;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 20px;
    padding: 10px 22px;
    text-align: center;
    vertical-align: middle
}

@media (min-width: 768px) {
    .fix-bottom-center[data-v-fa81fea6] {
        display: none
    }
}

.share-container[data-v-51a69021] {
    background-color: transparent;
    box-sizing: border-box;
    height: auto;
    position: relative;
    width: 402px;
    width: 346px
}

.share-container .loading-icon[data-v-51a69021] {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.share-container .share-content[data-v-51a69021] {
    background-color: #f8f9f9;
    height: auto;
    overflow: hidden;
    width: 346px
}

.share-container .share-content img[data-v-51a69021] {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.share-container .close-icon[data-v-51a69021] {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px
}

.share-container .download-icon[data-v-51a69021] {
    align-items: center;
    background: #f8f9f9;
    border-radius: 4px;
    box-shadow: 0 4px 4px #0000000a;
    cursor: pointer;
    display: flex;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: -60px;
    top: 99px;
    width: 42px
}

@media (max-width: 1140px) {
    .share-container .download-icon[data-v-51a69021] {
        display: none
    }
}

.share-container .wx-icon[data-v-51a69021] {
    align-items: center;
    background: #f8f9f9;
    border-radius: 4px;
    box-shadow: 0 4px 4px #0000000a;
    cursor: pointer;
    display: flex;
    height: 42px;
    justify-content: center;
    position: absolute;
    right: -60px;
    top: 151px;
    width: 42px
}

@media (max-width: 1140px) {
    .share-container .wx-icon[data-v-51a69021] {
        display: none
    }
}

.share-container .download-tip[data-v-51a69021] {
    bottom: 16px;
    color: #2d2d2d;
    display: none;
    font-family: Microsoft YaHei;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    right: 14px
}

@media (max-width: 576px) {
    .share-container .download-tip[data-v-51a69021] {
        display: flex
    }
}

.share-container .download-text-tip[data-v-51a69021] {
    align-items: center;
    color: #fff;
    display: none;
    font-family: Microsoft YaHei;
    font-size: 15px;
    font-weight: 600;
    justify-content: center;
    position: absolute;
    top: -28px;
    width: 100%
}

.share-container .download-text-tip img[data-v-51a69021] {
    height: 16px;
    margin-right: 4px;
    width: 16px
}

@media (max-width: 576px) {
    .share-container .download-text-tip[data-v-51a69021] {
        display: flex
    }
}

.share-container .wx-share-all[data-v-51a69021] {
    align-items: center;
    background: linear-gradient(180deg, #ebf5ff, #f9fcff);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: 226px;
    position: absolute;
    right: -370px;
    top: 203px;
    width: 352px
}

@media (max-width: 1140px) {
    .share-container .wx-share-all[data-v-51a69021] {
        display: none
    }
}

.share-container .wx-share-all .wx-share-header[data-v-51a69021] {
    font-family: Microsoft YaHei;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    margin-top: 18px
}

.share-container .wx-share-all .wx-share-title[data-v-51a69021] {
    font-family: Microsoft YaHei;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
    margin-top: 5px
}

.share-container .wx-share-all .wx-share-img[data-v-51a69021] {
    background-image: url(./background.4a721604.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 4px;
    display: flex;
    height: 128px;
    margin-top: 9px;
    width: 300px
}

.share-container .wx-share-all .wx-share-img canvas[data-v-51a69021] {
    margin-left: 10px;
    margin-top: 12px
}

.share-container .wx-share-all[data-v-51a69021]:before {
    border: 5px solid transparent;
    border-bottom-color: #f9fffa;
    content: "";
    left: 22px;
    position: absolute;
    top: -10px;
    transform: translate(-50%)
}

.ugc-zb-image {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
    border-radius: 6px;
    max-height: 108px;
    max-width: 192px;
    min-height: 108px;
    min-width: 192px
}

@media (min-width: 1200px) {
    .ugc-zb-image {
        height: 164px
    }
}

@media (max-width: 639.9px) {
    .ugc-zb-image {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.ugc-zb-item {
    cursor: pointer;
    display: flex;
    margin-left: -12px;
    margin-right: -12px;
    padding: 12px;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ugc-zb-item__main {
    display: flex;
    height: 100%;
    width: 100%
}

.ugc-zb-item:hover {
    border-radius: 4px;
    box-shadow: 0 2px 16px 6px #011c4314
}

.ugc-article-detail {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
    width: 100%
}

.ugc-article-description {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #7a7a7a;
    display: -webkit-box;
    font-family: Microsoft YaHei;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 10px 0;
    overflow: hidden
}

@media (max-width: 639px) {
    .ugc-article-description {
        display: none !important
    }
}

.ugc-article-bottom {
    align-items: center;
    color: #7a7a7a;
    display: flex;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: 400;
    gap: 8px
}

.ugc-zb-color {
    color: #b8b8b8
}

.ugc-zb-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #111827;
    display: -webkit-box;
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    overflow: hidden
}

.ugc-zb-title:hover {
    color: #3b82f6
}

@media (max-width: 639.9px) {
    .ugc-zb-title {
        font-size: 14px;
        line-height: 1;
        line-height: 14px
    }
}

@media screen and (max-width: 992px) {
    .ugc-zb-item {
        padding: 16px 16px 0
    }

    .ugc-zb-image {
        max-height: 80px;
        max-width: 136px;
        min-height: 80px;
        min-width: 136px
    }

    .ugc-zb-title {
        color: #323232;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px
    }

    .ugc-article-detail {
        margin-left: 10px
    }

    .ugc-article-bottom {
        gap: 0
    }
}

.daily-img-contain[data-v-9b894a19], .daily-img-contain img[data-v-9b894a19] {
    border-radius: 6px;
    height: 314px;
    width: 100%
}

@media (max-width: 576px) {
    .daily-img-contain[data-v-9b894a19], .daily-img-contain img[data-v-9b894a19] {
        height: 126px
    }
}

.zb-img-bottom[data-v-9b894a19] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 50px
}

@media (max-width: 576px) {
    .zb-img-bottom[data-v-9b894a19] {
        gap: 12px;
        margin-bottom: 36px
    }
}

.mobile-display-module[data-v-9b894a19] {
    display: none
}

@media (max-width: 576px) {
    .mobile-display-module[data-v-9b894a19] {
        display: flex;
        flex-direction: column
    }
}

.mobile-title-common[data-v-9b894a19] {
    height: 25px;
    margin-bottom: 20px;
    width: 96px
}

.mobile-title-common img[data-v-9b894a19] {
    height: 25px
}

.live-img-all[data-v-9b894a19] {
    display: flex;
    gap: 7px;
    justify-content: space-between;
    margin-bottom: 36px
}

.live-img-all .item-contain-img[data-v-9b894a19] {
    background-color: #f9f9f9;
    border-radius: 6px;
    height: auto;
    position: relative
}

.live-img-all .item-contain-img .align-img[data-v-9b894a19] {
    border-radius: 6px 6px 0 0;
    height: 223px;
    min-width: 168px;
    width: 100%
}

.live-img-all .item-contain-img .align-center-img[data-v-9b894a19] {
    height: 30px;
    left: calc(50% - 15px);
    position: absolute;
    top: 0;
    top: 97px;
    width: 30px
}

.live-img-all .item-contain-img .live-bottom-title[data-v-9b894a19] {
    display: flex;
    margin-top: 10px;
    padding: 0 8px 10px
}

.live-img-all .item-contain-img .live-bottom-title .title-box[data-v-9b894a19] {
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    max-width: 100%
}

.live-three-more[data-v-9b894a19] {
    display: flex;
    gap: 7px;
    margin-bottom: 36px;
    margin-right: -20px;
    overflow-y: auto
}

.live-three-more .item-contain-img[data-v-9b894a19] {
    background-color: #f9f9f9;
    border-radius: 6px;
    height: 240px;
    position: relative
}

.live-three-more .item-contain-img .align-img[data-v-9b894a19] {
    border-radius: 6px 6px 0 0;
    height: 186px;
    min-width: 140px;
    width: 100%
}

.live-three-more .item-contain-img .align-center-img[data-v-9b894a19] {
    height: 30px;
    left: 55px;
    max-width: 30px;
    position: absolute;
    top: 78px
}

.live-three-more .item-contain-img .live-bottom-title[data-v-9b894a19] {
    display: flex;
    margin-top: 10px;
    padding: 0 8px
}

.live-three-more .item-contain-img .live-bottom-title .title-box[data-v-9b894a19] {
    font-family: PingFang SC;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    max-width: 100%
}

.text-overflow-two[data-v-9b894a19] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

#custom-scroll-module[data-v-9b894a19] {
    scroll-margin-top: 12px
}

.show-hover[data-v-1dc60788] {
    display: none
}

.check-icon-box[data-v-1dc60788] {
    cursor: pointer
}

.check-icon-box:hover .show-block[data-v-1dc60788] {
    display: none
}

.check-icon-box:hover .show-hover[data-v-1dc60788] {
    display: block
}

.check-icon-box:hover .item-wechat-text[data-v-1dc60788] {
    color: #02d168
}

.check-icon-box:hover .item-copy-text[data-v-1dc60788] {
    color: #3b82f6
}

.item-icon-box[data-v-1dc60788] {
    align-items: center;
    background: #f8f8fa;
    border-radius: 50%;
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px
}

.ugc-share-module[data-v-1dc60788] {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ugc-good-button[data-v-1dc60788] {
    align-items: center;
    background: #f8f8fa;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    flex-direction: column
}

.ugc-good-button:hover .ugc-number-text[data-v-1dc60788] {
    color: #3b82f6
}

.ugc-good-button:hover .show-block[data-v-1dc60788] {
    display: none
}

.ugc-good-button:hover .show-hover[data-v-1dc60788] {
    display: block
}

.ugc-number-text[data-v-1dc60788] {
    color: #8c8c8c;
    font-family: Microsoft YaHei;
    font-size: 10px;
    font-weight: 600;
    line-height: 10px;
    text-align: center
}

.ugc-check-number[data-v-1dc60788] {
    color: #3b82f6
}

.item-text-box[data-v-1dc60788] {
    display: flex;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: 400;
    justify-content: center;
    letter-spacing: .04em;
    line-height: 16px;
    margin-top: 4px;
    text-align: left
}

.share-dom[data-v-ab877c43] {
    background: #f8f9f9;
    display: flex;
    flex-direction: column;
    height: auto;
    left: -9999px;
    padding: 30px 24px 28px;
    position: fixed;
    top: 0;
    width: 346px
}

.share-dom .share-dom-header[data-v-ab877c43] {
    height: 40px;
    position: relative
}

.share-dom .share-dom-header img[data-v-ab877c43] {
    height: 40px;
    position: absolute;
    top: -2px;
    width: 206px
}

.share-dom .share-right-date-left[data-v-ab877c43] {
    flex-direction: column;
    position: absolute;
    right: 0;
    top: -2px
}

.share-dom .share-right-date-left div[data-v-ab877c43] {
    text-align: right
}

.share-dom .share-right-date-left .one[data-v-ab877c43] {
    color: #000;
    font-family: DIN;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.share-dom .share-right-date-left .two[data-v-ab877c43] {
    color: #000;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.share-dom .share-dom-divide[data-v-ab877c43] {
    height: 1px
}

.share-dom .share-dom-bottom-divide[data-v-ab877c43], .share-dom .share-dom-divide[data-v-ab877c43] {
    margin: 20px 0;
    overflow: hidden
}

@media (max-width: 576px) {
    .share-dom .share-dom-bottom-divide[data-v-ab877c43] {
        margin: 16px 0
    }
}

.share-dom .share-dom-main[data-v-ab877c43] {
    display: flex;
    flex-direction: column;
    gap: 22px
}

.share-dom .share-detail-main .share-item[data-v-ab877c43] {
    display: flex;
    gap: 18px
}

.share-dom .share-detail-main .share-item span[data-v-ab877c43] {
    color: #333;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-top: 3px
}

.share-dom .share-detail-main .share-item section[data-v-ab877c43] {
    color: #333;
    font-family: Microsoft YaHei;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px
}

.share-dom .share-dom-bottom[data-v-ab877c43] {
    display: flex;
    height: 78px
}

.share-dom .share-dom-bottom img[data-v-ab877c43] {
    height: 78px;
    width: 78px
}

.share-dom .share-dom-bottom .share-dom-right[data-v-ab877c43] {
    color: #000;
    display: flex;
    flex-direction: column;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    justify-content: center;
    line-height: 22px;
    margin-left: 34px
}

.share-dom .share-bottom-img[data-v-ab877c43] {
    border-radius: 10px;
    box-shadow: 0 5px 6px #00000040;
    height: 124px;
    margin-top: 14px
}

.share-dom .share-bottom-img img[data-v-ab877c43] {
    height: 124px
}

.share-hidden[data-v-ab877c43] {
    --tw-bg-opacity: 1;
    background-color: rgba(248, 249, 249, var(--tw-bg-opacity));
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: auto;
    position: fixed;
    width: 326px;
    left: -9999px;
    top: 0
}

.share-hidden .share-dom-img[data-v-ab877c43] {
    background-image: url(./zbimg.04d16d96.png);
    height: 152px;
    padding: 14px 24px
}

.share-hidden .share-dom-img img[data-v-ab877c43] {
    height: 124px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 6px
}

.ugc-daily-main[data-v-ab877c43] {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 32px;
    position: relative
}

.ugc-daily-main .right-share-icon[data-v-ab877c43] {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 576px) {
    .ugc-daily-main .right-share-icon[data-v-ab877c43] {
        display: none
    }
}

.ugc-daily-main .right-mobile-share[data-v-ab877c43] {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .2), hsla(0, 0%, 100%, .2)), #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    bottom: 200px;
    box-shadow: 0 2px 16px #5d5d5d30;
    display: none;
    padding: 10px 16px 7px 17px;
    position: fixed;
    right: 14px
}

.ugc-daily-main .right-mobile-share .share-text[data-v-ab877c43] {
    color: #333;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

@media (max-width: 576px) {
    .ugc-daily-main .right-mobile-share[data-v-ab877c43] {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.ugc-daily-main .daily-main-body .daily-main-today[data-v-ab877c43] {
    margin-top: 10px;
    padding: 0 0 32px
}

.ugc-daily-main .daily-main-body .daily-main-history[data-v-ab877c43] {
    margin-top: 10px
}

.ugc-daily-main .daily-main-body .line-center[data-v-ab877c43] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 10px
}

.ugc-daily-main .daily-main-body .line-center section[data-v-ab877c43] {
    color: #395074;
    font-family: Source Han Serif CN VF;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1.36px;
    line-height: normal
}

.ugc-daily-main .daily-main-body .line-center .right-date[data-v-ab877c43] {
    color: #395074;
    display: flex;
    flex-direction: column;
    font-family: DIN;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: right
}

@media (max-width: 576px) {
    .ugc-daily-main .daily-main-body .line-center .right-date .right-date-left[data-v-ab877c43] {
        font-size: 10px
    }
}

.ugc-daily-main .daily-main-body .line[data-v-ab877c43] {
    background: rgba(0, 36, 95, .7);
    height: 1.5px;
    width: 100%
}

.ugc-daily-main .daily-main-body .small-line[data-v-ab877c43] {
    background: rgba(0, 36, 95, .6);
    height: 1px;
    margin-top: 2px;
    width: 100%
}

.ugc-daily-main .daily-main-body .daily-detail-main[data-v-ab877c43] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
    margin-top: 18px
}

.ugc-daily-main .daily-main-body .daily-detail-main .daily-item[data-v-ab877c43] {
    cursor: pointer;
    display: flex;
    position: relative
}

.ugc-daily-main .daily-main-body .daily-detail-main .daily-item:hover .daily-detail-item[data-v-ab877c43], .ugc-daily-main .daily-main-body .daily-detail-main .daily-item:hover div[data-v-ab877c43] {
    color: #266fe7
}

.ugc-daily-main .daily-main-body .daily-detail-main .daily-item[data-v-ab877c43]:before {
    background-color: #266fe7;
    border-radius: 50%;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 10.5px;
    width: 5px
}

.ugc-daily-main .daily-main-body .daily-detail-main .daily-detail-item[data-v-ab877c43] {
    color: #1a1a1a;
    cursor: pointer;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-left: 17px
}

@media (max-width: 576px) {
    .ugc-daily-main .daily-main-body .daily-detail-main .daily-detail-item[data-v-ab877c43] {
        font-size: 15px;
        line-height: 22px;
        margin-left: 10px
    }

    .ugc-daily-main .daily-main-body .daily-detail-main[data-v-ab877c43] {
        gap: 18px;
        margin-top: 20px
    }

    .ugc-daily-main[data-v-ab877c43] {
        margin: 0
    }

    .ugc-daily-main .daily-main-header[data-v-ab877c43] {
        padding: 0 16px
    }

    .ugc-daily-main .daily-main-body .daily-main-today[data-v-ab877c43] {
        margin-top: 20px;
        padding: 0 16px 20px
    }

    .ugc-daily-main .daily-main-body .line-center section[data-v-ab877c43] {
        font-size: 28px;
        font-weight: 900;
        text-align: center
    }
}

.custom-page[data-v-ab877c43] {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 2.25rem
}

.article-detail-aside[data-v-ab877c43] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 300px;
    left: -78px;
    position: absolute;
    top: 200px;
    width: 42px
}

.share-content[data-v-ab877c43] {
    background-color: #f8f9f9;
    height: auto;
    left: -9999px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 346px
}

.share-content img[data-v-ab877c43] {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.zb-new-banner[data-v-ab877c43] {
    align-items: center;
    background-image: url(/statics/amz123/images/background-image.c75da4a2.png);
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 6px;
    display: flex;
    height: 70px;
    justify-content: space-between;
    padding: 0 20px
}

@media (max-width: 576px) {
    .zb-new-banner[data-v-ab877c43] {
        background-image: url(/statics/amz123/images/background-mb.a354fa6d.png);
        background-size: cover;
        padding: 0 12px
    }
}

.zb-new-banner .new-banner-left[data-v-ab877c43] {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.zb-new-banner .new-banner-left img[data-v-ab877c43] {
    height: 22px;
    width: 190px
}

@media (max-width: 576px) {
    .zb-new-banner .new-banner-left img[data-v-ab877c43] {
        height: 18px;
        width: 154px
    }
}

.zb-new-banner .new-banner-left .banner-left-tips[data-v-ab877c43] {
    align-items: center;
    background-color: #ffffff73;
    border-radius: 8px 20px 20px 0;
    color: #0f47f1;
    display: flex;
    font-family: Source Han Sans SC;
    font-size: 10px;
    font-weight: 400;
    height: 18px;
    justify-content: center;
    line-height: 100%;
    width: 66px
}

.zb-new-banner .new-banner-right[data-v-ab877c43] {
    display: flex
}

.zb-new-banner .new-banner-right .new-banner-date[data-v-ab877c43] {
    color: #0f47f1;
    display: flex;
    flex-direction: column;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 500;
    gap: 2px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 15px;
    margin-right: 12px;
    text-align: right
}

.zb-new-banner .new-banner-right .new-banner-day[data-v-ab877c43] {
    color: #0f47f1;
    font-family: Alibaba PuHuiTi 2;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 40px;
    padding-left: 12px;
    position: relative;
    text-align: right;
    vertical-align: middle
}

.zb-new-banner .new-banner-right .new-banner-day[data-v-ab877c43]:before {
    background-color: #0f47f1;
    content: "";
    display: block;
    height: 28px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

@media (max-width: 576px) {
    .zb-new-banner .new-banner-right .new-banner-date[data-v-ab877c43] {
        font-size: 11px;
        line-height: 15px
    }

    .zb-new-banner .new-banner-right .new-banner-day[data-v-ab877c43] {
        font-size: 38px;
        line-height: 100%
    }

    .zb-new-banner .new-banner-right .new-banner-day[data-v-ab877c43]:before {
        height: 25px
    }
}

.daily-category-all[data-v-ab877c43] {
    display: flex;
    flex-direction: column;
    gap: 50px
}

@media (max-width: 576px) {
    .daily-category-all[data-v-ab877c43] {
        gap: 38px
    }
}

.zb-category-title-all[data-v-ab877c43] {
    display: flex;
    flex-direction: column
}

.zb-category-title-all .zb-category-title[data-v-ab877c43] {
    background: linear-gradient(90deg, #f0f4ff, #fcfdff);
    border-radius: 4px;
    color: #266fe7;
    font-family: PingFang SC;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 31px;
    margin-bottom: 32px;
    padding: 7.5px 12px;
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.zb-category-title-all .zb-category-title .blue-color-box[data-v-ab877c43] {
    background: linear-gradient(90deg, #0f47f1, #5e86ff);
    height: 14px;
    left: 0;
    position: absolute;
    top: 16px;
    width: 5px
}

@media (max-width: 576px) {
    .zb-category-title-all .zb-category-title[data-v-ab877c43] {
        font-size: 19px;
        line-height: 22px;
        margin-bottom: 20px;
        padding: 5.5px 12px
    }

    .zb-category-title-all .zb-category-title .blue-color-box[data-v-ab877c43] {
        height: 10px;
        top: 11px;
        width: 5px
    }
}

.zb-category-title-all .category-section-all[data-v-ab877c43] {
    display: flex;
    flex-direction: column;
    gap: 32px
}

@media (max-width: 576px) {
    .zb-category-title-all .category-section-all[data-v-ab877c43] {
        gap: 28px
    }
}

.zb-category-title-all .category-item .category-item-title[data-v-ab877c43] {
    color: #1a1a1a;
    cursor: pointer;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    scroll-margin-top: 12px
}

.zb-category-title-all .category-item .category-item-title[data-v-ab877c43]:hover {
    color: #266fe7
}

@media (max-width: 576px) {
    .zb-category-title-all .category-item .category-item-title[data-v-ab877c43] {
        font-size: 16px;
        line-height: 24px
    }
}

.zb-category-title-all .category-item .category-item-section[data-v-ab877c43] {
    color: #7a7a7a;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 8px
}

@media (max-width: 576px) {
    .zb-category-title-all .category-item .category-item-section[data-v-ab877c43] {
        font-size: 14px;
        line-height: 24px
    }
}

.category-item-target[data-v-ab877c43] {
    align-items: center;
    color: #266fe7;
    cursor: pointer;
    display: inline-block;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: 400;
    gap: 6px;
    line-height: 26px
}

.category-item-target img[data-v-ab877c43] {
    display: inline;
    height: 16px;
    margin-bottom: 4px;
    width: 16px
}

@media (max-width: 576px) {
    .category-item-target[data-v-ab877c43] {
        font-size: 14px;
        line-height: 24px
    }

    .category-item-target img[data-v-ab877c43] {
        margin-bottom: 2px
    }
}

.daily-history-all[data-v-ab877c43] {
    margin-top: 34px
}

.daily-history-all .daily-history-headier img[data-v-ab877c43] {
    height: 25px;
    width: 93px
}

.daily-history-all .daily-history-headier[data-v-ab877c43] {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.daily-history-all .daily-history-headier .header-button-href[data-v-ab877c43] {
    align-items: center;
    background-color: #e7edff;
    border-radius: 36px;
    color: #266fe7;
    cursor: pointer;
    display: flex;
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: 400;
    height: 28px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 100%;
    padding: 4px 14px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content
}

@media (max-width: 576px) {
    .daily-history-all .daily-history-headier .header-button-href[data-v-ab877c43] {
        display: none
    }
}

.daily-history-all .daily-history-headier .header-button-href[data-v-ab877c43]:hover {
    background-color: #266fe7;
    color: #fff
}

.daily-history-all .history-all[data-v-ab877c43] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px
}

.daily-history-all .daily-history-item[data-v-ab877c43] {
    display: flex
}

.daily-history-all .daily-history-item .icon-daily-zb[data-v-ab877c43] {
    border: 1px solid #266fe7;
    border-radius: 50%;
    box-sizing: border-box;
    height: 6px;
    margin-left: 7px;
    margin-right: 8px;
    margin-top: 5px;
    min-width: 6px;
    width: 6px
}

.daily-history-all .daily-history-item .cont-daily-zb[data-v-ab877c43] {
    display: flex;
    flex-direction: column;
    font-family: PingFang SC;
    gap: 6px
}

.daily-history-all .daily-history-item .cont-daily-zb .time[data-v-ab877c43] {
    color: #b8b8b8;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px
}

.daily-history-all .daily-history-item .cont-daily-zb .title[data-v-ab877c43] {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.daily-history-all .daily-history-item:hover .cont-daily-zb .title[data-v-ab877c43] {
    color: #266fe7
}

.daily-history-all .button-bottom[data-v-ab877c43] {
    display: flex;
    justify-content: center;
    margin: 24px
}

.daily-history-all .history-more-button[data-v-ab877c43] {
    --tw-border-opacity: 1;
    align-items: center;
    border: 1px solid #e6e6ea;
    border-color: rgba(230, 230, 234, var(--tw-border-opacity));
    border-radius: 5px;
    border-width: 1px;
    color: #8c8c8c;
    cursor: pointer;
    display: flex;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 20px;
    transition-duration: .2s;
    width: 172px
}

.daily-history-all .history-more-button[data-v-ab877c43]:hover {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(15, 71, 241, var(--tw-bg-opacity));
    border-color: transparent;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (max-width: 576px) {
    .mobile-margin-top[data-v-ab877c43] {
        padding-top: 50px !important
    }
}

.zb-new-title[data-v-ab877c43] {
    align-items: start;
    display: flex;
    justify-content: space-between;
    letter-spacing: 0;
    margin-bottom: 18px;
    margin-top: 18px
}

@media (max-width: 576px) {
    .zb-new-title[data-v-ab877c43] {
        margin-bottom: 12px;
        margin-top: 18px
    }
}

.zb-new-title .zb-new-tips[data-v-ab877c43] {
    align-items: center;
    border-radius: 4px;
    bottom: 2px;
    color: #0f47f1;
    cursor: pointer;
    display: inline-flex;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: 400;
    gap: 6px;
    height: 30px;
    justify-content: center;
    line-height: 100%;
    padding: 0 8px;
    position: relative
}

.zb-new-title .zb-new-tips img[data-v-ab877c43] {
    height: 16px;
    width: 16px
}

@media (max-width: 576px) {
    .zb-new-title .zb-new-tips[data-v-ab877c43] {
        display: flex;
        font-size: 12px;
        height: 17px;
        justify-content: flex-start;
        margin-top: 8px;
        padding: 0
    }

    .zb-new-title .zb-new-tips img[data-v-ab877c43] {
        height: 12px;
        width: 12px
    }
}

.zb-new-title .zb-new-tips .new-tips-time[data-v-ab877c43] {
    color: #b9b9b9;
    display: none;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px
}

@media (max-width: 576px) {
    .zb-new-title .zb-new-tips .new-tips-time[data-v-ab877c43] {
        display: block;
        margin-left: 10px
    }
}

.zb-new-title .zb-new-tips .listen-hover-class[data-v-ab877c43] {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 16px #1055bd1a;
    color: #01246d;
    display: none;
    flex-direction: column;
    font-family: Microsoft YaHei;
    font-size: 13px;
    font-weight: 400;
    gap: 4px;
    height: 185px;
    line-height: 17px;
    padding: 14px 0;
    position: absolute;
    text-align: center;
    top: 34px;
    width: 168px;
    z-index: 2
}

.zb-new-title .zb-new-tips .listen-hover-class img[data-v-ab877c43] {
    height: 136px;
    width: 136px
}

.zb-new-title .zb-new-tips[data-v-ab877c43]:hover {
    background-color: #f6f9ff
}

.zb-new-title .zb-new-tips:hover .listen-hover-class[data-v-ab877c43] {
    display: flex;
    position: absolute
}

.zb-title-h1-box[data-v-ab877c43] {
    max-width: 751px
}

.zb-title-h1[data-v-ab877c43] {
    color: #1a1a1a;
    display: inline;
    font-family: Microsoft YaHei;
    font-size: 28px;
    font-weight: 600;
    line-height: 37px
}

@media (max-width: 576px) {
    .zb-title-h1[data-v-ab877c43] {
        display: inline;
        font-family: PingFang SC;
        font-size: 20px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 28px
    }
}

.zb-history-filter-box[data-v-ab877c43] {
    position: relative
}

.zb-history[data-v-ab877c43] {
    align-items: center;
    background-color: #f1f5ff;
    border-radius: 999px;
    color: #0f47f1;
    cursor: pointer;
    display: flex;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    gap: 4px;
    height: 34px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 24px;
    padding: 5px 10px;
    transition: all .3s ease-in-out;
    width: 96px
}

.zb-history[data-v-ab877c43]:hover {
    background-color: #dbe9ff
}

.zb-history img[data-v-ab877c43] {
    height: 16px;
    width: 16px
}

@media (max-width: 576px) {
    .zb-history[data-v-ab877c43] {
        display: none
    }
}

.zb-history-filter[data-v-ab877c43] {
    height: 280px;
    left: 0;
    position: absolute;
    top: 50px;
    width: 316px;
    z-index: 100
}

.new-zb-href[data-v-ab877c43] {
    align-items: center;
    background: linear-gradient(90.26deg, #ffefe8 -1.15%, #fdeeee 26.03%, #fdf0eb 59.35%, #fff6f6 74.55%, #fff2f2 101.39%);
    border-radius: 6px;
    display: flex;
    height: 54px;
    padding-left: 20px;
    padding-right: 18px
}

.new-zb-href img[data-v-ab877c43] {
    height: 22px
}

@media (max-width: 576px) {
    .new-zb-href[data-v-ab877c43] {
        border-radius: 0;
        height: 36px;
        left: 0;
        max-width: 100%;
        padding: 0 16px;
        position: absolute;
        top: 0;
        width: 100%
    }

    .new-zb-href img[data-v-ab877c43] {
        height: 16px;
        min-width: 63px
    }
}

.new-zb-href .zb-title-box[data-v-ab877c43] {
    cursor: pointer;
    max-height: 26px;
    max-width: 596px;
    overflow: hidden;
    white-space: nowrap
}

.new-zb-href .zb-title-box .zb-href-title[data-v-ab877c43] {
    color: #000;
    display: inline-block;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px
}

@media (max-width: 576px) {
    .new-zb-href .zb-title-box .zb-href-title[data-v-ab877c43] {
        align-items: center;
        display: flex;
        font-family: PingFang SC;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 17px;
        max-width: 64vw
    }
}

.new-zb-href .zb-title-box .zb-href-scroll[data-v-ab877c43] {
    animation: marquee-ab877c43 50s linear infinite
}

.new-zb-href .href-divide[data-v-ab877c43] {
    background: #ffd0b6;
    height: 20.5px;
    margin: 0 17px;
    width: 1px
}

@media (max-width: 576px) {
    .new-zb-href .href-divide[data-v-ab877c43] {
        height: 14px;
        margin: 0 10px
    }
}

.new-zb-href .new-zb-more[data-v-ab877c43] {
    align-items: center;
    color: #ff650f;
    cursor: pointer;
    display: flex;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: 400;
    gap: 4px;
    line-height: 22px;
    margin-left: auto
}

.new-zb-href .new-zb-more img[data-v-ab877c43] {
    height: 14px;
    width: 14px
}

@media (max-width: 576px) {
    .new-zb-href .new-zb-more[data-v-ab877c43] {
        display: none
    }
}

.new-zb-href .new-zb-more-mobile[data-v-ab877c43] {
    align-items: center;
    color: #ff650f;
    cursor: pointer;
    display: none;
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: 400;
    gap: 4px;
    line-height: 22px;
    margin-left: auto
}

.new-zb-href .new-zb-more-mobile img[data-v-ab877c43] {
    height: 14px;
    min-width: 14px
}

@media (max-width: 576px) {
    .new-zb-href .new-zb-more-mobile[data-v-ab877c43] {
        display: flex;
        margin-left: auto
    }

    .new-zb-href .new-zb-more-mobile[data-v-ab877c43], .new-zb-href .new-zb-more-mobile img[data-v-ab877c43] {
        max-height: 16px;
        max-width: 16px;
        min-height: 16px;
        min-width: 16px
    }
}

@keyframes marquee-ab877c43 {
    0% {
        transform: translate(0)
    }
    to {
        transform: translate(-100%)
    }
}

.mobile-display-module[data-v-ab877c43] {
    display: none
}

@media (max-width: 576px) {
    .mobile-display-module[data-v-ab877c43] {
        display: flex;
        flex-direction: column
    }
}

.mobile-display-module .mobile-hd-all[data-v-ab877c43] {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.mobile-display-module .mobile-hd-all .mobile-hd-item[data-v-ab877c43] {
    display: flex;
    gap: 10px
}

.mobile-display-module .mobile-hd-all .mobile-hd-item .mobile-hd-image[data-v-ab877c43], .mobile-display-module .mobile-hd-all .mobile-hd-item .mobile-hd-image img[data-v-ab877c43] {
    border-radius: 4px;
    height: 101px;
    width: 170px
}

.mobile-display-module .mobile-hd-all .mobile-hd-item .mobile-hd-right[data-v-ab877c43] {
    display: flex;
    flex: 1;
    flex-direction: column;
    max-width: 100%
}

.mobile-display-module .mobile-hd-all .mobile-hd-item .mobile-hd-right .hd-right-title[data-v-ab877c43] {
    color: #1a1a1a;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 20px
}

.mobile-display-module .mobile-hd-all .mobile-hd-item .mobile-hd-right .hd-right-address[data-v-ab877c43] {
    align-items: center;
    color: #8c8c8c;
    display: flex;
    font-family: Microsoft YaHei;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 17px
}

.mobile-display-module .mobile-hd-all .mobile-hd-item .mobile-hd-right .hd-right-address img[data-v-ab877c43] {
    height: 14px;
    width: 14px
}

.mobile-display-module .mobile-hd-all .mobile-hd-item .mobile-hd-right .hd-right-address .address-text[data-v-ab877c43] {
    margin-left: 5px;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mobile-display-module .mobile-hd-all .mobile-hd-item .mobile-hd-right .hd-right-bottom[data-v-ab877c43] {
    align-items: center;
    display: flex;
    margin-top: auto
}

.mobile-display-module .mobile-hd-all .mobile-hd-item .mobile-hd-right .hd-right-bottom .hd-box-time[data-v-ab877c43] {
    align-items: center;
    color: #8c8c8c;
    display: flex;
    font-family: Microsoft YaHei;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px
}

.mobile-display-module .mobile-hd-all .mobile-hd-item .mobile-hd-right .hd-right-bottom .hd-box-time img[data-v-ab877c43] {
    height: 14px;
    width: 14px
}

.mobile-display-module .mobile-hd-all .mobile-hd-item .mobile-hd-right .hd-right-bottom .hd-box-time .time-center[data-v-ab877c43] {
    margin-left: 5px
}

.mobile-display-module .mobile-hd-all .mobile-hd-item .mobile-hd-right .hd-right-bottom .hd-box-time .time-clock[data-v-ab877c43] {
    margin-left: 1px
}

.mobile-title-common[data-v-ab877c43] {
    height: 25px;
    margin-bottom: 20px;
    margin-top: 36px;
    width: 96px
}

.mobile-title-common img[data-v-ab877c43] {
    height: 25px
}

.mobile-live-all[data-v-ab877c43] {
    display: flex;
    gap: 10px;
    margin-right: -16px;
    overflow-y: auto
}

.mobile-live-all .mobile-live-item[data-v-ab877c43] {
    background-color: #f9fafc;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    height: auto;
    min-width: 208px
}

.mobile-live-all .mobile-live-item img[data-v-ab877c43] {
    border-radius: 4px 4px 0 0;
    height: 116px;
    width: 208px
}

.mobile-live-all .mobile-live-item .live-item-title[data-v-ab877c43] {
    color: #1a1a1a;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 8px;
    max-width: 100%;
    min-height: 19.5px
}

.mobile-live-all .mobile-live-item .live-item-bottom[data-v-ab877c43] {
    align-items: center;
    display: flex;
    margin: 0 8px 10px
}

.mobile-live-all .mobile-live-item .live-item-bottom .item-bottom-left[data-v-ab877c43] {
    align-items: center;
    color: #266fe7;
    display: flex;
    font-family: Microsoft YaHei;
    font-size: 13px;
    font-weight: 400;
    gap: 4px;
    line-height: 17px
}

.mobile-live-all .mobile-live-item .live-item-bottom .item-bottom-left img[data-v-ab877c43] {
    height: 14px;
    width: 14px
}

.mobile-live-all .mobile-live-item .item-bottom-right[data-v-ab877c43] {
    background-color: #e7edff;
    color: #266fe7;
    margin-left: auto
}

.hd-box-button[data-v-ab877c43] {
    align-items: center;
    background-color: #f1f4ff;
    border-radius: 52px;
    color: #266fe7;
    display: flex;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    height: 23px;
    justify-content: center;
    line-height: 17px;
    width: 70px
}

.text-overflow-two[data-v-ab877c43] {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

.pc-show[data-v-ab877c43] {
    display: flex
}

@media (max-width: 576px) {
    .pc-show[data-v-ab877c43] {
        display: none !important
    }
}

@media (min-width: 576px) {
    .mobile-show[data-v-ab877c43] {
        display: none !important
    }
}

@media (max-width: 576px) {
    .mobile-show[data-v-ab877c43] {
        display: block
    }
}

.mobile-show-qrcode[data-v-ab877c43] {
    display: none
}

@media (max-width: 576px) {
    .mobile-show-qrcode[data-v-ab877c43] {
        align-items: center;
        background-color: #e7edff;
        border-radius: 6px;
        display: flex;
        height: 36px;
        margin-bottom: 11px
    }
}

.mobile-show-qrcode .left-img-icon[data-v-ab877c43] {
    height: 14px;
    margin-left: 12px;
    width: 14px
}

.mobile-show-qrcode .center-text-all[data-v-ab877c43] {
    color: #0f47f1;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    margin-left: 4px;
    margin-top: 1px
}

.mobile-show-qrcode .right-img-icon[data-v-ab877c43] {
    height: 16px;
    margin-left: auto;
    margin-right: 10px;
    width: 16px
}

.bottom-img-logo[data-v-ab877c43] {
    display: flex;
    justify-content: center;
    margin-top: 22px
}

.bottom-img-logo img[data-v-ab877c43] {
    height: 21px;
    width: 177px
}

.qrcode-item-one[data-v-ab877c43] {
    align-items: center;
    display: flex;
    margin-top: 20px
}

.qrcode-item-one img[data-v-ab877c43] {
    border-radius: 2px;
    height: 36px;
    width: 36px
}

.qrcode-item-one .qrcode-text-center[data-v-ab877c43] {
    color: #1a1a1a;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin-left: 12px
}

.qrcode-item-one .qrcode-right-button[data-v-ab877c43] {
    align-items: center;
    background-color: #f1f4ff;
    border-radius: 52px;
    color: #266fe7;
    display: flex;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    height: 28px;
    justify-content: center;
    line-height: 17px;
    margin-left: auto;
    width: 70px
}

.center-img-one[data-v-ab877c43] {
    border-radius: 4px;
    height: 201px;
    margin-top: 12px;
    width: 100%
}

#custom-scroll-module[data-v-ab877c43] {
    scroll-margin-top: 12px
}

.single-line[data-v-ab877c43] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main-wide-box[data-v-f59d27cc] {
    margin-top: 10px;
    max-width: 1200px
}

.wide-surprise-class[data-v-f59d27cc] {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    width: 100%
}

@media (min-width: 1440px) {
    .wide-surprise-class[data-v-f59d27cc] {
        max-width: 1200px
    }
}

@media (max-width: 1199.9px) {
    .wide-surprise-class[data-v-f59d27cc] {
        max-width: 960px
    }
}

@media screen and (max-width: 992px) {
    .main-wide-box[data-v-f59d27cc] {
        margin-bottom: 0;
        margin-top: 0
    }
}

.zb-article-box[data-v-f59d27cc] {
    max-width: 854px;
    width: 100%
}

.zb-layout-main[data-v-f59d27cc] {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 992px) {
    .zb-layout-main[data-v-f59d27cc] {
        max-width: 100%;
        width: 100%
    }
}

@media (min-width: 1200px) {
    .zb-layout-main[data-v-f59d27cc] {
        max-width: 1200px
    }
}

@media (min-width: 1440px) {
    .zb-layout-main[data-v-f59d27cc] {
        max-width: 1200px
    }
}

@media (max-width: 639.9px) {
    .zb-layout-main[data-v-f59d27cc] {
        width: 100%
    }
}

.zb-article-aside[data-v-f59d27cc] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-left: 22px;
    margin-top: 10px;
    max-width: 324px;
    min-width: 25%
}

@media (max-width: 991.9px) {
    .zb-article-aside[data-v-f59d27cc] {
        display: none
    }
}

@media (max-width: 639.9px) {
    .zb-article-aside[data-v-f59d27cc] {
        display: none
    }
}
