html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strike, strong, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "SimSun";
    background: #F5F6F7;
    color: #333;
}

body a {
    cursor: pointer;
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

.clear {
    zoom: 1;
}

.clear:after {
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
    display: block;
    content: "";
}

.helpHead {
    width: 100%;
    height: 60px;
    background: #fff;
}

.helpHead div {
    width: 1000px;
    margin: 0 auto;
}

.help {
    width: 1050px;
    margin: 30px auto 50px;
}

/* 左 */
.helpTab {
    width: 230px;
    background: #fff;
    border: 1px solid #e5eaf0;
    border-right: 0;
    float: left;
    box-shadow: 0 0 10px #e6e6e6;
}

.helpTab dt, .helpTab dd {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #eee;
}

.helpTab dt {
    font-size: 18px;
    color: #3E7EFF;
    background: #fff;
    font-weight: bold;
    padding-left: 30px;
}

.helpTab dd {
    background: #fff;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.helpTab dd img {
    width: 20px;
    padding-right: 12px;
}

.helpTab dd.active {
    background: rgba(62, 126, 255, .04);
    color: #3097ff;
    border-radius: 8px;
    margin: 0 10px;
    padding-left: 20px;
}

/* 右 */
.helpCon {
    width: 790px;
    background: #fff;
    min-height: 800px;
    float: right;
    padding-bottom: 35px;
    box-shadow: 0 0 10px #e6e6e6;
}

.helpCon div {
    display: none;
}

.helpCon div:first-child {
    display: block;
}

.helpCon div h6 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #4f565c;
    text-indent: 22px;
    border-bottom: 1px solid #e5eaf0;
}

.helpCon div article {
    padding: 30px;
    width: 730px;
}

.helpCon div article h5 {
    font-size: 16px;
    margin-bottom: 20px;
}

.helpCon div article p {
    font-size: 14px;
    margin-bottom: 20px;
}

.helpCon div article p b {
    font-weight: bold;
}

.helpCon div article span {
    color: #FF5959;
    margin-bottom: 20px;
    font-size: 14px;
    display: block;
}

.helpCon div article img {
    margin-bottom: 20px;
}

.helpCon div article table {
    width: 100%;
    text-align: center;
    border-right: 1px #F4F5F6 solid;
}

.helpCon div article table tr th {
    background: #3e7eff;
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.helpCon div article table tr td {
    padding: 20px;
    border-left: 1px #F4F5F6 solid;
    border-bottom: 1px #F4F5F6 solid;
    vertical-align: middle;
}


.footer .leftAbout {
    display: inline-block;
}

.footer .leftAbout dl {
    margin-right: 70px;
    display: inline-block;
}

.footer .leftAbout dl dt {
    font-size: 14px;
    line-height: 14px;
    color: #D9D9D9;
    font-weight: bold;
}

.footer .leftAbout dl dd a {
    font-size: 12px;
    line-height: 12px;
    color: #D9D9D9;
    margin-top: 20px;
    display: inline-block;
}

.footer .leftAbout dl dd a:hover {
    text-decoration: underline;
}

.footer .jxWeChat {
    display: inline-block;
    margin-left: 60px;
}

.footer .jxWeChat b {
    display: block;
    color: #fff;
    font-size: 12px;
    padding-bottom: 10px;
}

.footer .jxWeChat img {
    width: 100px;
    height: 100px;
}

.footer .copyright {
    width: 1200px;
    padding: 40px 0;
    margin: 40px auto 0;
    text-align: center;
    line-height: 20px;
    color: #D9D9D9;
    border-top: 1px solid #666;
}

.footer .copyright a {
    color: #D9D9D9;
}

.footer .copyright a:hover {
    text-decoration: underline;
}

.footer .copyright a.icp {
    display: block;
    margin-top: 10px;
}

/* 导航 */
.w1200 {
    max-width: 1200px;
    margin: 0 auto;
}

body a {
    color: #333
}

.navigation {
    width: 100%;
    height: 80px;
    background: #fff;
}

.navigation .logo {
    display: block;
    height: 60px;
    margin: 10px 0;
    float: left;
}

.navigation .navs {
    float: right;
    padding-top: 26px;
}

.navigation .navs a {
    font-size: 16px;
    margin: 0 20px;
    color: #333;
    font-weight: 550;
    display: block;
    float: left;
}

.navigation .navs a i {
    display: block;
    width: 20px;
    height: 5px;
    margin: 8px auto;
    display: none;
}

.navigation .navs a:hover i {
    display: block;
}

.navigation .navs a.active i {
    display: block;
}

.jj-flash-note__popper[data-v-44225974] {
    position: absolute;
    border: none;
    outline: 0;
    text-align: center;
    width: 28px;
    height: 28px;
    background: #f7f8fa;
    border: 1px solid #e5e6eb;
    border-radius: 2px;
    padding: 4px
}

.jj-flash-note__popper .icon[data-v-44225974] {
    pointer-events: none
}

.jj-flash-note__frame[data-v-dd761a64] {
    max-width: 50%;
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999
}

.slide-left-enter-active[data-v-dd761a64],
.slide-left-leave-active[data-v-dd761a64] {
    transition: transform .15s linear
}

.slide-left-enter-from[data-v-dd761a64],
.slide-left-leave-to[data-v-dd761a64] {
    transform: translateX(100%)
}

.jj-flash-note__app[data-v-ed443a7e] {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0
}

.jj-flash-note__app .mask[data-v-ed443a7e] {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9000;
    background-color: rgba(0, 0, 0, .4);
    opacity: 1
}

.jj-flash-note__app .fade-enter-active[data-v-ed443a7e],
.jj-flash-note__app .fade-leave-active[data-v-ed443a7e] {
    transition: opacity .15s ease
}

.jj-flash-note__app .fade-enter-from[data-v-ed443a7e],
.jj-flash-note__app .fade-leave-to[data-v-ed443a7e] {
    opacity: 0
}

.juejin-search[data-v-f493e070] {
    display: flex;
    width: 682px;
    height: 46px;
    border-radius: 2px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative
}

.juejin-search .search-anim[data-v-f493e070] {
    position: absolute;
    left: 8px;
    width: 28px;
    height: 28px;
    object-fit: contain;
    animation-play-state: paused
}

.juejin-search .search-anim.slide-right-enter-active[data-v-f493e070],
.juejin-search .search-anim.slide-right-leave-active[data-v-f493e070] {
    transition: width .3s linear
}

.juejin-search .search-anim.slide-right-enter-from[data-v-f493e070],
.juejin-search .search-anim.slide-right-leave-to[data-v-f493e070] {
    width: 0
}

.juejin-search .juejin-search-logo[data-v-f493e070] {
    right: 16px;
    position: absolute;
    width: 23px;
    height: 18px;
    object-fit: contain
}

.juejin-search .juejin-search-logo path[data-v-f493e070] {
    transition: all .3s linear
}

.juejin-search #juejin-search-input-global.input[data-v-f493e070] {
    padding: 0 39px 0 33px;
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
    border-radius: 2px;
    background-color: #fff;
    color: #1d2129;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    caret-color: transparent;
    box-sizing: border-box;
    background: rgba(148, 191, 255, .1)
}

.juejin-search #juejin-search-input-global.input.active[data-v-f493e070] {
    border: 2px solid #bedaff
}

.juejin-search #juejin-search-input-global.input.animation-stopped[data-v-f493e070] {
    caret-color: #1e80ff;
    padding-left: 16px
}

.juejin-search #juejin-search-input-global.input[data-v-f493e070]::placeholder {
    font-weight: 400;
    color: #86909c
}

:root {
    --color-input-bg: #f4f5f5;
    --color-input-error-bg: #ffece8;
    --color-input-placeholder: #86909c;
    --color-input-text: #4e5969;
    --color-input-icon: #f53f3f
}

:root .dark {
    --color-input-bg: rgba(255, 255, 255, 0.12);
    --color-input-error-bg: rgba(255, 81, 50, 0.15);
    --color-input-placeholder: #e3e3e3;
    --color-input-text: #e3e3e3;
    --color-input-icon: #ff6247
}

[data-v-3b3b3ca0]:root {
    --color-brand: #1E80FF;
    --color-brand-light: #E8F3FF;
    --color-nav-title: #86909C;
    --color-nav-popup-bg: #FFFFFF;
    --color-primary: #1D2129;
    --color-secondary-app: #4E5969;
    --color-thirdly: #86909C;
    --color-hover: #1e80ff;
    --color-hover-thirdly: #86909c;
    --color-dropdown-text: #1E80FF;
    --color-divider: #E5E6EB;
    --color-main-bg: #f4f5f5;
    --color-secondary-bg: #FFFFFF;
    --color-thirdly-bg: #f4f5f5;
    --color-hover-bg: #E8F3FF;
    --color-comment-bg: rgba(244, 245, 245, 0.5);
    --hover-bg: linear-gradient(90deg,
            rgba(232, 243, 255, 0) 0%,
            rgba(232, 243, 255, 0.8) 25.09%,
            #e8f3ff 50.16%,
            rgba(232, 243, 255, 0.8) 75.47%,
            rgba(232, 243, 255, 0) 100%);
    --color-mask: rgba(0, 0, 0, 0.4);
    --color-quick-nav-text: #ffffff;
    --color-nav-bg: rgba(255, 255, 255, 0.13);
    --color-nav-selected-border: rgba(229, 230, 235, 0.3);
    --color-tips: #F53F3F;
    --color-fourthly: #C9CDD4;
    --color-shadow: rgba(0, 0, 0, 0.16);
    --color-grey-triangle: #e5e6eb;
    --color-icon-search: #ffffff;
    --color-navbar-icon: #1e80ff;
    --color-layout-dropdown-bg: rgba(232, 243, 255, 0.8);
    --color-layout-title: #4E5969;
    --color-layout-title-active: #1E80FF;
    --color-layout-icon-outline: rgba(30, 128, 255, 0.5);
    --color-layout-icon-fill: #ffffff
}

:root .dark[data-v-3b3b3ca0] {
    --color-brand: #1352a3;
    --color-nav-title: #e3e3e3;
    --color-nav-popup-bg: #1352A3;
    --color-primary: #e3e3e3;
    --color-secondary-app: #a9a9a9;
    --color-thirdly: #7d7d7f;
    --color-hover: #eeeeee;
    --color-hover-thirdly: #878789;
    --color-dropdown-text: #878789;
    --color-divider: #4a4a4a;
    --color-main-bg: #121212;
    --color-secondary-bg: #272727;
    --color-thirdly-bg: #3a3a3a;
    --color-hover-bg: #3a3a3a;
    --color-comment-bg: #313131;
    --hover-bg: linear-gradient(90deg,
            rgba(58, 58, 58, 0) 0%,
            rgba(58, 58, 58, 0.8) 25.09%,
            #3a3a3a 50.16%,
            rgba(58, 58, 58, 0.8) 75.47%,
            rgba(58, 58, 58, 0) 100%);
    --color-mask: rgba(0, 0, 0, 0.4);
    --color-quick-nav-text: #e3e3e3;
    --color-nav-bg: rgb(30, 30, 30);
    --color-nav-selected-border: #4a4a4a;
    --color-tips: #bc3030;
    --color-fourthly: #878789;
    --color-shadow: rgba(0, 0, 0, 0.16);
    --color-grey-triangle: #3a3a3a;
    --color-icon-search: #e3e3e3;
    --color-navbar-icon: #e3e3e3;
    --color-layout-dropdown-bg: rgba(125, 125, 127, 0.8);
    --color-layout-title: #eeeeee;
    --color-layout-title-active: #eeeeee;
    --color-layout-icon-outline: #131313;
    --color-layout-icon-fill: #e3e3e3
}

.input-option[data-v-3b3b3ca0] {
    display: flex;
    flex-direction: column
}

.input-option span.error[data-v-3b3b3ca0] {
    margin-left: 6.6666666667rem;
    font-size: 1rem;
    line-height: 20px;
    display: inline-block;
    height: 20px;
    color: var(--color-tips)
}

.input-wrapper[data-v-3b3b3ca0] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%
}

.input-wrapper label[data-v-3b3b3ca0] {
    width: 4em;
    font-size: 1.1666666667rem;
    line-height: 1.8333333333rem;
    color: var(--color-thirdly);
    margin-right: 1rem
}

.input-wrapper .input[data-v-3b3b3ca0] {
    flex: 1 0 auto;
    position: relative
}

.input-wrapper .input.error .input-inner[data-v-3b3b3ca0] {
    background-color: var(--color-input-error-bg)
}

.input-wrapper .input.error .btn-clear[data-v-3b3b3ca0] {
    color: var(--color-input-icon)
}

.input-wrapper .input .input-inner[data-v-3b3b3ca0] {
    background: var(--color-input-bg);
    border-radius: 2px;
    color: var(--color-input-text);
    font-size: 1.0833333333rem;
    line-height: 1.8333333333rem;
    height: 2.3333333333rem;
    padding: 0 8px;
    outline: 0;
    border: none;
    width: 100%
}

.input-wrapper .input .input-inner[data-v-3b3b3ca0]::placeholder {
    color: var(--color-input-placeholder)
}

.input-wrapper .btn-clear[data-v-3b3b3ca0] {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    outline: 0;
    color: var(--color-fourthly)
}

.input-wrapper .btn-clear[data-v-3b3b3ca0]::before {
    font-size: 10px;
    line-height: 10px
}

[data-v-25df73b2] {
    box-sizing: border-box
}

.color-tool[data-v-25df73b2] {
    padding: 0 16px !important
}

.color-tool .row[data-v-25df73b2] {
    display: flex;
    align-items: center
}

.color-tool .color-picker[data-v-25df73b2] {
    cursor: pointer;
    outline: 0;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 2px;
    background-color: transparent;
    width: 92px;
    height: 40px
}

.color-tool .color-picker[data-v-25df73b2]::-webkit-color-swatch-wrapper {
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all .15s linear
}

.color-tool .color-picker[data-v-25df73b2]::-webkit-color-swatch-wrapper:hover {
    border: 1px solid #bedaff
}

.color-tool .color-picker[data-v-25df73b2]::-webkit-color-swatch {
    border-radius: 2px;
    border: none
}

.color-tool .input[data-v-25df73b2] {
    transform: translateY(10px);
    flex: 1 1 auto;
    margin: 0 12px
}

.color-tool .input[data-v-25df73b2] input.input-inner {
    height: 40px;
    padding-left: 16px;
    font-size: 14px;
    color: #1d2129;
    box-sizing: border-box;
    background: #f4f5f5
}

.color-tool .input[data-v-25df73b2] label {
    display: none
}

.color-tool .input[data-v-25df73b2] span.error {
    margin-left: 16px
}

.color-tool .input[data-v-25df73b2] .input-wrapper .btn-clear {
    right: 8px
}

.color-tool .input[data-v-25df73b2] .input-wrapper .btn-clear::before {
    font-size: 14px;
    color: #c9cdd4
}

.color-tool button[data-v-25df73b2] {
    outline: 0;
    border: none;
    background-color: unset;
    width: 93px;
    height: 40px;
    font-size: 14px
}

.color-tool .btn-convert[data-v-25df73b2] {
    background: #1e80ff;
    border-radius: 2px;
    color: #fff;
    transition: all .15s linear
}

.color-tool .btn-convert[data-v-25df73b2]:hover {
    background: #5399ff
}

.color-tool .btn-convert[data-v-25df73b2]:active {
    background: #0060dd
}

.color-tool .btn-copy[data-v-25df73b2] {
    background: rgba(30, 128, 255, .05);
    border: 1px solid rgba(30, 128, 255, .3);
    border-radius: 2px;
    color: #1e80ff;
    transition: all .15s linear
}

.color-tool .btn-copy[data-v-25df73b2]:hover {
    background: rgba(30, 128, 255, .1);
    border-color: rgba(30, 128, 255, .45)
}

.color-tool .btn-copy[data-v-25df73b2]:active {
    background: rgba(30, 128, 255, .2);
    border-color: rgba(30, 128, 255, .6)
}

.color-tool .display[data-v-25df73b2] {
    flex: 1;
    text-align: start;
    background-color: #f4f5f5;
    height: 40px;
    margin: 0 12px;
    border-radius: 2px;
    line-height: 40px;
    padding-left: 16px;
    font-size: 14px;
    color: #1d2129
}

.color-tool .label[data-v-25df73b2] {
    width: 92px;
    font-size: 16px;
    font-weight: 500;
    color: #1d2129;
    text-align: end
}

.color-tool .row[data-v-25df73b2]:not(:first-of-type) {
    margin-top: 16px
}

.tool[data-v-106c88bd] {
    width: 100%;
    height: 100%;
    box-sizing: border-box
}

iframe[data-v-106c88bd] {
    min-height: 488px
}

.calculator[data-v-81e152a8] {
    display: flex;
    align-items: center;
    padding: 14px 16px 14px 24px
}

.calculator .result[data-v-81e152a8] {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #1d2129;
    margin: 0 16px;
    text-overflow: ellipsis;
    flex: 1 0 auto;
    overflow: hidden;
    white-space: nowrap;
    max-width: 490px
}

.calculator .hint[data-v-81e152a8] {
    font-size: 14px;
    line-height: 22px;
    color: #86909c
}

.search-action[data-v-6fe99470] {
    display: flex;
    align-items: center;
    padding: 0 16px 0 20px;
    box-sizing: border-box;
    user-select: none;
    cursor: pointer;
    height: 44px;
    border-left: 4px solid transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transition: all .15s linear
}

.search-action.active[data-v-6fe99470],
.search-action[data-v-6fe99470]:hover {
    border-left-color: #1e80ff;
    background-color: #f4f5f5
}

.search-action .search-content[data-v-6fe99470] {
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    margin-right: 16px
}

.search-action .search-content .search-content__logo[data-v-6fe99470] {
    width: 32px;
    height: 32px
}

.search-action .search-content .search-content__engine[data-v-6fe99470],
.search-action .search-content .search-content__keyword[data-v-6fe99470] {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px
}

.search-action .search-content .search-content__keyword[data-v-6fe99470] {
    color: #1d2129;
    margin: 0 4px 0 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 396px
}

.search-action .search-content .search-content__engine[data-v-6fe99470] {
    color: #1e80ff
}

.search-action .hint[data-v-6fe99470] {
    font-size: 14px;
    line-height: 22px;
    color: #1e80ff
}

[data-v-c62d3d80]:root {
    --color-brand: #1E80FF;
    --color-brand-light: #E8F3FF;
    --color-nav-title: #86909C;
    --color-nav-popup-bg: #FFFFFF;
    --color-primary: #1D2129;
    --color-secondary-app: #4E5969;
    --color-thirdly: #86909C;
    --color-hover: #1e80ff;
    --color-hover-thirdly: #86909c;
    --color-dropdown-text: #1E80FF;
    --color-divider: #E5E6EB;
    --color-main-bg: #f4f5f5;
    --color-secondary-bg: #FFFFFF;
    --color-thirdly-bg: #f4f5f5;
    --color-hover-bg: #E8F3FF;
    --color-comment-bg: rgba(244, 245, 245, 0.5);
    --hover-bg: linear-gradient(90deg,
            rgba(232, 243, 255, 0) 0%,
            rgba(232, 243, 255, 0.8) 25.09%,
            #e8f3ff 50.16%,
            rgba(232, 243, 255, 0.8) 75.47%,
            rgba(232, 243, 255, 0) 100%);
    --color-mask: rgba(0, 0, 0, 0.4);
    --color-quick-nav-text: #ffffff;
    --color-nav-bg: rgba(255, 255, 255, 0.13);
    --color-nav-selected-border: rgba(229, 230, 235, 0.3);
    --color-tips: #F53F3F;
    --color-fourthly: #C9CDD4;
    --color-shadow: rgba(0, 0, 0, 0.16);
    --color-grey-triangle: #e5e6eb;
    --color-icon-search: #ffffff;
    --color-navbar-icon: #1e80ff;
    --color-layout-dropdown-bg: rgba(232, 243, 255, 0.8);
    --color-layout-title: #4E5969;
    --color-layout-title-active: #1E80FF;
    --color-layout-icon-outline: rgba(30, 128, 255, 0.5);
    --color-layout-icon-fill: #ffffff
}

:root .dark[data-v-c62d3d80] {
    --color-brand: #1352a3;
    --color-nav-title: #e3e3e3;
    --color-nav-popup-bg: #1352A3;
    --color-primary: #e3e3e3;
    --color-secondary-app: #a9a9a9;
    --color-thirdly: #7d7d7f;
    --color-hover: #eeeeee;
    --color-hover-thirdly: #878789;
    --color-dropdown-text: #878789;
    --color-divider: #4a4a4a;
    --color-main-bg: #121212;
    --color-secondary-bg: #272727;
    --color-thirdly-bg: #3a3a3a;
    --color-hover-bg: #3a3a3a;
    --color-comment-bg: #313131;
    --hover-bg: linear-gradient(90deg,
            rgba(58, 58, 58, 0) 0%,
            rgba(58, 58, 58, 0.8) 25.09%,
            #3a3a3a 50.16%,
            rgba(58, 58, 58, 0.8) 75.47%,
            rgba(58, 58, 58, 0) 100%);
    --color-mask: rgba(0, 0, 0, 0.4);
    --color-quick-nav-text: #e3e3e3;
    --color-nav-bg: rgb(30, 30, 30);
    --color-nav-selected-border: #4a4a4a;
    --color-tips: #bc3030;
    --color-fourthly: #878789;
    --color-shadow: rgba(0, 0, 0, 0.16);
    --color-grey-triangle: #3a3a3a;
    --color-icon-search: #e3e3e3;
    --color-navbar-icon: #e3e3e3;
    --color-layout-dropdown-bg: rgba(125, 125, 127, 0.8);
    --color-layout-title: #eeeeee;
    --color-layout-title-active: #eeeeee;
    --color-layout-icon-outline: #131313;
    --color-layout-icon-fill: #e3e3e3
}

.search-app[data-v-c62d3d80] {
    z-index: 9999;
    padding-top: 160px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.search-app.extension[data-v-c62d3d80] {
    z-index: 700
}

@media (max-height:720px) {
    .search-app.tool-active[data-v-c62d3d80] {
        padding-top: 80px
    }
}

@media (max-height:640px) {
    .search-app.tool-active[data-v-c62d3d80] {
        padding-top: 30px
    }
}

.search-app .search-app__wrapper__[data-v-c62d3d80] {
    border-radius: 2px;
    border: 1px solid #1e80ff;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(30, 128, 255, .2), 0 0 20px rgba(0, 0, 0, .15);
    backdrop-filter: blur(15px)
}

.search-app .search-app__wrapper__ .search-result[data-v-c62d3d80] {
    margin-top: 8px
}

.search-app .search-app__wrapper__ .search-result .tool[data-v-c62d3d80] {
    padding: 0 8px
}

.search-app .search-app__wrapper__ .search-result .setting-hint[data-v-c62d3d80] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 16px;
    padding: 12px 0 16px
}

.search-app .search-app__wrapper__ .search-result .setting-hint .text[data-v-c62d3d80] {
    color: #86909c;
    line-height: 22px;
    cursor: pointer;
    user-select: none
}

.search-app .search-app__wrapper__ .search-result .setting-hint .text[data-v-c62d3d80]:hover:not(.disabled) {
    color: #1e80ff;
    transition: all .15s linear
}

.search-app .search-app__wrapper__ .search-result .setting-hint .text.disabled[data-v-c62d3d80] {
    cursor: initial
}

.search-app .juejin-search[data-v-c62d3d80] {
    margin: 8px
}

.fw55 {
    font-weight: 550;
}

.box {
    width: 100%;
    /* min-width: 1250px; */
    background: #363636;
}

.footer {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 33px 0;
}

.footer .t {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #666666;
    justify-content: space-between;
}

.footer .t ul li {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: center;
}

.footer .t ul li a,
.footer .t ul li {
    text-align: center;
    font-family: PingFang SC;
    color: #D9D9D9;
}

.footer .t ul li a:hover {
    text-decoration-line: underline;
}

.footer .t ul li a {
    font-size: 12px;
    font-weight: 400;
}

.footer .wchat {
    display: flex;
}

.footer .wchat .b {
    text-align: center;
}

.footer .wchat .b p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #ffffff;
}

.footer .wchat .b img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.footer .bot {
    display: flex;
    justify-content: center;
}

.footer .bot a {
    padding-top: 25px;
    text-align: center;
    opacity: 0.8;
    font-size: 10px;
    color: #ffffff;
}