@charset "UTF-8";

.cdc-login-bubble.tea-bubble {
    max-width: none;
    width: 380px
}

.cdc-login-bubble .tea-bubble__inner {
    background: #fff;
    border: 1px solid #e8ecf1;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    border-radius: 4px;
    padding: 0
}

.cdc-login-bubble.tea-bubble--top .tea-bubble__inner:before {
    border-bottom-color: #e8ecf1
}

.cdc-login-bubble.tea-bubble--top .tea-bubble__inner:after {
    border-bottom-color: #2879ff
}

.cdc-login-bubble-head {
    background: linear-gradient(73.7deg, #5a94ff 26.73%, #2879ff 93.34%);
    padding: 18px 28px 18px 94px;
    box-sizing: border-box
}

.cdc-login-bubble-tit {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fff
}

.cdc-login-bubble-ip {
    position: absolute;
    left: -4px;
    top: -33px;
    width: 105px;
    height: 86px;
    background-image: url(../../images/ip-img_f11.png);
    background-size: cover
}

.cdc-login-bubble-con {
    padding: 20px 38px 24px 24px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 20px
}

.cdc-login-bubble-item {
    padding-left: 28px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    max-width: 8em;
    position: relative
}

.cdc-login-bubble-item:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 5.3156146179401995% 100%;
    background-size: 1981.25% auto;
    position: absolute;
    top: 3px;
    left: 0
}

.cdc-login-bubble-foot {
    padding-bottom: 24px;
    box-sizing: border-box;
    text-align: center
}

.cdc-login-bubble-foot .cdc-btn {
    width: 200px;
    height: 40px;
    line-height: 38px
}

.cdc-tip-bubble {
    width: 358px;
    height: 158px;
    background: linear-gradient(28.16deg, #f7fbff 54.99%, rgba(243, 247, 250, 0) 112.88%), #fff;
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    transition: opacity .3s, width .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s, width .3s;
    transition: opacity .3s, transform .3s, width .3s, -webkit-transform .3s;
    z-index: 1;
    overflow: hidden
}

.cdc-tip-bubble-inner {
    width: 100%;
    height: 100%;
    background-image: url(../../images/bg_c68.png);
    background-size: 100% 100%;
    border-radius: 2px;
    position: relative
}

.cdc-tip-bubble-inner>.cdc-svg-icon-con {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.cdc-tip-bubble-text {
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    padding: 20px;
    box-sizing: border-box;
    background-image: url(../../images/ip-img_662.png);
    background-size: 163px 114px;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.cdc-tip-bubble-text>div {
    max-width: 168px;
    margin-bottom: 12px
}

.cdc-tip-bubble-text>div>.cdc-svg-icon {
    display: inline-block;
    vertical-align: middle
}

.cdc-tip-bubble.is-close {
    opacity: 0;
    width: 0
}

[class*=tpm1-],
[class*=tpm1-]:after,
[class*=tpm1-]:before,
[class*=tpm1-]:focus {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none
}

.tpm1-pc-block {
    display: block !important
}

.tpm1-pc-inline-block {
    display: inline-block !important
}

.tpm1-pc-hide {
    display: none !important
}

@media (max-width:768px) {
    .tpm1-pad-block {
        display: block !important
    }

    .tpm1-pad-inline-block {
        display: inline-block !important
    }

    .tpm1-pad-hide {
        display: none !important
    }
}

@media (max-width:600px) {
    .tpm1-phone-block {
        display: block !important
    }

    .tpm1-phone-inline-block {
        display: inline-block !important
    }

    .tpm1-phone-hide {
        display: none !important
    }
}

@media screen and (max-width:768px) {
    .tpm-gap+.tpm-gap:before {
        display: block;
        content: "";
        height: 16px;
        background: #f3f5f8;
        box-shadow: inset 0 -2px 5px 0 #c6ccd7;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        position: relative;
        z-index: 1
    }
}

.tpm1-collapse__panel-hd {
    position: relative;
    padding: 13px 38px 13px 16px;
    background-image: linear-gradient(0deg, #fff, #f3f5f8);
    border: solid #fff;
    border-width: 2px 2px 0;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1), -8px -8px 20px 0 #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer
}

.tpm1-collapse__panel-hd:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -4px;
    width: 12px;
    height: 8px;
    background-image: url(../../images/caret_2f7.svg);
    background-repeat: no-repeat
}

.tpm1-collapse__panel-icon {
    display: block;
    width: 32px;
    height: 32px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-right: 12px
}

.tpm1-collapse__panel-title {
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    padding: 3px 0;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 26px
}

.tpm1-collapse__panel-bd {
    position: relative;
    z-index: 2;
    background: #f5f7fa;
    padding: 24px 16px 32px
}

.tpm1-collapse__panel.is-open>.tpm1-collapse__panel-hd .tpm1-collapse__panel-title {
    color: #0052d9
}

.tpm1-collapse__panel.is-open>.tpm1-collapse__panel-hd:after {
    background-image: url(../../images/caret-open_752.svg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.tpm1-collapse--ani .tpm1-collapse__panel-icon {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    margin-left: -4px;
    margin-top: -4px
}

@media screen and (max-width:600px) {
    .tpm1-collapse__panel-bd {
        padding-left: 16px;
        padding-right: 16px
    }
}

.cdc-share-options__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 16px
}

.cdc-share-options__list {
    width: 102px;
    margin-bottom: -16px
}

.cdc-share-options__item {
    margin-bottom: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #4c6186
}

.cdc-share-options__item-icon {
    display: block;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.cdc-share-options__item-icon.qq {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 73.72013651877133% 82.22222222222221%;
    background-size: 1320.8333333333335% auto
}

.cdc-share-options__item-icon.wechat {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 89.07849829351537% 26.666666666666668%;
    background-size: 1320.8333333333335% auto
}

.cdc-share-options__item-icon.sina {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 57.33788395904437% 82.22222222222221%;
    background-size: 1320.8333333333335% auto
}

.cdc-share-options__item-icon.poster {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 65.52901023890784% 82.22222222222221%;
    background-size: 1320.8333333333335% auto
}

.cdc-share-options__item-icon.link {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 80.88737201365188% 17.77777777777778%;
    background-size: 1320.8333333333335% auto
}

.cdc-share-options__item-text {
    font-size: 14px;
    line-height: 22px
}

.cdc-share-options__item:hover {
    color: #0052d9
}

.cdc-share-options__bubble .tea-bubble__inner {
    background: #fff;
    padding: 16px 26px 24px;
    border: 1px solid #f0f3f8;
    box-shadow: 0 4px 16px rgba(76, 97, 134, .1);
    font-family: Pingfang SC, helvetica neuepingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important
}

.cdc-share-options__bubble .tea-bubble--left .tea-bubble__inner:after {
    border-right-color: #fff;
    margin-right: -1px
}

.cdc-share-options__bubble .tea-bubble--left .tea-bubble__inner:before {
    border-right-color: #f0f3f8
}

.cdc-share-options__bubble .tea-bubble--right .tea-bubble__inner:after {
    border-left-color: #fff;
    margin-left: -1px
}

.cdc-share-options__bubble .tea-bubble--right .tea-bubble__inner:before {
    border-left-color: #f0f3f8
}

.cdc-share-options__bubble .tea-bubble--top .tea-bubble__inner:after {
    border-bottom-color: #fff;
    margin-bottom: -1px
}

.cdc-share-options__bubble .tea-bubble--top .tea-bubble__inner:before {
    border-bottom-color: #f0f3f8
}

.cdc-share-options__bubble.item .tea-bubble__inner {
    padding: 11px
}

.cdc-share-options__bubble-qr>img {
    display: block;
    margin-bottom: 6px;
    width: 130px;
    height: 130px;
    border: 4px solid transparent;
    box-sizing: border-box
}

.cdc-share-options__bubble-text {
    font-size: 12px;
    color: #454545;
    text-align: center
}

[class*=tp-],
[class*=tp-]:after,
[class*=tp-]:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent
}

[class*=tp-]:focus {
    outline: none
}

.tp-overflow-hidden {
    overflow: hidden !important
}

[class*=tp-][type=search]::-webkit-search-decoration,
[class^=tp-][type=search]::-webkit-search-decoration {
    outline: 0;
    -webkit-appearance: none
}

.tp-ma-1n {
    margin: 4px
}

.tp-ma-2n {
    margin: 8px
}

.tp-ma-3n {
    margin: 12px
}

.tp-ma-4n {
    margin: 16px
}

.tp-ma-5n {
    margin: 20px
}

@media screen and (max-width:768px) {
    .tp-ma-pad-1n {
        margin: 4px
    }

    .tp-ma-pad-2n {
        margin: 8px
    }

    .tp-ma-pad-3n {
        margin: 12px
    }

    .tp-ma-pad-4n {
        margin: 16px
    }

    .tp-ma-pad-5n {
        margin: 20px
    }
}

@media screen and (max-width:600px) {
    .tp-ma-phone-1n {
        margin: 4px
    }

    .tp-ma-phone-2n {
        margin: 8px
    }

    .tp-ma-phone-3n {
        margin: 12px
    }

    .tp-ma-phone-4n {
        margin: 16px
    }

    .tp-ma-phone-5n {
        margin: 20px
    }
}

.tp-mt-1n {
    margin-top: 4px
}

.tp-mt-2n {
    margin-top: 8px
}

.tp-mt-3n {
    margin-top: 12px
}

.tp-mt-4n {
    margin-top: 16px
}

.tp-mt-5n {
    margin-top: 20px
}

@media screen and (max-width:768px) {
    .tp-mt-pad-1n {
        margin-top: 4px
    }

    .tp-mt-pad-2n {
        margin-top: 8px
    }

    .tp-mt-pad-3n {
        margin-top: 12px
    }

    .tp-mt-pad-4n {
        margin-top: 16px
    }

    .tp-mt-pad-5n {
        margin-top: 20px
    }
}

@media screen and (max-width:600px) {
    .tp-mt-phone-1n {
        margin-top: 4px
    }

    .tp-mt-phone-2n {
        margin-top: 8px
    }

    .tp-mt-phone-3n {
        margin-top: 12px
    }

    .tp-mt-phone-4n {
        margin-top: 16px
    }

    .tp-mt-phone-5n {
        margin-top: 20px
    }
}

.tp-mb-1n {
    margin-bottom: 4px
}

.tp-mb-2n {
    margin-bottom: 8px
}

.tp-mb-3n {
    margin-bottom: 12px
}

.tp-mb-4n {
    margin-bottom: 16px
}

.tp-mb-5n {
    margin-bottom: 20px
}

@media screen and (max-width:768px) {
    .tp-mb-pad-1n {
        margin-bottom: 4px
    }

    .tp-mb-pad-2n {
        margin-bottom: 8px
    }

    .tp-mb-pad-3n {
        margin-bottom: 12px
    }

    .tp-mb-pad-4n {
        margin-bottom: 16px
    }

    .tp-mb-pad-5n {
        margin-bottom: 20px
    }
}

@media screen and (max-width:600px) {
    .tp-mb-phone-1n {
        margin-bottom: 4px
    }

    .tp-mb-phone-2n {
        margin-bottom: 8px
    }

    .tp-mb-phone-3n {
        margin-bottom: 12px
    }

    .tp-mb-phone-4n {
        margin-bottom: 16px
    }

    .tp-mb-phone-5n {
        margin-bottom: 20px
    }
}

.tp-ml-1n {
    margin-left: 4px
}

.tp-ml-2n {
    margin-left: 8px
}

.tp-ml-3n {
    margin-left: 12px
}

.tp-ml-4n {
    margin-left: 16px
}

.tp-ml-5n {
    margin-left: 20px
}

@media screen and (max-width:768px) {
    .tp-ml-pad-1n {
        margin-left: 4px
    }

    .tp-ml-pad-2n {
        margin-left: 8px
    }

    .tp-ml-pad-3n {
        margin-left: 12px
    }

    .tp-ml-pad-4n {
        margin-left: 16px
    }

    .tp-ml-pad-5n {
        margin-left: 20px
    }
}

@media screen and (max-width:600px) {
    .tp-ml-phone-1n {
        margin-left: 4px
    }

    .tp-ml-phone-2n {
        margin-left: 8px
    }

    .tp-ml-phone-3n {
        margin-left: 12px
    }

    .tp-ml-phone-4n {
        margin-left: 16px
    }

    .tp-ml-phone-5n {
        margin-left: 20px
    }
}

.tp-mr-1n {
    margin-right: 4px
}

.tp-mr-2n {
    margin-right: 8px
}

.tp-mr-3n {
    margin-right: 12px
}

.tp-mr-4n {
    margin-right: 16px
}

.tp-mr-5n {
    margin-right: 20px
}

@media screen and (max-width:768px) {
    .tp-mr-pad-1n {
        margin-right: 4px
    }

    .tp-mr-pad-2n {
        margin-right: 8px
    }

    .tp-mr-pad-3n {
        margin-right: 12px
    }

    .tp-mr-pad-4n {
        margin-right: 16px
    }

    .tp-mr-pad-5n {
        margin-right: 20px
    }
}

@media screen and (max-width:600px) {
    .tp-mr-phone-1n {
        margin-right: 4px
    }

    .tp-mr-phone-2n {
        margin-right: 8px
    }

    .tp-mr-phone-3n {
        margin-right: 12px
    }

    .tp-mr-phone-4n {
        margin-right: 16px
    }

    .tp-mr-phone-5n {
        margin-right: 20px
    }
}

.tp-pa-1n {
    padding: 4px
}

.tp-pa-2n {
    padding: 8px
}

.tp-pa-3n {
    padding: 12px
}

.tp-pa-4n {
    padding: 16px
}

.tp-pa-5n {
    padding: 20px
}

@media screen and (max-width:768px) {
    .tp-pa-pad-1n {
        padding: 4px
    }

    .tp-pa-pad-2n {
        padding: 8px
    }

    .tp-pa-pad-3n {
        padding: 12px
    }

    .tp-pa-pad-4n {
        padding: 16px
    }

    .tp-pa-pad-5n {
        padding: 20px
    }
}

@media screen and (max-width:600px) {
    .tp-pa-phone-1n {
        padding: 4px
    }

    .tp-pa-phone-2n {
        padding: 8px
    }

    .tp-pa-phone-3n {
        padding: 12px
    }

    .tp-pa-phone-4n {
        padding: 16px
    }

    .tp-pa-phone-5n {
        padding: 20px
    }
}

.tp-pt-1n {
    padding-top: 4px
}

.tp-pt-2n {
    padding-top: 8px
}

.tp-pt-3n {
    padding-top: 12px
}

.tp-pt-4n {
    padding-top: 16px
}

.tp-pt-5n {
    padding-top: 20px
}

@media screen and (max-width:768px) {
    .tp-pt-pad-1n {
        padding-top: 4px
    }

    .tp-pt-pad-2n {
        padding-top: 8px
    }

    .tp-pt-pad-3n {
        padding-top: 12px
    }

    .tp-pt-pad-4n {
        padding-top: 16px
    }

    .tp-pt-pad-5n {
        padding-top: 20px
    }
}

@media screen and (max-width:600px) {
    .tp-pt-phone-1n {
        padding-top: 4px
    }

    .tp-pt-phone-2n {
        padding-top: 8px
    }

    .tp-pt-phone-3n {
        padding-top: 12px
    }

    .tp-pt-phone-4n {
        padding-top: 16px
    }

    .tp-pt-phone-5n {
        padding-top: 20px
    }
}

.tp-pb-1n {
    padding-bottom: 4px
}

.tp-pb-2n {
    padding-bottom: 8px
}

.tp-pb-3n {
    padding-bottom: 12px
}

.tp-pb-4n {
    padding-bottom: 16px
}

.tp-pb-5n {
    padding-bottom: 20px
}

@media screen and (max-width:768px) {
    .tp-pb-pad-1n {
        padding-bottom: 4px
    }

    .tp-pb-pad-2n {
        padding-bottom: 8px
    }

    .tp-pb-pad-3n {
        padding-bottom: 12px
    }

    .tp-pb-pad-4n {
        padding-bottom: 16px
    }

    .tp-pb-pad-5n {
        padding-bottom: 20px
    }
}

@media screen and (max-width:600px) {
    .tp-pb-phone-1n {
        padding-bottom: 4px
    }

    .tp-pb-phone-2n {
        padding-bottom: 8px
    }

    .tp-pb-phone-3n {
        padding-bottom: 12px
    }

    .tp-pb-phone-4n {
        padding-bottom: 16px
    }

    .tp-pb-phone-5n {
        padding-bottom: 20px
    }
}

.tp-pl-1n {
    padding-left: 4px
}

.tp-pl-2n {
    padding-left: 8px
}

.tp-pl-3n {
    padding-left: 12px
}

.tp-pl-4n {
    padding-left: 16px
}

.tp-pl-5n {
    padding-left: 20px
}

@media screen and (max-width:768px) {
    .tp-pl-pad-1n {
        padding-left: 4px
    }

    .tp-pl-pad-2n {
        padding-left: 8px
    }

    .tp-pl-pad-3n {
        padding-left: 12px
    }

    .tp-pl-pad-4n {
        padding-left: 16px
    }

    .tp-pl-pad-5n {
        padding-left: 20px
    }
}

@media screen and (max-width:600px) {
    .tp-pl-phone-1n {
        padding-left: 4px
    }

    .tp-pl-phone-2n {
        padding-left: 8px
    }

    .tp-pl-phone-3n {
        padding-left: 12px
    }

    .tp-pl-phone-4n {
        padding-left: 16px
    }

    .tp-pl-phone-5n {
        padding-left: 20px
    }
}

.tp-pr-1n {
    padding-right: 4px
}

.tp-pr-2n {
    padding-right: 8px
}

.tp-pr-3n {
    padding-right: 12px
}

.tp-pr-4n {
    padding-right: 16px
}

.tp-pr-5n {
    padding-right: 20px
}

@media screen and (max-width:768px) {
    .tp-pr-pad-1n {
        padding-right: 4px
    }

    .tp-pr-pad-2n {
        padding-right: 8px
    }

    .tp-pr-pad-3n {
        padding-right: 12px
    }

    .tp-pr-pad-4n {
        padding-right: 16px
    }

    .tp-pr-pad-5n {
        padding-right: 20px
    }
}

@media screen and (max-width:600px) {
    .tp-pr-phone-1n {
        padding-right: 4px
    }

    .tp-pr-phone-2n {
        padding-right: 8px
    }

    .tp-pr-phone-3n {
        padding-right: 12px
    }

    .tp-pr-phone-4n {
        padding-right: 16px
    }

    .tp-pr-phone-5n {
        padding-right: 20px
    }
}

.tp-dis-block {
    display: block !important
}

.tp-dis-inline-block {
    display: inline-block !important
}

.tp-dis-none {
    display: none !important
}

@media screen and (max-width:768px) {
    .tp-dis-pad-block {
        display: block !important
    }

    .tp-dis-pad-inline-block {
        display: inline-block !important
    }

    .tp-dis-pad-none {
        display: none !important
    }
}

@media screen and (max-width:600px) {
    .tp-dis-phone-block {
        display: block !important
    }

    .tp-dis-phone-inline-block {
        display: inline-block !important
    }

    .tp-dis-phone-none {
        display: none !important
    }
}

.tp-form {
    display: table
}

.tp-form-title {
    padding-bottom: 25px;
    font-size: 16px
}

.tp-form-des {
    margin-top: -20px;
    padding: 0 0 20px;
    color: #666;
    font-size: 12px
}

.tp-form__item {
    display: table-row;
    font-size: 14px;
    line-height: 24px
}

.tp-form__item .tp-upload-image {
    margin-bottom: 0
}

.tp-form__item.is-error .tp-cascader-select-btn,
.tp-form__item.is-error .tp-cascader-select:focus .tp-cascader-select-btn,
.tp-form__item.is-error .tp-cascader-select:hover .tp-cascader-select-btn,
.tp-form__item.is-error .tp-dropdown__header,
.tp-form__item.is-error .tp-dropdown__header:focus,
.tp-form__item.is-error .tp-dropdown__header:hover,
.tp-form__item.is-error .tp-input,
.tp-form__item.is-error .tp-input--wrap,
.tp-form__item.is-error .tp-input--wrap:focus,
.tp-form__item.is-error .tp-input--wrap:hover,
.tp-form__item.is-error .tp-input:focus,
.tp-form__item.is-error .tp-input:hover,
.tp-form__item.is-error .tp-select-btn,
.tp-form__item.is-error .tp-textarea,
.tp-form__item.is-error .tp-textarea:focus,
.tp-form__item.is-error .tp-textarea:hover {
    color: #e54545;
    border: 1px solid #e54545
}

.tp-form__item.is-error .tp-input--wrap .tp-input {
    border: none
}

.tp-form__item.is-error .tp-dropdown__value,
.tp-form__item.is-error .tp-phone-input.is-focus .tp-phone-input__label,
.tp-form__item.is-error .tp-phone-input__label {
    color: #e54545
}

.tp-form__item.is-error .tp-cascader-select-btn-caret,
.tp-form__item.is-error .tp-dropdown__icon {
    background-image: url(../../images/icon-arrow-error_eea.svg)
}

.tp-form__item.is-error .tp-form__item-message {
    color: #e54545
}

.tp-form__item--airlabel {
    position: relative;
    display: block
}

.tp-form__item--airlabel .tp-form__item-label {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 1;
    min-width: 0;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
    transition: all .1s ease-in;
    pointer-events: none
}

.tp-form__item--airlabel .tp-form__item-controls {
    display: block;
    margin-bottom: 24px;
    padding-bottom: 0
}

.tp-form__item--airlabel .tp-input,
.tp-form__item--airlabel .tp-input-wrap {
    height: 40px;
    padding: 7px 10px;
    line-height: 24px
}

.tp-form__item--airlabel-action .tp-form__item-label,
.tp-form__item.is-disabled .tp-form__item-label,
.tp-form__item.is-focus .tp-form__item-label,
.tp-form__item.is-readonly .tp-form__item-label {
    top: -10px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 2px;
    transition: all .1s ease-in
}

.tp-form__item.is-focus .tp-form__item-label {
    color: #00a4ff
}

.tp-form__item.is-error.tp-form__item--airlabel .tp-form__item-label {
    color: #e54545
}

.tp-form__item.is-required .tp-form__item-label:after {
    position: absolute;
    display: inline-block;
    margin: 5px 0 0 3px;
    color: #e54545;
    line-height: 1;
    content: "*"
}

.tp-form__item-controls {
    display: table-cell;
    width: 100%;
    padding-bottom: 24px;
    vertical-align: middle
}

.tp-form__item-label {
    display: table-cell;
    min-width: 80px;
    padding-top: 6px;
    padding-right: 16px;
    padding-bottom: 30px;
    color: #999;
    vertical-align: top
}

.tp-form--vertical,
.tp-form--vertical .tp-form__item {
    display: block
}

.tp-form--vertical .tp-form__item-controls {
    display: block;
    margin-bottom: 24px;
    padding-bottom: 0
}

.tp-form--vertical .tp-form__item-label {
    display: block;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px
}

.tp-form--vertical .tp-form__item--airlabel-action .tp-form__item-label,
.tp-form--vertical .tp-form__item.is-disabled .tp-form__item-label,
.tp-form--vertical .tp-form__item.is-focus .tp-form__item-label,
.tp-form--vertical .tp-form__item.is-readonly .tp-form__item-label {
    padding: 0 4px
}

.tp-form__item-message {
    margin-top: 4px;
    color: #999;
    font-size: 12px;
    line-height: 20px
}

.tp-form__item-message:after {
    display: table;
    clear: both;
    content: ""
}

.tp-form__item-message-extra {
    float: right;
    margin-left: 10px
}

.tp-form__action {
    margin-top: 16px;
    padding-top: 16px
}

.tp-form__action .tp-btn {
    margin-right: 20px
}

.tp-form__action .tp-btn.size-full-width {
    margin-right: 0
}

.tp-form__action .tp-btn.size-full-width+.size-full-width {
    margin-top: 24px
}

.tp-form.is-readonly .tp-form__item-label {
    min-width: 0;
    padding-top: 0;
    padding-bottom: 12px;
    white-space: nowrap
}

.tp-form.is-readonly .tp-form__item-controls {
    padding-bottom: 12px
}

.tp-form.is-readonly.tp-form--vertical .tp-form__item-label {
    padding-right: 0;
    padding-bottom: 5px
}

.tp-form__item-text {
    color: #333
}

@media screen and (max-width:600px) {
    .tp-form__item--airlabel .tp-form__item-label {
        top: 12px
    }

    .tp-form__item--airlabel .tp-input,
    .tp-form__item--airlabel .tp-input-wrap {
        height: 48px;
        line-height: 46px
    }

    .tp-form__item--airlabel-action .tp-form__item-label,
    .tp-form__item.is-disabled .tp-form__item-label,
    .tp-form__item.is-focus .tp-form__item-label,
    .tp-form__item.is-readonly .tp-form__item-label {
        top: -10px
    }
}

.tp-overlay {
    position: fixed;
    z-index: 1001
}

.tp-dropdown {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    outline: none
}

.tp-dropdown__header {
    box-sizing: border-box;
    width: 400px;
    height: 36px;
    padding: 0 36px 0 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    outline: none;
    cursor: pointer
}

.tp-dropdown__header:focus,
.tp-dropdown__header:hover {
    border-color: #b3b3b3
}

.tp-dropdown__header .tp-dropdown__icon {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -8px
}

.tp-dropdown__value {
    overflow: hidden;
    color: #333;
    font-size: 14px;
    line-height: 34px;
    white-space: nowrap;
    text-align: left
}

.tp-dropdown__icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 0;
    vertical-align: middle;
    background-image: url(../../images/icon-arrow_fcf.svg);
    background-repeat: no-repeat;
    background-position: inherit
}

.tp-dropdown-box {
    position: relative;
    min-width: 400px;
    background-color: #fff;
    border: 1px solid #e5e8ed;
    -o-border-image: initial;
    border-image: initial;
    box-shadow: 0 2px 4px 0 rgba(3, 27, 78, .12)
}

.tp-dropdown-box__inner {
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: auto
}

.tp-dropdown-box--searchable .tp-dropdown-box__inner {
    max-height: none
}

.tp-dropdown-box--searchable .tp-search {
    width: 100%
}

.tp-dropdown-box--searchable .tp-input--wrap {
    border-color: transparent transparent #e5e5e5
}

.tp-dropdown-box--searchable .tp-list {
    max-height: 240px;
    margin-top: 1px;
    overflow-x: hidden;
    overflow-y: auto
}

.tp-dropdown.is-expanded .tp-dropdown__header {
    border-color: #b3b3b3
}

.tp-dropdown.is-expanded .tp-dropdown__header.tp-dropdown--text {
    border-color: transparent
}

.tp-dropdown.is-expanded .tp-dropdown__header.tp-dropdown--text .tp-dropdown__value {
    color: #00a4ff
}

.tp-dropdown.is-expanded .tp-dropdown__header.tp-dropdown--text .tp-dropdown__icon {
    background-image: url(../../images/link-arrow-down-hover_583.svg)
}

.tp-dropdown.is-disabled .tp-dropdown__header {
    cursor: default
}

.tp-dropdown.is-disabled .tp-dropdown__header .tp-dropdown__value {
    color: #999
}

.tp-dropdown.is-disabled .tp-dropdown__header:focus,
.tp-dropdown.is-disabled .tp-dropdown__header:hover {
    border-color: #e5e8ed
}

.tp-dropdown.is-disabled .tp-dropdown__header.tp-dropdown--text {
    border-color: transparent;
    cursor: default
}

.tp-dropdown.is-disabled .tp-dropdown__header.tp-dropdown--text .tp-dropdown__value {
    color: #999
}

.tp-dropdown.is-disabled .tp-dropdown__header.tp-dropdown--text .tp-dropdown__icon {
    background-image: url(../../images/link-arrow-down-disabled_c0f.svg)
}

.tp-dropdown.is-disabled .tp-dropdown__header.tp-dropdown--text:focus .tp-dropdown__value,
.tp-dropdown.is-disabled .tp-dropdown__header.tp-dropdown--text:hover .tp-dropdown__value {
    color: #999
}

.tp-dropdown.is-disabled .tp-dropdown__header.tp-dropdown--text:focus .tp-dropdown__icon,
.tp-dropdown.is-disabled .tp-dropdown__header.tp-dropdown--text:hover .tp-dropdown__icon {
    background-image: url(../../images/link-arrow-down-disabled_c0f.svg)
}

.tp-dropdown.size-l .tp-dropdown__header {
    height: 40px;
    line-height: 38px
}

.tp-dropdown.size-l .tp-dropdown__value {
    line-height: 38px
}

.tp-dropdown.size-s .tp-dropdown__header {
    height: 32px;
    line-height: 30px
}

.tp-dropdown.size-s .tp-dropdown__value {
    line-height: 30px
}

.tp-dropdown.size-full-width,
.tp-dropdown.size-full-width .tp-dropdown__header {
    width: 100%
}

@media screen and (max-width:600px) {
    .tp-dropdown-box {
        min-width: 300px
    }

    .tp-dropdown.m-size-xxl .tp-dropdown__header {
        height: 48px;
        line-height: 46px
    }

    .tp-dropdown.m-size-xxl .tp-dropdown__value {
        line-height: 46px
    }
}

.tp-dropdown__header.tp-dropdown--text {
    width: auto;
    height: 20px;
    padding: 0 14px 0 0;
    border: 0
}

.tp-dropdown__header.tp-dropdown--text:focus,
.tp-dropdown__header.tp-dropdown--text:hover {
    border-color: transparent
}

.tp-dropdown__header.tp-dropdown--text:focus .tp-dropdown__value,
.tp-dropdown__header.tp-dropdown--text:hover .tp-dropdown__value {
    color: #00a4ff
}

.tp-dropdown__header.tp-dropdown--text:focus .tp-dropdown__icon,
.tp-dropdown__header.tp-dropdown--text:hover .tp-dropdown__icon {
    background-image: url(../../images/link-arrow-down-hover_583.svg)
}

.tp-dropdown__header.tp-dropdown--text .tp-dropdown__value {
    font-size: 12px;
    line-height: 20px
}

.tp-dropdown__header.tp-dropdown--text .tp-dropdown__icon {
    right: 4px;
    width: 6px;
    height: 4px;
    margin-top: -2px;
    background-image: url(../../images/link-arrow-down_b01.svg)
}

.tp-dropdown-box.tp-dropdown-box--text {
    min-width: 110px
}

.tp-dropdown-box--text .tp-dropdown-box__inner:after,
.tp-dropdown-box--text .tp-dropdown-box__inner:before {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    border: 6px dashed transparent;
    content: ""
}

.tp-dropdown-box--text .tp-list li {
    padding: 0 8px
}

.tp-dropdown-box--text .tp-list li:focus,
.tp-dropdown-box--text .tp-list li:hover {
    background-color: transparent
}

.tp-dropdown-box--text.tp-dropdown-box--bottom .tp-dropdown-box__inner:before {
    top: 100%;
    right: inherit;
    left: inherit;
    margin-top: -1px;
    margin-left: -6px;
    border-top-color: #ddd;
    border-top-style: solid
}

.tp-dropdown-box--text.tp-dropdown-box--bottom .tp-dropdown-box__inner:after {
    top: 100%;
    right: inherit;
    left: inherit;
    margin-top: -1px;
    margin-left: -5px;
    border-top-color: #fff;
    border-top-style: solid
}

.tp-dropdown-box--text.tp-dropdown-box--right .tp-dropdown-box__inner:before {
    top: inherit;
    bottom: inherit;
    left: 100%;
    margin-top: -8px;
    margin-left: -1px;
    border-left-color: #ddd;
    border-left-style: solid
}

.tp-dropdown-box--text.tp-dropdown-box--right .tp-dropdown-box__inner:after {
    top: inherit;
    bottom: inherit;
    left: 100%;
    margin-top: -7px;
    margin-left: -1px;
    border-left-color: #fff;
    border-left-style: solid
}

.tp-dropdown-box--text.tp-dropdown-box--left .tp-dropdown-box__inner:before {
    top: inherit;
    right: 100%;
    bottom: inherit;
    margin-top: -7px;
    margin-right: -1px;
    border-right-color: #ddd;
    border-right-style: solid
}

.tp-dropdown-box--text.tp-dropdown-box--left .tp-dropdown-box__inner:after {
    top: inherit;
    right: 100%;
    bottom: inherit;
    margin-top: -6px;
    margin-right: -1px;
    border-right-color: #fff;
    border-right-style: solid
}

.tp-dropdown-box--text.tp-dropdown-box--top .tp-dropdown-box__inner:before {
    right: inherit;
    bottom: 100%;
    left: inherit;
    margin-bottom: -1px;
    margin-left: -6px;
    border-bottom-color: #ddd;
    border-bottom-style: solid
}

.tp-dropdown-box--text.tp-dropdown-box--top .tp-dropdown-box__inner:after {
    right: inherit;
    bottom: 100%;
    left: inherit;
    margin-bottom: -1px;
    margin-left: -5px;
    border-bottom-color: #fff;
    border-bottom-style: solid
}

.tp-dropdown-box--text.tp-dropdown-box--start .tp-dropdown-box__inner:after {
    left: 20px
}

.tp-dropdown-box--text.tp-dropdown-box--start .tp-dropdown-box__inner:before {
    left: 21px
}

.tp-dropdown-box--text.tp-dropdown-box--end .tp-dropdown-box__inner:after {
    right: 20px
}

.tp-dropdown-box--text.tp-dropdown-box--end .tp-dropdown-box__inner:before {
    right: 21px
}

.tp-list {
    padding: 0;
    list-style: none
}

.tp-list li {
    box-sizing: border-box;
    margin-bottom: 8px;
    line-height: 1.5
}

.tp-list--option {
    padding: 8px 0
}

.tp-list--option li {
    display: block;
    height: 36px;
    margin-bottom: 0;
    padding: 0 12px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer
}

.tp-list--option li:hover {
    color: #00a4ff;
    background-color: transparent
}

.tp-list--option li.is-disabled,
.tp-list--option li.is-disabled:hover {
    color: #999;
    background-color: transparent;
    cursor: default
}

.tp-list--option li.is-selected,
.tp-list--option li.is-selected:hover {
    color: #00a4ff;
    background-color: #f5f7fa
}

.tp-list--option li.is-current,
.tp-list--option li.is-current:hover {
    color: #00a4ff;
    background-color: transparent
}

.tp-list--option .tp-list__item--wrap {
    display: -ms-flexbox;
    display: flex
}

.tp-list--option .tp-list__item-main {
    -ms-flex: 1;
    flex: 1
}

.tp-list--option .tp-list__item-suffix {
    padding-left: 8px
}

.tp-list--option .tp-list__item--divider {
    height: auto;
    margin: 8px 12px;
    padding: 0;
    border-top: 1px solid #e5e5e5
}

.tp-list--option .tp-list__group {
    height: auto;
    padding: 0;
    cursor: default
}

.tp-list--option .tp-list__group-label {
    height: 36px;
    margin-bottom: 0;
    padding: 0 12px;
    color: #999;
    font-size: 12px;
    line-height: 36px
}

.tp-list-empty {
    padding: 28px;
    text-align: center
}

.tp-list-empty__icon {
    display: block;
    width: 90px;
    height: 81px;
    margin: 0 auto 18px;
    background-image: url(../../images/empty_17b.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.tp-list-empty__content {
    color: #666;
    font-size: 14px;
    line-height: 24px
}

.tp-list__group-label {
    margin-bottom: 8px;
    color: #999;
    font-weight: 400;
    font-size: inherit
}

.tp-list__group>ul {
    padding: 0;
    list-style: none
}

select.tp-select {
    display: inline-block;
    box-sizing: border-box;
    width: 400px;
    height: 36px;
    padding: 0 36px 0 12px;
    color: #333;
    font-size: 14px;
    line-height: 34px;
    text-align: left;
    vertical-align: middle;
    background: url(../../images/icon-arrow-bottom_fcf.svg) no-repeat right 12px center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

select.tp-select:hover {
    border-color: #b3b3b3
}

select.tp-select:focus {
    outline: none
}

select.tp-select.size-l {
    height: 40px;
    line-height: 38px
}

select.tp-select.size-s {
    height: 32px;
    line-height: 30px
}

select.tp-select.size-full-width {
    width: 100%
}

@media screen and (max-width:600px) {
    select.tp-select.m-size-xxl {
        height: 48px;
        line-height: 46px
    }
}

.cdc-info-card {
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 16px 16px 20px;
    width: 315px
}

.cdc-info-card__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
    margin-bottom: 12px
}

.cdc-info-card__desc {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-info-card__desc span {
    color: #181818;
    font-weight: 500
}

.cdc-info-card__infos {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding: 0 4px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-info-card__info {
    cursor: pointer;
    text-align: center
}

.cdc-info-card__info-num {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #181818;
    margin-bottom: 8px
}

.cdc-info-card__info-text {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-info-card__info:hover .cdc-info-card__info-num,
.cdc-info-card__info:hover .cdc-info-card__info-text {
    color: #0052d9
}

.cdc-info-card__btn {
    display: block;
    margin: 20px 2px 0
}

.cdc-tag {
    display: inline-block;
    vertical-align: middle
}

.cdc-tag__inner {
    box-sizing: border-box;
    background: #f1f2f5;
    border-radius: 2px;
    text-align: center;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #4b5b76
}

.cdc-tag a {
    cursor: pointer
}

.cdc-tag a.cdc-tag__inner:hover {
    color: #0052d9;
    background: #ecf2fe
}

.cdc-tag.is-custom .cdc-tag__inner {
    padding: 0;
    background: transparent
}

.cdc-tag.is-custom a.cdc-tag__inner {
    color: #4b5b76
}

.cdc-tag.is-custom a.cdc-tag__inner:hover {
    color: #0052d9;
    background: transparent
}

.cdc-tag__bubble .tea-bubble {
    max-width: unset
}

.cdc-tag__bubble .tea-bubble__inner {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0
}

.cdc-tag__bubble .tea-bubble__inner:after,
.cdc-tag__bubble .tea-bubble__inner:before {
    display: none
}

.cdc-tag__list {
    margin: 0 -6px -6px
}

.cdc-tag__list .cdc-tag {
    margin: 0 6px 6px
}

.is-mobile .cdc-tag a.cdc-tag__inner:hover {
    color: #4b5b76;
    background: #f1f2f5
}

.cdc-tags-input {
    width: 100%
}

.cdc-tags-input__bar {
    width: 100%;
    position: relative
}

.cdc-tags-input__cont {
    padding: 12px 12px 0;
    position: relative;
    z-index: 1;
    min-height: 48px;
    box-sizing: border-box;
    font-size: 0;
    border-radius: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cdc-tags-input__tag {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 2px 6px;
    color: #4b5b76;
    text-align: center;
    background: #f1f2f5;
    margin: 0 10px 12px 0;
    border-radius: 2px;
    cursor: pointer
}

.cdc-tags-input__tag:hover {
    background: #ecf2fe;
    color: #0052d9
}

.cdc-tags-input__tag-text {
    display: inline-block;
    vertical-align: middle;
    max-width: 10em;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cdc-tags-input__tag-close {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 98.68852459016394% 62.056737588652474%;
    background-size: 2641.666666666667% auto
}

.cdc-tags-input__tag-close:hover {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 98.68852459016394% 57.801418439716315%;
    background-size: 2641.666666666667% auto
}

.cdc-tags-input__tag.add:hover {
    background-color: #ecf2fe;
    color: #0052d9
}

.cdc-tags-input__tag-key-word:before {
    content: "#";
    color: #0052d9;
    margin-right: 4px;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    font-weight: 700
}

.cdc-tags-input__tip {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 8px;
    color: #97a3b7;
    margin-right: 10px;
    margin-bottom: 10px
}

.cdc-tags-input__tip em {
    font-weight: 500;
    color: #ff7800;
    margin: 0 3px
}

.cdc-tags-input__label {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 2px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 46px;
    color: #97a3b7;
    background-color: #fff;
    border: 1px solid #d6dbe3;
    box-shadow: inset 0 4px 20px hsla(0, 0%, 100%, .5)
}

.cdc-tags-input__label:hover {
    border-color: #0052d9
}

.cdc-tags-input__label-text {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 8px;
    color: #97a3b7;
    margin-right: 10px;
    margin-bottom: 10px;
    position: absolute;
    top: 10px;
    right: 0
}

.cdc-tags-input__label-text em {
    font-weight: 500;
    color: #ff7800;
    margin: 0 3px
}

.cdc-tags-input__input {
    width: auto;
    max-width: 10em;
    border: 0;
    background: 0 0;
    outline: 0;
    line-height: 22px;
    height: 22px;
    font-weight: 400;
    font-size: 14px;
    color: #181818;
    margin-bottom: 12px
}

.cdc-tags-input__input:focus+.cdc-tags-input__label,
.cdc-tags-input__input:hover,
.cdc-tags-input__input:hover+.cdc-tags-input__label {
    border-color: #0052d9
}

.cdc-tags-input__input:focus-visible {
    border: none;
    outline: none;
    border-radius: 0
}

.cdc-tags-input__input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #97a3b7
}

.cdc-tags-input__input:-moz-placeholder,
.cdc-tags-input__input::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #97a3b7
}

.cdc-tags-input__input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #97a3b7
}

.cdc-tags-input__dropdown {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 109;
    margin-top: 12px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e8ecf1;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    padding: 16px 24px 20px
}

.cdc-tags-input__dropdown-tip {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    margin-bottom: 20px
}

.cdc-tags-input__dropdown-tab.cdc-toolbar .tea-tabs__tabitem {
    height: 34px
}

.cdc-tags-input__dropdown-tab.cdc-toolbar .tea-tabs__tab {
    font-size: 14px;
    font-weight: 500;
    color: #4b5b76
}

.cdc-tags-input__dropdown-tab.cdc-toolbar .tea-tabs__tab.is-active {
    color: #0052d9
}

.cdc-tags-input__dropdown-tab.cdc-toolbar .cdc-tag {
    margin-right: 10px;
    margin-bottom: 10px
}

.cdc-tags-input__dropdown-content {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.cdc-tags-input__dropdown-group .group-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #97a3b7
}

.cdc-tags-input__dropdown-group .group-tag {
    display: inline-block;
    margin-top: 12px;
    font-size: 12px;
    line-height: 22px;
    color: #4b5b76;
    box-sizing: border-box;
    padding: 3px 8px;
    background: #f1f2f5;
    max-width: 14em;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cdc-tags-input__dropdown-list {
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    margin: -10px -24px 0
}

.cdc-tags-input__dropdown-list::-webkit-scrollbar {
    width: 2px;
    background-color: transparent
}

.cdc-tags-input__dropdown-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #e5e8ed
}

.cdc-tags-input__dropdown-item {
    box-sizing: border-box;
    text-indent: 24px;
    font-size: 12px;
    line-height: 26px;
    color: #4b5b76;
    cursor: pointer
}

.cdc-tags-input__dropdown-item em {
    color: #0052d9
}

.cdc-tags-input__dropdown-item strong {
    color: #ff7800
}

.cdc-tags-input__dropdown-item:hover {
    color: #0052d9;
    background: #ecf2fe
}

.cdc-tags-input__dropdown-item-text {
    display: block
}

.cdc-tags-input__dropdown-empty {
    margin-top: 80px;
    margin-bottom: 90px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #98a3b7;
    text-align: center
}

.cdc-tags-input__dropdown-extra {
    border-top: 1px solid #dadee6;
    color: #0052d9;
    margin: 0 -15px -5px;
    padding-left: 15px;
    padding-top: 12px
}

.cdc-tags-input__loading {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 0;
    width: 16px;
    height: 16px;
    background-image: url(../../images/icon-loading_5ab.png);
    background-size: cover;
    -webkit-animation: spin .6s linear infinite;
    animation: spin .6s linear infinite;
    z-index: 1
}

.cdc-tags-input.is-loading .cdc-tags-input__cont {
    padding-right: 48px
}

.cdc-tags-input.is-focus .cdc-tags-input__label {
    border-color: #0052d9
}

.cdc-tags-input__recommends {
    margin-top: 10px
}

.cdc-tags-input__recommends .recommend-title {
    margin-bottom: 10px;
    font-size: 12px;
    color: #666
}

.cdc-tags-input__recommends .cdc-tag__inner {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 0 8px;
    color: #666
}

.cdc-tags-input__recommends .cdc-tag__inner:hover {
    border: 1px solid #0052d9
}

.cdc-screen-input-result-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-screen-input-result-item .cdc-screen-input-result-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-screen-input-result-item .cdc-screen-input-result-icon {
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 74.4186046511628% 100%;
    background-size: 1981.25% auto;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 8px
}

.cdc-screen-input-result-item .cdc-screen-input-result-btn {
    width: 55px;
    height: 24px;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    min-width: 55px;
    padding: 0;
    box-shadow: none;
    margin: 0
}

.cdc-screen-input-result-item .cdc-screen-input-result-btn:hover {
    background: #ecf2fe
}

.cdc-screen-input-result-item .cdc-screen-input-result-btn.is-disabled,
.cdc-screen-input-result-item .cdc-screen-input-result-btn.is-disabled:hover {
    background: #ecf2fe;
    border-color: #d6dbe3;
    color: #97a3b7;
    cursor: not-allowed
}

.t-checkbox-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

.t-checkbox,
.t-checkbox-group {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.t-checkbox {
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer
}

.t-checkbox+.t-checkbox {
    margin-left: inherit
}

.t-checkbox__former {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.t-checkbox__input {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: 1px solid var(--td-border-level-2-color);
    border-radius: var(--td-radius-default);
    background-color: var(--td-bg-color-container);
    box-sizing: border-box
}

.t-checkbox__input:after {
    content: "";
    position: absolute;
    opacity: 0;
    box-sizing: border-box
}

.t-checkbox__label {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    font: var(--td-font-body-medium)
}

.t-checkbox:hover .t-checkbox__input {
    border-color: var(--td-brand-color);
    transition: border-color .2s linear
}

.t-checkbox.t-is-checked .t-checkbox__input {
    border-color: var(--td-brand-color);
    background-color: var(--td-brand-color);
    transition: background-color .2s cubic-bezier(.82, 0, 1, .9)
}

.t-checkbox.t-is-checked .t-checkbox__input:after {
    opacity: 1;
    top: 6px;
    left: 3px;
    width: 5px;
    height: 9px;
    border: 2px solid var(--td-text-color-anti);
    border-radius: 0 0 1px;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
    transform: rotate(45deg) scale(1) translate(-50%, -50%);
    background: transparent
}

.t-checkbox.t-is-indeterminate .t-checkbox__input {
    border-color: var(--td-brand-color);
    background-color: var(--td-brand-color);
    transition: background-color .2s cubic-bezier(.82, 0, 1, .9)
}

.t-checkbox.t-is-indeterminate .t-checkbox__input:after {
    opacity: 1;
    width: 16px;
    height: 4px;
    left: -1px;
    right: 0;
    top: 5px;
    border: unset;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    background-color: var(--td-font-white-1)
}

.t-checkbox.t-is-disabled {
    cursor: not-allowed
}

.t-checkbox.t-is-disabled .t-checkbox__label {
    color: var(--td-text-color-disabled)
}

.t-checkbox.t-is-disabled .t-checkbox__input {
    background-color: var(--td-bg-color-component-disabled)
}

.t-checkbox.t-is-disabled.t-is-checked .t-checkbox__input,
.t-checkbox.t-is-disabled:hover .t-checkbox__input {
    border-color: var(--td-border-level-2-color)
}

.t-checkbox.t-is-disabled.t-is-checked .t-checkbox__input:after {
    border-color: var(--td-text-color-disabled)
}

.t-checkbox.t-is-disabled.t-is-indeterminate .t-checkbox__input {
    border-color: var(--td-border-level-2-color)
}

.t-checkbox.t-is-disabled.t-is-indeterminate .t-checkbox__input:after {
    background-color: var(--td-text-color-disabled)
}

.t-checkbox:focus-visible:focus-visible {
    outline: 2px solid var(--td-brand-color);
    outline-offset: var(--td-comp-paddingTB-xs);
    border-radius: 0
}

.t-tooltip .t-popup__content {
    display: inline-block;
    border: 0;
    z-index: 5600;
    margin-bottom: 1px;
    max-width: 480px;
    word-break: break-word;
    box-sizing: border-box;
    border-radius: var(--td-radius-medium);
    color: var(--td-text-color-primary)
}

.t-tooltip--default .t-popup__content {
    color: var(--td-text-color-anti);
    background: var(--td-gray-color-13);
    box-shadow: inset 0 .5px 0 var(--td-gray-color-9), inset .5px 0 0 var(--td-gray-color-9), inset 0 -.5px 0 var(--td-gray-color-9), inset -.5px 0 0 var(--td-gray-color-9)
}

.t-tooltip--default[data-popper-placement^=left] .t-popup__arrow:before {
    box-shadow: inset -.5px 0 0 var(--td-gray-color-9), inset 0 .5px 0 var(--td-gray-color-9)
}

.t-tooltip--default[data-popper-placement^=right] .t-popup__arrow:before {
    box-shadow: inset .5px 0 0 var(--td-gray-color-9), inset 0 -.5px 0 var(--td-gray-color-9)
}

.t-tooltip--default[data-popper-placement^=top] .t-popup__arrow:before {
    box-shadow: inset 0 -.5px 0 var(--td-gray-color-9), inset -.5px 0 0 var(--td-gray-color-9)
}

.t-tooltip--default[data-popper-placement^=bottom] .t-popup__arrow:before {
    box-shadow: inset .5px 0 0 var(--td-gray-color-9), inset 0 .5px 0 var(--td-gray-color-9)
}

.t-tooltip--primary .t-popup__content {
    color: var(--td-brand-color);
    background: var(--td-brand-color-light)
}

.t-tooltip--success .t-popup__content {
    color: var(--td-success-color);
    background: var(--td-success-color-light)
}

.t-tooltip--danger .t-popup__content {
    color: var(--td-error-color);
    background: var(--td-error-color-light)
}

.t-tooltip--warning .t-popup__content {
    color: var(--td-warning-color);
    background: var(--td-warning-color-light)
}

.t-tooltip .t-popup__arrow {
    background: inherit;
    height: auto
}

.t-tooltip .t-popup__arrow:before {
    background: inherit
}

.t-tooltip--noshadow .t-popup__content,
.t-tooltip--noshadow[data-popper-placement] .t-popup__arrow:before {
    box-shadow: none
}

.content-placement-top .t-popup[data-popper-placement^=top] .t-popup__content {
    margin-bottom: var(--td-comp-margin-s)
}

.content-placement-top .t-popup[data-popper-placement^=top] .t-popup__content--arrow {
    margin-bottom: var(--td-comp-margin-l)
}

.content-placement-bottom .t-popup[data-popper-placement^=bottom] .t-popup__content {
    margin-top: var(--td-comp-margin-s)
}

.content-placement-bottom .t-popup[data-popper-placement^=bottom] .t-popup__content--arrow {
    margin-top: var(--td-comp-margin-l)
}

.content-placement-left .t-popup[data-popper-placement^=left] .t-popup__content {
    margin-right: var(--td-comp-margin-s)
}

.content-placement-left .t-popup[data-popper-placement^=left] .t-popup__content--arrow {
    margin-right: var(--td-comp-margin-l)
}

.content-placement-left .t-popup[data-popper-placement^=left] .t-popup__content--text {
    max-width: 480px
}

.content-placement-right .t-popup[data-popper-placement^=right] .t-popup__content {
    margin-left: var(--td-comp-margin-s)
}

.content-placement-right .t-popup[data-popper-placement^=right] .t-popup__content--arrow {
    margin-left: var(--td-comp-margin-l)
}

.content-placement-right .t-popup[data-popper-placement^=right] .t-popup__content--text {
    max-width: 480px
}

.t-popup {
    font: var(--td-font-body-medium);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--td-text-color-primary);
    display: inline-block;
    z-index: 5500
}

.t-popup__content {
    position: relative;
    background: var(--td-bg-color-container);
    box-shadow: var(--td-shadow-2), var(--td-shadow-inset-top), var(--td-shadow-inset-right), var(--td-shadow-inset-bottom), var(--td-shadow-inset-left);
    border-radius: var(--td-radius-medium);
    padding: var(--td-comp-paddingTB-xs) var(--td-comp-paddingLR-s);
    font-size: var(--td-font-size-body-medium);
    line-height: var(--td-line-height-body-medium);
    box-sizing: border-box;
    word-break: break-all
}

.t-popup__arrow {
    position: absolute;
    z-index: 1;
    width: 8px;
    height: 8px
}

.t-popup__arrow:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: var(--td-bg-color-container)
}

.t-popup[data-popper-placement^=top] .t-popup__content {
    margin-bottom: var(--td-comp-margin-s)
}

.t-popup[data-popper-placement^=top] .t-popup__content--arrow {
    margin-bottom: var(--td-comp-margin-l)
}

.t-popup[data-popper-placement^=bottom] .t-popup__content {
    margin-top: var(--td-comp-margin-s)
}

.t-popup[data-popper-placement^=bottom] .t-popup__content--arrow {
    margin-top: var(--td-comp-margin-l)
}

.t-popup[data-popper-placement^=left] .t-popup__content {
    margin-right: var(--td-comp-margin-s)
}

.t-popup[data-popper-placement^=left] .t-popup__content--arrow {
    margin-right: var(--td-comp-margin-l)
}

.t-popup[data-popper-placement^=left] .t-popup__content--text {
    max-width: 480px
}

.t-popup[data-popper-placement^=right] .t-popup__content {
    margin-left: var(--td-comp-margin-s)
}

.t-popup[data-popper-placement^=right] .t-popup__content--arrow {
    margin-left: var(--td-comp-margin-l)
}

.t-popup[data-popper-placement^=right] .t-popup__content--text {
    max-width: 480px
}

.t-popup[data-popper-placement^=top] .t-popup__arrow:before {
    border-top-left-radius: 100%;
    box-shadow: var(--td-shadow-inset-left), var(--td-shadow-inset-bottom)
}

.t-popup[data-popper-placement=top-start] .t-popup__arrow {
    left: 8px
}

.t-popup[data-popper-placement=top] .t-popup__arrow {
    left: 50%;
    margin-left: -4px
}

.t-popup[data-popper-placement=top-end] .t-popup__arrow {
    left: calc(100% - 16px)
}

.t-popup[data-popper-placement^=bottom] .t-popup__arrow {
    top: -4px
}

.t-popup[data-popper-placement^=bottom] .t-popup__arrow:before {
    border-bottom-right-radius: 100%;
    box-shadow: var(--td-shadow-inset-top), var(--td-shadow-inset-right)
}

.t-popup[data-popper-placement=bottom-start] .t-popup__arrow {
    left: 8px
}

.t-popup[data-popper-placement=bottom] .t-popup__arrow {
    left: 50%;
    margin-left: -4px
}

.t-popup[data-popper-placement=bottom-end] .t-popup__arrow {
    left: calc(100% - 16px)
}

.t-popup[data-popper-placement^=left] .t-popup__arrow {
    right: -4px
}

.t-popup[data-popper-placement^=left] .t-popup__arrow:before {
    box-shadow: var(--td-shadow-inset-left), var(--td-shadow-inset-top)
}

.t-popup[data-popper-placement=left-start] .t-popup__arrow {
    top: 8px
}

.t-popup[data-popper-placement=left] .t-popup__arrow {
    top: 50%;
    margin-top: -4px
}

.t-popup[data-popper-placement=left-end] .t-popup__arrow {
    top: calc(100% - 16px)
}

.t-popup[data-popper-placement^=right] .t-popup__arrow {
    left: -4px
}

.t-popup[data-popper-placement^=right] .t-popup__arrow:before {
    box-shadow: var(--td-shadow-inset-right), var(--td-shadow-inset-bottom)
}

.t-popup[data-popper-placement=right-start] .t-popup__arrow {
    top: 8px
}

.t-popup[data-popper-placement=right] .t-popup__arrow {
    top: 50%;
    margin-top: -4px
}

.t-popup[data-popper-placement=right-end] .t-popup__arrow {
    top: calc(100% - 16px)
}

.t-popup--animation-enter,
.t-popup--animation-enter-from,
.t-popup--animation-exiting,
.t-popup--animation-leave-to {
    opacity: 0;
    visibility: hidden
}

.t-popup--animation-enter-to,
.t-popup--animation-entering,
.t-popup--animation-leave,
.t-popup--animation-leave-from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none
}

.t-popup--animation-enter-active {
    transition: opacity .2s linear
}

.t-popup--animation-leave-active {
    transition: opacity .2s cubic-bezier(0, 0, .15, 1), visibility .2s cubic-bezier(.82, 0, 1, .9)
}

.t-popup--animation-expand-enter-active[data-popper-placement^=top] {
    -webkit-animation: t-popup-animation-expand-in-top .2s cubic-bezier(.38, 0, .24, 1), t-fade-in .2s linear;
    animation: t-popup-animation-expand-in-top .2s cubic-bezier(.38, 0, .24, 1), t-fade-in .2s linear
}

.t-popup--animation-expand-leave-active[data-popper-placement^=top] {
    -webkit-animation: t-popup-animation-expand-out-top .2s cubic-bezier(.38, 0, .24, 1), t-fade-out .2s cubic-bezier(0, 0, .15, 1);
    animation: t-popup-animation-expand-out-top .2s cubic-bezier(.38, 0, .24, 1), t-fade-out .2s cubic-bezier(0, 0, .15, 1)
}

@-webkit-keyframes t-popup-animation-expand-in-top {
    0% {
        -webkit-clip-path: polygon(-20% 120%, 120% 120%, 120% 120%, -20% 120%);
        clip-path: polygon(-20% 120%, 120% 120%, 120% 120%, -20% 120%)
    }

    to {
        -webkit-clip-path: polygon(-20% 0, 120% 0, 120% 120%, -20% 120%);
        clip-path: polygon(-20% 0, 120% 0, 120% 120%, -20% 120%)
    }
}

@keyframes t-popup-animation-expand-in-top {
    0% {
        -webkit-clip-path: polygon(-20% 120%, 120% 120%, 120% 120%, -20% 120%);
        clip-path: polygon(-20% 120%, 120% 120%, 120% 120%, -20% 120%)
    }

    to {
        -webkit-clip-path: polygon(-20% 0, 120% 0, 120% 120%, -20% 120%);
        clip-path: polygon(-20% 0, 120% 0, 120% 120%, -20% 120%)
    }
}

@-webkit-keyframes t-popup-animation-expand-out-top {
    0% {
        -webkit-clip-path: polygon(-20% 0, 120% 0, 120% 120%, -20% 120%);
        clip-path: polygon(-20% 0, 120% 0, 120% 120%, -20% 120%)
    }

    to {
        -webkit-clip-path: polygon(-20% 120%, 120% 120%, 120% 120%, -20% 120%);
        clip-path: polygon(-20% 120%, 120% 120%, 120% 120%, -20% 120%)
    }
}

@keyframes t-popup-animation-expand-out-top {
    0% {
        -webkit-clip-path: polygon(-20% 0, 120% 0, 120% 120%, -20% 120%);
        clip-path: polygon(-20% 0, 120% 0, 120% 120%, -20% 120%)
    }

    to {
        -webkit-clip-path: polygon(-20% 120%, 120% 120%, 120% 120%, -20% 120%);
        clip-path: polygon(-20% 120%, 120% 120%, 120% 120%, -20% 120%)
    }
}

.t-popup--animation-expand-enter-active[data-popper-placement^=bottom] {
    -webkit-animation: t-popup-animation-expand-in-bottom .2s cubic-bezier(.38, 0, .24, 1), t-fade-in .2s linear;
    animation: t-popup-animation-expand-in-bottom .2s cubic-bezier(.38, 0, .24, 1), t-fade-in .2s linear
}

.t-popup--animation-expand-leave-active[data-popper-placement^=bottom] {
    -webkit-animation: t-popup-animation-expand-out-bottom .2s cubic-bezier(.38, 0, .24, 1), t-fade-out .2s cubic-bezier(0, 0, .15, 1);
    animation: t-popup-animation-expand-out-bottom .2s cubic-bezier(.38, 0, .24, 1), t-fade-out .2s cubic-bezier(0, 0, .15, 1)
}

@-webkit-keyframes t-popup-animation-expand-in-bottom {
    0% {
        -webkit-clip-path: polygon(-20% 0, 120% 0, 120% 0, -20% 0);
        clip-path: polygon(-20% 0, 120% 0, 120% 0, -20% 0)
    }

    to {
        -webkit-clip-path: polygon(-20% 0, 120% 0, 120% 120%, -20% 120%);
        clip-path: polygon(-20% 0, 120% 0, 120% 120%, -20% 120%)
    }
}

@keyframes t-popup-animation-expand-in-bottom {
    0% {
        -webkit-clip-path: polygon(-20% 0, 120% 0, 120% 0, -20% 0);
        clip-path: polygon(-20% 0, 120% 0, 120% 0, -20% 0)
    }

    to {
        -webkit-clip-path: polygon(-20% 0, 120% 0, 120% 120%, -20% 120%);
        clip-path: polygon(-20% 0, 120% 0, 120% 120%, -20% 120%)
    }
}

@-webkit-keyframes t-popup-animation-expand-out-bottom {
    0% {
        -webkit-clip-path: polygon(-20% 0, 120% 0, 120% 120%, -20% 120%);
        clip-path: polygon(-20% 0, 120% 0, 120% 120%, -20% 120%)
    }

    to {
        -webkit-clip-path: polygon(-20% 0, 120% 0, 120% 0, -20% 0);
        clip-path: polygon(-20% 0, 120% 0, 120% 0, -20% 0)
    }
}

@keyframes t-popup-animation-expand-out-bottom {
    0% {
        -webkit-clip-path: polygon(-20% 0, 120% 0, 120% 120%, -20% 120%);
        clip-path: polygon(-20% 0, 120% 0, 120% 120%, -20% 120%)
    }

    to {
        -webkit-clip-path: polygon(-20% 0, 120% 0, 120% 0, -20% 0);
        clip-path: polygon(-20% 0, 120% 0, 120% 0, -20% 0)
    }
}

.tp-pagination {
    margin: 0 auto;
    padding: 34px 0;
    color: #333;
    font-size: 14px;
    text-align: center
}

.tp-pagination__btn,
.tp-pagination__dot,
.tp-pagination__item {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: 6px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
    cursor: pointer
}

.tp-pagination__item:hover {
    color: #00a4ff;
    background-color: rgba(0, 164, 255, .1);
    border-color: #00a4ff
}

.tp-pagination__item.is-active {
    color: #fff;
    background-color: #00a4ff;
    border-color: #00a4ff
}

.tp-pagination__dot,
.tp-pagination__item.is-active:hover {
    border-color: transparent;
    cursor: default
}

.tp-pagination__btn {
    position: relative
}

.tp-pagination__btn.is-disabled {
    display: none
}

.tp-pagination__btn:hover {
    background-color: rgba(0, 164, 255, .1);
    border-color: #00a4ff
}

.tp-pagination__btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 7px;
    height: 12px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: ""
}

.tp-pagination__btn--pre {
    margin-left: 0
}

.tp-pagination__btn--pre:after {
    background-image: url(../../images/icon-arrow-left_64b.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.tp-pagination__btn--pre:hover:after {
    background-image: url(../../images/icon-arrow-left-hover_ee6.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.tp-pagination__btn--next:after {
    background: url(../../images/icon-arrow-right_f4c.svg) 50% no-repeat
}

.tp-pagination__btn--next:hover:after {
    background: url(../../images/icon-arrow-right-hover_f50.svg) 50% no-repeat
}

.tp-pagination__btn span {
    display: none
}

.tp-pagination__jumper {
    margin-left: 20px;
    line-height: 36px
}

.tp-pagination__jumper,
.tp-pagination__jumper-input,
.tp-pagination__jumper-text {
    display: inline-block;
    vertical-align: middle
}

.tp-pagination__jumper-input {
    width: 36px;
    height: 36px;
    margin-right: 12px;
    margin-left: 12px;
    padding: 0 4px;
    text-align: center;
    border: 1px solid #f0f0f0
}

.tp-pagination__jumper-input:focus {
    border: 1px solid #00a4ff
}

.tp-pagination__jumper-btn {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    margin-left: 28px;
    padding-right: 4px;
    padding-left: 4px;
    color: #fff;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
    background-color: #00a4ff;
    border: 1px solid #00a4ff;
    cursor: pointer
}

.tp-pagination__jumper-btn.is-disabled {
    color: #999;
    background-color: #ddd;
    border-color: #ddd;
    cursor: default
}

.tp-pagination__selector-wrap {
    display: inline-block;
    margin-left: 20px;
    line-height: 36px
}

.tp-pagination__selector-text {
    display: inline-block;
    padding-left: 5px;
    font-size: 14px;
    vertical-align: middle
}

.tp-pagination__selector .tp-dropdown__header {
    width: auto
}

.tp-pagination__selector-box.tp-dropdown-box {
    min-width: 64px
}

.tp-pagination__total {
    display: inline-block;
    margin-left: 20px;
    line-height: 36px;
    vertical-align: middle
}

@media screen and (max-width:768px) {
    .tp-pagination {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 12px 28px
    }

    .tp-pagination--jumper-mobile {
        padding: 12px
    }

    .tp-pagination--total-mobile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .tp-pagination__total {
        display: block;
        width: 100%;
        margin-left: 0;
        line-height: 18px;
        text-align: left
    }

    .tp-pagination__dot,
    .tp-pagination__item,
    .tp-pagination__jumper,
    .tp-pagination__selector-wrap {
        display: none;
        width: auto;
        margin: 0
    }

    .tp-pagination__item {
        -ms-flex: 1;
        flex: 1;
        margin: 6px 0
    }

    .tp-pagination__item.is-active {
        position: relative;
        display: inline-block;
        width: auto;
        height: 24px;
        color: #333;
        line-height: 24px;
        background-color: transparent;
        border: none
    }

    .tp-pagination__item.is-active:before {
        margin-right: 5px;
        content: "第"
    }

    .tp-pagination__item.is-active:after {
        margin-left: 5px;
        content: "页"
    }

    .tp-pagination__btn {
        width: auto;
        height: 24px;
        margin: 6px 0;
        color: #00a4ff;
        line-height: 24px;
        border: none
    }

    .tp-pagination__btn:hover {
        color: #00a4ff;
        background-color: transparent;
        border-color: transparent
    }

    .tp-pagination__btn.is-disabled {
        display: inline-block;
        color: #999;
        cursor: default
    }

    .tp-pagination__btn--pre {
        padding-left: 16px
    }

    .tp-pagination__btn--pre:after {
        left: -4px;
        width: 16px;
        height: 16px;
        background-image: url(../../images/icon-arrow-left-mobile_135.svg);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .tp-pagination__btn--pre.is-disabled:after,
    .tp-pagination__btn--pre.is-disabled:hover:after {
        background-image: url(../../images/icon-arrow-left-mobile-disabled_a3e.svg)
    }

    .tp-pagination__btn--pre:hover:after {
        background-image: url(../../images/icon-arrow-left-mobile_135.svg)
    }

    .tp-pagination__btn--next {
        padding-right: 16px
    }

    .tp-pagination__btn--next:after {
        right: -4px;
        left: auto;
        width: 16px;
        height: 16px;
        background-image: url(../../images/icon-arrow-right-mobile_994.svg);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .tp-pagination__btn--next.is-disabled:after,
    .tp-pagination__btn--next.is-disabled:hover:after {
        background-image: url(../../images/icon-arrow-right-mobile-disabled_617.svg)
    }

    .tp-pagination__btn--next:hover:after {
        background-image: url(../../images/icon-arrow-right-mobile_994.svg)
    }

    .tp-pagination__btn span {
        display: inline
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border-width: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: top .2s, -webkit-transform .2s;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: left .2s, -webkit-transform .2s;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: right .2s, -webkit-transform .2s;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.tpm1-swiper {
    position: relative
}

.tpm1-swiper .swiper-container-fade {
    overflow: visible
}

.tpm1-swiper__pages {
    margin-top: 34px;
    text-align: center;
    font-size: 0
}

.tpm1-swiper .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    background: #d7dbe0;
    border-radius: 2px;
    width: 30px;
    height: 4px;
    cursor: pointer;
    opacity: 1
}

.tpm1-swiper .swiper-pagination-bullet:focus {
    outline: none
}

.tpm1-swiper .swiper-pagination-bullet:hover {
    background-color: #0052d9
}

.tpm1-swiper .swiper-pagination-bullet-active {
    cursor: default;
    background-color: #0052d9
}

.tpm1-swiper__btn {
    position: absolute;
    top: 50%;
    margin-top: -39px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 0;
    background-image: linear-gradient(0deg, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1), -8px -8px 20px 0 #fff
}

.tpm1-swiper__btn,
.tpm1-swiper__btn-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tpm1-swiper__btn-inner {
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .16);
    border-radius: 50%
}

.tpm1-swiper__btn-inner:after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: linear-gradient(135deg, #dbe2e9, #fff)
}

.tpm1-swiper__btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    margin: -5px 0 0 -3px;
    width: 6px;
    height: 10px
}

.tpm1-swiper__btn--prev:after {
    background-image: url(../../images/btn-prev_89c.svg)
}

.tpm1-swiper__btn--prev:hover:after {
    background-image: url(../../images/btn-prev-hover_1e2.svg)
}

.tpm1-swiper__btn--next:after {
    margin-left: -2px;
    background-image: url(../../images/btn-next_330.svg)
}

.tpm1-swiper__btn--next:hover:after {
    background-image: url(../../images/btn-next-hover_0e5.svg)
}

.tpm1-swiper__btn--prev {
    right: 100%;
    margin-right: 20px
}

.tpm1-swiper__btn--next {
    left: 100%;
    margin-left: 20px
}

.tpm1-swiper__btn.swiper-button-disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.cdc-personal-info {
    width: 334px;
    height: 338px;
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1)
}

.cdc-personal-info__inner {
    box-sizing: border-box;
    padding: 22px 18px;
    position: relative;
    overflow: hidden;
    z-index: 9
}

.cdc-personal-info__inner:after {
    display: none;
    content: "";
    position: absolute;
    width: 111px;
    height: 138px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 0% 0%;
    background-size: 285.5855855855856% auto;
    top: -2px;
    right: -20px
}

.cdc-personal-info__hd {
    vertical-align: middle;
    margin-bottom: 22px
}

.cdc-personal-info__hd strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #181818
}

.cdc-personal-info__hd span {
    margin-left: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-personal-info__detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-personal-info__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px;
    cursor: pointer
}

.cdc-personal-info__main {
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0
}

.cdc-personal-info__name {
    margin-bottom: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-personal-info__name-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-personal-info__name-text:hover {
    color: #0052d9
}

.cdc-personal-info__name-emblems {
    margin: 0 0 0 12px
}

.cdc-personal-info__name-emblems.cdc-emblems {
    margin: 0 0 0 9px
}

.cdc-personal-info__name-emblems .cdc-emblem__item {
    margin: 0 3px
}

.cdc-personal-info__position {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px
}

.cdc-personal-info__position-text {
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-personal-info__growth-text {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 6px;
    color: #97a3b7
}

.cdc-personal-info__growth-link {
    position: absolute;
    z-index: 2;
    top: 1px;
    right: 0;
    width: 6px;
    height: 8px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 99.35691318327974% 74.12587412587412%;
    background-size: 5283.333333333334% auto
}

.cdc-personal-info__growth-link:hover {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 100% 44.40559440559441%;
    background-size: 5283.333333333334% auto
}

.cdc-personal-info__list {
    margin-top: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-personal-info__item {
    text-align: center;
    min-width: 86px;
    cursor: pointer
}

.cdc-personal-info__item-number {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #181818;
    margin-bottom: 8px
}

.cdc-personal-info__item-text {
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76
}

.cdc-personal-info__item:hover .cdc-personal-info__item-number,
.cdc-personal-info__item:hover .cdc-personal-info__item-text {
    color: #0052d9
}

.cdc-personal-info__entrances {
    margin-top: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-personal-info__entrance {
    background: rgba(232, 240, 253, .7);
    border-radius: 2px;
    width: 86px;
    height: 72px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px
}

.cdc-personal-info__entrance-icon {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 6px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.cdc-personal-info__entrance-icon.icon-create {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 61.40350877192983% 30.53435114503817%;
    background-size: 990.625% auto
}

.cdc-personal-info__entrance-icon.icon-task {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 11.228070175438596% 52.67175572519084%;
    background-size: 990.625% auto
}

.cdc-personal-info__entrance-icon.icon-person {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 0% 52.67175572519084%;
    background-size: 990.625% auto
}

.cdc-personal-info__entrance-text {
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76
}

.cdc-personal-info__entrance:hover {
    background: #e8f0fd
}

.cdc-personal-info__object {
    margin: 32px auto 28px;
    text-align: center
}

.cdc-personal-info__object-icon {
    display: block;
    margin: 0 auto;
    width: 72px;
    height: 72px;
    background-image: url(../../images/animation-bg_a20.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: up 4s steps(36) forwards;
    animation: up 4s steps(36) forwards
}

.cdc-personal-info__text {
    text-align: center;
    margin-bottom: 38px
}

.cdc-personal-info__text p {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-personal-info__text p strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #181818
}

.cdc-personal-info__text p+p {
    margin-top: 8px
}

.cdc-personal-info__btn {
    width: 100%;
    min-width: unset
}

.cdc-personal-info__operates {
    padding-top: 16px;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid #d6dbe3;
    margin: 16px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 18px
}

.cdc-personal-info__operate.cdc-btn {
    -ms-flex: 1;
    flex: 1
}

.cdc-personal-info.user {
    height: 308px
}

.cdc-personal-info.user .cdc-personal-info__inner {
    padding-bottom: 16px
}

.cdc-personal-info.user .cdc-personal-info__item {
    min-width: unset
}

.cdc-personal-info.internal .cdc-personal-info__inner:after {
    display: block
}

.cdc-personal-info__operate .icon-add {
    display: inline-block;
    vertical-align: -3px;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 52.49169435215947% 88.48920863309353%;
    background-size: 1981.25% auto;
    margin-right: 6px
}

.cdc-personal-info__operate.is-focus .icon-add {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 79.734219269103% 79.85611510791367%;
    background-size: 1981.25% auto
}

.cdc-personal-info__operate .icon-dropdown {
    display: inline-block;
    vertical-align: -3px;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 74.4186046511628% 94.24460431654677%;
    background-size: 1981.25% auto;
    margin-left: 6px
}

.cdc-personal-info__link {
    padding-top: 12px;
    box-sizing: border-box;
    border-top: 1px solid #d6dbe3;
    margin-top: 12px
}

.cdc-personal-info__link .cdc-link {
    max-width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-personal-info__link .cdc-link span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
    margin: 0 4px
}

.cdc-personal-info__bubble .tea-bubble__inner {
    border-radius: 4px;
    border: 1px solid #f0f3f8;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(76, 97, 134, .1);
    padding: 12px 4px 12px 12px
}

.cdc-personal-info__bubble .tea-bubble__inner:before {
    border-bottom-color: #f0f3f8 !important
}

.cdc-personal-info__bubble .tea-bubble__inner:after {
    margin-bottom: -1px !important;
    border-bottom-color: #fff !important
}

.cdc-personal-info__bubble-list {
    height: 144px;
    overflow-y: auto
}

.cdc-personal-info__bubble-list::-webkit-scrollbar {
    width: 4px;
    background-color: transparent
}

.cdc-personal-info__bubble-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d6dbe3
}

.cdc-personal-info__bubble-item {
    cursor: pointer;
    padding: 4px 12px;
    color: #181818;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 6px
}

.cdc-personal-info__bubble-item:hover {
    color: #0052d9;
    border-radius: 2px;
    background: #f2f4f8
}

.cdc-side-carousel {
    width: 100%;
    margin-top: 16px
}

.cdc-side-carousel__item {
    width: 298px;
    position: relative
}

.cdc-side-carousel__item:hover .cdc-side-carousel__item-title {
    color: #0052d9
}

.cdc-side-carousel__item-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.cdc-side-carousel__item-object {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: auto;
    padding-top: 54.6667%
}

.cdc-side-carousel__item-title {
    margin-top: 27px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cdc-side-carousel .tpm1-swiper__pages {
    margin-top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 174px;
    z-index: 2
}

.cdc-side-carousel .tpm1-swiper__pages .swiper-pagination-bullet {
    width: 16px;
    margin: 0 4px
}

.cdc-event-info {
    margin-bottom: 24px
}

.cdc-event-info__main {
    position: relative;
    padding-right: 108px
}

.cdc-event-info__title {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.cdc-event-info__title:hover {
    color: #0052d9
}

.cdc-event-info__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-event-info__operate {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cdc-event-info__btn {
    margin-left: 16px
}

.cdc-event-info__list {
    margin-top: 20px;
    margin-bottom: -24px
}

.cdc-event-info__infos {
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
    color: #97a3b7
}

.cdc-event-info__item {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 9px
}

.cdc-event-info__item:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #97a3b7;
    top: 9px;
    right: -5px
}

.cdc-event-info__item:last-child {
    margin-right: 0
}

.cdc-event-info__item:last-child:after {
    display: none
}

.cdc-event-info.is-mobile {
    box-sizing: border-box;
    padding-top: 12px
}

.cdc-event-info.is-mobile .cdc-event-info__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px
}

.cdc-event-info.is-mobile .cdc-event-info__main {
    padding-right: 12px
}

.cdc-event-info.is-mobile .cdc-event-info__detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-event-info.is-mobile .cdc-event-info__operate {
    position: relative;
    -webkit-transform: none;
    transform: none;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-event-info.is-mobile .cdc-event-info__btn.cdc-btn {
    min-width: 58px;
    height: 32px;
    line-height: 30px;
    padding: 0
}

.cdc-calendar {
    width: 100%
}

.cdc-calendar__inner {
    box-sizing: border-box;
    padding: 16px 0
}

.cdc-calendar__caption {
    position: relative;
    margin-bottom: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-calendar__pagination {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer
}

.cdc-calendar__pagination.prev {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 37.2093023255814% 100%;
    background-size: 1981.25% auto
}

.cdc-calendar__pagination.next {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 80.57553956834532%;
    background-size: 1981.25% auto
}

.cdc-calendar__date {
    display: block;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #181818
}

.cdc-calendar__date>span {
    margin: 0 4px
}

.cdc-calendar__row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -6px
}

.cdc-calendar__cell {
    display: block;
    border-radius: 2px;
    width: 32px;
    height: 32px;
    margin: 6px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 32px;
    color: #4b5b76;
    position: relative
}

.cdc-calendar__cell.cdc-calendar__day {
    position: relative
}

.cdc-calendar__cell.cdc-calendar__day--outside {
    color: #97a3b7
}

.cdc-calendar__cell.cdc-calendar__day--current {
    color: #0052d9
}

.cdc-calendar__cell.with-schedule {
    background: rgba(151, 163, 183, .1);
    top: 0;
    left: 0;
    cursor: pointer
}

.cdc-calendar__cell.with-schedule:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 98.68852459016394% 66.31205673758865%;
    background-size: 2641.666666666667% auto
}

.cdc-calendar__cell.with-schedule.is-selected {
    color: #0052d9;
    background-color: rgba(0, 82, 217, .1)
}

.cdc-calendar__schedule {
    position: absolute;
    background: #fff;
    border: 1px solid #e8ecf1;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    width: 300px;
    z-index: 99;
    left: -20px;
    margin-top: 12px
}

.cdc-calendar__schedule-inner {
    box-sizing: border-box;
    padding: 16px 16px 24px;
    position: relative
}

.cdc-calendar__schedule-arrow {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 30px;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    z-index: 9
}

.cdc-calendar__schedule-arrow.up {
    z-index: 2;
    margin-left: -2px;
    border: 7px solid transparent;
    border-bottom-color: #e8ecf1
}

.cdc-calendar__schedule-hd {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    text-align: left
}

.cdc-calendar__schedule-list {
    margin-bottom: -12px
}

.cdc-calendar__schedule-item {
    position: relative;
    margin-bottom: 12px;
    line-height: 22px;
    padding-left: 24px;
    text-align: left
}

.cdc-calendar__schedule-item:before {
    content: "";
    position: absolute;
    top: 4.5px;
    left: 0;
    background: #fff;
    border: 2px solid #0052d9;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    z-index: 9
}

.cdc-calendar__schedule-item:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 16px;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #9ba6b7
}

.cdc-calendar__schedule-item:last-child:after {
    display: none
}

.cdc-calendar__schedule-item>a {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #181818;
    word-break: break-word
}

.cdc-calendar__schedule-item>a.is-current,
.cdc-calendar__schedule-item>a:hover {
    color: #0052d9
}

.cdc-calendar__body .cdc-calendar__cell {
    cursor: pointer
}

.cdc-side-public .cdc-card__inner {
    padding: 24px 20px
}

.cdc-side-public .cdc-card__hd {
    border-bottom: none;
    padding-bottom: 16px
}

.cdc-side-public .cdc-card__title em {
    font-weight: 500;
    color: #0052d9
}

.cdc-side-public__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000
}

.cdc-side-public__title em {
    font-weight: 500;
    color: #0052d9
}

.cdc-side-public__content {
    position: relative;
    background: #eff3f9;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 14px 16px
}

.cdc-side-public__content-tag {
    position: absolute;
    left: -4px;
    top: 8px;
    width: 64px;
    height: 26px;
    line-height: 26px;
    background: url(../../images/tag-bg_23f.png) 50% no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-left: 8px;
    font-size: 14px;
    color: #fff
}

.cdc-side-public__content-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-side-public__content-detail {
    margin-top: 14px
}

.cdc-side-public__content-prize {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #ff7800
}

.cdc-side-public__content-desc {
    font-size: 14px;
    line-height: 22px;
    color: #181818
}

.cdc-side-public__content-qr {
    width: 100px;
    height: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 12px;
    background: linear-gradient(180deg, #f3f5f8, #fff);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px hsla(0, 0%, 100%, .4);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 2px
}

.cdc-side-public__content-qr>img {
    width: 100%;
    height: 100%
}

.cdc-side-public__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background: #eff3f9;
    border-radius: 2px;
    height: 54px;
    box-sizing: border-box;
    padding: 0 20px 0 16px;
    margin-top: 12px
}

.cdc-side-public__btn-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 58.4717607973422% 94.24460431654677%;
    background-size: 1981.25% auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.cdc-side-public__btn-text {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #181818;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    max-width: 16em
}

.cdc-side-public__btn-arrow {
    display: block;
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    margin-left: 8px;
    flex-shrink: 0;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 37.2093023255814% 94.24460431654677%;
    background-size: 1981.25% auto;
    transition: -webkit-transform .33s ease-in-out;
    transition: transform .33s ease-in-out;
    transition: transform .33s ease-in-out, -webkit-transform .33s ease-in-out
}

.cdc-side-public__btn:hover .mod-subscribe__btn-arrow {
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
}

.cdc-side-public.is-fixed {
    position: fixed;
    top: 114px;
    z-index: 99;
    width: 334px;
    right: calc(50% - 590px)
}

@media screen and (max-width:1200px) {
    .cdc-side-public.is-fixed {
        position: relative;
        top: 0;
        right: 0
    }
}

.cdc-group-qr-card2 {
    border: 2px solid #fff;
    background: linear-gradient(0deg, #fff 60.79%, #f3f5f8);
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
    padding: 16px 16px 8px;
    position: relative
}

.cdc-group-qr-card2.is-hidden {
    display: none
}

.cdc-group-qr-card2__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px
}

.cdc-group-qr-card2-text {
    -ms-flex: 1;
    flex: 1
}

.cdc-group-qr-card2-text em {
    color: #ff7800;
    font-weight: 500
}

.cdc-group-qr-card2-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #181818
}

.cdc-group-qr-card2-desc {
    padding-top: 12px;
    margin-top: 12px;
    box-sizing: border-box;
    border-top: 1px solid #d6dbe3
}

.cdc-group-qr-card2-desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #181818
}

.cdc-group-qr-card2-qr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    padding: 4px;
    box-sizing: border-box;
    overflow: hidden
}

.cdc-group-qr-card2-qr img {
    width: 100%;
    height: 100%
}

.cdc-group-qr-card2 .tpm1-swiper__pages {
    margin-top: 8px
}

.cdc-group-qr-card2 .tpm1-swiper__pages .swiper-pagination-bullet {
    border-radius: 0;
    width: 16px;
    height: 3px;
    margin: 0 4px
}

.cdc-group-qr-card2-close {
    width: 0;
    height: 0;
    border-radius: 0 2px 0 0;
    border-color: #cdd4de #cdd4de transparent transparent;
    border-style: solid;
    border-width: 12px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.cdc-group-qr-card2-close .cdc-svg-icon-con {
    color: #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -10px;
    right: -10px
}

.icon-close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 9px;
    height: 9px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 97.72727272727273% 77.89473684210526%;
    background-size: 3522.222222222222% auto;
    z-index: 10
}

.cdc-m-answer-panel__question {
    display: table
}

.cdc-m-answer-panel__question-text {
    vertical-align: top;
    display: table-cell;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 16px
}

.cdc-m-answer-panel__question-total {
    display: table-cell;
    vertical-align: top;
    width: 52px;
    height: 52px;
    background: #eff3f9;
    border-radius: 2px;
    color: #0052d9;
    font-weight: 500;
    box-sizing: border-box;
    padding: 3px
}

.cdc-m-answer-panel__question-total .total-number {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 26px
}

.cdc-m-answer-panel__question-total .total-text {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    text-align: center
}

.cdc-m-answer-panel__tags {
    margin: 12px 0
}

.cdc-m-answer-panel__tags .cdc-tag-links__item {
    margin: 0 8px
}

.cdc-m-answer-panel__detail {
    background: #f0f4fa;
    box-sizing: border-box;
    padding: 12px
}

.cdc-m-answer-panel__user {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-m-answer-panel__user-avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px
}

.cdc-m-answer-panel__user-name {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cdc-m-answer-panel__answer {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-event-card {
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px solid #d6dbe3
}

.cdc-event-card__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-event-card__object {
    width: 120px;
    height: 66px;
    position: relative;
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-event-card__object-image {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.cdc-event-card__detail {
    -ms-flex: 1;
    flex: 1
}

.cdc-event-card__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #181818
}

.cdc-event-card__infos {
    margin-top: 4px
}

.cdc-event-card__infos span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    color: #97a3b7
}

.cdc-event-card__infos span+span {
    margin-right: 8px
}

.cdc-event-card__date+.cdc-event-card__position {
    margin-left: 16px;
    position: relative
}

.cdc-event-card__date+.cdc-event-card__position:after {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 2px;
    background: #97a3b7;
    border-radius: 50%;
    top: 9px;
    left: -9px
}

.cdc-event-card__status.registering {
    color: #ff7800
}

.cdc-event-card__tag {
    display: inline-block;
    background: #f64041;
    border-radius: 2px;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    width: 50px;
    text-align: center;
    margin-bottom: 6px
}

.cdc-event-card__tag.orange {
    background: #ff7800
}

.cdc-event-card__close {
    cursor: pointer;
    position: absolute;
    top: 21px;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 87.87878787878788% 59.854014598540154%;
    background-size: 1585% auto
}

.cdc-event-card.with-tag {
    position: relative
}

.cdc-event-card.with-tag .cdc-event-card__inner {
    -ms-flex-align: start;
    align-items: flex-start
}

.cdc-event-card.with-tag .cdc-event-card__object {
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
    margin-left: 12px;
    width: 123px;
    height: 78px
}

.cdc-event-card.with-tag .cdc-event-card__title {
    -webkit-line-clamp: 3;
    font-size: 16px;
    line-height: 24px
}

.mod-hero {
    width: 100%;
    height: 480px
}

.mod-hero__main {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #e5eaf0
}

.mod-hero__item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

.mod-hero__item-link {
    display: block;
    height: 100%;
    text-decoration: none
}

.mod-hero__item-bg,
.mod-hero__item-bg-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mod-hero__item-bg {
    background-position: top;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.mod-hero__item-bg:after,
.mod-hero__item-bg:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 200px;
    top: 0;
    z-index: 0
}

.mod-hero__item-bg:before {
    left: calc(50% - 960px);
    background: linear-gradient(90deg, #e5eaf0, rgba(229, 234, 240, 0))
}

.mod-hero__item-bg:after {
    right: calc(50% - 960px);
    background: linear-gradient(-90deg, #e5eaf0, rgba(229, 234, 240, 0))
}

.mod-hero__item-content {
    height: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 163px 10px 0
}

.mod-hero__item-title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #181818
}

.mod-hero__item-desc,
.mod-hero__item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 460px
}

.mod-hero__item-desc {
    font-size: 16px;
    line-height: 24px;
    color: #4b5b76
}

.mod-hero__item-btns {
    position: absolute;
    left: 10px;
    bottom: 73px
}

.mod-hero__ctrl {
    position: absolute;
    left: 0;
    bottom: 43px;
    z-index: 9;
    font-size: 0;
    width: 100%
}

.mod-hero__ctrl>ul {
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 0 10px
}

.mod-hero__ctrl-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 10px 0;
    cursor: pointer;
    overflow: hidden
}

.mod-hero__ctrl-item:before {
    content: "";
    display: block;
    width: 29px;
    height: 4px;
    background: rgba(75, 91, 118, .2);
    border-radius: 2px
}

.mod-hero__ctrl-item-inner {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 4px;
    display: none;
    background-color: #0052d9;
    border-radius: 2px
}

.mod-hero__ctrl-item.is-active .mod-hero__ctrl-item-inner {
    display: block
}

.is-mobile.mod-hero {
    height: auto;
    overflow: hidden
}

.is-mobile.mod-hero .mod-hero__main {
    min-height: 248px
}

.is-mobile.mod-hero .mod-hero__item-bg {
    margin-left: 80px
}

.is-mobile.mod-hero .mod-hero__item-content {
    padding: 24px 20px 0
}

.is-mobile.mod-hero .mod-hero__item-title {
    font-size: 24px;
    line-height: 32px;
    max-width: 280px;
    margin-bottom: 8px
}

.is-mobile.mod-hero .mod-hero__item-desc {
    font-size: 16px;
    line-height: 24px;
    max-width: 240px
}

.is-mobile.mod-hero .mod-hero__item-btns {
    left: 20px;
    bottom: 40px
}

.is-mobile.mod-hero .mod-hero__item-btns .cdc-btn {
    height: 36px;
    line-height: 34px;
    min-width: 146px
}

.is-mobile.mod-hero .mod-hero__ctrl {
    left: 10px;
    bottom: 10px
}

@media screen and (max-width:1920px) {

    .mod-hero__main:after,
    .mod-hero__main:before {
        display: none
    }
}

.cdc-home-page {
    position: relative
}

.cdc-home-page.cdc-global {
    min-width: auto
}

.cdc-home-page .cdc-home__body .mod-menu {
    width: 100%;
    box-sizing: border-box;
    padding: 24px 0 36px;
    margin: 0 auto 36px;
    background: linear-gradient(0deg, #f5f7fa -55.92%, #fff 93.75%)
}

.cdc-home-page .cdc-home__body .mod-menu__inner {
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 auto;
    height: 100%
}

.cdc-home-page .cdc-home__body .mod-menu__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    margin: 0 -10px
}

.cdc-home-page .cdc-home__body .mod-menu__item {
    width: 190px;
    margin: 0 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-home-page .cdc-home__body .mod-menu__item-hd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: end
}

.cdc-home-page .cdc-home__body .mod-menu__item-icon {
    display: block;
    width: 36px;
    height: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.cdc-home-page .cdc-home__body .mod-menu__item-icon.icon-learning {
    background-image: url(../../images/icon-learning_5d4.png)
}

.cdc-home-page .cdc-home__body .mod-menu__item-icon.icon-practice {
    background-image: url(../../images/icon-practice_8e8.png)
}

.cdc-home-page .cdc-home__body .mod-menu__item-icon.icon-activity {
    background-image: url(../../images/icon-activity_576.png)
}

.cdc-home-page .cdc-home__body .mod-menu__item-icon.icon-tool {
    background-image: url(../../images/icon-tool_9dc.png)
}

.cdc-home-page .cdc-home__body .mod-menu__item-icon.icon-special {
    background-image: url(../../images/icon-special_d5a.png)
}

.cdc-home-page .cdc-home__body .mod-menu__item-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #181818
}

.cdc-home-page .cdc-home__body .mod-menu__item-bd {
    margin-top: 12px;
    white-space: break-spaces;
    word-break: break-word
}

.cdc-home-page .cdc-home__body .mod-menu__item-link {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    position: relative;
    cursor: pointer
}

.cdc-home-page .cdc-home__body .mod-menu__item-link:hover {
    color: #0052d9
}

.cdc-home-page .cdc-home__body .mod-menu__item-link:last-child .mod-menu__item-split {
    display: none
}

.cdc-home-page .cdc-home__body .mod-menu__item-link.is-more {
    display: inline;
    position: relative;
    word-break: keep-all
}

.cdc-home-page .cdc-home__body .mod-menu__item-link.is-more:after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    right: -14px;
    top: 2px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 0% 94.24460431654677%;
    background-size: 1981.25% auto
}

.cdc-home-page .cdc-home__body .mod-menu__item-link.is-more:hover:after {
    top: 1px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 21.262458471760798% 94.24460431654677%;
    background-size: 1981.25% auto
}

.cdc-home-page .cdc-home__body .mod-menu__item-link.is-more:hover .mod-menu__item-dropdown {
    visibility: visible;
    opacity: 1;
    z-index: 99
}

.cdc-home-page .cdc-home__body .mod-menu__item-split {
    display: inline-block;
    width: 1px;
    height: 12px;
    vertical-align: baseline;
    background-color: rgba(75, 91, 118, .8);
    margin: 1px 12px 0
}

.cdc-home-page .cdc-home__body .mod-menu__item-dropdown {
    position: absolute;
    min-width: 160px;
    border-top: 8px solid transparent;
    text-align: left;
    left: 0;
    top: 20px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all .1s ease-in-out
}

.cdc-home-page .cdc-home__body .mod-menu__item-dropdown__inner {
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    background: #fff;
    padding: 16px;
    box-sizing: border-box
}

.cdc-home-page .cdc-home__body .mod-menu__item-dropdown .mod-menu__item-link {
    display: block;
    margin-bottom: 16px
}

.cdc-home-page .cdc-home__body .mod-menu__item-dropdown .mod-menu__item-link:last-child {
    margin-bottom: 0
}

.cdc-home-page .cdc-home__body .mod-menu__item-dropdown .mod-menu__item-link.is-selected {
    color: #0052d9
}

.cdc-home-page .cdc-home__body .mod-menu__item:last-child {
    word-break: break-all
}

.cdc-home-page .cdc-home__body .cdc-layout .cdc-toolbar {
    margin-top: 46px
}

.cdc-home-page .cdc-home__body .cdc-layout .cdc-toolbar .tea-tabs__tabpanel {
    padding: 0
}

.cdc-home-page .cdc-home__body .mod-user {
    box-sizing: border-box;
    padding: 20px 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d6dbe3
}

.cdc-home-page .cdc-home__body .mod-side {
    margin-top: 46px;
    position: relative
}

.cdc-home-page .cdc-home__body .mod-person-info {
    position: absolute;
    bottom: 100%;
    right: 0;
    -webkit-transform: translateY(-22px);
    transform: translateY(-22px);
    z-index: 10
}

.cdc-home-page .cdc-home__body .mod-none .cdc-none-panel__inner {
    margin-bottom: 12px
}

.cdc-home-page .cdc-home__body .mod-none .cdc-none-panel__desc {
    position: relative
}

.cdc-home-page .cdc-home__body .mod-none .cdc-none-panel__desc:after,
.cdc-home-page .cdc-home__body .mod-none .cdc-none-panel__desc:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 1px;
    background: #d6dbe3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cdc-home-page .cdc-home__body .mod-none .cdc-none-panel__desc:after {
    left: calc(50% + 100px)
}

.cdc-home-page .cdc-home__body .mod-none .cdc-none-panel__desc:before {
    right: calc(50% + 100px)
}

.cdc-home-page .cdc-home__body .mod-none .mod-user {
    border-bottom: none
}

.cdc-home-page .cdc-home__body .mod-schedule .cdc-card__inner {
    padding-top: 24px;
    padding-bottom: 24px
}

.cdc-home-page .cdc-home__body .mod-schedule .cdc-card__bd {
    margin: 0 -2px
}

.cdc-home-page .cdc-home__body .mod-schedule .cdc-calendar {
    border-bottom: 1px solid #d6dbe3
}

.cdc-home-page .cdc-m-footer,
.cdc-home-page .cdc-m-header,
.cdc-home-page .cdc-m-home__body {
    display: none
}

@media screen and (max-width:1199px) {
    .cdc-home-page.cdc-global {
        min-width: auto
    }

    .cdc-home-page .cdc-layout__side,
    .cdc-home-page .cdc-widget-global {
        display: none
    }

    .cdc-home-page .cdc-layout__main {
        padding: 0
    }

    .cdc-home-page .cdc-global__main {
        padding: 0 20px
    }

    .cdc-home-page .cdc-article-panel {
        max-width: unset
    }

    .cdc-home-page .mod-hero__item-content {
        padding-left: 20px;
        padding-right: 20px
    }

    .cdc-home-page .mod-hero__item-desc,
    .cdc-home-page .mod-hero__item-title {
        max-width: 600px
    }

    .cdc-home-page .mod-hero__item-btns {
        left: 20px
    }

    .cdc-home-page .mod-hero__ctrl>ul {
        padding-left: 20px
    }
}

@media screen and (max-width:786px) {

    .cdc-home-page .cdc-footer,
    .cdc-home-page .cdc-header,
    .cdc-home-page .cdc-home__body,
    .cdc-home-page .cdc-widget-global {
        display: none
    }

    .cdc-home-page .cdc-m-footer,
    .cdc-home-page .cdc-m-header,
    .cdc-home-page .cdc-m-home__body {
        display: block
    }

    .cdc-home-page .mod-content {
        box-sizing: border-box;
        padding: 0 20px;
        min-height: calc(100vh - 446px)
    }

    .cdc-home-page .mod-answer {
        padding: 20px 0 12px
    }

    .cdc-home-page .mod-answer,
    .cdc-home-page .mod-user {
        box-sizing: border-box;
        border-bottom: 1px solid #d6dbe3
    }

    .cdc-home-page .mod-user {
        padding: 20px 0 4px
    }

    .cdc-home-page .mod-user .cdc-user-card {
        margin-bottom: 16px
    }
}

.cdc-answer-panel {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px solid #d6dbe3;
    max-width: 822px
}

.cdc-answer-panel__question {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 16px;
    color: #181818
}

.cdc-answer-panel__detail {
    box-sizing: border-box;
    padding: 16px;
    background-color: #f5f7fa;
    position: relative
}

.cdc-answer-panel__none {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-answer-panel__none a {
    color: #0052d9
}

.cdc-answer-panel__media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-answer-panel__object {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
    height: 82px;
    position: relative;
    margin-right: 20px
}

.cdc-answer-panel__object-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%
}

.cdc-answer-panel__desc {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #4b5b76
}

.cdc-answer-panel__infos {
    margin-top: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-answer-panel__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.cdc-answer-panel__name {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 20em
}

.cdc-answer-panel__date {
    margin-left: 8px;
    padding-left: 6px;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    color: #97a3b7
}

.cdc-answer-panel__date:before {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    position: absolute;
    content: "";
    background-color: #97a3b7;
    top: 9px;
    left: 0
}

.cdc-answer-panel__operate {
    margin-left: 24px
}

.cdc-answer-panel__support {
    z-index: 9;
    position: absolute;
    width: 81px;
    height: 30px;
    right: 16px;
    bottom: 16px;
    background: #fff;
    border-radius: 2px;
    color: #0052d9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px
}

.cdc-answer-panel__support-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 99.33993399339934% 30.357142857142854%;
    background-size: 2264.285714285714% auto
}

.cdc-answer-panel__support.is-active {
    background: #e7eff9
}

.cdc-answer-panel__support.is-active .cdc-answer-panel__support-icon {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 15.946843853820598% 100%;
    background-size: 1981.25% auto
}

.cdc-answer-panel:last-child {
    border-bottom: none
}

.cdc-answer-panel__list {
    margin: -20px 0
}

.cdc-answer-panel:hover .cdc-answer-panel__question {
    color: #0052d9
}

.cdc-answer-panel.is-mobile {
    padding: 16px 0;
    max-width: 100%
}

.cdc-answer-panel.is-mobile .cdc-answer-panel__question {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px
}

.cdc-answer-panel.is-mobile .cdc-answer-panel__detail {
    border-radius: 4px;
    padding: 12px 16px
}

.cdc-answer-panel.is-mobile .cdc-answer-panel__desc {
    -webkit-line-clamp: 2
}

.cdc-answer-panel.is-mobile .cdc-answer-panel__support {
    bottom: 12px
}

.cdc-answer-panel.is-mobile .cdc-answer-panel__none a {
    display: block
}

.cdc-operate-footer {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
    box-shadow: 0 -8px 16px rgba(55, 99, 170, .1);
    box-sizing: border-box
}

.cdc-operate-footer__inner {
    box-sizing: border-box;
    padding: 16px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-operate-footer__inner,
.cdc-operate-footer__operations {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-operate-footer__operations {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -16px
}

.cdc-operate-footer__operate {
    position: relative;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-operate-footer__operate-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    cursor: pointer
}

.cdc-operate-footer__operate-icon.like {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 80.88737201365188% 0%;
    background-size: 1320.8333333333335% auto
}

.cdc-operate-footer__operate-icon.book {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 72.6962457337884% 53.333333333333336%;
    background-size: 1320.8333333333335% auto
}

.cdc-operate-footer__operate-icon.ask {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 72.6962457337884% 35.55555555555556%;
    background-size: 1320.8333333333335% auto
}

.cdc-operate-footer__operate-icon.menu {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 80.88737201365188% 71.11111111111111%;
    background-size: 1320.8333333333335% auto
}

.cdc-operate-footer__operate-icon.comment {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 60.40955631399317% 62.96296296296296%;
    background-size: 1320.8333333333335% auto
}

.cdc-operate-footer__operate-icon.more {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 80.88737201365188% 35.55555555555556%;
    background-size: 1320.8333333333335% auto
}

.cdc-operate-footer__operate-icon.share {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 49.14675767918089% 82.22222222222221%;
    background-size: 1320.8333333333335% auto
}

.cdc-operate-footer__operate-text {
    color: #4b5b76;
    background: #fff;
    border: 1px solid #d6dbe3;
    border-radius: 60px;
    position: absolute;
    box-sizing: border-box;
    height: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding: 2px 4px;
    top: -11px;
    right: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    text-align: center
}

.cdc-operate-footer__operate.is-active .cdc-operate-footer__operate-icon.like {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 57.33788395904437% 73.33333333333333%;
    background-size: 1320.8333333333335% auto
}

.cdc-operate-footer__operate.is-active .cdc-operate-footer__operate-icon.book {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 0% 73.33333333333333%;
    background-size: 1320.8333333333335% auto
}

.cdc-operate-footer__operate.is-active .cdc-operate-footer__operate-icon.ask {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 72.6962457337884% 26.666666666666668%;
    background-size: 1320.8333333333335% auto
}

.cdc-operate-footer__operate.is-active .cdc-operate-footer__operate-icon.menu {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 80.88737201365188% 53.333333333333336%;
    background-size: 1320.8333333333335% auto
}

.cdc-operate-footer__operate.is-active .cdc-operate-footer__operate-icon.comment {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 52.218430034129696% 62.96296296296296%;
    background-size: 1320.8333333333335% auto
}

.cdc-operate-footer__operate.is-active .cdc-operate-footer__operate-icon.more {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 80.88737201365188% 26.666666666666668%;
    background-size: 1320.8333333333335% auto
}

.cdc-operate-footer__operate.is-active .cdc-operate-footer__operate-icon.share {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 24.573378839590443% 82.22222222222221%;
    background-size: 1320.8333333333335% auto
}

.cdc-operate-footer__operate.is-active .cdc-operate-footer__operate-number {
    -webkit-animation: ani-leave-top 1s ease-in-out backwards;
    animation: ani-leave-top 1s ease-in-out backwards
}

.cdc-operate-footer__operate.emoji .cdc-operate-footer__operate-text {
    top: -8px
}

.cdc-operate-footer__operate.emoji .emoji-item {
    width: 28px;
    height: 28px
}

.cdc-operate-footer__operate.emoji .emoji-item-icon {
    width: 28px;
    height: 840px;
    -webkit-animation: gifEmoji5 1.5s steps(30) infinite both;
    animation: gifEmoji5 1.5s steps(30) infinite both
}

.cdc-operate-footer__operate.emoji .cdc-operate-footer__emoji-bubble-main .emoji-item {
    width: 32px;
    height: 32px
}

.cdc-operate-footer__operate.emoji .cdc-operate-footer__emoji-bubble-main .emoji-item-icon {
    width: 32px;
    height: 958px;
    -webkit-animation: gifEmoji 1.5s steps(30) infinite both;
    animation: gifEmoji 1.5s steps(30) infinite both
}

.cdc-operate-footer__toggle {
    margin-right: 12px;
    background: #eff3f9;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 8px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cdc-operate-footer__toggle-icon {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 11.510791366906476%;
    background-size: 1981.25% auto
}

.cdc-operate-footer__toggle-text {
    font-size: 14px;
    line-height: 22px;
    color: #97a3b7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-operate-footer__toggle.is-logout {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.cdc-operate-footer__toggle.is-logout .cdc-operate-footer__toggle-text>span,
.cdc-operate-footer__toggle.is-logout .cdc-operate-footer__toggle-text a {
    color: #0052d9
}

.cdc-operate-footer.technical .cdc-operate-footer__toggle {
    background: #0052d9;
    padding: 5px 20px;
    -ms-flex: none;
    flex: none
}

.cdc-operate-footer.technical .cdc-operate-footer__toggle-icon {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 100% 5.755395683453238%;
    background-size: 1981.25% auto
}

.cdc-operate-footer.technical .cdc-operate-footer__toggle-text {
    color: #fff
}

.cdc-operate-footer.evaluate .cdc-operate-footer__inner {
    padding: 12px 16px
}

.cdc-operate-footer.evaluate .cdc-operate-footer-evaluate-con .cdc-btn {
    width: 96px;
    height: 32px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    margin-right: 12px;
    line-height: 30px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px
}

.cdc-operate-footer.evaluate .cdc-operate-footer-evaluate-con .cdc-btn .cdc-svg-icon {
    margin-right: 2px
}

.cdc-operate-footer .emoji-item {
    display: inline-block;
    width: 32px;
    height: 32px;
    overflow: hidden
}

.cdc-operate-footer .emoji-item-icon {
    display: inline-block;
    width: 32px;
    height: 958px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    -webkit-animation: gifEmoji 1.5s steps(30) infinite both;
    animation: gifEmoji 1.5s steps(30) infinite both;
    will-change: transform
}

.cdc-operate-footer .emoji-item-icon.salute {
    background-image: url(../../images/salute_889.png)
}

.cdc-operate-footer .emoji-item-icon.like {
    background-image: url(../../images/like_aa8.png)
}

.cdc-operate-footer .emoji-item-icon.thank {
    background-image: url(../../images/thank_9fb.png)
}

.cdc-operate-footer .emoji-item-icon.update {
    background-image: url(../../images/update_583.png)
}

.cdc-operate-footer .emoji-item-icon.fire {
    background-image: url(../../images/fire_d38.png)
}

.cdc-operate-footer .emoji-item-icon.fight {
    background-image: url(../../images/fight_dd7.png)
}

@-webkit-keyframes gifEmoji {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -958px, 0);
        transform: translate3d(0, -958px, 0)
    }
}

@keyframes gifEmoji {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -958px, 0);
        transform: translate3d(0, -958px, 0)
    }
}

@-webkit-keyframes gifEmoji5 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -840px, 0);
        transform: translate3d(0, -840px, 0)
    }
}

@keyframes gifEmoji5 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -840px, 0);
        transform: translate3d(0, -840px, 0)
    }
}

@-webkit-keyframes ani-leave-top {
    0% {
        -webkit-transform: translateY(0) scale(.8);
        transform: translateY(0) scale(.8);
        opacity: 0
    }

    30% {
        -webkit-transform: translateY(-15px) scale(1.2);
        transform: translateY(-15px) scale(1.2);
        opacity: 1
    }

    80% {
        -webkit-transform: translateY(-25px) scale(1);
        transform: translateY(-25px) scale(1);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(-25px) scale(0);
        transform: translateY(-25px) scale(0);
        opacity: 0
    }
}

@-webkit-keyframes gifEmoji4 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -1080px, 0);
        transform: translate3d(0, -1080px, 0)
    }
}

@keyframes gifEmoji4 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        -webkit-transform: translate3d(0, -1080px, 0);
        transform: translate3d(0, -1080px, 0)
    }
}

.cdc-operate-footer__operate-bubble {
    position: absolute;
    bottom: 38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
    background: #fff;
    border: 1px solid #e8ecf1;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    padding: 6px 16px;
    box-sizing: border-box;
    border-radius: 2px;
    transition: all .3s ease-in-out;
    opacity: 1;
    visibility: visible;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #495770;
    text-align: center;
    word-break: keep-all
}

.cdc-operate-footer__operate-bubble:after,
.cdc-operate-footer__operate-bubble:before {
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    top: 100%;
    left: inherit;
    right: inherit;
    margin-top: 0;
    border: 6px dashed transparent;
    border-top-style: solid
}

.cdc-operate-footer__operate-bubble:before {
    margin-left: -6px;
    border-top-color: #e8ecf1;
    margin-top: 1px
}

.cdc-operate-footer__operate-bubble:after {
    margin-left: -6px;
    border-top-color: #fff
}

.cdc-operate-footer__operate-bubble.is-hidden {
    opacity: 0;
    visibility: hidden
}

.cdc-operate-footer__emoji-bubble {
    top: auto !important;
    bottom: 70px;
    right: 0;
    left: 0 !important;
    display: none
}

.cdc-operate-footer__emoji-bubble .tea-bubble {
    width: 100%;
    max-width: none;
    box-sizing: border-box
}

.cdc-operate-footer__emoji-bubble .tea-bubble__inner {
    background: linear-gradient(357deg, #8dc8ff .98%, #2370ff 109.42%);
    border: none;
    color: #fff;
    border-radius: 0
}

.cdc-operate-footer__emoji-bubble .tea-bubble__inner:after,
.cdc-operate-footer__emoji-bubble .tea-bubble__inner:before {
    border: none !important
}

.cdc-operate-footer__emoji-bubble-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: -56px;
    background: linear-gradient(357deg, #8dc8ff .98%, #2370ff 109.42%);
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 8px 12px;
    box-sizing: border-box
}

.cdc-operate-footer__emoji-bubble-content.comment-emoji-bubble {
    background: linear-gradient(357deg, #c1ddff .97%, #4398ff 109.25%)
}

.cdc-operate-footer__emoji-bubble-content.comment-emoji-bubble img {
    width: 36px;
    height: 36px
}

.cdc-operate-footer__emoji-bubble-content.comment-emoji-bubble .cdc-operate-footer__emoji-bubble-tit {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.cdc-operate-footer__emoji-bubble-content.comment-emoji-bubble .cdc-operate-footer__emoji-bubble-btn {
    background: #fff;
    color: #0052d9;
    margin-left: 44px
}

.cdc-operate-footer__emoji-bubble-arrow {
    top: 100%;
    left: inherit;
    right: inherit;
    margin-top: -1px;
    font-size: 0;
    position: absolute;
    width: 0;
    height: 0;
    border: 8px dashed transparent;
    border-top-color: #afd4ff
}

.cdc-operate-footer__emoji-bubble-main {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.cdc-operate-footer__emoji-bubble-text {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    -ms-flex: 1;
    flex: 1
}

.cdc-operate-footer__emoji-bubble-tit {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.cdc-operate-footer__emoji-bubble-btn {
    border-radius: 2px;
    background: linear-gradient(99deg, #ff9b3f 6.9%, #ff7800 93.1%);
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 24px;
    padding: 2px 12px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 12px;
    margin-left: 16px
}

.cdc-operate-footer__emoji-bubble-emoji {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cdc-operate-footer__emoji-bubble .emoji-item {
    width: 36px;
    height: 36px;
    margin-right: 8px
}

.cdc-operate-footer__emoji-bubble .emoji-item-icon {
    display: inline-block;
    width: 36px;
    height: 1080px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    -webkit-animation: gifEmoji4 1.5s steps(30) infinite both;
    animation: gifEmoji4 1.5s steps(30) infinite both;
    will-change: transform
}

.cdc-operate-footer__emoji-bubble .emoji-item-icon.salute {
    background-image: url(../../images/salute_889.png)
}

.cdc-operate-footer__emoji-bubble .emoji-item-icon.like {
    background-image: url(../../images/like_aa8.png)
}

.cdc-operate-footer__emoji-bubble .emoji-item-icon.thank {
    background-image: url(../../images/thank_9fb.png)
}

.cdc-operate-footer__emoji-bubble .emoji-item-icon.update {
    background-image: url(../../images/update_583.png)
}

.cdc-operate-footer__emoji-bubble .emoji-item-icon.fire {
    background-image: url(../../images/fire_d38.png)
}

.cdc-operate-footer__emoji-bubble .emoji-item-icon.fight {
    background-image: url(../../images/fight_dd7.png)
}

@media screen and (max-width:768px) {
    .cdc-operate-footer__emoji-bubble {
        display: block
    }
}

.cdc-comment__avatar {
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-comment__avatar.cdc-avatar {
    width: 24px;
    height: 24px
}

.cdc-comment__textarea {
    background: #fff;
    border: 1px solid #d6dbe3;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #181818;
    outline: none;
    box-sizing: border-box
}

.cdc-comment__textarea:active,
.cdc-comment__textarea:focus,
.cdc-comment__textarea:hover {
    border-color: #0052d9
}

.cdc-comment__textarea ::-webkit-input-placeholder {
    color: #97a3b7
}

.cdc-comment__textarea :-moz-placeholder,
.cdc-comment__textarea ::-moz-placeholder {
    color: #97a3b7
}

.cdc-comment__textarea :-ms-input-placeholder {
    color: #97a3b7
}

.cdc-comment__toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 12px 0;
    border-bottom: 1px solid #d6dbe3
}

.cdc-comment__number {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #181818
}

.cdc-comment__segment-item {
    position: relative;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
    min-width: 60px;
    height: 24px;
    margin-left: -1px;
    padding: 0 12px;
    color: #4b5b76;
    font-size: 12px;
    line-height: 22px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.cdc-comment__segment-item:hover {
    background-color: #f5f7fa;
    box-shadow: inset 0 4px 20px 0 hsla(0, 0%, 100%, .5)
}

.cdc-comment__segment-item.is-active {
    border-color: #0052d9;
    color: #0052d9;
    z-index: 9
}

.cdc-comment__note {
    margin: 20px 0 0
}

.cdc-comment__note.cdc-tip {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), #ecf2fe;
    border: 1px solid #699ef5;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    border-radius: 2px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
    z-index: 2
}

.cdc-comment__list {
    margin-top: 24px
}

.cdc-comment__more {
    margin-top: 28px;
    background: #f0f4fa;
    box-sizing: border-box;
    padding: 13px 0
}

.cdc-comment__more .cdc-loading-tip {
    margin-top: 0
}

.cdc-comment__body.is-blank .cdc-comment__list,
.cdc-comment__body.is-blank .cdc-comment__more {
    display: none
}

.cdc-comment__body.is-blank .cdc-comment__blank {
    margin: 100px 0;
    text-align: center
}

.cdc-comment__body.is-blank .cdc-comment__blank-img {
    width: 220px;
    height: 180px;
    display: block;
    background-image: url(../../images/icon-blank_bf3.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto
}

.cdc-comment__body.is-blank .cdc-comment__blank-tip {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 24px
}

@media screen and (max-width:768px) {
    .cdc-comment__toobar {
        padding-bottom: 18px
    }

    .cdc-comment__number {
        font-size: 16px;
        line-height: 24px
    }

    .cdc-comment__list {
        margin-top: 20px
    }

    .cdc-comment__more {
        padding: 12px 0;
        margin-top: 0
    }
}

.is-mobile .cdc-comment {
    height: 100%;
    overflow: hidden
}

.is-mobile .cdc-comment-single-edit {
    padding: 0 16px
}

.is-mobile .cdc-comment__toolbar {
    padding: 42px 0 16px;
    width: calc(100% - 32px);
    margin: 0 auto
}

.is-mobile .cdc-comment__body {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 16px 24px;
    box-sizing: border-box;
    position: relative
}

.is-mobile .cdc-comment-panel__inner {
    padding-bottom: 0
}

.is-mobile .cdc-comment__body.is-blank .cdc-comment__blank {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.is-mobile .cdc-comment__number {
    font-size: 14px;
    line-height: 22px
}

.is-mobile .cdc-comment__segment-item {
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    border-radius: 2px
}

.is-mobile .cdc-comment-panel__name a {
    color: #000
}

.is-mobile .cdc-comment__more {
    background: none
}

.is-mobile .cdc-comment-inner {
    height: calc(100% - 84px);
    overflow: hidden;
    padding-bottom: 62px;
    box-sizing: border-box
}

.is-mobile .cdc-comment .cdc-operate-footer__operations {
    display: none
}

.is-mobile .cdc-comment .cdc-operate-footer__toggle {
    width: 100%;
    margin-right: 0;
    border-radius: 30px;
    padding: 5px 12px
}

.is-mobile .cdc-comment .cdc-operate-footer__toggle-icon {
    margin-right: 12px
}

.is-mobile .cdc-comment.is-host .cdc-comment-head {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 16px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #181818;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #d6dbe3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.is-mobile .cdc-comment.is-host .cdc-comment-head-return {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 19px;
    left: 0;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 47.840531561461795% 100%;
    background-size: 1981.25% auto
}

.is-mobile .cdc-comment.is-host .cdc-comment-inner {
    padding-top: 0;
    height: calc(100% - 55px)
}

.is-mobile .cdc-comment.is-host .cdc-comment-inner .cdc-comment__body {
    height: 100%;
    box-sizing: border-box
}

.is-mobile .cdc-comment.is-host .cdc-comment__toolbar {
    display: none
}

.cdc-comment-single-edit {
    margin-bottom: 28px
}

.cdc-comment-single-edit__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.cdc-comment-single-edit__main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    padding-top: 10px;
    padding-bottom: 56px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d6dbe3;
    border-radius: 2px;
    width: calc(100% - 36px)
}

.cdc-comment-single-edit__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px
}

.cdc-comment-single-edit__textarea-box {
    position: relative
}

.cdc-comment-single-edit__textarea {
    width: 100%;
    height: 100%;
    padding: 0 12px;
    resize: none;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    word-break: break-all
}

.cdc-comment-single-edit__operate {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 9
}

.cdc-comment-single-edit__count {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #97a3b7;
    margin-right: 16px
}

.cdc-comment-single-edit__commit.cdc-btn {
    vertical-align: middle;
    min-width: 100px;
    height: 32px;
    line-height: 30px
}

.cdc-comment-single-edit.not-logged .cdc-comment-single-edit__avatar {
    background: #0052d9
}

.cdc-comment-single-edit.not-logged .cdc-comment-single-edit__avatar .cdc-avatar__inner {
    width: 18px;
    height: 18px;
    background-image: url(../../images/default-avatar_2fd.png) !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 2px
}

.cdc-comment-single-edit.not-logged .cdc-comment-single-edit__main {
    text-align: center;
    line-height: 80px;
    font-size: 14px;
    background: #f5f7fa;
    border-radius: 4px;
    min-height: 80px;
    color: #97a3b7;
    padding-bottom: 0;
    padding-top: 0
}

.cdc-comment-single-edit.not-logged .cdc-comment-single-edit__main a {
    color: #0052d9;
    margin: 0 4px
}

.cdc-comment-single-edit.overload .cdc-comment-single-edit__count .dynamic-count {
    color: #f64041
}

.cdc-comment-single-edit__text {
    font-size: 14px;
    line-height: 22px;
    height: auto;
    min-height: 44px;
    max-height: 110px;
    padding: 0 12px;
    opacity: 0;
    overflow: hidden;
    box-sizing: border-box;
    word-break: break-all
}

.cdc-comment-edit {
    margin-top: 20px
}

.cdc-comment-edit__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-comment-edit__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.cdc-comment-edit__main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    font-size: 0
}

.cdc-comment-edit__textarea {
    width: 100%;
    height: 36px;
    resize: none;
    padding: 6px 8px
}

.cdc-comment-edit__count {
    display: none;
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #97a3b7;
    bottom: 10px;
    right: 10px
}

.cdc-comment-edit__btn {
    min-width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px
}

.cdc-comment-panel__inner {
    box-sizing: border-box;
    padding-left: 36px
}

.cdc-comment-panel__hd {
    margin: 0 0 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-comment-panel__avatar-bubble {
    width: 24px;
    height: 24px;
    position: absolute;
    left: -36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cdc-comment-panel__avatar-bubble .cdc-comment-panel__avatar.cdc-comment__avatar {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none
}

.cdc-comment-panel__avatar.cdc-avatar {
    position: absolute;
    left: -36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cdc-comment-panel__name {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cdc-comment-panel__name a {
    color: #000
}

.cdc-comment-panel__name a:hover {
    color: #0052d9
}

.cdc-comment-panel__name-mine {
    display: inline-block;
    height: 18px;
    margin-left: 8px;
    border: 1px solid #0052d9;
    border-radius: 2px;
    padding: 0 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #0052d9
}

.cdc-comment-panel__name-replay em {
    margin: 0 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76
}

.cdc-comment-panel__date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #97a3b7
}

.cdc-comment-panel__content {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    text-align: justify
}

.cdc-comment-panel__operates {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-comment-panel__operate {
    position: relative;
    margin-right: 24px;
    cursor: pointer
}

.cdc-comment-panel__operate .cdc-icon.is-click.link .icon-ask {
    background-image: url(../../images/icon-ask-h_d74.svg)
}

.cdc-comment-panel__operate .cdc-icon.is-click.link .cdc-icon__number {
    color: #0052d9
}

.cdc-comment-panel__operate .cdc-icon.is-like .icon-like {
    background-image: url(../../images/icon-like-h_768.svg)
}

.cdc-comment-panel__operate .cdc-icon.is-like .cdc-icon__number {
    color: #0052d9
}

.cdc-comment-panel__edit {
    margin-top: 12px
}

.cdc-comment-panel__edit .cdc-comment-single-edit {
    margin-bottom: 16px
}

.cdc-comment-panel__replay {
    margin-top: 16px;
    background: #f5f7fa;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 16px 12px 20px
}

.cdc-comment-panel__replay .cdc-comment-panel__header {
    margin-bottom: 4px
}

.cdc-comment-panel__replay .cdc-comment-panel__operates {
    margin-top: 8px
}

.cdc-comment-panel__replay .cdc-comment-panel+.cdc-comment-panel {
    margin-top: 20px
}

.cdc-comment-panel+.cdc-comment-panel {
    margin-top: 16px
}

.cdc-comment-panel-m-spread {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #0052d9;
    margin-top: 10px;
    padding-left: 32px
}

.cdc-comment-panel-m-spread-icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: -3px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 92.08633093525181%;
    background-size: 1981.25% auto
}

@media screen and (max-width:768px) {
    .cdc-comment-panel__inner {
        padding-left: 32px;
        padding-bottom: 24px
    }

    .cdc-comment-panel__avatar,
    .cdc-comment-panel__avatar-bubble {
        left: -32px
    }

    .cdc-comment-panel__hd {
        margin-bottom: 4px
    }

    .cdc-comment-panel__name {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px
    }

    .cdc-comment-panel__name a,
    .cdc-comment-panel__name a:hover {
        color: #000
    }

    .cdc-comment-panel__name-replay em {
        margin: 0 4px;
        font-size: 14px
    }

    .cdc-comment-panel__name-mine {
        vertical-align: 1px
    }

    .cdc-comment-panel__operates {
        margin-top: 12px
    }

    .cdc-comment-panel__content {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .cdc-comment-panel__replay {
        margin-top: 16px;
        padding: 16px 16px 16px 28px;
        margin-left: -30px;
        transition: all .3s ease-in-out;
        overflow: hidden
    }

    .cdc-comment-panel__replay-m-inner {
        height: calc(100% - 32px);
        overflow: hidden
    }

    .cdc-comment-panel__replay.is-spread {
        height: auto !important
    }

    .cdc-comment-panel__replay.is-spread .cdc-comment-panel-m-inner {
        height: auto
    }

    .cdc-comment-panel__replay.is-spread .cdc-comment-panel-m-spread {
        display: none
    }

    +.cdc-comment-panel {
        margin-top: 24px
    }
}

.cdc-comment-panel__operate-dropdown {
    width: 96px
}

.cdc-comment-panel__operate-dropdown .tea-bubble__inner {
    background: #fff;
    border: 1px solid #e8ecf1;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    border-radius: 0;
    padding: 16px
}

.cdc-comment-panel__operate-dropdown .dropdown-item+.dropdown-item {
    margin-top: 16px
}

.cdc-comment-panel__operate-dropdown .cdc-icon__number {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    margin-left: 12px
}

.cdc-comment-panel__operate-dropdown.tea-bubble--top .tea-bubble__inner:before {
    border-bottom-color: #e8ecf1
}

.cdc-comment-panel__operate-dropdown.tea-bubble--top .tea-bubble__inner:after {
    border-bottom-color: #fff;
    margin-bottom: -1px
}

.mod-stack-button {
    min-width: 46px;
    background: #0052d9;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    border-radius: 4px;
    padding: 0 8px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.mod-stack-button span {
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    vertical-align: middle
}

.mod-stack-button i {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../../images/icon-arrow-right-white_b25.svg);
    background-size: cover
}

.mod-stack-button.is-active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mod-stack-english-mask {
    background: hsla(0, 0%, 100%, .8);
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(50% - 252px)
}

.mod-stack-english-inner {
    background: #fff;
    border: 1px solid #e8ecf1;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    position: fixed;
    z-index: 1002;
    right: 23px;
    width: calc(50% - 275px);
    padding: 20px;
    box-sizing: border-box
}

.mod-stack-english-head {
    position: relative
}

.mod-stack-english-head .cdc-svg-icon {
    position: absolute;
    right: 0;
    top: 0;
    color: #9ba6b7
}

.mod-stack-english-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #181818;
    position: relative;
    padding-left: 12px;
    box-sizing: border-box
}

.mod-stack-english-title:before {
    content: "";
    width: 3px;
    height: 18px;
    background: #0052d9;
    position: absolute;
    top: 4px;
    left: 0
}

.mod-stack-english-body {
    margin-top: 12px;
    max-height: 216px;
    overflow: auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    word-break: break-all
}

.is-mobile .mod-stack-button i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cdc-answer__comment {
    background: #f5f7fa;
    border-radius: 4px;
    padding: 22px 16px;
    margin-left: 32px;
    margin-top: 20px
}

.cdc-answer__comment .cdc-answer {
    margin-bottom: 20px
}

.cdc-answer__comment .cdc-answer__hd {
    padding-left: 24px;
    margin-bottom: 2px
}

.cdc-answer__comment .cdc-answer__hd-user {
    position: relative;
    height: 24px
}

.cdc-answer__comment .cdc-answer__hd-user>.cdc-avatar {
    position: absolute;
    left: -24px;
    top: 0
}

.cdc-answer__comment .cdc-answer__operation {
    margin-top: 0
}

.cdc-answer__comment .cdc-answer__edit {
    margin-bottom: 20px
}

.cdc-answer__comment-pagination .tp-pagination__btn.is-disabled {
    color: #999 !important;
    cursor: not-allowed !important
}

.cdc-answer-block__bd {
    padding-top: 0 !important;
    margin-top: 24px
}

.cdc-answer-block__see-all {
    font-size: 14px
}

.cdc-answer-block.is-stack .cdc-answer {
    margin-bottom: 22px
}

.cdc-answer-block.is-stack .cdc-answer:last-child {
    margin-bottom: 0
}

.cdc-answer-block.is-stack .cdc-answer__hd {
    margin-bottom: 8px;
    padding-left: 0
}

.cdc-answer-block.is-stack .cdc-answer__status {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.cdc-answer-block.is-stack .cdc-answer__hd-tit,
.cdc-answer-block.is-stack .cdc-answer__hd-tit h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: text
}

.cdc-answer-block.is-stack .cdc-answer__hd-tit h4 {
    margin-left: 0
}

.cdc-answer-block.is-stack .cdc-answer__hd-tit h4:hover {
    color: #000
}

.cdc-answer-block.is-stack .cdc-answer__hd-tit>span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #97a3b7;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-answer-block.is-stack .cdc-answer__time {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-answer-block.is-stack .cdc-answer__time .cdc-icon-btn:hover {
    color: #4b5b76
}

.cdc-answer-block.is-stack .cdc-answer__bd {
    padding-left: 0
}

.cdc-answer-block.is-stack .cdc-answer__bd .cdc-answer__comment-stack {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-answer-block.is-stack .cdc-answer__bd .cdc-answer__comment-stack .cdc-answer__text {
    margin-bottom: 0
}

.cdc-answer-block.is-stack .cdc-answer__bd .cdc-answer__comment-stack .mod-stack-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 12px
}

.cdc-answer-block.is-stack .cdc-answer__operation {
    margin-top: 10px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-answer-block.is-stack .cdc-answer__comment {
    margin-left: 0;
    margin-top: 24px;
    padding: 20px 16px;
    margin-bottom: 22px
}

.is-pc .cdc-answer-block.is-stack .cdc-answer__bd .cdc-answer__comment-stack {
    display: block;
    -ms-flex-flow: unset;
    flex-flow: unset
}

.is-pc .cdc-answer-block.is-stack .cdc-answer__bd .cdc-answer__comment-stack .cdc-answer-text-float {
    float: right
}

.is-pc .cdc-answer-block.is-stack .cdc-answer__bd .cdc-answer__comment-stack .mod-stack-button {
    float: right;
    clear: both
}

.cdc-answer-empty__hd-user .cdc-avatar {
    cursor: pointer
}

.cdc-answer__hd {
    position: relative
}

.cdc-answer__hd-tit {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    overflow: hidden
}

.cdc-answer__hd-user {
    overflow: hidden;
    position: static !important
}

.cdc-answer__hd-user>.cdc-avatar {
    left: 0 !important
}

.cdc-answer__hd h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.cdc-answer__tags,
.cdc-answer__time {
    white-space: nowrap;
    -ms-flex: none;
    flex: none
}

.cdc-answer__tags {
    padding-right: 20px
}

.cdc-answer__tag {
    background-color: #fff
}

.cdc-answer__tag-self {
    border: none
}

.cdc-answer__tip--error,
.cdc-answer__tip--warning {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.cdc-answer__text {
    white-space: pre-wrap
}

.cdc-answer__operation {
    margin-top: 20px
}

.cdc-answer__operation .cdc-icon-btn {
    font-size: 12px
}

.cdc-answer__operation .cdc-icon {
    line-height: 0;
    margin-right: 4px
}

.cdc-answer__alert {
    margin-top: 20px;
    width: 100%;
    height: 54px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f5f7fa;
    color: #4b5b76;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cdc-answer__alert span {
    margin-right: 4px;
    color: #0052d9
}

.cdc-answer__edit__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.cdc-answer__edit__main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    padding-top: 10px;
    padding-bottom: 56px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d6dbe3;
    border-radius: 2px;
    width: calc(100% - 36px)
}

.cdc-answer__edit__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px
}

.cdc-answer__edit__textarea-box {
    position: relative
}

.cdc-answer__edit__textarea.cdc-comment__textarea {
    width: 100%;
    height: 100%;
    padding: 0 12px;
    resize: none;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    word-break: break-all
}

.cdc-answer__edit__operate {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 9
}

.cdc-answer__edit__count {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #97a3b7;
    margin-right: 16px
}

.cdc-answer__edit__commit.cdc-btn {
    vertical-align: middle;
    min-width: 100px;
    height: 32px;
    line-height: 30px
}

.cdc-answer__edit.not-logged .cdc-answer__avatar {
    background: #0052d9
}

.cdc-answer__edit.not-logged .cdc-answer__avatar .cdc-avatar__inner {
    width: 18px;
    height: 18px;
    background-image: url(../../images/default-avatar_2fd.png) !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 2px
}

.cdc-answer__edit.not-logged .cdc-answer__main {
    text-align: center;
    line-height: 80px;
    font-size: 14px;
    background: #f5f7fa;
    border-radius: 4px;
    min-height: 80px;
    color: #97a3b7;
    padding-bottom: 0;
    padding-top: 0
}

.cdc-answer__edit.not-logged .cdc-answer__main a {
    color: #0052d9;
    margin: 0 4px
}

.cdc-answer__edit.overload .cdc-answer__edit__count .dynamic-count {
    color: #f64041
}

.cdc-answer__edit__text {
    font-size: 14px;
    line-height: 22px;
    height: auto;
    min-height: 44px;
    max-height: 110px;
    padding: 0 12px;
    opacity: 0;
    overflow: hidden;
    box-sizing: border-box;
    word-break: break-all
}

.cdc-answer__rich-text-editor__inner {
    border: 1px solid #d6dbe3;
    box-shadow: inset 0 4px 20px hsla(0, 0%, 100%, .5);
    border-radius: 2px
}

.cdc-answer__rich-text-editor__main {
    padding-bottom: 64px;
    box-sizing: border-box;
    position: relative
}

.cdc-answer__rich-text-editor__textarea-box {
    min-height: 126px
}

.cdc-answer__rich-text-editor__textarea-box .qa-r-editor {
    overflow-y: auto !important;
    max-height: calc(100vh - 180px) !important
}

.cdc-answer__rich-text-editor__operate {
    position: absolute;
    bottom: 16px;
    right: 16px
}

.cdc-answer__rich-text-editor__operate .cdc-btn {
    width: 100px;
    height: 32px;
    line-height: 30px;
    margin-left: 12px
}

.cdc-answer__rich-text-editor.is-focus .cdc-answer__rich-text-editor__inner {
    border-color: #0052d9
}

.cdc-sticky-header {
    position: fixed;
    top: 0;
    z-index: 999;
    min-width: 1200px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    box-shadow: 0 8px 16px rgba(55, 99, 170, .1);
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s
}

.cdc-sticky-header__inner {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 13px 10px
}

.cdc-sticky-header__main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cdc-sticky-header__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px
}

.cdc-sticky-header__extra {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16px
}

.cdc-sticky-header.is-hidden {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
    opacity: 0;
    pointer-events: none
}

.cdc-sticky-header.is-mobile {
    min-width: 100%;
    padding: 16px
}

.cdc-sticky-header.is-mobile .cdc-sticky-header__inner {
    padding: 0
}

.cdc-course-card {
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    margin-bottom: 20px
}

.cdc-course-card__inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.cdc-course-card__object {
    position: relative;
    width: 100%;
    padding-top: 50%
}

.cdc-course-card__object-image {
    position: absolute;
    height: 100%;
    top: -2px;
    left: -2px;
    right: -2px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50%
}

.cdc-course-card__object-duration {
    padding: 0 8px;
    background-color: rgba(0, 0, 0, .6)
}

.cdc-course-card__object-collection,
.cdc-course-card__object-duration {
    position: absolute;
    right: -2px;
    bottom: 2px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    box-sizing: border-box
}

.cdc-course-card__object-collection {
    padding: 2px 8px 0;
    background-color: #297aff;
    border-top-left-radius: 5px;
    z-index: 2
}

.cdc-course-card__object-collection:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -21px;
    left: -5.5px;
    height: 100%;
    border-bottom: 21px solid #297aff;
    border-left: 7px solid transparent
}

.cdc-course-card__main {
    box-sizing: border-box;
    padding: 16px 16px 20px
}

.cdc-course-card__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 48px
}

.cdc-course-card__infos {
    margin-top: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-course-card__desc {
    margin-top: 12px;
    margin-bottom: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.cdc-course-card__date,
.cdc-course-card__desc {
    font-size: 12px;
    line-height: 20px;
    color: #97a3b7
}

.cdc-course-card__operation {
    margin-top: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-course-card:hover .cdc-course-card__title {
    color: #0052d9
}

.cdc-course-card.horizontal {
    background: transparent;
    border: none;
    box-shadow: unset
}

.cdc-course-card.horizontal .cdc-course-card__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-course-card.horizontal .cdc-course-card__object {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 185px;
    padding-top: 0;
    height: 100px;
    margin-right: 16px
}

.cdc-course-card.horizontal .cdc-course-card__object-image {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.cdc-course-card.horizontal .cdc-course-card__object-duration {
    right: 0;
    bottom: 0
}

.cdc-course-card.horizontal .cdc-course-card__main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-course-card.horizontal .cdc-course-card__title {
    font-size: 14px;
    line-height: 22px
}

.cdc-course-card.is-mobile {
    margin-bottom: 12px;
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1)
}

.cdc-course-card.is-mobile .cdc-course-card__object {
    padding-top: 62.0253164557%
}

.cdc-course-card.is-mobile .cdc-course-card__object-collection {
    padding: 0 4px 0 6px
}

.cdc-course-card.is-mobile .cdc-course-card__object-collection:before {
    border-bottom: 17px solid #297aff;
    top: -17px;
    left: -6.5px
}

.cdc-course-card.is-mobile .cdc-course-card__main {
    padding: 12px
}

.cdc-course-card.is-mobile .cdc-course-card__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    min-height: 44px
}

.cdc-course-card.is-mobile .cdc-course-card__infos {
    margin-top: 8px
}

.cdc-course-card.is-mobile .cdc-course-card:hover .cdc-course-card__title {
    color: #000
}

.cdc-course-card.is-mobile.horizontal {
    background: transparent;
    border: none;
    box-shadow: unset;
    margin-bottom: 20px
}

.cdc-course-card.is-mobile.horizontal .cdc-course-card__object {
    padding-top: 0;
    width: 158px;
    height: 100px;
    margin-right: 12px
}

.cdc-course-card.is-mobile.horizontal .cdc-course-card__main {
    padding: 0
}

.cdc-course-card.is-mobile.horizontal .cdc-course-card__title {
    font-weight: 500
}

.cdc-expand-area__main {
    transition: all .3s ease-in-out
}

.cdc-expand-area__toggle {
    margin-top: -114px;
    position: relative;
    z-index: 2;
    padding-top: 110px;
    text-align: center;
    box-sizing: border-box
}

.cdc-expand-area__toggle:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 86.15%)
}

.cdc-expand-area.is-hidden .cdc-expand-area__main {
    max-height: 3500px;
    overflow: hidden
}

.cdc-recommend-card {
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    width: 326px;
    position: relative
}

.cdc-recommend-card__object {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    width: 94px
}

.cdc-recommend-card__object>img {
    display: block;
    width: 100%;
    height: 100%
}

.cdc-recommend-card__main {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding: 12px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-recommend-card__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    margin-bottom: 12px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-recommend-card__title-tag {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-top: -2px;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    background: linear-gradient(180deg, #ff5252, #ff3b3b 18.85%);
    box-shadow: 2px 4px 8px rgba(255, 59, 59, .199082);
    position: relative
}

.cdc-recommend-card__title-tag:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 11px;
    height: 11px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 98.36601307189542% 70.31802120141343%;
    background-size: 2881.8181818181815% auto
}

.cdc-recommend-card__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-recommend-card__author {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-recommend-card__author .author-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 12em;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-recommend-card__author .author-department {
    position: relative;
    padding-left: 10px;
    padding-right: 8px;
    color: #97a3b7;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 10em
}

.cdc-recommend-card__author .author-department:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #97a3b7;
    border-radius: 50%;
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cdc-recommend-card__date {
    font-size: 12px;
    line-height: 20px;
    color: #97a3b7;
    margin-right: 12px;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cdc-recommend-card__view {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right
}

.cdc-recommend-card__link {
    display: inline-block;
    max-width: 56px
}

.cdc-recommend-card:hover {
    border-color: #0052d9
}

.cdc-recommend-card.more:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
    height: 67px;
    background: url(../../images/decorate-bg_83c.png) 50% no-repeat;
    background-size: 100% 100%
}

.cdc-recommend-card__list {
    margin: -8px
}

.cdc-recommend-card__list .cdc-recommend-card {
    margin: 8px
}

.cdc-recommend-card.is-mobile {
    width: 225px
}

.cdc-recommend-card.is-mobile:hover {
    border-color: #fff
}

.cdc-directory {
    width: 192px;
    position: relative
}

.cdc-directory__wrap {
    position: relative;
    transition: opacity .1s ease-in-out .1s, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .1s ease-in-out .1s;
    transition: transform .3s ease-in-out, opacity .1s ease-in-out .1s, -webkit-transform .3s ease-in-out
}

.cdc-directory__wrap-shade {
    position: absolute;
    height: 24px;
    background: linear-gradient(0, #fff, hsla(0, 0%, 100%, 0));
    bottom: 0;
    left: 0;
    right: 6px
}

.cdc-directory__inner {
    width: 100%;
    background: #fff
}

.cdc-directory__hd {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
    margin-bottom: 16px
}

.cdc-directory__bd {
    box-sizing: border-box;
    position: relative;
    max-height: 460px;
    overflow-y: hidden;
    overflow-x: hidden;
    padding-left: 12px
}

.cdc-directory__bd::-webkit-scrollbar {
    width: 4px;
    background-color: transparent;
    border-radius: 4px
}

.cdc-directory__bd::-webkit-scrollbar-thumb {
    background: #97a3b7;
    border-radius: 10px
}

.cdc-directory__bd:hover {
    overflow-y: auto
}

.cdc-directory__bd-box {
    padding-left: 10px;
    box-sizing: border-box;
    border-left: 2px solid #d6dbe3
}

.cdc-directory__list.level-1 .cdc-directory__item .cdc-directory__target {
    font-weight: 500;
    color: #000
}

.cdc-directory__list.level-1 .cdc-directory__item.is-active>.cdc-directory__target {
    color: #0052d9
}

.cdc-directory__list.level-2 .cdc-directory__item {
    padding-right: 0
}

.cdc-directory__list.level-2 .cdc-directory__item:after {
    right: -17px
}

.cdc-directory__list.level-2 .cdc-directory__item .cdc-directory__target {
    padding-left: 20px;
    font-weight: 400;
    color: #4b5b76
}

.cdc-directory__list.level-3 .cdc-directory__item {
    padding-right: 0
}

.cdc-directory__list.level-3 .cdc-directory__item:after {
    right: auto
}

.cdc-directory__list.level-3 .cdc-directory__item .cdc-directory__target {
    padding-left: 40px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #4b5b76
}

.cdc-directory__list.level-4 .cdc-directory__item {
    padding-right: 0
}

.cdc-directory__list.level-4 .cdc-directory__item:after {
    right: auto
}

.cdc-directory__list.level-4 .cdc-directory__item .cdc-directory__target {
    padding-left: 52px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #4b5b76
}

.cdc-directory__item {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin-bottom: 4px
}

.cdc-directory__item.is-active:after {
    position: absolute;
    top: 0;
    left: -12px;
    content: "";
    width: 2px;
    height: 30px;
    background: #0052d9;
    border-radius: 4px;
    z-index: 9
}

.cdc-directory__target {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    display: block;
    padding: 4px 0
}

.cdc-directory__target-icon {
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px
}

.cdc-directory__target-icon.icon-category {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 52.823920265780735% 42.44604316546763%;
    background-size: 1981.25% auto
}

.cdc-directory__target:hover {
    color: #0052d9
}

.cdc-directory__target+ul .cdc-directory__item {
    margin-bottom: 0
}

.cdc-directory__toggle {
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    padding: 2px 5px;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d6dbe3;
    border-radius: 2px;
    cursor: pointer
}

.cdc-directory__toggle-text {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-directory__toggle-icon {
    margin-left: 4px;
    display: block;
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 42.524916943521596% 94.24460431654677%;
    background-size: 1981.25% auto;
    transition: -webkit-transform .3s ease-in-out -.2s;
    transition: transform .3s ease-in-out -.2s;
    transition: transform .3s ease-in-out -.2s, -webkit-transform .3s ease-in-out -.2s
}

.cdc-directory__mini {
    cursor: pointer;
    width: 145px;
    background: linear-gradient(0deg, #fff -18.18%, #f3f6fb 107.14%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 16px rgba(55, 99, 170, .1);
    border-radius: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 4px 14px 4px 18px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: -2px;
    bottom: 0;
    transition: opacity .2s ease-in-out .1s, -webkit-transform .2s ease-in-out .1s;
    transition: transform .2s ease-in-out .1s, opacity .2s ease-in-out .1s;
    transition: transform .2s ease-in-out .1s, opacity .2s ease-in-out .1s, -webkit-transform .2s ease-in-out .1s;
    z-index: 9;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0
}

.cdc-directory__mini-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #181818
}

.cdc-directory__mini-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 47.840531561461795% 94.24460431654677%;
    background-size: 1981.25% auto;
    position: relative;
    transition: -webkit-transform .6s .2s;
    transition: transform .6s .2s;
    transition: transform .6s .2s, -webkit-transform .6s .2s
}

.cdc-directory__mini-icon:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #d9d9d9;
    left: -13px;
    top: -2px
}

.cdc-directory.is-fold {
    width: 0;
    transition: width .3s ease-in-out .1s
}

.cdc-directory.is-fold:after {
    display: none
}

.cdc-directory.is-fold .cdc-directory__wrap {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    opacity: 0
}

.cdc-directory.is-fold .cdc-directory__toggle-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.cdc-directory.is-fold .cdc-directory__mini {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.cdc-directory.is-mobile {
    width: 100%;
    box-sizing: border-box;
    padding-top: 24px;
    padding-left: 20px;
    height: 100% !important
}

.cdc-directory.is-mobile:after {
    bottom: 0
}

.cdc-directory.is-mobile .cdc-directory__wrap {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
    height: 100%
}

.cdc-directory.is-mobile .cdc-directory__wrap:after {
    bottom: 6px
}

.cdc-directory.is-mobile .cdc-directory__inner {
    height: 100%
}

.cdc-directory.is-mobile .cdc-directory__toggle {
    display: none
}

.cdc-directory.is-mobile .cdc-directory__hd {
    padding-bottom: 16px;
    border-bottom: 1px solid #d6dbe3;
    margin-right: 20px
}

.cdc-directory.is-mobile .cdc-directory__bd {
    max-height: calc(100% - 56px);
    margin-left: -20px;
    padding-left: 0;
    margin-right: 2px;
    overflow-y: auto
}

.cdc-directory.is-mobile .cdc-directory__bd::-webkit-scrollbar {
    width: 4px;
    background-color: #f1f2f5;
    border-radius: 4px
}

.cdc-directory.is-mobile .cdc-directory__bd:after {
    display: none
}

.cdc-directory.is-mobile .cdc-directory__bd-box {
    border-left: none;
    padding-left: 0
}

.cdc-directory.is-mobile .cdc-directory__item.is-active:after {
    left: 0
}

.cdc-directory.is-mobile .cdc-directory__item.is-active>.cdc-directory__target {
    background: #ecf2fe
}

.cdc-directory.is-mobile .cdc-directory__target {
    padding-left: 20px
}

.cdc-directory.is-mobile .cdc-directory__list.level-2 .cdc-directory__item .cdc-directory__target {
    padding-left: 32px
}

.cdc-directory.is-mobile .cdc-directory__list.level-3 .cdc-directory__item .cdc-directory__target {
    padding-left: 44px
}

.cdc-directory.is-mobile .cdc-directory__list.level-4 .cdc-directory__item .cdc-directory__target {
    padding-left: 56px
}

.cdc-directory.is-mobile .cdc-directory__mini {
    display: none
}

@media screen and (max-width:1440px) {
    .cdc-directory {
        box-sizing: border-box;
        width: 222px
    }

    .cdc-directory__wrap {
        padding: 16px 20px 12px 6px;
        background: linear-gradient(180deg, #fff 1.88%, #fcfdff);
        border: 2px solid #fff;
        box-shadow: 8px 8px 16px rgba(55, 99, 170, .1)
    }

    .cdc-directory__wrap:after {
        bottom: 12px;
        right: 30px
    }

    .cdc-directory__bd {
        max-height: 414px;
        margin-right: -16px
    }

    .cdc-directory__toggle {
        top: 20px;
        right: 20px
    }

    .cdc-directory.is-fold:after {
        display: none
    }
}

.cdc-commercial-space {
    width: 100%;
    height: 178px
}

.cdc-commercial-space__inner {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.cdc-commercial-space__image {
    display: block;
    width: 100%;
    height: 100%
}

.cdc-commercial-space__tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .5);
    border-radius: 2px
}

.cdc-commercial-space__close {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 87.87878787878788% 52.55474452554745%;
    background-size: 1585% auto
}

.cdc-new-product-info-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px
}

.cdc-new-product-info-image {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-new-product-info-image-box {
    width: 68px;
    height: 104px;
    position: relative;
    overflow: hidden
}

.cdc-new-product-info-image-box img {
    width: 100%;
    height: 100%
}

.cdc-new-product-info-image-box .cdc-icon {
    position: absolute;
    top: 0;
    left: 0
}

.cdc-new-product-info-main {
    min-width: 0;
    width: 100%
}

.cdc-new-product-info-text {
    cursor: pointer
}

.cdc-new-product-info-text:hover .cdc-new-product-info-title {
    color: #0052d9
}

.cdc-new-product-info-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center
}

.cdc-new-product-info-title,
.cdc-new-product-info-title>p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-new-product-info-title .cdc-icon {
    line-height: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 4px
}

.cdc-new-product-info-desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76
}

.cdc-new-product-info-desc em {
    color: #f64041
}

.cdc-new-product-info-foot {
    margin-top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-new-product-info-foot .cdc-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 32px;
    min-width: 88px;
    line-height: 30px;
    margin-left: 8px
}

.cdc-new-product-info-foot .cdc-btn:hover {
    background-color: #ecf2fe
}

.cdc-new-product-info.is-graphic .cdc-new-product-info-desc {
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.cdc-new-product-info.is-graphic .cdc-new-product-info-tag {
    text-align: center;
    background: #fce8e8;
    border-radius: 2px;
    padding: 2px 4px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #f64041;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.cdc-new-product-info.is-card .cdc-new-product-info-inner {
    width: 240px;
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1)
}

.cdc-new-product-info.is-card .cdc-new-product-info-main {
    background-image: url(../../images/card-bg_7ea.png);
    background-size: cover;
    padding: 12px;
    box-sizing: border-box
}

.cdc-new-product-info.is-card .cdc-new-product-info-desc {
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-new-product-info.is-card .cdc-new-product-info-tag {
    display: inline-block;
    width: auto;
    border: 1px solid #0052d9;
    border-radius: 2px;
    padding: 0 6px;
    box-sizing: border-box;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #0052d9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-side-group-activity {
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    padding: 20px;
    box-sizing: border-box
}

.cdc-side-group-activity .cdc-commercial-space {
    margin-bottom: 20px
}

.cdc-side-group-activity-tit {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #181818;
    padding-bottom: 12px;
    box-sizing: border-box;
    margin-bottom: 16px;
    position: relative;
    border-bottom: 1px solid #d6dbe3
}

.cdc-side-group-activity-tit:before {
    content: "";
    width: 3px;
    height: 18px;
    position: absolute;
    left: -8px;
    top: 4px;
    background: #0052d9
}

.cdc-side-group-activity-tab.cdc-toolbar:before {
    display: none
}

.cdc-side-group-activity-tab.cdc-toolbar .cdc-toolbar__tab {
    width: 100%
}

.cdc-side-group-activity-tab.cdc-toolbar .tea-tabs__tablist {
    background: #ecf2fe;
    border-radius: 2px;
    padding: 4px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center
}

.cdc-side-group-activity-tab.cdc-toolbar .tea-tabs__tablist .tea-tabs__tabitem {
    -ms-flex: 1;
    flex: 1;
    margin-right: 0;
    height: auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-side-group-activity-tab.cdc-toolbar .tea-tabs__tablist .tea-tabs__tab {
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #4b5b76;
    padding: 5px 12px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-side-group-activity-tab.cdc-toolbar .tea-tabs__tablist .tea-tabs__tab:after {
    display: none
}

.cdc-side-group-activity-tab.cdc-toolbar .tea-tabs__tablist .tea-tabs__tab.is-active {
    background: linear-gradient(1turn, #fff, #f3f5f8);
    outline: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    border-radius: 2px;
    color: #0052d9
}

.cdc-side-group-activity-tab.cdc-toolbar .tea-tabs__tablist .tea-tabs__tab:hover {
    color: #0052d9
}

.cdc-side-group-activity-tab.cdc-toolbar .tea-tabs__tabpanel {
    padding-top: 20px;
    padding-bottom: 0
}

.cdc-side-group-activity .cdc-new-product-info+.cdc-new-product-info {
    margin-top: 20px
}

.cdc-new-product-info3 {
    width: 100%
}

.cdc-new-product-info3-inner {
    border: 2px solid #fff;
    background: linear-gradient(1turn, #fff, #f3f5f8);
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
    position: relative
}

.cdc-new-product-info3-main {
    min-width: 0;
    width: 100%;
    background-size: cover;
    padding: 0 12px 16px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-new-product-info3-title {
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: 12px 0 8px 12px
}

.cdc-new-product-info3-title:hover .cdc-new-product-info-title {
    color: #0052d9
}

.cdc-new-product-info3-btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1
}

.cdc-new-product-info3-btns .cdc-btn {
    width: 100%;
    height: 32px;
    line-height: 20px
}

.cdc-new-product-info3-btns a {
    color: #0052d9
}

.cdc-new-product-info3-btns-introduce {
    margin-right: 16px
}

.cdc-new-product-info3-activity {
    font-size: 14px;
    line-height: 22px;
    margin-right: 120px;
    width: 48%
}

.cdc-new-product-info3-activity a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #f64041
}

.cdc-new-product-info3-activity .hot-icon {
    display: inline-block;
    width: 31px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.png);
    background-position: 0px 0px;
    margin-right: 10px;
    vertical-align: -3px
}

.cdc-status-img {
    width: 220px;
    height: 180px;
    display: block;
    margin: 0 auto;
    background-size: cover
}

.cdc-status-tip {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 24px
}

.cdc-status.is-blank .cdc-status-img {
    background-image: url(../../images/status-blank_5c6.png)
}

.cdc-welcome-bubble {
    position: fixed;
    right: 100px;
    bottom: 66px;
    z-index: 99
}

.cdc-welcome-bubble-inner {
    width: 480px;
    background: #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    border-radius: 4px 4px 0 0
}

.cdc-welcome-bubble-head {
    background-image: url(../../images/head-bg_21a.png);
    background-size: 100% auto;
    border-radius: 4px;
    padding: 26px 26px 20px;
    box-sizing: border-box;
    position: relative
}

.cdc-welcome-bubble-tit {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #181818
}

.cdc-welcome-bubble-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    margin-top: 16px
}

.cdc-welcome-bubble-desc span {
    color: #0052d9
}

.cdc-welcome-bubble-img {
    width: 199px;
    height: 163px;
    position: absolute;
    right: 3px;
    top: -12px;
    background-image: url(../../images/head-ip_2c5.png);
    background-size: cover
}

.cdc-welcome-bubble-close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 24px;
    right: 24px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 25.91362126245847% 88.48920863309353%;
    background-size: 1981.25% auto;
    cursor: pointer
}

.cdc-welcome-bubble-foot {
    padding: 26px 0 30px;
    text-align: center
}

.cdc-welcome-bubble-foot .cdc-btn {
    width: 200px;
    height: 40px;
    line-height: 38px
}

.cdc-welcome-bubble.is-close {
    display: none
}

.cdc-commercial-swiper {
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1)
}

.cdc-commercial-swiper .tpm1-swiper__pages {
    margin-top: 0;
    z-index: 1;
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.cdc-commercial-swiper .tpm1-swiper .swiper-pagination-bullet {
    border-radius: 0;
    width: 16px;
    height: 3px;
    margin: 0 4px;
    background: hsla(0, 0%, 100%, .8)
}

.cdc-commercial-swiper .tpm1-swiper .swiper-pagination-bullet-active {
    background: #fff
}

:root {
    --td-screen-xs: 320px;
    --td-screen-sm: 768px;
    --td-screen-md: 992px;
    --td-screen-lg: 1200px;
    --td-screen-xl: 1400px;
    --td-screen-xxl: 1880px
}

.narrow-scrollbar {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin
}

.narrow-scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.narrow-scrollbar::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    background-clip: content-box;
    background-color: var(--td-scrollbar-color);
    border-radius: 15px
}

.narrow-scrollbar::-webkit-scrollbar-thumb:horizontal:hover,
.narrow-scrollbar::-webkit-scrollbar-thumb:vertical:hover {
    background-color: var(--td-scrollbar-hover-color)
}

.t-fake-arrow path {
    transition: d .2s;
    stroke: currentcolor
}

.t-fake-arrow--active path {
    d: path("M3.75 10.2002L7.99274 5.7998L12.2361 10.0425")
}

.t-slide-down-enter-active,
.t-slide-down-leave-active {
    transition: height .2s cubic-bezier(.38, 0, .24, 1)
}

:root,
:root[theme-mode=light] {
    --td-brand-color-1: #f2f3ff;
    --td-brand-color-2: #d9e1ff;
    --td-brand-color-3: #b5c7ff;
    --td-brand-color-4: #8eabff;
    --td-brand-color-5: #618dff;
    --td-brand-color-6: #366ef4;
    --td-brand-color-7: #0052d9;
    --td-brand-color-8: #003cab;
    --td-brand-color-9: #002a7c;
    --td-brand-color-10: #001a57;
    --td-warning-color-1: #fff1e9;
    --td-warning-color-2: #ffd9c2;
    --td-warning-color-3: #ffb98c;
    --td-warning-color-4: #fa9550;
    --td-warning-color-5: #e37318;
    --td-warning-color-6: #be5a00;
    --td-warning-color-7: #954500;
    --td-warning-color-8: #713300;
    --td-warning-color-9: #532300;
    --td-warning-color-10: #3b1700;
    --td-error-color-1: #fff0ed;
    --td-error-color-2: #ffd8d2;
    --td-error-color-3: #ffb9b0;
    --td-error-color-4: #ff9285;
    --td-error-color-5: #f6685d;
    --td-error-color-6: #d54941;
    --td-error-color-7: #ad352f;
    --td-error-color-8: #881f1c;
    --td-error-color-9: #68070a;
    --td-error-color-10: #490002;
    --td-success-color-1: #e3f9e9;
    --td-success-color-2: #c6f3d7;
    --td-success-color-3: #92dab2;
    --td-success-color-4: #56c08d;
    --td-success-color-5: #2ba471;
    --td-success-color-6: #008858;
    --td-success-color-7: #006c45;
    --td-success-color-8: #005334;
    --td-success-color-9: #003b23;
    --td-success-color-10: #002515;
    --td-gray-color-1: #f3f3f3;
    --td-gray-color-2: #eee;
    --td-gray-color-3: #e8e8e8;
    --td-gray-color-4: #ddd;
    --td-gray-color-5: #c6c6c6;
    --td-gray-color-6: #a6a6a6;
    --td-gray-color-7: #8b8b8b;
    --td-gray-color-8: #777;
    --td-gray-color-9: #5e5e5e;
    --td-gray-color-10: #4b4b4b;
    --td-gray-color-11: #393939;
    --td-gray-color-12: #2c2c2c;
    --td-gray-color-13: #242424;
    --td-gray-color-14: #181818;
    --td-font-white-1: #fff;
    --td-font-white-2: hsla(0, 0%, 100%, 0.55);
    --td-font-white-3: hsla(0, 0%, 100%, 0.35);
    --td-font-white-4: hsla(0, 0%, 100%, 0.22);
    --td-font-gray-1: rgba(0, 0, 0, 0.9);
    --td-font-gray-2: rgba(0, 0, 0, 0.6);
    --td-font-gray-3: rgba(0, 0, 0, 0.4);
    --td-font-gray-4: rgba(0, 0, 0, 0.26);
    --td-brand-color: var(--td-brand-color-7);
    --td-warning-color: var(--td-warning-color-5);
    --td-error-color: var(--td-error-color-6);
    --td-success-color: var(--td-success-color-5);
    --td-brand-color-hover: var(--td-brand-color-6);
    --td-brand-color-focus: var(--td-brand-color-2);
    --td-brand-color-active: var(--td-brand-color-8);
    --td-brand-color-disabled: var(--td-brand-color-3);
    --td-brand-color-light: var(--td-brand-color-1);
    --td-brand-color-light-hover: var(--td-brand-color-2);
    --td-warning-color-hover: var(--td-warning-color-4);
    --td-warning-color-focus: var(--td-warning-color-2);
    --td-warning-color-active: var(--td-warning-color-6);
    --td-warning-color-disabled: var(--td-warning-color-3);
    --td-warning-color-light: var(--td-warning-color-1);
    --td-warning-color-light-hover: var(--td-warning-color-2);
    --td-error-color-hover: var(--td-error-color-5);
    --td-error-color-focus: var(--td-error-color-2);
    --td-error-color-active: var(--td-error-color-7);
    --td-error-color-disabled: var(--td-error-color-3);
    --td-error-color-light: var(--td-error-color-1);
    --td-error-color-light-hover: var(--td-error-color-2);
    --td-success-color-hover: var(--td-success-color-4);
    --td-success-color-focus: var(--td-success-color-2);
    --td-success-color-active: var(--td-success-color-6);
    --td-success-color-disabled: var(--td-success-color-3);
    --td-success-color-light: var(--td-success-color-1);
    --td-success-color-light-hover: var(--td-success-color-2);
    --td-mask-active: rgba(0, 0, 0, 0.6);
    --td-mask-disabled: hsla(0, 0%, 100%, 0.6);
    --td-bg-color-page: var(--td-gray-color-2);
    --td-bg-color-container: #fff;
    --td-bg-color-container-hover: var(--td-gray-color-1);
    --td-bg-color-container-active: var(--td-gray-color-3);
    --td-bg-color-container-select: #fff;
    --td-bg-color-secondarycontainer: var(--td-gray-color-1);
    --td-bg-color-secondarycontainer-hover: var(--td-gray-color-2);
    --td-bg-color-secondarycontainer-active: var(--td-gray-color-4);
    --td-bg-color-component: var(--td-gray-color-3);
    --td-bg-color-component-hover: var(--td-gray-color-4);
    --td-bg-color-component-active: var(--td-gray-color-6);
    --td-bg-color-secondarycomponent: var(--td-gray-color-4);
    --td-bg-color-secondarycomponent-hover: var(--td-gray-color-5);
    --td-bg-color-secondarycomponent-active: var(--td-gray-color-6);
    --td-bg-color-component-disabled: var(--td-gray-color-2);
    --td-bg-color-specialcomponent: #fff;
    --td-text-color-primary: var(--td-font-gray-1);
    --td-text-color-secondary: var(--td-font-gray-2);
    --td-text-color-placeholder: var(--td-font-gray-3);
    --td-text-color-disabled: var(--td-font-gray-4);
    --td-text-color-anti: #fff;
    --td-text-color-brand: var(--td-brand-color-7);
    --td-text-color-link: var(--td-brand-color-8);
    --td-border-level-1-color: var(--td-gray-color-3);
    --td-component-stroke: var(--td-gray-color-3);
    --td-border-level-2-color: var(--td-gray-color-4);
    --td-component-border: var(--td-gray-color-4);
    --td-shadow-1: 0 1px 10px rgba(0, 0, 0, 0.05), 0 4px 5px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.12);
    --td-shadow-2: 0 3px 14px 2px rgba(0, 0, 0, 0.05), 0 8px 10px 1px rgba(0, 0, 0, 0.06), 0 5px 5px -3px rgba(0, 0, 0, 0.1);
    --td-shadow-3: 0 6px 30px 5px rgba(0, 0, 0, 0.05), 0 16px 24px 2px rgba(0, 0, 0, 0.04), 0 8px 10px -5px rgba(0, 0, 0, 0.08);
    --td-shadow-inset-top: inset 0 0.5px 0 #dcdcdc;
    --td-shadow-inset-right: inset 0.5px 0 0 #dcdcdc;
    --td-shadow-inset-bottom: inset 0 -0.5px 0 #dcdcdc;
    --td-shadow-inset-left: inset -0.5px 0 0 #dcdcdc;
    --td-table-shadow-color: rgba(0, 0, 0, 0.08);
    --td-scrollbar-color: rgba(0, 0, 0, 0.1);
    --td-scrollbar-hover-color: rgba(0, 0, 0, 0.3);
    --td-scroll-track-color: #fff
}

:root[theme-mode=dark] {
    --td-brand-color-1: #1b2f51;
    --td-brand-color-2: #173463;
    --td-brand-color-3: #143975;
    --td-brand-color-4: #103d88;
    --td-brand-color-5: #0d429a;
    --td-brand-color-6: #054bbe;
    --td-brand-color-7: #2667d4;
    --td-brand-color-8: #4582e6;
    --td-brand-color-9: #699ef5;
    --td-brand-color-10: #96bbf8;
    --td-warning-color-1: #4f2a1d;
    --td-warning-color-2: #582f21;
    --td-warning-color-3: #733c23;
    --td-warning-color-4: #a75d2b;
    --td-warning-color-5: #cf6e2d;
    --td-warning-color-6: #dc7633;
    --td-warning-color-7: #e8935c;
    --td-warning-color-8: #ecbf91;
    --td-warning-color-9: #eed7bf;
    --td-warning-color-10: #f3e9dc;
    --td-error-color-1: #472324;
    --td-error-color-2: #5e2a2d;
    --td-error-color-3: #703439;
    --td-error-color-4: #83383e;
    --td-error-color-5: #a03f46;
    --td-error-color-6: #c64751;
    --td-error-color-7: #de6670;
    --td-error-color-8: #ec888e;
    --td-error-color-9: #edb1b6;
    --td-error-color-10: #eeced0;
    --td-success-color-1: #193a2a;
    --td-success-color-2: #1a4230;
    --td-success-color-3: #17533d;
    --td-success-color-4: #0d7a55;
    --td-success-color-5: #059465;
    --td-success-color-6: #43af8a;
    --td-success-color-7: #46bf96;
    --td-success-color-8: #80d2b6;
    --td-success-color-9: #b4e1d3;
    --td-success-color-10: #deede8;
    --td-gray-color-1: #f3f3f3;
    --td-gray-color-2: #eee;
    --td-gray-color-3: #e8e8e8;
    --td-gray-color-4: #ddd;
    --td-gray-color-5: #c6c6c6;
    --td-gray-color-6: #a6a6a6;
    --td-gray-color-7: #8b8b8b;
    --td-gray-color-8: #777;
    --td-gray-color-9: #5e5e5e;
    --td-gray-color-10: #4b4b4b;
    --td-gray-color-11: #393939;
    --td-gray-color-12: #2c2c2c;
    --td-gray-color-13: #242424;
    --td-gray-color-14: #181818;
    --td-font-white-1: hsla(0, 0%, 100%, 0.9);
    --td-font-white-2: hsla(0, 0%, 100%, 0.55);
    --td-font-white-3: hsla(0, 0%, 100%, 0.35);
    --td-font-white-4: hsla(0, 0%, 100%, 0.22);
    --td-font-gray-1: rgba(0, 0, 0, 0.9);
    --td-font-gray-2: rgba(0, 0, 0, 0.6);
    --td-font-gray-3: rgba(0, 0, 0, 0.4);
    --td-font-gray-4: rgba(0, 0, 0, 0.26);
    --td-brand-color: var(--td-brand-color-8);
    --td-warning-color: var(--td-warning-color-5);
    --td-error-color: var(--td-error-color-6);
    --td-success-color: var(--td-success-color-5);
    --td-brand-color-hover: var(--td-brand-color-7);
    --td-brand-color-focus: var(--td-brand-color-2);
    --td-brand-color-active: var(--td-brand-color-9);
    --td-brand-color-disabled: var(--td-brand-color-3);
    --td-brand-color-light: var(--td-brand-color-1);
    --td-brand-color-light-hover: var(--td-brand-color-2);
    --td-warning-color-hover: var(--td-warning-color-4);
    --td-warning-color-focus: var(--td-warning-color-2);
    --td-warning-color-active: var(--td-warning-color-6);
    --td-warning-color-disabled: var(--td-warning-color-3);
    --td-warning-color-light: var(--td-warning-color-1);
    --td-warning-color-light-hover: var(--td-warning-color-2);
    --td-error-color-hover: var(--td-error-color-5);
    --td-error-color-focus: var(--td-error-color-2);
    --td-error-color-active: var(--td-error-color-7);
    --td-error-color-disabled: var(--td-error-color-3);
    --td-error-color-light: var(--td-error-color-1);
    --td-error-color-light-hover: var(--td-error-color-2);
    --td-success-color-hover: var(--td-success-color-4);
    --td-success-color-focus: var(--td-success-color-2);
    --td-success-color-active: var(--td-success-color-6);
    --td-success-color-disabled: var(--td-success-color-3);
    --td-success-color-light: var(--td-success-color-1);
    --td-success-color-light-hover: var(--td-success-color-2);
    --td-mask-active: rgba(0, 0, 0, 0.4);
    --td-mask-disabled: rgba(0, 0, 0, 0.6);
    --td-bg-color-page: var(--td-gray-color-14);
    --td-bg-color-container: var(--td-gray-color-13);
    --td-bg-color-container-hover: var(--td-gray-color-12);
    --td-bg-color-container-active: var(--td-gray-color-10);
    --td-bg-color-container-select: var(--td-gray-color-9);
    --td-bg-color-secondarycontainer: var(--td-gray-color-12);
    --td-bg-color-secondarycontainer-hover: var(--td-gray-color-11);
    --td-bg-color-secondarycontainer-active: var(--td-gray-color-9);
    --td-bg-color-component: var(--td-gray-color-11);
    --td-bg-color-component-hover: var(--td-gray-color-10);
    --td-bg-color-component-active: var(--td-gray-color-9);
    --td-bg-color-secondarycomponent: var(--td-gray-color-10);
    --td-bg-color-secondarycomponent-hover: var(--td-gray-color-9);
    --td-bg-color-secondarycomponent-active: var(--td-gray-color-8);
    --td-bg-color-component-disabled: var(--td-gray-color-12);
    --td-bg-color-specialcomponent: transparent;
    --td-text-color-primary: var(--td-font-white-1);
    --td-text-color-secondary: var(--td-font-white-2);
    --td-text-color-placeholder: var(--td-font-white-3);
    --td-text-color-disabled: var(--td-font-white-4);
    --td-text-color-anti: #fff;
    --td-text-color-brand: var(--td-brand-color-8);
    --td-text-color-link: var(--td-brand-color-8);
    --td-border-level-1-color: var(--td-gray-color-11);
    --td-component-stroke: var(--td-gray-color-11);
    --td-border-level-2-color: var(--td-gray-color-9);
    --td-component-border: var(--td-gray-color-9);
    --td-shadow-1: 0 4px 6px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.12);
    --td-shadow-2: 0 8px 10px rgba(0, 0, 0, 0.12), 0 3px 14px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.16);
    --td-shadow-3: 0 16px 24px rgba(0, 0, 0, 0.14), 0 6px 30px rgba(0, 0, 0, 0.12), 0 8px 10px rgba(0, 0, 0, 0.2);
    --td-shadow-inset-top: inset 0 0.5px 0 #5e5e5e;
    --td-shadow-inset-right: inset 0.5px 0 0 #5e5e5e;
    --td-shadow-inset-bottom: inset 0 -0.5px 0 #5e5e5e;
    --td-shadow-inset-left: inset -0.5px 0 0 #5e5e5e;
    --td-table-shadow-color: rgba(0, 0, 0, 0.55);
    --td-scrollbar-color: hsla(0, 0%, 100%, 0.1);
    --td-scrollbar-hover-color: hsla(0, 0%, 100%, 0.3);
    --td-scroll-track-color: #333
}

:root {
    --td-radius-small: 2px;
    --td-radius-default: 3px;
    --td-radius-medium: 6px;
    --td-radius-large: 9px;
    --td-radius-extraLarge: 12px;
    --td-radius-round: 999px;
    --td-radius-circle: 50%;
    --td-font-family: PingFang SC, Microsoft YaHei, Arial Regular;
    --td-font-family-medium: PingFang SC, Microsoft YaHei, Arial Medium;
    --td-font-size-link-small: 12px;
    --td-font-size-link-medium: 14px;
    --td-font-size-link-large: 16px;
    --td-font-size-mark-small: 12px;
    --td-font-size-mark-medium: 14px;
    --td-font-size-body-small: 12px;
    --td-font-size-body-medium: 14px;
    --td-font-size-body-large: 16px;
    --td-font-size-title-small: 14px;
    --td-font-size-title-medium: 16px;
    --td-font-size-title-large: 20px;
    --td-font-size-headline-small: 24px;
    --td-font-size-headline-medium: 28px;
    --td-font-size-headline-large: 36px;
    --td-font-size-display-medium: 48px;
    --td-font-size-display-large: 64px;
    --td-line-height-link-small: 20px;
    --td-line-height-link-medium: 22px;
    --td-line-height-link-large: 24px;
    --td-line-height-mark-small: 20px;
    --td-line-height-mark-medium: 22px;
    --td-line-height-body-small: 20px;
    --td-line-height-body-medium: 22px;
    --td-line-height-body-large: 24px;
    --td-line-height-title-small: 22px;
    --td-line-height-title-medium: 24px;
    --td-line-height-title-large: 28px;
    --td-line-height-headline-small: 32px;
    --td-line-height-headline-medium: 36px;
    --td-line-height-headline-large: 44px;
    --td-line-height-display-medium: 56px;
    --td-line-height-display-large: 72px;
    --td-font-link-small: var(--td-font-size-link-small)/var(--td-line-height-link-small) var(--td-font-family);
    --td-font-link-medium: var(--td-font-size-link-medium)/var(--td-line-height-link-medium) var(--td-font-family);
    --td-font-link-large: var(--td-font-size-link-large)/var(--td-line-height-link-large) var(--td-font-family);
    --td-font-mark-small: 600 var(--td-font-size-mark-small)/var(--td-line-height-mark-small) var(--td-font-family);
    --td-font-mark-medium: 600 var(--td-font-size-mark-medium)/var(--td-line-height-mark-medium) var(--td-font-family);
    --td-font-body-small: var(--td-font-size-body-small)/var(--td-line-height-body-small) var(--td-font-family);
    --td-font-body-medium: var(--td-font-size-body-medium)/var(--td-line-height-body-medium) var(--td-font-family);
    --td-font-body-large: var(--td-font-size-body-large)/var(--td-line-height-body-large) var(--td-font-family);
    --td-font-title-small: 600 var(--td-font-size-title-small)/var(--td-line-height-title-small) var(--td-font-family);
    --td-font-title-medium: 600 var(--td-font-size-title-medium)/var(--td-line-height-title-medium) var(--td-font-family);
    --td-font-title-large: 600 var(--td-font-size-title-large)/var(--td-line-height-title-large) var(--td-font-family);
    --td-font-headline-small: 600 var(--td-font-size-headline-small)/var(--td-line-height-headline-small) var(--td-font-family);
    --td-font-headline-medium: 600 var(--td-font-size-headline-medium)/var(--td-line-height-headline-medium) var(--td-font-family);
    --td-font-headline-large: 600 var(--td-font-size-headline-large)/var(--td-line-height-headline-large) var(--td-font-family);
    --td-font-display-medium: 600 var(--td-font-size-display-medium)/var(--td-line-height-display-medium) var(--td-font-family);
    --td-font-display-large: 600 var(--td-font-size-display-large)/var(--td-line-height-display-large) var(--td-font-family);
    --td-size-1: 2px;
    --td-size-2: 4px;
    --td-size-3: 6px;
    --td-size-4: 8px;
    --td-size-5: 12px;
    --td-size-6: 16px;
    --td-size-7: 20px;
    --td-size-8: 24px;
    --td-size-9: 28px;
    --td-size-10: 32px;
    --td-size-11: 36px;
    --td-size-12: 40px;
    --td-size-13: 48px;
    --td-size-14: 56px;
    --td-size-15: 64px;
    --td-size-16: 72px;
    --td-comp-size-xxxs: var(--td-size-6);
    --td-comp-size-xxs: var(--td-size-7);
    --td-comp-size-xs: var(--td-size-8);
    --td-comp-size-s: var(--td-size-9);
    --td-comp-size-m: var(--td-size-10);
    --td-comp-size-l: var(--td-size-11);
    --td-comp-size-xl: var(--td-size-12);
    --td-comp-size-xxl: var(--td-size-13);
    --td-comp-size-xxxl: var(--td-size-14);
    --td-comp-size-xxxxl: var(--td-size-15);
    --td-comp-size-xxxxxl: var(--td-size-16);
    --td-pop-padding-s: var(--td-size-2);
    --td-pop-padding-m: var(--td-size-3);
    --td-pop-padding-l: var(--td-size-4);
    --td-pop-padding-xl: var(--td-size-5);
    --td-pop-padding-xxl: var(--td-size-6);
    --td-comp-paddingLR-xxs: var(--td-size-1);
    --td-comp-paddingLR-xs: var(--td-size-2);
    --td-comp-paddingLR-s: var(--td-size-4);
    --td-comp-paddingLR-m: var(--td-size-5);
    --td-comp-paddingLR-l: var(--td-size-6);
    --td-comp-paddingLR-xl: var(--td-size-8);
    --td-comp-paddingLR-xxl: var(--td-size-10);
    --td-comp-paddingTB-xxs: var(--td-size-1);
    --td-comp-paddingTB-xs: var(--td-size-2);
    --td-comp-paddingTB-s: var(--td-size-4);
    --td-comp-paddingTB-m: var(--td-size-5);
    --td-comp-paddingTB-l: var(--td-size-6);
    --td-comp-paddingTB-xl: var(--td-size-8);
    --td-comp-paddingTB-xxl: var(--td-size-10);
    --td-comp-margin-xxs: var(--td-size-1);
    --td-comp-margin-xs: var(--td-size-2);
    --td-comp-margin-s: var(--td-size-4);
    --td-comp-margin-m: var(--td-size-5);
    --td-comp-margin-l: var(--td-size-6);
    --td-comp-margin-xl: var(--td-size-7);
    --td-comp-margin-xxl: var(--td-size-8);
    --td-comp-margin-xxxl: var(--td-size-10);
    --td-comp-margin-xxxxl: var(--td-size-12)
}

.cdc-course-panel {
    display: block;
    color: #000;
    position: relative
}

.cdc-course-panel-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer
}

.cdc-course-panel .cdc-course-panel-object {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 2px;
    position: relative
}

.cdc-course-panel-object .cdc-course-panel-img {
    background-size: cover;
    background-position: 50%;
    padding-top: 56.25%;
    width: 100%;
    transition: all .3s linear;
    background-repeat: no-repeat
}

.cdc-course-panel.video .cdc-course-panel-img {
    padding-top: 54.05%
}

.cdc-course-panel-object .cdc-course-panel-duration {
    display: inline-block;
    height: 20px;
    width: auto;
    padding: 0 8px;
    text-align: center;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.cdc-course-panel-object .cdc-course-panel-detail,
.cdc-course-panel-object .cdc-course-panel-duration {
    position: absolute;
    color: #fff;
    line-height: 20px;
    font-size: 12px;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6)
}

.cdc-course-panel-object .cdc-course-panel-detail {
    width: 100%;
    box-sizing: border-box;
    padding: 2px 8px
}

.cdc-course-panel-object .cdc-course-panel-detail span {
    display: inline-block;
    position: relative
}

.cdc-course-panel-object .cdc-course-panel-detail span:last-child {
    padding-left: 10px
}

.cdc-course-panel-object .cdc-course-panel-detail span:last-child:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 4px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #fff
}

.cdc-course-panel-object .cdc-course-panel-tag {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 0;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 2px 12px;
    background-color: #ff7400;
    z-index: 2
}

.cdc-course-panel-object .cdc-course-panel-tag:before {
    right: 16px;
    opacity: .33
}

.cdc-course-panel-object .cdc-course-panel-tag:after,
.cdc-course-panel-object .cdc-course-panel-tag:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    z-index: -1
}

.cdc-course-panel-object .cdc-course-panel-tag:after {
    right: 8px
}

.cdc-course-panel-object .cdc-course-panel-tag.activity,
.cdc-course-panel-object .cdc-course-panel-tag.activity:after,
.cdc-course-panel-object .cdc-course-panel-tag.activity:before {
    background-color: #ff7400
}

.cdc-course-panel-object .cdc-course-panel-tag.official,
.cdc-course-panel-object .cdc-course-panel-tag.official:after,
.cdc-course-panel-object .cdc-course-panel-tag.official:before {
    background-color: #0052d9
}

.cdc-course-panel-object .cdc-course-panel-tag.best,
.cdc-course-panel-object .cdc-course-panel-tag.best:after,
.cdc-course-panel-object .cdc-course-panel-tag.best:before {
    background-color: #00c8dc
}

.cdc-course-panel-object .cdc-course-panel-icon {
    position: absolute;
    width: 28px;
    height: 22px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 6px;
    background-color: #0052d9;
    top: 0;
    left: 0;
    display: none;
    z-index: 2
}

.cdc-course-panel-object .cdc-course-panel-icon:after {
    content: "";
    display: block;
    width: 15px;
    height: 11px;
    position: absolute;
    top: 6px;
    left: 7px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 99.66887417218543% 26.148409893992934%;
    background-size: 2113.3333333333335% auto
}

.cdc-course-panel .cdc-course-panel-body {
    padding: 10px 0
}

.cdc-course-panel:hover .cdc-course-panel-img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.cdc-course-panel.selected .cdc-course-panel-object {
    border: 2px solid #0052d9;
    width: calc(100% - 4px)
}

.cdc-course-panel.selected .cdc-course-panel-object .cdc-course-panel-icon {
    display: block
}

.cdc-course-panel.disabled .cdc-course-panel-object .cdc-course-panel-img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.cdc-course-panel.disabled .cdc-course-panel-body .cdc-course-panel-title {
    color: #999
}

.cdc-course-panel.disabled:hover .cdc-course-panel-object .cdc-course-panel-img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.cdc-course-panel.disabled:hover .cdc-course-panel-body .cdc-course-panel-title {
    color: #999
}

.cdc-course-panel-body .cdc-course-panel-title {
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    word-break: break-all
}

.cdc-course-panel-body .cdc-course-panel-title em {
    color: #0052d9
}

.cdc-course-panel.video .cdc-course-panel-body .cdc-course-panel-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    min-height: 44px
}

.cdc-course-panel:hover .cdc-course-panel-body .cdc-course-panel-title {
    color: #0052d9
}

.cdc-course-panel-body .cdc-course-panel-infos {
    font-size: 12px;
    line-height: 18px;
    color: #97a3b7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-course-panel-infos .cdc-course-panel-author {
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    z-index: 2
}

.cdc-course-panel-infos .cdc-course-panel-author a {
    color: #666;
    display: block;
    max-width: 126px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-course-panel-infos .cdc-course-panel-desc {
    font-size: 12px;
    line-height: 20px;
    color: #666
}

.cdc-course-panel-infos .cdc-course-panel-date {
    color: #999
}

.cdc-course-panel-infos .cdc-course-panel-view-icon {
    display: inline-block;
    vertical-align: middle
}

.cdc-course-panel-infos .cdc-course-panel-like {
    margin-left: 12px
}

.cdc-course-panel-infos .cdc-course-panel-view-icon .com-icon-data {
    font-size: 12px;
    color: #999;
    line-height: 16px
}

.cdc-course-panel-infos .cdc-course-panel-time {
    padding-left: 15px;
    position: relative
}

.cdc-course-panel-infos .cdc-course-panel-time:before {
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #999;
    border-radius: 50%;
    top: 7px;
    left: 6px;
    content: ""
}

.cdc-tooltip-light.t-tooltip.t-tooltip--light .t-popup__content {
    border: 1px solid #e5e8ed;
    border-radius: 0;
    box-shadow: 0 4px 16px 0 rgba(76, 97, 134, .1);
    font-size: 12px;
    max-width: 220px
}

.cdc-2-course-panel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e8ed
}

.cdc-2-course-panel:last-child {
    border-bottom: none
}

.cdc-2-course-panel .cdc-2-course-panel-object {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden
}

.cdc-2-course-panel .cdc-2-course-panel-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}

.cdc-2-course-panel .cdc-2-course-panel-order {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    line-height: 24px;
    margin-right: 20px;
    margin-left: 20px;
    -ms-flex: none;
    flex: none
}

.cdc-2-course-panel-object .cdc-2-course-panel-img-wrap {
    width: 278px;
    margin-right: 20px;
    height: auto;
    overflow: hidden;
    border-radius: 0;
    position: relative;
    z-index: 1;
    -ms-flex: none;
    flex: none;
    cursor: pointer
}

.cdc-2-course-panel-object .cdc-2-course-panel-img {
    display: block;
    width: 100%;
    padding-top: 54%;
    background-position: 50%;
    background-size: cover;
    transition: all .3s linear;
    background-repeat: no-repeat
}

.cdc-2-course-panel-object:hover .cdc-2-course-panel-img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.cdc-2-course-panel-object .cdc-2-course-panel-pic {
    width: 136px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: right;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin: 4px 0 0 24px
}

.cdc-2-course-panel-object .cdc-2-course-panel-img-wrap .cdc-2-course-panel-duration {
    display: inline-block;
    color: #fff;
    height: 20px;
    line-height: 20px;
    width: auto;
    padding: 0 9px;
    font-size: 12px;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    z-index: 1;
    position: absolute
}

.cdc-2-course-panel-object .cdc-2-course-panel-img-wrap .cdc-2-course-panel-total {
    display: inline-block;
    color: #fff;
    height: 24px;
    width: 100%;
    max-width: 192px;
    line-height: 24px;
    font-size: 12px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    text-align: center;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    z-index: 1;
    position: absolute;
    pointer-events: none
}

.cdc-2-course-panel-object .cdc-2-course-panel-img-wrap .cdc-2-course-panel-total>span svg {
    pointer-events: auto
}

.cdc-2-course-panel-object .cdc-2-course-panel-img-shadow {
    position: absolute;
    width: 192px;
    height: calc(100% - 8px);
    background-color: #f5f7fa;
    top: 8px;
    left: 8px
}

.cdc-2-course-panel-desc {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #4b5b76;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.cdc-2-course-panel-info-status+.cdc-2-course-panel-desc {
    -webkit-line-clamp: 1;
    margin-top: 8px
}

.cdc-2-course-panel-object .cdc-2-course-panel-info {
    width: 100%;
    position: relative;
    padding-bottom: 36px;
    box-sizing: border-box;
    -ms-flex: auto;
    flex: auto;
    overflow: hidden
}

.cdc-2-course-panel-object .cdc-2-course-panel-info .cdc-tag-links {
    position: relative;
    z-index: 3;
    cursor: pointer
}

.cdc-2-course-panel-object .cdc-2-course-panel-info .cdc-2-course-panel-operate {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.cdc-2-course-panel-object .cdc-2-course-panel-info .cdc-2-course-panel-operate-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0 48px
}

.cdc-2-course-panel-object .cdc-2-course-panel-info .cdc-2-course-panel-operate-time {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76
}

.cdc-2-course-panel-object .cdc-2-course-panel-info .cdc-2-course-panel-operate .cdc-2-course-panel-info-operations {
    color: #4b5b76
}

.cdc-2-course-panel-object .cdc-2-course-panel-info .cdc-2-course-panel-operate .cdc-2-course-panel-info-operations .cdc-svg-icon-con {
    margin-right: 24px
}

.cdc-2-course-panel-object .cdc-2-course-panel-info .cdc-2-course-panel-operate .cdc-2-course-panel-action,
.cdc-2-course-panel-object .cdc-2-course-panel-info .cdc-2-course-panel-operate .cdc-2-course-panel-info-operations .cdc-svg-icon-con .cdc-svg-icon-text {
    color: #4b5b76
}

.cdc-2-course-panel-object .cdc-2-course-panel-info .cdc-2-course-panel-operate .cdc-2-course-panel-action .cdc-svg-icon-con {
    margin-left: 24px;
    cursor: pointer;
    z-index: 3;
    position: relative
}

.cdc-2-course-panel-object .cdc-2-course-panel-info .cdc-2-course-panel-operate .cdc-2-course-panel-action .cdc-svg-icon-con .cdc-svg-icon-text {
    color: #4b5b76
}

.cdc-2-course-panel-object .cdc-2-course-panel-info .cdc-2-course-panel-operate .cdc-2-course-panel-action .cdc-svg-icon-con:hover,
.cdc-2-course-panel-object .cdc-2-course-panel-info .cdc-2-course-panel-operate .cdc-2-course-panel-action .cdc-svg-icon-con:hover .cdc-svg-icon-text {
    color: #0052d9
}

.cdc-2-course-panel-info .cdc-2-course-panel-info-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #181818;
    cursor: pointer
}

.cdc-2-course-panel-info .cdc-2-course-panel-info-title:hover {
    color: #0052d9
}

.cdc-2-course-panel-info .cdc-2-course-panel-info-title a {
    display: block;
    width: 100%;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-2-course-panel-info .cdc-2-course-panel-info-status {
    margin-top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.cdc-2-course-panel-info-status .cdc-alert {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    overflow: hidden;
    white-space: nowrap
}

.cdc-2-course-panel-info-status .cdc-alert-inner {
    max-width: 100%
}

.cdc-2-course-panel-info-status .cdc-alert-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.cdc-2-course-panel-info-status .cdc-alert-info__text {
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-2-course-panel .cdc-2-course-panel-object .cdc-2-course-panel-tip {
    position: absolute;
    padding: 2px 8px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    font-size: 12px;
    line-height: 17px;
    border-radius: 2px;
    bottom: 10px;
    left: 80px;
    display: none;
    z-index: 1
}

.cdc-2-course-panel.draft .cdc-2-course-panel-object,
.cdc-2-course-panel.failed .cdc-2-course-panel-object,
.cdc-2-course-panel.pending .cdc-2-course-panel-object {
    cursor: unset
}

.cdc-2-course-panel.draft .cdc-2-course-panel-object:hover .cdc-2-course-panel-tip,
.cdc-2-course-panel.failed .cdc-2-course-panel-object:hover .cdc-2-course-panel-tip,
.cdc-2-course-panel.pending .cdc-2-course-panel-object:hover .cdc-2-course-panel-tip {
    display: block
}

.cdc-2-course-panel.collection .cdc-2-course-panel-img-wrap {
    margin-right: 24px;
    margin-bottom: 8px
}

.cdc-2-course-panel.collection .cdc-2-course-panel-info-status {
    margin-top: 8px
}

.cdc-alert-info-tooltip.t-tooltip.t-tooltip--light .t-popup__content {
    border: 1px solid #e5e8ed;
    border-radius: 0;
    box-shadow: 0 4px 16px 0 rgba(76, 97, 134, .1);
    font-size: 12px;
    max-width: 420px;
    padding: 3px 16px !important
}

.t-popconfirm {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 160px;
    border-radius: var(--td-radius-medium)
}

.t-popconfirm .t-popup__content {
    padding: 0
}

.t-popconfirm.t-popup[data-popper-placement^=top] .t-popup__arrow {
    bottom: -4px
}

.t-popconfirm__content {
    position: relative;
    padding: var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-l);
    border-radius: var(--td-radius-medium)
}

.t-popconfirm__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left
}

.t-popconfirm__body>.t-icon {
    display: inline-block;
    margin-right: var(--td-comp-margin-s);
    padding: calc(var(--td-line-height-body-medium)/2 - var(--td-font-size-body-medium)/2 - 3px) 0;
    font-size: calc(var(--td-font-size-body-medium) + 6px)
}

.t-popconfirm__confirm {
    margin-left: var(--td-comp-margin-s)
}

.t-popconfirm__inner {
    display: inline-block;
    vertical-align: top;
    max-width: 320px;
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary)
}

.t-popconfirm__icon--warning {
    color: var(--td-warning-color)
}

.t-popconfirm__icon--danger {
    color: var(--td-error-color)
}

.t-popconfirm__icon--default {
    color: var(--td-brand-color)
}

.t-popconfirm__buttons {
    text-align: right;
    margin-top: var(--td-comp-margin-l)
}

.t-popconfirm__buttons>span:last-child {
    margin-right: 0
}

@-webkit-keyframes t-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes t-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes t-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes t-fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes t-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes t-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.t-icon-loading {
    -webkit-animation: t-spin 1s linear infinite;
    animation: t-spin 1s linear infinite
}

@-webkit-keyframes t-zoom-out {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes t-zoom-out {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.t-loading {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    color: var(--td-brand-color);
    font-size: var(--td-comp-size-l)
}

.t-loading--lock {
    overflow: hidden
}

.t-loading.t-size-s {
    font-size: var(--td-comp-size-xxxs)
}

.t-loading.t-size-l {
    font-size: var(--td-comp-size-xxxl)
}

.t-loading__parent--relative {
    position: relative !important
}

.t-loading__fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3500
}

.t-loading--center {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    -ms-flex-pack: center;
    justify-content: center
}

.t-loading__content {
    position: absolute;
    left: 48%;
    top: 20%
}

.t-loading--inherit-color {
    color: inherit
}

.t-loading__parent {
    position: relative
}

.t-loading__overlay {
    background-color: var(--td-mask-disabled)
}

.t-loading--full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.t-loading--hidden {
    visibility: hidden
}

.t-loading--visible {
    visibility: visible
}

.t-loading__text {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font: var(--td-font-body-medium);
    margin-left: var(--td-comp-margin-xs)
}

.t-loading__gradient {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle
}

.t-loading__gradient-conic {
    width: 100%;
    height: 100%;
    border-radius: var(--td-radius-circle);
    background: conic-gradient(from 90deg at 50% 50%, #fff 0deg, currentcolor 1turn);
    -webkit-mask: radial-gradient(transparent calc(50% - .5px), #fff 50%);
    mask: radial-gradient(transparent calc(50% - .5px), #fff 50%)
}

.t-button {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 0;
    overflow: hidden;
    font-size: var(--td-font-body-medium);
    outline: none;
    border: 1px solid transparent;
    background-color: transparent;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: var(--td-radius-default);
    transition: all .2s linear;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none
}

.t-button,
.t-button .t-button__text,
.t-button .t-icon {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.t-button .t-button__text,
.t-button .t-icon {
    z-index: 1
}

.t-button .t-icon,
.t-button .t-loading {
    font-size: var(--td-font-size-body-large)
}

.t-button .t-icon+.t-button__text:not(:empty),
.t-button .t-loading+.t-button__text:not(:empty) {
    margin-left: 8px
}

.t-button .t-button__suffix:not(:empty) {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 8px
}

.t-button--variant-base {
    color: var(--td-text-color-anti);
    height: var(--td-comp-size-m);
    font: var(--td-font-body-medium);
    padding-left: calc(var(--td-comp-paddingLR-l) - 1px);
    padding-right: calc(var(--td-comp-paddingLR-l) - 1px);
    background-color: var(--td-bg-color-component);
    border-color: var(--td-bg-color-component);
    color: var(--td-text-color-primary)
}

.t-button--variant-base .t-icon,
.t-button--variant-base .t-loading {
    font-size: var(--td-font-size-body-large)
}

.t-button--variant-base:focus-visible,
.t-button--variant-base:hover {
    background-color: var(--td-bg-color-component-hover)
}

.t-button--variant-base.t-is-loading {
    background-color: var(--td-bg-color-component)
}

.t-button--variant-base.t-is-disabled {
    background-color: var(--td-bg-color-component-disabled)
}

.t-button--variant-base:focus-visible,
.t-button--variant-base:hover {
    border-color: var(--td-bg-color-component-hover)
}

.t-button--variant-base.t-is-loading {
    border-color: var(--td-bg-color-component)
}

.t-button--variant-base.t-is-disabled {
    border-color: var(--td-bg-color-component-disabled)
}

.t-button--variant-base.t-is-loading,
.t-button--variant-base:focus-visible,
.t-button--variant-base:hover {
    color: var(--td-text-color-primary)
}

.t-button--variant-base.t-is-disabled {
    color: var(--td-text-color-disabled)
}

.t-button--variant-base.t-button--theme-primary {
    color: var(--td-text-color-anti);
    background-color: var(--td-brand-color);
    border-color: var(--td-brand-color)
}

.t-button--variant-base.t-button--theme-primary:focus-visible,
.t-button--variant-base.t-button--theme-primary:hover {
    background-color: var(--td-brand-color-hover)
}

.t-button--variant-base.t-button--theme-primary.t-is-loading {
    background-color: var(--td-brand-color)
}

.t-button--variant-base.t-button--theme-primary.t-is-disabled {
    background-color: var(--td-brand-color-disabled)
}

.t-button--variant-base.t-button--theme-primary:focus-visible,
.t-button--variant-base.t-button--theme-primary:hover {
    border-color: var(--td-brand-color-hover)
}

.t-button--variant-base.t-button--theme-primary.t-is-loading {
    border-color: var(--td-brand-color)
}

.t-button--variant-base.t-button--theme-primary.t-is-disabled {
    border-color: var(--td-brand-color-disabled)
}

.t-button--variant-base.t-button--theme-success {
    color: var(--td-text-color-anti);
    background-color: var(--td-success-color);
    border-color: var(--td-success-color)
}

.t-button--variant-base.t-button--theme-success:focus-visible,
.t-button--variant-base.t-button--theme-success:hover {
    background-color: var(--td-success-color-hover)
}

.t-button--variant-base.t-button--theme-success.t-is-loading {
    background-color: var(--td-success-color)
}

.t-button--variant-base.t-button--theme-success.t-is-disabled {
    background-color: var(--td-success-color-disabled)
}

.t-button--variant-base.t-button--theme-success:focus-visible,
.t-button--variant-base.t-button--theme-success:hover {
    border-color: var(--td-success-color-hover)
}

.t-button--variant-base.t-button--theme-success.t-is-loading {
    border-color: var(--td-success-color)
}

.t-button--variant-base.t-button--theme-success.t-is-disabled {
    border-color: var(--td-success-color-disabled)
}

.t-button--variant-base.t-button--theme-warning {
    color: var(--td-text-color-anti);
    background-color: var(--td-warning-color);
    border-color: var(--td-warning-color)
}

.t-button--variant-base.t-button--theme-warning:focus-visible,
.t-button--variant-base.t-button--theme-warning:hover {
    background-color: var(--td-warning-color-hover)
}

.t-button--variant-base.t-button--theme-warning.t-is-loading {
    background-color: var(--td-warning-color)
}

.t-button--variant-base.t-button--theme-warning.t-is-disabled {
    background-color: var(--td-warning-color-disabled)
}

.t-button--variant-base.t-button--theme-warning:focus-visible,
.t-button--variant-base.t-button--theme-warning:hover {
    border-color: var(--td-warning-color-hover)
}

.t-button--variant-base.t-button--theme-warning.t-is-loading {
    border-color: var(--td-warning-color)
}

.t-button--variant-base.t-button--theme-warning.t-is-disabled {
    border-color: var(--td-warning-color-disabled)
}

.t-button--variant-base.t-button--theme-danger {
    color: var(--td-text-color-anti);
    background-color: var(--td-error-color);
    border-color: var(--td-error-color)
}

.t-button--variant-base.t-button--theme-danger:focus-visible,
.t-button--variant-base.t-button--theme-danger:hover {
    background-color: var(--td-error-color-hover)
}

.t-button--variant-base.t-button--theme-danger.t-is-loading {
    background-color: var(--td-error-color)
}

.t-button--variant-base.t-button--theme-danger.t-is-disabled {
    background-color: var(--td-error-color-disabled)
}

.t-button--variant-base.t-button--theme-danger:focus-visible,
.t-button--variant-base.t-button--theme-danger:hover {
    border-color: var(--td-error-color-hover)
}

.t-button--variant-base.t-button--theme-danger.t-is-loading {
    border-color: var(--td-error-color)
}

.t-button--variant-base.t-button--theme-danger.t-is-disabled {
    border-color: var(--td-error-color-disabled)
}

.t-button--variant-base.t-button--ghost {
    background-color: transparent;
    color: var(--td-text-color-anti);
    border-color: var(--td-text-color-anti)
}

.t-button--variant-base.t-button--ghost.t-is-loading,
.t-button--variant-base.t-button--ghost:active,
.t-button--variant-base.t-button--ghost:focus-visible,
.t-button--variant-base.t-button--ghost:hover {
    background-color: transparent
}

.t-button--variant-base.t-button--ghost.t-is-disabled {
    background-color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-base.t-button--ghost:focus-visible,
.t-button--variant-base.t-button--ghost:hover {
    color: var(--td-brand-color-hover)
}

.t-button--variant-base.t-button--ghost:active {
    color: var(--td-brand-color-active)
}

.t-button--variant-base.t-button--ghost.t-is-loading {
    color: var(--td-text-color-anti)
}

.t-button--variant-base.t-button--ghost.t-is-disabled {
    color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-base.t-button--ghost:focus-visible,
.t-button--variant-base.t-button--ghost:hover {
    border-color: var(--td-brand-color-hover)
}

.t-button--variant-base.t-button--ghost:active {
    border-color: var(--td-brand-color-active)
}

.t-button--variant-base.t-button--ghost.t-is-loading {
    border-color: var(--td-text-color-anti)
}

.t-button--variant-base.t-button--ghost.t-is-disabled {
    border-color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-base.t-button--ghost.t-button--theme-primary {
    color: var(--td-brand-color);
    border-color: var(--td-brand-color)
}

.t-button--variant-base.t-button--ghost.t-button--theme-primary:focus-visible,
.t-button--variant-base.t-button--ghost.t-button--theme-primary:hover {
    color: var(--td-brand-color-hover)
}

.t-button--variant-base.t-button--ghost.t-button--theme-primary:active {
    color: var(--td-brand-color-active)
}

.t-button--variant-base.t-button--ghost.t-button--theme-primary.t-is-loading {
    color: var(--td-brand-color)
}

.t-button--variant-base.t-button--ghost.t-button--theme-primary.t-is-disabled {
    color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-base.t-button--ghost.t-button--theme-primary:focus-visible,
.t-button--variant-base.t-button--ghost.t-button--theme-primary:hover {
    border-color: var(--td-brand-color-hover)
}

.t-button--variant-base.t-button--ghost.t-button--theme-primary:active {
    border-color: var(--td-brand-color-active)
}

.t-button--variant-base.t-button--ghost.t-button--theme-primary.t-is-loading {
    border-color: var(--td-brand-color)
}

.t-button--variant-base.t-button--ghost.t-button--theme-primary.t-is-disabled {
    border-color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-base.t-button--ghost.t-button--theme-success {
    color: var(--td-success-color);
    border-color: var(--td-success-color)
}

.t-button--variant-base.t-button--ghost.t-button--theme-success:focus-visible,
.t-button--variant-base.t-button--ghost.t-button--theme-success:hover {
    color: var(--td-success-color-hover)
}

.t-button--variant-base.t-button--ghost.t-button--theme-success:active {
    color: var(--td-success-color-active)
}

.t-button--variant-base.t-button--ghost.t-button--theme-success.t-is-loading {
    color: var(--td-success-color)
}

.t-button--variant-base.t-button--ghost.t-button--theme-success.t-is-disabled {
    color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-base.t-button--ghost.t-button--theme-success:focus-visible,
.t-button--variant-base.t-button--ghost.t-button--theme-success:hover {
    border-color: var(--td-success-color-hover)
}

.t-button--variant-base.t-button--ghost.t-button--theme-success:active {
    border-color: var(--td-success-color-active)
}

.t-button--variant-base.t-button--ghost.t-button--theme-success.t-is-loading {
    border-color: var(--td-success-color)
}

.t-button--variant-base.t-button--ghost.t-button--theme-success.t-is-disabled {
    border-color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-base.t-button--ghost.t-button--theme-warning {
    color: var(--td-warning-color);
    border-color: var(--td-warning-color)
}

.t-button--variant-base.t-button--ghost.t-button--theme-warning:focus-visible,
.t-button--variant-base.t-button--ghost.t-button--theme-warning:hover {
    color: var(--td-warning-color-hover)
}

.t-button--variant-base.t-button--ghost.t-button--theme-warning:active {
    color: var(--td-warning-color-active)
}

.t-button--variant-base.t-button--ghost.t-button--theme-warning.t-is-loading {
    color: var(--td-warning-color)
}

.t-button--variant-base.t-button--ghost.t-button--theme-warning.t-is-disabled {
    color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-base.t-button--ghost.t-button--theme-warning:focus-visible,
.t-button--variant-base.t-button--ghost.t-button--theme-warning:hover {
    border-color: var(--td-warning-color-hover)
}

.t-button--variant-base.t-button--ghost.t-button--theme-warning:active {
    border-color: var(--td-warning-color-active)
}

.t-button--variant-base.t-button--ghost.t-button--theme-warning.t-is-loading {
    border-color: var(--td-warning-color)
}

.t-button--variant-base.t-button--ghost.t-button--theme-warning.t-is-disabled {
    border-color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-base.t-button--ghost.t-button--theme-danger {
    color: var(--td-error-color);
    border-color: var(--td-error-color)
}

.t-button--variant-base.t-button--ghost.t-button--theme-danger:focus-visible,
.t-button--variant-base.t-button--ghost.t-button--theme-danger:hover {
    color: var(--td-error-color-hover)
}

.t-button--variant-base.t-button--ghost.t-button--theme-danger:active {
    color: var(--td-error-color-active)
}

.t-button--variant-base.t-button--ghost.t-button--theme-danger.t-is-loading {
    color: var(--td-error-color)
}

.t-button--variant-base.t-button--ghost.t-button--theme-danger.t-is-disabled {
    color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-base.t-button--ghost.t-button--theme-danger:focus-visible,
.t-button--variant-base.t-button--ghost.t-button--theme-danger:hover {
    border-color: var(--td-error-color-hover)
}

.t-button--variant-base.t-button--ghost.t-button--theme-danger:active {
    border-color: var(--td-error-color-active)
}

.t-button--variant-base.t-button--ghost.t-button--theme-danger.t-is-loading {
    border-color: var(--td-error-color)
}

.t-button--variant-base.t-button--ghost.t-button--theme-danger.t-is-disabled {
    border-color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-outline {
    height: var(--td-comp-size-m);
    font: var(--td-font-body-medium);
    padding-left: calc(var(--td-comp-paddingLR-l) - 1px);
    padding-right: calc(var(--td-comp-paddingLR-l) - 1px);
    color: var(--td-text-color-primary);
    background-color: var(--td-bg-color-specialcomponent);
    border-color: var(--td-border-level-2-color)
}

.t-button--variant-outline .t-icon,
.t-button--variant-outline .t-loading {
    font-size: var(--td-font-size-body-large)
}

.t-button--variant-outline:focus-visible,
.t-button--variant-outline:hover {
    color: var(--td-brand-color-hover)
}

.t-button--variant-outline.t-is-loading {
    color: var(--td-text-color-primary)
}

.t-button--variant-outline.t-is-disabled {
    color: var(--td-text-color-disabled)
}

.t-button--variant-outline.t-is-loading,
.t-button--variant-outline:focus-visible,
.t-button--variant-outline:hover {
    background-color: var(--td-bg-color-specialcomponent)
}

.t-button--variant-outline.t-is-disabled {
    background-color: var(--td-bg-color-component-disabled)
}

.t-button--variant-outline:focus-visible,
.t-button--variant-outline:hover {
    border-color: var(--td-brand-color-hover)
}

.t-button--variant-outline.t-is-disabled,
.t-button--variant-outline.t-is-loading {
    border-color: var(--td-border-level-2-color)
}

.t-button--variant-outline.t-button--theme-primary {
    color: var(--td-brand-color);
    border-color: var(--td-brand-color)
}

.t-button--variant-outline.t-button--theme-primary:focus-visible,
.t-button--variant-outline.t-button--theme-primary:hover {
    color: var(--td-brand-color-hover)
}

.t-button--variant-outline.t-button--theme-primary.t-is-loading {
    color: var(--td-brand-color)
}

.t-button--variant-outline.t-button--theme-primary.t-is-disabled {
    color: var(--td-brand-color-disabled)
}

.t-button--variant-outline.t-button--theme-primary:focus-visible,
.t-button--variant-outline.t-button--theme-primary:hover {
    border-color: var(--td-brand-color-hover)
}

.t-button--variant-outline.t-button--theme-primary.t-is-loading {
    border-color: var(--td-brand-color)
}

.t-button--variant-outline.t-button--theme-primary.t-is-disabled {
    border-color: var(--td-brand-color-disabled)
}

.t-button--variant-outline.t-button--theme-success {
    color: var(--td-success-color);
    border-color: var(--td-success-color)
}

.t-button--variant-outline.t-button--theme-success:focus-visible,
.t-button--variant-outline.t-button--theme-success:hover {
    color: var(--td-success-color-hover)
}

.t-button--variant-outline.t-button--theme-success.t-is-loading {
    color: var(--td-success-color)
}

.t-button--variant-outline.t-button--theme-success.t-is-disabled {
    color: var(--td-success-color-disabled)
}

.t-button--variant-outline.t-button--theme-success:focus-visible,
.t-button--variant-outline.t-button--theme-success:hover {
    border-color: var(--td-success-color-hover)
}

.t-button--variant-outline.t-button--theme-success.t-is-loading {
    border-color: var(--td-success-color)
}

.t-button--variant-outline.t-button--theme-success.t-is-disabled {
    border-color: var(--td-success-color-disabled)
}

.t-button--variant-outline.t-button--theme-warning {
    color: var(--td-warning-color);
    border-color: var(--td-warning-color)
}

.t-button--variant-outline.t-button--theme-warning:focus-visible,
.t-button--variant-outline.t-button--theme-warning:hover {
    color: var(--td-warning-color-hover)
}

.t-button--variant-outline.t-button--theme-warning.t-is-loading {
    color: var(--td-warning-color)
}

.t-button--variant-outline.t-button--theme-warning.t-is-disabled {
    color: var(--td-warning-color-disabled)
}

.t-button--variant-outline.t-button--theme-warning:focus-visible,
.t-button--variant-outline.t-button--theme-warning:hover {
    border-color: var(--td-warning-color-hover)
}

.t-button--variant-outline.t-button--theme-warning.t-is-loading {
    border-color: var(--td-warning-color)
}

.t-button--variant-outline.t-button--theme-warning.t-is-disabled {
    border-color: var(--td-warning-color-disabled)
}

.t-button--variant-outline.t-button--theme-danger {
    color: var(--td-error-color);
    border-color: var(--td-error-color)
}

.t-button--variant-outline.t-button--theme-danger:focus-visible,
.t-button--variant-outline.t-button--theme-danger:hover {
    color: var(--td-error-color-hover)
}

.t-button--variant-outline.t-button--theme-danger.t-is-loading {
    color: var(--td-error-color)
}

.t-button--variant-outline.t-button--theme-danger.t-is-disabled {
    color: var(--td-error-color-disabled)
}

.t-button--variant-outline.t-button--theme-danger:focus-visible,
.t-button--variant-outline.t-button--theme-danger:hover {
    border-color: var(--td-error-color-hover)
}

.t-button--variant-outline.t-button--theme-danger.t-is-loading {
    border-color: var(--td-error-color)
}

.t-button--variant-outline.t-button--theme-danger.t-is-disabled {
    border-color: var(--td-error-color-disabled)
}

.t-button--variant-outline.t-button--ghost {
    background-color: transparent;
    color: var(--td-text-color-anti);
    border-color: var(--td-text-color-anti)
}

.t-button--variant-outline.t-button--ghost.t-is-loading,
.t-button--variant-outline.t-button--ghost:active,
.t-button--variant-outline.t-button--ghost:focus-visible,
.t-button--variant-outline.t-button--ghost:hover {
    background-color: transparent
}

.t-button--variant-outline.t-button--ghost.t-is-disabled {
    background-color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-outline.t-button--ghost:focus-visible,
.t-button--variant-outline.t-button--ghost:hover {
    color: var(--td-brand-color-hover)
}

.t-button--variant-outline.t-button--ghost:active {
    color: var(--td-brand-color-active)
}

.t-button--variant-outline.t-button--ghost.t-is-loading {
    color: var(--td-text-color-anti)
}

.t-button--variant-outline.t-button--ghost.t-is-disabled {
    color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-outline.t-button--ghost:focus-visible,
.t-button--variant-outline.t-button--ghost:hover {
    border-color: var(--td-brand-color-hover)
}

.t-button--variant-outline.t-button--ghost:active {
    border-color: var(--td-brand-color-active)
}

.t-button--variant-outline.t-button--ghost.t-is-loading {
    border-color: var(--td-text-color-anti)
}

.t-button--variant-outline.t-button--ghost.t-is-disabled {
    border-color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-outline.t-button--ghost.t-button--theme-primary {
    color: var(--td-brand-color);
    border-color: var(--td-brand-color)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-primary:focus-visible,
.t-button--variant-outline.t-button--ghost.t-button--theme-primary:hover {
    color: var(--td-brand-color-hover)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-primary:active {
    color: var(--td-brand-color-active)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-primary.t-is-loading {
    color: var(--td-brand-color)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-primary.t-is-disabled {
    color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-primary:focus-visible,
.t-button--variant-outline.t-button--ghost.t-button--theme-primary:hover {
    border-color: var(--td-brand-color-hover)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-primary:active {
    border-color: var(--td-brand-color-active)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-primary.t-is-loading {
    border-color: var(--td-brand-color)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-primary.t-is-disabled {
    border-color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-outline.t-button--ghost.t-button--theme-success {
    color: var(--td-success-color);
    border-color: var(--td-success-color)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-success:focus-visible,
.t-button--variant-outline.t-button--ghost.t-button--theme-success:hover {
    color: var(--td-success-color-hover)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-success:active {
    color: var(--td-success-color-active)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-success.t-is-loading {
    color: var(--td-success-color)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-success.t-is-disabled {
    color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-success:focus-visible,
.t-button--variant-outline.t-button--ghost.t-button--theme-success:hover {
    border-color: var(--td-success-color-hover)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-success:active {
    border-color: var(--td-success-color-active)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-success.t-is-loading {
    border-color: var(--td-success-color)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-success.t-is-disabled {
    border-color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-outline.t-button--ghost.t-button--theme-warning {
    color: var(--td-warning-color);
    border-color: var(--td-warning-color)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-warning:focus-visible,
.t-button--variant-outline.t-button--ghost.t-button--theme-warning:hover {
    color: var(--td-warning-color-hover)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-warning:active {
    color: var(--td-warning-color-active)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-warning.t-is-loading {
    color: var(--td-warning-color)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-warning.t-is-disabled {
    color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-warning:focus-visible,
.t-button--variant-outline.t-button--ghost.t-button--theme-warning:hover {
    border-color: var(--td-warning-color-hover)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-warning:active {
    border-color: var(--td-warning-color-active)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-warning.t-is-loading {
    border-color: var(--td-warning-color)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-warning.t-is-disabled {
    border-color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-outline.t-button--ghost.t-button--theme-danger {
    color: var(--td-error-color);
    border-color: var(--td-error-color)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-danger:focus-visible,
.t-button--variant-outline.t-button--ghost.t-button--theme-danger:hover {
    color: var(--td-error-color-hover)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-danger:active {
    color: var(--td-error-color-active)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-danger.t-is-loading {
    color: var(--td-error-color)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-danger.t-is-disabled {
    color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-danger:focus-visible,
.t-button--variant-outline.t-button--ghost.t-button--theme-danger:hover {
    border-color: var(--td-error-color-hover)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-danger:active {
    border-color: var(--td-error-color-active)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-danger.t-is-loading {
    border-color: var(--td-error-color)
}

.t-button--variant-outline.t-button--ghost.t-button--theme-danger.t-is-disabled {
    border-color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-dashed {
    height: var(--td-comp-size-m);
    font: var(--td-font-body-medium);
    padding-left: calc(var(--td-comp-paddingLR-l) - 1px);
    padding-right: calc(var(--td-comp-paddingLR-l) - 1px);
    color: var(--td-text-color-primary);
    background-color: var(--td-bg-color-specialcomponent);
    border-color: var(--td-border-level-2-color);
    border-style: dashed
}

.t-button--variant-dashed .t-icon,
.t-button--variant-dashed .t-loading {
    font-size: var(--td-font-size-body-large)
}

.t-button--variant-dashed:focus-visible,
.t-button--variant-dashed:hover {
    color: var(--td-brand-color-hover)
}

.t-button--variant-dashed.t-is-loading {
    color: var(--td-text-color-primary)
}

.t-button--variant-dashed.t-is-disabled {
    color: var(--td-text-color-disabled)
}

.t-button--variant-dashed.t-is-loading,
.t-button--variant-dashed:focus-visible,
.t-button--variant-dashed:hover {
    background-color: var(--td-bg-color-specialcomponent)
}

.t-button--variant-dashed.t-is-disabled {
    background-color: var(--td-bg-color-component-disabled)
}

.t-button--variant-dashed:focus-visible,
.t-button--variant-dashed:hover {
    border-color: var(--td-brand-color-hover)
}

.t-button--variant-dashed.t-is-disabled,
.t-button--variant-dashed.t-is-loading {
    border-color: var(--td-border-level-2-color)
}

.t-button--variant-dashed.t-button--theme-primary {
    color: var(--td-brand-color);
    border-color: var(--td-brand-color)
}

.t-button--variant-dashed.t-button--theme-primary:focus-visible,
.t-button--variant-dashed.t-button--theme-primary:hover {
    color: var(--td-brand-color-hover)
}

.t-button--variant-dashed.t-button--theme-primary.t-is-loading {
    color: var(--td-brand-color)
}

.t-button--variant-dashed.t-button--theme-primary.t-is-disabled {
    color: var(--td-brand-color-disabled)
}

.t-button--variant-dashed.t-button--theme-primary:focus-visible,
.t-button--variant-dashed.t-button--theme-primary:hover {
    border-color: var(--td-brand-color-hover)
}

.t-button--variant-dashed.t-button--theme-primary.t-is-loading {
    border-color: var(--td-brand-color)
}

.t-button--variant-dashed.t-button--theme-primary.t-is-disabled {
    border-color: var(--td-brand-color-disabled)
}

.t-button--variant-dashed.t-button--theme-success {
    color: var(--td-success-color);
    border-color: var(--td-success-color)
}

.t-button--variant-dashed.t-button--theme-success:focus-visible,
.t-button--variant-dashed.t-button--theme-success:hover {
    color: var(--td-success-color-hover)
}

.t-button--variant-dashed.t-button--theme-success.t-is-loading {
    color: var(--td-success-color)
}

.t-button--variant-dashed.t-button--theme-success.t-is-disabled {
    color: var(--td-success-color-disabled)
}

.t-button--variant-dashed.t-button--theme-success:focus-visible,
.t-button--variant-dashed.t-button--theme-success:hover {
    border-color: var(--td-success-color-hover)
}

.t-button--variant-dashed.t-button--theme-success.t-is-loading {
    border-color: var(--td-success-color)
}

.t-button--variant-dashed.t-button--theme-success.t-is-disabled {
    border-color: var(--td-success-color-disabled)
}

.t-button--variant-dashed.t-button--theme-warning {
    color: var(--td-warning-color);
    border-color: var(--td-warning-color)
}

.t-button--variant-dashed.t-button--theme-warning:focus-visible,
.t-button--variant-dashed.t-button--theme-warning:hover {
    color: var(--td-warning-color-hover)
}

.t-button--variant-dashed.t-button--theme-warning.t-is-loading {
    color: var(--td-warning-color)
}

.t-button--variant-dashed.t-button--theme-warning.t-is-disabled {
    color: var(--td-warning-color-disabled)
}

.t-button--variant-dashed.t-button--theme-warning:focus-visible,
.t-button--variant-dashed.t-button--theme-warning:hover {
    border-color: var(--td-warning-color-hover)
}

.t-button--variant-dashed.t-button--theme-warning.t-is-loading {
    border-color: var(--td-warning-color)
}

.t-button--variant-dashed.t-button--theme-warning.t-is-disabled {
    border-color: var(--td-warning-color-disabled)
}

.t-button--variant-dashed.t-button--theme-danger {
    color: var(--td-error-color);
    border-color: var(--td-error-color)
}

.t-button--variant-dashed.t-button--theme-danger:focus-visible,
.t-button--variant-dashed.t-button--theme-danger:hover {
    color: var(--td-error-color-hover)
}

.t-button--variant-dashed.t-button--theme-danger.t-is-loading {
    color: var(--td-error-color)
}

.t-button--variant-dashed.t-button--theme-danger.t-is-disabled {
    color: var(--td-error-color-disabled)
}

.t-button--variant-dashed.t-button--theme-danger:focus-visible,
.t-button--variant-dashed.t-button--theme-danger:hover {
    border-color: var(--td-error-color-hover)
}

.t-button--variant-dashed.t-button--theme-danger.t-is-loading {
    border-color: var(--td-error-color)
}

.t-button--variant-dashed.t-button--theme-danger.t-is-disabled {
    border-color: var(--td-error-color-disabled)
}

.t-button--variant-dashed.t-button--ghost {
    background-color: transparent;
    color: var(--td-text-color-anti);
    border-color: var(--td-text-color-anti)
}

.t-button--variant-dashed.t-button--ghost.t-is-loading,
.t-button--variant-dashed.t-button--ghost:active,
.t-button--variant-dashed.t-button--ghost:focus-visible,
.t-button--variant-dashed.t-button--ghost:hover {
    background-color: transparent
}

.t-button--variant-dashed.t-button--ghost.t-is-disabled {
    background-color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-dashed.t-button--ghost:focus-visible,
.t-button--variant-dashed.t-button--ghost:hover {
    color: var(--td-brand-color-hover)
}

.t-button--variant-dashed.t-button--ghost:active {
    color: var(--td-brand-color-active)
}

.t-button--variant-dashed.t-button--ghost.t-is-loading {
    color: var(--td-text-color-anti)
}

.t-button--variant-dashed.t-button--ghost.t-is-disabled {
    color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-dashed.t-button--ghost:focus-visible,
.t-button--variant-dashed.t-button--ghost:hover {
    border-color: var(--td-brand-color-hover)
}

.t-button--variant-dashed.t-button--ghost:active {
    border-color: var(--td-brand-color-active)
}

.t-button--variant-dashed.t-button--ghost.t-is-loading {
    border-color: var(--td-text-color-anti)
}

.t-button--variant-dashed.t-button--ghost.t-is-disabled {
    border-color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-primary {
    color: var(--td-brand-color);
    border-color: var(--td-brand-color)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-primary:focus-visible,
.t-button--variant-dashed.t-button--ghost.t-button--theme-primary:hover {
    color: var(--td-brand-color-hover)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-primary:active {
    color: var(--td-brand-color-active)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-primary.t-is-loading {
    color: var(--td-brand-color)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-primary.t-is-disabled {
    color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-primary:focus-visible,
.t-button--variant-dashed.t-button--ghost.t-button--theme-primary:hover {
    border-color: var(--td-brand-color-hover)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-primary:active {
    border-color: var(--td-brand-color-active)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-primary.t-is-loading {
    border-color: var(--td-brand-color)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-primary.t-is-disabled {
    border-color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-success {
    color: var(--td-success-color);
    border-color: var(--td-success-color)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-success:focus-visible,
.t-button--variant-dashed.t-button--ghost.t-button--theme-success:hover {
    color: var(--td-success-color-hover)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-success:active {
    color: var(--td-success-color-active)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-success.t-is-loading {
    color: var(--td-success-color)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-success.t-is-disabled {
    color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-success:focus-visible,
.t-button--variant-dashed.t-button--ghost.t-button--theme-success:hover {
    border-color: var(--td-success-color-hover)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-success:active {
    border-color: var(--td-success-color-active)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-success.t-is-loading {
    border-color: var(--td-success-color)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-success.t-is-disabled {
    border-color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-warning {
    color: var(--td-warning-color);
    border-color: var(--td-warning-color)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-warning:focus-visible,
.t-button--variant-dashed.t-button--ghost.t-button--theme-warning:hover {
    color: var(--td-warning-color-hover)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-warning:active {
    color: var(--td-warning-color-active)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-warning.t-is-loading {
    color: var(--td-warning-color)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-warning.t-is-disabled {
    color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-warning:focus-visible,
.t-button--variant-dashed.t-button--ghost.t-button--theme-warning:hover {
    border-color: var(--td-warning-color-hover)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-warning:active {
    border-color: var(--td-warning-color-active)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-warning.t-is-loading {
    border-color: var(--td-warning-color)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-warning.t-is-disabled {
    border-color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-danger {
    color: var(--td-error-color);
    border-color: var(--td-error-color)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-danger:focus-visible,
.t-button--variant-dashed.t-button--ghost.t-button--theme-danger:hover {
    color: var(--td-error-color-hover)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-danger:active {
    color: var(--td-error-color-active)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-danger.t-is-loading {
    color: var(--td-error-color)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-danger.t-is-disabled {
    color: hsla(0, 0%, 100%, .22)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-danger:focus-visible,
.t-button--variant-dashed.t-button--ghost.t-button--theme-danger:hover {
    border-color: var(--td-error-color-hover)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-danger:active {
    border-color: var(--td-error-color-active)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-danger.t-is-loading {
    border-color: var(--td-error-color)
}

.t-button--variant-dashed.t-button--ghost.t-button--theme-danger.t-is-disabled {
    border-color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-text {
    height: var(--td-comp-size-m);
    font: var(--td-font-body-medium);
    padding-left: calc(var(--td-comp-paddingLR-l) - 1px);
    padding-right: calc(var(--td-comp-paddingLR-l) - 1px);
    color: var(--td-text-color-primary);
    background-color: transparent;
    border-color: transparent
}

.t-button--variant-text .t-icon,
.t-button--variant-text .t-loading {
    font-size: var(--td-font-size-body-large)
}

.t-button--variant-text.t-is-loading,
.t-button--variant-text:focus-visible,
.t-button--variant-text:hover {
    color: var(--td-text-color-primary)
}

.t-button--variant-text.t-is-disabled {
    color: var(--td-text-color-disabled)
}

.t-button--variant-text:focus-visible,
.t-button--variant-text:hover {
    background-color: var(--td-bg-color-container-hover)
}

.t-button--variant-text.t-is-disabled,
.t-button--variant-text.t-is-loading {
    background-color: transparent
}

.t-button--variant-text:focus-visible,
.t-button--variant-text:hover {
    border-color: var(--td-bg-color-container-hover)
}

.t-button--variant-text.t-is-disabled,
.t-button--variant-text.t-is-loading {
    border-color: transparent
}

.t-button--variant-text.t-button--theme-primary {
    color: var(--td-brand-color)
}

.t-button--variant-text.t-button--theme-primary:focus-visible,
.t-button--variant-text.t-button--theme-primary:hover {
    color: var(--td-brand-color-hover)
}

.t-button--variant-text.t-button--theme-primary.t-is-loading {
    color: var(--td-brand-color)
}

.t-button--variant-text.t-button--theme-primary.t-is-disabled {
    color: var(--td-brand-color-disabled)
}

.t-button--variant-text.t-button--theme-success {
    color: var(--td-success-color)
}

.t-button--variant-text.t-button--theme-success:focus-visible,
.t-button--variant-text.t-button--theme-success:hover {
    color: var(--td-success-color-hover)
}

.t-button--variant-text.t-button--theme-success.t-is-loading {
    color: var(--td-success-color)
}

.t-button--variant-text.t-button--theme-success.t-is-disabled {
    color: var(--td-success-color-disabled)
}

.t-button--variant-text.t-button--theme-warning {
    color: var(--td-warning-color)
}

.t-button--variant-text.t-button--theme-warning:focus-visible,
.t-button--variant-text.t-button--theme-warning:hover {
    color: var(--td-warning-color-hover)
}

.t-button--variant-text.t-button--theme-warning.t-is-loading {
    color: var(--td-warning-color)
}

.t-button--variant-text.t-button--theme-warning.t-is-disabled {
    color: var(--td-warning-color-disabled)
}

.t-button--variant-text.t-button--theme-danger {
    color: var(--td-error-color)
}

.t-button--variant-text.t-button--theme-danger:focus-visible,
.t-button--variant-text.t-button--theme-danger:hover {
    color: var(--td-error-color-hover)
}

.t-button--variant-text.t-button--theme-danger.t-is-loading {
    color: var(--td-error-color)
}

.t-button--variant-text.t-button--theme-danger.t-is-disabled {
    color: var(--td-error-color-disabled)
}

.t-button--variant-text.t-button--ghost {
    background: none;
    color: var(--td-text-color-anti)
}

.t-button--variant-text.t-button--ghost:focus-visible,
.t-button--variant-text.t-button--ghost:hover {
    color: var(--td-brand-color-hover)
}

.t-button--variant-text.t-button--ghost:active {
    color: var(--td-brand-color-active)
}

.t-button--variant-text.t-button--ghost.t-is-loading {
    color: var(--td-text-color-anti)
}

.t-button--variant-text.t-button--ghost.t-is-disabled {
    color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-text.t-button--ghost.t-button--theme-primary {
    color: var(--td-brand-color)
}

.t-button--variant-text.t-button--ghost.t-button--theme-primary:focus-visible,
.t-button--variant-text.t-button--ghost.t-button--theme-primary:hover {
    color: var(--td-brand-color-hover)
}

.t-button--variant-text.t-button--ghost.t-button--theme-primary:active {
    color: var(--td-brand-color-active)
}

.t-button--variant-text.t-button--ghost.t-button--theme-primary.t-is-loading {
    color: var(--td-brand-color)
}

.t-button--variant-text.t-button--ghost.t-button--theme-primary.t-is-disabled {
    color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-text.t-button--ghost.t-button--theme-success {
    color: var(--td-success-color)
}

.t-button--variant-text.t-button--ghost.t-button--theme-success:focus-visible,
.t-button--variant-text.t-button--ghost.t-button--theme-success:hover {
    color: var(--td-success-color-hover)
}

.t-button--variant-text.t-button--ghost.t-button--theme-success:active {
    color: var(--td-success-color-active)
}

.t-button--variant-text.t-button--ghost.t-button--theme-success.t-is-loading {
    color: var(--td-success-color)
}

.t-button--variant-text.t-button--ghost.t-button--theme-success.t-is-disabled {
    color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-text.t-button--ghost.t-button--theme-warning {
    color: var(--td-warning-color)
}

.t-button--variant-text.t-button--ghost.t-button--theme-warning:focus-visible,
.t-button--variant-text.t-button--ghost.t-button--theme-warning:hover {
    color: var(--td-warning-color-hover)
}

.t-button--variant-text.t-button--ghost.t-button--theme-warning:active {
    color: var(--td-warning-color-active)
}

.t-button--variant-text.t-button--ghost.t-button--theme-warning.t-is-loading {
    color: var(--td-warning-color)
}

.t-button--variant-text.t-button--ghost.t-button--theme-warning.t-is-disabled {
    color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button--variant-text.t-button--ghost.t-button--theme-danger {
    color: var(--td-error-color)
}

.t-button--variant-text.t-button--ghost.t-button--theme-danger:focus-visible,
.t-button--variant-text.t-button--ghost.t-button--theme-danger:hover {
    color: var(--td-error-color-hover)
}

.t-button--variant-text.t-button--ghost.t-button--theme-danger:active {
    color: var(--td-error-color-active)
}

.t-button--variant-text.t-button--ghost.t-button--theme-danger.t-is-loading {
    color: var(--td-error-color)
}

.t-button--variant-text.t-button--ghost.t-button--theme-danger.t-is-disabled {
    color: hsla(0, 0%, 100%, .22);
    background-color: transparent
}

.t-button.t-is-disabled,
.t-button.t-is-loading {
    cursor: not-allowed
}

.t-button.t-size-s {
    height: var(--td-comp-size-xs);
    font: var(--td-font-body-small);
    padding-left: calc(var(--td-comp-paddingLR-s) - 1px);
    padding-right: calc(var(--td-comp-paddingLR-s) - 1px)
}

.t-button.t-size-s .t-icon,
.t-button.t-size-s .t-loading {
    font-size: var(--td-font-size-body-medium)
}

.t-button.t-size-l {
    height: var(--td-comp-size-xl);
    font: var(--td-font-body-large);
    padding-left: calc(var(--td-comp-paddingLR-xl) - 1px);
    padding-right: calc(var(--td-comp-paddingLR-xl) - 1px)
}

.t-button.t-size-l .t-icon,
.t-button.t-size-l .t-loading {
    font-size: var(--td-font-size-title-large)
}

.t-button--shape-square {
    width: var(--td-comp-size-m);
    padding: 0
}

.t-button--shape-square.t-size-s {
    width: var(--td-comp-size-xs);
    padding: 0
}

.t-button--shape-square.t-size-l {
    width: var(--td-comp-size-xl);
    padding: 0
}

.t-button--shape-round {
    border-radius: var(--td-radius-round)
}

.t-button--shape-round.t-size-s {
    border-radius: calc(var(--td-comp-size-xs)/2)
}

.t-button--shape-round.t-size-l {
    border-radius: calc(var(--td-comp-size-xl)/2)
}

.t-button--shape-circle {
    width: var(--td-comp-size-m);
    padding: 0;
    text-align: center;
    border-radius: calc(var(--td-comp-size-m)/2)
}

.t-button--shape-circle .t-icon,
.t-button--shape-circle .t-loading {
    font-size: var(--td-font-size-body-large)
}

.t-button--shape-circle.t-size-s {
    width: var(--td-comp-size-xs);
    border-radius: calc(var(--td-comp-size-xs)/2)
}

.t-button--shape-circle.t-size-l {
    width: var(--td-comp-size-xl);
    padding: 0;
    border-radius: calc(var(--td-comp-size-xl)/2)
}

.t-button.t-size-full-width {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.t-button--ghost {
    --ripple-color: var(--td-gray-color-10)
}

.t-button:not(.t-is-disabled):not(.t-button--ghost) {
    --ripple-color: var(--td-bg-color-container-active)
}

.t-button--variant-base:not(.t-is-disabled):not(.t-button--ghost) {
    --ripple-color: var(--td-bg-color-component-active)
}

.t-button--variant-base.t-button--theme-primary:not(.t-is-disabled):not(.t-button--ghost) {
    --ripple-color: var(--td-brand-color-active)
}

.t-button--variant-base.t-button--theme-success:not(.t-is-disabled):not(.t-button--ghost) {
    --ripple-color: var(--td-success-color-active)
}

.t-button--variant-base.t-button--theme-warning:not(.t-is-disabled):not(.t-button--ghost) {
    --ripple-color: var(--td-warning-color-active)
}

.t-button--variant-base.t-button--theme-danger:not(.t-is-disabled):not(.t-button--ghost) {
    --ripple-color: var(--td-error-color-active)
}

.cdc-upload-video {
    width: 100%;
    text-align: center;
    font-size: 14px
}

.cdc-upload-video .cdc-upload-video-content {
    height: 480px;
    width: 100%;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.cdc-upload-video.gray .cdc-upload-video-content {
    background-color: #f5f7fa
}

.cdc-upload-video .upload-video-area {
    width: 115px;
    height: 114px;
    text-align: center;
    border: 2px dashed #bdc2ca;
    border-radius: 10px;
    line-height: 114px;
    margin: 0 auto 26px
}

.upload-video-area .upload-video-img {
    display: inline-block;
    width: 38px;
    height: 54px;
    vertical-align: middle;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 62.72401433691756% 0%;
    background-size: 834.2105263157896% auto
}

.cdc-upload-video .upload-video-tip {
    width: 100%;
    color: #666;
    max-width: 328px;
    margin: 0 auto 30px
}

.cdc-upload-video .upload-video-btn {
    width: 180px;
    height: 42px;
    line-height: 42px;
    background-color: #0052d9;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 16px;
    position: relative;
    cursor: pointer
}

.cdc-upload-video .upload-video-btn:hover {
    background-color: #2670e8
}

.cdc-upload-video .upload-video-btn .upload-video-file {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    cursor: pointer
}

.cdc-upload-video .upload-video-note {
    color: #999
}

.cdc-upload-video .cdc-upload-video-footer-tip {
    background-color: #fff;
    text-align: center;
    color: #999;
    margin-top: 30px;
    font-size: 12px
}

.cdc-upload-video .cdc-upload-video-footer-tip a {
    color: #00a4ff;
    display: inline-block;
    margin: 0 2px
}

.cdc-upload-video .cdc-upload-video-footer-tip a:hover {
    text-decoration: underline
}

.cdc-upload-video.highlight .upload-video-area {
    border: 2px dashed #0052d9
}

.cdc-upload-video.highlight .upload-video-area .upload-video-img {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 39.784946236559136% 26.666666666666668%;
    background-size: 834.2105263157896% auto
}

.cdc-modal-edit-video-cover {
    height: 550px !important
}

.cdc-modal-edit-video-cover .t-tab-panel {
    padding-top: 30px
}

.cdc-modal-edit-video-cover .video-cover-upload .cdc-upload-video-content {
    height: 380px
}

.cdc-modal-edit-video-cover .cdc-tab-bd .video-cover-screenshot {
    text-align: center
}

.cdc-modal-edit-video-cover .video-cover-screenshot-list {
    font-size: 0
}

.cdc-modal-edit-video-cover .video-cover-screenshot-list li {
    display: inline-block;
    vertical-align: top;
    margin-right: 18px;
    margin-bottom: 24px;
    width: calc(25% - 13.75px)
}

.cdc-modal-edit-video-cover .video-cover-screenshot-list li:nth-child(4n) {
    margin-right: 0
}

.video-cover-screenshot-list .video-cover-screenshot-item {
    padding-top: 56.25%;
    background-color: #d8d8d8;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 2px;
    transition: all .3s ease-in-out;
    width: 100%;
    overflow: hidden;
    position: relative;
    border: 2px solid #fff
}

.video-cover-screenshot-list .video-cover-screenshot-item .video-cover-screenshot-icon {
    position: absolute;
    width: 28px;
    height: 22px;
    border-top-left-radius: 6px;
    background-color: #0052d6;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 2
}

.video-cover-screenshot-list .video-cover-screenshot-item .video-cover-screenshot-icon:after {
    content: "";
    display: block;
    width: 15px;
    height: 11px;
    position: absolute;
    top: 6px;
    left: 7px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 99.66887417218543% 26.148409893992934%;
    background-size: 2113.3333333333335% auto
}

.video-cover-screenshot-list .video-cover-screenshot-item.actived {
    border-color: #0052d6;
    border-radius: 2px
}

.video-cover-screenshot-list .video-cover-screenshot-item.actived .video-cover-screenshot-icon {
    display: block
}

.video-cover-screenshot-list li:hover .video-cover-screenshot-item {
    border-color: #0052d6
}

.cdc-modal-edit-video-cover .video-cover-screenshot-btn {
    margin-top: 44px;
    text-align: center
}

.cdc-modal-edit-video-cover .video-cover-screenshot-btn .cdc-btn {
    width: 180px;
    height: 46px;
    line-height: 46px
}

.t-tabs {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: var(--td-bg-color-container)
}

.t-tabs__header.t-is-left {
    float: left
}

.t-tabs__header.t-is-right {
    float: right
}

.t-tabs__header .t-icon {
    font-size: var(--td-font-size-body-large)
}

.t-tabs__nav {
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.t-tabs__operations {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    position: absolute;
    border-bottom: 1px solid var(--td-component-stroke)
}

.t-tabs__operations--left {
    left: 0
}

.t-tabs__operations--right {
    right: 0
}

.t-tabs__operations--right .t-tabs__btn:first-child {
    box-shadow: -10px 0 20px 5px rgba(0, 0, 0, .05)
}

.t-tabs__btn {
    width: 40px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--td-bg-color-secondarycontainer);
    border-left: 1px solid var(--td-component-stroke);
    cursor: pointer;
    color: var(--td-text-color-secondary);
    font: var(--td-font-body-large);
    transition: all .24s cubic-bezier(.38, 0, .24, 1);
    z-index: 1;
    opacity: 1
}

.t-tabs__btn:hover {
    background-color: var(--td-bg-color-secondarycontainer-hover)
}

.t-tabs__btn.t-size-m {
    height: var(--td-comp-size-xxl);
    line-height: var(--td-comp-size-xxl)
}

.t-tabs__btn.t-size-l {
    height: var(--td-comp-size-xxxxl);
    line-height: var(--td-comp-size-xxxxl)
}

.t-tabs__btn--left {
    border-right: 1px solid var(--td-component-stroke);
    box-shadow: 10px 0 20px 5px rgba(0, 0, 0, .05)
}

.t-tabs__btn--left.fade-enter,
.t-tabs__btn--left.fade-enter-from,
.t-tabs__btn--left.fade-leave-to {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px)
}

.t-tabs__btn--right.fade-enter,
.t-tabs__btn--right.fade-enter-from,
.t-tabs__btn--right.fade-leave-to {
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
}

.t-tabs__nav-container {
    position: relative
}

.t-tabs__nav-container.t-is-top:after {
    top: auto;
    bottom: 0
}

.t-tabs__nav-container.t-is-bottom:after,
.t-tabs__nav-container.t-is-top:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    right: auto;
    left: 0;
    background-color: var(--td-component-stroke)
}

.t-tabs__nav-container.t-is-bottom:after {
    top: 0;
    bottom: auto
}

.t-tabs__nav-container.t-is-left:after {
    right: 0;
    left: auto
}

.t-tabs__nav-container.t-is-left:after,
.t-tabs__nav-container.t-is-right:after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: auto;
    background-color: var(--td-component-stroke)
}

.t-tabs__nav-container.t-is-right:after {
    right: auto;
    left: 0
}

.t-tabs__nav-container.t-is-addable {
    margin-right: 40px
}

.t-tabs__nav-container.t-tabs__nav--card:after {
    content: "";
    background-color: transparent
}

.t-tabs__scroll-btn {
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 100%;
    display: block;
    background-color: var(--td-bg-color-secondarycontainer);
    text-align: center;
    border-bottom: 1px solid var(--td-component-stroke);
    cursor: pointer;
    color: var(--td-text-color-secondary);
    font: var(--td-font-body-large)
}

.t-tabs__scroll-btn.t-size-m {
    height: var(--td-comp-size-xxl);
    line-height: var(--td-comp-size-xxl)
}

.t-tabs__scroll-btn.t-size-l {
    height: var(--td-comp-size-xxxxl);
    line-height: var(--td-comp-size-xxxxl)
}

.t-tabs__nav-scroll {
    position: relative;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
    flex: auto;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.t-tabs__nav-wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    font-size: 0
}

.t-tabs__nav-wrap.t-is-smooth {
    transition: -webkit-transform .24s cubic-bezier(.38, 0, .24, 1);
    transition: transform .24s cubic-bezier(.38, 0, .24, 1);
    transition: transform .24s cubic-bezier(.38, 0, .24, 1), -webkit-transform .24s cubic-bezier(.38, 0, .24, 1)
}

.t-tabs__nav-wrap.t-is-vertical {
    -ms-flex-direction: column;
    flex-direction: column
}

.t-tabs__bar {
    position: absolute;
    background-color: var(--td-brand-color);
    z-index: 1;
    transition: all .24s cubic-bezier(.38, 0, .24, 1);
    border-radius: var(--td-radius-small)
}

.t-tabs__bar.t-is-top {
    bottom: 0;
    left: 0;
    height: 3px
}

.t-tabs__bar.t-is-bottom {
    top: 0;
    left: 0;
    height: 3px
}

.t-tabs__bar.t-is-left {
    top: 0;
    right: 0;
    width: 3px
}

.t-tabs__bar.t-is-right {
    top: 0;
    left: 0;
    width: 3px
}

.t-tabs__nav-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    font: var(--td-font-body-medium);
    color: var(--td-text-color-secondary);
    position: relative;
    overflow: hidden;
    z-index: 0;
    cursor: pointer;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.t-tabs__nav-item,
.t-tabs__nav-item-wrapper {
    -ms-flex-align: center;
    align-items: center;
    transition: background-color .2s cubic-bezier(.38, 0, .24, 1);
    --ripple-color: var(--td-bg-color-container-active)
}

.t-tabs__nav-item-wrapper {
    display: -ms-flexbox;
    display: flex;
    height: var(--td-comp-size-m);
    padding: 0 var(--td-comp-paddingLR-s);
    margin-left: var(--td-comp-margin-s);
    margin-right: var(--td-comp-margin-s);
    border-radius: var(--td-radius-default)
}

.t-tabs__nav-item.t-size-l {
    font: var(--td-font-body-large)
}

.t-tabs__nav-item.t-size-l .t-tabs__nav-item-wrapper {
    height: var(--td-comp-size-xxl);
    padding: 0 var(--td-comp-paddingLR-m)
}

.t-tabs__nav-item-text-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.t-tabs__nav-item:not(.t-is-disabled):not(.t-is-active):hover .t-tabs__nav-item-wrapper {
    background-color: var(--td-bg-color-container-hover)
}

.t-tabs__nav-item.t-is-left,
.t-tabs__nav-item.t-is-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.t-tabs__nav-item.t-size-m {
    height: var(--td-comp-size-xxl);
    line-height: var(--td-comp-size-xxl)
}

.t-tabs__nav-item.t-size-l {
    height: var(--td-comp-size-xxxxl);
    line-height: var(--td-comp-size-xxxxl)
}

.t-tabs__nav-item.t-is-active {
    color: var(--td-brand-color);
    text-shadow: 0 0 .3px currentcolor
}

.t-tabs__nav-item.t-is-disabled {
    color: var(--td-text-color-disabled);
    cursor: not-allowed
}

.t-tabs__nav-item>.remove-btn {
    margin-left: var(--td-comp-margin-s);
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.t-tabs__nav--card {
    background-color: var(--td-bg-color-secondarycontainer)
}

.t-tabs__nav--card.t-tabs__nav-item {
    padding-right: var(--td-comp-paddingLR-l);
    padding-left: var(--td-comp-paddingLR-l);
    border-bottom: 1px solid var(--td-component-stroke)
}

.t-tabs__nav--card.t-tabs__nav-item:after {
    display: none
}

.t-tabs__nav--card.t-tabs__nav-item:not(.t-is-disabled):not(.t-is-active):hover {
    background-color: var(--td-bg-color-secondarycontainer-hover)
}

.t-tabs__nav--card.t-tabs__nav-item:not(:first-of-type) {
    border-left: 1px solid var(--td-component-stroke)
}

.t-tabs__nav--card.t-tabs__nav-item:last-of-type {
    border-right: 1px solid var(--td-component-stroke)
}

.t-tabs__nav--card.t-tabs__nav-item.t-is-active {
    color: var(--td-brand-color);
    background-color: var(--td-bg-color-container);
    border-bottom-color: var(--td-bg-color-container)
}

.t-tabs__nav--card.t-tabs__nav-item.t-size-l {
    padding-left: var(--td-comp-paddingLR-xl);
    padding-right: var(--td-comp-paddingLR-xl)
}

.t-tabs__nav--card .t-icon-close {
    color: var(--td-text-color-secondary);
    transition: color .2s cubic-bezier(.38, 0, .24, 1)
}

.t-tabs__nav--card .t-icon-close:hover {
    color: var(--td-text-color-primary)
}

.t-tabs__content {
    overflow: hidden;
    position: relative
}

@-webkit-keyframes tDialogZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.01);
        transform: scale(.01)
    }

    to {
        opacity: 1
    }
}

@keyframes tDialogZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.01);
        transform: scale(.01)
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes tDialogZoomOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.01);
        transform: scale(.01)
    }
}

@keyframes tDialogZoomOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.01);
        transform: scale(.01)
    }
}

@-webkit-keyframes tDialogMaskIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes tDialogMaskIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes tDialogMaskOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes tDialogMaskOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.t-dialog-zoom .animation-enter {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .15, 1);
    animation-timing-function: cubic-bezier(0, 0, .15, 1);
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.t-dialog-zoom .animation-exit {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(.38, 0, .24, 1);
    animation-timing-function: cubic-bezier(.38, 0, .24, 1);
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.t-dialog-zoom .animation-active {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.t-dialog-zoom-appear,
.t-dialog-zoom-enter,
.t-dialog-zoom-enter-from {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .15, 1);
    animation-timing-function: cubic-bezier(0, 0, .15, 1);
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.t-dialog-zoom-exit {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(.38, 0, .24, 1);
    animation-timing-function: cubic-bezier(.38, 0, .24, 1);
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.t-dialog-zoom-appear-active,
.t-dialog-zoom-enter-active {
    -webkit-animation-name: tDialogZoomIn;
    animation-name: tDialogZoomIn;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.t-dialog-zoom-exit-active {
    -webkit-animation-name: tDialogZoomOut;
    animation-name: tDialogZoomOut;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.t-dialog-zoom__vue-enter-active .t-dialog {
    -webkit-animation-name: tDialogZoomIn;
    animation-name: tDialogZoomIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .15, 1);
    animation-timing-function: cubic-bezier(0, 0, .15, 1);
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.t-dialog-zoom__vue-enter-active .t-dialog__mask {
    -webkit-animation-name: tDialogMaskIn;
    animation-name: tDialogMaskIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.t-dialog-zoom__vue-leave-active .t-dialog {
    -webkit-animation-name: tDialogZoomOut;
    animation-name: tDialogZoomOut;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(.38, 0, .24, 1);
    animation-timing-function: cubic-bezier(.38, 0, .24, 1);
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.t-dialog-zoom__vue-leave-active .t-dialog__mask {
    -webkit-animation-name: tDialogMaskOut;
    animation-name: tDialogMaskOut;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.t-dialog-zoom__vue-enter-to .t-dialog,
.t-dialog-zoom__vue-leave-active .t-dialog__mask,
.t-dialog-zoom__vue-leave-to .t-dialog {
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.t-dialog-fade-appear,
.t-dialog-fade-enter {
    opacity: 0
}

.t-dialog-fade-appear,
.t-dialog-fade-enter,
.t-dialog-fade-exit {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0, 0, .15, 1);
    animation-timing-function: cubic-bezier(0, 0, .15, 1);
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.t-dialog-fade-appear.t-dialog-fade-appear-active,
.t-dialog-fade-enter.t-dialog-fade-enter-active {
    -webkit-animation-name: tDialogFadeIn;
    animation-name: tDialogFadeIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.t-dialog-fade-exit.t-dialog-fade-exit-active {
    -webkit-animation-name: tDialogFadeOut;
    animation-name: tDialogFadeOut;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes tDialogFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes tDialogFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes tDialogFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes tDialogFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.t-dialog {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 480px;
    background-color: var(--td-bg-color-container);
    position: relative;
    border: 1px solid var(--td-border-level-1-color);
    border-radius: var(--td-radius-large)
}

.t-dialog .t-icon.t-is-info {
    color: var(--td-brand-color)
}

.t-dialog .t-icon.t-is-success {
    color: var(--td-success-color)
}

.t-dialog .t-icon.t-is-warning {
    color: var(--td-warning-color)
}

.t-dialog .t-icon.t-is-error {
    color: var(--td-error-color)
}

.t-dialog--lock {
    overflow: hidden
}

.t-dialog__header {
    color: var(--td-text-color-primary);
    font: var(--td-font-title-medium);
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-word;
    gap: var(--td-comp-margin-s);
    box-sizing: border-box
}

.t-dialog__header .t-dialog__header-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.t-dialog__header .t-icon:not(.t-icon-close) {
    font-size: calc(var(--td-font-size-body-large) + 8px);
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: var(--td-comp-margin-s);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.t-dialog__header--fullscreen {
    background-color: var(--td-bg-color-secondarycontainer);
    min-height: var(--td-comp-size-xxxl);
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 var(--td-comp-paddingLR-xxl)
}

.t-dialog__header--fullscreen .t-dialog__header-content {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.t-dialog__body {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin;
    color: var(--td-text-color-secondary);
    font: var(--td-font-body-medium);
    overflow: auto;
    padding: var(--td-comp-paddingTB-l) 0;
    word-break: break-word
}

.t-dialog__body::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.t-dialog__body::-webkit-scrollbar-thumb {
    border: 0 solid transparent;
    background-clip: content-box;
    background-color: var(--td-scrollbar-color);
    border-radius: 11px
}

.t-dialog__body::-webkit-scrollbar-thumb:horizontal:hover,
.t-dialog__body::-webkit-scrollbar-thumb:vertical:hover {
    background-color: var(--td-scrollbar-hover-color)
}

.t-dialog__body--icon,
.t-dialog__body__icon {
    padding: var(--td-comp-paddingTB-l) 0
}

.t-dialog__body--fullscreen {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin;
    box-sizing: border-box;
    padding: var(--td-comp-paddingTB-xl) var(--td-comp-paddingLR-xxl);
    height: calc(100% - var(--td-comp-size-xxxl) - var(--td-comp-size-xxxxl));
    overflow: auto
}

.t-dialog__body--fullscreen::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.t-dialog__body--fullscreen::-webkit-scrollbar-thumb {
    border: 0 solid transparent;
    background-clip: content-box;
    background-color: var(--td-scrollbar-color);
    border-radius: 11px
}

.t-dialog__body--fullscreen::-webkit-scrollbar-thumb:horizontal:hover,
.t-dialog__body--fullscreen::-webkit-scrollbar-thumb:vertical:hover {
    background-color: var(--td-scrollbar-hover-color)
}

.t-dialog__body--fullscreen--without-footer {
    box-sizing: border-box;
    padding: var(--td-comp-paddingTB-xl) var(--td-comp-paddingLR-xxl);
    height: calc(100% - var(--td-comp-size-xxxl));
    overflow: auto
}

.t-dialog__footer {
    width: 100%;
    text-align: right;
    padding: var(--td-comp-paddingTB-l) 0 0
}

.t-dialog__footer .t-button+.t-button {
    margin-left: var(--td-comp-margin-s)
}

.t-dialog__footer--fullscreen {
    min-height: var(--td-comp-size-xxxxl);
    padding: 0 var(--td-comp-paddingLR-xxl) var(--td-comp-paddingTB-xxl);
    box-sizing: border-box
}

.t-dialog--default {
    padding: var(--td-comp-paddingTB-xxl) var(--td-comp-paddingLR-xxl)
}

.t-dialog__close {
    font-size: calc(var(--td-font-size-body-large) + 4px);
    color: var(--td-text-color-secondary);
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--td-font-size-body-large) + 4px);
    height: calc(var(--td-font-size-body-large) + 4px);
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--td-radius-default);
    transition: all .2s linear;
    padding: var(--td-comp-paddingTB-xxs) var(--td-comp-paddingLR-xxs)
}

.t-dialog__close:hover {
    cursor: pointer;
    background: var(--td-bg-color-container-hover)
}

.t-dialog__close:active {
    background: var(--td-bg-color-container-active)
}

.t-dialog__close--fullscreen {
    display: -ms-flexbox;
    display: flex;
    background: transparent
}

.t-dialog__close--fullscreen:hover {
    cursor: pointer;
    background: var(--td-bg-color-secondarycontainer-hover)
}

.t-dialog__close--fullscreen:active {
    background: var(--td-bg-color-secondarycontainer-active)
}

.t-dialog.t-dialog--draggable:hover {
    cursor: move
}

.t-dialog.t-dialog--draggable .t-dialog__body:hover,
.t-dialog.t-dialog--draggable .t-dialog__footer:hover,
.t-dialog.t-dialog--draggable .t-dialog__header:hover {
    cursor: auto
}

.t-dialog__fullscreen {
    width: 100%;
    border-radius: 0
}

.t-dialog__ctx {
    pointer-events: auto;
    outline: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.t-dialog__ctx.t-dialog__ctx--modeless {
    pointer-events: none
}

.t-dialog__ctx.t-dialog__ctx--fixed {
    position: fixed;
    z-index: 2500
}

.t-dialog__ctx.t-dialog__ctx--absolute,
.t-dialog__ctx.t-dialog__ctx--absolute .t-dialog__mask,
.t-dialog__ctx.t-dialog__ctx--absolute .t-dialog__wrap {
    position: absolute
}

.t-dialog__ctx.t-is-visable {
    visibility: visible
}

.t-dialog__ctx.t-is-hidden {
    visibility: hidden
}

.t-dialog__ctx.t-is-display {
    display: block
}

.t-dialog__ctx.t-not-display {
    display: none
}

.t-dialog__ctx .t-dialog__mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--td-mask-active);
    pointer-events: auto
}

.t-dialog__ctx .t-dialog__wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: auto;
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin
}

.t-dialog__ctx .t-dialog__wrap::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.t-dialog__ctx .t-dialog__wrap::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    background-clip: content-box;
    background-color: var(--td-scrollbar-color);
    border-radius: 15px
}

.t-dialog__ctx .t-dialog__wrap::-webkit-scrollbar-thumb:horizontal:hover,
.t-dialog__ctx .t-dialog__wrap::-webkit-scrollbar-thumb:vertical:hover {
    background-color: var(--td-scrollbar-hover-color)
}

.t-dialog__ctx .t-dialog__position {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    width: 100%;
    position: relative;
    padding: 48px 0;
    box-sizing: border-box
}

.t-dialog__ctx .t-dialog__position.t-dialog--top {
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20vh
}

.t-dialog__ctx .t-dialog__position.t-dialog--center {
    -ms-flex-align: center;
    align-items: center
}

.t-dialog__ctx .t-dialog__position_fullscreen {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    width: 100%;
    position: relative;
    box-sizing: border-box
}

.t-dialog__ctx .t-is-hidden {
    background: none
}

.t-dialog__ctx .t-dialog {
    pointer-events: auto;
    z-index: 2500
}

.cdc-video-upload-progress {
    width: 100%;
    height: 80px;
    background-color: #8e939b;
    color: #fff;
    position: relative
}

.cdc-video-upload-progress .video-upload-infos {
    padding-left: 30px;
    padding-right: 30px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: calc(100% - 60px)
}

.video-upload-infos .video-upload-icon {
    width: 38px;
    height: 26px;
    margin-right: 17px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 62.5% 20.149253731343283%;
    background-size: 856.7567567567569% auto
}

.video-upload-infos .video-upload-detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1
}

.video-upload-infos .video-upload-detail .video-name {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 6px;
    max-width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.video-upload-infos .video-upload-detail .video-upload-desc {
    font-size: 12px;
    line-height: 16px
}

.video-upload-infos .video-upload-detail .video-upload-desc span {
    display: inline-block;
    margin-right: 20px
}

.video-upload-infos .video-upload-operation .upload-operation {
    margin-right: 18px;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    color: #fff
}

.video-upload-infos .video-upload-operation .upload-operation.upload {
    margin-right: 0;
    width: 88px;
    height: 32px;
    border: 1px solid #fff;
    text-align: center;
    background-color: transparent;
    line-height: 32px;
    position: relative
}

.video-upload-infos .upload-operation.upload .upload-operation-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 0;
    opacity: 0;
    cursor: pointer
}

.video-upload-infos .video-upload-operation .upload-operation:hover {
    text-decoration: underline
}

.video-upload-infos .video-upload-operation .upload-operation.upload:hover {
    text-decoration: unset;
    background-color: #fff;
    color: #8e939b
}

.video-upload-infos .upload-progress {
    font-weight: 500
}

.cdc-video-upload-progress .upload-progress-bar {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(90deg, #1968ff, #00a4ff)
}

.cdc-video-upload-progress .upload-delete-modal {
    position: absolute;
    width: 216px;
    height: 86px;
    right: -30px;
    top: 60px;
    background: #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    color: #333;
    padding: 30px 30px 24px;
    text-align: center;
    z-index: 2
}

.cdc-video-upload-progress .upload-delete-modal .delete-modal-tip {
    margin-bottom: 29px;
    height: 24px;
    line-height: 24px
}

.cdc-video-upload-progress .upload-delete-modal .delete-modal-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 58.4717607973422% 100%;
    background-size: 1981.25% auto;
    margin-right: 5px;
    vertical-align: middle
}

.cdc-video-upload-progress .upload-delete-modal .delete-modal-note {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle
}

.cdc-video-upload-progress .upload-delete-modal .confirm-btn {
    margin-right: 16px
}

.cdc-address-picker {
    position: relative
}

.cdc-address-picker__btn {
    border: 1px solid #d6dbe3;
    background: #fff;
    width: 320px;
    height: 36px;
    color: #000;
    line-height: 22px;
    padding: 0 36px 0 8px;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    position: relative
}

.cdc-address-picker__btn-icon {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 5.3156146179401995% 94.24460431654677%;
    background-size: 1981.25% auto
}

.cdc-address-picker__cascader {
    width: 320px;
    margin-top: 8px;
    position: absolute;
    left: 0;
    z-index: 2
}

.cdc-address-picker__cascader-group {
    display: table;
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse
}

.cdc-address-picker__cascader-item {
    display: table-cell;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 50%
}

.cdc-address-picker__cascader-list {
    max-height: 180px;
    overflow-x: hidden;
    overflow-y: overlay;
    margin-right: 2px
}

.cdc-address-picker__cascader-list-item {
    min-height: 36px;
    padding-left: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.cdc-address-picker__cascader-list-item:hover {
    color: #fff;
    background: #0052d9
}

.cdc-address-picker__cascader-list-item.is-active {
    background: #ecf2fe;
    color: #181818
}

.cdc-address-picker__cascader-list::-webkit-scrollbar {
    width: 4px;
    background-color: transparent
}

.cdc-address-picker__cascader-list::-webkit-scrollbar-thumb {
    background-color: #dadde2
}

.is-mobile .cdc-address-picker__btn,
.is-mobile .cdc-address-picker__cascader {
    width: 100%
}

.cdc-comment-response__avatar {
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-comment-response__avatar.cdc-avatar {
    width: 24px;
    height: 24px
}

.cdc-comment-response__textarea {
    background: #fff;
    border: 1px solid #d6dbe3;
    border-radius: 2px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #181818;
    outline: none;
    box-sizing: border-box
}

.cdc-comment-response__textarea:active,
.cdc-comment-response__textarea:focus,
.cdc-comment-response__textarea:hover {
    border-color: #0052d9
}

.cdc-comment-response__textarea ::-webkit-input-placeholder {
    color: #97a3b7
}

.cdc-comment-response__textarea :-moz-placeholder,
.cdc-comment-response__textarea ::-moz-placeholder {
    color: #97a3b7
}

.cdc-comment-response__textarea :-ms-input-placeholder {
    color: #97a3b7
}

.cdc-comment-response__toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 12px 0;
    border-bottom: 1px solid #d6dbe3
}

.cdc-comment-response__number {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #181818
}

.cdc-comment-response__segment-item {
    position: relative;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
    min-width: 60px;
    height: 24px;
    margin-left: -1px;
    padding: 0 12px;
    color: #4b5b76;
    font-size: 12px;
    line-height: 22px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.cdc-comment-response__segment-item:hover {
    background-color: #f5f7fa;
    box-shadow: inset 0 4px 20px 0 hsla(0, 0%, 100%, .5)
}

.cdc-comment-response__segment-item.is-active {
    border-color: #0052d9;
    color: #0052d9;
    z-index: 9
}

.cdc-comment-response__note {
    margin: 20px 0 0
}

.cdc-comment-response__note.cdc-tip {
    background: linear-gradient(0deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), #ecf2fe;
    border: 1px solid #699ef5;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    border-radius: 2px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translate(0);
    transform: translate(0);
    z-index: 2
}

.cdc-comment-response__list {
    margin-top: 24px
}

.cdc-comment-response__more {
    margin-top: 28px;
    background: #f0f4fa;
    box-sizing: border-box;
    padding: 13px 0
}

.cdc-comment-response__more .cdc-loading-tip {
    margin-top: 0
}

.cdc-comment-response.is-blank .cdc-comment-response-inner,
.cdc-comment-response.is-blank .cdc-comment-response__list,
.cdc-comment-response.is-blank .cdc-comment-response__more {
    display: none
}

.cdc-comment-response.is-blank .cdc-comment-response__toolbar {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0
}

.cdc-comment-response.is-blank .cdc-comment-response__blank {
    margin: 100px 0;
    text-align: center
}

.cdc-comment-response.is-blank .cdc-comment-response__blank-img {
    width: 220px;
    height: 180px;
    display: block;
    background-image: url(../../images/icon-blank_bf3.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto
}

.cdc-comment-response.is-blank .cdc-comment-response__blank-tip {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 24px
}

.cdc-comment-response .cdc-operate-footer {
    display: none
}

@media screen and (max-width:768px) {
    .cdc-comment-response {
        height: 100%;
        overflow: hidden
    }

    .cdc-comment-response-inner {
        height: calc(100% - 84px);
        overflow: hidden;
        padding-bottom: 62px;
        box-sizing: border-box
    }

    .cdc-comment-response__body {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 16px 24px;
        box-sizing: border-box;
        position: relative
    }

    .cdc-comment-response__avatar {
        margin-right: 12px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .cdc-comment-response__avatar.cdc-avatar {
        width: 24px;
        height: 24px
    }

    .cdc-comment-response__textarea {
        background: #fff;
        border: 1px solid #d6dbe3;
        border-radius: 2px;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #181818;
        outline: none;
        box-sizing: border-box
    }

    .cdc-comment-response__textarea:active,
    .cdc-comment-response__textarea:focus,
    .cdc-comment-response__textarea:hover {
        border-color: #0052d9
    }

    .cdc-comment-response__textarea ::-webkit-input-placeholder {
        color: #97a3b7
    }

    .cdc-comment-response__textarea :-moz-placeholder,
    .cdc-comment-response__textarea ::-moz-placeholder {
        color: #97a3b7
    }

    .cdc-comment-response__textarea :-ms-input-placeholder {
        color: #97a3b7
    }

    .cdc-comment-response__toolbar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        box-sizing: border-box;
        border-bottom: 1px solid #d6dbe3;
        padding: 42px 0 16px;
        width: calc(100% - 32px);
        margin: 0 auto
    }

    .cdc-comment-response__number {
        font-weight: 500;
        color: #181818;
        font-size: 14px;
        line-height: 22px
    }

    .cdc-comment-response__segment-item {
        position: relative;
        background: #fff;
        border: 1px solid transparent;
        display: inline-block;
        box-sizing: border-box;
        min-width: 60px;
        height: 24px;
        margin-left: -1px;
        padding: 0 12px;
        color: #4b5b76;
        font-size: 12px;
        line-height: 22px;
        white-space: nowrap;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        outline: 0;
        cursor: pointer;
        transition: all .2s ease-in-out;
        box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
        border-radius: 2px
    }

    .cdc-comment-response__segment-item:hover {
        background-color: #f5f7fa;
        box-shadow: inset 0 4px 20px 0 hsla(0, 0%, 100%, .5)
    }

    .cdc-comment-response__segment-item.is-active {
        border-color: #0052d9;
        color: #0052d9;
        z-index: 9
    }

    .cdc-comment-response__note {
        margin: 20px 0 0
    }

    .cdc-comment-response__note.cdc-tip {
        background: linear-gradient(0deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), #ecf2fe;
        border: 1px solid #699ef5;
        box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
        border-radius: 2px;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        -webkit-transform: translate(0);
        transform: translate(0);
        z-index: 2
    }

    .cdc-comment-response__list {
        margin-top: 20px
    }

    .cdc-comment-response__more {
        background: #f0f4fa;
        box-sizing: border-box;
        padding: 12px 0;
        margin-top: 0;
        background: none
    }

    .cdc-comment-response__more .cdc-loading-tip {
        margin-top: 0
    }

    .cdc-comment-response-single-edit {
        padding: 0 16px;
        display: none
    }

    .cdc-comment-response-panel__name a {
        color: #000
    }

    .cdc-comment-response.is-blank .cdc-comment-response__list,
    .cdc-comment-response.is-blank .cdc-comment-response__more {
        display: none
    }

    .cdc-comment-response.is-blank .cdc-comment-response-inner {
        display: block
    }

    .cdc-comment-response.is-blank .cdc-comment-response__toolbar {
        opacity: 1;
        visibility: unset;
        height: auto;
        padding: 42px 0 16px
    }

    .cdc-comment-response.is-blank .cdc-comment-response__blank {
        text-align: center;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .cdc-comment-response.is-blank .cdc-comment-response__blank-img {
        width: 220px;
        height: 180px;
        display: block;
        background-image: url(../../images/icon-blank_bf3.png);
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: auto;
        margin-right: auto
    }

    .cdc-comment-response.is-blank .cdc-comment-response__blank-tip {
        font-weight: 500;
        font-size: 16px;
        line-height: 22px;
        color: #000;
        margin-top: 24px
    }

    .cdc-comment-response.is-host .cdc-comment-response-head {
        width: calc(100% - 32px);
        margin: 0 auto;
        padding: 16px;
        box-sizing: border-box;
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        color: #181818;
        position: relative;
        text-align: center;
        border-bottom: 1px solid #d6dbe3;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .cdc-comment-response.is-host .cdc-comment-response-head-return {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 19px;
        left: 0;
        background-image: url(../../images/sprite.Home-202506041515.svg);
        background-position: 47.840531561461795% 100%;
        background-size: 1981.25% auto
    }

    .cdc-comment-response.is-host .cdc-comment-response-inner {
        padding-top: 0;
        height: calc(100% - 55px)
    }

    .cdc-comment-response.is-host .cdc-comment-response-inner .cdc-m-comment__body {
        height: 100%;
        box-sizing: border-box
    }

    .cdc-comment-response.is-host .cdc-comment-response__toolbar {
        display: none
    }

    .cdc-comment-response .cdc-operate-footer {
        display: block
    }

    .cdc-comment-response .cdc-operate-footer__operations {
        display: none
    }

    .cdc-comment-response .cdc-operate-footer__toggle {
        width: 100%;
        margin-right: 0;
        border-radius: 30px;
        padding: 5px 12px
    }

    .cdc-comment-response .cdc-operate-footer__toggle-icon {
        margin-right: 12px
    }
}

.cdc-comment-response-single-edit {
    margin-bottom: 28px
}

.cdc-comment-response-single-edit__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.cdc-comment-response-single-edit__main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    padding-top: 10px;
    padding-bottom: 56px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d6dbe3;
    border-radius: 2px;
    width: calc(100% - 36px)
}

.cdc-comment-response-single-edit__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px
}

.cdc-comment-response-single-edit__textarea-box {
    position: relative
}

.cdc-comment-response-single-edit__textarea.cdc-comment__textarea {
    width: 100%;
    height: 100%;
    padding: 0 12px;
    resize: none;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    word-break: break-all
}

.cdc-comment-response-single-edit__operate {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 9
}

.cdc-comment-response-single-edit__count {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #97a3b7;
    margin-right: 16px
}

.cdc-comment-response-single-edit__commit.cdc-btn {
    vertical-align: middle;
    min-width: 100px;
    height: 32px;
    line-height: 30px
}

.cdc-comment-response-single-edit.not-logged .cdc-comment-response-single-edit__avatar {
    background: #0052d9
}

.cdc-comment-response-single-edit.not-logged .cdc-comment-response-single-edit__avatar .cdc-avatar__inner {
    width: 18px;
    height: 18px;
    background-image: url(../../images/default-avatar_2fd.png) !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 2px
}

.cdc-comment-response-single-edit.not-logged .cdc-comment-response-single-edit__main {
    text-align: center;
    line-height: 80px;
    font-size: 14px;
    background: #f5f7fa;
    border-radius: 4px;
    min-height: 80px;
    color: #97a3b7;
    padding-bottom: 0;
    padding-top: 0
}

.cdc-comment-response-single-edit.not-logged .cdc-comment-response-single-edit__main a {
    color: #0052d9;
    margin: 0 4px
}

.cdc-comment-response-single-edit.not-logged .cdc-comment-response-single-edit__main>span {
    color: #0052d9;
    cursor: pointer;
    margin: 0 4px
}

.cdc-comment-response-single-edit.overload .cdc-comment-response-single-edit__count .dynamic-count {
    color: #f64041
}

.cdc-comment-response-single-edit__text {
    font-size: 14px;
    line-height: 22px;
    height: auto;
    min-height: 44px;
    max-height: 110px;
    padding: 0 12px;
    opacity: 0;
    overflow: hidden;
    box-sizing: border-box;
    word-break: break-all
}

.cdc-comment-response-edit {
    margin-top: 20px
}

.cdc-comment-response-edit__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-comment-response-edit__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px
}

.cdc-comment-response-edit__main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    font-size: 0
}

.cdc-comment-response-edit__textarea {
    width: 100%;
    height: 36px;
    resize: none;
    padding: 6px 8px
}

.cdc-comment-response-edit__count {
    display: none;
    position: absolute;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #97a3b7;
    bottom: 10px;
    right: 10px
}

.cdc-comment-response-edit__btn {
    min-width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 10px
}

.cdc-comment-response-panel__inner {
    box-sizing: border-box;
    padding-left: 36px
}

.cdc-comment-response-panel__hd {
    margin: 0 0 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-comment-response-panel__avatar-bubble {
    width: 24px;
    height: 24px;
    position: absolute;
    left: -36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cdc-comment-response-panel__avatar-bubble .cdc-comment-response-panel__avatar.cdc-comment__avatar {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none
}

.cdc-comment-response-panel__avatar.cdc-avatar {
    position: absolute;
    left: -36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cdc-comment-response-panel__name {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cdc-comment-response-panel__name a {
    color: #000
}

.cdc-comment-response-panel__name a:hover {
    color: #0052d9
}

.cdc-comment-response-panel__name-mine {
    display: inline-block;
    height: 18px;
    margin-left: 8px;
    border: 1px solid #0052d9;
    border-radius: 2px;
    padding: 0 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #0052d9
}

.cdc-comment-response-panel__name-replay em {
    margin: 0 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76
}

.cdc-comment-response-panel__date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 4px;
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    color: #97a3b7
}

.cdc-comment-response-panel__content {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    word-break: break-word;
    white-space: pre-wrap
}

.cdc-comment-response-panel__content.is-mobile {
    display: none
}

.cdc-comment-response-panel__operates {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-comment-response-panel__operate {
    position: relative;
    margin-right: 24px;
    cursor: pointer
}

.cdc-comment-response-panel__operate .cdc-icon.is-click.link .icon-ask {
    background-image: url(../../images/icon-ask-h_d74.svg)
}

.cdc-comment-response-panel__operate .cdc-icon.is-click.link .cdc-icon__number {
    color: #0052d9
}

.cdc-comment-response-panel__operate .cdc-icon.is-like .icon-like {
    background-image: url(../../images/icon-like-h_768.svg)
}

.cdc-comment-response-panel__operate .cdc-icon.is-like .cdc-icon__number {
    color: #0052d9
}

.cdc-comment-response-panel__operate.is-mobile {
    display: none
}

.cdc-comment-response-panel__edit {
    margin-top: 12px
}

.cdc-comment-response-panel__edit .cdc-comment-response-single-edit {
    margin-bottom: 16px
}

.cdc-comment-response-panel__replay {
    margin-top: 16px;
    background: #f5f7fa;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 16px 12px 20px
}

.cdc-comment-response-panel__replay .cdc-comment-response-panel__header {
    margin-bottom: 4px
}

.cdc-comment-response-panel__replay .cdc-comment-response-panel__operates {
    margin-top: 8px
}

.cdc-comment-response-panel__replay .cdc-comment-response-panel+.cdc-comment-response-panel {
    margin-top: 20px
}

.cdc-comment-response-panel__replay.is-mobile {
    display: none
}

.cdc-comment-response-panel+.cdc-comment-response-panel {
    margin-top: 16px
}

.cdc-comment-response-panel-m-spread {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #0052d9;
    margin-top: 10px;
    padding-left: 32px
}

.cdc-comment-response-panel-m-spread-icon {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: -3px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 92.08633093525181%;
    background-size: 1981.25% auto
}

.cdc-comment-response-panel__operate-dropdown {
    width: 96px
}

.cdc-comment-response-panel__operate-dropdown .tea-bubble__inner {
    background: #fff;
    border: 1px solid #e8ecf1;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    border-radius: 0;
    padding: 16px
}

.cdc-comment-response-panel__operate-dropdown .dropdown-item+.dropdown-item {
    margin-top: 16px
}

.cdc-comment-response-panel__operate-dropdown .dropdown-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    cursor: pointer
}

.cdc-comment-response-panel__operate-dropdown .dropdown-item .cdc-svg-icon-con .cdc-svg-icon-text {
    color: #4b5b76;
    margin-left: 12px
}

.cdc-comment-response-panel__operate-dropdown .dropdown-item:hover,
.cdc-comment-response-panel__operate-dropdown .dropdown-item:hover .cdc-svg-icon-con .cdc-svg-icon-text {
    color: #0052d9
}

.cdc-comment-response-panel__operate-dropdown.tea-bubble--top .tea-bubble__inner:before {
    border-bottom-color: #e8ecf1
}

.cdc-comment-response-panel__operate-dropdown.tea-bubble--top .tea-bubble__inner:after {
    border-bottom-color: #fff;
    margin-bottom: -1px
}

@media screen and (max-width:768px) {
    .cdc-comment-response-panel__inner {
        box-sizing: border-box;
        padding-left: 32px;
        padding-bottom: 0
    }

    .cdc-comment-response-panel__hd {
        margin: 0 0 4px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }

    .cdc-comment-response-panel__avatar-bubble {
        width: 24px;
        height: 24px;
        position: absolute;
        left: -32px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .cdc-comment-response-panel__avatar-bubble .cdc-comment-response-panel__avatar.cdc-comment__avatar {
        position: relative;
        left: auto;
        top: auto;
        -webkit-transform: none;
        transform: none
    }

    .cdc-comment-response-panel__avatar {
        left: -32px
    }

    .cdc-comment-response-panel__avatar.cdc-avatar {
        position: absolute;
        left: -36px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .cdc-comment-response-panel__name {
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 0;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px
    }

    .cdc-comment-response-panel__name a {
        color: #000 !important
    }

    .cdc-comment-response-panel__name a:hover {
        color: #000
    }

    .cdc-comment-response-panel__name-replay em {
        margin: 0 4px;
        font-size: 14px
    }

    .cdc-comment-response-panel__name-mine {
        vertical-align: 1px;
        display: inline-block;
        height: 18px;
        margin-left: 8px;
        border: 1px solid #0052d9;
        border-radius: 2px;
        padding: 0 6px;
        font-weight: 400;
        font-size: 12px;
        line-height: 18px;
        color: #0052d9
    }

    .cdc-comment-response-panel__name-replay em {
        margin: 0 8px;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: #4b5b76
    }

    .cdc-comment-response-panel__date {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 4px;
        font-size: 12px;
        line-height: 20px;
        text-align: right;
        color: #97a3b7
    }

    .cdc-comment-response-panel__content {
        font-size: 14px;
        line-height: 22px;
        color: #4b5b76;
        text-align: justify;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .cdc-comment-response-panel__content.is-pc {
        display: none
    }

    .cdc-comment-response-panel__content.is-mobile {
        display: block
    }

    .cdc-comment-response-panel__operates {
        margin-top: 12px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .cdc-comment-response-panel__operate {
        position: relative;
        margin-right: 24px;
        cursor: pointer
    }

    .cdc-comment-response-panel__operate .cdc-icon.is-click.link .icon-ask {
        background-image: url(../../images/icon-ask-h_d74.svg)
    }

    .cdc-comment-response-panel__operate .cdc-icon.is-click.link .cdc-icon__number {
        color: #0052d9
    }

    .cdc-comment-response-panel__operate .cdc-icon.is-like .icon-like {
        background-image: url(../../images/icon-like-h_768.svg)
    }

    .cdc-comment-response-panel__operate .cdc-icon.is-like .cdc-icon__number {
        color: #0052d9
    }

    .cdc-comment-response-panel__operate.is-mobile {
        display: block
    }

    .cdc-comment-response-panel__operate.is-pc {
        display: none
    }

    .cdc-comment-response-panel__edit {
        margin-top: 12px
    }

    .cdc-comment-response-panel__replay {
        background: #f5f7fa;
        border-radius: 4px;
        box-sizing: border-box;
        margin-top: 16px;
        padding: 16px 16px 16px 28px;
        margin-left: -30px;
        transition: all .3s ease-in-out;
        overflow: hidden
    }

    .cdc-comment-response-panel__replay .cdc-comment-response-panel__header {
        margin-bottom: 4px
    }

    .cdc-comment-response-panel__replay .cdc-comment-response-panel__operates {
        margin-top: 8px
    }

    .cdc-comment-response-panel__replay .cdc-comment-response-panel+.cdc-comment-response-panel {
        margin-top: 20px
    }

    .cdc-comment-response-panel__replay-m-inner {
        height: calc(100% - 32px);
        overflow: hidden
    }

    .cdc-comment-response-panel__replay.is-spread {
        height: auto !important
    }

    .cdc-comment-response-panel__replay.is-spread .cdc-comment-response-panel-m-inner {
        height: auto
    }

    .cdc-comment-response-panel__replay.is-spread .cdc-comment-response-panel-m-spread {
        display: none
    }

    .cdc-comment-response-panel__replay.is-mobile {
        display: block
    }

    .cdc-comment-response-panel+.cdc-comment-response-panel {
        margin-top: 24px
    }

    .cdc-comment-response-panel-m-spread {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #0052d9;
        margin-top: 10px;
        padding-left: 32px;
        cursor: pointer
    }

    .cdc-comment-response-panel-m-spread-icon {
        width: 16px;
        height: 16px;
        margin-left: 4px;
        display: inline-block;
        vertical-align: -3px;
        background-image: url(../../images/sprite.Home-202506041515.svg);
        background-position: 94.6843853820598% 92.08633093525181%;
        background-size: 1981.25% auto
    }
}

.cdc-group-qr-card {
    background-color: #fff;
    border-radius: 2px;
    padding: 12px 16px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 16px
}

.cdc-group-qr-card-text {
    -ms-flex: 1;
    flex: 1
}

.cdc-group-qr-card-text em {
    color: #ff7800;
    font-weight: 500
}

.cdc-group-qr-card-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #181818
}

.cdc-group-qr-card-desc {
    padding-top: 12px;
    margin-top: 12px;
    box-sizing: border-box;
    border-top: 1px solid #d6dbe3
}

.cdc-group-qr-card-desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #181818
}

.cdc-group-qr-card-qr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .06);
    padding: 4px;
    box-sizing: border-box;
    overflow: hidden
}

.cdc-group-qr-card-qr img {
    width: 100%;
    height: 100%
}

.cdc-group-qr-card-close {
    width: 0;
    height: 0;
    border-radius: 0 2px 0 0;
    border-color: #cdd4de #cdd4de transparent transparent;
    border-style: solid;
    border-width: 12px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.cdc-group-qr-card-close .cdc-svg-icon-con {
    color: #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -10px;
    right: -10px
}

.cdc-product-bubble {
    z-index: 99;
    max-width: none
}

.cdc-product-bubble.cdc-bubble .tea-bubble__inner {
    padding: 0;
    width: 336px;
    border-radius: 2px;
    border: none;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(55, 99, 170, .06);
    overflow: hidden
}

.cdc-product-bubble.cdc-bubble .tea-bubble__inner:after,
.cdc-product-bubble.cdc-bubble .tea-bubble__inner:before {
    border: none
}

.cdc-product-bubble__card.cdc-card {
    background: url(../../images/card-bg_04b.png) no-repeat 50%;
    background-size: cover;
    box-shadow: none;
    margin-bottom: 0
}

.cdc-product-bubble__card .cdc-card__inner {
    padding: 12px 18px 16px
}

.cdc-product-bubble__card .cdc-card__hd {
    border: none
}

.cdc-product-bubble__card .cdc-card__title {
    color: #181818;
    text-align: justify;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    border: none
}

.cdc-product-bubble__card .cdc-card__title:before {
    width: 2px;
    height: 14px;
    left: -12px
}

.cdc-product-bubble__card-name {
    color: #181818;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-product-bubble__card-desc {
    color: #4b5b76;
    text-align: justify;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cdc-product-bubble__card-list {
    margin-top: 16px
}

.cdc-product-bubble__card-list a {
    color: #0052d9;
    font-size: 14px;
    line-height: 20px;
    margin-right: 30px
}

.cdc-product-bubble__card-list a .product-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 4px
}

.cdc-product-bubble__card-list a .introduce-icon {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 34.53237410071942%;
    background-size: 1981.25% auto
}

.cdc-product-bubble__card-list a .document-icon {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 63.78737541528239% 94.24460431654677%;
    background-size: 1981.25% auto
}

.cdc-product-bubble__card-list a .try-icon {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 100% 0%;
    background-size: 1981.25% auto
}

.cdc-product-bubble__card-list a:last-child {
    margin-right: 0
}

.cdc-product-bubble__card-list a:hover {
    text-decoration: underline
}

.cdc-product-bubble__activity {
    cursor: pointer;
    border-radius: 2px;
    background: linear-gradient(270deg, #fff2f2, snow);
    padding: 2px 16px 2px 0;
    margin: 12px 18px 14px 20px
}

.cdc-product-bubble__activity a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #f64041;
    font-size: 14px;
    line-height: 22px
}

.cdc-product-bubble__activity .hot-icon {
    display: inline-block;
    width: 31px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.png);
    background-position: 0px 0px;
    margin-right: 10px;
    vertical-align: -3px
}

.mod-overview {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 32px
}

.mod-overview.cdc-card {
    background: transparent;
    box-shadow: none;
    border: none
}

.mod-overview .cdc-card__inner {
    padding: 0
}

.mod-overview .cdc-card__hd {
    padding-left: 10px;
    border-bottom: none
}

.mod-overview .cdc-card__bd p {
    margin-top: 0;
    min-height: 24px;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    line-height: 24px;
    font-size: 14px;
    box-sizing: border-box;
    color: #333;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif
}

.mod-overview__bubble .tea-bubble__inner {
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    padding: 0;
    min-width: 320px
}

.mod-overview__bubble .tea-bubble--top .tea-bubble__inner:after {
    border-bottom-color: #fff
}

.mod-overview.is-mobile {
    padding: 20px 16px;
    background: #f5f7fa
}

.mod-overview.is-mobile .cdc-card__hd {
    border-bottom: 1px solid #d6dbe3
}

.mod-overview.is-mobile .cdc-card__bd {
    padding-top: 12px
}

.mod-overview.is-mobile .mod-overview__inner {
    padding: 18px 16px 20px
}

.mod-overview.is-mobile .mod-overview__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #181818
}

.overlay-main {
    background-image: url(../../images/icon-background_590.svg);
    background-position: top;
    background-repeat: no-repeat;
    padding: 18px
}

.overlay-main.product {
    background-image: url(../../images/product-bg_34d.png)
}

.overlay-main.service {
    background-image: url(../../images/service-bg_32d.png)
}

.overlay-main.solution {
    background-image: url(../../images/solution-bg_092.png)
}

.overlay-main.tech {
    background-image: url(../../images/tech-bg_25b.png)
}

.overlay-label {
    font-size: 12px;
    line-height: 20px;
    color: #495770;
    margin-bottom: 16px
}

.overlay-label,
.overlay-title {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box
}

.overlay-title {
    font-size: 18px;
    line-height: 26px;
    color: #181818;
    margin-bottom: 8px
}

.overlay-desc {
    color: #4b5b76;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.overlay-desc,
.overlay-link {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

.overlay-link {
    display: block;
    text-align: center;
    padding: 15px;
    color: #0052d9 !important;
    font-style: normal
}

.mod-overview__keyword {
    margin: 0 4px;
    cursor: pointer;
    color: #0052d9;
    padding-right: 10px;
    background-image: url(../../images/icon-keyword_32a.svg);
    background-position: right 2px;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    box-shadow: none
}

.mod-overview__keyword .overlay-main {
    background-image: url(../../images/icon-mobile-bg_583.svg)
}

.mod-overview__keyword .overlay-label {
    margin-bottom: 10px
}

.mod-overview__keyword .overlay-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

.mod-overview__keyword .t-portal-wrapper {
    display: inline !important
}

.mod-overview__keyword .t-dialog__mask {
    background: rgba(0, 0, 0, .3)
}

.mod-overview__keyword .t-dialog__footer,
.mod-overview__keyword .t-dialog__header-content {
    display: none !important
}

.mod-overview__keyword .t-dialog--default {
    padding: 0
}

.mod-overview__keyword .t-dialog {
    max-width: 340px
}

.mod-overview__keyword .t-dialog__body {
    padding: 0;
    position: relative
}

.mod-overview__keyword .t-dialog__close {
    position: absolute;
    top: 15px;
    right: 18px;
    z-index: 2
}

.mod-overview__keyword .t-dialog__close svg {
    width: 16px;
    height: 16px;
    color: #495770 !important
}

.mod-overview__keyword .t-dialog--top,
.mod-overview__keyword .t-dialog__position {
    padding-top: 25vh !important
}

.cdc-product-info {
    display: block;
    margin-top: 16px;
    width: 100%
}

.cdc-product-info__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-product-info__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 12px
}

.cdc-product-info__main {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cdc-product-info__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000
}

.cdc-product-info__desc,
.cdc-product-info__name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px
}

.cdc-product-info__desc {
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76
}

.cdc-product-info__tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -4px
}

.cdc-product-info__tag {
    font-size: 12px;
    line-height: 20px;
    margin-right: 4px;
    color: #97a3b7;
    padding: 0 6px;
    border: 1px solid #97a3b7;
    border-radius: 2px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px
}

.cdc-product-info__tag.is-special {
    color: #f64041;
    border: 1px solid #f64041
}

.cdc-product-info:hover .cdc-product-info__name {
    color: #0052d9
}

.cdc-product-info.is-mobile {
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    box-sizing: border-box;
    padding: 16px
}

.modal-product .cdc-modal__inner {
    padding: 0;
    border-radius: 2px;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(55, 99, 170, .06)
}

.modal-product .cdc-modal__close {
    right: 16px;
    top: 16px
}

.cdc-schedule__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin-bottom: 14px
}

.cdc-schedule__item-circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(118deg, #ffedcc, #fdd078);
    position: relative;
    margin-right: 6px;
    margin-top: 8px
}

.cdc-schedule__item-circle-content {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(55, 99, 170, .6)
}

.cdc-schedule__item-date {
    margin-top: 4px
}

.cdc-schedule__item-day {
    color: #fff;
    font-family: DIN Alternate;
    font-size: 14px;
    font-weight: 700
}

.cdc-schedule__item-time {
    color: #ccc8c8;
    font-family: DIN Alternate;
    font-size: 12px;
    font-weight: 700
}

.cdc-schedule__item-main {
    margin-left: 8px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    box-sizing: border-box;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(198, 204, 216, .5)
}

.cdc-schedule__item-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: rgba(45, 45, 45, .85);
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cdc-schedule__item-desc {
    color: #959595;
    line-height: 22px
}

.cdc-schedule__item-user {
    margin-left: 70px
}

.cdc-schedule__item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(100% + 14px);
    opacity: .2039;
    background: #d6dbe3;
    left: 3px;
    top: 10px
}

.cdc-schedule__item:last-child {
    margin-bottom: 0
}

.cdc-schedule__item:last-child:before {
    display: none
}

.cdc-schedule__item.m {
    margin-bottom: 30px
}

.cdc-schedule__item.m:before {
    top: 10px;
    height: calc(100% + 30px);
    background-color: #0c73ff
}

.cdc-schedule__item.m .cdc-schedule__item-dot {
    margin-top: 10px;
    margin-right: 10px
}

.cdc-schedule__item.m .cdc-schedule__item-date {
    font-size: 18px;
    line-height: 25px
}

.cdc-schedule__item.m .cdc-schedule__item-main {
    margin-left: 18px;
    border-bottom: none
}

.cdc-schedule__item.m .cdc-schedule__item-title {
    font-size: 14px;
    color: #2d2d2d;
    margin-bottom: 2px
}

.cdc-schedule__item.m .cdc-schedule__item-desc {
    font-size: 12px
}

.cdc-schedule__item.l {
    margin-bottom: 32px
}

.cdc-schedule__item.l:before {
    top: 14px;
    height: calc(100% + 32px);
    background-color: #0c73ff
}

.cdc-schedule__item.l .cdc-schedule__item-dot {
    margin-top: 14px;
    margin-right: 12px
}

.cdc-schedule__item.l .cdc-schedule__item-date {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px
}

.cdc-schedule__item.l .cdc-schedule__item-main {
    margin-left: 24px;
    padding-bottom: 32px;
    border-bottom: 2px solid #eee
}

.cdc-schedule__item.l .cdc-schedule__item-content {
    width: 457px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-schedule__item.l .cdc-schedule__item-title {
    font-size: 18px;
    line-height: 28px;
    color: #2d2d2d;
    margin-bottom: 8px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-schedule__item.l .cdc-schedule__item-desc {
    font-size: 14px
}

.cdc-schedule__item.l:last-child .cdc-schedule__item-main {
    border-bottom: none
}

.cdc-schedule__item.vertical .cdc-schedule__item-main {
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 598px
}

.cdc-schedule__item.vertical .cdc-schedule__item-user {
    margin-left: 0;
    margin-top: 16px
}

.cdc-schedule__item.vertical .cdc-schedule__item-user .cde-avatar__group {
    margin-bottom: -10px
}

@media (max-width:768px) {
    .cdc-schedule__item {
        width: 100%;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        margin-bottom: 20px
    }

    .cdc-schedule__item:before {
        height: calc(100% + 20px)
    }

    .cdc-schedule__item-date {
        font-size: 14px;
        line-height: 15px;
        margin-right: 10px
    }

    .cdc-schedule__item-main {
        margin-left: 12px;
        padding-bottom: 20px
    }

    .cdc-schedule__item-title {
        font-size: 14px;
        line-height: 22px;
        color: #2d2d2d
    }

    .cdc-schedule__item-user {
        margin-top: 12px;
        width: 100%
    }

    .cdc-schedule__item.vertical:last-child {
        margin-bottom: 0
    }

    .cdc-schedule__item.vertical .cdc-schedule__item-main {
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .cdc-schedule__item.vertical .cdc-schedule__item-user .cde-avatar__group {
        margin-bottom: -16px
    }
}

.cdc-video-player {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.cdc-video-player__inner {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #565656
}

.cdc-video-player__content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    background-image: url(../../images/bg-image_8d6.png)
}

.cdc-video-player__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 100%, 0);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9
}

.cdc-video-player__mask-icon {
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(36, 36, 36, .8);
    border-radius: 50%;
    position: relative;
    cursor: pointer
}

.cdc-video-player__mask-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    margin-left: 2px;
    background: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/e3df5598-a3c2-46df-b26e-8c8347a052e7.svg) no-repeat 50%;
    background-size: cover
}

.cdc-video-player__mask-icon:hover {
    background: rgba(36, 36, 36, .6)
}

.cdc-video-player__note {
    position: relative;
    z-index: 9;
    text-align: center
}

.cdc-video-player__note-text {
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    color: #fff
}

.cdc-video-player__note-tip {
    display: inline-block;
    margin-top: 12px;
    font-size: 18px;
    line-height: 28px;
    color: #fff
}

.cdc-video-player__note .t-button {
    width: 120px;
    height: 36px;
    margin-top: 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    border: none;
    background: linear-gradient(90deg, #4a90ff, #2556f2)
}

.cdc-video-player__note .t-button:hover {
    background: linear-gradient(90deg, rgba(74, 144, 255, .8), rgba(37, 86, 242, .8))
}

.cdc-video-player__note .t-button.is-reserved {
    cursor: pointer;
    border: 1px solid #ccc8c8 !important;
    background: rgba(0, 0, 0, .2) !important
}

.cdc-video-player__note .t-button.is-reserved:hover {
    background: rgba(0, 0, 0, .8) !important
}

.cdc-video-player__back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
    background: url(../../images/bg-top_973.svg) repeat-x;
    opacity: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-video-player__back-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box
}

.cdc-video-player__back-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/89144e34-dc08-4d96-90df-520b2e8b4209.svg) no-repeat 50%;
    background-size: cover;
    margin-right: 6px;
    z-index: 100;
    cursor: pointer
}

.cdc-video-player__title {
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.cdc-video-player__toolbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 11;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .51));
    opacity: 0
}

.cdc-video-player__toolbar-inner {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex
}

.cdc-video-player__toolbar-left {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-video-player__toolbar-duration {
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    font-family: D-DINCondensed, PingFang SC
}

.cdc-video-player__toolbar-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -10px
}

.cdc-video-player__toolbar-item {
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-right: 20px;
    cursor: pointer;
    z-index: 99
}

.cdc-video-player__toolbar-item.item-text {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    width: auto;
    position: relative;
    z-index: 99
}

.cdc-video-player__toolbar-item.item-text.is-active,
.cdc-video-player__toolbar-item.item-text:hover,
.cdc-video-player__toolbar-item.item-text span {
    color: #fff
}

.cdc-video-player__toolbar-item.icon-play {
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/85273f01-49c5-4dad-bf9a-213fee41cdbc.svg)
}

.cdc-video-player__toolbar-item.icon-pause {
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/84b59b40-11d6-4090-ab80-38f8d4d261a7.svg)
}

.cdc-video-player__toolbar-item.icon-voice {
    position: relative;
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/e1289b2e-0b60-4fe3-94fc-1842cacca91f.svg)
}

.cdc-video-player__toolbar-item.icon-voice.icon-voice-none {
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/5231f3c3-6066-4839-9323-01b8e7497101.svg)
}

.cdc-video-player__toolbar-item.icon-voice.icon-voice-max {
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/e1289b2e-0b60-4fe3-94fc-1842cacca91f.svg)
}

.cdc-video-player__toolbar-item.btn-enter {
    width: 124px;
    height: 30px;
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    padding-left: 16px;
    padding-right: 28px;
    margin-right: 20px
}

.cdc-video-player__toolbar-item.btn-enter .t-button__text:after {
    content: "";
    position: absolute;
    top: 6px;
    right: -12px;
    display: block;
    width: 6px;
    height: 10px;
    transition: -webkit-transform .33s ease-in-out;
    transition: transform .33s ease-in-out;
    transition: transform .33s ease-in-out, -webkit-transform .33s ease-in-out;
    background: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/665c9edd-055a-4f66-b23a-c18b98e1e8d8.svg) 50% no-repeat
}

.cdc-video-player__toolbar-item.btn-enter:hover {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    border-color: #fff
}

.cdc-video-player__toolbar-item.icon-zoomin {
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/d1213f7e-77ae-4a9d-a2ff-ab766eb89936.svg)
}

.cdc-video-player__toolbar-item.icon-zoomout {
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/ae439b02-654d-4d4a-aa20-709d4cc4f1ca.svg)
}

.cdc-video-player__toggle {
    position: absolute;
    right: 0;
    top: calc(50% - 36px);
    -webkit-transform: translateX(calc(100% - 32px));
    transform: translateX(calc(100% - 32px));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 16
}

.cdc-video-player__toggle .icon-toggle {
    margin-bottom: 2px;
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/38e3c27f-5aeb-4e9a-883c-fd6a5c733646.svg)
}

.cdc-video-player__toggle-btn {
    width: 16px;
    opacity: 1;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 8px;
    font-size: 16px;
    line-height: 20px
}

.cdc-video-player__sidebar {
    display: none;
    width: 316px;
    background-color: rgba(0, 0, 0, .4);
    overflow: hidden;
    padding: 20px 0;
    height: 424px;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-video-player__sidebar .tea-tabs__tabbar {
    margin-left: 20px;
    margin-right: 20px
}

.cdc-video-player__sidebar .tea-tabs__tabbar:before {
    border: 1px solid #d6dbe3;
    opacity: .2039
}

.cdc-video-player__sidebar .tea-tabs__scroll-area {
    position: relative;
    white-space: nowrap;
    -ms-flex: 1;
    flex: 1
}

.cdc-video-player__sidebar .tea-tabs__tablist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.cdc-video-player__sidebar .tea-tabs__tablist .tea-tabs__tab {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    padding: 0 0 4px
}

.cdc-video-player__sidebar .tea-tabs__tablist .tea-tabs__tab:hover {
    background: linear-gradient(118deg, #ffedcc, #fdd078);
    -webkit-background-clip: text;
    color: transparent
}

.cdc-video-player__sidebar .tea-tabs__tablist .tea-tabs__tab:hover:after {
    border-bottom: 2px solid;
    border-radius: 2px;
    -o-border-image: linear-gradient(118deg, #ffedcc, #fdd078) 1;
    border-image: linear-gradient(118deg, #ffedcc, #fdd078) 1;
    -webkit-clip-path: inset(0 round 10px);
    clip-path: inset(0 round 10px)
}

.cdc-video-player__sidebar .tea-tabs__tablist .tea-tabs__tab.is-active {
    background: linear-gradient(118deg, #ffedcc, #fdd078);
    -webkit-background-clip: text;
    color: transparent
}

.cdc-video-player__sidebar .tea-tabs__tablist .tea-tabs__tab.is-active:after {
    border-bottom: 2px solid;
    -o-border-image: linear-gradient(118deg, #ffedcc, #fdd078) 1;
    border-image: linear-gradient(118deg, #ffedcc, #fdd078) 1;
    -webkit-clip-path: inset(0 round 10px);
    clip-path: inset(0 round 10px)
}

.cdc-video-player__schedule {
    margin-top: 6px !important;
    margin-top: 24px
}

.cdc-video-player__schedule-tip {
    padding-left: 20px;
    color: #ccc8c8;
    font-size: 12px;
    font-weight: 400;
    margin-top: 6px
}

.cdc-video-player__schedule-list {
    padding: 0 12px 0 20px;
    margin-top: 20px;
    margin-right: 4px;
    max-height: 290px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll
}

.cdc-video-player__schedule-list::-webkit-scrollbar {
    width: 4px
}

.cdc-video-player__schedule-list::-webkit-scrollbar-thumb {
    background: #ccc8c8;
    border-radius: 10px
}

.cdc-video-player__schedule .cdc-schedule__item-title {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    max-width: 169px
}

.cdc-video-player__schedule .cdc-schedule__item-user {
    margin-left: 0
}

.cdc-video-player__introduce {
    color: #fff;
    max-height: 320px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 6px;
    padding-left: 20px;
    padding-right: 12px;
    margin-right: 4px
}

.cdc-video-player__introduce-card {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(198, 204, 216, .5)
}

.cdc-video-player__introduce-card:first-child {
    padding-top: 0
}

.cdc-video-player__introduce::-webkit-scrollbar {
    width: 4px
}

.cdc-video-player__introduce::-webkit-scrollbar-thumb {
    background: #ccc8c8;
    border-radius: 10px
}

.cdc-video-player__guests {
    max-height: 340px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: 4px
}

.cdc-video-player__guests-card {
    margin-left: 24px;
    margin-right: 12px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(198, 204, 216, .5)
}

.cdc-video-player__guests-card__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.cdc-video-player__guests-card__inner .cdc-avatar {
    border: 2px solid #f7cfa2
}

.cdc-video-player__guests-card__main {
    margin-left: 20px;
    color: #fff
}

.cdc-video-player__guests-card__name {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.cdc-video-player__guests-card__info {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    max-width: 197px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cdc-video-player__guests-card__avatar .cdc-avatar {
    width: 56px;
    height: 56px
}

.cdc-video-player__guests::-webkit-scrollbar {
    width: 4px
}

.cdc-video-player__guests::-webkit-scrollbar-thumb {
    background: #ccc8c8;
    border-radius: 10px
}

.cdc-video-player__slider {
    width: 40px;
    height: 82px;
    padding: 12px 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 32px;
    border-radius: 4px;
    background: rgba(36, 36, 36, .6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 20
}

.cdc-video-player__slider .t-slider__button--dragging {
    box-shadow: none
}

.cdc-video-player__clarity {
    padding: 20px 16px 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 32px;
    border-radius: 4px;
    background: rgba(36, 36, 36, .6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 20
}

.cdc-video-player__clarity-item {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    cursor: pointer;
    margin-bottom: 10px
}

.cdc-video-player__clarity-item.is-selected,
.cdc-video-player__clarity-item:hover {
    color: #699ef5
}

.cdc-video-player__speed {
    padding: 20px 16px 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 32px;
    border-radius: 4px;
    background: rgba(36, 36, 36, .6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 20
}

.cdc-video-player__speed-item {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    cursor: pointer;
    margin-bottom: 10px
}

.cdc-video-player__speed-item.is-selected,
.cdc-video-player__speed-item:hover {
    color: #699ef5
}

.cdc-video-player__bubble {
    position: absolute;
    top: 8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
    background: rgba(36, 36, 36, .6)
}

.cdc-video-player__bubble.voice-bubble {
    top: 0
}

.cdc-video-player__bubble.select-bubble {
    top: -180px;
    left: 0;
    border-radius: 4px
}

.cdc-video-player__bubble.select-bubble .tea-bubble__inner {
    padding: 20px 16px 10px !important
}

.cdc-video-player__bubble.select-speed-bubble {
    top: -210px
}

.cdc-video-player__bubble.select-hd-bubble .tea-bubble__inner {
    width: 86px !important
}

.cdc-video-player__bubble-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 4px
}

.cdc-video-player__bubble-desc {
    max-width: 100%;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #959595
}

.cdc-video-player__bubble-qr {
    width: 130px;
    height: 130px;
    margin: 10px auto 0
}

.cdc-video-player__bubble-qr img {
    width: 100%;
    height: 100%
}

.cdc-video-player__bubble-item {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    cursor: pointer;
    margin-bottom: 10px
}

.cdc-video-player__bubble-item.is-selected,
.cdc-video-player__bubble-item:hover {
    color: #699ef5
}

.cdc-video-player__bubble.mobile-bubble .tea-bubble__inner,
.cdc-video-player__bubble.select-bubble .tea-bubble__inner,
.cdc-video-player__bubble.select-speed-bubble .tea-bubble__inner,
.cdc-video-player__bubble.voice-bubble .tea-bubble__inner {
    width: auto;
    background: rgba(0, 0, 0, .4);
    border: 1px solid rgba(0, 0, 0, .4);
    padding: 0;
    border-radius: 4px;
    word-break: normal
}

.cdc-video-player__bubble.mobile-bubble .tea-bubble__inner:after,
.cdc-video-player__bubble.mobile-bubble .tea-bubble__inner:before,
.cdc-video-player__bubble.select-bubble .tea-bubble__inner:after,
.cdc-video-player__bubble.select-bubble .tea-bubble__inner:before,
.cdc-video-player__bubble.select-speed-bubble .tea-bubble__inner:after,
.cdc-video-player__bubble.select-speed-bubble .tea-bubble__inner:before,
.cdc-video-player__bubble.voice-bubble .tea-bubble__inner:after,
.cdc-video-player__bubble.voice-bubble .tea-bubble__inner:before {
    border: none
}

.cdc-video-player__bubble.mobile-bubble .tea-bubble--top .tea-bubble__inner:after,
.cdc-video-player__bubble.select-bubble .tea-bubble--top .tea-bubble__inner:after,
.cdc-video-player__bubble.select-speed-bubble .tea-bubble--top .tea-bubble__inner:after,
.cdc-video-player__bubble.voice-bubble .tea-bubble--top .tea-bubble__inner:after {
    border-top-color: transparent;
    border-bottom-color: #f3f5f8
}

.cdc-video-player__bubble.voice-bubble .tea-bubble__inner {
    width: 39px;
    border-radius: 2px
}

.cdc-video-player__bubble.mobile-bubble .tea-bubble__inner {
    padding: 14px 20px
}

.cdc-video-player__order {
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 128px;
    background: rgba(0, 0, 0, .35)
}

.cdc-video-player__order:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.cdc-video-player__order-panel {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.cdc-video-player__order-title {
    font-weight: 500;
    line-height: 28px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 6px
}

.cdc-video-player__order-date {
    color: #fff;
    font-family: DIN Alternate;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1.4px
}

.cdc-video-player__order-date .time-icon {
    display: inline-block;
    vertical-align: -3px;
    width: 24px;
    height: 24px;
    background: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/5b1ce7f3-332f-4a59-b1cb-29c825b8a628.svg) 50% no-repeat;
    margin-right: 12px
}

.cdc-video-player__order-time {
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
    font-family: D-DINCondensed, PingFang SC
}

.cdc-video-player__order-text {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    margin: 0 12px
}

.cdc-video-player__order-operate {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 13px
}

.cdc-video-player__order-operate .tea-btn--weak {
    cursor: default
}

.cdc-video-player__order .t-button {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    width: 160px;
    height: 50px;
    border-radius: 2px;
    border: none;
    background: linear-gradient(90deg, #4a90ff, #2556f2)
}

.cdc-video-player__order .t-button.is-reserved {
    cursor: default
}

.cdc-video-player__order .t-button.is-reserved,
.cdc-video-player__order .t-button.is-reserved:hover {
    border: 1px solid #ccc8c8;
    background: rgba(0, 0, 0, .2)
}

.cdc-video-player__progress {
    position: absolute;
    top: -9px;
    right: 0;
    left: 0;
    height: 18px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.cdc-video-player__progress-inner {
    width: 100%;
    height: 2px;
    background: #ddd;
    position: relative
}

.cdc-video-player__progress-cache,
.cdc-video-player__progress-play {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1
}

.cdc-video-player__progress-play {
    width: 30%;
    background: linear-gradient(90deg, #4a90ff, #2556f2);
    z-index: 2
}

.cdc-video-player__progress-cache {
    width: 35%;
    background: #f2f2f2
}

.cdc-video-player__progress-drag {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-right: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    display: none;
    z-index: 9
}

.cdc-video-player__progress-duration {
    display: none;
    font-size: 10px;
    white-space: nowrap;
    margin-left: 12px;
    color: #fff;
    font-family: D-DINCondensed, PingFang SC
}

.cdc-video-player__progress:hover .cdc-video-player__progress-inner {
    height: 4px
}

.cdc-video-player__progress:hover .cdc-video-player__progress-drag {
    display: block
}

.cdc-video-player__unmute {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    box-sizing: border-box;
    padding: 12px 36px;
    cursor: pointer;
    z-index: 11;
    border-radius: 4px;
    background: rgba(36, 36, 36, .6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.cdc-video-player:hover .cdc-video-player__toolbar {
    -webkit-animation: fadeInUp .33s ease-in-out;
    animation: fadeInUp .33s ease-in-out;
    opacity: 1
}

.cdc-video-player:hover .cdc-video-player__back {
    -webkit-animation: fadeInDown .33s ease-in-out;
    animation: fadeInDown .33s ease-in-out;
    opacity: 1
}

.cdc-video-player.broken .cdc-video-player__mask,
.cdc-video-player.ended .cdc-video-player__mask {
    background: rgba(0, 0, 0, .5)
}

.cdc-video-player.broken .cdc-video-player__mask:before,
.cdc-video-player.ended .cdc-video-player__mask:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.cdc-video-player.pending .cdc-video-player__close {
    display: none
}

.cdc-video-player .tea-btn {
    min-width: 182px;
    height: 48px;
    line-height: 46px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: #0c73ff;
    border-color: #0c73ff;
    border-radius: 2px
}

.cdc-video-player .tea-btn:hover {
    background: #3a8eff;
    border-color: #3a8eff
}

.cdc-video-player .tea-btn.tea-btn--weak,
.cdc-video-player .tea-btn.tea-btn--weak:hover {
    border-color: #fff;
    background: transparent
}

.drag-point .tea-bubble__inner {
    border-radius: 4px;
    border: none;
    background: rgba(36, 36, 36, .6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: #fff
}

.drag-point .tea-bubble__inner:after,
.drag-point .tea-bubble__inner:before {
    border: none !important
}

.is-full-screen .cdc-video-player__sidebar {
    height: 100vh
}

.is-full-screen .cdc-video-player__content {
    max-width: unset
}

.cdc-video-player.is-mobile {
    height: 100%
}

.cdc-video-player.is-mobile .cdc-video-player__inner {
    background: #000
}

.cdc-video-player.is-mobile .cdc-video-player__inner:after {
    display: none;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(1turn, transparent, rgba(0, 0, 0, .5))
}

.cdc-video-player.is-mobile .cdc-video-player__content {
    padding-top: 56.2666%;
    max-width: 666px
}

.cdc-video-player.is-mobile .cdc-video-player__mask-icon {
    display: none
}

.cdc-video-player.is-mobile .cdc-video-player__note-icon {
    margin-bottom: 4px
}

.cdc-video-player.is-mobile .cdc-video-player__note-text,
.cdc-video-player.is-mobile .cdc-video-player__note-tip {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500
}

.cdc-video-player.is-mobile .cdc-video-player__note-btn {
    height: 24px;
    line-height: 22px;
    min-width: 88px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 12px
}

.cdc-video-player.is-mobile .cdc-video-player__order {
    height: 55px
}

.cdc-video-player.is-mobile .cdc-video-player__order-panel {
    padding: 0 16px
}

.cdc-video-player.is-mobile .cdc-video-player__order-title {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0
}

.cdc-video-player.is-mobile .cdc-video-player__order-date,
.cdc-video-player.is-mobile .cdc-video-player__order-time {
    font-size: 14px;
    line-height: 20px
}

.cdc-video-player.is-mobile .cdc-video-player__order-date .time-icon {
    width: 16px;
    height: 16px;
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/b7063d7c-410a-492d-9693-c1d405d1f172.svg);
    margin-right: 6px
}

.cdc-video-player.is-mobile .cdc-video-player__order .t-button {
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 24px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.cdc-video-player.is-mobile .cdc-video-player__order .t-button__text {
    line-height: 22px;
    font-size: 14px;
    font-weight: 400
}

.cdc-video-player.is-mobile .cdc-video-player__order-number span {
    font-weight: 400
}

.cdc-video-player.is-mobile .cdc-video-player__order-operate {
    margin-top: 0
}

.cdc-video-player.is-mobile .cdc-video-player__back {
    opacity: 1
}

.cdc-video-player.is-mobile .cdc-video-player__back-inner {
    display: block
}

.cdc-video-player.is-mobile .cdc-video-player__back-icon {
    margin-top: 16px;
    vertical-align: -2px
}

.cdc-video-player.is-mobile .cdc-video-player__toolbar {
    opacity: 1
}

.cdc-video-player.is-mobile .cdc-video-player__toolbar-inner {
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 0 10px
}

.cdc-video-player.is-mobile .cdc-video-player__toolbar-duration {
    display: none
}

.cdc-video-player.is-mobile .cdc-video-player__toolbar-item {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 12px
}

.cdc-video-player.is-mobile .cdc-video-player__toolbar-item.icon-close {
    display: none
}

.cdc-video-player.is-mobile .cdc-video-player__toolbar-item.icon-play {
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/5581f76f-1f3c-4960-9817-b8cdee91a481.svg)
}

.cdc-video-player.is-mobile .cdc-video-player__toolbar-item.icon-pause {
    background: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/72c652c7-5f9b-40d9-bf36-bcc06d9fdeab.svg) no-repeat 50%
}

.cdc-video-player.is-mobile .cdc-video-player__toolbar-item.icon-voice {
    display: none
}

.cdc-video-player.is-mobile .cdc-video-player__toolbar-item.icon-zoomin {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/6d45700b-9268-4aaa-911e-da2f6a1a0ffb.svg)
}

.cdc-video-player.is-mobile .cdc-video-player__toolbar-item.icon-zoomout {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/d0acb943-5d1c-401f-8b56-0e8e7934b0dd.svg)
}

.cdc-video-player.is-mobile .cdc-video-player__toolbar-item.item-text {
    width: auto;
    line-height: 20px;
    font-size: 12px
}

.cdc-video-player.is-mobile .cdc-video-player__toolbar-item.btn-enter {
    width: 84px;
    height: 24px;
    font-size: 12px;
    padding-left: 4px;
    padding-right: 10px
}

.cdc-video-player.is-mobile .cdc-video-player__toolbar-item.btn-enter .t-button__text {
    line-height: 20px
}

.cdc-video-player.is-mobile .cdc-video-player__toolbar-item.btn-enter .t-button__text:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -8px
}

.cdc-video-player.is-mobile .cdc-video-player__progress {
    position: static;
    width: 100%;
    margin-right: 12px
}

.cdc-video-player.is-mobile .cdc-video-player__progress-drag {
    width: 8px;
    height: 8px;
    display: block;
    margin-right: -8px
}

.cdc-video-player.is-mobile .cdc-video-player__progress-duration {
    display: block
}

.cdc-video-player.is-mobile .cdc-video-player__progress.is-active .cdc-video-player__progress-inner,
.cdc-video-player.is-mobile .cdc-video-player__progress:hover .cdc-video-player__progress-inner {
    height: 2px
}

.cdc-video-player.is-mobile .cdc-video-player__progress.is-active .cdc-video-player__progress-drag {
    display: block
}

.cdc-video-player.is-mobile .cdc-video-player__bubble {
    display: none
}

.cdc-video-player.is-mobile .cdc-video-player__options {
    display: -ms-flexbox;
    display: flex
}

.cdc-video-player.is-mobile .cdc-video-player__process {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .65);
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 6px 10px;
    text-align: center
}

.cdc-video-player.is-mobile .cdc-video-player__unmute {
    font-size: 12px;
    line-height: 20px;
    padding: 12px 20px
}

.cdc-video-player.is-mobile .cdc-video-player__speed {
    padding: 12px 16px 2px
}

.cdc-video-player.is-mobile .cdc-video-player__speed-item {
    color: #fff;
    text-align: center;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.cdc-video-player.is-mobile .cdc-video-player__toggle.show-sidebar {
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.cdc-video-player.is-mobile .cdc-video-player__toggle.show-sidebar .cdc-video-player__sidebar {
    display: block
}

.cdc-video-player.is-mobile .cdc-video-player.is-full-screen .cdc-video-player__content {
    max-width: unset
}

.cdc-video-player.is-mobile .cdc-video-player.is-full-screen .cdc-video-player__mask-icon {
    display: inline-block
}

.cdc-video-player.is-mobile.show-toolbar .cdc-video-player__inner:after {
    display: block;
    -webkit-animation: fadeInDown .3s ease-in-out;
    animation: fadeInDown .3s ease-in-out
}

.cdc-video-player.is-mobile.show-toolbar .is-full-screen .cdc-video-player__inner:after {
    display: none
}

.cdc-video-player.is-mobile.show-toolbar .cdc-video-player__toolbar {
    display: block;
    -webkit-animation: fadeInUp .33s ease-in-out;
    animation: fadeInUp .33s ease-in-out
}

.cdc-video-player.is-mobile.show-toolbar .cdc-video-player__close {
    display: block;
    -webkit-animation: fadeInDown .33s ease-in-out;
    animation: fadeInDown .33s ease-in-out
}

.cdc-video-player.is-mobile.show-toolbar.pending .cdc-video-player__close,
.cdc-video-player.is-mobile.show-toolbar.pending .cdc-video-player__inner:after {
    display: none
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@media (any-hover:hover) {
    .cdc-video-player__toggle:hover {
        top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: -webkit-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
    }

    .cdc-video-player__toggle:hover .cdc-video-player__sidebar {
        display: block
    }
}

.t-slider__input-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: var(--td-comp-margin-xxl)
}

.t-slider__input-container.is-vertical {
    padding-top: var(--td-comp-paddingTB-l);
    margin-left: 0
}

.t-slider__input-container .t-slider__center-line {
    width: var(--td-size-4);
    height: 1px;
    background: rgba(0, 0, 0, .9);
    margin: 0 var(--td-comp-margin-s)
}

.t-slider {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    height: calc(var(--td-comp-paddingTB-xs)*2 + var(--td-size-2));
    width: 100%;
    position: relative;
    padding: var(--td-comp-paddingTB-xs) 0
}

.t-slider__container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.t-slider__container.is-vertical {
    height: 100%;
    -ms-flex-direction: column;
    flex-direction: column
}

.t-slider__rail {
    position: absolute;
    width: 100%;
    height: var(--td-size-2);
    background-color: var(--td-bg-color-secondarycomponent);
    transition: .2s linear;
    border-radius: var(--td-radius-round)
}

.t-slider__rail:hover {
    background-color: var(--td-bg-color-secondarycomponent-hover)
}

.t-slider__track {
    background-color: var(--td-brand-color);
    right: auto;
    border-radius: var(--td-radius-round)
}

.t-slider__step,
.t-slider__track {
    position: absolute;
    height: var(--td-size-2)
}

.t-slider__step {
    width: 100%;
    cursor: pointer
}

.t-slider__button {
    width: var(--td-comp-size-xxxs);
    height: var(--td-comp-size-xxxs);
    border: 2px solid var(--td-brand-color);
    background-color: #fff;
    border-radius: var(--td-radius-circle);
    transition: .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    box-shadow: var(--td-shadow-1)
}

.t-slider__button--dragging {
    box-shadow: 0 0 0 2px var(--td-brand-color-focus)
}

.t-slider__button:hover {
    background-color: var(--td-gray-color-1)
}

.t-slider__button-wrapper {
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: transparent;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
    outline: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.t-slider__stop {
    position: absolute;
    width: 1px;
    height: var(--td-size-2);
    background-color: var(--td-bg-color-secondarycomponent);
    top: 4px
}

.t-slider__mark {
    position: absolute;
    top: 2px;
    left: 0;
    width: 100%
}

.t-slider__mark-text {
    position: absolute;
    display: inline-block;
    font: var(--td-font-body-small);
    color: var(--td-text-color-primary);
    top: calc(var(--td-size-2) + var(--td-comp-paddingTB-xs) + 2px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer
}

.t-slider__mark-text:first-child {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.t-slider__mark-text:last-child {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.t-slider--vertical {
    height: 100%;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.t-slider--vertical .t-slider__rail {
    width: var(--td-size-2);
    height: 100%
}

.t-slider--vertical .t-slider__track {
    width: var(--td-size-2);
    top: auto
}

.t-slider--vertical .t-slider__step {
    width: var(--td-size-2);
    height: 100%
}

.t-slider--vertical .t-slider__handle {
    margin-top: -6px;
    margin-left: -5px;
    top: auto;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
}

.t-slider--vertical .t-slider__mark {
    top: 0;
    left: 12px;
    width: 18px;
    height: 100%
}

.t-slider--vertical .t-slider__stop {
    width: var(--td-size-2);
    height: 1px;
    left: 4px;
    background-color: var(--td-bg-color-secondarycomponent)
}

.t-slider--vertical .t-slider__mark-text {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: var(--td-comp-margin-xxs)
}

.t-slider--vertical .t-slider__button-wrapper {
    top: auto;
    position: absolute;
    z-index: 2;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background-color: transparent;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
    outline: none;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.t-is-disabled {
    cursor: not-allowed
}

.t-is-disabled .t-slider__track {
    background-color: var(--td-brand-color-disabled)
}

.t-is-disabled .t-slider__rail {
    background-color: var(--td-bg-color-component-disabled)
}

.t-is-disabled .t-slider__handle {
    border: 2px solid var(--td-brand-color-disabled)
}

.t-is-disabled .t-slider__button {
    border-color: var(--td-brand-color-disabled);
    outline: none
}

.t-is-disabled .t-slider__mark-text {
    color: var(--td-text-color-disabled);
    cursor: not-allowed
}

.t-is-disabled .t-slider__button-wrapper {
    cursor: not-allowed
}

.input-readonly.t-is-readonly {
    color: var(--td-text-color-primary);
    background-color: var(--td-bg-color-specialcomponent)
}

.input-readonly.t-is-readonly .t-input__inner {
    cursor: pointer
}

.input-disabled.t-is-disabled {
    color: var(--td-text-color-disabled);
    background-color: var(--td-bg-color-component-disabled)
}

.input-disabled.t-is-disabled:hover {
    border-color: var(--td-border-level-2-color)
}

.input-disabled.t-is-disabled .t-input__inner {
    cursor: not-allowed;
    color: var(--td-text-color-disabled)
}

.input-disabled.t-is-disabled .t-input__inner::-webkit-input-placeholder {
    color: var(--td-text-color-disabled)
}

.input-disabled.t-is-disabled .t-input__inner::-moz-placeholder {
    color: var(--td-text-color-disabled)
}

.input-disabled.t-is-disabled .t-input__inner:-ms-input-placeholder {
    color: var(--td-text-color-disabled)
}

.input-disabled.t-is-disabled .t-input__inner::placeholder {
    color: var(--td-text-color-disabled)
}

.input-disabled.t-is-disabled>.t-input__prefix .t-icon,
.input-disabled.t-is-disabled>.t-input__suffix .t-icon {
    color: var(--td-text-color-disabled)
}

.t-tips {
    font-size: var(--td-font-size-body-small)
}

.t-tips.t-is-default {
    color: var(--td-text-color-placeholder)
}

.t-tips.t-is-error {
    color: var(--td-error-color)
}

.t-tips.t-is-warning {
    color: var(--td-warning-color)
}

.t-tips.t-is-success {
    color: var(--td-success-color)
}

.t-input {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    height: var(--td-comp-size-m);
    border-radius: var(--td-radius-default);
    border: 1px solid var(--td-border-level-2-color);
    padding: 0 var(--td-comp-paddingLR-s);
    background-color: var(--td-bg-color-specialcomponent);
    outline: none;
    color: var(--td-text-color-primary);
    font: var(--td-font-body-medium);
    width: 100%;
    box-sizing: border-box;
    transition: border .2s cubic-bezier(.38, 0, .24, 1), box-shadow .2s cubic-bezier(.38, 0, .24, 1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.t-input:hover {
    border-color: var(--td-brand-color)
}

.t-input--focused,
.t-input:focus {
    z-index: 1;
    border-color: var(--td-brand-color);
    box-shadow: 0 0 0 2px var(--td-brand-color-focus)
}

.t-input :focus-visible {
    outline: none
}

.t-input__inner {
    -ms-flex: 1;
    flex: 1;
    border: none;
    outline: none;
    padding: 0;
    max-width: 100%;
    min-width: 0;
    color: var(--td-text-color-primary);
    font: inherit;
    background-color: transparent;
    box-sizing: border-box;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

.t-input__inner::-webkit-input-placeholder {
    color: var(--td-text-color-placeholder)
}

.t-input__inner::-moz-placeholder {
    color: var(--td-text-color-placeholder)
}

.t-input__inner:-ms-input-placeholder {
    color: var(--td-text-color-placeholder)
}

.t-input__inner::placeholder {
    color: var(--td-text-color-placeholder)
}

.t-input__inner:-moz-placeholder-shown {
    text-overflow: ellipsis;
    width: 100%
}

.t-input__inner:-ms-input-placeholder {
    text-overflow: ellipsis;
    width: 100%
}

.t-input__inner:placeholder-shown {
    text-overflow: ellipsis;
    width: 100%
}

.t-input__inner[type=password]::-ms-reveal {
    display: none
}

.t-input__inner[type=search]::-webkit-search-cancel-button,
.t-input__inner[type=search]::-webkit-search-decoration,
.t-input__inner[type=search]::-webkit-search-results-button,
.t-input__inner[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none
}

.t-input__inner.t-input--soft-hidden {
    width: 0
}

.t-input__extra {
    font: var(--td-font-body-small);
    color: var(--td-text-color-placeholder)
}

.t-input__status {
    position: absolute;
    right: -24px;
    top: 0
}

.t-input.t-input--suffix>span.t-input__clear {
    opacity: 0;
    visibility: hidden;
    transition: border .2s cubic-bezier(.38, 0, .24, 1), box-shadow .2s cubic-bezier(.38, 0, .24, 1)
}

.t-input.t-input--suffix:hover>span.t-input__clear {
    opacity: 1;
    visibility: visible
}

.t-input.t-is-success {
    border-color: var(--td-success-color)
}

.t-input.t-is-success.t-input--focused,
.t-input.t-is-success:focus {
    box-shadow: 0 0 0 2px var(--td-success-color-focus)
}

.t-input.t-is-success>.t-input__extra {
    color: var(--td-success-color)
}

.t-input.t-is-warning {
    border-color: var(--td-warning-color)
}

.t-input.t-is-warning.t-input--focused,
.t-input.t-is-warning:focus {
    box-shadow: 0 0 0 2px var(--td-warning-color-focus)
}

.t-input.t-is-warning>.t-input__extra {
    color: var(--td-warning-color)
}

.t-input.t-is-error {
    border-color: var(--td-error-color)
}

.t-input.t-is-error.t-input--focused,
.t-input.t-is-error:focus {
    box-shadow: 0 0 0 2px var(--td-error-color-focus)
}

.t-input.t-is-error>.t-input__extra {
    color: var(--td-error-color)
}

.t-input.t-is-readonly {
    color: var(--td-text-color-primary);
    background-color: var(--td-bg-color-specialcomponent)
}

.t-input.t-is-readonly .t-input__inner {
    cursor: pointer
}

.t-input.t-is-disabled {
    color: var(--td-text-color-disabled);
    background-color: var(--td-bg-color-component-disabled)
}

.t-input.t-is-disabled:hover {
    border-color: var(--td-border-level-2-color)
}

.t-input.t-is-disabled .t-input__inner {
    cursor: not-allowed;
    color: var(--td-text-color-disabled)
}

.t-input.t-is-disabled .t-input__inner::-webkit-input-placeholder {
    color: var(--td-text-color-disabled)
}

.t-input.t-is-disabled .t-input__inner::-moz-placeholder {
    color: var(--td-text-color-disabled)
}

.t-input.t-is-disabled .t-input__inner:-ms-input-placeholder {
    color: var(--td-text-color-disabled)
}

.t-input.t-is-disabled .t-input__inner::placeholder {
    color: var(--td-text-color-disabled)
}

.t-input.t-is-disabled>.t-input__prefix .t-icon,
.t-input.t-is-disabled>.t-input__suffix .t-icon {
    color: var(--td-text-color-disabled)
}

.t-input.t-input--prefix>.t-input__prefix {
    z-index: 2;
    height: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: var(--td-font-size-body-medium)
}

.t-input.t-input--prefix>.t-input__prefix-icon {
    font-size: var(--td-font-size-body-large)
}

.t-input.t-input--suffix>.t-input__suffix {
    z-index: 2;
    height: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: var(--td-font-size-body-medium)
}

.t-input.t-input--suffix>.t-input__suffix-icon {
    font-size: var(--td-font-size-body-large)
}

.t-input .t-input__suffix-clear {
    cursor: pointer
}

.t-input.t-size-l {
    height: var(--td-comp-size-xl);
    font: var(--td-font-body-large);
    padding: var(--td-comp-paddingTB-m) var(--td-comp-paddingLR-m)
}

.t-input.t-size-s {
    height: var(--td-comp-size-xs);
    font: var(--td-font-body-small)
}

.t-input .t-input__prefix>.t-icon,
.t-input .t-input__suffix>.t-icon {
    font-size: inherit
}

.t-input .t-input__prefix>.t-icon {
    font-size: 16px;
    color: var(--td-text-color-placeholder)
}

.t-input .t-input__prefix:not(:empty) {
    margin-right: var(--td-comp-margin-s)
}

.t-input .t-input__suffix>.t-icon {
    color: var(--td-text-color-placeholder);
    transition: all .2s linear
}

.t-input .t-input__suffix>.t-icon:hover {
    color: var(--td-text-color-secondary);
    transition: all .2s linear
}

.t-input .t-input__suffix:not(:empty) {
    margin-left: var(--td-comp-margin-s)
}

.t-input.t-is-focused .t-input__prefix>.t-icon,
.t-input.t-is-focused .t-input__suffix .t-icon-calendar,
.t-input.t-is-focused .t-input__suffix>.t-icon-time {
    color: var(--td-brand-color)
}

.t-input-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.t-input-group .t-input__wrap {
    border-radius: 0
}

.t-input-group .t-input__wrap:first-child {
    border-radius: var(--td-radius-default) 0 0 var(--td-radius-default)
}

.t-input-group .t-input__wrap:last-child {
    border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0
}

.t-input-group .t-button,
.t-input-group .t-select {
    border-radius: 0
}

.t-input-group .t-button:not(:first-child),
.t-input-group .t-input__wrap:not(:first-child) .t-input,
.t-input-group .t-select:not(:first-child) {
    margin-left: -1px
}

.t-input-group .t-input__wrap:first-child .t-input {
    border-radius: var(--td-radius-default) 0 0 var(--td-radius-default)
}

.t-input-group .t-input__wrap:last-child .t-input {
    border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0
}

.t-input-group .t-button:first-child,
.t-input-group .t-select:first-child {
    border-radius: var(--td-radius-default) 0 0 var(--td-radius-default)
}

.t-input-group .t-button:last-child,
.t-input-group .t-select:last-child {
    border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0
}

.t-input-group--separate .t-input__wrap+.t-input__wrap {
    margin-left: var(--td-comp-margin-xxxl)
}

.t-input-group--separate .t-button,
.t-input-group--separate .t-select {
    border-radius: var(--td-radius-default)
}

.t-input-group--separate .t-button:first-child,
.t-input-group--separate .t-select:first-child {
    border-radius: var(--td-radius-default) 0 0 var(--td-radius-default)
}

.t-input-group--separate .t-button:last-child,
.t-input-group--separate .t-select:last-child {
    border-radius: 0 var(--td-radius-default) var(--td-radius-default) 0
}

.t-input-group--separate .t-input__wrap .t-input,
.t-input-group--separate .t-input__wrap .t-input:first-child,
.t-input-group--separate .t-input__wrap .t-input:last-child {
    border-radius: var(--td-radius-default)
}

.t-input-group .t-button,
.t-input-group .t-input__inner,
.t-input-group .t-select {
    position: relative;
    z-index: 0
}

.t-input-group .t-button:active,
.t-input-group .t-button:focus,
.t-input-group .t-button:hover,
.t-input-group .t-input__inner:active,
.t-input-group .t-input__inner:focus,
.t-input-group .t-input__inner:hover,
.t-input-group .t-select:active,
.t-input-group .t-select:focus,
.t-input-group .t-select:hover {
    z-index: 1
}

.t-input__wrap {
    width: 100%
}

.t-input__tips {
    height: auto;
    min-height: var(--td-line-height-body-small);
    font: var(--td-font-body-small);
    position: absolute
}

.t-input__tips--default {
    color: var(--td-text-color-placeholder)
}

.t-input__tips--success {
    color: var(--td-success-color)
}

.t-input__tips--warning {
    color: var(--td-warning-color)
}

.t-input__tips--error {
    color: var(--td-error-color)
}

.t-align-center>.t-input__inner {
    text-align: center
}

.t-align-right>.t-input__inner {
    text-align: right
}

.t-input__input-pre {
    position: absolute;
    visibility: hidden;
    white-space: pre;
    display: block
}

.t-input--auto-width {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 60px
}

.t-input__limit-number {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-placeholder);
    background: var(--td-bg-color-specialcomponent)
}

.t-input__limit-number.t-is-disabled {
    background: var(--td-bg-color-component-disabled)
}

.activity-card__title .reserve {
    color: #ff7800
}

.activity-card__detail {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.activity-card__tag {
    background: #0052d9
}

.activity-card__tag .t-tag {
    padding: 0 6px;
    margin-right: 10px;
    height: 20px
}

.activity-card__desc {
    cursor: pointer
}

.activity-card__desc:hover {
    color: #0052d9
}

.t-tag {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 var(--td-comp-paddingLR-s);
    height: var(--td-comp-size-xs);
    font: var(--td-font-body-small);
    color: var(--td-text-color-anti);
    border-radius: var(--td-radius-default);
    border: 1px solid transparent;
    white-space: nowrap
}

.t-tag .t-icon {
    margin-right: var(--td-comp-margin-xs);
    width: calc(var(--td-font-size-body-medium) + 2px);
    height: calc(var(--td-font-size-body-medium) + 2px);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.t-tag .t-tag__icon-close {
    margin-right: 0;
    margin-left: var(--td-comp-margin-s);
    font: var(--td-font-body-medium);
    cursor: pointer;
    transition: color .2s cubic-bezier(.38, 0, .24, 1)
}

.t-tag--default {
    color: var(--td-text-color-primary);
    background-color: var(--td-bg-color-component)
}

.t-tag--default .t-tag__icon-close {
    color: var(--td-text-color-placeholder)
}

.t-tag--default .t-tag__icon-close:hover {
    color: var(--td-text-color-primary)
}

.t-tag--default.t-tag--checked {
    color: var(--td-text-color-anti);
    background-color: var(--td-brand-color)
}

.t-tag--default.t-tag--checked:hover {
    background-color: var(--td-brand-color-hover)
}

.t-tag--default:active {
    cursor: default
}

.t-tag--default.t-tag--check {
    transition: background-color .2s cubic-bezier(.38, 0, .24, 1);
    cursor: pointer
}

.t-tag--default.t-tag--check:hover:not(.t-tag--checked):not(.t-tag--disabled) {
    background-color: var(--td-bg-color-component-hover)
}

.t-tag--default.t-tag--disabled {
    cursor: not-allowed
}

.t-tag--default.t-tag--disabled,
.t-tag--default.t-tag--disabled:hover {
    color: var(--td-text-color-disabled);
    background-color: var(--td-bg-color-component-disabled)
}

.t-tag--default.t-tag--disabled .t-icon:hover {
    cursor: pointer
}

.t-tag--default.t-tag--outline {
    border-color: var(--td-component-border)
}

.t-tag--default.t-tag--light,
.t-tag--default.t-tag--light-outline {
    background-color: var(--td-bg-color-secondarycontainer)
}

.t-tag--default.t-tag--light-outline {
    border-color: var(--td-component-border)
}

.t-tag--primary {
    background-color: var(--td-brand-color)
}

.t-tag--primary.t-tag--outline {
    border-color: var(--td-brand-color)
}

.t-tag--primary.t-tag--light,
.t-tag--primary.t-tag--light-outline {
    background-color: var(--td-brand-color-light)
}

.t-tag--primary.t-tag--light-outline {
    border-color: var(--td-brand-color)
}

.t-tag--primary.t-tag--light,
.t-tag--primary.t-tag--light-outline,
.t-tag--primary.t-tag--outline {
    color: var(--td-brand-color)
}

.t-tag--primary.t-tag--light-outline .t-tag__icon-close:hover,
.t-tag--primary.t-tag--light .t-tag__icon-close:hover,
.t-tag--primary.t-tag--outline .t-tag__icon-close:hover {
    color: var(--td-brand-color-hover)
}

.t-tag--success {
    background-color: var(--td-success-color)
}

.t-tag--success.t-tag--outline {
    border-color: var(--td-success-color)
}

.t-tag--success.t-tag--light,
.t-tag--success.t-tag--light-outline {
    background-color: var(--td-success-color-light)
}

.t-tag--success.t-tag--light-outline {
    border-color: var(--td-success-color)
}

.t-tag--success.t-tag--light,
.t-tag--success.t-tag--light-outline,
.t-tag--success.t-tag--outline {
    color: var(--td-success-color)
}

.t-tag--success.t-tag--light-outline .t-tag__icon-close:hover,
.t-tag--success.t-tag--light .t-tag__icon-close:hover,
.t-tag--success.t-tag--outline .t-tag__icon-close:hover {
    color: var(--td-success-color-hover)
}

.t-tag--warning {
    background-color: var(--td-warning-color)
}

.t-tag--warning.t-tag--outline {
    border-color: var(--td-warning-color)
}

.t-tag--warning.t-tag--light,
.t-tag--warning.t-tag--light-outline {
    background-color: var(--td-warning-color-light)
}

.t-tag--warning.t-tag--light-outline {
    border-color: var(--td-warning-color)
}

.t-tag--warning.t-tag--light,
.t-tag--warning.t-tag--light-outline,
.t-tag--warning.t-tag--outline {
    color: var(--td-warning-color)
}

.t-tag--warning.t-tag--light-outline .t-tag__icon-close:hover,
.t-tag--warning.t-tag--light .t-tag__icon-close:hover,
.t-tag--warning.t-tag--outline .t-tag__icon-close:hover {
    color: var(--td-warning-color-hover)
}

.t-tag--danger {
    background-color: var(--td-error-color)
}

.t-tag--danger.t-tag--outline {
    border-color: var(--td-error-color)
}

.t-tag--danger.t-tag--light,
.t-tag--danger.t-tag--light-outline {
    background-color: var(--td-error-color-light)
}

.t-tag--danger.t-tag--light-outline {
    border-color: var(--td-error-color)
}

.t-tag--danger .t-tag__icon-close {
    fill: var(--td-error-color)
}

.t-tag--danger .t-tag__icon-close:hover {
    fill: var(--td-error-color-hover)
}

.t-tag--danger.t-tag--light,
.t-tag--danger.t-tag--light-outline,
.t-tag--danger.t-tag--outline {
    color: var(--td-error-color)
}

.t-tag--danger.t-tag--light-outline .t-tag__icon-close:hover,
.t-tag--danger.t-tag--light .t-tag__icon-close:hover,
.t-tag--danger.t-tag--outline .t-tag__icon-close:hover {
    color: var(--td-error-color-hover)
}

.t-tag--dark.t-tag:not(.t-tag--default) .t-tag__icon-close {
    color: var(--td-font-white-2)
}

.t-tag--dark.t-tag:not(.t-tag--default) .t-tag__icon-close:hover {
    color: var(--td-font-white-1)
}

.t-tag.t-tag--outline {
    background: transparent
}

.t-tag.t-size-s {
    padding: 0 var(--td-comp-paddingLR-xs);
    height: var(--td-comp-size-xxs);
    font: var(--td-font-body-small)
}

.t-tag.t-size-s .t-icon {
    font-size: var(--td-font-body-small)
}

.t-tag.t-size-l {
    padding: 0 var(--td-comp-paddingLR-m);
    height: var(--td-comp-size-m)
}

.t-tag.t-size-l,
.t-tag.t-size-l .t-icon {
    font: var(--td-font-body-medium)
}

.t-tag.t-tag--round {
    border-radius: var(--td-radius-extraLarge)
}

.t-tag.t-tag--mark {
    border-radius: 0 var(--td-radius-extraLarge) var(--td-radius-extraLarge) 0
}

.t-tag.t-tag--ellipsis .t-tag--text {
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis
}

a .t-tag {
    cursor: pointer;
    transition: all .2s linear
}

a .t-tag:hover {
    color: var(--td-brand-color);
    background-color: var(--td-bg-color-component-hover)
}

a .t-tag:active {
    color: var(--td-brand-color-active);
    background-color: var(--td-bg-color-component-active)
}

.activity-card {
    margin-bottom: 16px
}

.activity-card__title {
    color: #97a3b7;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px
}

.activity-card__title .live {
    color: #0052d9
}

.activity-card__title .review {
    color: #0cbf5b
}

.activity-card__tag {
    display: inline-block;
    background: linear-gradient(90deg, #3d88ff, #2556f2);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.activity-card__desc {
    color: #181818;
    font-weight: 500;
    line-height: 24px
}

.activity-card:last-child {
    margin-bottom: 0
}

.cdc-free-course-card {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 2px;
    width: 340px
}

.cdc-free-course-card__inner {
    box-sizing: border-box;
    padding: 12px 20px 0;
    position: relative;
    z-index: 9
}

.cdc-free-course-card__inner:after {
    display: none;
    content: "";
    position: absolute;
    width: 111px;
    height: 138px;
    top: -2px;
    right: -20px
}

.cdc-free-course-card__hd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px
}

.cdc-free-course-card__hd-title {
    color: #181818;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.cdc-free-course-card__hd-link {
    color: #0052d9;
    font-size: 12px;
    line-height: 22px;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.cdc-free-course-card__hd-link .icon-topic {
    margin-right: 8px;
    display: inline-block;
    width: 60px;
    height: 20px;
    background: url(../../images/course-topic_751.png) 50% no-repeat;
    background-size: contain
}

.cdc-free-course-card__hd-link:not(span):hover {
    text-decoration: underline
}

.cdc-free-course-card__detail {
    margin-bottom: 12px;
    width: 100%
}

.cdc-free-course-card__detail-item {
    margin-bottom: 16px
}

.cdc-free-course-card__detail-item-icon,
.cdc-free-course-card__detail-item .icon-course,
.cdc-free-course-card__detail-item .icon-join {
    background-size: cover;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    display: inline-block
}

.cdc-free-course-card__detail-item .icon-course {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 42.19269102990033% 42.44604316546763%;
    background-size: 1981.25% auto
}

.cdc-free-course-card__detail-item .icon-join {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 40.28776978417266%;
    background-size: 1981.25% auto
}

.cdc-free-course-card__detail-item:last-child {
    margin-bottom: 0
}

.cdc-free-course-card__detail-main {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.cdc-free-course-card__detail-main:hover .cdc-free-course-card__detail-name {
    color: #0052d9
}

.cdc-free-course-card__detail-main:hover .icon-course {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 36.87707641196013% 42.44604316546763%;
    background-size: 1981.25% auto
}

.cdc-free-course-card__detail-info {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 24px)
}

.cdc-free-course-card__detail-name {
    color: #333;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -ms-flex: 1;
    flex: 1
}

.cdc-free-course-card__detail-num {
    color: #97a3b7;
    font-size: 12px;
    line-height: 20px
}

.cdc-free-course-card__detail-icon,
.cdc-free-course-card__detail-num {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-free-course-card__detail-tags {
    margin-left: 20px;
    margin-top: 12px
}

.cdc-free-course-card__detail-tags .cdc-tag {
    margin: 0 4px 8px;
    max-width: 84px
}

.cdc-free-course-card__detail-tags .cdc-tag__inner {
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #97a3b7;
    background: #fff;
    padding: 2px 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    max-width: 100%
}

.cdc-free-course-card__detail-tags .cdc-tag__inner:hover {
    border-color: #0052d9;
    background: #fff !important
}

.cdc-article-rank {
    margin-top: 16px;
    margin-bottom: 20px;
    border-radius: 2px;
    border: 1px solid #d6dbe3;
    background: #fff;
    padding: 24px
}

.cdc-article-rank__hd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px
}

.cdc-article-rank__title {
    color: #181818;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.cdc-article-rank__refresh {
    color: #0052d9;
    font-size: 14px;
    line-height: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.cdc-article-rank__refresh .icon-refresh {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 53.156146179402% 100%;
    background-size: 1981.25% auto;
    margin-left: 8px
}

.cdc-article-rank__refresh:hover {
    text-decoration: underline
}

.cdc-article-rank__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.cdc-article-rank__item-title {
    color: #181818;
    line-height: 22px;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.cdc-article-rank__item-view {
    color: #97a3b7;
    font-size: 12px;
    line-height: 20px;
    margin-left: 20px;
    min-width: 64px
}

.cdc-article-rank__item .icon-article {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 79.06976744186046% 88.48920863309353%;
    background-size: 1981.25% auto;
    margin-right: 8px
}

.cdc-article-rank__item .icon-view {
    width: 16px;
    height: 10px;
    display: inline-block;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 100% 22.535211267605636%;
    background-size: 1981.25% auto;
    margin-right: 6px
}

.cdc-article-rank__item:hover .cdc-article-rank__item-title {
    color: #0052d9
}

.cdc-article-rank__item:hover .icon-article {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 63.12292358803987% 88.48920863309353%;
    background-size: 1981.25% auto
}

.t-row {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.t-row--start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.t-row--center {
    -ms-flex-pack: center;
    justify-content: center
}

.t-row--end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.t-row--space-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.t-row--space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.t-row--top {
    -ms-flex-align: start;
    align-items: flex-start
}

.t-row--middle {
    -ms-flex-align: center;
    align-items: center
}

.t-row--bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.t-row--align-start,
.t-row--align-top {
    -ms-flex-align: start;
    align-items: flex-start
}

.t-row--align-center,
.t-row--align-middle {
    -ms-flex-align: center;
    align-items: center
}

.t-row--align-bottom,
.t-row--align-end {
    -ms-flex-align: end;
    align-items: flex-end
}

.t-row--align-stretch {
    -ms-flex-align: stretch;
    align-items: stretch
}

.t-row--align-baseline {
    -ms-flex-align: baseline;
    align-items: baseline
}

.t-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
    box-sizing: border-box
}

.t-col-12 {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.t-col-push-12 {
    left: 100%
}

.t-col-pull-12 {
    right: 100%
}

.t-col-offset-12 {
    margin-left: 100%
}

.t-col-order-12 {
    -ms-flex-order: 12;
    order: 12
}

.t-col-11 {
    display: block;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.t-col-push-11 {
    left: 91.66666667%
}

.t-col-pull-11 {
    right: 91.66666667%
}

.t-col-offset-11 {
    margin-left: 91.66666667%
}

.t-col-order-11 {
    -ms-flex-order: 11;
    order: 11
}

.t-col-10 {
    display: block;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.t-col-push-10 {
    left: 83.33333333%
}

.t-col-pull-10 {
    right: 83.33333333%
}

.t-col-offset-10 {
    margin-left: 83.33333333%
}

.t-col-order-10 {
    -ms-flex-order: 10;
    order: 10
}

.t-col-9 {
    display: block;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.t-col-push-9 {
    left: 75%
}

.t-col-pull-9 {
    right: 75%
}

.t-col-offset-9 {
    margin-left: 75%
}

.t-col-order-9 {
    -ms-flex-order: 9;
    order: 9
}

.t-col-8 {
    display: block;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.t-col-push-8 {
    left: 66.66666667%
}

.t-col-pull-8 {
    right: 66.66666667%
}

.t-col-offset-8 {
    margin-left: 66.66666667%
}

.t-col-order-8 {
    -ms-flex-order: 8;
    order: 8
}

.t-col-7 {
    display: block;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.t-col-push-7 {
    left: 58.33333333%
}

.t-col-pull-7 {
    right: 58.33333333%
}

.t-col-offset-7 {
    margin-left: 58.33333333%
}

.t-col-order-7 {
    -ms-flex-order: 7;
    order: 7
}

.t-col-6 {
    display: block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.t-col-push-6 {
    left: 50%
}

.t-col-pull-6 {
    right: 50%
}

.t-col-offset-6 {
    margin-left: 50%
}

.t-col-order-6 {
    -ms-flex-order: 6;
    order: 6
}

.t-col-5 {
    display: block;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.t-col-push-5 {
    left: 41.66666667%
}

.t-col-pull-5 {
    right: 41.66666667%
}

.t-col-offset-5 {
    margin-left: 41.66666667%
}

.t-col-order-5 {
    -ms-flex-order: 5;
    order: 5
}

.t-col-4 {
    display: block;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.t-col-push-4 {
    left: 33.33333333%
}

.t-col-pull-4 {
    right: 33.33333333%
}

.t-col-offset-4 {
    margin-left: 33.33333333%
}

.t-col-order-4 {
    -ms-flex-order: 4;
    order: 4
}

.t-col-3 {
    display: block;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.t-col-push-3 {
    left: 25%
}

.t-col-pull-3 {
    right: 25%
}

.t-col-offset-3 {
    margin-left: 25%
}

.t-col-order-3 {
    -ms-flex-order: 3;
    order: 3
}

.t-col-2 {
    display: block;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.t-col-push-2 {
    left: 16.66666667%
}

.t-col-pull-2 {
    right: 16.66666667%
}

.t-col-offset-2 {
    margin-left: 16.66666667%
}

.t-col-order-2 {
    -ms-flex-order: 2;
    order: 2
}

.t-col-1 {
    display: block;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.t-col-push-1 {
    left: 8.33333333%
}

.t-col-pull-1 {
    right: 8.33333333%
}

.t-col-offset-1 {
    margin-left: 8.33333333%
}

.t-col-order-1 {
    -ms-flex-order: 1;
    order: 1
}

.t-col-0 {
    display: none
}

.t-col-offset-0 {
    margin-left: 0
}

.t-col-order-0 {
    -ms-flex-order: 0;
    order: 0
}

.t-col-xs-12 {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.t-col-xs-push-12 {
    left: 100%
}

.t-col-xs-pull-12 {
    right: 100%
}

.t-col-xs-offset-12 {
    margin-left: 100%
}

.t-col-xs-order-12 {
    -ms-flex-order: 12;
    order: 12
}

.t-col-xs-11 {
    display: block;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
}

.t-col-xs-push-11 {
    left: 91.66666667%
}

.t-col-xs-pull-11 {
    right: 91.66666667%
}

.t-col-xs-offset-11 {
    margin-left: 91.66666667%
}

.t-col-xs-order-11 {
    -ms-flex-order: 11;
    order: 11
}

.t-col-xs-10 {
    display: block;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.t-col-xs-push-10 {
    left: 83.33333333%
}

.t-col-xs-pull-10 {
    right: 83.33333333%
}

.t-col-xs-offset-10 {
    margin-left: 83.33333333%
}

.t-col-xs-order-10 {
    -ms-flex-order: 10;
    order: 10
}

.t-col-xs-9 {
    display: block;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.t-col-xs-push-9 {
    left: 75%
}

.t-col-xs-pull-9 {
    right: 75%
}

.t-col-xs-offset-9 {
    margin-left: 75%
}

.t-col-xs-order-9 {
    -ms-flex-order: 9;
    order: 9
}

.t-col-xs-8 {
    display: block;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
}

.t-col-xs-push-8 {
    left: 66.66666667%
}

.t-col-xs-pull-8 {
    right: 66.66666667%
}

.t-col-xs-offset-8 {
    margin-left: 66.66666667%
}

.t-col-xs-order-8 {
    -ms-flex-order: 8;
    order: 8
}

.t-col-xs-7 {
    display: block;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
}

.t-col-xs-push-7 {
    left: 58.33333333%
}

.t-col-xs-pull-7 {
    right: 58.33333333%
}

.t-col-xs-offset-7 {
    margin-left: 58.33333333%
}

.t-col-xs-order-7 {
    -ms-flex-order: 7;
    order: 7
}

.t-col-xs-6 {
    display: block;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.t-col-xs-push-6 {
    left: 50%
}

.t-col-xs-pull-6 {
    right: 50%
}

.t-col-xs-offset-6 {
    margin-left: 50%
}

.t-col-xs-order-6 {
    -ms-flex-order: 6;
    order: 6
}

.t-col-xs-5 {
    display: block;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
}

.t-col-xs-push-5 {
    left: 41.66666667%
}

.t-col-xs-pull-5 {
    right: 41.66666667%
}

.t-col-xs-offset-5 {
    margin-left: 41.66666667%
}

.t-col-xs-order-5 {
    -ms-flex-order: 5;
    order: 5
}

.t-col-xs-4 {
    display: block;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
}

.t-col-xs-push-4 {
    left: 33.33333333%
}

.t-col-xs-pull-4 {
    right: 33.33333333%
}

.t-col-xs-offset-4 {
    margin-left: 33.33333333%
}

.t-col-xs-order-4 {
    -ms-flex-order: 4;
    order: 4
}

.t-col-xs-3 {
    display: block;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.t-col-xs-push-3 {
    left: 25%
}

.t-col-xs-pull-3 {
    right: 25%
}

.t-col-xs-offset-3 {
    margin-left: 25%
}

.t-col-xs-order-3 {
    -ms-flex-order: 3;
    order: 3
}

.t-col-xs-2 {
    display: block;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
}

.t-col-xs-push-2 {
    left: 16.66666667%
}

.t-col-xs-pull-2 {
    right: 16.66666667%
}

.t-col-xs-offset-2 {
    margin-left: 16.66666667%
}

.t-col-xs-order-2 {
    -ms-flex-order: 2;
    order: 2
}

.t-col-xs-1 {
    display: block;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
}

.t-col-xs-push-1 {
    left: 8.33333333%
}

.t-col-xs-pull-1 {
    right: 8.33333333%
}

.t-col-xs-offset-1 {
    margin-left: 8.33333333%
}

.t-col-xs-order-1 {
    -ms-flex-order: 1;
    order: 1
}

.t-col-xs-0 {
    display: none
}

.t-col-push-0 {
    left: auto
}

.t-col-pull-0 {
    right: auto
}

.t-col-xs-push-0 {
    left: auto
}

.t-col-xs-pull-0 {
    right: auto
}

.t-col-xs-offset-0 {
    margin-left: 0
}

.t-col-xs-order-0 {
    -ms-flex-order: 0;
    order: 0
}

@media (min-width:768px) {
    .t-col-sm-12 {
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .t-col-sm-push-12 {
        left: 100%
    }

    .t-col-sm-pull-12 {
        right: 100%
    }

    .t-col-sm-offset-12 {
        margin-left: 100%
    }

    .t-col-sm-order-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .t-col-sm-11 {
        display: block;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .t-col-sm-push-11 {
        left: 91.66666667%
    }

    .t-col-sm-pull-11 {
        right: 91.66666667%
    }

    .t-col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .t-col-sm-order-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .t-col-sm-10 {
        display: block;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .t-col-sm-push-10 {
        left: 83.33333333%
    }

    .t-col-sm-pull-10 {
        right: 83.33333333%
    }

    .t-col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .t-col-sm-order-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .t-col-sm-9 {
        display: block;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .t-col-sm-push-9 {
        left: 75%
    }

    .t-col-sm-pull-9 {
        right: 75%
    }

    .t-col-sm-offset-9 {
        margin-left: 75%
    }

    .t-col-sm-order-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .t-col-sm-8 {
        display: block;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .t-col-sm-push-8 {
        left: 66.66666667%
    }

    .t-col-sm-pull-8 {
        right: 66.66666667%
    }

    .t-col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .t-col-sm-order-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .t-col-sm-7 {
        display: block;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .t-col-sm-push-7 {
        left: 58.33333333%
    }

    .t-col-sm-pull-7 {
        right: 58.33333333%
    }

    .t-col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .t-col-sm-order-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .t-col-sm-6 {
        display: block;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .t-col-sm-push-6 {
        left: 50%
    }

    .t-col-sm-pull-6 {
        right: 50%
    }

    .t-col-sm-offset-6 {
        margin-left: 50%
    }

    .t-col-sm-order-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .t-col-sm-5 {
        display: block;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .t-col-sm-push-5 {
        left: 41.66666667%
    }

    .t-col-sm-pull-5 {
        right: 41.66666667%
    }

    .t-col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .t-col-sm-order-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .t-col-sm-4 {
        display: block;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .t-col-sm-push-4 {
        left: 33.33333333%
    }

    .t-col-sm-pull-4 {
        right: 33.33333333%
    }

    .t-col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .t-col-sm-order-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .t-col-sm-3 {
        display: block;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .t-col-sm-push-3 {
        left: 25%
    }

    .t-col-sm-pull-3 {
        right: 25%
    }

    .t-col-sm-offset-3 {
        margin-left: 25%
    }

    .t-col-sm-order-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .t-col-sm-2 {
        display: block;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .t-col-sm-push-2 {
        left: 16.66666667%
    }

    .t-col-sm-pull-2 {
        right: 16.66666667%
    }

    .t-col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .t-col-sm-order-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .t-col-sm-1 {
        display: block;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .t-col-sm-push-1 {
        left: 8.33333333%
    }

    .t-col-sm-pull-1 {
        right: 8.33333333%
    }

    .t-col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .t-col-sm-order-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .t-col-sm-0 {
        display: none
    }

    .t-col-push-0 {
        left: auto
    }

    .t-col-pull-0 {
        right: auto
    }

    .t-col-sm-push-0 {
        left: auto
    }

    .t-col-sm-pull-0 {
        right: auto
    }

    .t-col-sm-offset-0 {
        margin-left: 0
    }

    .t-col-sm-order-0 {
        -ms-flex-order: 0;
        order: 0
    }
}

@media (min-width:992px) {
    .t-col-md-12 {
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .t-col-md-push-12 {
        left: 100%
    }

    .t-col-md-pull-12 {
        right: 100%
    }

    .t-col-md-offset-12 {
        margin-left: 100%
    }

    .t-col-md-order-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .t-col-md-11 {
        display: block;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .t-col-md-push-11 {
        left: 91.66666667%
    }

    .t-col-md-pull-11 {
        right: 91.66666667%
    }

    .t-col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .t-col-md-order-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .t-col-md-10 {
        display: block;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .t-col-md-push-10 {
        left: 83.33333333%
    }

    .t-col-md-pull-10 {
        right: 83.33333333%
    }

    .t-col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .t-col-md-order-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .t-col-md-9 {
        display: block;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .t-col-md-push-9 {
        left: 75%
    }

    .t-col-md-pull-9 {
        right: 75%
    }

    .t-col-md-offset-9 {
        margin-left: 75%
    }

    .t-col-md-order-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .t-col-md-8 {
        display: block;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .t-col-md-push-8 {
        left: 66.66666667%
    }

    .t-col-md-pull-8 {
        right: 66.66666667%
    }

    .t-col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .t-col-md-order-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .t-col-md-7 {
        display: block;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .t-col-md-push-7 {
        left: 58.33333333%
    }

    .t-col-md-pull-7 {
        right: 58.33333333%
    }

    .t-col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .t-col-md-order-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .t-col-md-6 {
        display: block;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .t-col-md-push-6 {
        left: 50%
    }

    .t-col-md-pull-6 {
        right: 50%
    }

    .t-col-md-offset-6 {
        margin-left: 50%
    }

    .t-col-md-order-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .t-col-md-5 {
        display: block;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .t-col-md-push-5 {
        left: 41.66666667%
    }

    .t-col-md-pull-5 {
        right: 41.66666667%
    }

    .t-col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .t-col-md-order-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .t-col-md-4 {
        display: block;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .t-col-md-push-4 {
        left: 33.33333333%
    }

    .t-col-md-pull-4 {
        right: 33.33333333%
    }

    .t-col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .t-col-md-order-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .t-col-md-3 {
        display: block;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .t-col-md-push-3 {
        left: 25%
    }

    .t-col-md-pull-3 {
        right: 25%
    }

    .t-col-md-offset-3 {
        margin-left: 25%
    }

    .t-col-md-order-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .t-col-md-2 {
        display: block;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .t-col-md-push-2 {
        left: 16.66666667%
    }

    .t-col-md-pull-2 {
        right: 16.66666667%
    }

    .t-col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .t-col-md-order-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .t-col-md-1 {
        display: block;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .t-col-md-push-1 {
        left: 8.33333333%
    }

    .t-col-md-pull-1 {
        right: 8.33333333%
    }

    .t-col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .t-col-md-order-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .t-col-md-0 {
        display: none
    }

    .t-col-push-0 {
        left: auto
    }

    .t-col-pull-0 {
        right: auto
    }

    .t-col-md-push-0 {
        left: auto
    }

    .t-col-md-pull-0 {
        right: auto
    }

    .t-col-md-offset-0 {
        margin-left: 0
    }

    .t-col-md-order-0 {
        -ms-flex-order: 0;
        order: 0
    }
}

@media (min-width:1200px) {
    .t-col-lg-12 {
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .t-col-lg-push-12 {
        left: 100%
    }

    .t-col-lg-pull-12 {
        right: 100%
    }

    .t-col-lg-offset-12 {
        margin-left: 100%
    }

    .t-col-lg-order-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .t-col-lg-11 {
        display: block;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .t-col-lg-push-11 {
        left: 91.66666667%
    }

    .t-col-lg-pull-11 {
        right: 91.66666667%
    }

    .t-col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .t-col-lg-order-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .t-col-lg-10 {
        display: block;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .t-col-lg-push-10 {
        left: 83.33333333%
    }

    .t-col-lg-pull-10 {
        right: 83.33333333%
    }

    .t-col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .t-col-lg-order-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .t-col-lg-9 {
        display: block;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .t-col-lg-push-9 {
        left: 75%
    }

    .t-col-lg-pull-9 {
        right: 75%
    }

    .t-col-lg-offset-9 {
        margin-left: 75%
    }

    .t-col-lg-order-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .t-col-lg-8 {
        display: block;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .t-col-lg-push-8 {
        left: 66.66666667%
    }

    .t-col-lg-pull-8 {
        right: 66.66666667%
    }

    .t-col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .t-col-lg-order-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .t-col-lg-7 {
        display: block;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .t-col-lg-push-7 {
        left: 58.33333333%
    }

    .t-col-lg-pull-7 {
        right: 58.33333333%
    }

    .t-col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .t-col-lg-order-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .t-col-lg-6 {
        display: block;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .t-col-lg-push-6 {
        left: 50%
    }

    .t-col-lg-pull-6 {
        right: 50%
    }

    .t-col-lg-offset-6 {
        margin-left: 50%
    }

    .t-col-lg-order-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .t-col-lg-5 {
        display: block;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .t-col-lg-push-5 {
        left: 41.66666667%
    }

    .t-col-lg-pull-5 {
        right: 41.66666667%
    }

    .t-col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .t-col-lg-order-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .t-col-lg-4 {
        display: block;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .t-col-lg-push-4 {
        left: 33.33333333%
    }

    .t-col-lg-pull-4 {
        right: 33.33333333%
    }

    .t-col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .t-col-lg-order-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .t-col-lg-3 {
        display: block;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .t-col-lg-push-3 {
        left: 25%
    }

    .t-col-lg-pull-3 {
        right: 25%
    }

    .t-col-lg-offset-3 {
        margin-left: 25%
    }

    .t-col-lg-order-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .t-col-lg-2 {
        display: block;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .t-col-lg-push-2 {
        left: 16.66666667%
    }

    .t-col-lg-pull-2 {
        right: 16.66666667%
    }

    .t-col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .t-col-lg-order-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .t-col-lg-1 {
        display: block;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .t-col-lg-push-1 {
        left: 8.33333333%
    }

    .t-col-lg-pull-1 {
        right: 8.33333333%
    }

    .t-col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .t-col-lg-order-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .t-col-lg-0 {
        display: none
    }

    .t-col-push-0 {
        left: auto
    }

    .t-col-pull-0 {
        right: auto
    }

    .t-col-lg-push-0 {
        left: auto
    }

    .t-col-lg-pull-0 {
        right: auto
    }

    .t-col-lg-offset-0 {
        margin-left: 0
    }

    .t-col-lg-order-0 {
        -ms-flex-order: 0;
        order: 0
    }
}

@media (min-width:1400px) {
    .t-col-xl-12 {
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .t-col-xl-push-12 {
        left: 100%
    }

    .t-col-xl-pull-12 {
        right: 100%
    }

    .t-col-xl-offset-12 {
        margin-left: 100%
    }

    .t-col-xl-order-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .t-col-xl-11 {
        display: block;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .t-col-xl-push-11 {
        left: 91.66666667%
    }

    .t-col-xl-pull-11 {
        right: 91.66666667%
    }

    .t-col-xl-offset-11 {
        margin-left: 91.66666667%
    }

    .t-col-xl-order-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .t-col-xl-10 {
        display: block;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .t-col-xl-push-10 {
        left: 83.33333333%
    }

    .t-col-xl-pull-10 {
        right: 83.33333333%
    }

    .t-col-xl-offset-10 {
        margin-left: 83.33333333%
    }

    .t-col-xl-order-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .t-col-xl-9 {
        display: block;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .t-col-xl-push-9 {
        left: 75%
    }

    .t-col-xl-pull-9 {
        right: 75%
    }

    .t-col-xl-offset-9 {
        margin-left: 75%
    }

    .t-col-xl-order-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .t-col-xl-8 {
        display: block;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .t-col-xl-push-8 {
        left: 66.66666667%
    }

    .t-col-xl-pull-8 {
        right: 66.66666667%
    }

    .t-col-xl-offset-8 {
        margin-left: 66.66666667%
    }

    .t-col-xl-order-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .t-col-xl-7 {
        display: block;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .t-col-xl-push-7 {
        left: 58.33333333%
    }

    .t-col-xl-pull-7 {
        right: 58.33333333%
    }

    .t-col-xl-offset-7 {
        margin-left: 58.33333333%
    }

    .t-col-xl-order-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .t-col-xl-6 {
        display: block;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .t-col-xl-push-6 {
        left: 50%
    }

    .t-col-xl-pull-6 {
        right: 50%
    }

    .t-col-xl-offset-6 {
        margin-left: 50%
    }

    .t-col-xl-order-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .t-col-xl-5 {
        display: block;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .t-col-xl-push-5 {
        left: 41.66666667%
    }

    .t-col-xl-pull-5 {
        right: 41.66666667%
    }

    .t-col-xl-offset-5 {
        margin-left: 41.66666667%
    }

    .t-col-xl-order-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .t-col-xl-4 {
        display: block;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .t-col-xl-push-4 {
        left: 33.33333333%
    }

    .t-col-xl-pull-4 {
        right: 33.33333333%
    }

    .t-col-xl-offset-4 {
        margin-left: 33.33333333%
    }

    .t-col-xl-order-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .t-col-xl-3 {
        display: block;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .t-col-xl-push-3 {
        left: 25%
    }

    .t-col-xl-pull-3 {
        right: 25%
    }

    .t-col-xl-offset-3 {
        margin-left: 25%
    }

    .t-col-xl-order-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .t-col-xl-2 {
        display: block;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .t-col-xl-push-2 {
        left: 16.66666667%
    }

    .t-col-xl-pull-2 {
        right: 16.66666667%
    }

    .t-col-xl-offset-2 {
        margin-left: 16.66666667%
    }

    .t-col-xl-order-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .t-col-xl-1 {
        display: block;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .t-col-xl-push-1 {
        left: 8.33333333%
    }

    .t-col-xl-pull-1 {
        right: 8.33333333%
    }

    .t-col-xl-offset-1 {
        margin-left: 8.33333333%
    }

    .t-col-xl-order-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .t-col-xl-0 {
        display: none
    }

    .t-col-push-0 {
        left: auto
    }

    .t-col-pull-0 {
        right: auto
    }

    .t-col-xl-push-0 {
        left: auto
    }

    .t-col-xl-pull-0 {
        right: auto
    }

    .t-col-xl-offset-0 {
        margin-left: 0
    }

    .t-col-xl-order-0 {
        -ms-flex-order: 0;
        order: 0
    }
}

@media (min-width:1880px) {
    .t-col-xxl-12 {
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .t-col-xxl-push-12 {
        left: 100%
    }

    .t-col-xxl-pull-12 {
        right: 100%
    }

    .t-col-xxl-offset-12 {
        margin-left: 100%
    }

    .t-col-xxl-order-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .t-col-xxl-11 {
        display: block;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%
    }

    .t-col-xxl-push-11 {
        left: 91.66666667%
    }

    .t-col-xxl-pull-11 {
        right: 91.66666667%
    }

    .t-col-xxl-offset-11 {
        margin-left: 91.66666667%
    }

    .t-col-xxl-order-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .t-col-xxl-10 {
        display: block;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .t-col-xxl-push-10 {
        left: 83.33333333%
    }

    .t-col-xxl-pull-10 {
        right: 83.33333333%
    }

    .t-col-xxl-offset-10 {
        margin-left: 83.33333333%
    }

    .t-col-xxl-order-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .t-col-xxl-9 {
        display: block;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .t-col-xxl-push-9 {
        left: 75%
    }

    .t-col-xxl-pull-9 {
        right: 75%
    }

    .t-col-xxl-offset-9 {
        margin-left: 75%
    }

    .t-col-xxl-order-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .t-col-xxl-8 {
        display: block;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .t-col-xxl-push-8 {
        left: 66.66666667%
    }

    .t-col-xxl-pull-8 {
        right: 66.66666667%
    }

    .t-col-xxl-offset-8 {
        margin-left: 66.66666667%
    }

    .t-col-xxl-order-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .t-col-xxl-7 {
        display: block;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .t-col-xxl-push-7 {
        left: 58.33333333%
    }

    .t-col-xxl-pull-7 {
        right: 58.33333333%
    }

    .t-col-xxl-offset-7 {
        margin-left: 58.33333333%
    }

    .t-col-xxl-order-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .t-col-xxl-6 {
        display: block;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .t-col-xxl-push-6 {
        left: 50%
    }

    .t-col-xxl-pull-6 {
        right: 50%
    }

    .t-col-xxl-offset-6 {
        margin-left: 50%
    }

    .t-col-xxl-order-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .t-col-xxl-5 {
        display: block;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .t-col-xxl-push-5 {
        left: 41.66666667%
    }

    .t-col-xxl-pull-5 {
        right: 41.66666667%
    }

    .t-col-xxl-offset-5 {
        margin-left: 41.66666667%
    }

    .t-col-xxl-order-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .t-col-xxl-4 {
        display: block;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .t-col-xxl-push-4 {
        left: 33.33333333%
    }

    .t-col-xxl-pull-4 {
        right: 33.33333333%
    }

    .t-col-xxl-offset-4 {
        margin-left: 33.33333333%
    }

    .t-col-xxl-order-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .t-col-xxl-3 {
        display: block;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .t-col-xxl-push-3 {
        left: 25%
    }

    .t-col-xxl-pull-3 {
        right: 25%
    }

    .t-col-xxl-offset-3 {
        margin-left: 25%
    }

    .t-col-xxl-order-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .t-col-xxl-2 {
        display: block;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%
    }

    .t-col-xxl-push-2 {
        left: 16.66666667%
    }

    .t-col-xxl-pull-2 {
        right: 16.66666667%
    }

    .t-col-xxl-offset-2 {
        margin-left: 16.66666667%
    }

    .t-col-xxl-order-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .t-col-xxl-1 {
        display: block;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%
    }

    .t-col-xxl-push-1 {
        left: 8.33333333%
    }

    .t-col-xxl-pull-1 {
        right: 8.33333333%
    }

    .t-col-xxl-offset-1 {
        margin-left: 8.33333333%
    }

    .t-col-xxl-order-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .t-col-xxl-0 {
        display: none
    }

    .t-col-push-0 {
        left: auto
    }

    .t-col-pull-0 {
        right: auto
    }

    .t-col-xxl-push-0 {
        left: auto
    }

    .t-col-xxl-pull-0 {
        right: auto
    }

    .t-col-xxl-offset-0 {
        margin-left: 0
    }

    .t-col-xxl-order-0 {
        -ms-flex-order: 0;
        order: 0
    }
}

.cdc-m-article-rank {
    margin-top: 16px;
    margin-bottom: 24px;
    border-radius: 2px;
    border: 1px solid #d6dbe3;
    background: #fff;
    padding: 16px 16px 20px
}

.cdc-m-article-rank__hd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px
}

.cdc-m-article-rank__title {
    color: #181818;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.cdc-m-article-rank__refresh {
    color: #0052d9;
    font-size: 14px;
    line-height: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-m-article-rank__refresh .icon-refresh {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 53.156146179402% 100%;
    background-size: 1981.25% auto;
    margin-left: 8px
}

.cdc-m-article-rank__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 16px
}

.cdc-m-article-rank__item-title {
    font-size: 14px;
    font-weight: 400;
    color: #181818;
    line-height: 22px;
    -ms-flex: 1;
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.cdc-m-article-rank__item-view {
    color: #97a3b7;
    font-size: 12px;
    line-height: 20px;
    margin-left: 20px;
    min-width: 64px
}

.cdc-m-article-rank__item-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 79.06976744186046% 88.48920863309353%;
    background-size: 1981.25% auto;
    margin-right: 8px
}

.cdc-m-article-rank__item:last-child {
    margin-bottom: 0
}

.cdc-m-article-rank.is-course .cdc-m-article-rank__item-icon {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 42.19269102990033% 42.44604316546763%;
    background-size: 1981.25% auto
}

.cdc-m-article-rank.is-discussion .cdc-m-article-rank__item-icon {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 69.10299003322258% 94.24460431654677%;
    background-size: 1981.25% auto
}

.cdc-personal-info2 {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 2px;
    width: 340px
}

.cdc-personal-info2__inner {
    box-sizing: border-box;
    padding: 20px 20px 0;
    position: relative;
    z-index: 9
}

.cdc-personal-info2__detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-personal-info2__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    margin-top: -6px;
    padding-bottom: 28px
}

.cdc-personal-info2__main {
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0;
    margin-right: 8px
}

.cdc-personal-info2__name {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-personal-info2__name-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-personal-info2__name-text:hover {
    color: #0052d9
}

.cdc-personal-info2__position {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px
}

.cdc-personal-info2__position-text {
    display: inline-block;
    color: #333;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
    position: relative
}

.cdc-personal-info2__position-text+.cdc-personal-info2__position-text {
    padding-left: 12px;
    padding-right: 0
}

.cdc-personal-info2__position-text+.cdc-personal-info2__position-text:before {
    content: "";
    width: 1px;
    background: #d6dbe3;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0
}

.cdc-personal-info2__list {
    margin: 16px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-personal-info2__list.is-less-two {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.cdc-personal-info2__item {
    text-align: center;
    min-width: 48px;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76
}

.cdc-personal-info2__item-number {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #181818;
    margin-left: 8px
}

.cdc-personal-info2__item-icon {
    margin-left: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-personal-info2__item-icon .icon-arrow {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 98.68852459016394% 40.78014184397163%;
    background-size: 2641.666666666667% auto
}

.cdc-personal-info2__item-dropdown.t-dropdown {
    width: 300px;
    padding: 12px 4px 12px 8px;
    border-radius: 2px;
    border: 2px solid #fff;
    background: #fff;
    box-shadow: 0 8px 20px 0 rgba(82, 114, 164, .15)
}

.cdc-personal-info2__item-dropdown.t-dropdown .t-dropdown__menu {
    padding: 0
}

.cdc-personal-info2__item-dropdown.t-dropdown .t-dropdown__item {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    height: 40px;
    text-align: left;
    color: #4b5b76;
    line-height: 24px
}

.cdc-personal-info2__item-dropdown.t-dropdown .t-dropdown__item:hover {
    border-radius: 2px;
    background: #f2f4f8;
    color: #0052d9
}

.cdc-personal-info2__item-dropdown.t-dropdown-inner {
    max-height: 200px;
    overflow-y: scroll
}

.cdc-personal-info2__item-dropdown.t-dropdown-inner::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #d6dbe3
}

.cdc-personal-info2__item-dropdown.t-dropdown-inner::-webkit-scrollbar {
    width: 3px
}

.cdc-personal-info2__item.is-active .cdc-personal-info2__item-number,
.cdc-personal-info2__item.is-active .cdc-personal-info2__item-text,
.cdc-personal-info2__item.is-active:hover .cdc-personal-info2__item-number,
.cdc-personal-info2__item.is-active:hover .cdc-personal-info2__item-text,
.cdc-personal-info2__item:hover,
.cdc-personal-info2__item:hover .cdc-personal-info2__item-number {
    color: #0052d9
}

.cdc-personal-info2__item.is-active .cdc-personal-info2__item-icon .icon-arrow,
.cdc-personal-info2__item.is-active:hover .cdc-personal-info2__item-icon .icon-arrow {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 98.68852459016394% 49.29078014184397%;
    background-size: 2641.666666666667% auto
}

.cdc-personal-info2__item.is-readonly {
    cursor: auto
}

.cdc-personal-info2__object {
    margin: 32px auto 28px;
    text-align: center
}

.cdc-personal-info2__object-icon {
    display: block;
    margin: 0 auto;
    width: 72px;
    height: 72px;
    background-image: url(../../images/animation-bg_a20.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-animation: up 4s steps(36) forwards;
    animation: up 4s steps(36) forwards
}

.cdc-personal-info2__text {
    text-align: center;
    margin-bottom: 38px
}

.cdc-personal-info2__text p {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-personal-info2__text p strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #181818
}

.cdc-personal-info2__text p+p {
    margin-top: 8px
}

.cdc-personal-info2__btn {
    width: 100%;
    min-width: unset;
    margin-bottom: 20px
}

.cdc-personal-info2__level {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-personal-info2__level-number {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    background: transparent;
    padding: 0 6px;
    position: relative
}

.cdc-personal-info2__level-number:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, #348cff, #346dff);
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg)
}

.cdc-personal-info2__level-emblems {
    margin: 0 0 0 12px
}

.cdc-personal-info2__level-emblems.cdc-emblems {
    margin: 0 0 0 2px
}

.cdc-personal-info2__level-emblems .cdc-emblems__item {
    margin: 0 0 0 4px
}

.cdc-personal-info2__recommend {
    border-top: 1px solid #d6dbe3;
    padding: 16px 0 8px
}

.cdc-personal-info2__recommend-hd {
    font-size: 14px;
    line-height: 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.cdc-personal-info2__recommend-title {
    color: #c89e62;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-personal-info2__recommend-change {
    color: #0052d9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.cdc-personal-info2__recommend-change:hover {
    text-decoration: underline
}

.cdc-personal-info2__recommend-item {
    display: block;
    color: #333;
    line-height: 22px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
    cursor: pointer
}

.cdc-personal-info2__recommend-item:hover {
    color: #0052d9
}

.cdc-personal-info2__recommend-item:hover .icon-article {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 63.12292358803987% 88.48920863309353%;
    background-size: 1981.25% auto
}

.cdc-personal-info2__recommend .icon-choice {
    width: 14px;
    height: 16px;
    display: inline-block;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 0% 88.48920863309353%;
    background-size: 2264.285714285714% auto;
    margin-right: 8px
}

.cdc-personal-info2__recommend .icon-change {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 71.76079734219269% 71.22302158273382%;
    background-size: 1981.25% auto;
    margin-left: 8px
}

.cdc-personal-info2__recommend .icon-article {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 79.06976744186046% 88.48920863309353%;
    background-size: 1981.25% auto;
    margin-right: 8px
}

.cdc-personal-info2__recommend-text {
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@-webkit-keyframes up {
    to {
        background-position: 0 -2592px
    }
}

.t-dropdown {
    font: var(--td-font-body-medium);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: var(--td-bg-color-container);
    font-size: var(--td-font-size-body-medium);
    color: var(--td-text-color-primary);
    position: relative;
    box-shadow: var(--td-shadow-2);
    border: .5px solid var(--td-component-border);
    border-radius: var(--td-radius-medium)
}

.t-dropdown__menu {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: var(--td-radius-medium);
    padding: var(--td-pop-padding-m);
    gap: 2px;
    overflow-y: auto;
    overflow-x: hidden
}

.t-dropdown__menu::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.t-dropdown__menu::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    background-clip: content-box;
    background-color: var(--td-scrollbar-color);
    border-radius: 15px
}

.t-dropdown__menu::-webkit-scrollbar-thumb:horizontal:hover,
.t-dropdown__menu::-webkit-scrollbar-thumb:vertical:hover {
    background-color: var(--td-scrollbar-hover-color)
}

.t-dropdown__menu .t-divider {
    margin: var(--td-comp-margin-xs) var(--td-comp-margin-s) var(--td-comp-margin-xxs) var(--td-comp-margin-s);
    color: var(--td-brand-color-light);
    width: calc(100% - var(--td-comp-margin-s)*2)
}

.t-dropdown__menu--right .t-dropdown__item-direction {
    margin: 0 0 0 var(--td-comp-margin-s)
}

.t-dropdown__menu--left .t-dropdown__item {
    -ms-flex-pack: right;
    justify-content: right
}

.t-dropdown__menu--left .t-dropdown__item-text {
    text-align: right
}

.t-dropdown__menu--left .t-dropdown__item-direction {
    margin: 0 var(--td-comp-margin-s) 0 0
}

.t-dropdown__menu--overflow .t-dropdown__submenu-wrapper--right {
    left: calc(100% - 14px)
}

.t-dropdown__menu--overflow .t-dropdown__submenu-wrapper--left {
    right: calc(100% - 14px)
}

.t-dropdown__submenu {
    scrollbar-color: var(--td-scrollbar-color) transparent;
    scrollbar-width: thin;
    background-color: var(--td-bg-color-container);
    box-shadow: var(--td-shadow-2);
    border-radius: var(--td-radius-medium);
    border: .5px solid var(--td-component-border);
    z-index: 1100;
    position: absolute;
    padding: var(--td-pop-padding-m);
    display: none;
    overflow-y: auto;
    overflow-x: visible
}

.t-dropdown__submenu::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.t-dropdown__submenu::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
    background-clip: content-box;
    background-color: var(--td-scrollbar-color);
    border-radius: 15px
}

.t-dropdown__submenu::-webkit-scrollbar-thumb:horizontal:hover,
.t-dropdown__submenu::-webkit-scrollbar-thumb:vertical:hover {
    background-color: var(--td-scrollbar-hover-color)
}

.t-dropdown__submenu ul {
    list-style: none;
    display: grid;
    padding-left: 0;
    gap: 2px
}

.t-dropdown__submenu--disabled {
    visibility: hidden
}

.t-dropdown__submenu-wrapper--right {
    left: calc(100% - 6px)
}

.t-dropdown__submenu-wrapper--right .t-dropdown__item-direction {
    margin: 0 0 0 var(--td-comp-margin-s)
}

.t-dropdown__submenu-wrapper--left {
    right: calc(100% - 6px)
}

.t-dropdown__submenu-wrapper--left .t-dropdown__item {
    -ms-flex-pack: right;
    justify-content: right
}

.t-dropdown__submenu-wrapper--left .t-dropdown__item-text {
    text-align: right
}

.t-dropdown__submenu-wrapper--left .t-dropdown__item-direction {
    margin: 0 var(--td-comp-margin-s) 0 0
}

.t-dropdown__item {
    border-radius: var(--td-radius-default);
    font: var(--td-font-body-medium);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    transition: background-color .2s cubic-bezier(.82, 0, 1, .9);
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: calc(var(--td-comp-paddingTB-xs) - 1px) var(--td-comp-paddingLR-s);
    --ripple-color: var(--td-bg-color-container-active)
}

.t-dropdown__item-icon {
    color: currentcolor;
    margin-right: var(--td-comp-margin-s);
    font-size: var(--td-font-size-body-large)
}

.t-dropdown__item-icon,
.t-dropdown__item:hover>div>div {
    display: -ms-flexbox;
    display: flex
}

.t-dropdown__item--disabled {
    cursor: not-allowed
}

.t-dropdown__item-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%
}

.t-dropdown__item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-flex: 1;
    flex: 1
}

.t-dropdown__item.t-dropdown__item--suffix .t-dropdown__item-sub-icon {
    color: currentcolor;
    font-size: var(--td-font-size-body-large);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.t-dropdown__item--theme-default {
    color: var(--td-text-color-primary)
}

.t-dropdown__item--theme-default:hover {
    background-color: var(--td-bg-color-container-hover)
}

.t-dropdown__item--theme-default:active {
    background-color: var(--td-bg-color-container-active)
}

.t-dropdown__item--theme-default.t-dropdown__item--active {
    color: var(--td-brand-color);
    background-color: var(--td-brand-color-light)
}

.t-dropdown__item--theme-default.t-dropdown__item--active:hover {
    background-color: var(--td-bg-color-container-hover)
}

.t-dropdown__item--theme-default.t-dropdown__item--active:active {
    background-color: var(--td-bg-color-container-active)
}

.t-dropdown__item--theme-default.t-dropdown__item--disabled {
    color: var(--td-text-color-disabled)
}

.t-dropdown__item--theme-default.t-dropdown__item--disabled:hover {
    background-color: var(--td-bg-color-container-hover)
}

.t-dropdown__item--theme-default.t-dropdown__item--suffix:hover {
    background-color: var(--td-brand-color-light);
    color: var(--td-brand-color)
}

.t-dropdown__item--theme-success {
    color: var(--td-success-color)
}

.t-dropdown__item--theme-success:hover {
    background-color: var(--td-bg-color-container-hover)
}

.t-dropdown__item--theme-success:active {
    background-color: var(--td-bg-color-container-active)
}

.t-dropdown__item--theme-success.t-dropdown__item--active {
    background-color: var(--td-success-color-light)
}

.t-dropdown__item--theme-success.t-dropdown__item--active:hover {
    background-color: var(--td-bg-color-container-hover)
}

.t-dropdown__item--theme-success.t-dropdown__item--active:active {
    background-color: var(--td-bg-color-container-active)
}

.t-dropdown__item--theme-success.t-dropdown__item-disabled {
    color: var(--td-text-color-disabled)
}

.t-dropdown__item--theme-success.t-dropdown__item-disabled:hover {
    background-color: var(--td-bg-color-container-hover)
}

.t-dropdown__item--theme-success.t-dropdown__item--suffix:hover {
    background-color: var(--td-success-color-light)
}

.t-dropdown__item--theme-error {
    color: var(--td-error-color)
}

.t-dropdown__item--theme-error:hover {
    background-color: var(--td-bg-color-container-hover)
}

.t-dropdown__item--theme-error:active {
    background-color: var(--td-bg-color-container-active)
}

.t-dropdown__item--theme-error.t-dropdown__item--active {
    background-color: var(--td-error-color-light)
}

.t-dropdown__item--theme-error.t-dropdown__item--active:hover {
    background-color: var(--td-bg-color-container-hover)
}

.t-dropdown__item--theme-error.t-dropdown__item--active:active {
    background-color: var(--td-bg-color-container-active)
}

.t-dropdown__item--theme-error.t-dropdown__item--disabled {
    color: var(--td-text-color-disabled)
}

.t-dropdown__item--theme-error.t-dropdown__item--disabled:hover {
    background-color: var(--td-bg-color-container-hover)
}

.t-dropdown__item--theme-error.t-dropdown__item--suffix:hover {
    background-color: var(--td-error-color-light)
}

.t-dropdown__item--theme-warning {
    color: var(--td-warning-color)
}

.t-dropdown__item--theme-warning:hover {
    background-color: var(--td-bg-color-container-hover)
}

.t-dropdown__item--theme-warning:active {
    background-color: var(--td-bg-color-container-active)
}

.t-dropdown__item--theme-warning.t-dropdown__item--active {
    background-color: var(--td-warning-color-light)
}

.t-dropdown__item--theme-warning.t-dropdown__item--active:hover {
    background-color: var(--td-bg-color-container-hover)
}

.t-dropdown__item--theme-warning.t-dropdown__item--active:active {
    background-color: var(--td-bg-color-container-active)
}

.t-dropdown__item--theme-warning.t-dropdown__item--disabled {
    color: var(--td-text-color-disabled)
}

.t-dropdown__item--theme-warning.t-dropdown__item--disabled:hover {
    background-color: var(--td-bg-color-container-hover)
}

.t-dropdown__item--theme-warning.t-dropdown__item--suffix:hover {
    background-color: var(--td-warning-color-light)
}

.t-divider {
    margin: 0;
    padding: 0;
    list-style: none;
    font: var(--td-font-body-medium);
    margin: var(--td-comp-margin-xxl) 0;
    border-top: 1px solid var(--td-border-level-1-color);
    color: var(--td-text-color-primary);
    box-sizing: border-box
}

.t-divider--dashed {
    border-top-style: dashed
}

.t-divider--horizontal {
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.t-divider--vertical {
    border-top: 0;
    display: inline-block;
    margin: 0 var(--td-comp-margin-m);
    border-left: 1px solid var(--td-border-level-1-color);
    height: .9em;
    vertical-align: middle
}

.t-divider--with-text {
    display: -ms-flexbox;
    display: flex;
    border-top: 0;
    white-space: nowrap;
    -ms-flex-align: center;
    align-items: center
}

.t-divider--with-text .t-divider__inner-text:not(:empty) {
    padding: 0 1em;
    display: inline-block
}

.t-divider--with-text:after,
.t-divider--with-text:before {
    content: "";
    width: 50%;
    border-top: 1px solid var(--td-border-level-1-color)
}

.t-divider--with-text-left:before {
    width: 5%
}

.t-divider--with-text-left:after,
.t-divider--with-text-right:before {
    width: 95%
}

.t-divider--with-text-right:after {
    width: 5%
}

.t-divider--dashed:after,
.t-divider--dashed:before {
    border-top: 1px dashed var(--td-border-level-1-color)
}

.t-divider--vertical.t-divider--dashed {
    border-left: 1px dashed var(--td-border-level-1-color)
}

.cdc-m-sticky-header {
    height: 56px;
    position: fixed;
    top: 0;
    z-index: 1000;
    min-width: 1200px;
    width: 100%
}

.cdc-m-sticky-header__main {
    padding-right: 20px;
    box-sizing: border-box;
    position: relative;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(214, 219, 227, .3);
    background: #fff
}

.cdc-m-sticky-header__main,
.cdc-m-sticky-header__main .operates-focus {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-m-sticky-header__main .operates-focus {
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    padding: 7px 4px
}

.cdc-m-sticky-header__main .operates-focus span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.cdc-m-sticky-header__main .operates-focus .t-button {
    height: 26px !important;
    width: 60px !important
}

.cdc-m-sticky-header__main .operates-focus .t-button--shape-round {
    border-radius: 30px;
    border: 1.5px solid #0052d9;
    background: #fff
}

.cdc-m-sticky-header__main .operates-focus .t-button__text {
    color: #0052d9 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 22px !important
}

.cdc-m-sticky-header__main .t-popup--animation-enter-active {
    -webkit-transform: translate3d(54px, 42px, 0) !important;
    transform: translate3d(54px, 42px, 0) !important
}

.cdc-m-sticky-header__main .t-popup__arrow:before {
    background: #eef5ff !important;
    border-top: 1px solid #a5cdff !important;
    border-left: 1px solid #a5cdff !important
}

.cdc-m-sticky-header__main .t-popup__content,
.cdc-m-sticky-header__main .t-popup__content--arrow {
    border-radius: 4px !important;
    border: 1px solid #a5cdff !important;
    background: #eef5ff !important;
    cursor: default !important
}

.cdc-m-sticky-header__trigger {
    width: 24px;
    height: 24px;
    display: block;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 0% 82.22222222222221%;
    background-size: 1320.8333333333335% auto;
    cursor: pointer
}

.cdc-m-sticky-header__trigger:hover {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 80.88737201365188% 62.22222222222222%;
    background-size: 1320.8333333333335% auto
}

.cdc-m-sticky-header__con {
    padding: 16px;
    box-sizing: border-box
}

.cdc-m-sticky-header__extra {
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-m-sticky-header__extra-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.cdc-m-sticky-header__extra-icon i {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 50%
}

.cdc-m-sticky-header__extra-operate {
    display: inline-block;
    vertical-align: middle;
    margin-left: 16px
}

.cdc-m-sticky-header__extra-operate-number {
    display: inline-block;
    background: #f64041;
    border-radius: 60px;
    padding: 0 4px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    position: absolute;
    top: -6px;
    left: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.cdc-m-sticky-header__extra-operate-text {
    color: #181818;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500
}

.cdc-m-sticky-header__extra-icon+.cdc-m-sticky-header__extra-icon {
    margin-left: 16px
}

.cdc-m-sticky-header__extra .extra-search {
    background-image: url(../../images/icon-search_979.svg)
}

.cdc-m-sticky-header__extra .extra-share {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 40.955631399317404% 82.22222222222221%;
    background-size: 1320.8333333333335% auto
}

.cdc-m-sticky-header__extra .extra-man {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 80.88737201365188% 44.44444444444444%;
    background-size: 1320.8333333333335% auto
}

.cdc-m-sticky-header__extra .extra-man-login {
    background-image: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/4c26fd06-5e95-4bb8-9315-5e8619f63b64.png);
    background-position: 50% !important;
    background-repeat: no-repeat;
    background-size: cover !important
}

.cdc-m-sticky-header__author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    margin-left: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

.cdc-m-sticky-header__author-name {
    font-weight: 500;
    font-size: 12px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 4px
}

.cdc-m-sticky-header__author .cdc-avatar.large {
    width: 28px;
    height: 28px;
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 16px rgba(55, 99, 170, .1);
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-m-sticky-header__author .cdc-emblems {
    margin: 0 0 0 4px
}

.cdc-m-sticky-header__author .cdc-emblems__item {
    line-height: 12px
}

.cdc-m-sticky-header__author .cdc-emblems__item-icon {
    width: 12px;
    height: 12px
}

.cdc-m-sticky-header.is-sticky .cdc-m-sticky-header__placeholder {
    height: 56px
}

.cdc-m-sticky-header.is-sticky .is-bannerFocus .cdc-m-sticky-header__main {
    margin-top: 40px
}

.cdc-m-sticky-header.is-sticky__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.cdc-m-sticky-header.is-sticky__content .cdc-m-guider-banner {
    padding: 0 20px
}

.cdc-m-sticky-header.is-sticky__content .cdc-m-guider-banner__guide-add,
.cdc-m-sticky-header.is-sticky__content .cdc-m-guider-banner__guide-focus {
    margin-bottom: 0 !important
}

.cdc-m-sticky-header.is-sticky .cdc-m-guider-banner {
    position: fixed;
    top: 0;
    z-index: 1001;
    width: calc(100% - 40px);
    padding: 0 20px;
    background-color: #fff
}

.cdc-m-sticky-header.is-sticky .cdc-m-sticky-header__main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    -webkit-animation: sticky .3s ease-in-out;
    animation: sticky .3s ease-in-out
}

.cdc-m-sticky-header.is-sticky .cdc-m-sticky-header__con {
    padding: 12px 16px;
    width: calc(100% - 104px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center
}

.cdc-m-sticky-header.is-sticky .cdc-m-sticky-header__con-author {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.cdc-m-sticky-header.is-sticky .cdc-m-sticky-header__trigger {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media screen and (max-width:768px) {
    .cdc-m-sticky-header {
        display: block
    }
}

@keyframes sticky {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes sticky {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.is-mobile .cdc-m-header-article {
    position: fixed
}

.cdc-commercial-card {
    width: 100%;
    height: 94px;
    margin-bottom: 20px;
    border-radius: 2px;
    border: 1px solid #fff;
    position: relative
}

.cdc-commercial-card__img {
    width: 100%;
    height: auto
}

.cdc-commercial-card__inner {
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-size: 100% 100%
}

.cdc-commercial-card__tag {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 40px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, .31);
    border-radius: 2px
}

.cdc-commercial-card__close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 9px;
    height: 9px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 97.72727272727273% 77.89473684210526%;
    background-size: 3522.222222222222% auto
}

.cdc-commercial-card__text-title {
    padding-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #181818
}

.cdc-commercial-card__text-desc {
    padding-left: 20px;
    margin-top: 10px;
    box-sizing: border-box
}

.cdc-commercial-card__text-desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #181818
}

.cdc-commercial-card__text em {
    color: #ff7800;
    font-weight: 500
}

.mod-tabs {
    margin-right: -16px;
    margin-left: -16px;
    margin-bottom: 30px
}

.mod-tabs__hd {
    border-top: 1px solid #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 50;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.mod-tabs__bar {
    -ms-flex: 1 1;
    flex: 1 1;
    width: 1px;
    white-space: nowrap;
    position: relative;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    margin-bottom: -10px
}

.mod-tabs__bar-list {
    overflow-x: auto;
    padding-bottom: 10px;
    padding-right: 40px;
    box-sizing: border-box;
    overflow-y: hidden;
    display: -ms-flexbox;
    display: flex
}

.mod-tabs__bar-item {
    -ms-flex: 1;
    flex: 1;
    height: 46px;
    background: linear-gradient(180deg, #f3f5f8, #fff);
    display: inline-block;
    box-shadow: 2px 2px 10px rgba(55, 99, 170, .1), -2px -2px 10px #fff;
    cursor: pointer
}

.mod-tabs__bar-content {
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #181818;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box
}

.mod-tabs__bar-content.is-selected {
    background: #0052d9;
    color: #fff;
    position: relative
}

.mod-tabs__bar-content.is-selected:after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    top: 100%;
    left: 50%;
    right: inherit;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top-color: #0052d9
}

.mod-tabs__toggle {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: -1px;
    height: 46px;
    width: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    background: linear-gradient(180deg, #f3f5f8, #fff);
    box-shadow: -4px -4px 10px rgba(55, 99, 170, .1);
    z-index: 9
}

.mod-tabs__toggle-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 84.38538205980066% 88.48920863309353%;
    background-size: 1981.25% auto
}

.mod-tabs__bd {
    display: none;
    transition: .4s;
    padding: 20px 14px;
    background: linear-gradient(180deg, #f3f5f8, #fff);
    border: 1px solid #fff;
    box-shadow: 2px 2px 10px rgba(55, 99, 170, .1), -2px -2px 10px #fff
}

.mod-tabs__anchor-list {
    margin: 0 -8px -12px;
    font-size: 0
}

.mod-tabs__anchor {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #181818;
    line-height: 22px;
    padding: 4px 10px;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin-bottom: 12px
}

.mod-tabs__anchor.is-selected {
    color: #0052d9
}

.mod-tabs.is-expanded .mod-tabs__bd {
    display: block
}

.mod-tabs.is-expanded .mod-tabs__toggle-icon {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 26.578073089701% 94.24460431654677%;
    background-size: 1981.25% auto
}

.mod-tabs.is-home-page {
    margin-bottom: 4px
}

.mod-tabs.is-home-page .mod-tabs__hd {
    border-top: none;
    border-bottom: 1px solid #d6dbe3
}

.mod-tabs.is-home-page .mod-tabs__bar-item {
    box-shadow: none;
    background: #fff
}

.mod-tabs.is-home-page .mod-tabs__bar-content.is-selected {
    color: #0052d9;
    background: #fff
}

.mod-tabs.is-home-page .mod-tabs__bar-content.is-selected:after {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    background-color: #0052d9;
    transition: width .2s ease-in-out;
    border: none;
    margin-left: 0
}

.mod-tabs.is-home-page .mod-tabs__toggle {
    width: 36px;
    height: 36px;
    border-radius: 2px;
    background: #fff;
    box-shadow: -4px -4px 20px 0 rgba(55, 99, 170, .1), 4px 4px 10px 0 rgba(55, 99, 170, .1);
    margin-top: 4px
}

.mod-tabs.is-home-page .mod-tabs__toggle-icon {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 98.0456026058632% 71.91780821917808%;
    background-size: 3170% auto;
    width: 18px;
    height: 4px
}

.cdc-rank {
    box-sizing: border-box;
    padding-bottom: 20px
}

.cdc-rank__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-rank__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

.cdc-rank__avatar .cdc-avatar {
    width: 32px;
    height: 32px
}

.cdc-rank__main {
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 16px;
    display: block;
    overflow: hidden
}

.cdc-rank__main:hover .cdc-rank__title-text {
    color: #0052d9
}

.cdc-rank__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-rank__title-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block
}

.cdc-rank__title-tag {
    background: #ecf2fe;
    border: 1px solid #0052d9;
    border-radius: 2px;
    font-size: 12px;
    line-height: 12px;
    color: #0052d9;
    margin-left: 10px;
    box-sizing: border-box;
    padding: 3px 7px
}

.cdc-rank__infos {
    margin-top: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex
}

.cdc-rank__infos>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    color: #97a3b7
}

.cdc-rank__infos>span+span {
    margin-left: 9px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.cdc-rank__infos>span+span:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background: #97a3b7;
    border-radius: 50%;
    top: 9px;
    left: -5px
}

.cdc-rank__operates {
    margin-top: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-rank__operate {
    margin-right: 32px;
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76
}

.cdc-rank__operate-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 4px
}

.cdc-rank__operate-icon.icon-video {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 100% 17.26618705035971%;
    background-size: 1981.25% auto
}

.cdc-rank__operate-icon.icon-article {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 73.75415282392026% 88.48920863309353%;
    background-size: 1981.25% auto
}

.cdc-rank__operate-icon.icon-living {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 46.043165467625904%;
    background-size: 1981.25% auto
}

.cdc-rank__operate-icon.icon-ask {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 53.156146179402% 94.24460431654677%;
    background-size: 1981.25% auto
}

.cdc-rank__operate-icon>span {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-rank__operate-text {
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76
}

.cdc-rank__date {
    margin-right: 32px;
    font-size: 12px;
    line-height: 20px;
    color: #97a3b7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80px
}

.cdc-rank__order {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    color: #4b5b76;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 41.522491349480966% 51.8796992481203%;
    background-size: 1132.142857142857% auto
}

.cdc-rank.first-order .cdc-rank__order {
    color: #fff;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 31.833910034602077% 51.8796992481203%;
    background-size: 1132.142857142857% auto
}

.cdc-rank.second-order .cdc-rank__order {
    color: #fff;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 51.21107266435986% 51.8796992481203%;
    background-size: 1132.142857142857% auto
}

.cdc-rank.third-order .cdc-rank__order {
    color: #fff;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 0% 63.90977443609023%;
    background-size: 1132.142857142857% auto
}

.cdc-rank__list {
    margin-bottom: -20px
}

.cdc-article {
    cursor: pointer;
    border-bottom: 1px solid #d6dbe3;
    width: 390px
}

.cdc-article__title {
    box-sizing: border-box;
    padding: 16px 28px;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-article__title:before {
    content: " ";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #0052d9;
    left: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cdc-article__detail {
    display: none
}

.cdc-article__detail .cdc-article-panel {
    border-bottom: none
}

.cdc-article__detail .cdc-article-panel__title {
    margin-bottom: 8px
}

.cdc-article__detail .cdc-article-panel__infos {
    margin-top: 16px
}

.cdc-article__detail .cdc-article-panel:hover .cdc-article-panel__title {
    color: #181818
}

.cdc-article.is-hover .cdc-article__title {
    display: none
}

.cdc-article.is-hover .cdc-article__detail {
    display: block
}

.cdc-article__list {
    margin: -16px 0
}

.cdc-article.is-mobile {
    width: 100%
}

.cdc-experience-card {
    background: #f5f7fa;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 20px;
    min-height: 261px
}

.cdc-experience-card__inner {
    box-sizing: border-box;
    padding: 20px 20px 16px
}

.cdc-experience-card__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.cdc-experience-card__main {
    margin-top: 16px
}

.cdc-experience-card__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 48px
}

.cdc-experience-card__desc,
.cdc-experience-card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px
}

.cdc-experience-card__desc {
    font-size: 12px;
    line-height: 20px;
    color: #97a3b7;
    white-space: nowrap
}

.cdc-experience-card__operate {
    padding-top: 16px;
    border-top: 1px solid #d6dbe3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-experience-card__infos {
    -ms-flex: 1;
    flex: 1
}

.cdc-experience-card__infos>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-experience-card__infos>span+span {
    margin-left: 13px;
    position: relative
}

.cdc-experience-card__infos>span+span:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #4b5b76;
    top: 11px;
    left: -7px
}

.cdc-experience-card__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-experience-card__none {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 40px
}

.cdc-experience-card__none-icon {
    display: block;
    margin-bottom: 28px;
    width: 64px;
    height: 64px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 43.873517786561266% 0%;
    background-size: 495.3125% auto
}

.cdc-experience-card__none-tip {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    margin-bottom: 8px
}

.cdc-experience-card__none-name {
    font-size: 12px;
    line-height: 20px;
    color: #97a3b7
}

.cdc-experience-card.is-mobile {
    min-height: unset;
    margin-bottom: 16px
}

.cdc-experience-card.is-mobile .cdc-experience-card__inner {
    padding: 20px 16px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-experience-card.is-mobile .cdc-experience-card__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin-right: 16px
}

.cdc-experience-card.is-mobile .cdc-experience-card__main {
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cdc-experience-card.is-mobile .cdc-experience-card__title {
    display: block;
    white-space: nowrap;
    -webkit-line-clamp: none;
    -webkit-box-orient: unset;
    margin-bottom: 4px;
    min-height: unset
}

.cdc-experience-card.is-mobile .cdc-experience-card__operate {
    padding-top: 12px
}

.cdc-mod-player__title {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    vertical-align: 5px;
    color: #2d2d2d
}

.cdc-mod-player__title-content {
    color: #2d2d2d;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cdc-mod-player__title-content:hover {
    color: #0052d9
}

.cdc-mod-player__status {
    height: 22px;
    padding: 0 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: linear-gradient(90deg, #3d88ff, #2556f2);
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
    vertical-align: 1px
}

.cdc-mod-player__detail {
    width: 100%;
    height: 424px;
    position: relative;
    overflow: hidden
}

.cdc-mod-player__toggle {
    position: absolute;
    right: 0;
    top: calc(50% - 36px);
    -webkit-transform: translateX(calc(100% - 32px));
    transform: translateX(calc(100% - 32px));
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-mod-player__toggle .icon-toggle {
    margin-bottom: 2px;
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 69.10299003322258% 100%;
    background-size: 1981.25% auto
}

.cdc-mod-player__toggle:hover {
    top: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.cdc-mod-player__toggle:hover .cdc-mod-player__sidebar {
    display: block
}

.cdc-mod-player__toggle-btn {
    width: 16px;
    opacity: 1;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    padding: 8px;
    font-size: 16px;
    line-height: 20px
}

.cdc-mod-player__sidebar {
    display: none;
    width: 316px;
    background-color: rgba(0, 0, 0, .4);
    overflow: hidden;
    padding: 20px 0;
    height: 424px;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-mod-player__sidebar .tea-tabs__tabbar {
    margin-left: 20px;
    margin-right: 20px
}

.cdc-mod-player__sidebar .tea-tabs__tabbar:before {
    border: 1px solid #d6dbe3;
    opacity: .2039
}

.cdc-mod-player__sidebar .tea-tabs__scroll-area {
    position: relative;
    white-space: nowrap;
    -ms-flex: 1;
    flex: 1
}

.cdc-mod-player__sidebar .tea-tabs__tablist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.cdc-mod-player__sidebar .tea-tabs__tablist .tea-tabs__tab {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    height: 24px;
    line-height: 24px;
    padding: 0 0 4px
}

.cdc-mod-player__sidebar .tea-tabs__tablist .tea-tabs__tab:hover {
    background: linear-gradient(118deg, #ffedcc, #fdd078);
    -webkit-background-clip: text;
    color: transparent
}

.cdc-mod-player__sidebar .tea-tabs__tablist .tea-tabs__tab:hover:after {
    border-bottom: 2px solid;
    border-radius: 2px;
    -o-border-image: linear-gradient(118deg, #ffedcc, #fdd078) 1;
    border-image: linear-gradient(118deg, #ffedcc, #fdd078) 1;
    -webkit-clip-path: inset(0 round 10px);
    clip-path: inset(0 round 10px)
}

.cdc-mod-player__sidebar .tea-tabs__tablist .tea-tabs__tab.is-active {
    background: linear-gradient(118deg, #ffedcc, #fdd078);
    -webkit-background-clip: text;
    color: transparent
}

.cdc-mod-player__sidebar .tea-tabs__tablist .tea-tabs__tab.is-active:after {
    border-bottom: 2px solid;
    -o-border-image: linear-gradient(118deg, #ffedcc, #fdd078) 1;
    border-image: linear-gradient(118deg, #ffedcc, #fdd078) 1;
    -webkit-clip-path: inset(0 round 10px);
    clip-path: inset(0 round 10px)
}

.cdc-mod-player__schedule {
    margin-top: 6px !important;
    margin-top: 24px
}

.cdc-mod-player__schedule-tip {
    padding-left: 20px;
    color: #ccc8c8;
    font-size: 12px;
    font-weight: 400;
    margin-top: 6px
}

.cdc-mod-player__schedule-list {
    padding: 0 12px 0 20px;
    margin-top: 20px;
    margin-right: 4px;
    max-height: 290px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll
}

.cdc-mod-player__schedule-list::-webkit-scrollbar {
    width: 4px
}

.cdc-mod-player__schedule-list::-webkit-scrollbar-thumb {
    background: #ccc8c8;
    border-radius: 10px
}

.cdc-mod-player__schedule .cdc-schedule__item-title {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    max-width: 169px
}

.cdc-mod-player__schedule .cdc-schedule__item-user {
    margin-left: 0
}

.cdc-mod-player__introduce {
    color: #fff;
    max-height: 320px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 6px;
    padding-left: 20px;
    padding-right: 12px;
    margin-right: 4px
}

.cdc-mod-player__introduce-card {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(198, 204, 216, .5)
}

.cdc-mod-player__introduce-card:first-child {
    padding-top: 0
}

.cdc-mod-player__introduce::-webkit-scrollbar {
    width: 4px
}

.cdc-mod-player__introduce::-webkit-scrollbar-thumb {
    background: #ccc8c8;
    border-radius: 10px
}

.cdc-mod-player__guests {
    max-height: 340px;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: 4px
}

.cdc-mod-player__guests-card {
    margin-left: 24px;
    margin-right: 12px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(198, 204, 216, .5)
}

.cdc-mod-player__guests-card__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.cdc-mod-player__guests-card__inner .cdc-avatar {
    border: 2px solid #f7cfa2
}

.cdc-mod-player__guests-card__main {
    margin-left: 20px;
    color: #fff
}

.cdc-mod-player__guests-card__name {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.cdc-mod-player__guests-card__info {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    max-width: 197px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cdc-mod-player__guests-card__avatar .cdc-avatar {
    width: 56px;
    height: 56px
}

.cdc-mod-player__guests::-webkit-scrollbar {
    width: 4px
}

.cdc-mod-player__guests::-webkit-scrollbar-thumb {
    background: #ccc8c8;
    border-radius: 10px
}

.cdc-mod-player__recommend {
    margin-top: 14px
}

.cdc-mod-player__recommend-hd {
    position: relative;
    margin-bottom: 16px
}

.cdc-mod-player__recommend-title {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.cdc-mod-player__recommend-extra {
    position: absolute;
    right: 0;
    top: 0
}

.cdc-mod-player__recommend-extra .recommend-extra-arrow {
    cursor: pointer
}

.cdc-mod-player__recommend-extra .is-disable .recommend-extra-arrow {
    color: #97a3b7;
    cursor: not-allowed
}

.cdc-mod-player__recommend-bd {
    overflow-x: scroll;
    overflow-y: clip;
    position: relative;
    height: 128px;
    width: 100%;
    display: -ms-flexbox;
    display: flex
}

.cdc-mod-player__recommend-bd::-webkit-scrollbar {
    height: 0
}

.cdc-mod-player__recommend-bd .cdc-article-panel {
    margin-right: 20px;
    padding: 8px;
    width: 340px;
    min-width: 340px;
    height: 96px;
    border: 1px solid #fff;
    background: linear-gradient(1turn, #fff, #f3f5f8);
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
    cursor: default
}

.cdc-mod-player__recommend-bd .cdc-article-panel__link {
    width: 0
}

.cdc-mod-player__recommend-bd .cdc-article-panel__infos {
    margin-top: 8px;
    font-weight: 400
}

.cdc-mod-player__recommend-bd .cdc-article-panel__desc {
    color: #181818;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.cdc-mod-player__recommend-bd .cdc-article-panel__desc:hover {
    cursor: pointer;
    color: #0052d9
}

.cdc-mod-player__recommend-bd .cdc-article-panel__date span {
    display: inline-block;
    vertical-align: -1px;
    margin-left: 4px
}

.cdc-mod-player__recommend-bd .cdc-article-panel .cdc-article-panel__main {
    position: relative;
    height: 72px;
    padding-right: 12px
}

.cdc-mod-player__recommend-bd .cdc-article-panel .cdc-article-panel__main .cdc-article-panel__infos {
    position: absolute;
    bottom: 0
}

.cdc-mod-player__recommend-bd .cdc-article-panel__object {
    width: 90px !important;
    height: 80px !important
}

.cdc-mod-player__recommend-bd .cdc-article-panel__object .cdc-article-panel__object-thumbnail {
    padding-top: 0 !important;
    height: 80px !important
}

.cdc-mod-player__recommend-bd .cdc-article-panel.is-full {
    width: 100%;
    max-width: unset;
    margin-right: 0 !important
}

.cdc-mod-player.is-mobile .cdc-mod-player__detail {
    width: 100%;
    height: auto;
    position: relative
}

.cdc-qa-module {
    background: #f5f7fa;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px 20px 20px 56px;
    margin-bottom: 20px;
    cursor: pointer
}

.cdc-qa-module__question {
    position: relative
}

.cdc-qa-module__question-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.cdc-qa-module__question-hd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 8px;
    margin-left: -44px
}

.cdc-qa-module__question-label {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #0052d9;
    box-shadow: 4px 4px 16px rgba(55, 99, 170, .1);
    border-radius: 2px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-right: 16px
}

.cdc-qa-module__question-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0
}

.cdc-qa-module__question-bd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-qa-module__question-tags .cdc-tag__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 12px 12px;
    margin: 0
}

.cdc-qa-module__question-tags .cdc-tag {
    cursor: pointer;
    position: relative;
    z-index: 1;
    margin: 0
}

.cdc-qa-module__question-tags .cdc-tag__inner {
    background: transparent;
    border: 1px solid #7787a2;
    border-radius: 2px;
    padding: 0 14px;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-qa-module__question-tags .cdc-tag:hover .cdc-tag__inner {
    border-color: #0052d9;
    color: #0052d9
}

.cdc-qa-module__question-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 2px
}

.cdc-qa-module__question-info .cdc-icon {
    line-height: 0
}

.cdc-qa-module__question-date {
    font-size: 12px;
    line-height: 20px;
    color: #97a3b7;
    margin-right: 16px
}

.cdc-qa-module__question-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 0
}

.cdc-qa-module__question-stack-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 0% 100%;
    background-size: 1981.25% auto;
    margin-left: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 1
}

.cdc-qa-module__question-stack-logo {
    margin-left: 4px;
    padding-left: 4px;
    border-left: 1px solid #d6dbe3;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle
}

.cdc-qa-module__question-stack-logo i {
    width: 96px;
    height: 16px;
    display: block;
    background-image: url(../../images/icon-stackoverflow-logo_d16.png);
    background-size: auto 100%;
    background-repeat: no-repeat
}

.cdc-qa-module__answer {
    margin-top: 16px
}

.cdc-qa-module__answer-hd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -44px;
    margin-bottom: 6px
}

.cdc-qa-module__answer-label {
    background: #fff;
    box-shadow: 4px 4px 16px rgba(55, 99, 170, .1);
    border-radius: 2px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #0052d9;
    margin-right: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-qa-module__answer-respondent {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-qa-module__answer-respondent.hover {
    cursor: pointer
}

.cdc-qa-module__answer-respondent.hover:hover {
    color: #0052d9
}

.cdc-qa-module__answer-adopted {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 16px;
    font-size: 12px;
    line-height: 20px;
    color: #0cbf58;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-qa-module__answer-adopted>i {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 10.631229235880399% 100%;
    background-size: 1981.25% auto
}

.cdc-qa-module__answer-bd {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cdc-qa-module__ft {
    margin-top: 20px;
    box-sizing: border-box;
    padding-top: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #d6dbe3
}

.cdc-qa-module__ft .cdc-link em {
    margin-right: 4px
}

.cdc-qa-module__list .cdc-qa-module:last-child {
    margin-bottom: 0
}

.cdc-qa-module:hover {
    background: #eff4ff
}

.cdc-qa-module:hover .cdc-qa-module__question-title {
    color: #0052d9
}

.cdc-qa-module__operates-vote {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #97a3b7
}

.cdc-qa-module__bubble .tea-bubble__inner {
    background: #fff;
    border: 1px solid #f0f3f8;
    box-shadow: 0 4px 16px rgba(76, 97, 134, .1);
    padding: 10px 12px;
    border-radius: 0
}

.cdc-qa-module__bubble.tea-bubble--top .tea-bubble__inner:before {
    border-bottom-color: #f0f3f8
}

.cdc-qa-module__bubble.tea-bubble--top .tea-bubble__inner:after {
    border-bottom-color: #fff
}

.is-mobile .cdc-qa-module {
    padding: 16px
}

.is-mobile .cdc-qa-module__question-hd {
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 16px;
    margin-left: 0
}

.is-mobile .cdc-qa-module__question-title {
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    line-height: 24px
}

.is-mobile .cdc-qa-module__question-bd {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: start;
    align-items: flex-start
}

.is-mobile .cdc-qa-module__question-bd .cdc-tag:hover .cdc-tag__inner {
    border-color: #7787a2;
    color: #4b5b76;
    background: transparent
}

.is-mobile .cdc-qa-module__question-info {
    width: 100%;
    margin-bottom: 8px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.is-mobile .cdc-qa-module__question-stack-icon {
    margin-left: 4px;
    vertical-align: -3px
}

.is-mobile .cdc-qa-module__question-tags .cdc-tag__list {
    gap: 8px 8px
}

.is-mobile .cdc-qa-module__answer {
    margin-top: 12px
}

.is-mobile .cdc-qa-module__answer-hd {
    margin-left: 0;
    margin-bottom: 8px
}

.is-mobile .cdc-qa-module__answer-adopted {
    margin-left: 0
}

.is-mobile .cdc-qa-module__ft {
    margin-top: 16px;
    padding-top: 12px
}

.is-mobile .cdc-qa-module__ft .cdc-icon .icon-edit {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 0%;
    background-size: 1981.25% auto
}

.is-mobile .cdc-qa-module__ft .cdc-icon .cdc-icon__number {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.is-mobile .cdc-qa-module__ft .cdc-icon:hover .icon-edit {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 0%;
    background-size: 1981.25% auto
}

.is-mobile .cdc-qa-module__ft .cdc-icon:hover .cdc-icon__number {
    color: #4b5b76
}

.is-mobile .cdc-qa-module:hover {
    background: #f5f7fa
}

.is-mobile .cdc-qa-module:hover .cdc-qa-module__question-title {
    color: #181818
}

.cdc-aggregate-recommend {
    margin-top: 36px;
    margin-bottom: 34px
}

.cdc-aggregate-recommend-answer {
    margin-bottom: 20px
}

.cdc-aggregate-recommend-title {
    position: relative;
    text-align: center;
    margin-bottom: 20px
}

.cdc-aggregate-recommend-title-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #d6dbe3;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cdc-aggregate-recommend-title-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    padding: 0 32px;
    text-align: center;
    position: relative;
    z-index: 1;
    background: #fff;
    display: inline-block
}

.cdc-aggregate-recommend-title-text>a {
    margin: 0 8px 0 16px
}

.cdc-aggregate-recommend-title-text .cdc-avatar {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: -5px
}

.cdc-aggregate-recommend .cdc-article-panel-new__list .cdc-article-panel-new {
    margin-right: 0;
    max-width: 802px;
    padding-top: 0;
    margin-bottom: 0
}

.cdc-aggregate-recommend .cdc-article-panel-new__list .cdc-article-panel-new+.cdc-article-panel-new {
    margin-top: 20px
}

.is-mobile .cdc-aggregate-recommend {
    margin-top: 4px;
    margin-bottom: 32px
}

.is-mobile .cdc-aggregate-recommend-answer,
.is-mobile .cdc-aggregate-recommend-answer .cdc-qa-module {
    margin-bottom: 24px
}

.is-mobile .cdc-aggregate-recommend-answer .cdc-qa-module .cdc-tag__list {
    margin: 0 -4px -8px
}

.is-mobile .cdc-aggregate-recommend-answer .cdc-qa-module__question-tags .cdc-tag {
    margin: 0 4px 8px
}

.is-mobile .cdc-aggregate-recommend-title {
    margin-bottom: 24px
}

.is-mobile .cdc-aggregate-recommend-title-text {
    padding: 0 10px
}

.cdc-descriptive-modal.cdc-modal .cdc-modal__inner {
    max-width: 600px;
    padding: 32px 20px 20px
}

.cdc-descriptive-modal.cdc-modal .cdc-modal__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #181818
}

.cdc-descriptive-modal.cdc-modal .cdc-modal__close {
    top: -22px;
    right: -10px
}

.cdc-descriptive-modal__content {
    margin-top: 20px;
    padding-top: 24px;
    border-top: 1px solid #d6dbe3
}

.cdc-descriptive-modal__desc {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    text-align: justify;
    margin-right: -18px;
    padding-right: 14px;
    max-height: 308px;
    overflow-x: hidden;
    overflow-y: auto
}

.cdc-descriptive-modal__desc::-webkit-scrollbar {
    width: 4px;
    background-color: transparent
}

.cdc-descriptive-modal__desc::-webkit-scrollbar-thumb {
    border-radius: 9px;
    background-color: #d9d9d9
}

@media screen and (max-width:768px) {
    .cdc-descriptive-modal__content {
        margin-top: 12px;
        padding-top: 16px
    }
}

.cdc-drawer {
    position: fixed;
    z-index: 1002;
    background: #fff;
    top: 0;
    right: 0;
    width: calc(100% - 80px);
    height: 100%;
    transition: all .3s ease
}

.cdc-drawer__inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    box-sizing: border-box
}

.cdc-drawer__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 31.22923588039867% 88.48920863309353%;
    background-size: 1981.25% auto
}

.cdc-drawer.is-hidden {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden
}

.cdc-mask {
    transition: all .3s ease-in-out
}

.cdc-mask.is-hidden {
    opacity: 0;
    visibility: hidden
}

.cdc-empty {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    width: 100%;
    -ms-flex: 1;
    flex: 1
}

.cdc-empty,
.cdc-empty__inner {
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.cdc-empty__inner {
    margin: auto;
    -ms-flex: none;
    flex: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content
}

.cdc-empty__body {
    margin-top: 25px;
    text-align: center
}

.cdc-empty__title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

.cdc-empty__desc {
    color: #4b5b76;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px
}

.cdc-empty__desc:not(:first-child) {
    margin-top: 16px
}

.cdc-empty__desc .cdc-link,
.cdc-empty__desc .t-link {
    margin-left: 12px
}

.cdc-empty__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
}

.cdc-empty__btns:not(:first-child) {
    margin-top: 32px
}

.cdc-empty__img {
    width: 220px;
    height: 220px;
    -ms-flex: none;
    flex: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain
}

.cdc-empty__img--404-3d {
    background-image: url(../../images/404-3d_c4c.png)
}

.cdc-empty__img--404 {
    height: 180px;
    background-image: url(../../images/404_6b3.png)
}

.cdc-empty__img--article-3d {
    background-image: url(../../images/article-3d_c9a.png)
}

.cdc-empty__img--article-delete-3d {
    background-image: url(../../images/article-delete-3d_d2f.png)
}

.cdc-empty__img--article {
    height: 180px;
    background-image: url(../../images/article_e40.png)
}

.cdc-empty__img--content {
    height: 180px;
    background-image: url(../../images/content_128.png)
}

.cdc-empty__img--coupon-3d {
    background-image: url(../../images/coupon-3d_c6a.png)
}

.cdc-empty__img--default {
    height: 180px;
    background-image: url(../../images/default_10a.png)
}

.cdc-empty__img--delete-3d {
    background-image: url(../../images/delete-3d_bd8.png)
}

.cdc-empty__img--knowledge-3d {
    background-image: url(../../images/knowledge-3d_511.png)
}

.cdc-empty__img--list-3d {
    background-image: url(../../images/list-3d_d79.png)
}

.cdc-empty__img--list {
    height: 180px;
    background-image: url(../../images/list_1b1.png)
}

.cdc-empty__img--msg-3d {
    background-image: url(../../images/msg-3d_432.png)
}

.cdc-empty__img--permission-3d {
    background-image: url(../../images/permission-3d_a06.png)
}

.cdc-empty__img--question-3d {
    background-image: url(../../images/question-3d_dae.png)
}

.cdc-empty__img--question {
    height: 180px;
    background-image: url(../../images/question_68f.png)
}

.cdc-empty__img--race-3d {
    background-image: url(../../images/race-3d_315.png)
}

.cdc-empty__img--race {
    height: 180px;
    background-image: url(../../images/race_57c.png)
}

.cdc-empty__img--salon {
    height: 180px;
    background-image: url(../../images/salon_c8e.png)
}

.cdc-empty__img--search {
    height: 180px;
    background-image: url(../../images/search_420.png)
}

.cdc-empty__img--tag {
    height: 180px;
    background-image: url(../../images/tag_f02.png)
}

.cdc-empty__img--user {
    height: 180px;
    background-image: url(../../images/user_f90.png)
}

.cdc-empty__img--video-3d {
    background-image: url(../../images/video-3d_bac.png)
}

.cdc-empty__img--video {
    height: 180px;
    background-image: url(../../images/video_93e.png)
}

.cdc-empty__img--no-mobile-access {
    height: 60px;
    background-image: url(../../images/no-mobile-access_85a.png)
}

.cdc-expert-introduction {
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    width: 380px;
    height: 209px;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden
}

.cdc-expert-introduction__hd {
    box-sizing: border-box;
    padding-bottom: 12px;
    border-bottom: 1px solid #d6dbe3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-expert-introduction__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 2px solid #fff;
    margin-right: 8px
}

.cdc-expert-introduction__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden
}

.cdc-expert-introduction__user {
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cdc-expert-introduction__user-name {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-expert-introduction__user-position {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4b5b76;
    font-size: 12px;
    line-height: 20px
}

.cdc-expert-introduction__user-expert {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-expert-introduction__user-verified {
    background: linear-gradient(273.07deg, #2774f3 -5.69%, #0052d9 99.39%), #f64041;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 1px 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    margin-left: 8px;
    position: relative;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-expert-introduction__user-verified>i {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 100% 11.510791366906476%;
    background-size: 1981.25% auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px
}

.cdc-expert-introduction__bd {
    box-sizing: border-box;
    padding-top: 20px
}

.cdc-expert-introduction__desc {
    color: #4b5b76;
    font-size: 14px;
    line-height: 22px
}

.cdc-expert-introduction .cdc-text-truncation__content {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    max-height: 88px
}

.cdc-expert-introduction .cdc-text-truncation__content:before {
    height: calc(100% - 22px)
}

.cdc-expert-introduction .cdc-text-truncation__toggle-btn:after {
    content: "查看更多";
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #0052d9;
    margin-left: 0;
    vertical-align: baseline
}

.cdc-expert-introduction .cdc-text-truncation__toggle-checkbox:checked+.cdc-text-truncation__content {
    max-height: 88px
}

.cdc-expert-introduction .cdc-text-truncation__toggle-checkbox:checked+.cdc-text-truncation__content .cdc-text-truncation__toggle-btn:after {
    content: "查看更多";
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #0052d9;
    margin-left: 0;
    vertical-align: baseline
}

.cdc-expert-introduction .cdc-text-truncation__toggle-checkbox:checked+.cdc-text-truncation__content .cdc-text-truncation__toggle-btn:before {
    display: unset
}

.is-mobile .cdc-expert-introduction__bd {
    padding-top: 16px
}

.cdc-learning-material__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    cursor: pointer
}

.cdc-learning-material__order {
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px
}

.cdc-learning-material__detail {
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cdc-learning-material__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px
}

.cdc-learning-material__desc {
    color: #4b5b76;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-learning-material__overlay-title {
    box-sizing: border-box;
    padding-bottom: 12px;
    border-bottom: 1px solid #d6dbe3;
    color: #181818;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-learning-material__overlay-desc {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    box-sizing: border-box;
    padding: 16px 0 20px
}

.cdc-learning-material__overlay-code {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76
}

.cdc-learning-material__overlay-img {
    background: linear-gradient(180deg, #f3f5f8, #fff);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px hsla(0, 0%, 100%, .4);
    border-radius: 4px;
    width: 100px;
    height: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 4px;
    margin-right: 12px
}

.cdc-learning-material__overlay-img>img {
    display: block;
    width: 100%;
    height: 100%
}

.cdc-learning-material__overlay-datapack {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cdc-learning-material__overlay-datapack .datapack-file {
    display: block;
    width: 48px;
    height: 48px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-learning-material__overlay-datapack .datapack-file.icon-pdf {
    background-image: url(../../images/icon-pdf_ce0.png)
}

.cdc-learning-material__overlay-datapack .datapack-file.icon-doc {
    background-image: url(../../images/icon-doc_53e.png)
}

.cdc-learning-material__overlay-datapack .datapack-file.icon-docx {
    background-image: url(../../images/icon-docx_54f.png)
}

.cdc-learning-material__overlay-datapack .datapack-file.icon-zip {
    background-image: url(../../images/icon-zip_48a.png)
}

.cdc-learning-material__overlay-datapack .datapack-file.icon-ppt {
    background-image: url(../../images/icon-ppt_f51.png)
}

.cdc-learning-material__overlay-datapack .datapack-file.icon-pptx {
    background-image: url(../../images/icon-pptx_f81.png)
}

.cdc-learning-material__overlay-datapack .datapack-file.icon-xls {
    background-image: url(../../images/icon-xls_31b.png)
}

.cdc-learning-material__overlay-datapack .datapack-file.icon-xlsx {
    background-image: url(../../images/icon-xlsx_58d.png)
}

.cdc-learning-material__overlay-datapack .datapack-detail {
    margin: 0 16px
}

.cdc-learning-material__overlay-datapack .datapack-title {
    color: #181818;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
    max-width: 12em
}

.cdc-learning-material__overlay-datapack .datapack-size {
    color: #4b5b76;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px
}

.cdc-learning-material__overlay-datapack .datapack-download {
    cursor: pointer;
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 89.40397350993378% 88.48920863309353%;
    background-size: 2113.3333333333335% auto;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-learning-material__bubble .tea-bubble__inner {
    padding: 20px
}

.cdc-learning-material__modal .cdc-modal__inner {
    padding: 32px 20px 20px
}

.cdc-learning-material__modal .cdc-modal__close {
    top: -22px;
    right: -10px
}

.cdc-learning-material:hover .cdc-learning-material__inner {
    background: #ecf2fe
}

.cdc-learning-material:hover .cdc-learning-material__title {
    color: #0052d9
}

.cdc-lottery-modal .cdc-modal__inner {
    position: absolute;
    width: 510px
}

.cdc-lottery-modal__tip {
    margin: 16px auto;
    height: 30px;
    box-sizing: border-box;
    padding: 0 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff;
    background-color: rgba(0, 82, 217, .1)
}

.cdc-lottery-modal__tip-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 63.30935251798561%;
    background-size: 1981.25% auto
}

.cdc-lottery-modal__tip-text {
    font-size: 14px;
    line-height: 22px;
    color: #0134b5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cdc-lottery-modal__detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-lottery-modal__gift {
    margin-right: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 160px;
    height: 100px;
    background-color: #edf1f6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cdc-lottery-modal__gift img {
    width: 70px;
    height: 47px
}

.cdc-lottery-modal__infos {
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cdc-lottery-modal__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 12px
}

.cdc-lottery-modal__info:last-child {
    margin-bottom: 0
}

.cdc-lottery-modal__info-label {
    min-width: 70px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 22px;
    color: #495770;
    margin-right: 10px
}

.cdc-lottery-modal__info-content {
    max-width: 154px;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cdc-lottery-modal__info-content.is-editable {
    color: #0052d9;
    cursor: pointer
}

.cdc-lottery-modal__operates {
    margin-top: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.cdc-lottery-modal__operate {
    margin: 0 10px
}

.cdc-lottery-modal__operate.cdc-btn {
    min-width: 150px
}

@media screen and (max-width:768px) {
    .cdc-lottery-modal .cdc-modal__inner {
        border-radius: 0;
        position: fixed;
        bottom: 0;
        top: unset;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        padding: 16px 16px 36px;
        width: 100% !important;
        min-width: unset
    }

    .cdc-lottery-modal__detail {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cdc-lottery-modal__gift {
        height: 100px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px
    }

    .cdc-lottery-modal__info-label {
        font-size: 12px;
        line-height: 18px;
        margin-right: 6px
    }

    .cdc-lottery-modal__info-content {
        font-size: 12px;
        line-height: 18px;
        max-width: 100%
    }

    .cdc-lottery-modal__operates {
        margin-top: 20px
    }

    .cdc-lottery-modal__operate {
        width: 100%;
        margin: 0
    }

    .cdc-lottery-modal__operate.cdc-btn {
        width: calc(50% - 6px)
    }

    .cdc-lottery-modal__operate+.cdc-btn {
        margin-left: 12px
    }
}

.cdc-answer-block__hd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 12px 0;
    margin-top: 28px;
    border-bottom: 1px solid #d6dbe3
}

.cdc-answer-block__hd h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #181818
}

.cdc-answer-block__bd {
    padding: 20px 0
}

.cdc-answer-block__see-all {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    color: #0052d9;
    background: #f0f4fa;
    margin-top: 36px
}

.cdc-answer-block__segment .cdc-btn {
    width: 60px;
    min-width: 60px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    padding: 0
}

.cdc-answer-block__divider {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #97a3b7;
    margin-bottom: 24px
}

.cdc-answer-block__divider span {
    margin: 0 22px
}

.cdc-answer-block__divider:after,
.cdc-answer-block__divider:before {
    content: "";
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #d6dbe3
}

.cdc-answer-empty {
    color: #4b5b76
}

.cdc-answer-empty,
.cdc-answer-empty__result {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-answer-empty__result {
    -ms-flex-pack: center;
    justify-content: center;
    height: 54px;
    background: #f5f7fa;
    border-radius: 4px;
    margin-left: 18px;
    -ms-flex: 1;
    flex: 1
}

.cdc-answer-empty .cdc-avatar {
    -ms-flex: none;
    flex: none;
    width: 24px;
    height: 24px
}

.cdc-answer__hd {
    border-radius: 4px;
    margin-bottom: 8px
}

.cdc-answer__hd,
.cdc-answer__hd-tit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-answer__hd-tit {
    cursor: pointer
}

.cdc-answer__hd-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-answer__hd h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-left: 8px;
    cursor: pointer
}

.cdc-answer__hd h4:hover {
    color: #0052d9
}

.cdc-answer__hd .cdc-avatar {
    -ms-flex: none;
    flex: none;
    width: 24px;
    height: 24px
}

.cdc-answer__time {
    font-weight: 400;
    color: #97a3b7
}

.cdc-answer__status-adopted,
.cdc-answer__time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 20px
}

.cdc-answer__status-adopted {
    margin-left: 12px;
    color: #0cbf58
}

.cdc-answer__status-adopted>i {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 10.631229235880399% 100%;
    background-size: 1981.25% auto
}

.cdc-answer__tag {
    border: 1px solid #0052d9;
    border-radius: 2px;
    padding: 0 7px;
    line-height: 19px
}

.cdc-answer__tag,
.cdc-answer__tag-self {
    display: inline-block;
    height: 20px;
    color: #0052d9;
    font-size: 12px;
    margin-left: 8px
}

.cdc-answer__tag-self {
    padding: 0 7px 0 10px;
    line-height: 20px;
    position: relative;
    border: e;
    background: url(../../images/tag-self-bg_580.svg) 0 no-repeat
}

.cdc-answer__tag-top {
    display: inline-block;
    height: 20px;
    border: 1px solid #ff7800;
    border-radius: 2px;
    padding: 0 7px;
    font-size: 12px;
    line-height: 19px;
    margin-left: 8px;
    background: #ff7800;
    color: #fff
}

.cdc-answer__bd {
    padding-left: 32px;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-answer__tip--warning {
    display: -ms-flexbox;
    display: flex;
    background: #ffeddf;
    border-radius: 2px;
    font-size: 12px;
    line-height: 20px;
    color: #ff7800;
    padding: 2px 6px;
    margin-top: 12px
}

.cdc-answer__tip--warning p {
    word-break: break-all;
    -ms-flex: 1;
    flex: 1
}

.cdc-answer__tip--warning .cdc-link {
    font-size: 12px;
    white-space: nowrap
}

.cdc-answer__tip--error {
    display: -ms-flexbox;
    display: flex;
    background: #fce8e8;
    border-radius: 2px;
    font-size: 12px;
    line-height: 20px;
    color: #f64041;
    padding: 2px 6px;
    margin-top: 12px
}

.cdc-answer__tip--error p {
    word-break: break-all;
    -ms-flex: 1;
    flex: 1
}

.cdc-answer__tip--error .cdc-link {
    font-size: 12px;
    white-space: nowrap
}

.cdc-answer__tip--adopt {
    display: -ms-flexbox;
    display: flex;
    background: #effbf5;
    border-radius: 2px;
    font-size: 12px;
    line-height: 20px;
    color: #0cbf5b;
    padding: 2px 6px;
    margin-top: 12px
}

.cdc-answer__tip--adopt p {
    word-break: break-all;
    -ms-flex: 1;
    flex: 1
}

.cdc-answer__tip--adopt .cdc-link {
    font-size: 12px;
    white-space: nowrap
}

.cdc-answer__img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    margin-bottom: 8px
}

.cdc-answer__text {
    margin-bottom: 8px;
    word-break: break-all
}

.cdc-answer__operation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px
}

.cdc-comment {
    padding-left: 32px
}

.cdc-comment__hd {
    border-radius: 4px;
    margin-bottom: 4px
}

.cdc-comment__hd,
.cdc-comment__hd-tit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-comment__hd-tit {
    cursor: pointer
}

.cdc-comment__hd-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-comment__hd h4 {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    margin-left: 8px;
    cursor: pointer
}

.cdc-comment__hd h4:hover {
    color: #0052d9
}

.cdc-comment__hd .cdc-avatar {
    -ms-flex: none;
    flex: none;
    width: 18px;
    height: 18px
}

.cdc-comment__time {
    font-weight: 400;
    color: #97a3b7
}

.cdc-comment__status-adopted,
.cdc-comment__time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 20px
}

.cdc-comment__status-adopted {
    margin-left: 12px;
    color: #0cbf58
}

.cdc-comment__status-adopted>i {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 10.631229235880399% 100%;
    background-size: 1981.25% auto
}

.cdc-comment__tag {
    border: 1px solid #0052d9;
    border-radius: 2px;
    padding: 0 7px;
    line-height: 19px
}

.cdc-comment__tag,
.cdc-comment__tag-self {
    display: inline-block;
    height: 20px;
    color: #0052d9;
    font-size: 12px;
    margin-left: 8px
}

.cdc-comment__tag-self {
    padding: 0 7px 0 10px;
    line-height: 20px;
    position: relative;
    border: e;
    background: url(../../images/tag-self-bg_580.svg) 0 no-repeat
}

.cdc-comment__tag-top {
    display: inline-block;
    height: 20px;
    border: 1px solid #ff7800;
    border-radius: 2px;
    padding: 0 7px;
    font-size: 12px;
    line-height: 19px;
    margin-left: 8px;
    background: #ff7800;
    color: #fff
}

.cdc-comment__bd {
    padding-left: 26px;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-comment__tip--warning {
    display: -ms-flexbox;
    display: flex;
    background: #ffeddf;
    border-radius: 2px;
    font-size: 12px;
    line-height: 20px;
    color: #ff7800;
    padding: 2px 6px;
    margin-top: 12px
}

.cdc-comment__tip--warning p {
    word-break: break-all;
    -ms-flex: 1;
    flex: 1
}

.cdc-comment__tip--warning .cdc-link {
    font-size: 12px;
    white-space: nowrap
}

.cdc-comment__tip--error {
    display: -ms-flexbox;
    display: flex;
    background: #fce8e8;
    border-radius: 2px;
    font-size: 12px;
    line-height: 20px;
    color: #f64041;
    padding: 2px 6px;
    margin-top: 12px
}

.cdc-comment__tip--error p {
    word-break: break-all;
    -ms-flex: 1;
    flex: 1
}

.cdc-comment__tip--error .cdc-link {
    font-size: 12px;
    white-space: nowrap
}

.cdc-comment__tip--adopt {
    display: -ms-flexbox;
    display: flex;
    background: #effbf5;
    border-radius: 2px;
    font-size: 12px;
    line-height: 20px;
    color: #0cbf5b;
    padding: 2px 6px;
    margin-top: 12px
}

.cdc-comment__tip--adopt p {
    word-break: break-all;
    -ms-flex: 1;
    flex: 1
}

.cdc-comment__tip--adopt .cdc-link {
    font-size: 12px;
    white-space: nowrap
}

.cdc-comment__img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%;
    margin-bottom: 8px
}

.cdc-comment__text {
    margin-bottom: 8px;
    word-break: break-all
}

.cdc-comment__operation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px
}

.cdc-comment__content {
    word-wrap: break-word;
    white-space: pre-wrap
}

.is-mobile .cdc-answer-block__divider {
    font-size: 12px
}

.is-mobile .cdc-answer-block__divider span {
    margin: 0 10px
}

.cdc-operation-tips {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    z-index: 99
}

.cdc-operation-tips__inner {
    position: relative;
    background: linear-gradient(270deg, #cbdeff, hsla(0, 0%, 100%, .2)), #fff;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    box-sizing: border-box;
    padding: 0 16px
}

.cdc-operation-tips__ip {
    width: 58px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-operation-tips__ip:after {
    content: "";
    position: absolute;
    left: -16px;
    bottom: -14px;
    width: 58px;
    height: 64px;
    background: url(../../images/ip_66d.png) 50% no-repeat;
    background-size: 100% 100%
}

.cdc-operation-tips__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    font-size: 12px;
    line-height: 18px;
    color: #000
}

.cdc-operation-tips__hot {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.cdc-operation-tips__hot-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: linear-gradient(180deg, #ff5252, #ff3b3b 18.85%);
    box-shadow: 2px 4px 8px rgba(255, 59, 59, .199082);
    border-radius: 50%;
    margin-right: 2px;
    position: relative
}

.cdc-operation-tips__hot-icon:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 97.72727272727273% 81.05263157894737%;
    background-size: 3522.222222222222% auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cdc-operation-tips__hot-text {
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #ff3f3f
}

.cdc-operation-tips__more {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 4px;
    font-size: 12px;
    line-height: 22px;
    color: #0052d9
}

.cdc-operation-tips.success {
    left: 16px;
    right: 16px;
    width: auto;
    margin-bottom: 10px
}

.cdc-operation-tips.success .cdc-operation-tips__inner {
    height: auto;
    background: #fff;
    border: 1px solid #e6ebf4;
    box-shadow: 8px 8px 16px rgba(55, 99, 170, .1);
    padding: 12px 7px
}

.cdc-operation-tips.success .cdc-operation-tips__success-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 60.89965397923876% 51.8796992481203%;
    background-size: 1132.142857142857% auto;
    margin-right: 8px
}

.cdc-operation-tips.success .cdc-operation-tips__text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #088f50
}

.cdc-operation-tips.error {
    left: 16px;
    right: 16px;
    width: auto;
    margin-bottom: 10px
}

.cdc-operation-tips.error .cdc-operation-tips__inner {
    height: auto;
    background: #fff;
    border-radius: 2px;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
    padding: 12px
}

.cdc-operation-tips.error .cdc-operation-tips__error-icon {
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 22.145328719723185% 51.8796992481203%;
    background-size: 1132.142857142857% auto;
    margin-right: 12px
}

.cdc-operation-tips.error .cdc-operation-tips__text {
    font-size: 14px;
    line-height: 22px;
    color: #b42c3f;
    font-weight: 500
}

.cdc-qa-form {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2
}

.cdc-qa-form,
.cdc-qa-form__hd {
    position: absolute;
    top: 0;
    left: 0
}

.cdc-qa-form__hd {
    box-sizing: border-box;
    padding: 0 15px;
    min-width: 320px;
    height: 56px;
    line-height: 56px;
    background-color: #fff;
    text-align: center;
    right: 0;
    z-index: auto;
    border-bottom: 0;
    box-shadow: inset 0 -1px 0 0 rgba(210, 217, 231, .71);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-qa-form__hd-cancle,
.cdc-qa-form__hd-submit {
    color: #333;
    vertical-align: middle;
    font-size: 14px
}

.cdc-qa-form__hd-title {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 40px;
    font-weight: 500;
    font-size: 16px
}

.cdc-qa-form__bd {
    position: absolute;
    top: 56px;
    width: 100%
}

.cdc-qa-form__item {
    margin-bottom: 16px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 16px;
    position: relative;
    height: auto
}

.cdc-qa-form__item-input {
    height: 56px;
    line-height: 56px;
    outline: none;
    border: none;
    width: calc(100% - 120px)
}

.cdc-qa-form__item-num {
    position: absolute;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #9a9a9a;
    font-size: 12px
}

.cdc-qa-form__item-textarea {
    border: none;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 0;
    resize: none
}

.cdc-qa-form__item-desc {
    box-sizing: border-box;
    padding: 12px 0;
    font-size: 14px;
    line-height: 20px;
    color: #181818
}

.cdc-reward-card {
    background: linear-gradient(180deg, #f3f5f8, #fff);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff;
    border-radius: 4px;
    box-sizing: border-box;
    width: 371px;
    height: 98px;
    display: block;
    overflow: hidden;
    cursor: pointer
}

.cdc-reward-card__inner {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex
}

.cdc-reward-card__main {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    box-sizing: border-box;
    padding: 24px
}

.cdc-reward-card__main:has(.cdc-reward-card__btn) {
    padding-right: 130px !important
}

.cdc-reward-card__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 11em
}

.cdc-reward-card__desc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-reward-card__desc span {
    font-size: 14px;
    line-height: 22px;
    color: rgba(75, 91, 118, .8);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    display: block
}

.cdc-reward-card__status {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #0052d9;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 5px;
    color: #0052d9;
    margin-left: 4px
}

.cdc-reward-card__status.received {
    color: #0cbf5b;
    border-color: #0cbf5b
}

.cdc-reward-card__status.pending {
    color: #ff7800;
    border-color: #ff7800
}

.cdc-reward-card__object {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 130px;
    height: 100%;
    background-color: #0052d9;
    position: relative;
    overflow: hidden
}

.cdc-reward-card__object:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 2;
    background-size: auto 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.cdc-reward-card__extra {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9
}

.cdc-reward-card__extra-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 72.6962457337884% 17.77777777777778%;
    background-size: 1320.8333333333335% auto
}

.cdc-reward-card__extra-btn {
    min-width: 90px;
    box-shadow: none
}

.cdc-reward-card__extra-btn.cdc-btn {
    border-color: transparent
}

.cdc-reward-card__extra-btn.cdc-btn:hover {
    background: #ecf2fe
}

.cdc-reward-card__btn {
    position: absolute;
    right: 20px;
    top: 36px;
    margin: 0 !important
}

.cdc-reward-card.experience .cdc-reward-card__object:after {
    background-image: url(../../images/img-experience_f5e.png)
}

.cdc-reward-card.voucher .cdc-reward-card__object:after {
    background-image: url(../../images/img-voucher_7c2.png)
}

.cdc-reward-card.certificate .cdc-reward-card__object:after {
    background-image: url(../../images/img-certificate_fa4.png)
}

.cdc-reward-card.is-mobile {
    width: 100%
}

.cdc-reward-card:hover .cdc-reward-card__title {
    color: #0052d9
}

.cdc-side-entrance {
    box-sizing: border-box;
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    margin-bottom: 30px
}

.cdc-side-entrance__inner {
    box-sizing: border-box;
    padding: 34px 18px
}

.cdc-side-entrance__list {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px
}

.cdc-side-entrance__list:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 78px;
    background: #d6dbe3;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

.cdc-side-entrance__item {
    text-align: center;
    cursor: pointer
}

.cdc-side-entrance__item:hover .cdc-side-entrance__item-text {
    color: #0052d9
}

.cdc-side-entrance__item-icon {
    display: block;
    margin: 0 auto 16px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.cdc-side-entrance__item-icon.icon-personal {
    background-image: url(../../images/personal_da4.png)
}

.cdc-side-entrance__item-icon.icon-column {
    background-image: url(../../images/column_9ad.png)
}

.cdc-side-entrance__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #0052d9;
    background: #0052d9;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff;
    cursor: pointer
}

.cdc-side-entrance__btn-icon {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 68.43853820598007% 88.48920863309353%;
    background-size: 1981.25% auto
}

.cdc-side-entrance__btn-text {
    font-size: 14px;
    line-height: 22px;
    color: #fff
}

.cdc-side-entrance__btn:hover {
    background-color: #2670e8;
    box-shadow: none;
    transition: all .3s ease-in-out
}

.side-feedback__qr {
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 16px
}

.side-feedback__qr-code {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 92px;
    height: 92px;
    margin-right: 12px
}

.side-feedback__qr-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 4px;
    white-space: nowrap
}

.side-feedback__qr-desc {
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76
}

.side-feedback__operate {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f5f7fa;
    height: 56px;
    width: 100%;
    cursor: pointer
}

.side-feedback__operate-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 4px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 40.955631399317404% 73.33333333333333%;
    background-size: 1320.8333333333335% auto
}

.side-feedback__operate-text {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.side-feedback__operate:hover .mod-feedback__operate-icon {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 32.76450511945392% 73.33333333333333%;
    background-size: 1320.8333333333335% auto
}

.side-feedback__operate:hover .mod-feedback__operate-text {
    color: #0052d9
}

.cdc-side-hot-tag__list {
    margin-top: 16px
}

.cdc-side-hot-tag__item {
    margin-top: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-side-hot-tag__item-main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 12px;
    max-width: calc(100% - 78px)
}

.cdc-side-hot-tag__item-main:hover .cdc-side-hot-tag__item-title {
    color: #0052d9
}

.cdc-side-hot-tag__item-title {
    position: relative;
    padding-left: 24px;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #181818;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-side-hot-tag__item-title:before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 79.734219269103% 100%;
    background-size: 1981.25% auto
}

.cdc-side-hot-tag__item-desc {
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cdc-side-hot-tag__item-desc,
.cdc-side-hot-tag__item-infos {
    font-size: 12px;
    line-height: 20px;
    color: #97a3b7
}

.cdc-side-hot-tag__item-info {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 33.33333%
}

.cdc-side-hot-tag__item-info:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #97a3b7;
    top: 50%;
    margin-top: -1px;
    left: -14px
}

.cdc-side-hot-tag__item-info:first-child:before {
    display: none
}

.cdc-side-hot-tag__item-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-side-hot-tag__item-btn.cdc-btn {
    width: 66px;
    min-width: 66px;
    padding: 0
}

.cdc-side-info {
    width: 338px;
    box-sizing: border-box;
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1)
}

.cdc-side-info__inner {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 40px 18px 26px;
    height: 100%
}

.cdc-side-info__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.cdc-side-info__item {
    text-align: center
}

.cdc-side-info__item-number {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #181818;
    margin-bottom: 8px
}

.cdc-side-info__item-text {
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76
}

.cdc-side-info__desc {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #d6dbe3
}

.cdc-side-info__desc em {
    margin: 0 4px;
    font-size: 18px;
    line-height: 26px;
    color: #181818;
    font-weight: 500
}

.cdc-side-info.is-mobile {
    width: auto;
    height: auto
}

.cdc-side-info.is-mobile .cdc-side-info__inner {
    padding: 14px
}

.cdc-side-info.is-mobile .cdc-side-info__inner:before {
    display: none
}

.cdc-side-info.is-mobile .cdc-side-info__item-text {
    color: #4b5b76
}

.cdc-side-personal-level {
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.cdc-side-personal-level__inner {
    position: relative;
    box-sizing: border-box;
    padding: 20px 18px
}

.cdc-side-personal-level__hd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px solid #d6dbe3
}

.cdc-side-personal-level__hd:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 81px;
    height: 1px;
    background: #0052d9
}

.cdc-side-personal-level__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #181818;
    margin-right: 8px
}

.cdc-side-personal-level__bd {
    padding-top: 16px
}

.cdc-side-personal-level__value {
    margin-bottom: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.cdc-side-personal-level__value-text {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: .6px;
    color: #000
}

.cdc-side-personal-level__value-link {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    padding-right: 16px;
    position: relative;
    margin-left: 8px
}

.cdc-side-personal-level__value-link:after {
    content: " ";
    top: 4px;
    position: absolute;
    width: 16px;
    height: 16px;
    transition: -webkit-transform .33s ease-in-out;
    transition: transform .33s ease-in-out;
    transition: transform .33s ease-in-out, -webkit-transform .33s ease-in-out;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 37.2093023255814% 94.24460431654677%;
    background-size: 1981.25% auto
}

.cdc-side-personal-level__value-link:hover {
    color: #0052d9
}

.cdc-side-personal-level__value-link:hover:after {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 10.631229235880399% 94.24460431654677%;
    background-size: 1981.25% auto
}

.cdc-side-personal-level__process {
    width: 100%;
    height: 12px;
    border-radius: 20px;
    position: relative;
    background: #d9d9d9;
    overflow: hidden;
    margin-bottom: 14px
}

.cdc-side-personal-level__process-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 20px;
    background: #0052d9
}

.cdc-side-personal-level__note {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-side-personal-level__note strong {
    font-weight: 600;
    color: #000;
    margin: 0 2px
}

.cdc-side-personal-level__note em {
    color: #fa7b23;
    margin: 0 2px
}

.cdc-side-personal-level__reward {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    margin-bottom: 20px
}

.cdc-side-personal-level__reward-link {
    color: #0052d9;
    margin-left: 2px
}

.cdc-side-personal-level__btn .cdc-btn.size-s {
    min-width: unset;
    width: 100%
}

.cdc-side-personal-level.is-mobile:before {
    display: none
}

.cdc-side-personal-level.is-mobile .cdc-side-personal-level__inner {
    padding: 16px
}

.cdc-side-personal-level.is-mobile .cdc-side-personal-level__hd {
    display: none
}

.cdc-side-personal-level.is-mobile .cdc-side-personal-level__bd {
    padding: 0;
    position: relative
}

.cdc-side-personal-level.is-mobile .cdc-side-personal-level__value {
    margin-bottom: 20px
}

.cdc-side-personal-level.is-mobile .cdc-side-personal-level__value-text {
    font-size: 20px;
    line-height: 28px
}

.cdc-side-personal-level.is-mobile .cdc-side-personal-level__process {
    height: 11px
}

.cdc-side-personal-level.is-mobile .cdc-side-personal-level__note {
    margin-bottom: 4px
}

.cdc-side-personal-level.is-mobile .cdc-side-personal-level__reward {
    margin-bottom: 0
}

.cdc-side-personal-level.is-mobile .cdc-side-personal-level__btn {
    position: absolute;
    right: 0;
    top: 2px
}

.cdc-side-personal-level.is-mobile .cdc-side-personal-level__btn .cdc-btn {
    padding: 0;
    width: 96px;
    height: 26px;
    line-height: 24px
}

.cdc-side-personal-profile,
.cdc-side-personal-profile .cdc-card__hd {
    position: relative
}

.cdc-side-personal-profile .cdc-card__hd:after {
    content: "";
    position: absolute;
    width: 81px;
    height: 1px;
    background-color: #0052d9;
    bottom: -1px;
    left: 0
}

.cdc-side-personal-profile__list {
    margin-top: 20px;
    margin-bottom: -24px
}

.cdc-side-personal-profile__item {
    margin-bottom: 24px;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-side-personal-profile__item-icon {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 10px
}

.cdc-side-personal-profile__item-icon.icon-company {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 47.50830564784053% 42.44604316546763%;
    background-size: 1981.25% auto
}

.cdc-side-personal-profile__item-icon.icon-profile {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 42.524916943521596% 100%;
    background-size: 1981.25% auto
}

.cdc-side-personal-profile__item-icon.icon-skill {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 86.33093525179856%;
    background-size: 1981.25% auto
}

.cdc-side-personal-profile__item-icon.icon-education {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 79.734219269103% 94.24460431654677%;
    background-size: 1981.25% auto
}

.cdc-side-personal-profile__item-icon.icon-website {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 63.78737541528239% 100%;
    background-size: 1981.25% auto
}

.cdc-side-personal-profile__item-icon.icon-position {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 21.262458471760798% 100%;
    background-size: 1981.25% auto
}

.cdc-side-personal-profile__item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 14px;
    color: rgba(0, 0, 0, .4)
}

.cdc-side-personal-profile__operate {
    position: absolute;
    top: 29px;
    right: 24px;
    cursor: pointer
}

.cdc-side-personal-profile__operate-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 5.755395683453238%;
    background-size: 1981.25% auto
}

.cdc-side-personal-profile__operate:hover .cdc-side-personal-profile__operate-icon {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 85.04983388704319% 94.24460431654677%;
    background-size: 1981.25% auto
}

.cdc-side-product__swiper .tpm1-swiper__pages {
    margin-top: 20px
}

.cdc-side-product__swiper .tpm1-swiper__pages .swiper-pagination-bullet {
    width: 16px;
    height: 3px;
    margin: 0 4px
}

.cdc-side-team__content {
    margin-top: 16px
}

.cdc-side-team__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin-bottom: 4px
}

.cdc-side-team__desc {
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76
}

.cdc-side-team__skills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -4px
}

.cdc-side-team__skill {
    margin-top: 8px;
    margin-right: 8px
}

.cdc-side-team__skill .cdc-tag__inner {
    padding: 0 6px;
    background: #ecf2fe;
    color: #0052d9
}

.cdc-side-team__infos {
    margin-top: 20px;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.cdc-side-team__info,
.cdc-side-team__infos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-side-team__info {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.cdc-side-team__info-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 8px
}

.cdc-side-team__info-icon.article {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 72.6962457337884% 8.88888888888889%;
    background-size: 1320.8333333333335% auto
}

.cdc-side-team__info-icon.ask {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 72.6962457337884% 44.44444444444444%;
    background-size: 1320.8333333333335% auto
}

.cdc-side-team__info-icon.follower {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 24.573378839590443% 73.33333333333333%;
    background-size: 1320.8333333333335% auto
}

.cdc-side-team__info-text span {
    font-size: 12px;
    color: #4b5b76;
    vertical-align: middle
}

.cdc-side-team__info-text strong {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    color: #181818;
    margin-left: 4px
}

.cdc-side-team__info:nth-child(2) {
    padding: 0 31px
}

.cdc-side-team__info:nth-child(2):after,
.cdc-side-team__info:nth-child(2):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #d6dbe3;
    top: 0
}

.cdc-side-team__info:nth-child(2):before {
    left: 0
}

.cdc-side-team__info:nth-child(2):after {
    right: 0
}

.cdc-side-team__btn {
    display: block;
    margin: 32px auto 0;
    min-width: 116px
}

.cdc-side-team__btn.cdc-btn {
    height: 32px;
    line-height: 30px
}

.cdc-side-userpanel {
    margin-top: 16px
}

.cdc-side-userpanel__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-side-userpanel__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 16px
}

.cdc-side-userpanel__main {
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cdc-side-userpanel__detail {
    position: relative;
    padding-right: 82px
}

.cdc-side-userpanel__name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000
}

.cdc-side-userpanel__name-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    cursor: pointer
}

.cdc-side-userpanel__name-text:hover {
    color: #0052d9
}

.cdc-side-userpanel__infos {
    font-size: 12px;
    line-height: 20px;
    color: #97a3b7;
    margin-top: 4px
}

.cdc-side-userpanel__infos>span {
    display: inline-block;
    vertical-align: middle;
    max-width: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-side-userpanel__infos>span+span {
    position: relative;
    margin-left: 13px
}

.cdc-side-userpanel__infos>span+span:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #97a3b7;
    border-radius: 50%;
    top: 9px;
    left: -7px
}

.cdc-side-userpanel__infos>span.is-covered {
    max-width: 100% !important
}

.cdc-side-userpanel__ask {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cdc-side-userpanel__ask.cdc-btn {
    min-width: 66px;
    padding: 0 12px
}

.cdc-side-userpanel__skills {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4px;
    margin-bottom: -8px
}

.cdc-side-userpanel__skill {
    font-size: 12px;
    line-height: 20px;
    color: #0052d9;
    padding: 0 6px;
    background: #ecf2fe;
    border-radius: 2px;
    margin-bottom: 8px;
    margin-right: 8px;
    display: block
}

.cdc-side-userpanel .icon-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 6px;
    height: 8px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 100% 69.58041958041959%;
    background-size: 6340% auto
}

.cdc-side-userpanel.show-arrow {
    cursor: pointer
}

.cdc-side-userpanel.show-arrow:hover .icon-arrow {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 99.67948717948718% 52.7972027972028%;
    background-size: 6340% auto
}

.cdc-side-userpanel.show-arrow:hover .cdc-side-userpanel__name-text {
    color: #0052d9
}

.cdc-sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999
}

.cdc-sticky-footer .mod-sticky-footer {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
    opacity: 0;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 -8px 16px rgba(55, 99, 170, .1);
    background: #fff
}

.cdc-sticky-footer .mod-sticky-footer.is-show {
    visibility: unset;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.cdc-sticky-footer .mod-sticky-footer__inner {
    width: 100%;
    box-sizing: border-box;
    padding-right: 80px;
    padding-left: 72px;
    position: relative
}

.cdc-sticky-footer .mod-sticky-footer__header {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    background: linear-gradient(345.95deg, #f1f6ff, #f1f6ff 104.57%);
    box-sizing: border-box;
    padding: 27px 28px 17px;
    word-break: break-all;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0052d9
}

.cdc-sticky-footer .mod-sticky-footer__content {
    box-sizing: border-box;
    padding: 20px 0 20px 74px;
    width: 100%
}

.cdc-sticky-footer .mod-sticky-footer__close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 4.651162790697675% 88.48920863309353%;
    background-size: 1981.25% auto
}

.cdc-sticky-footer .mod-sticky-footer__close:hover {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 9.966777408637874% 88.48920863309353%;
    background-size: 1981.25% auto
}

.cdc-sticky-footer .mod-sticky-footer__swiper.tpm1-swiper .swiper-container {
    overflow-y: unset;
    overflow-x: clip
}

.cdc-sticky-footer .mod-sticky-footer__swiper.tpm1-swiper .swiper-slide {
    width: auto !important
}

.cdc-sticky-footer .mod-sticky-footer__swiper.tpm1-swiper .tpm1-swiper__btn {
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cdc-sticky-footer .mod-sticky-footer__swiper.tpm1-swiper .tpm1-swiper__btn--prev {
    margin-right: 16px
}

.cdc-sticky-footer .mod-sticky-footer__swiper.tpm1-swiper .tpm1-swiper__btn--next.swiper-button-disabled {
    display: none
}

.cdc-study-card {
    display: block;
    box-sizing: border-box;
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff;
    position: relative
}

.cdc-study-card__status {
    position: absolute;
    top: -2px;
    right: -2px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 1px 8px;
    background: linear-gradient(276.64deg, #0052d9 -1.4%, #0f69ff);
    border-radius: 2px;
    text-align: center;
    color: #fff
}

.cdc-study-card__status.finished {
    background: linear-gradient(280.15deg, #0cbf5b, #1ccf6b)
}

.cdc-study-card__main {
    box-sizing: border-box;
    padding: 30px 19px 20px;
    background: url(../../images/bg-img_ed1.png) 50% no-repeat;
    background-size: cover;
    height: 155px
}

.cdc-study-card__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #181818;
    margin-bottom: 8px
}

.cdc-study-card__desc,
.cdc-study-card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cdc-study-card__desc {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-study-card__infos {
    box-sizing: border-box;
    padding: 20px 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.cdc-study-card__info {
    text-align: center
}

.cdc-study-card__info-num {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #181818
}

.cdc-study-card__info-text {
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76
}

.cdc-study-card:hover {
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .2), -8px -8px 20px #fff
}

.cdc-study-card:hover .cdc-study-card__title {
    color: #0052d9
}

.cdc-tab-bar {
    position: relative;
    margin-right: -16px;
    margin-left: -16px
}

.cdc-tab-bar__hd {
    border-top: 1px solid #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 50;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.cdc-tab-bar__menu {
    -ms-flex: 1 1;
    flex: 1 1;
    width: 1px;
    white-space: nowrap;
    position: relative;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    margin-bottom: -10px
}

.cdc-tab-bar__menu-list {
    overflow-x: auto;
    padding-bottom: 10px;
    padding-right: 40px;
    box-sizing: border-box;
    overflow-y: hidden
}

.cdc-tab-bar__menu-item {
    height: 46px;
    background: linear-gradient(180deg, #f3f5f8, #fff);
    display: inline-block;
    box-shadow: 2px 2px 10px rgba(55, 99, 170, .1), -2px -2px 10px #fff
}

.cdc-tab-bar__menu-content {
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #181818;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box
}

.cdc-tab-bar__menu-content.is-selected {
    background: #0052d9;
    color: #fff;
    position: relative
}

.cdc-tab-bar__menu-content.is-selected:after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    top: 100%;
    left: 50%;
    right: inherit;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top-color: #0052d9
}

.cdc-tab-bar__toggle {
    position: absolute;
    right: 0;
    top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: -1px;
    height: 46px;
    width: 42px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    background: linear-gradient(180deg, #f3f5f8, #fff);
    box-shadow: -4px -4px 10px rgba(55, 99, 170, .1);
    z-index: 9
}

.cdc-tab-bar__toggle-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 84.38538205980066% 88.48920863309353%;
    background-size: 1981.25% auto
}

.cdc-tab-bar__bd {
    margin-top: -8px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    transition: .4s;
    padding: 20px 14px;
    z-index: 9;
    background: linear-gradient(180deg, #f3f5f8, #fff);
    border: 1px solid #fff;
    box-shadow: 2px 2px 10px rgba(55, 99, 170, .1), -2px -2px 10px #fff;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto
}

.cdc-tab-bar__anchor-list {
    margin: 0 -8px -12px;
    font-size: 0
}

.cdc-tab-bar__anchor {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #181818;
    line-height: 22px;
    padding: 4px 10px;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin-bottom: 12px
}

.cdc-tab-bar__anchor.is-selected {
    color: #0052d9
}

.cdc-tab-bar.is-expanded .cdc-tab-bar__bd {
    display: block
}

.cdc-tab-bar.is-expanded .cdc-tab-bar__toggle-icon {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 26.578073089701% 94.24460431654677%;
    background-size: 1981.25% auto
}

.cdc-tech-card {
    display: block;
    width: 100%;
    height: 440px;
    background: #fff;
    position: relative
}

.cdc-tech-card__inner {
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff;
    overflow: hidden
}

.cdc-tech-card__hd {
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    min-height: 228px;
    background: linear-gradient(90deg, #f7fbff 19.39%, rgba(243, 247, 250, 0))
}

.cdc-tech-card__hd:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    content: "";
    height: 100%;
    background-position: top;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.cdc-tech-card__hd-content {
    position: relative;
    z-index: 1;
    min-height: 184px
}

.cdc-tech-card__label {
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #495770;
    margin-bottom: 16px
}

.cdc-tech-card__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #181818;
    -webkit-line-clamp: 2;
    margin-bottom: 8px
}

.cdc-tech-card__desc,
.cdc-tech-card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.cdc-tech-card__desc {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #4b5b76;
    -webkit-line-clamp: 4;
    position: relative;
    margin-right: -18px;
    padding-right: 14px
}

.cdc-tech-card__desc::-webkit-scrollbar {
    width: 4px
}

.cdc-tech-card__desc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d6dbe3
}

.cdc-tech-card__toggle {
    position: absolute;
    height: 52px;
    left: -20px;
    right: -20px;
    bottom: -24px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 30px;
    cursor: pointer;
    display: none;
    background: linear-gradient(180deg, rgba(249, 253, 255, 0), #f3f9fe 49.02%)
}

.cdc-tech-card__toggle>i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 87% 78.70036101083032%;
    background-size: 1864.7058823529412% auto
}

.cdc-tech-card__toggle:hover>i {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 87% 72.56317689530685%;
    background-size: 1864.7058823529412% auto
}

.cdc-tech-card__bd {
    background: #fff;
    box-sizing: border-box;
    padding: 16px 20px 17px
}

.cdc-tech-card__list {
    margin-bottom: -5px;
    min-height: 132px
}

.cdc-tech-card__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.cdc-tech-card__item-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff;
    position: relative;
    margin-right: 12px
}

.cdc-tech-card__item-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 10px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 97.41100323624595% 74.64788732394366%;
    background-size: 3962.5% auto
}

.cdc-tech-card__item-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 22px;
    color: #181818
}

.cdc-tech-card__item-hot {
    font-size: 10px;
    line-height: 20px;
    color: #97a3b7;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 8px
}

.cdc-tech-card__item.more {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 51.798561151079134%;
    background-size: 1981.25% auto;
    margin-left: 8px;
    margin-top: -4px
}

.cdc-tech-card__btn {
    display: block;
    text-align: center;
    height: 36px;
    line-height: 36px;
    width: 100%;
    color: #0052d9;
    font-size: 14px;
    margin-top: 16px;
    cursor: pointer
}

.cdc-tech-card__btn:hover {
    background: #0052d9;
    color: #fff
}

.cdc-tech-card.tech .cdc-tech-card__hd:after {
    background-image: url(../../images/tech-bg_08f.png)
}

.cdc-tech-card.product .cdc-tech-card__hd:after {
    background-image: url(../../images/product-bg_4c6.png)
}

.cdc-tech-card.solution .cdc-tech-card__hd:after {
    background-image: url(../../images/solution-bg_699.png)
}

.cdc-tech-card.service .cdc-tech-card__hd:after {
    background-image: url(../../images/service-bg_573.png)
}

.cdc-tech-card.all .cdc-tech-card__hd:after {
    background-image: url(../../images/all-bg_5ba.png)
}

.cdc-tech-card.show-toggle .cdc-tech-card__toggle {
    display: block
}

.cdc-tech-card.show-more {
    z-index: 99
}

.cdc-tech-card.show-more .cdc-tech-card__inner {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff
}

.cdc-tech-card.show-more .cdc-tech-card__title {
    color: #0052d9
}

.cdc-tech-card.show-more .cdc-tech-card__desc {
    display: block;
    max-height: 198px;
    overflow-x: hidden;
    overflow-y: auto
}

.cdc-tech-card.show-more .cdc-tech-card__toggle {
    background: transparent
}

.cdc-tech-card.show-more .cdc-tech-card__toggle>i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 87% 72.56317689530685%;
    background-size: 1864.7058823529412% auto
}

.cdc-tech-card.show-more .cdc-tech-card__btn {
    background: #0052d9;
    color: #fff
}

.cdc-tech-card.is-mobile {
    height: auto
}

.cdc-tech-card.is-mobile .cdc-tech-card__hd {
    min-height: 120px;
    padding: 16px
}

.cdc-tech-card.is-mobile .cdc-tech-card__hd-content {
    min-height: unset
}

.cdc-tech-card.is-mobile .cdc-tech-card__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px
}

.cdc-tech-card.is-mobile .cdc-tech-card__desc-text .cdc-text-truncation__content {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    max-height: 44px
}

.cdc-tech-card.is-mobile .cdc-tech-card__desc-text .cdc-text-truncation__content:before {
    height: calc(100% - 22px)
}

.cdc-tech-card.is-mobile .cdc-tech-card__desc-text .cdc-text-truncation__toggle-btn:after {
    font-size: 14px;
    color: #0052d9;
    content: "了解更多>";
    margin-top: -3px
}

.cdc-tech-card.is-mobile .cdc-tech-card__desc-text .cdc-text-truncation__toggle-checkbox:checked+.cdc-text-truncation__content {
    max-height: 44px
}

.cdc-tech-card.is-mobile .cdc-tech-card__desc-text .cdc-text-truncation__toggle-checkbox:checked+.cdc-text-truncation__content .cdc-text-truncation__toggle-btn:before {
    display: inline-block
}

.cdc-tech-card.is-mobile .cdc-tech-card__bd {
    padding: 0
}

.cdc-tech-card.is-mobile .cdc-tech-card__btn {
    height: 40px;
    line-height: 40px;
    background-color: #0052d9;
    color: #fff;
    margin-top: 0
}

.cdc-tech-card.is-mobile.show-more .cdc-tech-card__inner {
    position: relative
}

.cdc-training-card {
    cursor: pointer;
    display: block;
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff;
    width: 380px;
    height: 444px
}

.cdc-training-card__inner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative
}

.cdc-training-card__tag {
    position: absolute;
    z-index: 9;
    top: -6px;
    right: -2px;
    background: #f64041;
    border-radius: 0 6px 0 0;
    padding: 3px 8px 3px 0;
    font-size: 12px;
    line-height: 20px;
    color: #fff
}

.cdc-training-card__tag:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 26px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 64.35643564356435% 41.7910447761194%;
    background-size: 2264.285714285714% auto;
    top: 0;
    right: calc(100% - 1px)
}

.cdc-training-card__hd {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    background: url(../../images/img-bg_385.png) 50% no-repeat;
    background-size: 100% 100%;
    height: 204px
}

.cdc-training-card__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #181818;
    margin-bottom: 8px
}

.cdc-training-card__desc,
.cdc-training-card__title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cdc-training-card__desc {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    margin-bottom: 16px
}

.cdc-training-card__rewards-item {
    box-sizing: border-box;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76;
    white-space: nowrap;
    position: relative
}

.cdc-training-card__rewards-item:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 86.71096345514951% 66.4259927797834%;
    background-size: 1981.25% auto;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cdc-training-card__rewards-item+.cdc-training-card__rewards-item {
    margin-top: 4px
}

.cdc-training-card__bd {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    min-height: 160px
}

.cdc-training-card__course-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-bottom: 12px;
    position: relative
}

.cdc-training-card__course-item:before {
    content: "";
    height: 100%;
    border-left: 1px dashed #97a3b7;
    position: absolute;
    left: 12px;
    top: 100%
}

.cdc-training-card__course-item:last-child {
    margin-bottom: 0
}

.cdc-training-card__course-item:last-child:before {
    display: none
}

.cdc-training-card__course-item .item-step {
    position: relative;
    z-index: 3;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    box-sizing: border-box;
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px #fff;
    color: #4b5b76;
    font-size: 12px;
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cdc-training-card__course-item .item-title {
    color: #181818;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.cdc-training-card__course-more {
    margin-top: 8px;
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 51.798561151079134%;
    background-size: 1981.25% auto
}

.cdc-training-card__info {
    padding: 0 20px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #97a3b7;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 4px
}

.cdc-training-card__ft,
.cdc-training-card__info {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-training-card__ft {
    padding: 0 20px 20px
}

.cdc-training-card__registered {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 20px;
    color: #97a3b7
}

.cdc-training-card__registered-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 86.71096345514951% 66.4259927797834%;
    background-size: 1981.25% auto;
    margin-right: 4px
}

.cdc-training-card__btn {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cdc-training-card:hover {
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .2), -8px -8px 20px #fff
}

.cdc-training-card:hover .cdc-training-card__title {
    color: #0052d9
}

@media screen and (max-width:768px) {
    .cdc-training-card__btn.cdc-btn {
        min-width: unset;
        padding: 0 2px
    }
}

.cdc-widget-operations {
    margin-bottom: -18px;
    background: linear-gradient(0deg, #fff -18.18%, #f3f6fb 107.14%);
    border: 2px solid #fff;
    box-shadow: 8px 8px 16px rgba(55, 99, 170, .1);
    border-radius: 40px;
    box-sizing: border-box;
    padding: 0 32px 0 24px;
    position: relative
}

.cdc-widget-operations__inner {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 8px 0;
    width: 88px;
    overflow-x: clip;
    transition: all .3s ease-in-out
}

.cdc-widget-operations__item {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-right: 20px
}

.cdc-widget-operations__item:last-child {
    margin-right: 0
}

.cdc-widget-operations__item-icon {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 26.71232876712329% 62.96296296296296%;
    background-size: 1268% auto
}

.cdc-widget-operations__item-icon.like {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 80.88737201365188% 8.88888888888889%;
    background-size: 1320.8333333333335% auto
}

.cdc-widget-operations__item-icon.book {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 72.6962457337884% 62.22222222222222%;
    background-size: 1320.8333333333335% auto
}

.cdc-widget-operations__item-icon.share {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 49.14675767918089% 82.22222222222221%;
    background-size: 1320.8333333333335% auto
}

.cdc-widget-operations__item-icon.save {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 16.38225255972696% 82.22222222222221%;
    background-size: 1320.8333333333335% auto
}

.cdc-widget-operations__item-icon.logout {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 43.83561643835616% 62.96296296296296%;
    background-size: 1268% auto
}

.cdc-widget-operations__item-icon.question {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 89.07849829351537% 8.88888888888889%;
    background-size: 1320.8333333333335% auto
}

.cdc-widget-operations__item-number {
    position: absolute;
    top: -18px;
    left: 16px;
    background: #ff7800;
    border: 2px solid #fff;
    box-shadow: 0 4px 4px rgba(255, 120, 0, .16);
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 12px;
    height: 20px;
    line-height: 16px;
    color: #fff;
    min-width: 30px;
    text-align: center;
    padding: 0 4px
}

.cdc-widget-operations__item:hover .cdc-widget-operations__item {
    background: linear-gradient(1turn, #fcfdff, #dee7f3)
}

.cdc-widget-operations__item:hover .cdc-widget-operations__item-icon {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 18.15068493150685% 62.96296296296296%;
    background-size: 1268% auto
}

.cdc-widget-operations__item:hover .cdc-widget-operations__item-icon.like {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 65.52901023890784% 73.33333333333333%;
    background-size: 1320.8333333333335% auto
}

.cdc-widget-operations__item:hover .cdc-widget-operations__item-icon.book {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 16.38225255972696% 73.33333333333333%;
    background-size: 1320.8333333333335% auto
}

.cdc-widget-operations__item:hover .cdc-widget-operations__item-icon.share {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 32.76450511945392% 82.22222222222221%;
    background-size: 1320.8333333333335% auto
}

.cdc-widget-operations__item:hover .cdc-widget-operations__item-icon.save {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 8.19112627986348% 82.22222222222221%;
    background-size: 1320.8333333333335% auto
}

.cdc-widget-operations__item:hover .cdc-widget-operations__item-icon.logout {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 35.273972602739725% 62.96296296296296%;
    background-size: 1268% auto
}

.cdc-widget-operations__item:hover .cdc-widget-operations__item-icon.question {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 89.07849829351537% 0%;
    background-size: 1320.8333333333335% auto
}

.cdc-widget-operations__item.is-active .cdc-widget-operations__item-icon.like {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 49.14675767918089% 73.33333333333333%;
    background-size: 1320.8333333333335% auto
}

.cdc-widget-operations__item.is-active .cdc-widget-operations__item-icon.book {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 8.19112627986348% 73.33333333333333%;
    background-size: 1320.8333333333335% auto
}

.cdc-widget-operations__item.is-active .cdc-widget-operations__item-icon.save {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 9.58904109589041% 62.96296296296296%;
    background-size: 1268% auto
}

.cdc-widget-operations__item.is-active .save-bubble-content,
.cdc-widget-operations__item.is-hover .save-bubble {
    display: block
}

.cdc-widget-operations__bubble .tea-bubble__inner {
    background: #fff;
    border: 1px solid #e8ecf1;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    padding: 10px
}

.cdc-widget-operations__bubble .tea-bubble--left .tea-bubble__inner:after {
    border-right-color: #fff;
    margin-right: -1px
}

.cdc-widget-operations__bubble .tea-bubble--left .tea-bubble__inner:before {
    border-right-color: #f0f3f8
}

.cdc-widget-operations__bubble .tea-bubble--right .tea-bubble__inner:after {
    border-left-color: #fff;
    margin-left: -1px
}

.cdc-widget-operations__bubble .tea-bubble--right .tea-bubble__inner:before {
    border-left-color: #f0f3f8
}

.cdc-widget-operations__bubble .tea-bubble--bottom .tea-bubble__inner:after {
    border-top-color: #fff;
    margin-top: -1px
}

.cdc-widget-operations__bubble .tea-bubble--bottom .tea-bubble__inner:before {
    border-top-color: #e8ecf1
}

.cdc-widget-operations__bubble .tea-bubble--top .tea-bubble__inner:after {
    border-bottom-color: #fff;
    margin-bottom: -1px
}

.cdc-widget-operations__bubble .tea-bubble--top .tea-bubble__inner:before {
    border-bottom-color: #e8ecf1
}

.cdc-widget-operations__toggle {
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer
}

.cdc-widget-operations__toggle-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 31.893687707641195% 94.24460431654677%;
    background-size: 1981.25% auto
}

.cdc-widget-operations__toggle:hover .cdc-widget-operations__toggle-icon {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 15.946843853820598% 94.24460431654677%;
    background-size: 1981.25% auto
}

.cdc-widget-operations__toggle:after {
    content: "";
    position: absolute;
    left: -8px;
    top: 4px;
    height: 20px;
    width: 1px;
    background: #d9d9d9
}

.cdc-widget-operations__tip {
    position: absolute;
    width: 250px;
    height: 64px;
    left: 36px;
    top: -68px;
    background: linear-gradient(1turn, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 16px rgba(55, 99, 170, .1);
    border-radius: 32px;
    box-sizing: border-box;
    padding: 10px 44px;
    z-index: 101
}

.cdc-widget-operations__tip-content {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    max-width: 144px
}

.cdc-widget-operations__tip-content a {
    display: inline-block;
    vertical-align: middle;
    color: #0052d9;
    font-size: 0;
    width: 24px;
    height: 24px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 89.07849829351537% 8.88888888888889%;
    background-size: 1320.8333333333335% auto
}

.cdc-widget-operations__tip-ip {
    position: absolute;
    left: -48px;
    bottom: -24px;
    width: 114px;
    height: 126px;
    background: url(../../images/ip_639.png) 50% no-repeat;
    background-size: 100% 100%
}

.cdc-widget-operations__tip-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 20.59800664451827% 88.48920863309353%;
    background-size: 1981.25% auto
}

.cdc-widget-operations__tip-close:hover {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 15.282392026578073% 88.48920863309353%;
    background-size: 1981.25% auto
}

.cdc-widget-operations.is-expanded {
    padding-right: 50px
}

.cdc-widget-operations.is-expanded .cdc-widget-operations__toggle-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.save-bubble-content .tea-bubble .tea-bubble__inner {
    min-width: auto;
    background: #fff;
    border: 1px solid #e8ecf1;
    box-shadow: 0 4px 16px rgba(76, 97, 134, .1);
    padding: 0;
    box-sizing: border-box;
    border-radius: 4px
}

.save-bubble-content .tea-bubble .tea-bubble__inner:before {
    border-bottom-color: #e8ecf1
}

.save-bubble-content .tea-bubble .tea-bubble__inner:after {
    margin-bottom: -1px;
    border-bottom-color: #fff
}

.save-bubble-content .tea-bubble--bottom .tea-bubble__inner:before {
    border-top-color: #e8ecf1;
    border-bottom: none
}

.save-bubble-content .tea-bubble--bottom .tea-bubble__inner:after {
    border-top-color: #fff;
    border-bottom: none
}

.save-bubble-content .save-opt {
    padding-bottom: 16px;
    min-width: 192px
}

.save-bubble-content .save-bubble-title {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    padding: 16px;
    box-sizing: border-box
}

.save-bubble-content .save-bubble-list {
    max-height: 330px;
    overflow-y: auto;
    padding: 0 16px;
    box-sizing: border-box
}

.save-bubble-content .save-bubble-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 8px;
    cursor: pointer
}

.save-bubble-content .save-bubble-item-name {
    max-width: 7em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.save-bubble-content .save-bubble-item-img {
    width: 52px;
    height: 68px;
    background: #f1f2f5;
    border-radius: 4px;
    position: relative
}

.save-bubble-content .save-bubble-item-img img {
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.save-bubble-content .save-bubble-item-num {
    width: 100%;
    height: 16px;
    border-radius: 0 0 4px 4px;
    background: #0052d9;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    text-align: center
}

.save-bubble-content .save-bubble-item.is-add {
    cursor: pointer
}

.save-bubble-content .save-bubble-item.is-add:hover .save-bubble-item-add {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 47.176079734219265% 88.48920863309353%;
    background-size: 1981.25% auto
}

.save-bubble-content .save-bubble-item.is-add .save-bubble-item-add {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 57.80730897009967% 88.48920863309353%;
    background-size: 1981.25% auto
}

.save-bubble-content .save-bubble-item+.save-bubble-item {
    margin-top: 20px
}

.save-bubble-content .save-bubble {
    min-width: 100px;
    width: auto;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 4px
}

.save-bubble-content .save-bubble span {
    display: block;
    font-size: 12px;
    color: #4b5b76
}

.cdc-ai-recommend {
    border-radius: 8px;
    background: linear-gradient(90deg, #e5eeff -3.58%, #e7ecff 47.78%, #eeedff 101.24%);
    margin-bottom: 28px
}

.cdc-ai-recommend__hd {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding: 8px 12px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.cdc-ai-recommend__hd,
.cdc-ai-recommend__opt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-ai-recommend__opt {
    gap: 12px
}

.cdc-ai-recommend__divider {
    width: 1px;
    height: 16px;
    background: #d6dbe3;
    margin-left: -6px
}

.cdc-ai-recommend__btn {
    position: relative;
    color: #0052d9;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    cursor: pointer;
    border-radius: 4px
}

.cdc-ai-recommend__btn.is-disabled {
    opacity: .5;
    cursor: not-allowed
}

.cdc-ai-recommend__btn:not(.is-disabled):hover {
    background: rgba(0, 43, 217, .08)
}

.cdc-ai-recommend__close {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../../images/icon-close_398.png) 50% no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer
}

.cdc-ai-recommend__close:hover {
    background-image: url(../../images/icon-close-h_53d.png)
}

.cdc-ai-recommend__list {
    padding: 2px 12px 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 4px;
    position: relative;
    z-index: 1
}

.cdc-ai-recommend__item {
    -ms-flex: 1;
    flex: 1;
    border-radius: 4px;
    position: relative;
    height: 34px;
    background: linear-gradient(90deg, rgba(85, 153, 255, .5) 0, rgba(148, 122, 227, .5) 60%, rgba(221, 112, 175, .5) 81%, rgba(255, 192, 72, .5));
    cursor: pointer
}

.cdc-ai-recommend__item-text {
    position: absolute;
    top: 1px;
    right: 1px;
    left: 1px;
    bottom: 1px;
    border-radius: inherit;
    background-color: #fff;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding: 8px 16px;
    border-radius: 3px;
    cursor: pointer
}

.cdc-ai-recommend__item-text:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../../images/icon-problem_bf7.svg) 50% no-repeat;
    background-size: cover;
    margin-right: 8px;
    vertical-align: -3px
}

.cdc-ai-recommend__item:hover .cdc-ai-recommend__item-text {
    background: #f2f4ff
}

.cdc-ai-recommend .icon-refresh {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 53.156146179402% 100%;
    background-size: 1981.25% auto
}

.cdc-ai-recommend__dropdown.t-popup__content {
    box-shadow: none;
    border-radius: 4px;
    border: 1px solid #d6dbe3;
    background: #fff
}

.cdc-ai-recommend__dropdown.t-popup__content .t-dropdown__menu {
    padding: 12px;
    gap: 8px
}

.cdc-ai-recommend__dropdown.t-popup__content .t-dropdown__item {
    padding: 4px 12px;
    color: #000;
    font-size: 14px
}

.cdc-ai-recommend__dropdown.t-popup__content .t-dropdown__item:hover {
    background: rgba(0, 82, 217, .08)
}

@media screen and (max-width:768px) {
    .cdc-ai-recommend__list {
        padding: 4px 12px 12px;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: normal;
        align-items: normal;
        -ms-flex-pack: center;
        justify-content: center
    }

    .cdc-ai-recommend__item {
        -ms-flex: none;
        flex: none
    }

    .cdc-ai-recommend__btn:not(.is-disabled):hover {
        background: transparent
    }

    .cdc-ai-recommend__loading {
        height: 70px
    }

    .cdc-ai-recommend__loading .t-loading__gradient-conic {
        -webkit-transform: none !important;
        transform: none !important
    }
}

.cdc-qa-member {
    border-radius: 20px 0 0 0;
    background: linear-gradient(180deg, #f3f5f8 42.91%, #fff);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    margin-bottom: 20px;
    margin-top: 12px
}

.cdc-qa-member.is-mobile .cdc-qa-member__info {
    height: 116px;
    padding: 14px 142px 16px 16px
}

.cdc-qa-member.is-mobile .cdc-qa-member-m__footer {
    display: -ms-flexbox;
    display: flex
}

.cdc-qa-member.is-mobile .cdc-qa-member__name {
    font-size: 14px;
    line-height: 22px
}

.cdc-qa-member.is-mobile .cdc-qa-member__desc {
    margin-top: 2px
}

.cdc-qa-member.is-mobile .cdc-qa-member__tags {
    margin-top: 4px
}

.cdc-qa-member.is-mobile .cdc-qa-member__footer,
.cdc-qa-member.is-mobile .cdc-qa-member__list {
    display: none
}

.cdc-qa-member.is-mobile img {
    height: 128px;
    width: 118px
}

.cdc-qa-member-m__footer {
    display: none
}

.cdc-qa-member-m__footer-btn {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 10px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    box-sizing: border-box
}

.cdc-qa-member-m__footer-btn:last-child {
    color: #0052d9;
    position: relative
}

.cdc-qa-member-m__footer-btn:last-child:after {
    content: "";
    width: 1px;
    height: 16px;
    background: #d6dbe3;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cdc-qa-member__info {
    border-radius: 20px 0 0 0;
    width: 100%;
    height: 126px;
    background: linear-gradient(97deg, #3c80ff, #90b4fb 100.56%), linear-gradient(96deg, #4e5c8b 1.36%, #101942 100.07%);
    position: relative;
    padding: 16px 148px 8px 16px;
    box-sizing: border-box
}

.cdc-qa-member__info:before {
    content: "";
    position: absolute;
    right: -54px;
    top: 0;
    width: 229px;
    height: 126px;
    background: url(../../images/bg_dd5.png) 50%/cover no-repeat
}

.cdc-qa-member__name {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-qa-member__desc {
    color: hsla(0, 0%, 100%, .8);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cdc-qa-member__tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px;
    height: 22px;
    overflow: hidden
}

.cdc-qa-member__tag {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    border-radius: 2px;
    background: hsla(0, 0%, 100%, .2);
    padding: 2px 4px
}

.cdc-qa-member__list {
    padding: 20px 16px 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: 118px;
    width: 100%
}

.cdc-qa-member__item {
    max-width: 100%;
    overflow: hidden;
    color: #181818;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box
}

.cdc-qa-member__item:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #181818;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cdc-qa-member__item:hover {
    color: #0052d9
}

.cdc-qa-member__item:hover:before {
    background: #0052d9
}

.cdc-qa-member__item:first-child {
    position: relative;
    padding-right: 20px
}

.cdc-qa-member__item:first-child:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 28.776978417266186%;
    background-size: 1981.25% auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cdc-qa-member__item:not(:first-child) {
    margin-top: 8px
}

.cdc-qa-member__footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    padding: 0 16px 16px
}

.cdc-qa-member__footer:hover .cdc-btn {
    transition: all .3s;
    opacity: 1;
    visibility: visible
}

.cdc-qa-member .cdc-icon__list,
.cdc-qa-member__opt {
    display: -ms-flexbox;
    display: flex
}

.cdc-qa-member .cdc-icon__list {
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.cdc-qa-member .cdc-icon__list .cdc-svg-icon-text {
    margin-left: 4px
}

.cdc-qa-member .cdc-btn {
    white-space: nowrap;
    min-width: 112px;
    box-shadow: none;
    opacity: 0;
    visibility: hidden
}

.cdc-qa-member .cdc-btn.cdc-btn--hole {
    margin-right: 8px
}

.cdc-qa-member img {
    width: 124px;
    height: 140px;
    position: absolute;
    right: 16px;
    bottom: 0
}

.cdc-article-panel-response2 {
    box-sizing: border-box;
    padding: 16px 0;
    border-bottom: 1px solid #d6dbe3;
    position: relative;
    max-width: 1000px
}

.cdc-article-panel-response2__inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: 4px
}

.cdc-article-panel-response2__main {
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #4b5b76;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.cdc-article-panel-response2__title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #181818;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.cdc-article-panel-response2__title em {
    font-weight: 500;
    color: #ff7800
}

.cdc-article-panel-response2__title:hover {
    color: #0052d9
}

.cdc-article-panel-response2__media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-article-panel-response2__desc {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76;
    min-height: unset;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.cdc-article-panel-response2__infos {
    margin-top: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 19px
}

.cdc-article-panel-response2__infos .cdc-avatar {
    width: 20px;
    height: 20px
}

.cdc-article-panel-response2__infos>div:first-child {
    margin-left: 0
}

.cdc-article-panel-response2__user {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    cursor: pointer
}

.cdc-article-panel-response2__user-avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.cdc-article-panel-response2__user-name {
    font-weight: 500;
    color: #4b5b76;
    line-height: 20px
}

.cdc-article-panel-response2__user:hover .cdc-article-panel-response2__user-name {
    color: #0052d9
}

.cdc-article-panel-response2__user+.cdc-article-panel-response2__date {
    margin-left: 12px
}

.cdc-article-panel-response2__user+.cdc-article-panel-response2__date:before {
    display: block
}

.cdc-article-panel-response2__date {
    color: #97a3b7;
    position: relative
}

.cdc-article-panel-response2__date:before {
    content: "";
    position: absolute;
    top: 9px;
    left: -7px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: rgba(151, 163, 183, .9);
    display: none
}

.cdc-article-panel-response2__operate {
    margin-left: 24px;
    z-index: 2
}

.cdc-article-panel-response2__tags {
    height: 32px;
    overflow: hidden
}

.cdc-article-panel-response2 .cdc-tag__list {
    margin-bottom: 6px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cdc-article-panel-response2 .cdc-tag a.cdc-tag__inner {
    background: #fff;
    border: 1px solid #d6dbe3;
    color: #97a3b7;
    padding: 2px 4px
}

.cdc-article-panel-response2 .cdc-tag a.cdc-tag__inner:hover {
    background: #fff;
    color: #0052d9;
    border-color: #0052d9
}

.cdc-article-panel-response2__object {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 20px;
    width: 168px;
    height: 98px;
    position: relative;
    display: block
}

.cdc-article-panel-response2__object-thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.cdc-article-panel-response2__object-tag {
    top: -4px;
    right: 0;
    position: absolute;
    display: block;
    min-width: 62px;
    height: 26px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
    padding-right: 6px;
    text-align: center;
    line-height: 26px;
    white-space: nowrap;
    background-color: #ff7800;
    border-radius: 0 6px 0 0
}

.cdc-article-panel-response2__object-tag:before {
    content: "";
    position: absolute;
    left: -19px;
    top: 0;
    height: 26px;
    width: 20px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 50.16835016835017% 23.970037453183522%;
    background-size: 1585% auto
}

.cdc-article-panel-response2__object-tag.is-success {
    background-color: #0cbf5b
}

.cdc-article-panel-response2__object-tag.is-success:before {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 50.16835016835017% 33.95522388059701%;
    background-size: 1585% auto
}

.cdc-article-panel-response2__object-tag.is-back {
    background-color: #00a4ff
}

.cdc-article-panel-response2__object-tag.is-back:before {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 58.92255892255892% 41.7910447761194%;
    background-size: 1585% auto
}

.cdc-article-panel-response2__object-time {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5882352941176471);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0 8px
}

.cdc-article-panel-response2__tag {
    top: -4px;
    right: 0;
    position: absolute;
    display: block;
    min-width: 32px;
    height: 26px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
    padding-right: 8px;
    text-align: right;
    line-height: 26px;
    background-color: #ff7800;
    border-radius: 0 6px 0 0
}

.cdc-article-panel-response2__tag:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: -1px;
    height: 26px;
    width: 14px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 50.16835016835017% 23.970037453183522%;
    background-size: 1585% auto
}

.cdc-article-panel-response2__bubble .tea-bubble__inner {
    background: #fff;
    border: 1px solid #e8ecf1;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1);
    border-radius: 0;
    padding: 8px 0
}

.cdc-article-panel-response2__bubble .tea-bubble__inner:after,
.cdc-article-panel-response2__bubble .tea-bubble__inner:before {
    display: none
}

.cdc-article-panel-response2__bubble-list {
    min-width: 136px
}

.cdc-article-panel-response2__bubble-item {
    padding: 8px 16px
}

.cdc-article-panel-response2__bubble-item .cdc-icon__number {
    color: #4b5b76;
    font-size: 14px;
    line-height: 20px;
    margin-left: 12px
}

.cdc-article-panel-response2.special .cdc-article-panel-response2__inner {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.cdc-article-panel-response2.special .cdc-article-panel-response2__title {
    margin-bottom: 8px
}

.cdc-article-panel-response2.special .cdc-article-panel-response2__desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 44px;
    white-space: normal
}

.cdc-article-panel-response2.special .cdc-article-panel-response2__tags {
    position: relative;
    bottom: 0
}

.cdc-article-panel-response2.special .cdc-article-panel-response2__object {
    width: 240px;
    height: 128px;
    margin-right: 32px;
    margin-left: 0
}

.cdc-article-panel-response2.special .cdc-article-panel-response2__object-thumbnail {
    padding-top: 0
}

.cdc-article-panel-response2.special .cdc-article-panel-response2__main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.cdc-article-panel-response2.special .cdc-article-panel-response2__infos {
    margin-top: 8px;
    display: none
}

.cdc-article-panel-response2.special .cdc-tag__list {
    margin-bottom: 2px;
    display: none
}

.cdc-article-panel-response2__list {
    margin-bottom: -4px;
    background: #fff;
    padding: 0 20px
}

.cdc-article-panel-response2__list .cdc-article-panel-response2 {
    margin-bottom: 4px
}

.cdc-article-panel-response2.small {
    padding: 8px 0;
    border-bottom: none
}

.cdc-article-panel-response2.small .cdc-article-panel-response2__inner {
    -ms-flex-align: center;
    align-items: center
}

.cdc-article-panel-response2.small .cdc-article-panel-response2__object {
    width: 68px;
    margin-right: 16px
}

.cdc-article-panel-response2.small .cdc-article-panel-response2__object-thumbnail {
    padding-top: 100%
}

.cdc-article-panel-response2.small .cdc-article-panel-response2__title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px
}

.cdc-article-panel-response2.small .cdc-article-panel-response2__desc {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    min-height: unset
}

.cdc-article-panel-response2.show-top {
    background: #f5f7fa;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 16px;
    border-bottom: 0
}

@media screen and (max-width:768px) {
    .cdc-article-panel-response2 {
        padding: 20px 0 12px
    }

    .cdc-article-panel-response2 .cdc-article-panel-response2__title {
        white-space: normal;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .cdc-article-panel-response2 .cdc-article-panel-response2__desc {
        -webkit-line-clamp: 3
    }

    .cdc-article-panel-response2 .cdc-article-panel-response2__media {
        -ms-flex-align: start;
        align-items: flex-start
    }

    .cdc-article-panel-response2 .cdc-article-panel-response2__media .cdc-article-panel-response2__object {
        width: 120px;
        margin-left: 16px
    }

    .cdc-article-panel-response2 .cdc-article-panel-response2__media .cdc-article-panel-response2__object-thumbnail {
        padding-top: 55%
    }

    .cdc-article-panel-response2 .cdc-article-panel-response2__user {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .cdc-article-panel-response2 .cdc-article-panel-response2__user+.cdc-article-panel-response2__tags {
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .cdc-article-panel-response2 .cdc-article-panel-response2__tags {
        position: relative;
        bottom: unset;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .cdc-article-panel-response2 .cdc-article-panel-response2__tags .cdc-tag-links__icon {
        margin-top: 2px
    }

    .cdc-article-panel-response2 .cdc-article-panel-response2__tags .cdc-tag-links__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .cdc-article-panel-response2 .cdc-article-panel-response2:hover .cdc-article-panel-response2__title {
        color: #181818
    }
}

.mod-subscribe .cdc-card__inner {
    padding: 24px 20px
}

.mod-subscribe .cdc-card__hd {
    border-bottom: none;
    padding-bottom: 16px
}

.mod-subscribe__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin-bottom: 16px
}

.mod-subscribe__title em {
    font-weight: 500;
    color: #0052d9
}

.mod-subscribe__content {
    position: relative;
    background: #eff3f9;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 14px 16px
}

.mod-subscribe__content-tag {
    position: absolute;
    left: -4px;
    top: 8px;
    width: 64px;
    height: 26px;
    line-height: 26px;
    background: url(../../images/tag-bg_23f.png) 50% no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-left: 8px;
    font-size: 14px;
    color: #fff
}

.mod-subscribe__content-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mod-subscribe__content-detail {
    margin-top: 14px
}

.mod-subscribe__content-prize {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #ff7800;
    margin-bottom: 8px
}

.mod-subscribe__content-desc {
    font-size: 14px;
    line-height: 22px;
    color: #181818
}

.mod-subscribe__content-qr {
    width: 100px;
    height: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 12px;
    background: linear-gradient(180deg, #f3f5f8, #fff);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px rgba(55, 99, 170, .1), -8px -8px 20px hsla(0, 0%, 100%, .4);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 2px
}

.mod-subscribe__content-qr>img {
    width: 100%;
    height: 100%
}

.mod-subscribe__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background: #eff3f9;
    border-radius: 2px;
    height: 54px;
    box-sizing: border-box;
    padding: 0 20px 0 16px;
    margin-top: 12px
}

.mod-subscribe__btn-icon {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 58.4717607973422% 94.24460431654677%;
    background-size: 1981.25% auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px
}

.mod-subscribe__btn-text {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #181818;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    max-width: 16em
}

.mod-subscribe__btn-arrow {
    display: block;
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    margin-left: 8px;
    flex-shrink: 0;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 37.2093023255814% 94.24460431654677%;
    background-size: 1981.25% auto;
    transition: -webkit-transform .33s ease-in-out;
    transition: transform .33s ease-in-out;
    transition: transform .33s ease-in-out, -webkit-transform .33s ease-in-out
}

.mod-subscribe__btn:hover .mod-subscribe__btn-arrow {
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
}

.cdc-personal-card {
    width: 340px;
    height: 224px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 2px
}

.cdc-personal-card__inner {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 9
}

.cdc-personal-card__inner:after {
    display: none;
    content: "";
    position: absolute;
    width: 111px;
    height: 138px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 0% 0%;
    background-size: 285.5855855855856% auto;
    top: -2px;
    right: -20px
}

.cdc-personal-card__hd {
    vertical-align: middle;
    margin-bottom: 22px
}

.cdc-personal-card__hd strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #181818
}

.cdc-personal-card__hd span {
    margin-left: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-personal-card__detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 24px 20px 0
}

.cdc-personal-card__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 24px;
    cursor: pointer
}

.cdc-personal-card__avatar .cdc-avatar__level {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    background: transparent;
    padding: 0 6px;
    border: none;
    box-shadow: none;
    height: auto;
    right: -8px;
    z-index: 10
}

.cdc-personal-card__avatar .cdc-avatar__level:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(90deg, #348cff, #346dff);
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg)
}

.cdc-personal-card__main {
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 0
}

.cdc-personal-card__name {
    margin-bottom: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-personal-card__name-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-personal-card__name-text:hover {
    color: #0052d9
}

.cdc-personal-card__name-emblems {
    margin: 0 0 0 12px
}

.cdc-personal-card__name-emblems.cdc-emblems {
    margin: 0 0 0 9px
}

.cdc-personal-card__name-emblems .cdc-emblem__item {
    margin: 0 3px
}

.cdc-personal-card__position {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px
}

.cdc-personal-card__position-text {
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cdc-personal-card__growth-text {
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    margin-bottom: 6px;
    color: #97a3b7
}

.cdc-personal-card__growth-link {
    position: absolute;
    z-index: 2;
    top: 1px;
    right: 0;
    width: 6px;
    height: 8px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 99.35691318327974% 74.12587412587412%;
    background-size: 5283.333333333334% auto
}

.cdc-personal-card__growth-link:hover {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 100% 44.40559440559441%;
    background-size: 5283.333333333334% auto
}

.cdc-personal-card__list {
    margin-top: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.cdc-personal-card__item {
    text-align: center;
    min-width: 86px;
    cursor: pointer;
    display: block
}

.cdc-personal-card__item-number {
    font-weight: 500;
    font-size: 20px;
    color: #181818;
    line-height: 24px;
    margin-bottom: 2px
}

.cdc-personal-card__item-text {
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76
}

.cdc-personal-card__item:hover .cdc-personal-card__item-number,
.cdc-personal-card__item:hover .cdc-personal-card__item-text {
    color: #0052d9
}

.cdc-personal-card__entrances {
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 12px;
    border-top: 1px solid #d6dbe3;
    padding-top: 16px
}

.cdc-personal-card__entrance,
.cdc-personal-card__entrances {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-personal-card__entrance {
    border-radius: 2px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px 16px;
    position: relative
}

.cdc-personal-card__entrance-icon {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0
}

.cdc-personal-card__entrance-icon.icon-create {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 41.86046511627907% 88.48920863309353%;
    background-size: 1981.25% auto
}

.cdc-personal-card__entrance-icon.icon-task {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 85.04983388704319% 100%;
    background-size: 1981.25% auto
}

.cdc-personal-card__entrance-icon.icon-person {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 31.893687707641195% 100%;
    background-size: 1981.25% auto
}

.cdc-personal-card__entrance-text {
    font-size: 12px;
    line-height: 20px;
    color: #4b5b76;
    white-space: nowrap
}

.cdc-personal-card__entrance:after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #d6dbe3;
    position: absolute;
    right: 0
}

.cdc-personal-card__entrance:last-child:after {
    width: 0
}

.cdc-personal-card__entrance:hover .cdc-personal-card__entrance-text {
    color: #0052d9
}

.cdc-personal-card__entrance:hover .cdc-personal-card__entrance-icon.icon-create {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 36.544850498338874% 88.48920863309353%;
    background-size: 1981.25% auto
}

.cdc-personal-card__entrance:hover .cdc-personal-card__entrance-icon.icon-task {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 90.36544850498339% 100%;
    background-size: 1981.25% auto
}

.cdc-personal-card__entrance:hover .cdc-personal-card__entrance-icon.icon-person {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 26.578073089701% 100%;
    background-size: 1981.25% auto
}

.cdc-personal-card__object {
    margin-right: 30px;
    text-align: center
}

.cdc-personal-card__object-icon {
    display: block;
    margin: 0 auto;
    width: 72px;
    height: 72px;
    background-image: url(../../images/animation-bg2_40f.png);
    background-size: cover;
    background-repeat: no-repeat
}

.cdc-personal-card__text p {
    font-size: 14px;
    line-height: 22px;
    color: #4b5b76
}

.cdc-personal-card__text p strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #181818
}

.cdc-personal-card__text p+p {
    margin-top: 8px
}

.cdc-personal-card__btn.cdc-btn {
    width: calc(100% - 40px);
    min-width: unset;
    margin: 0 20px;
    background: linear-gradient(90deg, #0052d9 .67%, #4d8ef8);
    border: none
}

.cdc-personal-card__operates {
    padding-top: 16px;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid #d6dbe3;
    margin: 16px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 18px
}

.cdc-personal-card__operate.cdc-btn {
    -ms-flex: 1;
    flex: 1
}

.cdc-personal-card.user {
    height: 308px
}

.cdc-personal-card.user .cdc-personal-card__inner {
    padding-bottom: 16px
}

.cdc-personal-card.user .cdc-personal-card__item {
    min-width: unset
}

.cdc-personal-card.internal .cdc-personal-card__inner:after {
    display: block
}

.cdc-personal-card__operate .icon-add {
    display: inline-block;
    vertical-align: -3px;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 52.49169435215947% 88.48920863309353%;
    background-size: 1981.25% auto;
    margin-right: 6px
}

.cdc-personal-card__operate.is-focus .icon-add {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 79.734219269103% 79.85611510791367%;
    background-size: 1981.25% auto
}

.cdc-personal-card__link {
    padding-top: 12px;
    box-sizing: border-box;
    border-top: 1px solid #d6dbe3;
    margin-top: 12px
}

.cdc-personal-card__link .cdc-link {
    max-width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-personal-card__link .cdc-link span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 220px;
    margin: 0 4px
}

.cdc-personal-card__greet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 42px 20px 28px
}

.cdc-home-page2 {
    position: relative;
    background: #f3f6f9
}

.cdc-home-page2 .cdc-layout {
    padding-bottom: 60px;
    margin-bottom: 0;
    -ms-flex-pack: center;
    justify-content: center
}

.cdc-home-page2 .cdc-layout__main {
    width: calc(100% - 360px);
    min-width: 728px;
    max-width: 1040px;
    padding-left: 0;
    padding-right: 0
}

.cdc-home-page2 .cdc-layout__side {
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
    width: 360px
}

.cdc-home-page2 .cdc-layout__side .cdc-card {
    margin-bottom: 20px
}

.cdc-home-page2 .cdc-global__main {
    max-width: unset;
    padding: 0
}

.cdc-home-page2 .cdc-header.cdc-header--air.is-fixed .cdc-header__placeholder {
    height: 40px
}

.cdc-home-page2 .cdc-header.cdc-header--air.is-fixed.show-ad .cdc-header__placeholder {
    height: 88px
}

.cdc-home-page2 .cdc-header.cdc-header--air.is-sticky .cdc-header__bottom {
    box-shadow: none
}

.cdc-home-page2__body .cdc-card {
    background: #fff;
    border-radius: 2px;
    box-shadow: none;
    min-width: 336px
}

.cdc-home-page2__body .cdc-card__title {
    padding-left: 32px;
    font-size: 16px;
    line-height: 24px
}

.cdc-home-page2__body .cdc-card__title:before {
    width: 24px;
    height: 24px;
    left: 0;
    top: 0
}

.cdc-home-page2__body .cdc-card__extra {
    color: #0052d9;
    padding-right: 0;
    font-size: 12px
}

.cdc-home-page2__body .cdc-card__extra:after {
    width: 0
}

.cdc-home-page2__body .cdc-card__extra:hover {
    text-decoration: underline
}

.cdc-home-page2__body .cdc-card__inner {
    padding: 12px 18px 20px
}

.cdc-home-page2__body .mod-article {
    margin-top: 20px;
    padding-bottom: 24px
}

.cdc-home-page2__body .mod-article-loading {
    background: #fff;
    overflow: hidden;
    padding-bottom: 20px
}

.cdc-home-page2__body .mod-article-tabs {
    position: relative
}

.cdc-home-page2__body .mod-article-tabs__hd {
    border-bottom: .5px solid #d6dbe3;
    background: linear-gradient(90deg, #fff -2.39%, #fbfcff), linear-gradient(0deg, #f5f7fa, #fff);
    padding: 12px 20px;
    height: 64px;
    box-sizing: border-box
}

.cdc-home-page2__body .mod-article-tabs__hd.show-manage .mod-article-tabs__bar {
    padding-right: 36px
}

.cdc-home-page2__body .mod-article-tabs__bar {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding-right: 32px;
    height: 52px
}

.cdc-home-page2__body .mod-article-tabs__bar-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    white-space: nowrap;
    position: relative
}

.cdc-home-page2__body .mod-article-tabs__bar-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 12px;
    cursor: pointer;
    color: #4b5b76;
    font-size: 14px;
    line-height: 22px;
    position: relative
}

.cdc-home-page2__body .mod-article-tabs__bar-item:hover .mod-article-tabs__bar-content {
    color: #0052d9
}

.cdc-home-page2__body .mod-article-tabs__bar-item:nth-child(4) {
    position: relative;
    overflow: unset;
    margin-left: 12px
}

.cdc-home-page2__body .mod-article-tabs__bar-item:nth-child(4):before {
    content: "";
    width: 1px;
    height: 20px;
    background: #d6dbe3;
    position: absolute;
    top: 10px;
    left: -8px;
    z-index: 100
}

.cdc-home-page2__body .mod-article-tabs__bar-item.is-selected {
    color: #0052d9;
    font-weight: 500
}

.cdc-home-page2__body .mod-article-tabs__bar-item.is-selected:after {
    width: 100%;
    height: 3px
}

.cdc-home-page2__body .mod-article-tabs__bar-item:after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    bottom: 1px;
    left: 0;
    background: #0052d9;
    transition: width .2s linear
}

.cdc-home-page2__body .mod-article-tabs__bar-content {
    text-align: center;
    padding: 8px 12px 20px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-home-page2__body .mod-article-tabs__bar-content:not(.t-is-disabled):not(.t-is-active):hover {
    color: #0052d9
}

.cdc-home-page2__body .mod-article-tabs__extra {
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 24px;
    z-index: 10
}

.cdc-home-page2__body .mod-article-tabs__extra .icon-more {
    display: inline-block;
    width: 12px;
    height: 14px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 98.0456026058632% 53.54609929078015%;
    background-size: 3170% auto
}

.cdc-home-page2__body .mod-article-tabs__extra .icon-manage {
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.05940594059405% 57.55395683453237%;
    background-size: 2264.285714285714% auto;
    margin-bottom: 6px
}

.cdc-home-page2__body .mod-article-tabs__extra .extra-more {
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 0 8px
}

.cdc-home-page2__body .mod-article-tabs__extra .extra-manage {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    color: #0052d9;
    font-size: 12px;
    line-height: 18px;
    cursor: pointer
}

.cdc-home-page2__body .mod-article-tabs__extra:hover .icon-more {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 98.0456026058632% 45.0354609929078%;
    background-size: 3170% auto;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cdc-home-page2__body .mod-article-tabs__extra.show-manage {
    top: 12px;
    right: 12px;
    cursor: pointer
}

.cdc-home-page2__body .mod-article-tabs .recommend-label {
    padding-right: 20px
}

.cdc-home-page2__body .mod-article-tabs .recommend-label .icon-tab {
    width: 16px;
    height: 16px;
    position: absolute;
    right: -4px
}

.cdc-home-page2__body .mod-article-tabs .icon-tab {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 4px
}

.cdc-home-page2__body .mod-article-tabs.is-sticky .mod-article-tabs__hd {
    position: fixed;
    background: #fff;
    top: 94px;
    left: 0;
    right: 0;
    z-index: 100;
    border-top: 1px solid #d6dbe3;
    padding: 8px 20px;
    height: 56px
}

.cdc-home-page2__body .mod-article-tabs.is-sticky .mod-article-tabs__bar {
    height: 48px
}

.cdc-home-page2__body .mod-article-tabs.is-sticky .mod-article-tabs__bar-content {
    padding-bottom: 16px
}

.cdc-home-page2__body .mod-article-tabs.is-sticky .mod-article-tabs__extra {
    top: 20px
}

.cdc-home-page2__body .mod-article-tabs.is-sticky .mod-article-tabs__extra.show-manage {
    top: 9px
}

.cdc-home-page2__body .mod-article-tabs.is-sticky .mod-article-list {
    padding-top: 60px
}

.cdc-home-page2__body .mod-article:first-child .cdc-article-panel-response2:last-child {
    border: none;
    padding-bottom: 20px
}

.cdc-home-page2__body .mod-user {
    box-sizing: border-box;
    padding: 20px;
    margin: 20px 0;
    border: none;
    background: #fff
}

.cdc-home-page2__body .mod-user__hd {
    color: #4b5b76;
    line-height: 20px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 12px
}

.cdc-home-page2__body .mod-user__hd,
.cdc-home-page2__body .mod-user__hd-btn {
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.cdc-home-page2__body .mod-user__hd-btn {
    color: #0052d9;
    line-height: 22px;
    cursor: pointer
}

.cdc-home-page2__body .mod-user__hd-btn:hover {
    text-decoration: underline
}

.cdc-home-page2__body .mod-user__hd .icon-refresh {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 53.156146179402% 100%;
    background-size: 1981.25% auto;
    margin-left: 8px
}

.cdc-home-page2__body .mod-user .cdc-user-card:not(.is-mobile) {
    border-radius: 2px;
    border: 1px solid #d6dbe3;
    background: #fff
}

.cdc-home-page2__body .mod-user .cdc-user-card:not(.is-mobile) .cdc-user-card__inner {
    padding: 16px 20px;
    width: 218px;
    max-width: 218px;
    min-height: 214px;
    display: block;
    position: relative
}

.cdc-home-page2__body .mod-user .cdc-user-card:not(.is-mobile) .cdc-user-card__info {
    display: inline-block
}

.cdc-home-page2__body .mod-user .cdc-user-card:not(.is-mobile) .cdc-user-card__info:after {
    right: -6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cdc-home-page2__body .mod-user .cdc-user-card:not(.is-mobile) .cdc-user-card__avatar {
    text-align: center
}

.cdc-home-page2__body .mod-user .cdc-user-card:not(.is-mobile) .cdc-user-card__btn.cdc-btn {
    position: absolute;
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120px;
    border-radius: 2px
}

.cdc-home-page2__body .mod-user .cdc-user-card:not(.is-mobile) .cdc-user-card__name {
    margin-bottom: 0
}

.cdc-home-page2__body .mod-user .cdc-user-card:not(.is-mobile) .cdc-avatar.xlarge {
    width: 48px;
    height: 48px
}

.cdc-home-page2__body .mod-side.is-sticky {
    width: 340px;
    position: fixed;
    top: 170px;
    z-index: 99;
    transition: all .3s ease-in-out;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column
}

.cdc-home-page2__body .mod-side.is-sticky .mod-activity-card,
.cdc-home-page2__body .mod-side.is-sticky .mod-group-qr-card,
.cdc-home-page2__body .mod-side.is-sticky .mod-rank,
.cdc-home-page2__body .mod-side.is-sticky .mod-schedule,
.cdc-home-page2__body .mod-side.is-sticky .mod-tags,
.cdc-home-page2__body .mod-side.is-sticky .mod-tech-card {
    display: none
}

.cdc-home-page2__body .mod-activity-card .cdc-card__title:before {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 72.6962457337884% 0%;
    background-size: 1320.8333333333335% auto;
    background-color: transparent
}

.cdc-home-page2__body .mod-activity-card .cdc-event-info__operate {
    right: 8px
}

.cdc-home-page2__body .mod-activity-card .cdc-event-info__title {
    margin-bottom: 4px
}

.cdc-home-page2__body .mod-activity-card .cdc-event-info .cdc-btn {
    min-width: 80px;
    padding: 0 8px;
    box-shadow: none
}

.cdc-home-page2__body .mod-tech-card .cdc-card__title:before {
    background: url(../../images/icon-tech_030.png);
    background-size: contain;
    background-color: transparent
}

.cdc-home-page2__body .mod-tech-card .cdc-event-info__operate {
    right: 8px
}

.cdc-home-page2__body .mod-tech-card .cdc-event-info__title {
    margin-bottom: 4px
}

.cdc-home-page2__body .mod-tech-card .cdc-event-info__desc {
    font-size: 12px
}

.cdc-home-page2__body .mod-tech-card .cdc-event-info .cdc-btn {
    min-width: 80px;
    padding: 0 8px;
    box-shadow: none
}

.cdc-home-page2__body .mod-person-info {
    position: absolute;
    right: 0;
    z-index: 10;
    bottom: calc(100% + 80px);
    -webkit-transform: none;
    transform: none
}

.cdc-home-page2__body .mod-none .cdc-none-panel {
    padding: 80px 0 40px;
    overflow: hidden;
    background: #fff
}

.cdc-home-page2__body .mod-schedule .cdc-card__title:before {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 89.07849829351537% 44.44444444444444%;
    background-size: 1320.8333333333335% auto;
    background-color: transparent
}

.cdc-home-page2__body .mod-schedule .cdc-card__bd {
    margin-top: 16px
}

.cdc-home-page2__body .mod-schedule .activity-card__title {
    margin-bottom: 4px
}

.cdc-home-page2__body .mod-schedule .activity-card__desc {
    line-height: 22px
}

.cdc-home-page2__body .mod-rank .cdc-card__title:before {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 89.07849829351537% 17.77777777777778%;
    background-size: 1320.8333333333335% auto;
    background-color: transparent
}

.cdc-home-page2__body .mod-rank .cdc-rank {
    padding: 10px 0
}

.cdc-home-page2__body .mod-rank .cdc-rank__title-tag {
    border: none;
    padding: 4px 6px
}

.cdc-home-page2__body .mod-rank .cdc-rank__avatar .cdc-avatar {
    width: 36px;
    height: 36px
}

.cdc-home-page2__body .mod-rank .cdc-rank:first-child {
    padding: 16px 0
}

.cdc-home-page2__body .mod-rank .cdc-rank:last-child {
    padding-bottom: 20px
}

.cdc-home-page2__body .mod-rank .cdc-rank.first-order {
    padding-bottom: 10px
}

.cdc-home-page2__body .mod-rank__item {
    border-bottom: 1px solid #d6dbe3
}

.cdc-home-page2__body .mod-tags .cdc-card__title:before {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 89.07849829351537% 35.55555555555556%;
    background-size: 1320.8333333333335% auto;
    background-color: transparent
}

.cdc-home-page2__body .mod-tags .cdc-tag__list {
    margin-top: 20px
}

.cdc-home-page2__body .mod-tags .cdc-tag {
    margin: 0 6px 7px;
    max-width: 100%
}

.cdc-home-page2__body .mod-tags .cdc-tag .cdc-tag__inner {
    background: #fff;
    border: 1px solid #97a3b7;
    border-radius: 2px;
    padding: 4px 15px;
    color: #4b5b76;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%
}

.cdc-home-page2__body .mod-tags .cdc-tag .cdc-tag__inner:hover {
    background: #fff;
    color: #0052d9;
    border-color: #0052d9
}

.cdc-home-page2__body .mod-group-qr-card {
    border-radius: 2px;
    background: #fff;
    box-shadow: none;
    padding: 10px 24px 8px 18px
}

.cdc-home-page2__body .mod-group-qr-card .cdc-group-qr-card2-qr {
    width: 76px;
    height: 76px
}

.cdc-home-page2__body .mod-group-qr-card .cdc-group-qr-card2-desc {
    border: none;
    padding-top: 0;
    margin-top: 8px
}

.cdc-home-page2__body .mod-group-qr-card .cdc-group-qr-card2-desc p {
    font-size: 12px;
    line-height: 20px
}

.cdc-home-page2__body .mod-group-qr-card .cdc-group-qr-card2__item {
    gap: 0
}

.cdc-home-page2__body .cdc-discussion-card {
    margin-bottom: 20px
}

.cdc-home-page2__body .cdc-discussion-card__hd {
    margin-bottom: 12px
}

.cdc-home-page2__body .mod-m-author {
    padding: 24px 0
}

.cdc-home-page2__body .mod-m-author__hd {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    color: #4b5b76;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.cdc-home-page2__body .mod-m-author__hd .t-button {
    margin-right: -15px
}

.cdc-home-page2__body .mod-m-author__card {
    border-radius: 8px;
    background: #f3f6f9;
    overflow: hidden;
    padding: 8px
}

.cdc-home-page2__body .mod-m-author__card .cdc-user-card {
    box-shadow: none;
    border: 0;
    background: none;
    padding: 8px
}

.cdc-home-page2__body .mod-m-author__card .cdc-user-card__inner {
    padding: 0 !important;
    gap: 12px !important
}

.cdc-home-page2__body .mod-m-author__card .cdc-user-card__name {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px
}

.cdc-home-page2__body .mod-m-author__card .cdc-user-card__position {
    display: none
}

.cdc-home-page2__body .mod-m-author__card .cdc-user-card__detail {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start
}

.cdc-home-page2__body .mod-m-author__card .cdc-user-card__infos {
    margin-top: 0
}

.cdc-home-page2__body .mod-m-author__card .cdc-user-card__btn.cdc-btn {
    width: 68px !important;
    margin-top: 0;
    border-radius: 15px
}

.cdc-home-page2__body .mod-m-author__card .cdc-user-card__avatar {
    margin: 0 !important;
    width: 36px;
    height: 36px;
    border-radius: 50%
}

.cdc-home-page2__body .mod-m-author__card .cdc-user-card__avatar .cdc-avatar.xlarge {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%
}

.cdc-home-page2 .cdc-m-footer,
.cdc-home-page2 .cdc-m-header,
.cdc-home-page2 .mod-m-article {
    display: none
}

.mod-sort {
    box-sizing: border-box
}

.mod-sort.t-drawer {
    z-index: 100000
}

.mod-sort .t-drawer__content-wrapper {
    width: 420px !important;
    background: #f5f7fa
}

.mod-sort .t-drawer__body {
    padding: 60px 4px 90px 40px;
    overflow: unset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    max-height: 100vh
}

.mod-sort .t-drawer__footer {
    border-top: 1px solid #d6dbe3;
    background: #f5f7fa;
    padding: 24px 40px;
    position: fixed;
    bottom: 0
}

.mod-sort .t-drawer__footer .cdc-btn {
    height: 42px;
    min-width: 160px
}

.mod-sort .t-drawer__footer .cdc-btn--hole {
    margin-right: 20px
}

.mod-sort-tit {
    color: #181818;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

.mod-sort .t-divider {
    color: #4b5b76;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 24px 0 16px;
    padding-right: 36px
}

.mod-sort .t-divider.t-divider--with-text .t-divider__inner-text:not(:empty) {
    padding-left: 0
}

.mod-sort .t-divider:before {
    width: 0
}

.mod-sort .t-divider:after {
    border-top-color: #d6dbe3
}

.mod-sort-list {
    margin-bottom: 8px;
    padding-right: 32px;
    overflow-y: scroll
}

.mod-sort-list-item {
    color: #181818;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    padding: 10px 16px;
    box-sizing: border-box;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(55, 99, 170, .1);
    margin-bottom: 12px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    opacity: .8;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    position: relative;
    z-index: 100001;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mod-sort-list-item .icon-visible {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 23.021582733812952%;
    background-size: 1981.25% auto;
    cursor: pointer
}

.mod-sort-list-item .icon-visible:hover {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 17.26618705035971%;
    background-size: 1981.25% auto
}

.mod-sort-list-item .icon-drag {
    display: inline-block;
    width: 13px;
    height: 8px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 99.01315789473685% 34.61538461538461%;
    background-size: 2438.461538461538% auto;
    margin-right: 10px;
    vertical-align: 1px
}

.mod-sort-list-item.is-hidden {
    background: hsla(0, 0%, 100%, .8);
    color: #97a3b7
}

.mod-sort-list-item.is-hidden .icon-drag {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 99.01315789473685% 37.41258741258741%;
    background-size: 2438.461538461538% auto
}

.mod-sort-list-item.is-hidden .icon-visible {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 74.82014388489209%;
    background-size: 1981.25% auto
}

.mod-sort-list-item.is-hidden .icon-visible:hover {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 69.06474820143885%;
    background-size: 1981.25% auto
}

.mod-sort-list-item.is-selected {
    border: 1px solid #0052d9;
    box-shadow: 0 8px 16px 0 rgba(55, 99, 170, .1)
}

.mod-sort-list:last-child {
    -ms-flex: 1;
    flex: 1
}

.mod-sort-list::-webkit-scrollbar {
    width: 3px
}

.mod-sort-list::-webkit-scrollbar-thumb {
    background: #97a3b7
}

.extra-dropdown {
    min-width: 166px;
    text-align: left;
    transition: all .1s ease-in-out;
    border-radius: 4px;
    border: 1px solid #e8ecf1;
    background: #fff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1)
}

.extra-dropdown__inner {
    padding: 12px 16px 20px 24px;
    margin-right: 4px;
    margin-top: 8px;
    box-sizing: border-box;
    color: #4b5b76;
    max-height: 342px;
    overflow: auto
}

.extra-dropdown__inner::-webkit-scrollbar {
    width: 3px
}

.extra-dropdown__inner::-webkit-scrollbar-thumb {
    background: #97a3b7
}

.extra-dropdown__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    color: #181818;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    cursor: pointer
}

.extra-dropdown__item .icon-tab {
    margin-right: 8px
}

.extra-dropdown__item.is-active,
.extra-dropdown__item:hover {
    color: #0052d9
}

.extra-dropdown__item:last-child {
    margin-bottom: 0
}

.extra-dropdown__manage {
    border-top: 1px solid #d6dbe3;
    padding: 16px 0 20px;
    margin-left: 28px;
    margin-right: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #0052d9;
    cursor: pointer
}

.extra-dropdown__manage .icon-manage {
    display: inline-block;
    width: 14px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.05940594059405% 57.55395683453237%;
    background-size: 2264.285714285714% auto;
    margin-right: 8px
}

.extra-dropdown .icon-tab {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 8px
}

@media screen and (max-width:1472px) {
    .cdc-home-page2 .cdc-layout {
        padding: 0 40px
    }

    .cdc-home-page2 .cdc-hero .cdc-hero__item-content {
        padding-left: 40px;
        margin: 0
    }

    .cdc-home-page2 .cdc-hero .cdc-hero__item-btns {
        left: 40px
    }

    .cdc-home-page2 .cdc-hero .cdc-hero__ctrl>ul {
        margin-left: 40px
    }
}

@media screen and (max-width:1200px) {
    .cdc-home-page2 .cdc-layout {
        padding: 0 20px
    }

    .cdc-home-page2 .cdc-hero .cdc-hero__item-content {
        margin: 0 auto;
        padding-left: 0;
        max-width: 1040px
    }

    .cdc-home-page2 .cdc-hero .cdc-hero__item-btns {
        left: 0
    }

    .cdc-home-page2 .cdc-hero .cdc-hero__ctrl>ul {
        margin: 0 auto;
        max-width: 1040px
    }
}

@media screen and (max-width:1199px) {
    .cdc-home-page2.cdc-global {
        min-width: auto
    }

    .cdc-home-page2 .cdc-layout__side,
    .cdc-home-page2 .cdc-widget-global {
        display: none
    }

    .cdc-home-page2 .cdc-global__main {
        padding: 0
    }

    .cdc-widget-global__bubble {
        display: none
    }
}

@media screen and (max-width:1080px) {
    .cdc-home-page2 .cdc-hero .cdc-hero__item-content {
        margin: 0;
        padding-left: 20px
    }

    .cdc-home-page2 .cdc-hero .cdc-hero__item-btns {
        left: 20px
    }

    .cdc-home-page2 .cdc-hero .cdc-hero__ctrl>ul {
        margin-left: 20px
    }
}

@media screen and (max-width:768px) {
    .cdc-home-page2 {
        background: #fff
    }

    .cdc-home-page2 .cdc-dark-tip-bubble,
    .cdc-home-page2 .cdc-footer,
    .cdc-home-page2 .cdc-header,
    .cdc-home-page2 .mod-article,
    .cdc-home-page2 .mod-sticky-tabs,
    .cdc-home-page2 .mod-user {
        display: none !important
    }

    .cdc-home-page2 .cdc-m-footer,
    .cdc-home-page2 .cdc-m-header,
    .cdc-home-page2 .mod-m-article {
        display: block
    }

    .cdc-home-page2 .cdc-layout {
        padding: 0
    }

    .cdc-home-page2 .cdc-layout__main {
        width: 100%;
        padding-right: 0;
        min-width: unset
    }

    .cdc-home-page2 .mod-hero .cdc-hero {
        height: auto;
        overflow: hidden
    }

    .cdc-home-page2 .mod-hero .cdc-hero__ctrl>ul {
        margin-left: 10px
    }

    .cdc-home-page2__body .mod-article {
        margin: 0;
        padding: 0 20px
    }

    .cdc-home-page2__body .mod-m-article {
        padding: 0 20px;
        min-height: 1200px
    }

    .cdc-home-page2__body .mod-m-article .icon-hot {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(https://cloudcache.tencent-cloud.com/qcloud/ui/static/static_source_business/9a106f9a-48cf-431c-a84e-5a44e0e2242b.svg) 50% no-repeat;
        background-size: cover;
        margin-left: 4px;
        vertical-align: -3px
    }

    .cdc-home-page2__body .mod-m-article .mod-m-user {
        box-sizing: border-box;
        padding: 20px 0 4px;
        border-bottom: 1px solid #d6dbe3
    }

    .cdc-home-page2__body .mod-m-article .mod-m-user .cdc-user-card {
        margin-bottom: 16px
    }

    .cdc-home-page2__body .mod-m-article .mod-m-user .cdc-user-card__detail {
        display: block
    }

    .cdc-home-page2__body .mod-m-article .mod-m-answer {
        box-sizing: border-box;
        padding: 20px 0 12px;
        border-bottom: 1px solid #d6dbe3
    }

    .cdc-home-page2__body .mod-m-article.is-fixed .mod-tabs {
        position: fixed;
        top: 97px;
        left: 0;
        width: 100%;
        z-index: 999;
        margin: 0
    }

    .cdc-home-page2__body .mod-m-article.is-fixed .mod-tabs .mod-tabs__bar-list {
        background: #fff;
        padding-bottom: 0;
        border-bottom: 1px solid #d6dbe3
    }

    .cdc-home-page2__body .mod-m-article.is-fixed .mod-content .cdc-article-panel2__list:first-child {
        padding-top: 40px
    }
}

.t-drawer-fade-appear,
.t-drawer-fade-enter {
    opacity: 0
}

.t-drawer-fade-appear,
.t-drawer-fade-enter,
.t-drawer-fade-exit {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.t-drawer-fade-appear.t-drawer-fade-appear-active,
.t-drawer-fade-appear.t-drawer-fade-appear-active.t-drawer-fade-appear-to,
.t-drawer-fade-enter.t-drawer-fade-enter-active,
.t-drawer-fade-enter.t-drawer-fade-enter-active.t-drawer-fade-enter-to {
    -webkit-animation-name: tDrawerFadeIn;
    animation-name: tDrawerFadeIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.t-drawer-fade-exit.t-drawer-fade-exit-active,
.t-drawer-fade-leave-active.t-drawer-fade-leave-to {
    -webkit-animation-name: tDrawerFadeOut;
    animation-name: tDrawerFadeOut;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes tDrawerFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes tDrawerFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes tDrawerFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes tDrawerFadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.t-drawer {
    font: var(--td-font-body-medium);
    color: var(--td-text-color-primary);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    position: fixed;
    z-index: 1500;
    width: 100%;
    height: 100%;
    pointer-events: none;
    outline: none
}

.t-drawer,
.t-drawer--lock {
    overflow: hidden
}

.t-drawer--attach {
    position: absolute
}

.t-drawer--left,
.t-drawer--right {
    top: 0
}

.t-drawer--left {
    left: 0
}

.t-drawer--right {
    right: 0
}

.t-drawer--bottom,
.t-drawer--top {
    left: 0
}

.t-drawer--top {
    top: 0
}

.t-drawer--bottom {
    bottom: 0
}

.t-drawer__mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--td-mask-active);
    transition: opacity .2s cubic-bezier(.38, 0, .24, 1);
    opacity: 0
}

.t-drawer__content-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--td-bg-color-container);
    width: 16px;
    height: 16px;
    font-size: var(--td-font-body-medium);
    color: var(--td-text-color-secondary);
    box-shadow: var(--td-shadow-2);
    overflow: hidden;
    pointer-events: auto;
    transition: visibility .28s cubic-bezier(.38, 0, .24, 1), -webkit-transform .28s cubic-bezier(.38, 0, .24, 1);
    transition: transform .28s cubic-bezier(.38, 0, .24, 1), visibility .28s cubic-bezier(.38, 0, .24, 1);
    transition: transform .28s cubic-bezier(.38, 0, .24, 1), visibility .28s cubic-bezier(.38, 0, .24, 1), -webkit-transform .28s cubic-bezier(.38, 0, .24, 1);
    position: relative
}

.t-drawer .t-drawer__content-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    visibility: hidden
}

.t-drawer .t-drawer__content-wrapper--left,
.t-drawer .t-drawer__content-wrapper--right {
    top: 0
}

.t-drawer .t-drawer__content-wrapper--left {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.t-drawer .t-drawer__content-wrapper--right {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.t-drawer .t-drawer__content-wrapper--bottom,
.t-drawer .t-drawer__content-wrapper--top {
    left: 0
}

.t-drawer .t-drawer__content-wrapper--top {
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.t-drawer .t-drawer__content-wrapper--bottom {
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.t-drawer__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: var(--td-comp-size-xxxl);
    padding: 0 var(--td-comp-paddingLR-l);
    font: var(--td-font-title-medium);
    color: var(--td-text-color-primary);
    border-bottom: 1px solid var(--td-border-level-1-color);
    border-radius: var(--td-radius-small) var(--td-radius-small) 0 0;
    box-sizing: border-box
}

.t-drawer__body {
    overflow: auto;
    -ms-flex: 1;
    flex: 1
}

.t-drawer__body,
.t-drawer__footer {
    padding: var(--td-comp-paddingTB-l) var(--td-comp-paddingLR-l)
}

.t-drawer__footer {
    width: 100%;
    text-align: left;
    border-top: 1px solid var(--td-border-level-1-color);
    background-color: var(--td-bg-color-container);
    box-sizing: border-box
}

.t-drawer__footer .t-button {
    margin-left: var(--td-comp-margin-s)
}

.t-drawer__footer .t-button:first-child {
    margin-left: 0
}

.t-drawer__close-btn {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: var(--td-comp-size-xs);
    height: var(--td-comp-size-xs);
    top: calc(var(--td-comp-size-xxxl)/2 - var(--td-comp-size-xs)/2);
    right: var(--td-comp-margin-s);
    color: var(--td-text-color-primary);
    background-color: var(--td-bg-color-container);
    border-radius: var(--td-radius-default);
    cursor: pointer;
    transition: background-color .2s
}

.t-drawer__close-btn:hover {
    background-color: var(--td-bg-color-container-hover)
}

.t-drawer__close-btn:active {
    background-color: var(--td-bg-color-container-active)
}

.t-drawer__close-btn .t-icon {
    font-size: calc(var(--td-font-size-body-medium) + 2px);
    vertical-align: unset
}

.t-drawer--open {
    width: 100%;
    height: 100%;
    pointer-events: auto
}

.t-drawer--open>.t-drawer__content-wrapper {
    visibility: visible
}

.t-drawer--open>.t-drawer__mask {
    opacity: 1;
    width: 100%;
    height: 100%
}

.t-drawer--without-mask {
    pointer-events: none
}

[tabindex="-1"]:focus {
    outline: none !important
}

.cdc-sort-manage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.cdc-sort-manage__hd {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid rgba(214, 219, 227, .3);
    -ms-flex: none;
    flex: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1600
}

.cdc-sort-manage__hd-tit {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #181818
}

.cdc-sort-manage__bd {
    -ms-flex: 1;
    flex: 1;
    background: #f2f3f6;
    padding: 20px 16px 0
}

.cdc-sort-manage__bd-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.cdc-sort-manage__bd-title {
    color: #181818;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.cdc-sort-manage__bd-divider.t-divider--with-text-left {
    color: #4b5b76;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 12px 0
}

.cdc-sort-manage__bd-divider.t-divider--with-text-left .t-divider__inner-text:not(:empty) {
    padding-left: 0
}

.cdc-sort-manage__bd-divider.t-divider--with-text-left:before {
    width: 0
}

.cdc-sort-manage__bd-divider.t-divider--with-text-left:after {
    border-top-color: #d6dbe3
}

.cdc-sort-manage__bd-list {
    margin-bottom: 8px
}

.cdc-sort-manage__bd-list-item {
    position: relative;
    color: #181818;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    padding: 10px 16px;
    box-sizing: border-box;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(55, 99, 170, .1);
    margin-bottom: 12px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    opacity: .8;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    z-index: 1501
}

.cdc-sort-manage__bd-list-item .icon-visible {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 23.021582733812952%;
    background-size: 1981.25% auto;
    cursor: pointer
}

.cdc-sort-manage__bd-list-item .icon-drag {
    display: inline-block;
    width: 13px;
    height: 8px;
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 99.01315789473685% 34.61538461538461%;
    background-size: 2438.461538461538% auto;
    margin-right: 10px;
    vertical-align: 1px
}

.cdc-sort-manage__bd-list-item.is-hidden {
    background: hsla(0, 0%, 100%, .8);
    color: #97a3b7
}

.cdc-sort-manage__bd-list-item.is-hidden .icon-drag {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 99.01315789473685% 37.41258741258741%;
    background-size: 2438.461538461538% auto
}

.cdc-sort-manage__bd-list-item.is-hidden .icon-visible {
    background-image: url(../../images/sprite.Home-202506041515.svg);
    background-position: 94.6843853820598% 74.82014388489209%;
    background-size: 1981.25% auto
}

.cdc-sort-manage__bd-list-item.is-selected {
    border: 1px solid #0052d9;
    box-shadow: 0 8px 16px 0 rgba(55, 99, 170, .1)
}

.cdc-sort-manage__bd-list:last-child {
    -ms-flex: 1;
    flex: 1
}

.cdc-sort-manage__bd-list::-webkit-scrollbar {
    width: 3px
}

.cdc-sort-manage__bd-list::-webkit-scrollbar-thumb {
    background: var(--unnamed, #97a3b7)
}

.cdc-sort-manage__bd .cdc-btn {
    height: 32px;
    line-height: 22px
}

#FEFLOW {
    content: mai202506041515
}