.card[data-v-93ecf425] {
    display: flex;
    flex-direction: column;
    position: relative;
    width: var(--topic-size)
}

.card .head[data-v-93ecf425] {
    position: absolute;
    top: 0
}

.card .head[data-v-93ecf425],
.card .head .title[data-v-93ecf425] {
    align-items: center;
    display: flex
}

.card .head .title[data-v-93ecf425] {
    margin-left: var(--topic-title-ml);
    position: relative
}

.card .head .title h2[data-v-93ecf425] {
    color: var(--stroke-color);
    font-size: var(--topic-card-font);
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-text-stroke: 5px var(--stroke-color);
    text-stroke: 3px var(--stroke-color);
    z-index: 1
}

.card .head .title span[data-v-93ecf425] {
    background: linear-gradient(180deg, #52a3ff, #f4f9ff);
    -webkit-background-clip: text;
    font-size: var(--topic-card-font-size);
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    letter-spacing: 2px;
    z-index: 2
}

.card .body[data-v-93ecf425] {
    border: 2px solid var(--border-color);
    border-radius: 8px;
    clip-path: polygon(48.5% 0, 100% 0, 100% 35%, 100% 67%, 100% 100%, 50% 100%, 0 100%, 0 70%, 0 13%, 43% 13%);
    width: var(--topic-size)
}

.card .body .page-indicator[data-v-93ecf425] {
    align-items: center;
    cursor: pointer;
    display: flex;
    position: absolute;
    right: 20px;
    top: 24px
}

.card .body .page-indicator li[data-v-93ecf425] {
    background: #bcc8e1;
    border-radius: 50%;
    height: 8px;
    margin-left: 4px;
    width: 8px
}

.card .body .topic-list[data-v-93ecf425] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px var(--card-padding) 0
}

.card .body .topic-list .hidden[data-v-93ecf425] {
    display: none
}

.card .body .topic-list .active[data-v-93ecf425] {
    display: flex
}

.card .body .topic-list li[data-v-93ecf425] {
    align-items: center;
    border-top: 2px dashed var(--slider-color);
    display: flex;
    margin-right: 22px;
    transition: opacity .2s ease-in-out;
    width: var(--topic-wrap-w)
}

.card .body .topic-list li[data-v-93ecf425]:nth-child(7n+1) {
    border-top: none
}

.card .body .topic-list li:nth-child(-n+3) a[data-v-93ecf425] {
    color: #fb3f3f
}

.card .body .topic-list li a[data-v-93ecf425] {
    color: var(--title-color);
    display: block;
    font-size: var(--global-font-size);
    font-weight: 500;
    opacity: 1;
    padding: var(--card-topic-a-p) 0;
    width: 100%
}

.card .body .topic-list li img[data-v-93ecf425] {
    margin-right: 10px
}

.card .circle-deg-1[data-v-93ecf425] {
    border: 2px solid var(--border-color);
    border-left: none;
    border-radius: 12px 0;
    border-top: none;
    height: 46px;
    left: 21px;
    position: absolute;
    top: 12px;
    transform: skew(336deg);
    transform-origin: top right;
    width: 165px
}

.card .circle-deg-2[data-v-93ecf425] {
    border: 2px solid var(--border-color);
    border-bottom: none;
    border-radius: 8px 0;
    border-right: none;
    height: 17px;
    position: absolute;
    right: 4px;
    transform: skew(336deg);
    transform-origin: top left;
    width: 198px
}

.el-segmented--vertical {
    flex-direction: column
}

.el-segmented--vertical .el-segmented__item {
    padding: 11px
}

.el-segmented {
    --el-segmented-color: var(--el-text-color-regular);
    --el-segmented-bg-color: var(--el-fill-color-light);
    --el-segmented-padding: 2px;
    --el-segmented-item-selected-color: var(--el-color-white);
    --el-segmented-item-selected-bg-color: var(--el-color-primary);
    --el-segmented-item-selected-disabled-bg-color: var(--el-color-primary-light-5);
    --el-segmented-item-hover-color: var(--el-text-color-primary);
    --el-segmented-item-hover-bg-color: var(--el-fill-color-dark);
    --el-segmented-item-active-bg-color: var(--el-fill-color-darker);
    --el-segmented-item-disabled-color: var(--el-text-color-placeholder);
    align-items: stretch;
    background: var(--el-segmented-bg-color);
    border-radius: var(--el-border-radius-base);
    box-sizing: border-box;
    color: var(--el-segmented-color);
    display: inline-flex;
    font-size: 14px;
    min-height: 32px;
    padding: var(--el-segmented-padding)
}

.el-segmented__group {
    align-items: stretch;
    display: flex;
    position: relative;
    width: 100%
}

.el-segmented__item-selected {
    background: var(--el-segmented-item-selected-bg-color);
    border-radius: calc(var(--el-border-radius-base) - 2px);
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 10px
}

.el-segmented__item-selected.is-disabled {
    background: var(--el-segmented-item-selected-disabled-bg-color)
}

.el-segmented__item-selected.is-focus-visible:before {
    border-radius: inherit;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 2px solid var(--el-segmented-item-selected-bg-color);
    outline-offset: 1px;
    position: absolute
}

.el-segmented__item {
    align-items: center;
    border-radius: calc(var(--el-border-radius-base) - 2px);
    cursor: pointer;
    display: flex;
    flex: 1;
    padding: 0 11px
}

.el-segmented__item:not(.is-disabled):not(.is-selected):hover {
    background: var(--el-segmented-item-hover-bg-color);
    color: var(--el-segmented-item-hover-color)
}

.el-segmented__item:not(.is-disabled):not(.is-selected):active {
    background: var(--el-segmented-item-active-bg-color)
}

.el-segmented__item.is-selected,
.el-segmented__item.is-selected.is-disabled {
    color: var(--el-segmented-item-selected-color)
}

.el-segmented__item.is-disabled {
    color: var(--el-segmented-item-disabled-color);
    cursor: not-allowed
}

.el-segmented__item-input {
    height: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 0
}

.el-segmented__item-label {
    flex: 1;
    line-height: normal;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    transition: color .3s;
    white-space: nowrap;
    z-index: 1
}

.el-segmented.is-block {
    display: flex
}

.el-segmented.is-block .el-segmented__item {
    min-width: 0
}

.el-segmented--large {
    border-radius: var(--el-border-radius-base);
    font-size: 16px;
    min-height: 40px
}

.el-segmented--large .el-segmented__item-selected {
    border-radius: calc(var(--el-border-radius-base) - 2px)
}

.el-segmented--large .el-segmented--vertical .el-segmented__item {
    padding: 11px
}

.el-segmented--large .el-segmented__item {
    border-radius: calc(var(--el-border-radius-base) - 2px);
    padding: 0 11px
}

.el-segmented--small {
    border-radius: calc(var(--el-border-radius-base) - 1px);
    font-size: 14px;
    min-height: 24px
}

.el-segmented--small .el-segmented__item-selected {
    border-radius: calc(var(--el-border-radius-base) - 3px)
}

.el-segmented--small .el-segmented--vertical .el-segmented__item {
    padding: 7px
}

.el-segmented--small .el-segmented__item {
    border-radius: calc(var(--el-border-radius-base) - 3px);
    padding: 0 7px
}

.box[data-v-2baf354c] {
    margin: var(--search-box-mt) auto 0;
    width: var(--web-wdith)
}

.box .container[data-v-2baf354c] {
    display: flex;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 9
}

.box .container .sidebar-left[data-v-2baf354c] {
    background: var(--yy-card-gradient)
}

.box .container .content[data-v-2baf354c] {
    background: var(--jz-card-gradient);
    margin: 0 12px
}

.box .container .sidebar-right[data-v-2baf354c] {
    background: var(--cj-card-gradient)
}

.box .search[data-v-2baf354c] {
    align-items: center;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-top: 12px
}

.box .search .left-card[data-v-2baf354c] {
    display: flex;
    flex-direction: column;
    margin-right: var(--left-card-right);
    width: 330px
}

.box .search .left-card a[data-v-2baf354c]:first-child:before,
.box .search .left-card-box a[data-v-2baf354c]:first-child:before {
    background-image: url(https://static.ppkao.com/www/images/zxlian.png);
    background-position: right -10px center
}

.box .search .left-card a[data-v-2baf354c]:nth-child(2):before,
.box .search .left-card-box a[data-v-2baf354c]:nth-child(2):before {
    background-image: url(https://static.ppkao.com/www/images/wangke.png);
    background-position: right -10px top -14px
}

.box .search .left-card a:nth-child(2):before h4[data-v-2baf354c],
.box .search .left-card-box a:nth-child(2):before h4[data-v-2baf354c] {
    color: #037aff
}

.box .search .left-card a[data-v-2baf354c],
.box .search .left-card-box a[data-v-2baf354c] {
    background-color: var(--card-bg-color);
    border-radius: 8px;
    display: block;
    height: 116px;
    padding: 19px;
    position: relative;
    width: 100%
}

.box .search .left-card a[data-v-2baf354c]:first-child,
.box .search .left-card-box a[data-v-2baf354c]:first-child {
    margin-bottom: 12px
}

.box .search .left-card a[data-v-2baf354c]:before,
.box .search .left-card-box a[data-v-2baf354c]:before {
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    opacity: var(--card-bg-opacity);
    position: absolute;
    top: 0;
    width: 100%
}

.box .search .left-card a h6[data-v-2baf354c],
.box .search .left-card-box a h6[data-v-2baf354c] {
    color: #8c52ff;
    font-size: 14px;
    font-weight: 500;
    opacity: 1
}

.box .search .left-card a h4[data-v-2baf354c],
.box .search .left-card-box a h4[data-v-2baf354c] {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 600;
    margin: 16px 0 12px;
    opacity: 1
}

.box .search .left-card a h5[data-v-2baf354c],
.box .search .left-card-box a h5[data-v-2baf354c] {
    color: var(--secondary-text-color);
    font-size: 16px;
    font-weight: 500;
    opacity: 1
}

.box .search .right-card[data-v-2baf354c] {
    flex: 1
}

.box .banner[data-v-2baf354c] {
    display: flex;
    margin-top: 20px;
    width: 100%
}

.box .banner li[data-v-2baf354c] {
    background-size: contain;
    flex: 1;
    height: 148px;
    opacity: var(--bg-opacity);
    position: relative
}

.box .banner li[data-v-2baf354c]:first-child {
    background-image: url(https://static.ppkao.com/www/images/banner1.png);
    background-repeat: no-repeat;
    color: #fff
}

.box .banner li:first-child .qrcode[data-v-2baf354c] {
    border-radius: 50%;
    height: 120px;
    overflow: hidden;
    position: absolute;
    right: 7px;
    top: 14px;
    width: 120px
}

.box .banner li:first-child .qrcode img[data-v-2baf354c] {
    width: 100%
}

.box .banner li:first-child span[data-v-2baf354c] {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    left: 14px;
    opacity: 1;
    position: absolute;
    top: 94px
}

.box .banner li[data-v-2baf354c]:nth-child(2) {
    align-items: center;
    background-image: url(https://static.ppkao.com/www/images/banner2.png);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 10px
}

.box .banner li:nth-child(2) span[data-v-2baf354c] {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 60px;
    opacity: 1
}

.box .banner li:nth-child(2) a[data-v-2baf354c] {
    background: #0078ff;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 152px
}

.box .banner li[data-v-2baf354c]:nth-child(3) {
    align-items: center;
    background-image: url(https://static.ppkao.com/www/images/banner3.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.box .banner li:nth-child(3) span[data-v-2baf354c] {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 60px;
    opacity: 1
}

.box .banner li:nth-child(3) a[data-v-2baf354c] {
    background: #fff;
    border-radius: 8px;
    color: #7597cb;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 152px
}

.box .tiku-card[data-v-2baf354c] {
    margin-top: 20px
}

.box .topic-card[data-v-2baf354c] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 24px
}

.topic-box[data-v-2baf354c] {
    margin-top: 12px
}

.kemu-box[data-v-2baf354c] {
    background-color: var(--card-bg-color);
    border-radius: 10px;
    margin-top: 8px;
    padding: 0 10px
}

.kemu-box .category-box[data-v-2baf354c] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px
}

.kemu-box .category-box li a[data-v-2baf354c] {
    align-items: center;
    display: flex;
    flex-direction: column
}

.kemu-box .category-box li a img[data-v-2baf354c] {
    width: 50px
}

.kemu-box .category-box li a span[data-v-2baf354c] {
    color: var(--primary-text-color);
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
    opacity: 1
}

.kemu-box .el-segmented[data-v-2baf354c] {
    --el-segmented-item-selected-color: var(--btn-search-text-color);
    --el-segmented-item-selected-bg-color: var(--primary-color);
    --el-segmented-color: var(--primary-text-color);
    --el-border-radius-base: 8px;
    --el-segmented-bg-color: var(--segment-color)
}

.swiper-box[data-v-2baf354c] {
    display: flex;
    overflow: hidden;
    transition: transform .3s ease;
    white-space: nowrap;
    width: 100%;
    will-change: transform
}

.swiper-box .wrap-item[data-v-2baf354c] {
    width: 100%
}

.box .search .left-card-box[data-v-2baf354c] {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.box .search .left-card-box a[data-v-2baf354c]:first-child {
    margin-bottom: 0;
    margin-right: 6px
}

.box .search .left-card-box a[data-v-2baf354c]:first-child:before {
    background-position: right -10px center;
    background-size: contain
}

.box .search .left-card-box a[data-v-2baf354c]:nth-child(2):before {
    background-position: right -20px center;
    background-size: contain
}

.box .search .left-card-box a[data-v-2baf354c] {
    height: 110px;
    padding: 8px
}

.box .search .left-card-box a h6[data-v-2baf354c] {
    align-self: flex-start;
    background: var(--h6-bg);
    border-radius: 4px;
    font-size: 12px;
    padding: 6px;
    width: -moz-fit-content;
    width: fit-content
}

.box .search .left-card-box a h4[data-v-2baf354c] {
    font-size: 16px;
    margin: 20px 0 10px
}

.box .search .left-card-box a h5[data-v-2baf354c] {
    font-size: 12px
}

.box .tiku-card[data-v-2baf354c] {
    margin-top: 12px
}

.side-box[data-v-24d70148] {
    border: 2px solid var(--border-color);
    border-radius: 8px;
    height: 228px;
    overflow: hidden;
    transition: height .2s
}

.side-box[data-v-24d70148]:hover {
    box-shadow: 0 36px 35px #0003;
    height: 300px
}

.side-box .title[data-v-24d70148] {
    align-items: center;
    display: flex;
    margin-left: 20px;
    margin-top: 10px
}

.side-box .title span[data-v-24d70148] {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
    opacity: 1
}

.search-box[data-v-24d70148] {
    align-items: center;
    background: var(--search-bg-color);
    border: 1px solid var(--search-border-color);
    border-radius: 23px;
    display: flex;
    height: 46px;
    justify-content: space-between;
    margin: 0 20px 20px;
    padding: 0 6px 0 20px
}

.search-box input[data-v-24d70148] {
    color: var(--title-color);
    flex: 1;
    height: 100%
}

.search-box input[data-v-24d70148]::-moz-placeholder {
    color: #9d9db0;
    font-size: 14px
}

.search-box input[data-v-24d70148]::placeholder {
    color: #9d9db0;
    font-size: 14px
}

.search-box button[data-v-24d70148] {
    background: var(--btn-search-color);
    border-radius: 20px;
    color: #000;
    color: var(--btn-search-text-color);
    cursor: pointer;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 64px
}

.mobile-list[data-v-24d70148] {
    flex-direction: inherit !important;
    height: auto !important;
    justify-content: space-between;
    padding: 0 8px !important
}

.mobile-list li[data-v-24d70148] {
    margin-right: 0 !important
}

.mobile-list li span[data-v-24d70148] {
    display: block !important
}

.tiku-list[data-v-24d70148] {
    align-content: space-between;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 150px;
    margin: 28px 0 12px;
    padding: 0 22px
}

.tiku-list li[data-v-24d70148] {
    margin-bottom: 16px;
    margin-right: 16px;
    position: relative
}

.tiku-list li span[data-v-24d70148] {
    color: var(--title-color);
    display: -webkit-box;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 84px
}

.tiku-list li img[data-v-24d70148] {
    left: -8px;
    position: absolute;
    top: -12px
}

.box[data-v-20ea8bf0] {
    margin: var(--search-box-mt) auto 0;
    width: var(--web-wdith)
}

.box .container[data-v-20ea8bf0] {
    display: flex;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 9
}

.box .container .sidebar-left[data-v-20ea8bf0] {
    background: var(--yy-card-gradient)
}

.box .container .content[data-v-20ea8bf0] {
    background: var(--jz-card-gradient);
    margin: 0 12px
}

.box .container .sidebar-right[data-v-20ea8bf0] {
    background: var(--cj-card-gradient)
}

.box .search[data-v-20ea8bf0] {
    align-items: center;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-top: 12px
}

.box .search .left-card[data-v-20ea8bf0] {
    display: flex;
    flex-direction: column;
    margin-right: var(--left-card-right);
    width: 330px
}

.box .search .left-card a[data-v-20ea8bf0]:first-child:before,
.box .search .left-card-box a[data-v-20ea8bf0]:first-child:before {
    background-image: url(https://static.ppkao.com/www/images/zxlian.png);
    background-position: right -10px center
}

.box .search .left-card a[data-v-20ea8bf0]:nth-child(2):before,
.box .search .left-card-box a[data-v-20ea8bf0]:nth-child(2):before {
    background-image: url(https://static.ppkao.com/www/images/wangke.png);
    background-position: right -10px top -14px
}

.box .search .left-card a:nth-child(2):before h4[data-v-20ea8bf0],
.box .search .left-card-box a:nth-child(2):before h4[data-v-20ea8bf0] {
    color: #037aff
}

.box .search .left-card a[data-v-20ea8bf0],
.box .search .left-card-box a[data-v-20ea8bf0] {
    background-color: var(--card-bg-color);
    border-radius: 8px;
    display: block;
    height: 116px;
    padding: 19px;
    position: relative;
    width: 100%
}

.box .search .left-card a[data-v-20ea8bf0]:first-child,
.box .search .left-card-box a[data-v-20ea8bf0]:first-child {
    margin-bottom: 12px
}

.box .search .left-card a[data-v-20ea8bf0]:before,
.box .search .left-card-box a[data-v-20ea8bf0]:before {
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    opacity: var(--card-bg-opacity);
    position: absolute;
    top: 0;
    width: 100%
}

.box .search .left-card a h6[data-v-20ea8bf0],
.box .search .left-card-box a h6[data-v-20ea8bf0] {
    color: #8c52ff;
    font-size: 14px;
    font-weight: 500;
    opacity: 1
}

.box .search .left-card a h4[data-v-20ea8bf0],
.box .search .left-card-box a h4[data-v-20ea8bf0] {
    color: var(--title-color);
    font-size: 20px;
    font-weight: 600;
    margin: 16px 0 12px;
    opacity: 1
}

.box .search .left-card a h5[data-v-20ea8bf0],
.box .search .left-card-box a h5[data-v-20ea8bf0] {
    color: var(--secondary-text-color);
    font-size: 16px;
    font-weight: 500;
    opacity: 1
}

.box .search .right-card[data-v-20ea8bf0] {
    flex: 1
}

.box .banner[data-v-20ea8bf0] {
    display: flex;
    margin-top: 20px;
    width: 100%
}

.box .banner li[data-v-20ea8bf0] {
    background-size: contain;
    flex: 1;
    height: 148px;
    opacity: var(--bg-opacity);
    position: relative
}

.box .banner li[data-v-20ea8bf0]:first-child {
    background-image: url(https://static.ppkao.com/www/images/banner1.png);
    background-repeat: no-repeat;
    color: #fff
}

.box .banner li:first-child .qrcode[data-v-20ea8bf0] {
    border-radius: 50%;
    height: 120px;
    overflow: hidden;
    position: absolute;
    right: 7px;
    top: 14px;
    width: 120px
}

.box .banner li:first-child .qrcode img[data-v-20ea8bf0] {
    width: 100%
}

.box .banner li:first-child span[data-v-20ea8bf0] {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    left: 14px;
    opacity: 1;
    position: absolute;
    top: 94px
}

.box .banner li[data-v-20ea8bf0]:nth-child(2) {
    align-items: center;
    background-image: url(https://static.ppkao.com/www/images/banner2.png);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 10px
}

.box .banner li:nth-child(2) span[data-v-20ea8bf0] {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 60px;
    opacity: 1
}

.box .banner li:nth-child(2) a[data-v-20ea8bf0] {
    background: #0078ff;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 152px
}

.box .banner li[data-v-20ea8bf0]:nth-child(3) {
    align-items: center;
    background-image: url(https://static.ppkao.com/www/images/banner3.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.box .banner li:nth-child(3) span[data-v-20ea8bf0] {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 60px;
    opacity: 1
}

.box .banner li:nth-child(3) a[data-v-20ea8bf0] {
    background: #fff;
    border-radius: 8px;
    color: #7597cb;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 152px
}

.box .tiku-card[data-v-20ea8bf0] {
    margin-top: 20px
}

.box .topic-card[data-v-20ea8bf0] {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 24px
}

:root {
    --yy-card-gradient: linear-gradient(0deg, #fff 85%, #e3fff6);
    --jz-card-gradient: linear-gradient(0deg, #fff 85%, #edf6ff);
    --cj-card-gradient: linear-gradient(0deg, #fff 85%, #fff6ed)
}

html.dark {
    --yy-card-gradient: linear-gradient(180deg, #25433a, #232337 50%);
    --jz-card-gradient: linear-gradient(180deg, #262664, #232337 50%);
    --cj-card-gradient: linear-gradient(180deg, #402f1f, #232337 50%)
}