.loading-icon_aXsnK {
    margin-bottom: 6px;
    animation-name: rotate_8IR9J;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: infinite
}

.loading-icon_aXsnK.loading-icon-pc_F-V9J {
    margin-bottom: 0
}

@keyframes rotate_8IR9J {
    0% {
        transform: rotateZ(0deg)
    }
    100% {
        transform: rotateZ(360deg)
    }
}

.toast_bR98I {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0
}

.pointer-events_YC5Ty {
    pointer-events: none
}

.mask_ZDvUi {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.toast-content_In6cN {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    line-height: 20px;
    padding: 10px 20px;
    z-index: 1004;
    border-radius: 10px;
    color: #fff;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 12px;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center
}

.content-text_MSkIm {
    line-height: 20px;
    letter-spacing: 0;
    font-weight: bold;
    max-width: 250px;
    min-width: 50px;
    background: #fff;
    border: 1px solid rgba(6, 10, 38, .12);
    border-radius: 12px;
    font-size: 14px;
    color: #060a26;
    padding: 12px 20px;
    box-shadow: 0 6px 24px -8px rgba(6, 10, 38, .12)
}

.toast-loading_iJxFW {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 20px;
    padding: 10px 20px;
    max-width: 250px;
    z-index: 1004;
    letter-spacing: 0;
    font-weight: bold;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(6, 10, 38, .12);
    box-shadow: 0 6px 24px -8px rgba(6, 10, 38, .12);
    border-radius: 12px;
    font-size: 14px;
    color: #060a26
}

.toast-loading_iJxFW.toast-loading-pc_cJJ8L {
    flex-direction: row;
    box-sizing: border-box
}

.toast-loading_iJxFW.toast-loading-pc_cJJ8L > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 22px);
    display: inline-block;
    margin-left: 6px
}

.hide_ze4Tj {
    display: none !important
}

* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none
}

html, body {
    font-family: "PingFang SC", miui, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

html {
    background: url(https://cdn.sm.cn/static/25/04/28/72adad6f63fe239966875f0ed33739fa.png) #fff center top no-repeat;
    background-size: 100% auto;
    width: 100vw;
    height: 100vh
}

body {
    width: 100%;
    height: 100%
}

input {
    outline: none
}

#root {
    width: 100%;
    height: 100%
}

@font-face {
    font-family: PlusJakartaSans-Bold;
    src: url(https://cdn.sm.cn/static/num/new/PlusJakartaSans-Bold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: PlusJakartaSans-Medium;
    src: url(https://cdn.sm.cn/static/num/new/PlusJakartaSans-Medium.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: PlusJakartaSans-ExtraBold;
    src: url(https://cdn.sm.cn/static/num/new/PlusJakartaSans-ExtraBold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: PlusJakartaSans-Regular;
    src: url(https://cdn.sm.cn/static/num/new/PlusJakartaSans-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: PlusJakartaSans-ExtraBoldItalic;
    src: url(https://cdn.sm.cn/static/num/new/PlusJakartaSans-ExtraBoldItalic.woff) format("woff");
    font-display: swap
}

.qk-font-lite-bold {
    font-family: PlusJakartaSans-Bold, system-ui, "-apple-system", Helvetica, Arial, sans-serif
}

.qk-font-lite-mediem, .qk-font-lite-medium {
    font-family: PlusJakartaSans-Medium, system-ui, "-apple-system", Helvetica, Arial, sans-serif
}

.qk-font-extra-bold {
    font-family: PlusJakartaSans-ExtraBold, system-ui, "-apple-system", Helvetica, Arial, sans-serif
}

.qk-font-regular {
    font-family: PlusJakartaSans-Regular, system-ui, "-apple-system", Helvetica, Arial, sans-serif
}

.qk-font-extra-bold-italic {
    font-family: PlusJakartaSans-ExtraBoldItalic, system-ui, "-apple-system", Helvetica, Arial, sans-serif
}

.qk-font-normal {
    font-weight: 400
}

.qk-font-bold {
    font-weight: var(--font-bold)
}

.qk-color-primary {
    color: var(--primary)
}

.qk-color-darkest {
    color: var(--font-darkest)
}

.qk-color-darker {
    color: var(--font-darker)
}

.qk-color-dark {
    color: var(--font-dark)
}

.qk-color-lightest {
    color: var(--font-lightest)
}

.qk-color-lighter {
    color: var(--font-lighter)
}

.qk-color-light {
    color: var(--font-light)
}

.qk-line-height-xs {
    line-height: var(--line-height-xs)
}

.qk-line-height-s {
    line-height: var(--line-height-s)
}

.qk-line-height-m {
    line-height: var(--line-height-m)
}

.qk-line-height-l {
    line-height: var(--line-height-l)
}

.qk-line-height-l-2 {
    line-height: var(--line-height-l-2)
}

.qk-line-height-xl {
    line-height: var(--line-height-xl)
}

.qk-line-height-xxl {
    line-height: var(--line-height-xxl)
}

.qk-font-size-xxl {
    font-size: var(--font-xxl)
}

.qk-font-size-xl {
    font-size: var(--font-xl)
}

.qk-font-size-l {
    font-size: var(--font-l)
}

.qk-font-size-l-2 {
    font-size: var(--font-l-2)
}

.qk-font-size-l-3 {
    font-size: var(--font-l-3)
}

.qk-font-size-m {
    font-size: var(--font-m)
}

.qk-font-size-s {
    font-size: var(--font-s)
}

.qk-font-size-xs {
    font-size: var(--font-xs)
}

.qk-radius-top-left-circle {
    border-top-left-radius: var(--radius-circle)
}

.qk-radius-top-right-circle {
    border-top-right-radius: var(--radius-circle)
}

.qk-radius-bottom-left-circle {
    border-bottom-left-radius: var(--radius-circle)
}

.qk-radius-bottom-right-circle {
    border-bottom-right-radius: var(--radius-circle)
}

.qk-radius-circle {
    border-radius: var(--radius-circle)
}

.qk-radius-top-left-l {
    border-top-left-radius: var(--radius-l)
}

.qk-radius-top-right-l {
    border-top-right-radius: var(--radius-l)
}

.qk-radius-bottom-left-l {
    border-bottom-left-radius: var(--radius-l)
}

.qk-radius-bottom-right-l {
    border-bottom-right-radius: var(--radius-l)
}

.qk-radius-l {
    border-radius: var(--radius-l)
}

.qk-radius-top-left-m {
    border-top-left-radius: var(--radius-m)
}

.qk-radius-top-right-m {
    border-top-right-radius: var(--radius-m)
}

.qk-radius-bottom-left-m {
    border-bottom-left-radius: var(--radius-m)
}

.qk-radius-bottom-right-m {
    border-bottom-right-radius: var(--radius-m)
}

.qk-radius-m {
    border-radius: var(--radius-m)
}

.qk-radius-top-left-s {
    border-top-left-radius: var(--radius-s)
}

.qk-radius-top-right-s {
    border-top-right-radius: var(--radius-s)
}

.qk-radius-bottom-left-s {
    border-bottom-left-radius: var(--radius-s)
}

.qk-radius-bottom-right-s {
    border-bottom-right-radius: var(--radius-s)
}

.qk-radius-s {
    border-radius: var(--radius-s)
}

.qk-radius-top-left-xs {
    border-top-left-radius: var(--radius-xs)
}

.qk-radius-top-right-xs {
    border-top-right-radius: var(--radius-xs)
}

.qk-radius-bottom-left-xs {
    border-bottom-left-radius: var(--radius-xs)
}

.qk-radius-bottom-right-xs {
    border-bottom-right-radius: var(--radius-xs)
}

.qk-radius-xs {
    border-radius: var(--radius-xs)
}

.qk-radius-top-left-xxs {
    border-top-left-radius: var(--radius-xxs)
}

.qk-radius-top-right-xxs {
    border-top-right-radius: var(--radius-xxs)
}

.qk-radius-bottom-left-xxs {
    border-bottom-left-radius: var(--radius-xxs)
}

.qk-radius-bottom-right-xxs {
    border-bottom-right-radius: var(--radius-xxs)
}

.qk-radius-xxs {
    border-radius: var(--radius-xxs)
}

.qk-clamp-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
    -webkit-line-clamp: 1
}

.qk-clamp-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
    -webkit-line-clamp: 2
}

.qk-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
    -webkit-line-clamp: 3
}

.qk-clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
    -webkit-line-clamp: 4
}

.qk-clamp-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
    -webkit-line-clamp: 5
}

.qk-clamp-6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
    -webkit-line-clamp: 6
}

.qk-clamp-7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
    -webkit-line-clamp: 7
}

.qk-clamp-8 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
    white-space: normal;
    -webkit-line-clamp: 8
}

.qk-border-top {
    border-top: var(--border-width) var(--border-style) var(--border-color)
}

.qk-border-right {
    border-right: var(--border-width) var(--border-style) var(--border-color)
}

.qk-border-bottom {
    border-bottom: var(--border-width) var(--border-style) var(--border-color)
}

.qk-border-left {
    border-left: var(--border-width) var(--border-style) var(--border-color)
}

.qk-border {
    border: var(--border-width) var(--border-style) var(--border-color)
}

.qk-align-start {
    align-items: start
}

.qk-align-end {
    align-items: end
}

.qk-align-center {
    align-items: center
}

.qk-align-flex-start {
    align-items: flex-start
}

.qk-align-flex-end {
    align-items: flex-end
}

.qk-align-self-start {
    align-items: self-start
}

.qk-align-self-end {
    align-items: self-end
}

.qk-justify-start {
    justify-content: start
}

.qk-justify-end {
    justify-content: end
}

.qk-justify-center {
    justify-content: center
}

.qk-justify-space-around {
    justify-content: space-around
}

.qk-justify-space-between {
    justify-content: space-between
}

.qk-justify-space-evenly {
    justify-content: space-evenly
}

.qk-display-none {
    display: none
}

.qk-display-block {
    display: block
}

.qk-display-inline {
    display: inline
}

.qk-display-inline-block {
    display: inline-block
}

.qk-display-flex {
    display: flex
}

.qk-display-inline-flex {
    display: inline-flex
}

.qk-text-align-left {
    text-align: left
}

.qk-text-align-center {
    text-align: center
}

.qk-text-align-right {
    text-align: right
}

.qk-direction-column {
    flex-direction: column
}

.qk-direction-column-reverse {
    flex-direction: column-reverse
}

.qk-direction-row {
    flex-direction: row
}

.qk-direction-row-reverse {
    flex-direction: row-reverse
}

.qk-overflow-x-hidden {
    overflow-x: hidden
}

.qk-overflow-y-hidden {
    overflow-y: hidden
}

.qk-overflow-x-auto {
    overflow-x: auto
}

.qk-overflow-y-auto {
    overflow-y: auto
}

.qk-overflow-x-scroll {
    overflow-x: scroll
}

.qk-overflow-y-scroll {
    overflow-y: scroll
}

.qk-link-action-hover:hover {
    text-decoration: underline;
    text-decoration-color: var(--font-darkest)
}

.qk-link-action-hover:hover em {
    text-decoration: underline;
    text-decoration-color: var(--query-color)
}

a:visited.qk-link-action-visited .qk-title-text {
    color: var(--color-visited)
}

a:visited.qk-link-action-visited .qk-more-text {
    color: var(--color-visited)
}

a:visited.qk-link-action-visited .qk-button-title {
    color: var(--color-visited)
}

a:visited.qk-link-action-visited em {
    color: var(--query-color)
}

.qk-cursor-pointer {
    cursor: pointer
}

.qk-margin-top-none {
    margin-top: 0
}

.qk-margin-right-none {
    margin-right: 0
}

.qk-margin-bottom-none {
    margin-bottom: 0
}

.qk-margin-left-none {
    margin-left: 0
}

.qk-padding-top-none {
    padding-top: 0
}

.qk-padding-right-none {
    padding-right: 0
}

.qk-padding-bottom-none {
    padding-bottom: 0
}

.qk-padding-left-none {
    padding-left: 0
}

.qk-margin-top-xs {
    margin-top: 2px
}

.qk-margin-right-xs {
    margin-right: 2px
}

.qk-margin-bottom-xs {
    margin-bottom: 2px
}

.qk-margin-left-xs {
    margin-left: 2px
}

.qk-padding-top-xs {
    padding-top: 2px
}

.qk-padding-right-xs {
    padding-right: 2px
}

.qk-padding-bottom-xs {
    padding-bottom: 2px
}

.qk-padding-left-xs {
    padding-left: 2px
}

.qk-margin-top-s {
    margin-top: 4px
}

.qk-margin-right-s {
    margin-right: 4px
}

.qk-margin-bottom-s {
    margin-bottom: 4px
}

.qk-margin-left-s {
    margin-left: 4px
}

.qk-padding-top-s {
    padding-top: 4px
}

.qk-padding-right-s {
    padding-right: 4px
}

.qk-padding-bottom-s {
    padding-bottom: 4px
}

.qk-padding-left-s {
    padding-left: 4px
}

.qk-margin-top-m-2 {
    margin-top: 6px
}

.qk-margin-right-m-2 {
    margin-right: 6px
}

.qk-margin-bottom-m-2 {
    margin-bottom: 6px
}

.qk-margin-left-m-2 {
    margin-left: 6px
}

.qk-padding-top-m-2 {
    padding-top: 6px
}

.qk-padding-right-m-2 {
    padding-right: 6px
}

.qk-padding-bottom-m-2 {
    padding-bottom: 6px
}

.qk-padding-left-m-2 {
    padding-left: 6px
}

.qk-margin-top-m {
    margin-top: 8px
}

.qk-margin-right-m {
    margin-right: 8px
}

.qk-margin-bottom-m {
    margin-bottom: 8px
}

.qk-margin-left-m {
    margin-left: 8px
}

.qk-padding-top-m {
    padding-top: 8px
}

.qk-padding-right-m {
    padding-right: 8px
}

.qk-padding-bottom-m {
    padding-bottom: 8px
}

.qk-padding-left-m {
    padding-left: 8px
}

.qk-margin-top-l {
    margin-top: 16px
}

.qk-margin-right-l {
    margin-right: 16px
}

.qk-margin-bottom-l {
    margin-bottom: 16px
}

.qk-margin-left-l {
    margin-left: 16px
}

.qk-padding-top-l {
    padding-top: 16px
}

.qk-padding-right-l {
    padding-right: 16px
}

.qk-padding-bottom-l {
    padding-bottom: 16px
}

.qk-padding-left-l {
    padding-left: 16px
}

.qk-margin-top-xl-s {
    margin-top: 18px
}

.qk-margin-right-xl-s {
    margin-right: 18px
}

.qk-margin-bottom-xl-s {
    margin-bottom: 18px
}

.qk-margin-left-xl-s {
    margin-left: 18px
}

.qk-padding-top-xl-s {
    padding-top: 18px
}

.qk-padding-right-xl-s {
    padding-right: 18px
}

.qk-padding-bottom-xl-s {
    padding-bottom: 18px
}

.qk-padding-left-xl-s {
    padding-left: 18px
}

.qk-margin-top-xl {
    margin-top: 20px
}

.qk-margin-right-xl {
    margin-right: 20px
}

.qk-margin-bottom-xl {
    margin-bottom: 20px
}

.qk-margin-left-xl {
    margin-left: 20px
}

.qk-padding-top-xl {
    padding-top: 20px
}

.qk-padding-right-xl {
    padding-right: 20px
}

.qk-padding-bottom-xl {
    padding-bottom: 20px
}

.qk-padding-left-xl {
    padding-left: 20px
}

.qk-margin-top-xxl {
    margin-top: 32px
}

.qk-margin-right-xxl {
    margin-right: 32px
}

.qk-margin-bottom-xxl {
    margin-bottom: 32px
}

.qk-margin-left-xxl {
    margin-left: 32px
}

.qk-padding-top-xxl {
    padding-top: 32px
}

.qk-padding-right-xxl {
    padding-right: 32px
}

.qk-padding-bottom-xxl {
    padding-bottom: 32px
}

.qk-padding-left-xxl {
    padding-left: 32px
}

.qk-margin-top-xxxl {
    margin-top: 40px
}

.qk-margin-right-xxxl {
    margin-right: 40px
}

.qk-margin-bottom-xxxl {
    margin-bottom: 40px
}

.qk-margin-left-xxxl {
    margin-left: 40px
}

.qk-padding-top-xxxl {
    padding-top: 40px
}

.qk-padding-right-xxxl {
    padding-right: 40px
}

.qk-padding-bottom-xxxl {
    padding-bottom: 40px
}

.qk-padding-left-xxxl {
    padding-left: 40px
}

.qk-margin-top-maxl {
    margin-top: 64px
}

.qk-margin-right-maxl {
    margin-right: 64px
}

.qk-margin-bottom-maxl {
    margin-bottom: 64px
}

.qk-margin-left-maxl {
    margin-left: 64px
}

.qk-padding-top-maxl {
    padding-top: 64px
}

.qk-padding-right-maxl {
    padding-right: 64px
}

.qk-padding-bottom-maxl {
    padding-bottom: 64px
}

.qk-padding-left-maxl {
    padding-left: 64px
}

:root {
    --border-color: #f3f3f5;
    --border-color-dark: #45484c;
    --border-color-primary: rgba(13, 83, 255, 0.08);
    --border-color-light: rgba(255, 255, 255, 0.1);
    --border-width: 1px;
    --border-style: solid;
    --bg-gray: #f8f8fa;
    --bg-white: #fff;
    --bg-dark: #0f0f0f;
    --bg-card-dark: #1a1a1a;
    --bg-btn-dark: #575757;
    --bgColorDark: #F4F4F4;
    --bg-content-primary: rgba(13, 83, 255, 0.06);
    --query-color: #F73131;
    --primary-dark: #fff;
    --primary: #0d53ff;
    --primary-rgb: 13, 83, 255;
    --color-visited: #6E0DB2;
    --price-color: #e55555;
    --shadow: 2px 0px 24px 0px rgba(6, 15, 35, 0.1);
    --shadow-inset: inset 0 0 30px 0 rgba(0, 0, 0, 0.04);
    --shadow-video: rgba(0, 0, 0, 0.1);
    --shadow-offset-x: 0;
    --shadow-offset-y: 6px;
    --shadow-blur: 12px;
    --shadow-spread: -1px;
    --shadow-color: var(--black7);
    --font-darkest: #192338;
    --font-darker: #2D384E;
    --font-dark: #5C6678;
    --font-lightest: #ffffff;
    --font-lighter: rgba(255, 255, 255, 0.6);
    --font-light: rgba(255, 255, 255, 0.4);
    --font-headline: initial;
    --font-xxl: 22px;
    --font-xl: 20px;
    --font-l: 18px;
    --font-l-2: 16px;
    --font-l-3: 16px;
    --font-m: 14px;
    --font-m-2: 14px;
    --font-s: 12px;
    --font-xs: 12px;
    --font-bold: 500;
    --font-normal: 400;
    --line-height-headline: initial;
    --line-height-xxl: 26px;
    --line-height-xl: 26px;
    --line-height-l: 24px;
    --line-height-l-2: 28px;
    --line-height-l-3: 24px;
    --line-height-m: 24px;
    --line-height-m-2: 24px;
    --line-height-s: 16px;
    --line-height-xs: 14px;
    --letter-spacing: 0.1px;
    --gap-card: 24px;
    --gap-card-l: 64px;
    --gap-xxl: 24px;
    --gap-xl: 20px;
    --gap-xl-s: 16px;
    --gap-l: 16px;
    --gap-m: 8px;
    --gap-m-2: 4px;
    --gap-s: 2px;
    --gap-xs: 2px;
    --gap-0: 0;
    --radius-circle: 100%;
    --radius-l: 12px;
    --radius-m: 10px;
    --radius-s: 8px;
    --radius-xs: 6px;
    --radius-xxs: 4px;
    --uc-nightmode: "#content.UCUNNIC:not(.UCEyeProtect)";
    --uc-nightmode-max: ".max.UCUNNIC:not(.UCEyeProtect)";
    --uc-eyemode: "#content.UCUNNIC.UCEyeProtect";
    --zindex-pic-wrapper: 1;
    --body-color: #F8F8FA;
    --money-color: #e50000;
    --stock-red: #e50000;
    --stock-green: #00c3ab
}

:root {
    --picker-select-height-m: 48px;
    --picker-select-height-l: 48px;
    --picker-modal-height: 500px;
    --picker-modal-calendar-width: 375px;
    --picker-button-size: 200px;
    --picker-svg-right: 4px;
    --picker-select-value-right: 4px
}

:root {
    --input-height: 48px;
    --input-border-color: var(--border-color)
}

:root {
    --icon-xxxxl: 40px;
    --icon-xxxl: 32px;
    --icon-xxl: 24px;
    --icon-xl-2: 20px;
    --icon-xl: 18px;
    --icon-l: 16px;
    --icon-m: 14px;
    --icon-s: 12px
}

:root {
    --pic-1-1-s: 76px;
    --pic-1-1-m: 104px;
    --pic-1-1-l: 126px;
    --pic-1-1-xl: 160px;
    --pic-1-1-xxl: 216px;
    --pic-3-2-m-w: 104px;
    --pic-3-2-m-h: 68px;
    --pic-3-2-l-w: 126px;
    --pic-3-2-l-h: 84px;
    --pic-3-2-xl-w: 160px;
    --pic-3-2-xl-h: 106px;
    --pic-3-2-xxl-w: 216px;
    --pic-3-2-xxl-h: 144px;
    --pic-3-4-s-w: 76px;
    --pic-3-4-s-h: 100px;
    --pic-3-4-m-w: 104px;
    --pic-3-4-m-h: 132px;
    --pic-3-4-l-w: 126px;
    --pic-3-4-l-h: 176px;
    --pic-3-4-xl-w: 160px;
    --pic-3-4-xl-h: 220px;
    --pic-3-4-xxl-w: 216px;
    --pic-3-4-xxl-h: 296px;
    --pic-16-9-m-w: 104px;
    --pic-16-9-m-h: 64px;
    --pic-16-9-l-w: 126px;
    --pic-16-9-l-h: 70px;
    --pic-16-9-xl-w: 160px;
    --pic-16-9-xl-h: 88px;
    --pic-16-9-xxl-w: 216px;
    --pic-16-9-xxl-h: 118px;
    --pic-max-w: 664px;
    --pic-max-h: 376px;
    --pic-app-w: 0.77rem;
    --pic-app-xs-w: 36px;
    --pic-app-s-w: 60px
}

:root {
    --btn-l: 48px;
    --btn-m-2: 40px;
    --btn-m-3: 42px;
    --btn-m: 34px;
    --btn-s: 28px;
    --btn-gap-l: 24px;
    --btn-gap-m: 16px;
    --btn-gap-s: 8px
}

:root {
    --avatar-xxs: 14px;
    --avatar-xs: 20px;
    --avatar-s: 30px;
    --avatar-m: 40px;
    --avatar-m2: 52px;
    --avatar-l: 64px
}

:root {
    --tabs-cursor-w: 10px;
    --tabs-cursor-h: 3px;
    --tabs-tab-head-height: 45px
}

:root {
    --content-width: 664px;
    --base-gap: 0 0 var(--gap-card) 0;
    --content-overflow-width: 712px;
    --content-overflow-gap: 24px;
    --content-overflow-gap-offset: -24px
}

:root {
    --footer-height: 40px
}

:root {
    --collapse-panel-head-height: 60px
}

:root {
    --tag-height-s: 16px;
    --tag-height-m: 20px
}

:root {
    --source-image-gap: 8px
}

:root {
    --title-color: #2440B3
}

.gaokao-hub-modal-container {
    font-family: "PingFang SC", miui, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, sans-serif;
    z-index: 99;
    position: relative
}

.gaokao-hub-modal-container * {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none
}

.gaokao-hub-modal-container input {
    outline: none
}

.gaokao-hub_fXDdf {
    width: 100%;
    font-family: "PingFang SC", miui, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, sans-serif;
    z-index: 99;
    position: relative
}

.gaokao-hub_fXDdf * {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none
}

.gaokao-hub_fXDdf input {
    outline: none
}

.header_qnkwF {
    display: flex;
    align-items: center;
    padding: 0 24px;
    height: 72px;
    box-sizing: border-box;
    width: 100%;
    min-width: 1180px
}

.header_qnkwF .header-placeholder_xCNNR {
    display: none
}

.middle_8c7sp {
    width: 1024px;
    display: flex;
    align-items: center;
    flex-shrink: 1;
    box-sizing: border-box;
    position: relative
}

@media screen and (min-width: 1266px) {
    .middle_8c7sp {
        margin-left: calc((100% - 1024px) / 2 - 97px)
    }
}

.main-layout {
    height: 100vh;
    width: 100vw;
    overflow: scroll;
    background: #fff url("https://image.uc.cn/s/uae/g/62/gk/sdk/content-bg.png") no-repeat top center;
    background-size: 100% auto;
    background-position-y: 72px;
    box-sizing: border-box;
    position: relative;
    uc-perf-stat-ignore: image
}

.main-layout .gaokao-hub_fXDdf {
    z-index: unset
}

.main-layout .gaokao-hub_fXDdf .header_qnkwF {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    background: #fff url(https://g.alicdn.com/bloom-pages/gaokao-tools-1113/2.0.3/csr/assets/head-bg.0f9186.png) no-repeat top center;
    background-size: 100% 72px;
    uc-perf-stat-ignore: image
}

.main-layout .gaokao-hub_fXDdf .header-placeholder_xCNNR {
    height: 72px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: block
}

.main-layout::-webkit-scrollbar {
    width: 4px;
    height: 6px
}

.main-layout::-webkit-scrollbar-thumb {
    background: rgba(6, 10, 38, .12);
    border-radius: 3px;
    height: 100px
}

.main-layout::-webkit-scrollbar-track {
    border-radius: 5px;
    margin-top: 4px
}

.gk-user-info_i-Rhc.gk-user-info_i-Rhc {
    display: flex;
    align-items: center;
    margin-left: auto;
    white-space: nowrap;
    flex-shrink: 0;
    justify-content: end
}

.gk-user-info_i-Rhc.gk-user-info_i-Rhc .user-score-info_ZhVmW, .gk-user-info_i-Rhc.gk-user-info_i-Rhc .user-login-info_KF7QO {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer
}

.gk-user-info_i-Rhc.gk-user-info_i-Rhc .user-score-info_ZhVmW img, .gk-user-info_i-Rhc.gk-user-info_i-Rhc .user-login-info_KF7QO img {
    user-select: none
}

.gk-user-info_i-Rhc.gk-user-info_i-Rhc .user-score-info_ZhVmW {
    font-size: 11px;
    color: rgba(6, 10, 38, .8);
    letter-spacing: 0;
    font-weight: 400;
    line-height: 16px;
    margin-right: 15px;
    position: relative;
    padding-left: 24px
}

.gk-user-info_i-Rhc.gk-user-info_i-Rhc .user-score-info_ZhVmW .line_GqBQT {
    width: 1px;
    height: 9px;
    margin: 0 3px;
    background: rgba(6, 10, 38, .06);
    display: block
}

.gk-user-info_i-Rhc.gk-user-info_i-Rhc .user-score-info_ZhVmW .loading-wrap_D8Hts {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

.gk-user-info_i-Rhc.gk-user-info_i-Rhc .user-login-info_KF7QO {
    font-size: 14px;
    color: #060a26;
    text-align: right;
    font-weight: 500;
    line-height: 20px
}

.gk-user-info_i-Rhc.gk-user-info_i-Rhc .user-login-info_KF7QO .tips_tk8nx {
    font-size: 11px;
    color: rgba(6, 10, 38, .8);
    letter-spacing: 0;
    font-weight: 400;
    line-height: 15px;
    margin-right: 16px;
    cursor: pointer;
    display: block
}

.gk-user-info_i-Rhc.gk-user-info_i-Rhc .user-login-info_KF7QO .avatar_A4GTG {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    overflow: hidden
}

.gk-user-info_i-Rhc.gk-user-info_i-Rhc .user-login-info_KF7QO .avatar_A4GTG img {
    width: 100%
}

.gk-user-info_i-Rhc.gk-user-info_i-Rhc .user-login-info_KF7QO .nickname_mpmHv {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 8px
}

.gk-user-info_i-Rhc.gk-user-info_i-Rhc .user-login-info_KF7QO .nickname_mpmHv:empty {
    padding-left: 0
}

.gk-user-info_i-Rhc.gk-user-info_i-Rhc .without-score_jAFr9 {
    padding: 0 11px;
    height: 28px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #4d80ff;
    letter-spacing: 0;
    font-weight: 500;
    cursor: pointer
}

.gk-user-info_i-Rhc.gk-user-info_i-Rhc .without-score_jAFr9 svg {
    margin-left: 3px
}

.tabs_qXMFI {
    position: relative;
    z-index: 99;
    box-sizing: border-box
}

.tabs_qXMFI.sticky_LZblr {
    margin-left: auto;
    display: none;
    height: 36px;
    width: 100%;
    max-width: 600px;
    opacity: .05
}

.tabs_qXMFI.sticky_LZblr.gkh-animation {
    animation: stickyTabShow_6QoKx 300ms cubic-bezier(0.65, 0, 0.35, 1) forwards
}

.tabs_qXMFI.sticky_LZblr .line_5VjxX {
    display: none
}

.tabs_qXMFI.sticky_LZblr .tab-item_-QwuP + .tab-item_-QwuP {
    margin-left: 20px
}

.tabs_qXMFI:not(.sticky_LZblr) {
    width: 1024px;
    height: 63px;
    padding-top: 7px;
    margin: 8px auto 0
}

.tabs_qXMFI .tab-list_dttJw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap
}

.tabs_qXMFI .tab-item_-QwuP {
    line-height: 36px;
    padding: 0 8px;
    font-size: 16px;
    color: #060a26;
    letter-spacing: 0;
    font-weight: 500;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center
}

.tabs_qXMFI .tab-item_-QwuP.active_TQIhf:before, .tabs_qXMFI .tab-item_-QwuP:hover:before {
    content: "";
    height: 22px;
    position: absolute;
    bottom: 0;
    display: block;
    opacity: .1;
    left: 0;
    background-image: linear-gradient(180deg, rgba(49, 175, 255, 0) 13%, rgba(22, 119, 255, 0.27) 45%, #1677ff 100%)
}

.tabs_qXMFI .tab-item_-QwuP.active_TQIhf:after, .tabs_qXMFI .tab-item_-QwuP:hover:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    background-image: linear-gradient(0deg, #84b7ff 3%, #4d80ff 50%)
}

.tabs_qXMFI .tab-item_-QwuP.active_TQIhf:before {
    opacity: .1;
    width: 100%
}

.tabs_qXMFI .tab-item_-QwuP.active_TQIhf:after {
    width: 100%
}

.tabs_qXMFI .tab-item_-QwuP:hover:not(.active_TQIhf) {
    animation: tabLineColor_PvBTR 200ms cubic-bezier(0.65, 0, 0.35, 1) forwards
}

.tabs_qXMFI .tab-item_-QwuP:hover:not(.active_TQIhf):before {
    animation: tabTtemActiveBg_fiwPC 200ms cubic-bezier(0.65, 0, 0.35, 1) forwards
}

.tabs_qXMFI .tab-item_-QwuP:hover:not(.active_TQIhf):after {
    animation: tabActiveLine_wTiJk 200ms cubic-bezier(0.65, 0, 0.35, 1) forwards
}

.tabs_qXMFI .tab-item_-QwuP:hover .sub-tabs_nDU0v, .tabs_qXMFI .tab-item_-QwuP:hover .sub-tabs-placeholder_lXHXs {
    display: block
}

.tabs_qXMFI .tab-item_-QwuP:hover .sub-tabs-folder_cjb73 {
    transition: transform 200ms cubic-bezier(0.65, 0, 0.35, 1);
    transform: rotate(0)
}

.tabs_qXMFI .tab-item_-QwuP .sub-tabs-folder_cjb73 {
    margin-left: 4px;
    width: 12px;
    height: 12px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABOUExURUdwTAgMJwAAAAYJJQYJJQULJQYKJgUKJgYKJQYKJgYJJgAAMwUKKAcKJgYKJgYKJwcHKAAAGgYKJgUKJwcJJwAPLQkJJgoKJwYKJgYKJo/hTkMAAAAZdFJOUwBCAaRTkPhme/3yBTPqtsYmCuBjcBEbGsdBsLGKAAAAfklEQVQ4y+2SyQ6AIBBDUVxAcAFU6P//qEvAg44mHrz5TiUNMG2GsZ9P8CH4J3+wgB3ufd2i79HqOz9r0BnToclov6jAFWOKoyoov5Yo803kJWR99QUgKB053TpeS1z+jfMkiMn3ROkwUdm3TqaoHdne2qpLepyp3PP47+YLFudYBgfihbDbAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: rotate(180deg)
}

.tabs_qXMFI .tab-item_-QwuP .sub-tabs-placeholder_lXHXs {
    height: 10px;
    position: absolute;
    width: 100%;
    top: 100%;
    display: none
}

.tabs_qXMFI .tab-item_-QwuP .sub-tabs_nDU0v {
    display: none;
    background: #fff;
    border: 1px solid rgba(6, 10, 38, .12);
    box-shadow: 0 8px 24px -6px rgba(6, 10, 38, .12);
    border-radius: 12px;
    padding: 6px;
    box-sizing: border-box;
    animation: subTabShow_3QM63 200ms cubic-bezier(0.65, 0, 0.35, 1) forwards;
    position: absolute;
    width: 134px;
    overflow: hidden;
    left: -14px
}

.tabs_qXMFI .tab-item_-QwuP .sub-tabs_nDU0v .sub-tab_0NTG6 {
    font-size: 14px;
    color: #060a26;
    letter-spacing: 0;
    font-weight: 400;
    width: 100%;
    height: 36px;
    padding: 0 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center
}

.tabs_qXMFI .tab-item_-QwuP .sub-tabs_nDU0v .sub-tab_0NTG6.active_TQIhf:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACHUExURUdwTAcKJQgLJgAAAAYKJQYLJwYKJgYKJgYKJgUKJwASJAcLJAYJJQULJgYKJgUKJQYKJgYKJgcJJggIKAAAGgYKJgYJJwYJJQULJgYKJgYKJgYKJgUKJgUJJgcKJQYKJwYKJgUKJwgMKAYKJgULJwULJQYKJgYJJgcLJwYJJQYKJgYKJgYKJgdRATYAAAAsdFJOUwCWRAF7dvn9/GIORlle/mfegXEgCu1UU46G+1BkjEz1tmlA+JGP91dIifrgEA2e5wAAAHFJREFUKM9jYBgqgFMYu7iQjoAINnFWHT5+bOIsOuyccA43IzOMKajDwQsX5xLVkYAyJXU4eJC0M7HpsIAZsjpSYigGi7PrKAIpFR02aTQrZXTY1ZkZdZTlsDhSS0FHTQOLMzV1dOSZsHpYVVtp8McWAA3MBqeydiGhAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: auto
}

.tabs_qXMFI .tab-item_-QwuP .sub-tabs_nDU0v .sub-tab_0NTG6:hover {
    background: rgba(6, 10, 38, .03);
    border-radius: 8px
}

.tabs_qXMFI .tab-item_-QwuP .sub-tabs_nDU0v .is-hot_DkHPI::after {
    content: "";
    width: 6px;
    height: 6px;
    margin-top: -16px;
    margin-left: 3px;
    display: block;
    border-radius: 50%;
    background: #0d53ff
}

.tabs_qXMFI .hot_5kSxb {
    position: absolute;
    top: -11px;
    right: -29px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    background: #4d80ff;
    border-radius: 4px;
    padding: 0 4px;
    min-width: 38px;
    box-sizing: border-box
}

.tabs_qXMFI .hot_5kSxb::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 4px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAICAMAAADOQy/fAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA/UExURUdwTFCA/02A/1CD/0yA/02A/02A/02A/0qA/02A/02A/02A/0mA/02A/06A/02A/02A/1GA/02A/02A/02A/zwPaQ4AAAAUdFJOUwAg7SNAZN/0GOHdHhzaGp7VFti+yKmXbgAAADtJREFUCNdjYAABFhEoYGLlYIADdogYJzMDA7ogGyMDhiAXNwOGIC8PA4agEB8DhqAAB7oYA7+wIBIPAEkBAy7rXxTaAAAAAElFTkSuQmCC);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    bottom: -4px;
    transform: translate(-5px, 0)
}

.tabs_qXMFI .hot_5kSxb span {
    width: 100%;
    font-size: 10px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500
}

.tabs_qXMFI .hot-hide_65YRQ {
    display: none
}

.tabs_qXMFI .line_5VjxX {
    position: absolute;
    top: 43px;
    left: 0;
    height: 2px;
    width: 100%;
    background: rgba(6, 10, 38, .03)
}

.tabs_qXMFI .tips_g7oGt {
    height: 36px;
    display: flex;
    align-items: center;
    color: rgba(6, 10, 38, .8);
    line-height: 36px;
    padding: 0 8px;
    font-size: 12px
}

@keyframes tabLineColor_PvBTR {
    0% {
        color: #060a26
    }
    100% {
        color: #0d53ff
    }
}

@keyframes tabActiveLine_wTiJk {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

@keyframes subTabShow_3QM63 {
    0% {
        opacity: 0;
        top: 90%
    }
    100% {
        opacity: 1;
        top: calc(100% + 10px)
    }
}

@keyframes tabTtemActiveBg_fiwPC {
    0% {
        opacity: 0;
        width: 0
    }
    100% {
        opacity: .1;
        width: 100%
    }
}

@keyframes stickyTabShow_6QoKx {
    0% {
        opacity: .05
    }
    100% {
        opacity: 1
    }
}

.search-input_iTmSE {
    position: relative;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    padding-right: 12px;
    padding-left: 8px;
    box-sizing: border-box;
    box-shadow: inset 0 -1px 1px 0 rgba(255, 255, 255, .5);
    border-radius: 16px
}

.search-input_iTmSE:hover {
    box-shadow: 0 2px 10px 0 rgba(6, 10, 38, .06)
}

.search-input_iTmSE:active {
    box-shadow: 0 2px 8px -4px rgba(6, 10, 38, .06)
}

.search-input_iTmSE .border_kdzMA {
    position: absolute;
    background: rgba(255, 255, 255, .9);
    border: 1px solid rgba(77, 128, 255, .5);
    box-shadow: inset 0 -1px 1px 0 rgba(255, 255, 255, .5);
    border-radius: 16px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    box-sizing: border-box
}

.search-input_iTmSE .blurred-rectangle_goMdt {
    width: 100%;
    height: 30px;
    background: linear-gradient(to right, #d697ff, #4d80ff);
    filter: blur(10px);
    opacity: .15;
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 16px
}

.search-input_iTmSE:hover .border_kdzMA {
    background: #fff
}

.search-input_iTmSE .search-icon_z54hG {
    width: 24px;
    height: 24px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADhUExURUdwTAUKJgcKJgAAKwAAAAUKJgYKJgYKJgsLKwAUJwAAAAcHKAYKJQYKJgAAKwYKJQAAJAYKJgcKJQUJJQYLJgcKJgYKJgYKJgcLKAULJwYKJgcHIwYKJwUKJgAAMwYKJgYKJwYJJgYKJgYLJwkJIgYKJgYKJgYKJwYLKAAQIAcKJgYKJgoKKQYKJgYKJgAAHAgIJwULJQYKJgYKJgcLJwYKJgANJgcLJAYKJgYKJQYKJgUJJQAAQAcLJQYKJgYJJgAAAAYKJgYMJAUKJgYJJwULJQgIJgQIJAYKJwYLJgYKJr+TbuYAAABKdFJOUwBkSQwClOXjGA0DJrHzBoIH9Ja/2ZXxx0eRfyT1kgXfT/LILh762+EtEOrvGdX+CSGQz7DA+BRGr7jdNwR09tcB5ipqijAiP56nCaXKoAAAAV9JREFUSMfdVdd2wjAMzYRMsiFJKauF7r33hLb+/w+qlEN7Sm3AekUPGVe6lizJsqKsnDTyLEl9P02yvCFhbsVN9ivN2FpiHgYRm5EoCBcu32KctBY42ahXJnVTc3Xd1czp7/bc9SuDmur8AI5aqxhzfIRVPJ79F7O9KirxPgLUFcYsaKwjGggDwvx4xn/YQB+RKKgY47d53MZ9xIL6Yr1UkWsVK8jXPMd0OCKCg8nLOTgD1BSnzwRVxqEJoJqYoIEq4dAUUFdMcEGVcqgPqC4m6KDyqYQ2NaQuddMDaloLauF6xNbwbWLznRDbe3hMPEAl8Yg+dWhDgF1ckcYMyOMHYZDdHsKjfyc7Kodl5w3fe2OpYdwvJgA94Ofu65Jx3+4Oit40YyUyXtYIV8Y7MrY2CQxsWDbalyc8fyLj4FKeYXwh43RHnnF/hoxryl15A/umZEo5Oh9R8oStaymrI98eYmdm+79tigAAAABJRU5ErkJggg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    cursor: pointer;
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    order: 3
}

.search-input_iTmSE .deepthink_rJDQX {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, .5);
    border: 1px solid rgba(77, 128, 255, .1);
    border-radius: 10px;
    order: 1;
    width: 97px;
    height: 32px;
    font-size: 14px;
    color: rgba(6, 10, 38, .7);
    font-weight: 500;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 4px;
    cursor: pointer
}

.search-input_iTmSE .deepthink_rJDQX:before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 4px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAECUExURQYKJgkJJgQJKAAAIAYKJgYKJwUKJ0dwTAAAAAYLJgUKJggIKAcLJQYLJgQMJwULJwUKJwcJJgAOKwYKJgYLJgUKJgQJJwYKJgYKJgYKJwULJwULJwQLJgULJgQMJwgIKQkJJAcKJgkJIwAAGgcLJQULKAYMJQAALgASJAYKJgYKJwYKJwUJJAAAKwYJJgUKJgULJgoKJwULJgkJKwUKKAYKJgYKJwgLJgUJJwcHIwUKJgYKJwYJJgcHKAYNJgYKJgYMJAAUJwYKJwcKKAcNJwYKJwYKJwYKJwUKJgUJJwgLJgYLJgUKJwUKJgUKJwYKJgUKJwcLJwQJKAYLJwULJQYLJ6eQXMcAAABWdFJOU7MbOgitspgAAaZmIHSoQZCWcRKAeDU7oH6rkY9DXkIfHEodCkVgKQsOobCdOAxYZV8ajh4zUE9EbiRkg6YmKJ8rDXtNJ56ssZJvQ3mdm2OvYkg5qTBbDJu3wAAAAlVJREFUSMftVmdz2zAMpWTZorynPGUrHnGGnbixnb1nm3QkHf//rxQAKUcUde35c8u7HMEXPogEHkAze83B/nFCJt3OWU6h1C0HSLlbKjhW7iCdiSEksiwYyYrJbZubleQKyiaihESLhUcqn08pQCsRIWTZX0ZWJWQQqw97U38y233f9eXrwh/3n6/QziiENCAPA2HzjWD/kfQ6qMMirRDagHTkv3/+CAhNV0JDWBwohBwghjCPvuHe7W2i7AmsB2ZOIViAjMn6RRsbW1sNMvY5glOwLIXgyC/wY9y1c4h5OHxC+xgZPhiOQigAsoD5DvdYNQHWLPoGWBOYCwqhBMgpzPfoapNiBX+bjrzHDKaSQuhgdtH4yM7nOI88uiwxXI6p6SqEMsrmGgyzeUFAsUjT5SNGFxOTLKvSqAB2iyc5oaXB2Adxjx2Zk0pESy466a9E/MJYVVhLSTAjBI7iPJMLo4pbqvQNLvKR4tF6yAduuFcMpFEcwfoGhcTydiyhfoMBeid46NeMJXBRLw0eOpIUl30WdyRXOl2KZXV1aRh9jLlr62ElGdXUsJ6g51s9rJS4N9TO42U4cRdNjMO1njiUxmf7O9KcHgLeiKRxzlo4pzRpoPhebZuKk8RHdyTx3YNxqokP5Y2n93R534G10OSNrnw0QgW0pAL6xEUMIgW0KlG+H1eiY61EsQlI6e0xvQn4WhNoh7qQ29TaTEdrM9jIrrRGtiH1MHjQGplslfOpobTK3dnEmM6Hdb1Vrt2M12/3az8ooSerE32y2rFP1v9fAn8YvwHyxE7mqqPirgAAAABJRU5ErkJggg==)
}

.search-input_iTmSE .deepthink_rJDQX:hover {
    background: #fff;
    border: 1px solid rgba(77, 128, 255, .1);
    box-shadow: 0 4px 10px -4px rgba(77, 128, 255, .5);
    border-radius: 10px;
    user-select: none
}

.search-input_iTmSE .active_Sdt-S {
    background: rgba(77, 128, 255, .1);
    border: 1px solid rgba(77, 128, 255, .1);
    color: #4d80ff
}

.search-input_iTmSE .active_Sdt-S::before {
    background-image: url("https://yes-file.uc.cn/file/1741336861792_1352777054_9635_deepThinkingActivated.svg")
}

.search-input_iTmSE .active_Sdt-S:hover, .search-input_iTmSE .active_Sdt-S:active {
    background: rgba(77, 128, 255, .2);
    border: 1px solid rgba(77, 128, 255, .2)
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(data:image/gif;base64,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) center center no-repeat
}

@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url(https://g.alicdn.com/bloom-pages/gaokao-tools-1113/2.0.3/csr/assets/slick.a4e97f.eot);
    src: url(https://g.alicdn.com/bloom-pages/gaokao-tools-1113/2.0.3/csr/assets/slick.a4e97f.eot?#iefix) format("embedded-opentype"), url(https://g.alicdn.com/bloom-pages/gaokao-tools-1113/2.0.3/csr/assets/slick.295183.woff) format("woff"), url(https://g.alicdn.com/bloom-pages/gaokao-tools-1113/2.0.3/csr/assets/slick.c94f76.ttf) format("truetype"), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format("svg")
}

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: rgba(0, 0, 0, 0);
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-inputs_ku6UI, .slick-input_BW2a9 {
    width: 100%;
    height: 24px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    flex-shrink: 1;
    order: 2
}

.slick-inputs_ku6UI [class*=slick-slide] {
    border: none;
    float: unset
}

.slick-input_BW2a9 {
    flex: 1 1 auto;
    user-select: text;
    border: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(6, 10, 38, .7);
    padding: 0 8px
}

.slick-input_BW2a9::placeholder {
    color: rgba(6, 10, 38, .5)
}

.slick-input_BW2a9:focus {
    outline: none
}

.slick-input_BW2a9:active + .border_Dvf1P, .slick-input_BW2a9:focus + .border_Dvf1P {
    background: #fff;
    border: 1px solid rgba(77, 128, 255, .5);
    box-shadow: 0 2px 10px 0 rgba(6, 10, 38, .06);
    border-radius: 16px
}

.search-modal_O9Q8a {
    position: relative;
    max-width: 600px;
    min-width: 300px;
    margin-right: 24px;
    flex: 1 1 auto
}

.logo_86eRG {
    width: 97px;
    height: 32px;
    cursor: pointer
}

.buwang-mask_ICD-F {
    position: absolute;
    z-index: 97;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

img.qk-image {
    width: 100%;
    vertical-align: top
}

div.qk-image {
    background-repeat: no-repeat
}

.qk-image-background-img {
    width: 1px;
    height: 1px;
    opacity: 0
}

.qk-no-data > div {
    width: 82px;
    height: 88px;
    margin: 0 auto;
    background-image: url("https://cdn.sm.cn/static/22/01/04/50948de65a5cb6d74e21a6253f7e42c6.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 12px
}

.qk-no-data > span {
    width: 200%;
    font-size: var(--font-s);
    color: rgba(0, 0, 0, .4);
    text-align: center;
    line-height: 16px;
    display: block;
    margin-left: -50%
}

.qk-no-data > ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.qk-no-data > ul .qk-tip-img {
    width: 82px;
    height: 88px;
    background-image: url("https://cdn.sm.cn/static/22/01/04/50948de65a5cb6d74e21a6253f7e42c6.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.qk-no-data > ul .qk-tip-title {
    height: 37px;
    width: 500px;
    font-weight: 500;
    font-size: 26px;
    color: #15223c;
    margin-top: 28px
}

.qk-no-data > ul .qk-tip-list-name {
    width: 500px;
    font-size: 14px;
    color: #15223c;
    line-height: 22px;
    font-weight: 500;
    margin-top: 24px
}

.qk-no-data > ul .qk-tip-list {
    margin-top: 7px;
    margin-bottom: 16px
}

.qk-no-data > ul .qk-tip-item {
    width: 500px;
    font-size: 14px;
    color: #66687b;
    line-height: 28px;
    font-weight: 400
}

.qk-no-reault {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    padding-left: 16px
}

@media screen and (max-width: 1280px) {
    .qk-no-reault {
        transform: scale(0.8);
        transform-origin: top left
    }
}

.qk-loading.qk-loading-container {
    position: relative;
    min-height: 200px;
    width: 100%
}

.qk-loading.qk-loading-container .qk-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    z-index: 999
}

.qk-loading.qk-loading-container .qk-no-data {
    padding: 40px 0
}

.qk-loading.qk-loading-container .qk-loading-mask {
    background-color: rgba(255, 255, 255, .96);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 888
}

.qk-loading.qk-loading-skeleton-container {
    position: relative;
    width: 100%
}

.qk-loading.qk-loading-skeleton-container > * {
    visibility: hidden
}

.qk-loading.qk-loading-skeleton-container .qk-loading-skeleton {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    overflow: hidden
}

@keyframes quark-loading-animation-circle {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes quark-loading-animation-circle-overturn {
    100% {
        transform: rotate(-360deg)
    }
}

.qk-loading .loading-ripple, .qk-loading .loading-semi, .qk-loading .loading-dot {
    animation: quark-loading-animation-circle 1s infinite linear
}

.qk-loading .loading-ring {
    animation: quark-loading-animation-circle-overturn 1s infinite linear
}

.qk-loading .qk-loading-skeleton-loading {
    position: absolute
}

.qk-loading-skeleton .qk-loading-skeleton-text {
    font-size: 14px;
    color: var(--font-darker);
    word-break: keep-all;
    letter-spacing: .4px;
    font-weight: 500;
    margin-bottom: 12px;
    display: flex
}

.qk-loading-skeleton .qk-loading-skeleton-text > div {
    overflow: hidden;
    width: 0px;
    flex: none;
    animation: quark-loading-text 2s infinite backwards linear
}

@keyframes quark-loading-text {
    0% {
        width: 0px
    }
    60% {
        width: 20px
    }
    100% {
        width: 20px
    }
}

.qk-loading-skeleton .qk-loading-skeleton-wrapper {
    display: flex;
    flex-flow: column wrap;
    overflow: hidden;
    height: 100%;
    width: 98%;
    opacity: 1
}

.qk-loading-skeleton ul {
    will-change: auto;
    margin: 0 0 28px 0;
    width: 100%;
    padding: 0
}

.qk-loading-skeleton ul:last-child {
    margin-bottom: 0
}

.qk-loading-skeleton ul:nth-child(2) li {
    animation-delay: .2s
}

.qk-loading-skeleton ul:nth-child(3) li {
    animation-delay: .4s
}

.qk-loading-skeleton ul:nth-child(4) li {
    animation-delay: .6s
}

.qk-loading-skeleton ul:nth-child(5) li {
    animation-delay: .8s
}

.qk-loading-skeleton ul:nth-child(6) li {
    animation-delay: 1s
}

.qk-loading-skeleton ul:nth-child(7) li {
    animation-delay: 1.2s
}

.qk-loading-skeleton ul > li {
    height: 16px;
    margin-bottom: 12px;
    background: linear-gradient(to right, var(--gradient-left) 0%, var(--gradient-right) 50%, #ffffff 100%);
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    outline: none;
    list-style-type: none !important;
    animation: infinite both cubic-bezier(0.65, 0, 0.17, 0.98);
    animation-duration: 2.4s;
    width: 0
}

.qk-loading-skeleton ul > li:before {
    display: none !important
}

._animation-loading ul li:nth-child(1) {
    animation-name: skeleton-gradient1 !important
}

._animation-loading ul li:nth-child(2) {
    animation-name: skeleton-gradient2 !important
}

._animation-loading ul li:nth-child(3) {
    animation-name: skeleton-gradient3 !important
}

.qk-loading-la-ball-beat {
    display: block;
    font-size: 0;
    color: #2a5df4;
    position: relative;
    height: 30px;
    margin-top: -30px
}

.qk-loading-la-ball-beat:before {
    content: "";
    display: block;
    width: 100%;
    height: 32px;
    position: absolute;
    z-index: 8;
    background-color: #fff;
    top: 16px
}

.qk-loading-la-ball-beat div {
    width: 6px;
    height: 6px;
    margin: 2px;
    border-radius: 100%;
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
    position: relative;
    top: 21px;
    z-index: 111;
    animation: loading-ball-beat .7s -0.15s infinite linear
}

.qk-loading-la-ball-beat div:nth-child(2n-1) {
    animation-delay: -0.5s
}

@keyframes loading-ball-beat {
    50% {
        opacity: .2;
        transform: scale(0.75)
    }
    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes skeleton-gradient1 {
    0% {
        width: 0%
    }
    40% {
        width: 50%
    }
    80% {
        width: 50%;
        opacity: 1
    }
    90% {
        width: 50%;
        opacity: 0
    }
    91% {
        width: 0%;
        opacity: 0
    }
    100% {
        width: 0%;
        opacity: 1
    }
}

@keyframes skeleton-gradient2 {
    0% {
        width: 0%
    }
    5% {
        width: 0%
    }
    55% {
        width: 100%
    }
    80% {
        opacity: 1
    }
    90% {
        width: 100%;
        opacity: 0
    }
    91% {
        width: 0%;
        opacity: 0
    }
    100% {
        width: 0%;
        opacity: 1
    }
}

@keyframes skeleton-gradient3 {
    0% {
        width: 0%
    }
    10% {
        width: 0%
    }
    70% {
        width: 100%
    }
    80% {
        opacity: 1
    }
    90% {
        width: 100%;
        opacity: 0
    }
    91% {
        width: 0%;
        opacity: 0
    }
    100% {
        width: 0%;
        opacity: 1
    }
}

._loading_skeleton_show {
    animation: .24s skeleton-show forwards linear
}

@keyframes skeleton-show {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

._loading_skeleton_hide {
    animation: .24s skeleton-hide forwards linear
}

@keyframes skeleton-hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

._loading_skeleton_animate_show {
    opacity: 0;
    animation: .24s skeleton-show forwards linear
}

@keyframes skeleton-show {
    0% {
        opacity: .4;
        transform: translate3d(0, 6px, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.UCUNNIC:not(.UCEyeProtect) .qk-loading.qk-loading-skeleton-container:before {
    background-color: #1a1a1a !important
}

.UCUNNIC:not(.UCEyeProtect) .qk-loading.qk-loading-skeleton-container li {
    outline: none !important
}

.qk-button {
    outline: none;
    display: inline-flex;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    border: none;
    font-weight: var(--font-bold);
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    font-family: inherit
}

.qk-button.qk-button-text-align-left {
    text-align: left
}

.qk-button.qk-button-text-align-center {
    text-align: center
}

.qk-button.qk-button-text-align-right {
    text-align: right
}

.qk-button.qk-button-radius-s {
    border-radius: var(--radius-xs)
}

.qk-button.qk-button-radius-m {
    border-radius: var(--radius-s)
}

.qk-button.qk-button-disabled {
    color: var(--font-dark);
    background-color: #f8f8f8;
    pointer-events: none
}

.qk-button.qk-button-disabled .qk-check-box {
    opacity: .8
}

.qk-button .qk-icon.qk-icon-align-left {
    order: -3;
    margin-right: var(--gap-m)
}

.qk-button .qk-icon.qk-icon-align-right {
    order: 6;
    margin-left: var(--gap-m)
}

.qk-button.qk-button-size-xs {
    height: var(--btn-s);
    font-size: 12px
}

.qk-button.qk-button-size-s, .qk-button.qk-button-size-small {
    height: var(--btn-s);
    padding: 0 var(--btn-gap-s);
    font-size: var(--font-s)
}

.qk-button.qk-button-size-s .qk-icon-align-left, .qk-button.qk-button-size-small .qk-icon-align-left {
    margin-right: var(--gap-s)
}

.qk-button.qk-button-size-s .qk-icon-align-right, .qk-button.qk-button-size-small .qk-icon-align-right {
    margin-left: var(--gap-s)
}

.qk-button.qk-button-size-m, .qk-button.qk-button-size-middle {
    height: var(--btn-m);
    padding: 0 var(--btn-gap-m);
    font-size: var(--font-m)
}

.qk-button.qk-button-size-m-2 {
    height: var(--btn-m2);
    padding: 0 20px
}

.qk-button.qk-button-size-m-3 {
    height: var(--btn-m3)
}

.qk-button.qk-button-size-l, .qk-button.qk-button-size-large {
    height: var(--btn-l);
    padding: 0 var(--btn-gap-l);
    font-size: var(--font-l-2)
}

.qk-button.qk-button-default {
    color: var(--font-darkest);
    background-color: var(--bg-gray)
}

.qk-button.qk-button-disabled {
    color: var(--font-dark);
    background-color: #f8f8f8
}

.qk-button.qk-button-disabled .qk-check-box {
    opacity: .8
}

.qk-button.qk-button-weak {
    color: var(--primary);
    background-color: rgba(var(--primary-rgb), 0.06)
}

.qk-button.qk-button-weak.qk-button-disabled {
    opacity: .8
}

.qk-button.qk-button-weak:visited .qk-button-title {
    color: inherit
}

.qk-button.qk-button-strong, .qk-button.qk-button-primary {
    color: var(--font-lightest);
    background-color: rgba(var(--primary-rgb), 1)
}

.qk-button.qk-button-strong.qk-button-disabled, .qk-button.qk-button-primary.qk-button-disabled {
    opacity: .8
}

.qk-button.qk-button-strong.qk-link-action-hover:hover, .qk-button.qk-button-primary.qk-link-action-hover:hover {
    text-decoration-color: var(--font-lightest)
}

.qk-button.qk-button-strong:visited .qk-button-title, .qk-button.qk-button-primary:visited .qk-button-title {
    color: inherit
}

.qk-button.qk-button-selected {
    color: var(--font-lightest);
    background-color: rgba(0, 0, 0, .86)
}

.qk-button.qk-button-selected .qk-button-subtitle {
    color: #fff
}

.qk-button.qk-button-selected.qk-link-action-hover:hover {
    text-decoration-color: var(--font-lightest)
}

.qk-button.qk-button-ghost {
    background: #e9ebff;
    border: 1px solid #3b45ef;
    color: #3b45ef
}

.qk-button.qk-button-ghost.qk-button-disabled {
    opacity: .8
}

.qk-button .qk-button-ripple {
    transition: all .2s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.qk-button .qk-button-ripple.qk-button-ripple-animation {
    width: 30px;
    height: 30px;
    display: none;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    animation-duration: .5s;
    animation-fill-mode: both;
    animation-name: rippleAnimate;
    animation-timing-function: ease-out;
    border-radius: 50%
}

@keyframes rippleAnimate {
    0% {
        transform: scale3d(1, 1, 1);
        border-color: rgba(0, 0, 0, 0)
    }
    100% {
        opacity: 0;
        transform: scale3d(8, 8, 8)
    }
}

.qk-button .qk-loading {
    display: inherit
}

.qk-button .qk-button-content {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: inherit;
    letter-spacing: var(--letter-spacing)
}

.qk-button .qk-button-content > a {
    color: inherit;
    display: inherit;
    width: inherit;
    align-items: inherit
}

.qk-button .qk-button-content .qk-button-title {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.qk-button .qk-button-content .qk-button-subtitle {
    font-style: normal;
    font-size: 12px;
    color: var(--font-dark);
    margin-left: 8px
}

.qk-button.qk-button-circle {
    border-radius: 300px
}

.UCUNNIC:not(.UCEyeProtect) div a.qk-button, .UCUNNIC:not(.UCEyeProtect) div button.UCNightMode_changeBgColor.qk-button {
    background-color: #333 !important
}

.UCUNNIC:not(.UCEyeProtect) div a.qk-button .qk-button-content, .UCUNNIC:not(.UCEyeProtect) div button.UCNightMode_changeBgColor.qk-button .qk-button-content, .UCUNNIC:not(.UCEyeProtect) div a.qk-button .qk-button-title, .UCUNNIC:not(.UCEyeProtect) div button.UCNightMode_changeBgColor.qk-button .qk-button-title {
    background-color: rgba(0, 0, 0, 0) !important
}

.qk-popover {
    position: absolute
}

.qk-popover.qk-popover-pc .qk-popover-content:before {
    display: none
}

.qk-popover.qk-popover-position-left-top {
    left: 0;
    top: 0;
    transform: translate3d(-100%, 0, 0);
    padding-right: 10px
}

.qk-popover.qk-popover-position-left-top .qk-popover-content:before {
    right: -9px;
    top: 7px;
    transform: rotate(92deg)
}

.qk-popover.qk-popover-position-left {
    left: 0;
    transform: translate3d(-100%, -50%, 0);
    padding-right: 10px
}

.qk-popover.qk-popover-position-left .qk-popover-content:before {
    right: -9px;
    top: 50%;
    margin-top: -5px;
    transform: rotate(92deg)
}

.qk-popover.qk-popover-position-left-bottom {
    left: 0;
    bottom: 0;
    transform: translate3d(-100%, 0, 0);
    padding-right: 10px
}

.qk-popover.qk-popover-position-left-bottom .qk-popover-content:before {
    right: -9px;
    bottom: 7px;
    transform: rotate(92deg)
}

.qk-popover.qk-popover-position-right-top {
    right: 0;
    top: 0;
    transform: translate3d(100%, 0%, 0);
    padding-left: 10px
}

.qk-popover.qk-popover-position-right-top .qk-popover-content:before {
    left: -10px;
    top: 8px;
    transform: rotate(-88deg)
}

.qk-popover.qk-popover-position-right {
    right: 0;
    top: 50%;
    transform: translate3d(100%, -50%, 0);
    padding-left: 10px
}

.qk-popover.qk-popover-position-right .qk-popover-content:before {
    left: -10px;
    top: 50%;
    transform: rotate(-90deg);
    margin-top: -5px
}

.qk-popover.qk-popover-position-right-bottom {
    right: 0;
    bottom: 0;
    transform: translate3d(100%, 0, 0);
    padding-left: 10px
}

.qk-popover.qk-popover-position-right-bottom .qk-popover-content:before {
    left: -10px;
    bottom: 8px;
    transform: rotate(-91deg)
}

.qk-popover.qk-popover-position-top-left {
    left: 0;
    top: 0;
    transform: translate3d(0%, -100%, 0);
    padding-bottom: 10px
}

.qk-popover.qk-popover-position-top-left .qk-popover-content:before {
    left: 10px;
    bottom: -10px;
    transform: rotate(-180deg)
}

.qk-popover.qk-popover-position-top {
    top: 0;
    transform: translate3d(-50%, -100%, 0);
    padding-bottom: 10px
}

.qk-popover.qk-popover-position-top .qk-popover-content:before {
    left: 50%;
    bottom: -9px;
    margin-left: -5px;
    transform: rotate(-180deg)
}

.qk-popover.qk-popover-position-top-right {
    top: 0;
    right: 0;
    transform: translate3d(0%, -100%, 0);
    padding-bottom: 10px
}

.qk-popover.qk-popover-position-top-right .qk-popover-content:before {
    right: 10px;
    bottom: -9px;
    transform: rotate(-180deg)
}

.qk-popover.qk-popover-position-bottom-left {
    left: 0;
    bottom: 0;
    transform: translate3d(0%, 100%, 0);
    padding-top: 10px
}

.qk-popover.qk-popover-position-bottom-left .qk-popover-content:before {
    left: 10px;
    top: -9px
}

.qk-popover.qk-popover-position-bottom {
    bottom: 0;
    transform: translate3d(-50%, 100%, 0);
    padding-top: 10px
}

.qk-popover.qk-popover-position-bottom .qk-popover-content:before {
    left: 50%;
    top: -9px;
    margin-left: -5px
}

.qk-popover.qk-popover-position-bottom-right {
    bottom: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
    padding-top: 10px
}

.qk-popover.qk-popover-position-bottom-right .qk-popover-content:before {
    right: 10px;
    top: -9px;
    margin-left: -5px
}

.qk-popover .qk-popover-content {
    background: #fff;
    border-radius: 6px;
    padding: 16px;
    box-shadow: 0 2px 82px 0 rgba(6, 15, 35, .05);
    border: var(--border-width) solid var(--border-color);
    position: relative
}

.qk-popover .qk-popover-content:before {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid #fff;
    position: absolute
}

.qk-popover .qk-popover-content.qk-popover-show {
    animation-duration: .2s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.qk-popover .qk-popover-content.qk-popover-show.qk-popover-direction-bottom-left {
    animation-name: popoverShowBottomLeft
}

@keyframes popoverShowBottomLeft {
    from {
        opacity: 0;
        transform: translate3d(-10%, -10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-show.qk-popover-direction-bottom {
    animation-name: popoverShowBottom
}

@keyframes popoverShowBottom {
    from {
        opacity: 0;
        transform: translate3d(0, -10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-show.qk-popover-direction-bottom-right {
    animation-name: popoverShowBottomRight
}

@keyframes popoverShowBottomRight {
    from {
        opacity: 0;
        transform: translate3d(10%, -10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-show.qk-popover-direction-top {
    animation-name: popoverShowTop
}

@keyframes popoverShowTop {
    from {
        opacity: 0;
        transform: translate3d(0%, 10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-show.qk-popover-direction-top-left {
    animation-name: popoverShowTopLeft
}

@keyframes popoverShowTopLeft {
    from {
        opacity: 0;
        transform: translate3d(-10%, 10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-show.qk-popover-direction-top-right {
    animation-name: popoverShowTopRight
}

@keyframes popoverShowTopRight {
    from {
        opacity: 0;
        transform: translate3d(10%, 10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-show.qk-popover-direction-left-top {
    animation-name: popoverShowLeftTop
}

@keyframes popoverShowLeftTop {
    from {
        opacity: 0;
        transform: translate3d(10%, -10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-show.qk-popover-direction-left {
    animation-name: popoverShowLeft
}

@keyframes popoverShowLeft {
    from {
        opacity: 0;
        transform: translate3d(10%, 0, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-show.qk-popover-direction-left-bottom {
    animation-name: popoverShowLeftBottom
}

@keyframes popoverShowLeftBottom {
    from {
        opacity: 0;
        transform: translate3d(10%, 10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-show.qk-popover-direction-right-top {
    animation-name: popoverShowRightTop
}

@keyframes popoverShowRightTop {
    from {
        opacity: 0;
        transform: translate3d(-10%, -10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-show.qk-popover-direction-right {
    animation-name: popoverShowRigh
}

@keyframes popoverShowRigh {
    from {
        opacity: 0;
        transform: translate3d(-10%, 0, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-show.qk-popover-direction-right-bottom {
    animation-name: popoverShowRighBottom
}

@keyframes popoverShowRighBottom {
    from {
        opacity: 0;
        transform: translate3d(-10%, 10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-hide {
    animation-duration: .12s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    opacity: 1
}

.qk-popover .qk-popover-content.qk-popover-hide.qk-popover-direction-bottom-left {
    animation-name: popoverHideBottomLeft
}

@keyframes popoverHideBottomLeft {
    to {
        opacity: 0;
        transform: translate3d(-10%, -10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-hide.qk-popover-direction-bottom {
    animation-name: popoverHideBottom
}

@keyframes popoverHideBottom {
    to {
        opacity: 0;
        transform: translate3d(0, -10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-hide.qk-popover-direction-bottom-right {
    animation-name: popoverHideBottomRight
}

@keyframes popoverHideBottomRight {
    to {
        opacity: 0;
        transform: translate3d(10%, -10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-hide.qk-popover-direction-top {
    animation-name: popoverHideTop
}

@keyframes popoverHideTop {
    to {
        opacity: 0;
        transform: translate3d(0%, 10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-hide.qk-popover-direction-top-left {
    animation-name: popoverHideTopLeft
}

@keyframes popoverHideTopLeft {
    to {
        opacity: 0;
        transform: translate3d(-10%, 10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-hide.qk-popover-direction-top-right {
    animation-name: popoverHideTopRight
}

@keyframes popoverHideTopRight {
    to {
        opacity: 0;
        transform: translate3d(10%, 10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-hide.qk-popover-direction-left-top {
    animation-name: popoverHideLeftTop
}

@keyframes popoverHideLeftTop {
    to {
        opacity: 0;
        transform: translate3d(10%, -10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-hide.qk-popover-direction-left {
    animation-name: popoverHideLeft
}

@keyframes popoverHideLeft {
    to {
        opacity: 0;
        transform: translate3d(10%, 0, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-hide.qk-popover-direction-left-bottom {
    animation-name: popoverHideLeftBottom
}

@keyframes popoverHideLeftBottom {
    to {
        opacity: 0;
        transform: translate3d(10%, 10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-hide.qk-popover-direction-right-top {
    animation-name: popoverHideRightTop
}

@keyframes popoverHideRightTop {
    to {
        opacity: 0;
        transform: translate3d(-10%, -10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-hide.qk-popover-direction-right {
    animation-name: popoverHideRigh
}

@keyframes popoverHideRigh {
    to {
        opacity: 0;
        transform: translate3d(-10%, 0, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content.qk-popover-hide.qk-popover-direction-right-bottom {
    animation-name: popoverHideRighBottom
}

@keyframes popoverHideRighBottom {
    to {
        opacity: 0;
        transform: translate3d(-10%, 10%, 0) scale3d(0.8, 0.8, 0.8)
    }
}

.qk-popover .qk-popover-content-dark {
    background: #000
}

.qk-popover .qk-popover-content-dark:before {
    border-bottom: 5px solid #000
}

._qk-popover-relative_ {
    position: relative
}

._qk-popover-mask_ {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    z-index: 98
}

body._body-popover-show-lock_ {
    overflow: hidden !important
}

.qk-modal {
    position: fixed;
    z-index: 99999;
    width: 100%;
    overflow: hidden
}

.qk-modal.qk-modal-portal-element {
    overflow: visible
}

.qk-modal.qk-modal-portal-element .swiper {
    overflow: visible
}

.qk-modal.qk-modal-type-centered {
    bottom: 50%;
    left: 50%;
    width: 90%;
    border-radius: 10px;
    transform: translate3d(-50%, 50%, 0)
}

.qk-modal.qk-modal-type-bottom {
    left: 0;
    bottom: -1px
}

.qk-modal.qk-modal-type-bottom .qk-modal-container {
    border-radius: 24px 24px 0 0
}

.qk-modal.qk-modal-type-top {
    top: 0;
    bottom: auto
}

.qk-modal.qk-modal-type-top .qk-modal-container {
    border-radius: 0 0 24px 24px
}

.qk-modal.qk-modal-type-top .qk-modal-container .qk-modal-footer {
    height: 70px
}

.qk-modal.qk-modal-show {
    animation-duration: .24s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.qk-modal.qk-modal-hide {
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-duration: .24s
}

.qk-modal.qk-modal-show.qk-modal-type-bottom {
    animation-name: modalFadeInUp
}

@keyframes modalFadeInUp {
    from {
        transform: translate3d(0, 100%, 0)
    }
    to {
        transform: translate3d(0, 0%, 0)
    }
}

.qk-modal.qk-modal-hide.qk-modal-type-bottom {
    animation-name: modalFadeOutUp
}

@keyframes modalFadeOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        transform: translate3d(0, 110%, 0)
    }
}

.qk-modal.qk-modal-show.qk-modal-type-top {
    animation-name: modalFadeInBottom
}

@keyframes modalFadeInBottom {
    from {
        transform: translate3d(0, -100%, 0)
    }
    20% {
        transform: translate3d(0, -100%, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.qk-modal.qk-modal-hide.qk-modal-type-top {
    animation-name: modalFadeOutBottom
}

@keyframes modalFadeOutBottom {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        transform: translate3d(0, -110%, 0)
    }
}

.qk-modal.qk-modal-show.qk-modal-type-centered {
    animation-name: modalFadeCenterUp
}

@keyframes modalFadeCenterUp {
    from {
        opacity: 0;
        transform: translate3d(-50%, 50%, 0) scale(0.9)
    }
    14% {
        opacity: 0;
        transform: translate3d(-50%, 50%, 0) scale(0.9)
    }
    to {
        opacity: 1;
        transform: translate3d(-50%, 50%, 0) scale(1)
    }
}

.qk-modal.qk-modal-hide.qk-modal-type-centered {
    animation-name: modalFadeCenterDown
}

@keyframes modalFadeCenterDown {
    from {
        opacity: 1;
        transform: translate3d(-50%, 50%, 0) scale(1)
    }
    20% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(-50%, 50%, 0) scale(0.68)
    }
}

.qk-modal .qk-swiper-slide {
    position: relative
}

.qk-modal .qk-modal-swiper-handle {
    width: 100px;
    height: 34px;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0px, 0px);
    z-index: 9
}

.qk-modal .qk-modal-swiper-handle:before {
    content: "";
    display: block;
    width: 32px;
    height: 5px;
    margin: 5px auto;
    background: #eee;
    border-radius: 3px
}

.qk-modal .qk-modal-container {
    width: 100%;
    min-height: 100px;
    max-height: 90vh;
    background: #fff;
    padding: 0px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 24px
}

.qk-modal .qk-modal-container .qk-modal-header {
    min-height: 28px;
    background: #fff;
    box-sizing: border-box;
    position: sticky;
    top: 0;
    flex: none;
    z-index: 6;
    margin-bottom: 14px
}

.qk-modal .qk-modal-container .qk-modal-header.qk-modal-header-has-close {
    padding-right: 18px
}

.qk-modal .qk-modal-container .qk-modal-header .qk-modal-close-icon {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 5;
    cursor: pointer
}

.qk-modal .qk-modal-container .qk-modal-header .qk-modal-title-text {
    font-size: 20px;
    line-height: 28px;
    color: var(--font-darkest);
    font-weight: var(--font-bold);
    margin: 0;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.qk-modal .qk-modal-container .qk-modal-content {
    font-size: 14px;
    color: #222;
    letter-spacing: 0;
    line-height: 21px;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.qk-modal .qk-modal-container .qk-modal-content * {
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.qk-modal .qk-modal-container .qk-modal-content::-webkit-scrollbar {
    display: none
}

.qk-modal .qk-modal-container .qk-modal-footer {
    background: #fff;
    padding-top: 4px;
    flex: none;
    height: 80px;
    box-sizing: border-box
}

.qk-modal .qk-modal-container .qk-modal-footer .qk-modal-footer-confirm {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.qk-modal .qk-modal-container.qk-modal-type-alert .qk-modal-footer-alert {
    width: 100%
}

.qk-modal .qk-modal-container.qk-modal-type-alert .qk-modal-footer-alert .modal-footer-alert-ok {
    width: 100%
}

.qk-modal .qk-modal-container.qk-modal-type-confirm .qk-modal-footer .qk-modal-footer-confirm .qk-button {
    flex: 1;
    width: 50%;
    max-width: 50%
}

.qk-modal .qk-modal-container.qk-modal-type-confirm .qk-modal-footer .qk-modal-footer-confirm .qk-button:first-child {
    margin-right: 10px
}

@keyframes modalFadeInUp {
    from {
        transform: translate3d(0, 100%, 0)
    }
    to {
        transform: translate3d(0, 0%, 0)
    }
}

@keyframes modalFadeCenterUp {
    from {
        opacity: 0;
        transform: translate3d(-50%, 50%, 0) scale(0.9)
    }
    14% {
        opacity: 0;
        transform: translate3d(-50%, 50%, 0) scale(0.9)
    }
    to {
        opacity: 1;
        transform: translate3d(-50%, 50%, 0) scale(1)
    }
}

@keyframes modalFadeCenterDown {
    from {
        opacity: 1;
        transform: translate3d(-50%, 50%, 0) scale(1)
    }
    20% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translate3d(-50%, 50%, 0) scale(0.68)
    }
}

@keyframes modalFadeOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        transform: translate3d(0, 110%, 0)
    }
}

@keyframes modalFadeInBottom {
    from {
        transform: translate3d(0, -100%, 0)
    }
    20% {
        transform: translate3d(0, -100%, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes modalFadeOutBottom {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        transform: translate3d(0, -110%, 0)
    }
}

.qk-modal-mask {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99998;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    opacity: 0;
    animation-name: maskFadeIn;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

@keyframes maskFadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.qk-modal-mask-hide {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-name: maskFadeOut;
    animation-timing-function: ease-out
}

@keyframes maskFadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes maskFadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

._qk-body-modal-show-lock_ {
    overflow: hidden
}

._back-tip_ {
    margin-bottom: 10px
}

._modal_hide_create_instance .qk-modal-mask, ._modal_hide_create_instance .qk-modal {
    left: -2000px
}

._modal_hide_create_instance._modal_hide_create_instance_show .qk-modal-mask, ._modal_hide_create_instance._modal_hide_create_instance_show .qk-modal {
    left: 0 !important
}

._modal-absolute_ .qk-modal, ._modal-absolute_ .qk-modal-mask {
    position: absolute
}

.qk-pagination {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: var(--font-bold)
}

.qk-pagination-prev, .qk-pagination-next {
    display: inline-block;
    padding: 0 16px;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.qk-pagination-item, .qk-pagination-ellipsis {
    display: inline-block;
    padding: 0 var(--gap-m);
    font-size: var(--font-m);
    text-align: center;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style: none
}

.qk-pagination-center {
    justify-content: center
}

.qk-pagination-left {
    justify-content: flex-start
}

.qk-pagination-right {
    justify-content: flex-end
}

.qk-pagination-theme-normal .qk-pagination-prev, .qk-pagination-theme-normal .qk-pagination-next {
    background-color: var(--bg-gray);
    color: var(--font-darkest);
    min-width: 74px;
    height: 34px;
    line-height: 34px;
    font-size: var(--font-m)
}

.qk-pagination-theme-normal .qk-pagination-prev-hover:hover, .qk-pagination-theme-normal .qk-pagination-next-hover:hover {
    background-color: var(--bg-content-primary);
    color: var(--primary)
}

.qk-pagination-theme-normal .qk-pagination-prev-disable, .qk-pagination-theme-normal .qk-pagination-next-disable {
    color: rgba(126, 132, 143, .4);
    cursor: not-allowed
}

.qk-pagination-theme-normal .qk-pagination-prev-disable:hover, .qk-pagination-theme-normal .qk-pagination-next-disable:hover {
    background-color: var(--bg-gray);
    color: rgba(126, 132, 143, .4)
}

.qk-pagination-theme-normal .qk-pagination-item, .qk-pagination-theme-normal .qk-pagination-ellipsis {
    background-color: var(--bg-gray);
    color: var(--font-darkest);
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 4px;
    font-size: var(--font-m)
}

.qk-pagination-theme-normal .qk-pagination-item-active, .qk-pagination-theme-normal .qk-pagination-ellipsis-active {
    background-color: var(--bg-content-primary);
    color: var(--primary)
}

.qk-pagination-theme-normal .qk-pagination-item-hover:hover, .qk-pagination-theme-normal .qk-pagination-ellipsis-hover:hover {
    background-color: var(--bg-content-primary);
    color: var(--primary)
}

.qk-pagination-theme-primary .qk-pagination-prev, .qk-pagination-theme-primary .qk-pagination-next {
    border: 1px solid #f3f3f5;
    color: #15223c;
    min-width: 88px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: var(--font-l-2)
}

.qk-pagination-theme-primary .qk-pagination-prev-hover:hover, .qk-pagination-theme-primary .qk-pagination-next-hover:hover {
    background-color: #f8f8fa
}

.qk-pagination-theme-primary .qk-pagination-prev-disable, .qk-pagination-theme-primary .qk-pagination-next-disable {
    color: rgba(126, 132, 143, .4);
    cursor: not-allowed
}

.qk-pagination-theme-primary .qk-pagination-prev-disable:hover, .qk-pagination-theme-primary .qk-pagination-next-disable:hover {
    background-color: rgba(0, 0, 0, 0);
    color: rgba(126, 132, 143, .4)
}

.qk-pagination-theme-primary .qk-pagination-item, .qk-pagination-theme-primary .qk-pagination-ellipsis {
    border: 1px solid #f3f3f5;
    font-size: var(--font-m);
    color: #15223c;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 4px
}

.qk-pagination-theme-primary .qk-pagination-item-hover:hover, .qk-pagination-theme-primary .qk-pagination-ellipsis-hover:hover {
    background-color: #f8f8fa
}

.qk-pagination-theme-primary .qk-pagination-item-active, .qk-pagination-theme-primary .qk-pagination-ellipsis-active {
    color: #fff !important;
    background-color: #0d53ff !important
}

#app {
    box-sizing: border-box;
    width: 1024px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(6, 10, 38, .03);
    box-shadow: 0 4px 12px -4px rgba(6, 10, 38, .06);
    border-radius: 8px;
    min-height: 100%
}

#app .search-college {
    display: flex;
    flex-direction: column
}

#app .search-college__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 20px 20px 16px 20px
}

#app .search-college__body {
    display: flex;
    flex-direction: column;
    padding: 0 20px 20px 20px;
    flex-grow: 1
}

#app .search-college__body::-webkit-scrollbar {
    display: none
}

#app .search-college__filter {
    flex-shrink: 0
}

#app .search-college__filter-item {
    margin-bottom: 16px
}

#app .search-college__tips {
    flex-shrink: 0
}

#app .search-college__list {
    flex-grow: 1;
    margin-top: 24px;
    display: flex;
    flex-direction: column
}

#app .search-college__list .qk-loading-container {
    flex-grow: 1
}

.search-college-item {
    display: flex;
    border: 1px solid #f3f3f5;
    border-radius: 12px;
    padding: 16px 20px;
    background: rgba(6, 10, 38, 0);
    cursor: pointer
}

.search-college-item:hover {
    background: rgba(13, 83, 255, .03)
}

.search-college-item--active {
    background: rgba(13, 83, 255, .03)
}

.search-college-item--small {
    border: none;
    border-radius: 6px;
    padding: 8px 10px
}

.search-college-item--active {
    background: rgba(13, 83, 255, .03)
}

.search-college-item--hidden {
    visibility: hidden
}

.search-college-item__left {
    width: 48px;
    height: 48px
}

.search-college-item__left img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.search-college-item__right {
    display: flex;
    margin-left: 12px;
    flex-direction: column
}

.search-college-item__right-top {
    display: flex;
    align-items: center
}

.search-college-item__right-bottom {
    margin-top: 2px
}

.search-college-item__title {
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #060a26;
    letter-spacing: 0;
    line-height: 24px
}

.search-college-item__content {
    margin-right: 12px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(6, 10, 38, .5);
    line-height: 22px
}

.search-college-item__tag {
    display: inline-block;
    margin-left: 4px;
    border-radius: 4px;
    padding: 1px 4.5px;
    font-size: 10px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #5c6678;
    background: rgba(0, 0, 0, .03);
    letter-spacing: 0;
    line-height: 14px
}

.no-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 98%
}

.no-content__pic {
    width: 128px;
    height: 128px;
    background: url("https://cdn.sm.cn/static/no-content-0.png") no-repeat center center;
    background-size: cover
}

.no-content__pic--small {
    width: 80px;
    height: 80px
}

.no-content__text {
    margin-top: 10px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: rgba(6, 10, 38, .5);
    letter-spacing: 0;
    text-align: center;
    font-weight: 400
}

.no-content__text--small {
    font-size: 14px
}

.no-content__text--guide {
    color: #0d53ff;
    text-decoration: underline;
    cursor: pointer
}

.major-item {
    background: rgba(6, 10, 38, 0);
    border: 1px solid #f3f3f5;
    border-radius: 12px;
    padding: 16px;
    cursor: pointer
}

.major-item:hover {
    background: rgba(13, 83, 255, .03)
}

.major-item--active {
    background: rgba(13, 83, 255, .03)
}

.major-item--small {
    border-radius: 6px;
    padding: 8px 12px;
    border: none
}

.major-item--hidden {
    visibility: hidden
}

.major-item__top {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.major-item__title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #060a26;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    flex-shrink: 0;
    margin-right: 8px
}

.major-item__code {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #5c6678;
    text-align: left;
    line-height: 16px;
    font-weight: 600;
    background: rgba(0, 0, 0, .03);
    border-radius: 4px;
    padding: 2px 4px;
    flex-shrink: 0
}

.major-item__bottom {
    margin-top: 6px;
    display: flex;
    align-items: center;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(6, 10, 38, .5);
    line-height: 22px;
    font-weight: 400
}

.major-item__degree {
    margin-left: 8px
}

.search-popover__no-more {
    font-size: 12px;
    font-family: PingFangSC-Medium;
    line-height: 14px;
    color: rgba(6, 10, 38, .5);
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    height: 14px
}

.search-popover__main {
    box-sizing: border-box;
    min-height: calc(100% - 14px)
}

.clearable-input {
    position: relative
}

.clearable-input input {
    width: 100%;
    border: 1px solid rgba(6, 10, 38, .12);
    border-radius: 8px;
    padding: 10px 20px;
    padding-left: 16px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    height: 40px;
    box-sizing: border-box
}

.clearable-input input::webkit-placeholder {
    color: rgba(6, 10, 38, .5)
}

.clearable-input input::-moz-placeholder {
    color: rgba(6, 10, 38, .5)
}

.clearable-input input:-ms-input-placeholder {
    color: rgba(6, 10, 38, .5)
}

.clearable-input input:focus {
    border-color: #0d53ff
}

.clearable-input__clear {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    background-color: #bfbfbf;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%
}

.clearable-input__clear:hover {
    background-color: #8c8c8c
}

.clearable-input__clear--hidden {
    visibility: hidden
}

.clearable-input__suffix {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}

.search-input__trigger {
    width: 500px;
    --input-height: 40px
}

.search-input__trigger .qk-input.qk-input-size-middle {
    width: 100%
}

.search-input .qk-popover {
    left: 0;
    z-index: 96;
    box-shadow: 0 4px 12px -4px rgba(6, 10, 38, .06)
}

.search-input .qk-popover .qk-popover-content {
    box-sizing: border-box;
    padding: 10px;
    height: var(--popover-height);
    overflow-y: auto;
    border-radius: 8px
}

.search-input .qk-popover .qk-popover-content::-webkit-scrollbar {
    width: 4px;
    height: 6px
}

.search-input .qk-popover .qk-popover-content::-webkit-scrollbar-thumb {
    background: rgba(6, 10, 38, .12);
    border-radius: 3px;
    height: 100px
}

.search-input .qk-popover .qk-popover-content::-webkit-scrollbar-track {
    border-radius: 5px;
    margin-top: 4px
}

.search-input .qk-popover.qk-popover-position-bottom-right {
    padding-top: 4px
}

.qk-tabs .qk-tabs-head-wrapper {
    background: rgba(6, 10, 38, .06);
    border: 1px solid rgba(6, 10, 38, .06);
    border-radius: 9px !important;
    padding: 0 1px !important
}

.qk-tabs .qk-tabs-cursor {
    background: #fff;
    box-shadow: 0 2px 8px -2px rgba(6, 10, 38, .06);
    border-radius: 8px;
    height: calc(100% - 2px) !important;
    bottom: 1px !important
}

.qk-tabs .qk-tabs-tab .qk-tab-slider {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(6, 10, 38, .5);
    line-height: 20px;
    font-weight: 400
}

.qk-tabs .qk-tabs-tab-active .qk-tab-slider {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #0d53ff;
    line-height: 20px;
    font-weight: 500
}

.qk-tabs.qk-tabs-position-arrow-mode .qk-tabs-position-arrow-left {
    position: absolute;
    right: 0;
    z-index: 999;
    top: 50%;
    transform: translate3d(100%, -50%, 0px);
    width: 60px;
    height: 200%;
    background-image: linear-gradient(90deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
    display: flex;
    align-items: center;
    cursor: pointer
}

.qk-tabs.qk-tabs-position-arrow-mode .qk-tabs-position-arrow-left .qk-icon {
    transform: rotate(180deg);
    cursor: pointer
}

.qk-tabs.qk-tabs-position-arrow-mode .qk-tabs-position-arrow {
    position: sticky;
    right: 0;
    display: flex;
    flex: 1;
    cursor: pointer;
    z-index: 3
}

.qk-tabs.qk-tabs-position-arrow-mode .qk-tabs-position-arrow div {
    margin-left: 90000%;
    position: relative
}

.qk-tabs.qk-tabs-position-arrow-mode .qk-tabs-position-arrow div span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 50px;
    background-image: linear-gradient(270deg, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%)
}

.qk-tabs.qk-tabs-pc.qk-tabs-type-button .qk-button:hover {
    background-color: rgba(13, 83, 255, .06) !important
}

.qk-tabs.qk-tabs-pc.qk-tabs-type-tab .qk-tabs-tab-content:hover {
    color: var(--font-darkest) !important
}

.qk-tabs.qk-tabs-pc.qk-tabs-type-bubble .qk-tabs-tab-content:hover {
    color: var(--font-darkest) !important
}

.qk-tabs.qk-tabs-pc.qk-tabs-type-radius .qk-tab-radius:hover {
    background-color: #f8f8fa !important
}

.qk-tabs.qk-tabs-type-column {
    display: flex;
    height: 100%
}

.qk-tabs.qk-tabs-type-column.qk-tabs-cursor-active .qk-tabs-cursor {
    top: 50%;
    transform: translateY(-50%)
}

.qk-tabs.qk-tabs-type-column .qk-tabs-head {
    flex-direction: column
}

.qk-tabs.qk-tabs-type-column .qk-tabs-head .qk-tabs-tab {
    flex: 0 0 auto
}

.qk-tabs.qk-tabs-type-column .qk-tabs-head .qk-tabs-cursor {
    border-radius: 2px;
    left: auto;
    right: 0;
    animation-name: zoomInColumn;
    width: var(--tabs-cursor-h);
    height: var(--tabs-cursor-w)
}

.qk-tabs.qk-tabs-type-column .qk-tabs-content {
    flex: 1
}

.qk-tabs.qk-tabs-type-row .qk-tabs-cursor {
    width: var(--tabs-cursor-w);
    height: var(--tabs-cursor-h);
    bottom: 0
}

.qk-tabs.qk-tabs-type-row .qk-tabs-cursor.qk-tabs-cursor-follow {
    left: 0
}

.qk-tabs.qk-tabs-cursor-active .qk-tabs-cursor {
    left: 50%;
    transform: translateX(-50%);
    animation-name: zoomIn;
    animation-duration: .2s;
    animation-fill-mode: both
}

.qk-tabs.qk-tabs-cursor-custom .qk-tabs-head .qk-tabs-cursor {
    width: auto;
    height: auto;
    background: initial;
    border-radius: initial
}

.qk-tabs.qk-tabs-type-button .qk-tabs-head {
    border-bottom: none;
    justify-content: flex-start
}

.qk-tabs.qk-tabs-type-button .qk-tabs-head .qk-tabs-tab {
    flex: none;
    height: var(--btn-m)
}

.qk-tabs.qk-tabs-type-button .qk-tabs-head .qk-tabs-tab.qk-tabs-tab-first .qk-tabs-tab-content {
    padding-left: 0
}

.qk-tabs.qk-tabs-type-button .qk-tabs-head .qk-tabs-tab .qk-tabs-tab-content {
    padding-left: calc(var(--gap-m) / 2);
    padding-right: calc(var(--gap-m) / 2)
}

.qk-tabs.qk-tabs-type-button.qk-tabs-welling > .qk-tabs-content {
    border-top: none
}

.qk-tabs.qk-tabs-type-button-outline {
    --tab-color: #0d53ff;
    --tab-border-size: 1.5px
}

.qk-tabs.qk-tabs-type-button-outline.qk-tabs-pos-1_1, .qk-tabs.qk-tabs-type-button-outline.qk-tabs-pos-1_0 {
    --bg-gray: #fff
}

.qk-tabs.qk-tabs-type-button-outline .qk-tabs-head {
    border-bottom: none;
    justify-content: flex-start
}

.qk-tabs.qk-tabs-type-button-outline .qk-tabs-head .qk-tabs-tab {
    flex: none
}

.qk-tabs.qk-tabs-type-button-outline .qk-tabs-head .qk-tabs-tab.qk-tabs-tab-first .qk-tabs-tab-content {
    padding-left: 0
}

.qk-tabs.qk-tabs-type-button-outline .qk-tabs-head .qk-tabs-tab button {
    border: var(--tab-border-size) solid var(--bg-gray);
    height: calc(var(--btn-m) + 3px);
    padding: 0 calc(var(--btn-gap-m) + var(--tab-border-size))
}

.qk-tabs.qk-tabs-type-button-outline .qk-tabs-head .qk-tabs-tab.qk-tabs-tab-active button {
    border: var(--tab-border-size) solid var(--tab-color);
    background-color: var(--bg-gray)
}

.qk-tabs.qk-tabs-type-button-outline .qk-tabs-head .qk-tabs-tab .qk-tabs-tab-content {
    padding-left: calc(var(--gap-m) / 2 - var(--tab-border-size));
    padding-right: calc(var(--gap-m) / 2 - var(--tab-border-size))
}

.qk-tabs.qk-tabs-type-tab .qk-tabs-head {
    width: 100%
}

.qk-tabs.qk-tabs-type-bubble .qk-tabs-head {
    padding: 2px 0 10px 0;
    border: none
}

.qk-tabs.qk-tabs-type-bubble .qk-tabs-head .qk-tabs-tab {
    height: 62px
}

.qk-tabs.qk-tabs-type-bubble .qk-tabs-head .qk-tabs-tab.qk-tabs-tab-active .qk-tabs-bubble-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px
}

.qk-tabs.qk-tabs-type-bubble .qk-tabs-head .qk-tabs-tab.qk-tabs-tab-active .qk-tabs-bubble-icon:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    top: 28px;
    right: 10px;
    bottom: -3px;
    border: 2px solid var(--primary);
    background-color: #fff;
    border-radius: 4px;
    transform: skewX(-10deg) rotate(38deg)
}

.qk-tabs.qk-tabs-type-bubble .qk-tabs-head .qk-tabs-tab.qk-tabs-tab-active .qk-tabs-bubble-icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 10px;
    right: 5px;
    bottom: 0px;
    background-color: #fff
}

.qk-tabs.qk-tabs-type-bubble .qk-tabs-head .qk-tabs-tab.qk-tabs-tab-active .qk-tabs-tab-content {
    border: 2px solid var(--primary);
    box-shadow: 0 5px 10px 0 rgba(0, 23, 67, .08)
}

.qk-tabs.qk-tabs-type-bubble .qk-tabs-head .qk-tabs-tab .qk-tabs-tab-content {
    background: #fff;
    border: .3px solid #e6e6e6;
    box-shadow: 0 3px 6px 0 rgba(245, 245, 245, .75);
    margin: 0 5px;
    border-radius: 8px
}

.qk-tabs.qk-tabs-type-bubble .qk-tabs-head .qk-tabs-tab .qk-tabs-tab-content .qk-tab-bubble div {
    position: relative;
    z-index: 1;
    text-align: center
}

.qk-tabs.qk-tabs-type-bubble .qk-tabs-head .qk-tabs-tab .qk-tabs-tab-content .qk-tab-bubble span {
    position: relative;
    z-index: 1;
    font-size: 12px;
    color: #5b616d;
    font-weight: var(--font-normal);
    word-break: keep-all;
    white-space: nowrap;
    text-align: center;
    display: block
}

.qk-tabs.qk-tabs-type-radius .qk-tabs-head {
    border-bottom: none
}

.qk-tabs.qk-tabs-type-radius .qk-tabs-head .qk-tabs-tab {
    flex: none;
    height: var(--btn-m)
}

.qk-tabs.qk-tabs-type-radius .qk-tabs-head .qk-tabs-tab.qk-tabs-tab-active .qk-tab-radius {
    color: var(--primary);
    border: var(--border-width) solid var(--border-color-primary);
    background-color: var(--bg-content-primary)
}

.qk-tabs.qk-tabs-type-radius .qk-tabs-head .qk-tabs-tab .qk-tabs-tab-content {
    padding-left: calc(var(--gap-m) / 2);
    padding-right: calc(var(--gap-m) / 2)
}

.qk-tabs.qk-tabs-type-radius .qk-tabs-head .qk-tabs-tab .qk-tab-radius {
    width: 100%;
    height: 100%;
    border: var(--border-width) solid var(--border-color);
    background-color: var(--bg-white);
    border-radius: 300px;
    display: flex;
    align-items: center;
    padding: 0 calc(var(--btn-gap-m) - 1px);
    box-sizing: border-box;
    font-size: var(--font-m);
    font-weight: var(--font-bold);
    color: var(--font-darkest)
}

.qk-tabs.qk-tabs-type-slider {
    --tab-head-color: #F2F6FF;
    --tabs-tab-head-height: 38px
}

.qk-tabs.qk-tabs-type-slider.qk-tabs-type-row .qk-tabs-cursor {
    bottom: 2px
}

.qk-tabs.qk-tabs-type-slider.qk-tabs-type-row .qk-tabs-head-wrapper {
    padding: 0 2px
}

.qk-tabs.qk-tabs-type-slider.qk-tabs-type-row .qk-tabs-head-wrapper .qk-tabs-tab-content {
    color: var(--font-darkest);
    font-weight: var(--font-bold)
}

.qk-tabs.qk-tabs-type-slider.qk-tabs-type-row > .qk-tabs-head {
    width: calc(100% - 4px);
    margin: 0 auto
}

.qk-tabs.qk-tabs-type-slider.qk-tabs-type-row .qk-tabs-tab .qk-tabs-cursor {
    width: 100%;
    z-index: -1
}

.qk-tabs.qk-tabs-type-slider.qk-tabs-type-column .qk-tabs-head {
    height: calc(100% - 4px);
    margin: 0 auto
}

.qk-tabs.qk-tabs-type-slider.qk-tabs-type-column .qk-tabs-cursor {
    width: calc(100% - 4px);
    right: 2px
}

.qk-tabs.qk-tabs-type-slider.qk-tabs-type-column .qk-tabs-tab .qk-tabs-cursor {
    height: 100%;
    z-index: -1
}

.qk-tabs.qk-tabs-type-slider > .qk-tabs-head-wrapper {
    border-radius: 8px
}

.qk-tabs.qk-tabs-type-slider > .qk-tabs-head-wrapper .qk-tabs-head {
    border-bottom: none
}

.qk-tabs.qk-tabs-type-slider .qk-tabs-cursor {
    height: calc(100% - 4px);
    background-color: #fff;
    border-radius: 8px
}

.qk-tabs.qk-tabs-no-border.qk-tabs-welling > .qk-tabs-content {
    border-top: none
}

.qk-tabs.qk-tabs-no-border > .qk-tabs-head-wrapper > .qk-tabs-head {
    border-bottom: none
}

.qk-tabs.qk-tabs-welling > .qk-tabs-head-wrapper {
    margin: 0 calc(0px - (var(--gap-xl)))
}

.qk-tabs.qk-tabs-welling > .qk-tabs-head-wrapper > .qk-tabs-head {
    padding: 0 var(--gap-xl);
    border-bottom: none
}

.qk-tabs.qk-tabs-welling > .qk-tabs-content {
    border-top: 1px solid var(--border-color)
}

.qk-tabs .qk-tabs-head-wrapper {
    display: flex;
    align-items: center;
    overflow-y: hidden;
    background-color: var(--tab-head-color)
}

.qk-tabs .qk-tabs-label {
    position: relative;
    height: 30px
}

.qk-tabs .qk-tabs-label.qk-tabs-has-label {
    flex: none;
    height: auto;
    font-size: var(--font-l-2);
    color: var(--font-darkest);
    line-height: var(--line-height-m);
    font-weight: var(--font-bold);
    word-break: keep-all;
    padding-right: 4px
}

.qk-tabs .qk-tabs-head {
    display: flex;
    height: 100%;
    width: 100%;
    overflow: auto;
    position: relative;
    border-bottom: 1px solid var(--border-color)
}

.qk-tabs .qk-tabs-head.qk-tabs-head-center .qk-tabs-tab {
    flex: 1
}

.qk-tabs .qk-tabs-head.qk-tabs-head-start {
    justify-content: flex-start
}

.qk-tabs .qk-tabs-head.qk-tabs-head-start .qk-tabs-tab {
    flex: none
}

.qk-tabs .qk-tabs-head.qk-tabs-head-end {
    justify-content: flex-end
}

.qk-tabs .qk-tabs-head.qk-tabs-head-end .qk-tabs-tab {
    flex: none
}

.qk-tabs .qk-tabs-head.qk-init-no-animate .qk-tabs-cursor {
    animation-duration: 0s !important
}

.qk-tabs .qk-tabs-head.qk-tabs-init-hidden {
    opacity: 0
}

.qk-tabs .qk-tabs-head::-webkit-scrollbar {
    display: none
}

.qk-tabs .qk-tabs-head .qk-tabs-tab {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--tabs-tab-head-height);
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 2
}

.qk-tabs .qk-tabs-head .qk-tabs-tab.qk-tabs-tab-active .qk-tabs-tab-content {
    color: var(--font-darkest);
    font-weight: var(--font-bold)
}

.qk-tabs .qk-tabs-head .qk-tabs-tab .qk-tabs-tab-content {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--font-darker);
    font-size: var(--font-m);
    font-weight: var(--font-normal);
    padding: 0 15px;
    word-break: keep-all
}

.qk-tabs .qk-tabs-cursor {
    position: absolute;
    background: var(--primary);
    border-radius: 2px
}

.qk-tabs .qk-tabs-cursor.qk-tabs-cursor-follow-transition {
    transition: all .3s cubic-bezier(0.18, 0.89, 0.32, 1.01)
}

.qk-tabs .qk-tabs-cursor.qk-tabs-cursor-hidden {
    visibility: hidden
}

.qk-tabs .qk-tabs-content .qk-tabs-pane {
    display: none
}

.qk-tabs .qk-tabs-content .qk-tabs-pane.qk-tabs-pane-active {
    display: block
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: translateX(-50%) scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomInColumn {
    from {
        opacity: 0;
        transform: translatey(-50%) scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.UCUNNIC:not(.UCEyeProtect) .qk-tabs {
    border-bottom: none !important
}

.UCUNNIC:not(.UCEyeProtect) .qk-tabs.qk-tabs-type-slider .qk-tabs-head-wrapper .qk-tabs-head {
    border-bottom: none !important
}

.UCUNNIC:not(.UCEyeProtect) .qk-tabs.qk-tabs-type-slider .qk-tabs-head-wrapper .qk-tabs-head .qk-tabs-cursor {
    background: #333 !important
}

.UCUNNIC:not(.UCEyeProtect) .qk-tabs-tab, .UCUNNIC:not(.UCEyeProtect) .qk-tabs-pane {
    background: none !important
}

.UCUNNIC:not(.UCEyeProtect) .qk-button, .UCUNNIC:not(.UCEyeProtect) .qk-tab-radius {
    background-color: #1a1a1a !important;
    border: none !important
}

.UCUNNIC:not(.UCEyeProtect) .qk-tabs-head-wrapper .qk-tabs-head .qk-tabs-cursor {
    background: #fff !important
}

.UCUNNIC:not(.UCEyeProtect).qk-tabs-pc .qk-tab-radius:hover {
    background-color: #1a1a1a !important
}

.UCUNNIC:not(.UCEyeProtect) .qk-tabs-tab .qk-tabs-tab-content {
    border: none !important;
    color: #fff !important
}

.UCUNNIC:not(.UCEyeProtect).qk-tabs-type-bubble .qk-tabs-tab-active .qk-tabs-tab-content {
    background-color: #333 !important;
    border: 2px solid #0d53ff !important
}

.UCUNNIC:not(.UCEyeProtect).qk-tabs-type-bubble .qk-tabs-tab-active .qk-tabs-tab-content .qk-tabs-bubble-icon:before, .UCUNNIC:not(.UCEyeProtect).qk-tabs-type-bubble .qk-tabs-tab-active .qk-tabs-tab-content .qk-tabs-bubble-icon:after {
    background-color: #333 !important;
    -webkit-filter: none
}

.UCUNNIC:not(.UCEyeProtect) .qk-tabs-tab-active .qk-tabs-tab-content .qk-button {
    background-color: #333 !important
}

.UCUNNIC:not(.UCEyeProtect) .qk-tabs-tab-active .qk-tabs-tab-content .qk-tab-radius {
    background: #333 !important
}

.UCUNNIC:not(.UCEyeProtect) .qk-tabs-position-arrow-left, .UCUNNIC:not(.UCEyeProtect) .qk-tabs-position-arrow {
    display: none
}

.filter-button {
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
    border: 1px solid #f3f3f5;
    border-radius: 27px;
    padding: 6px 16px;
    height: 34px;
    width: fit-content;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #192338;
    line-height: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    min-width: 65px;
    justify-content: center
}

.filter-button--active {
    background: rgba(13, 83, 255, .06);
    border: 1px solid rgba(13, 83, 255, .08);
    border-radius: 27px;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #0d53ff;
    line-height: 22px;
    font-weight: 500
}

.filter-buttons {
    display: flex;
    align-items: flex-start
}

.filter-buttons__label {
    margin-right: 7px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #192338;
    letter-spacing: 0;
    line-height: 34px;
    font-weight: 400;
    flex-shrink: 0
}

.filter-buttons__label span {
    display: inline-block;
    width: 60px;
    text-align-last: justify
}

.filter-buttons__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -10px;
    height: 34px;
    overflow: hidden;
    margin-bottom: -8px
}

.filter-buttons__list--expand {
    height: unset
}

.filter-buttons__list-item {
    margin-right: 8px;
    margin-bottom: 8px
}

.filter-buttons__list-item:last-child {
    margin-right: 0
}

.filter-buttons__list-wrap {
    position: relative
}

.filter-buttons__arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 9
}

.filter-buttons__arrow--expand {
    top: unset;
    bottom: 8px
}

.filter-buttons__arrow-mask {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.4) 81%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none
}

.filter-buttons__arrow-icon {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.filter-tips {
    background: rgba(6, 10, 38, .03);
    border-radius: 8px;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 12px
}

.filter-tips__content {
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #060a26;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 600;
    margin-left: 6px;
    cursor: pointer
}

.filter-tips__content--checked {
    color: #39569e
}

.filter-tips__sub {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(6, 10, 38, .5);
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    margin-left: 12px
}

.filter-tips__sub--checked {
    color: #39569e
}

.filter-tips__check {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 2px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff
}

.filter-tips__check--checked {
    background: #2652f4;
    border-color: #2652f4
}

.filter-tips__empty {
    margin-left: 12px;
    display: flex;
    align-items: center;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: rgba(6, 10, 38, .5);
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400
}

.filter-tips__fill-score {
    margin-left: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #294c74;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400
}

.filter-tips__fill-score img {
    width: 14px;
    height: 14px
}

.college-item {
    display: flex;
    align-items: center;
    border-radius: 8px;
    padding: 14px 12px;
    background: rgba(6, 10, 38, 0);
    cursor: pointer
}

.college-item:hover {
    background: rgba(13, 83, 255, .03)
}

.college-item--small {
    border: none;
    border-radius: 6px;
    padding: 8px 10px
}

.college-item--active {
    background: rgba(13, 83, 255, .03)
}

.college-item--hidden {
    visibility: hidden
}

.college-item__left {
    width: 52px;
    height: 52px
}

.college-item__left img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.college-item__right {
    display: flex;
    margin-left: 12px;
    flex-direction: column
}

.college-item__right-top {
    display: flex;
    align-items: center
}

.college-item__right-bottom {
    margin-top: 4px
}

.college-item__title {
    font-size: 16px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #060a26;
    letter-spacing: 0;
    line-height: 24px
}

.college-item__content {
    margin-right: 12px;
    font-size: 14px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(6, 10, 38, .5);
    line-height: 22px
}

.college-item__tag {
    display: inline-block;
    margin-left: 4px;
    border-radius: 4px;
    padding: 0 4.5px;
    height: 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: #5c6678;
    background: rgba(0, 0, 0, .03);
    letter-spacing: 0;
    line-height: 20px
}

.college-item__name {
    flex-grow: 1;
    display: flex
}

.college-item__score {
    display: flex;
    align-items: center;
    width: 296px;
    flex-shrink: 1
}

.college-item__score-item {
    display: flex;
    align-items: center;
    width: 88px
}

.college-item__score-item-title {
    margin-right: 6px;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    line-height: 16px
}

.college-item__score-item-title--orange {
    color: #ff6f3d;
    background-color: rgba(255, 111, 61, .1)
}

.college-item__score-item-title--blue {
    color: #0d53ff;
    background: rgba(13, 83, 255, .1)
}

.college-item__score-item-value {
    font-size: 14px;
    font-weight: 500;
    color: rgba(6, 10, 38, .8);
    line-height: 24px
}

.college-item__compare-button {
    display: flex;
    align-items: center;
    margin-right: 12px;
    border: 1px solid rgba(6, 10, 38, .06);
    border-radius: 8px;
    padding: 8px 16px;
    width: 80px;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    box-sizing: border-box
}

.college-item__compare-button span {
    margin-left: 4px;
    color: rgba(6, 10, 38, .8);
    flex-shrink: 0
}

.college-list {
    position: relative;
    flex-grow: 1;
    margin-bottom: 10px
}

.college-list__row {
    margin-bottom: 16px;
    display: flex;
    align-items: center
}

.college-list__item {
    flex: 1
}

.college-list__no-more {
    font-size: 12px;
    font-family: PingFangSC-Medium;
    line-height: 14px;
    color: rgba(6, 10, 38, .5);
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    height: 14px
}

.college-list__main {
    box-sizing: border-box;
    margin-left: -12px;
    margin-right: -12px
}

.college-list__header {
    font-size: 14px;
    color: rgba(6, 10, 38, .5);
    line-height: 22px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f3f3f5
}

.college-list__header-name {
    flex-grow: 1
}

.college-list__header-score {
    width: 308px;
    flex-shrink: 1
}

.college-list__header-compare {
    width: 80px
}

.college-list .no-content {
    position: absolute;
    width: 100%
}

.pc-buwang-temp {
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pc-buwang-temp .click {
    position: absolute;
    z-index: 31;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    min-width: 1024px
}

.pc-buwang-main .main {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 480px;
    padding-top: 160px;
    background-color: #fff;
    border: 1px solid rgba(6, 10, 38, .12);
    box-shadow: 0 32px 64px -12px rgba(6, 10, 38, .24);
    border-radius: 16px;
    background-position: center top;
    background-size: 480px 160px;
    background-repeat: no-repeat;
    z-index: 1000000;
    box-sizing: border-box
}

.pc-buwang-main .mask {
    position: fixed;
    z-index: 100000;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    min-width: 1024px;
    background-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(3px)
}

.pc-buwang-main .close {
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURUdwTAAMJAYKJgwMIwYKJQUKJgUKJwYKJrW5k+AAAAAHdFJOUwAV1BbTamkry3kSAAAAa0lEQVQY02NgIBYEQigxEMFaZACimNUTwKQiiCNUJACnmNUdwYoZQVJGJQIQrUApmARYCi4BkoJLgKQQEkCjihAcoxKIXRAJRyG4FNAoRpgU2A6YlBDIKKgUI8QOiBQrxA5G9QAkz5kSHRoAxeQQBniwFgwAAAAASUVORK5CYII=) center center no-repeat #fff;
    background-size: 12px;
    right: 10px;
    top: 10px;
    border-radius: 24px;
    cursor: pointer
}

.pc-buwang-main .content {
    padding: 20px;
    font-size: 14px
}

.pc-buwang-main .content__tips {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: rgba(6, 10, 38, .4);
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400
}

.pc-buwang-main .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: var(--font-bold);
    margin-bottom: 10px;
    font-family: PingFang SC;
    color: #060a26
}

.pc-buwang-main .btns {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

.pc-buwang-main .btns .download {
    background: #4d80ff;
    border: 1px solid rgba(6, 10, 38, .06);
    border-radius: 8px;
    color: #fff;
    font-family: PingFang SC;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 182px;
    box-sizing: border-box;
    font-weight: var(--font-bold);
    cursor: pointer;
    height: 32px
}

.layout-wrapper {
    background: url(https://cdn.sm.cn/static/25/04/28/72adad6f63fe239966875f0ed33739fa.png) #fff center top no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
    height: 100%;
    overflow: auto
}

.layout-wrapper__content {
    padding-bottom: 60px;
    position: relative
}

.download-guide {
    width: 400px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.download-guide__title {
    font-family: MicrosoftYaHeiSemibold;
    font-size: 32px;
    color: #1f2026;
    text-align: center;
    font-weight: 600
}

.download-guide__button {
    text-decoration: none;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 400;
    display: inline-block;
    background: #0d53ff;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    width: 122px;
    height: 40px;
    margin-top: 24px
}

.download-guide__wrap .qk-modal {
    width: 400px !important;
    height: 200px !important
}

.download-guide__wrap .qk-modal-container {
    padding: 0 !important
}
