:root {
    --jl-main-color: #4370f5;
    --jl-hover-color: #3a5f9a;
    --jl-text-color: rgba(0, 0, 0, .84);
    --jl-text-light: rgba(0, 0, 0, .68);
    --jl-text-gray: rgba(0, 0, 0, .6);
    --jl-text-gray-lightest: rgba(0, 0, 0, .5);
    --jl-border-color: rgba(0, 0, 0, .1);
    --jl-border-color-light: rgba(0, 0, 0, .05);
    --jl-background-gray: #f5f7fd;
    --jl-background-gray-light: #f9f9f9;
    --jl-background-gray-lightest: #fafafa;
    --jl-background-white: #fff;
    --jl-color-white: #fff
}

/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.button {
    display: inline-block;
    line-height: 28px;
    cursor: pointer
}

.button--primary {
    border: 1px solid var(--jl-main-color);
    border-radius: 999rem;
    font-size: 14px;
    color: var(--jl-main-color);
    padding: 4px 16px;
    background-color: #fff
}

.button--primary:hover {
    background-color: var(--jl-main-color);
    color: #fff
}

.button--small {
    line-height: 27px;
    border: 1px solid var(--jl-border-color);
    border-radius: 999rem;
    padding: 4px 12px;
    box-sizing: border-box
}

.button--chromeless {
    border: 0;
    padding: 0
}

.button--chromeless .svgIcon {
    fill: #6b5400
}

.button.is-active>.button-activeState,
.button>.button-defaultState {
    display: inline
}

.button.is-active>.button-defaultState,
.button>.button-activeState {
    display: none
}

@keyframes a {
    0% {
        transform: scale(1)
    }

    25% {
        transform: scale(1.1)
    }

    60% {
        transform: scale(1)
    }

    to {
        transform: scale(1)
    }
}

.grap {
    word-break: break-all
}

.grap .post-copyright {
    padding-bottom: 10px;
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
    line-height: 1.4
}

.grap .post-copyright p {
    margin-bottom: 5px
}

.grap blockquote {
    margin: 0;
    padding: 0;
    border: none;
    border-left: 3px solid rgba(0, 0, 0, .3);
    padding-left: 15px;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, .56)
}

.grap blockquote p {
    margin: 0
}

.grap blockquote:first-child {
    background-image: url(../img/bq.png);
    background-repeat: no-repeat;
    border-left: 0;
    background-color: #f4f7fc;
    background-position: left 15px top 25px;
    color: rgba(0, 0, 0, .5);
    padding: 18px 20px 18px 20px;
    font-size: 14px;
    background-size: 21px 21px;
    border-radius: 5px
}

.grap p {
    margin-bottom: 15px;
    text-align: justify
}

.grap a {
    text-decoration: underline
}

.grap a,
.grap a:hover,
.grap h2 {
    color: #446ff5
}

.grap h2 {
    margin-bottom: 10px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3
}

.grap h2+h3:before {
    margin-top: 10px
}

.grap h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    box-shadow: inset 0 -10px #e7edfe;
    display: inline
}

.grap h3:after,
.grap h3:before {
    display: block;
    content: ""
}

.grap h3:after {
    margin-bottom: 10px
}

.grap hr {
    border: 0;
    text-align: center;
    font-size: 32px;
    height: auto
}

.grap hr:before {
    content: "...";
    letter-spacing: .6em;
    text-indent: .6em
}

.grap ol,
.grap ul {
    margin-bottom: 14px
}

.grap ol li,
.grap ul li {
    margin-left: 30px;
    margin-bottom: 6px
}

.grap ol li:before,
.grap ul li:before {
    content: "•";
    box-sizing: border-box;
    font-size: 14px;
    margin-left: -28px;
    padding-right: 8px;
    display: inline-block;
    text-align: right;
    width: 28px;
    color: #6b5400
}

.grap--figure {
    margin: 0 0 20px
}

.imageCaption {
    font-size: 14px;
    text-align: center
}

body {
    letter-spacing: 0;
    font-weight: 400;
    font-style: normal;
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    color: var(--jl-text-color);
    line-height: 1.8;
    background-color: #f4f7fc
}

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

p {
    margin-top: 0;
    margin-bottom: 0
}

button,
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: var(--jl-text-color)
}

img {
    max-width: 100%;
    height: auto
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

a {
    color: inherit;
    text-decoration: none
}

input[disabled] {
    cursor: default;
    color: rgba(0, 0, 0, .8);
    background-color: rgba(0, 0, 0, .05)
}

* {
    box-sizing: border-box
}

audio:not([controls]) {
    display: none;
    height: 0
}

.u-textAlignCenter {
    text-align: center
}

.u-borderBox {
    box-sizing: border-box
}

.u-floatRight {
    float: right
}

.u-cursorPointer {
    cursor: pointer
}

.u-paddingTop70 {
    padding-top: 70px
}

.u-paddingBottom30 {
    padding-bottom: 30px !important
}

.u-colorGray {
    color: #ccc
}

.u-colorOrange {
    color: #ff7773
}

.u-colorBlue {
    color: #5079b7
}

.u-colorGreen {
    color: green
}

.u-floatLeft {
    float: left
}

.u-clearfix {
    *zoom: 1
}

.u-clearfix:after,
.u-clearfix:before {
    display: table;
    content: " "
}

.u-clearfix:after {
    clear: both
}

.u-paddingBotton30 {
    padding-bottom: 30px !important
}

.u-width315 {
    width: 315px
}

.u-width335 {
    width: 335px
}

.u-width850 {
    width: 850px
}

.u-width840 {
    width: 840px
}

.u-width800 {
    width: 800px
}

.u-width400 {
    width: 400px
}

.u-width870 {
    width: 870px
}

.u-backgroundColorWhite {
    background-color: #fff
}

.u-backgroundColorLightBlue {
    background-color: #f9fafd
}

.u-paddingTop30 {
    padding-top: 30px
}

.u-paddingTop50 {
    padding-top: 50px
}

.u-marginTop30 {
    margin-top: 30px
}

.u-flex {
    display: flex
}

.u-flex0 {
    flex: 0 0 auto
}

.u-paddingLeft15 {
    padding-left: 15px
}

.u-overflowHidden {
    overflow: hidden
}

.u-flex1 {
    flex: 1 1 auto
}

.u-maxWidth1000 {
    max-width: 1000px
}

.u-marginBottom50 {
    margin-bottom: 50px
}

.u-marginBottom30 {
    margin-bottom: 30px
}

.u-marginTop50 {
    margin-top: 50px
}

.u-marginTop20 {
    margin-top: 20px !important
}

.u-relative {
    position: relative
}

.u-height32 {
    height: 32px
}

.u-lineHeight30 {
    line-height: 30px
}

.u-absolute {
    position: absolute
}

.u-textAlignLeft {
    text-align: left
}

.u-inlineBlock {
    display: inline-block
}

.u-hide {
    display: none
}

.u-backgroundLightBlue {
    background-color: #f4f7fc
}

.u-backgroundGrayLightest {
    background-color: #fafafa
}

.u-backgroundBlue {
    background-color: #f3f7fa
}

.u-paddingTop20 {
    padding-top: 20px
}

.u-paddingLeft0 {
    padding-left: 0 !important
}

.u-padding15 {
    padding: 15px
}

.u-rounded {
    border-radius: 5px
}

.u-backgroundGray {
    background-color: #fafafa
}

.u-paddingBottom50 {
    padding-bottom: 50px
}

.u-paddingBottom20 {
    padding-bottom: 20px
}

.u-overflowAuto {
    overflow-x: scroll;
    white-space: nowrap;
    margin-right: 20px;
    margin-left: 20px
}

.middotDivider {
    margin-left: 5px;
    margin-right: 5px
}

.middotDivider:before {
    content: "·"
}

.bf--container {
    padding: 8px
}

.bf--container+.bf--container {
    padding-top: 0
}

.yoonaEvent--seat {
    padding: 10px 20px 0
}

.yoonaEvent--seatTitle {
    font-size: 14px;
    color: var(--jl-text-gray);
    text-align: right
}

.yoonaEvent--seatTitle .default {
    display: inline
}

.yoonaEvent--seatTitle .active,
.yoonaEvent--seatTitle.is-active .default {
    display: none
}

.yoonaEvent--seatTitle.is-active .active {
    display: inline
}

.yoonaEvent--seatTitle.is-active+img {
    display: block
}

.yoonaEvent--seat img {
    display: none;
    margin-top: 10px
}

.yoonaEvent--userTitle {
    padding-left: 20px;
    color: var(--jl-text-gray);
    font-weight: 600
}

.yoonaEvent--userList {
    display: flex;
    padding: 15px 20px 0;
    justify-content: space-between
}

.yoonaEvent--userItem {
    width: 11.5%
}

.yoonaEvent--userItem .avatar {
    border-radius: 999rem
}

.yoonaEvent--zhibo {
    color: var(--jl-text-gray);
    display: flex;
    align-items: center;
    line-height: 1
}

.yoonaEvent--zhibo img {
    margin-right: 6px
}

.yoonaEvent--zhibo .text {
    margin-left: auto
}

.yoonaEvent--footer {
    background-color: #fff;
    position: fixed;
    display: flex;
    border-top: 1px solid var(--jl-border-color);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 20px;
    align-items: center
}

.yoonaEvent--footer__action {
    display: flex;
    margin-left: auto;
    padding: 10px 0
}

.yoonaEvent--footer__link {
    line-height: 1;
    text-align: center;
    font-size: 12px;
    padding: 0 40px 0 0
}

.yoonaEvent--footer__link.online {
    padding-right: 0;
    margin-left: auto
}

.yoonaEvent--footer__link.online+.yoonaEvent--footer__action {
    margin-left: 10px
}

.yoonaEvent--footer__link img {
    width: 24px
}

.yoonaEvent--footer__link .text {
    color: var(--jl-text-gray)
}

.yoonaEvent--footer__btn {
    color: #fff;
    font-size: 12px;
    padding: 12px 16px;
    line-height: 1;
    box-shadow: 0 0 3px var(--jl-border-color)
}

.yoonaEvent--footer__btn:only-child {
    border-radius: 999rem !important;
    padding-left: 26px !important;
    padding-right: 26px !important
}

.yoonaEvent--footer__btn:first-child {
    border-radius: 999rem 0 0 999rem;
    background: linear-gradient(90deg, #f6cc45, #f09a38);
    padding-left: 26px
}

.yoonaEvent--footer__btn:last-child {
    border-radius: 0 999rem 999rem 0;
    background: linear-gradient(90deg, #ee7e31, #eb5829);
    padding-right: 26px
}

.yoonaEvent--footer__btn.disabled {
    background: #aaa !important
}

.yoonaEvent--title__rec {
    font-size: 18px;
    text-align: center;
    padding: 5px 0;
    color: var(--jl-border-color);
    display: flex;
    align-items: center;
    justify-content: center
}

.yoonaEvent--title__rec:after,
.yoonaEvent--title__rec:before {
    content: "··";
    font-weight: 900;
    color: var(--jl-main-color);
    font-size: 32px;
    align-items: center;
    padding: 0 10px
}

.yoonaEvent--users {
    display: flex;
    align-items: center;
    line-height: 1
}

.yoonaEvent--users .prefix {
    font-weight: 600;
    margin-right: 10px;
    color: var(--jl-text-gray-lightest)
}

.yoonaEvent--users .avatar {
    border-radius: 999rem;
    margin-right: -10px;
    border: 3px solid #fff
}

.yoonaEvent--article {
    background-color: #fff;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 15px
}

.yoonaEvent--article h2 {
    font-size: 18px;
    margin-bottom: 10px
}

.yoonaEvent--article p {
    margin-bottom: 15px
}

.yoonaEvent--wrapper {
    padding-left: 20px;
    padding-right: 20px
}

.yoonaEvent--header {
    padding-top: 20px;
    background-color: #fff;
    padding-bottom: 10px
}

.yoonaEvent--title {
    font-size: 18px;
    line-height: 1.4
}

.yoonaEvent--meta {
    font-size: 14px;
    padding-top: 6px;
    color: var(--jl-text-gray-lightest)
}

.yoonaEvent--banner {
    background-color: #fff;
    position: relative
}

.yoonaEvent--banner .banner-main {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
    border-radius: 5px;
    box-shadow: 0 5px 5px rgba(37, 21, 46, .16)
}

.yoonaEvent--banner__bg {
    width: 100%;
    filter: blur(5px)
}

.yoonaEvent--banner__box {
    width: 100%;
    height: 56.8vw;
    overflow: hidden;
    position: relative
}

.yoonaEvent--banner__box .event-details-banner-filter {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, .1)
}

.yoonaEvent--banner__box .event-details-banner-bg,
.yoonaEvent--banner__box .event-details-banner-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56.8vw
}

.v-eventMetaCard--meta {
    padding-top: 10px
}

.v-eventMetaCard--metaItem {
    display: flex;
    align-items: center;
    padding: 1px 0;
    color: var(--jl-text-gray);
    font-size: 14px
}

.v-eventMetaCard--metaItem .prefix {
    display: flex;
    align-items: center;
    margin-right: 6px
}

.v-eventMetaCard--content {
    background-color: #fff;
    padding-bottom: 20px
}

.v-eventMetaCard--content+.v-eventMetaCard--content {
    padding-top: 20px;
    margin-top: 25px
}

.v-eventMetaCard--ticketBoard {
    border: 1px solid #ff9000;
    color: rgba(0, 0, 0, .68);
    border-radius: 4px;
    overflow: hidden
}

.v-eventMetaCard--ticketBoard .price {
    color: #f37;
    padding-top: 3px
}

.v-eventMetaCard--ticketBoard .original {
    color: #999;
    text-decoration: line-through;
    font-size: 12px
}

.v-eventMetaCard--ticketBoard__header {
    background-color: #ff9000;
    color: #fff
}

.v-eventMetaCard--ticketBoard__item:last-child {
    border-bottom: 0;
    border-radius: 0 0 4px 4px
}

.v-eventMetaCard--ticketBoard__item:nth-child(2n) {
    background-color: #f6f6f6
}

.v-table {
    display: flex;
    align-items: center
}

.v-tableItem {
    width: 33.3%;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.2
}

.v-tableItem:first-child {
    padding-left: 10px
}

.yoonaEvent--footer__btn.disabled {
    background: #ddd
}

.yoonaEvent--footer__btn.long {
    width: 200px;
    text-align: center
}

.event-header {
    background-color: #fff;
    padding: 10px
}

.event-header h3 {
    display: inline-block;
    font-size: 14px;
    font-weight: 700
}

.event-header h3 i {
    display: inline-block;
    height: 16px;
    width: 3px;
    border-radius: 999em;
    background-color: var(--jl-main-color);
    margin-right: 5px;
    vertical-align: middle
}

.yoonaOnline--pick {
    display: flex;
    padding: 50px 150px 60px
}

.yoonaOnline--pickDate {
    width: 280px;
    padding: 20px;
    border: 1px solid var(--jl-border-color);
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(46, 61, 73, .05)
}

.yoonaOnline--banner {
    height: 300px;
    background-size: cover;
    background-position: 50%
}

.yoonaOnline--tips {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    padding-top: 10px
}

.yoonaOnline--tipsItem {
    display: flex;
    margin-right: 20px;
    align-items: center;
    font-size: 14px;
    color: rgba(0, 0, 0, .7)
}

.yoonaOnline--tipsItem svg {
    fill: var(--jl-main-color);
    box-shadow: 3px 3px 10px var(--jl-border-color);
    margin-right: 8px;
    border-radius: 999rem;
    width: 16px;
    height: 16px
}

.yoonaOnline--headerList {
    padding: 25px 0 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center
}

.yoonaOnline--headerItem {
    border-left: 2px solid #dbe2e8;
    margin-bottom: 20px;
    padding: 0 15px;
    width: 50%;
    box-sizing: border-box
}

.yoonaOnline--headerItem:last-child {
    margin-bottom: 0;
    width: auto
}

.yoonaOnline--headerItem .prefix {
    color: #7d97ad;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center
}

.yoonaOnline--headerItem .prefix svg {
    margin-right: 4px
}

.yoonaOnline--headerItem .content {
    color: #2e3d49;
    font-weight: 500;
    font-size: 18px
}

.yoonaOnline--headerItem .des {
    color: #525c65;
    font-size: 14px
}

.change_class {
    width: 41px;
    height: 100%;
    background: var(--jl-main-color);
    border-top: 1px solid var(--jl-main-color);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.change_class .change_con {
    width: 30px;
    height: 36px;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 16px
}

.change_class .change_icon {
    width: 10px;
    height: 5px;
    display: block;
    margin: 8px auto 4px;
    background-size: 100% auto
}

.class_info_price {
    padding-left: 40px;
    line-height: 1.5;
    font-size: 14px
}

.price_pay {
    color: #e74e4e;
    font-size: 18px
}

.price_pay i {
    font-style: normal;
    font-size: 12px
}

.yoonaTitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 2px;
    padding-top: 1px;
    position: relative
}

.yoonaTitle:before {
    height: 1em;
    width: 5px;
    border-radius: 999em;
    content: "";
    display: inline-block;
    background-color: var(--jl-main-color);
    vertical-align: -3px;
    margin-right: 4px
}

.class_list_container {
    left: 0;
    padding: 24px 0 18px;
    background: #fff;
    position: fixed;
    bottom: 67px;
    right: 0;
    z-index: 5300;
    display: none
}

.class_list_container.is-active {
    display: block
}

.class_list_p {
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-bottom: 13px
}

.class_list_con {
    width: 210px;
    margin: 0 auto
}

.class_btn {
    width: 100%;
    height: 30px;
    border: 1px solid #333;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 9px
}

.class_btn.disabled {
    background: #fafafa;
    border-color: #aaa;
    color: #aaa
}

.class_btn_active {
    background: #d9eaff
}

.training-red {
    color: #ff3221;
    font-weight: 600
}

.yoonaOpenBanner {
    display: block
}

.yoonaOpen--header {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff
}

.yoonaOpen--title {
    font-size: 18px;
    line-height: 1.4;
    padding-top: 10px
}

.yoonaOpen--des {
    font-size: 12px;
    color: rgba(0, 0, 0, .5)
}

.mon-wrap {
    height: 90px;
    background-color: #fff;
    background-image: url(//image.woshipm.com/build/img/mon-bg.png);
    background-size: 100% auto;
    background-position: 50%
}

.mon-con {
    padding: 16px 14px 18px;
    display: flex;
    align-items: center
}

.mon-con .mon {
    display: flex;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(224, 29, 0, .29);
    align-items: baseline
}

.mon-con .mon .tag {
    display: inline-block;
    width: 40px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 11px;
    background: linear-gradient(90deg, #ff3200, #ff6617);
    border-radius: 5px;
    position: absolute;
    top: -25px;
    right: -43px
}

.mon-con .mon .old-mon {
    font-size: 14px;
    text-decoration: line-through
}

.mon-con .mon strong {
    font-size: 28px
}

.mon-con .countdown {
    font-size: 13px;
    color: #fff;
    line-height: 21px;
    margin-left: auto;
    display: flex;
    align-items: center
}

.mon-con .countdown i {
    font-style: normal;
    font-size: 12px;
    color: #fb740d;
    width: 19px;
    height: 21px;
    text-align: center;
    margin: 0 2px;
    background: #fff;
    border-radius: 5px;
    font-weight: 700
}

.yoonaOpen--action {
    display: flex
}

.u-backgroundGrayLightest {
    background-color: #f2f6f8
}

.rachel--box__list {
    padding: 10px 0 10px 5px;
    align-items: center;
    display: flex
}

.rachel--box__list .avatar {
    margin: 0 -5px;
    border-radius: 100%;
    border: 1px solid #fff;
    width: 32px
}

.rachel--box__list .btn {
    width: 75px;
    height: 22px;
    border-radius: 999rem;
    background: linear-gradient(270deg, #ffb600, #ff8a00);
    text-align: center;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    margin-left: auto
}

.rachel--box__list .btn.disabled {
    background: #ddd
}

.group-buying {
    background-color: #fff;
    padding: 0 20px 10px
}

.group-buying .status {
    font-size: 14px;
    line-height: 1.2;
    color: rgba(0, 0, 0, .7)
}

.cute {
    color: var(--jl-main-color)
}

.post-single-header {
    padding-bottom: 10px
}

.post-single-header .block-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.related-title {
    color: var(--jl-text-gray-lightest);
    padding-bottom: 3px;
    margin: 0
}

.follow-nav,
.related-title {
    font-size: 14px;
    font-weight: 700
}

.follow-nav {
    border-bottom: 1px solid var(--jl-border-color)
}

.user-right {
    padding-top: 30px
}

.button--loadmore {
    text-align: center;
    font-size: 12px;
    border: 1px solid var(--jl-main-color);
    color: var(--jl-main-color);
    padding: 3px 12px;
    border-radius: 3px;
    display: inline-block;
    background-color: #fff
}

.posts-load-wrap {
    padding: 30px 0
}

.button--small {
    display: inline-block;
    color: var(--jl-main-color);
    border: 1px solid var(--jl-main-color);
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 12px;
    background-color: #fff
}

.loadmore {
    display: block;
    padding: 30px 0
}

.loadmore span {
    display: inline-block;
    color: var(--jl-main-color);
    border: 1px solid var(--jl-main-color);
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 12px
}

.bf--banner {
    height: 200px;
    background: #fefefe;
    border-radius: 4px;
    overflow: hidden
}

.bf--banner .swiper-pagination {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.bf--banner .swiper-pagination .swiper-pagination-bullet {
    opacity: .7;
    background-color: #fff
}

.bf--banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--jl-main-color)
}

.bf--banner .swiper-wrapper .swiper-slide {
    height: 200px;
    background-position: 50%;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.bf--banner .swiper-wrapper .swiper-slide a {
    border-radius: 5px;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: 50%;
    background-size: cover
}

.bf--banner .swiper-wrapper .swiper-slide .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, .65))
}

.bf--banner .swiper-wrapper .swiper-slide h3 {
    position: absolute;
    font-weight: 700;
    color: var(--jl-background-white);
    bottom: 20px;
    left: 0;
    right: 0;
    font-size: 15px;
    padding: 0 10px
}

.bf--articleItem {
    padding: 10px 0;
    display: flex
}

.bf--articleItem:first-child {
    padding-top: 0
}

.bf--articleItem__sticky {
    flex-direction: column;
    border-bottom: 1px solid var(--jl-border-color);
    margin-bottom: 10px
}

.bf--articleItem__sticky .bf--articleImage {
    display: flex;
    margin-bottom: 10px;
    height: auto;
    margin-left: 0;
    width: 100%
}

.bf--articleItem__sticky .bf--articleImage img {
    border-radius: 5px;
    width: 100%;
    height: 175px;
    -o-object-fit: cover;
    object-fit: cover
}

.bf--articleImage {
    width: 100px;
    height: 75px;
    margin-left: 10px;
    flex: 0 0 auto;
    display: flex
}

.bf--articleImage img {
    border-radius: 5px
}

.bf--articleContent {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.bf--articleTitle {
    font-size: 16px;
    line-height: 1.4
}

.bf--articleMeta {
    font-size: 12px;
    color: #999;
    margin-top: 5px
}

.bf--tag__red {
    color: #fe474b;
    border: 1px solid #fe474b;
    font-size: 12px;
    margin-right: 5px;
    line-height: 1;
    padding: 1px 6px;
    border-radius: 4px
}

.bf--articleQuestion {
    padding-top: 10px !important;
    border-bottom: 1px solid var(--jl-border-color)
}

.bf--articleQuestion .bf--articleMeta {
    margin-top: 30px;
    display: flex;
    align-items: center
}

.bf--articleQuestion .bf--articleMeta .views {
    margin-left: auto
}

.bf--searchInput {
    border: 1px solid var(--jl-border-color);
    padding: 8px 15px;
    border-radius: 999rem;
    width: 100%;
    box-sizing: border-box !important;
    font-size: 14px
}

.bf--flex {
    display: flex;
    align-items: center
}

.bf--navOpen .bf--overlay {
    display: block
}

.bf--overlay {
    position: fixed;
    background-color: var(--jl-background-white);
    top: 0;
    bottom: 0;
    display: none;
    left: 0;
    right: 0;
    z-index: 100
}

.bf--overlay .search-global {
    padding: 5px 0 15px
}

.bf--overlay .bf--container {
    padding-left: 18px;
    padding-right: 18px
}

.bf--overlay .min-category {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.bf--overlay .min-category .c-figure {
    width: 32%;
    border: 1px solid var(--jl-border-color);
    border-radius: 5px;
    margin-bottom: 15px;
    color: var(--jl-text-gray-lightest);
    padding: 15px 0;
    text-align: center
}

.bf--topicItem {
    display: flex;
    margin-bottom: 15px
}

.bf--topicImage {
    flex: 0 0 auto;
    width: 80px;
    height: 100px;
    margin-right: 10px
}

.bf--topicImage img {
    border-radius: 5px;
    width: 80px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover
}

.bf--topicContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto
}

.bf--topicTitle {
    font-size: 16px;
    line-height: 1.4
}

.bf--topicMeta {
    font-size: 12px;
    color: var(--jl-text-gray-lightest);
    line-height: 1;
    border-bottom: 1px solid var(--jl-border-color);
    padding-bottom: 5px
}

.user-qes-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee
}

.user-qes-item h2 {
    font-size: 14px;
    color: var(--jl-main-color)
}

.user-qes-item .meta-right {
    color: #999;
    font-size: 12px
}

.block-postMetaWrap {
    position: relative
}

.container {
    padding-left: 18px;
    padding-right: 18px
}

.block--list {
    padding: 15px;
    display: flex;
    border-bottom: 1px solid #eee;
    align-items: center
}

.block--list :last-child {
    border-bottom: 0
}

.block--title {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 10px;
    font-weight: 300
}

.block--meta {
    font-size: 12px;
    color: #999;
    padding-top: 5px
}

.meta-item {
    margin-right: 10px
}

.top-meta {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 10px;
    color: rgba(0, 0, 0, .44);
    background-color: #fff
}

.postMetaInline-avatar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.postMetaInline-avatar img {
    border-radius: 100%;
    margin-top: 5px
}

.postMetaInline-feedSummary {
    display: inline-block;
    vertical-align: middle
}

.postMetaInline-feedSummary .u-flex {
    align-items: center
}

.postMetaInline-feedSummary .u-flex .newusertagIcon {
    margin-left: 4px
}

.postMetaInline--supplemental {
    display: block;
    font-size: 12px
}

.post-ads a {
    display: flex;
    align-items: center
}

.post-ads img {
    border-radius: 5px
}

.post-single {
    padding: 15px 0 0
}

.author-page-info {
    padding: 30px 0
}

.author-page-info .avatar {
    float: right;
    height: 80px;
    width: 80px;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 100%
}

.author-page-info p {
    font-size: 14px;
    color: #999
}

.author-page-info .auhtor-title {
    font-size: 28px;
    line-height: 1.2;
    display: flex;
    align-items: center
}

.author-page-info .auhtor-title .newusertagIcon {
    margin-left: 4px
}

.author-page-info .auhtor-title .is-staff {
    border: 1px solid #3889c2;
    font-size: 12px;
    color: #3889c2;
    border-radius: 999em;
    padding: 0 5px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px
}

.author-page-info .auhtor-title i {
    border: 1px solid orange;
    color: orange;
    border-radius: 3px;
    font-size: 12px;
    padding: 0 3px;
    font-style: normal;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px
}

.post {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

.post .title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2
}

.post .post-meta {
    padding-top: 3px;
    font-size: 12px;
    color: #999
}

.footer {
    font-size: 12px;
    text-align: center;
    padding: 15px;
    color: #515666
}

.post-tags {
    padding-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.post-tags a {
    border-radius: 3px;
    background-color: #f2f5fb;
    padding: 2px 8px;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
    margin-bottom: 10px
}

.article--copyright {
    padding: 10px;
    font-size: 12px;
    background-color: #f2f4f6;
    color: rgba(0, 0, 0, .6);
    border-radius: 5px;
    line-height: 1.6
}

.article--copyright p {
    margin-bottom: 5px
}

.article--copyright p:last-child {
    margin-bottom: 0
}

.post-actions {
    padding-bottom: 15px;
    display: flex;
    align-items: center
}

.post-actions .button {
    background-color: #fff;
    font-size: 14px;
    border: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    margin-right: 10px;
    padding: 5px;
    color: rgba(0, 0, 0, .6)
}

.post-actions .button svg {
    fill: rgba(0, 0, 0, .6)
}

.post-actions .button .count {
    margin-left: 4px;
    font-size: 13px
}

.button.is-active .is-default {
    display: none
}

.button.is-active .is-active,
.button .is-default {
    display: flex;
    align-items: center
}

.button .is-active {
    display: none
}

.commentnav {
    padding: 20px 0;
    text-align: center;
    color: #999
}

.commentnav :empty {
    padding: 0
}

.author-board-btn {
    background-color: var(--jl-main-color);
    border-radius: 3px;
    border: 0;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    padding: 3px 8px
}

.author-board-btn .txt {
    display: inline-block
}

.author-page-nav {
    padding-top: 20px;
    font-size: 14px;
    padding-bottom: 20px;
    color: #666
}

.author-page-nav a {
    margin-right: 10px
}

.author-page-nav a.current {
    color: #333;
    font-weight: 700
}

.author-page-header {
    background-color: #fafafa
}

.author-page-meta {
    padding-top: 10px;
    font-size: 12px
}

.author-page-meta span {
    color: #666
}

.author-page-meta span strong {
    font-weight: 700;
    color: #666;
    margin-right: 2px
}

.user-actions {
    padding-top: 5px
}

.button--dingyue {
    border: 1px solid var(--jl-main-color);
    color: var(--jl-main-color);
    background-color: #fff;
    border-radius: 999em;
    padding: 3px 12px
}

.home-tab {
    display: flex;
    align-items: center;
    padding: 2px 8px;
    overflow-x: auto
}

.home-tab span {
    color: var(--jl-text-gray-lightest);
    flex: 0 0 auto;
    font-size: 14px;
    padding: 2px 12px
}

.home-tab span.current {
    background-color: #e7edfe;
    border-radius: 999rem;
    color: var(--jl-text-color)
}

.tag-list-empety {
    padding: 30px;
    color: var(--jl-text-gray)
}

.u-backgroundGrayLightest.hasHeaderBackground {
    background-position: 50%;
    background-size: cover;
    color: #fff;
    position: relative
}

.u-backgroundGrayLightest.hasHeaderBackground:before {
    background-color: rgba(0, 0, 0, .3);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.u-backgroundGrayLightest.hasHeaderBackground .hero--standalone {
    color: #fff;
    position: relative
}

.u-backgroundGrayLightest.hasHeaderBackground .hero-description {
    color: hsla(0, 0%, 100%, .95)
}

.hero--standalone {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center
}

.hero-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8
}

.hero-description {
    color: var(--jl-background-gray);
    font-size: 12px;
    overflow-wrap: break-word
}

.hero-description.views {
    font-size: 12px;
    margin-top: 6px
}

.recomendBook-banner .hero-description {
    color: rgba(0, 0, 0, .6)
}

.term-buttons .button {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 3px 8px;
    border-radius: 999em;
    margin: 5px
}

.topic-post-list {
    padding-bottom: 50px;
    padding-top: 50px
}

.fa-tools-list {
    padding-top: 30px
}

.fa-tools-item {
    margin-bottom: 30px;
    border-radius: 3px;
    line-height: 1.4;
    border-radius: 6px;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .04);
    background-color: #fff;
    padding: 0 10px 10px
}

.fa-tools-item:last-child {
    margin-bottom: 0
}

.fa-tools-item .tool-img {
    display: block;
    margin-left: -10px;
    margin-right: -10px
}

.fa-tools-item .tool-img img {
    border-radius: 6px 6px 0 0
}

.fa-tools-item .text h1 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 3px
}

.fa-tools-item .text p {
    font-size: 12px;
    color: rgba(0, 0, 0, .44);
    display: none
}

.fa-tools-item .tool-det {
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    line-height: 1.8;
    margin-bottom: 5px
}

.topic-meta {
    font-size: 12px;
    color: rgba(0, 0, 0, .44);
    padding-top: 5px
}

.news-date {
    font-size: 16px;
    color: #fff;
    background-color: #96afd4;
    display: inline-block;
    padding-right: 20px;
    padding-left: 10px;
    border-radius: 0 999em 999em 0
}

.news-wrapper {
    margin-top: -30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 3px;
    position: relative
}

.news-list-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 30px;
    color: #5079b7;
    line-height: 1.3
}

.news-list-content {
    color: #828a92;
    font-size: 14px
}

.news-list-content a {
    color: #3889c2
}

.news-list-content br,
.news-list-content p {
    margin-bottom: 10px
}

.news-list-content b,
.news-list-content strong {
    font-weight: 700
}

.news-list-item {
    padding: 10px;
    margin-bottom: 30px
}

.news-list-item :last-child {
    border-bottom: 0
}

.l-users {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

.l-users .avatar {
    border-radius: 100%;
    margin-right: 6px;
    float: left
}

.butterBar {
    left: 50%;
    margin-left: -320px;
    max-width: 640px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 58%;
    z-index: 100
}

.butterBar a {
    text-decoration: underline
}

.butterBar-message {
    background: hsla(0, 0%, 100%, .97);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 0 1px rgba(0, 0, 0, .35);
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 12px 25px
}

.butterBar--error .butterBar-message {
    background-color: #cc5454;
    color: #fff
}

@media screen and (max-width: 640px) {
    .butterBar {
        margin-left: 5%;
        width: 90%;
        left: 0
    }
}

.page-template-tpl-course {
    background-color: #fff !important
}

.share-success-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
    will-change: opacity, visibility;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    z-index: 2000
}

.share-success-wrapper .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 86%;
    background: #fff;
    padding: 35px 15px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transform: translate(-50%, -30%);
    opacity: 0;
    transition: all .2s;
    border-radius: 4px
}

.share-success-wrapper .inner h3 {
    font-size: 18px;
    line-height: 25px;
    color: #262626;
    letter-spacing: -.29px;
    text-align: center;
    margin: 0 auto 20px
}

.share-success-wrapper .inner .list {
    border: 0
}

.share-success-wrapper .inner .item {
    display: flex;
    padding-top: 17px;
    padding-bottom: 15px;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    align-items: center
}

.share-success-wrapper .inner .item:last-child {
    border-bottom: 0
}

.share-success-wrapper .inner .item .item-cover {
    flex: 0 0 auto;
    height: 80px;
    width: 80px;
    border-radius: 4px;
    margin-right: 15px;
    background: #c3c3c3 no-repeat 50%;
    background-size: cover
}

.share-success-wrapper .inner .item .item-title {
    flex: 1 1 auto;
    font-size: 16px;
    color: #262626;
    line-height: 1.6
}

.share-success-wrapper .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    color: rgba(0, 0, 0, .5);
    font-size: 2.1rem;
    line-height: 1
}

.share-success-wrapper.show {
    visibility: visible;
    opacity: 1
}

.share-success-wrapper.show .inner {
    opacity: 1;
    transition: all .4s ease .3s;
    transform: translate(-50%, -50%)
}

.share-success-wrapper.show .inner .list {
    -webkit-overflow-scrolling: touch
}

.fixed-linkedme {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 52px;
    color: #fff;
    text-decoration: none;
    background: transparent url(/img/bannerimg.webp) no-repeat 50%;
    background-size: cover
}

.fixed-linkedme .linkedme-inner {
    position: relative;
    height: 100%;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto
}

.fixed-linkedme .linkedme-inner:before {
    content: "Telegram群发助手";
    position: absolute;
    background-size: cover;
    left: 20px;
    top: 50%;
    margin-top: -19px;
    width: 210px;
    height: 38px;
    z-index: 1
}

.fixed-linkedme .linkedme-inner:after {
    content: "立即下载";
    position: absolute;
    font-size: 13px;
    color: #4285f4;
    width: 90px;
    height: 30px;
    top: 50%;
    right: 20px;
    margin-top: -15px;
    border: 1px solid #fff;
    border-radius: 25px;
    text-align: center;
    line-height: 30px;
    background: #fff
}

.fixed-linkedme2 {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 52px;
    color: #fff;
    text-decoration: none;
    background: transparent url(/img/bannerimg.webp) no-repeat 50%;
    background-size: cover;
}

.fixed-linkedme2 .linkedme-inner2 {
    position: relative;
    height: 100%;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
}

.fixed-linkedme2 .linkedme-inner2 .before-text {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -19px;
    width: 210px;
    height: 38px;
    z-index: 1;
    background-size: cover;
}

.fixed-linkedme2 .linkedme-inner2 .after-text {
    position: absolute;
    font-size: 13px;
    color: #4285f4;
    width: 90px;
    height: 30px;
    top: 50%;
    right: 20px;
    margin-top: -15px;
    border: 1px solid #fff;
    border-radius: 25px;
    text-align: center;
    line-height: 30px;
    background: #fff;
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: -9999px
}

.digest--item {
    margin-bottom: 10px
}

.digest--item .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 6px
}

.digest--item .time {
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center
}

.digest--item .time span {
    margin-left: 7px;
    background-color: #d72121;
    color: #fff;
    line-height: 1;
    border-radius: 4px;
    padding: 2px 4px
}

.digest--item .content {
    color: rgba(0, 0, 0, .6);
    line-height: 1.6;
    font-size: 14px
}

.digest--date {
    display: flex;
    align-items: center;
    padding: 10px
}

.digest--date span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #00aeff;
    padding: 2px 10px;
    border-radius: 4px
}

.digest--next {
    padding: 15px 0;
    border-top: 1px solid #eee;
    margin-top: 15px
}

.digest--nextTitle {
    color: var(--jl-main-color);
    font-weight: 700;
    font-size: 14px
}

.digest-meta {
    font-size: 12px;
    color: rgba(0, 0, 0, .5)
}

.article-topAd {
    background: #f2f6f8;
    color: rgba(0, 0, 0, .6);
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
    margin-bottom: 10px
}

.article-topAd a {
    display: flex;
    align-items: center;
    width: 100%
}

.article-topAd a img {
    width: 28px;
    margin-left: 15px;
    animation: a 5s ease-out infinite normal
}

.u-marginLeftAuto {
    margin-left: auto
}

.home--questionCards {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px
}

.cateList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 5px
}

.dot:before {
    content: "·";
    margin-left: .5em;
    margin-right: .5em
}

.cateItem {
    border: 1px solid #eee;
    margin-right: 10px;
    cursor: pointer;
    padding: 3px 12px;
    border-radius: 999rem;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.4;
    background-color: #eee;
    color: rgba(0, 0, 0, .68)
}

.cateItem.active {
    color: #fff;
    background-color: var(--jl-main-color);
    border-color: var(--jl-main-color)
}

.corp--content-wrap {
    background-color: #fff;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 5px
}

.corp--content-wrap h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 0
}

.corp--content-wrap .corp--content {
    margin-bottom: 15px
}

.es--caseDetailTitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4
}

.es--caseDetailMeta {
    font-size: 12px;
    color: rgba(0, 0, 0, .5)
}

.es--caseDetailContent {
    white-space: pre-wrap
}

.es--header {
    margin-bottom: 20px
}

.es--header .inner {
    margin-bottom: 20px;
    padding: 0
}

.es--header__logo {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    -o-object-fit: cover;
    object-fit: cover
}

.es--header__name {
    font-size: 16px;
    font-weight: 700
}

.es--header__description {
    font-size: 12px;
    color: rgba(0, 0, 0, .5)
}

.es--header__link {
    margin-left: 15px;
    font-size: 12px;
    font-weight: 400;
    color: #206cff
}

.es--contactBar {
    position: fixed;
    border-top: 1px solid #eee;
    background-color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    padding: 10px;
    display: flex;
    justify-content: center
}

.productList {
    padding-top: 15px
}

.esItem {
    position: relative;
    margin-bottom: 10px;
    top: 0;
    background-color: #fff;
    background-size: 100% 100%;
    border-radius: 8px;
    transition: all .5s;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 142px 100px
}

.esItem .productList {
    padding-left: 47px
}

.esItem__name {
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, .8);
    margin-bottom: 5px;
    line-height: 1.2;
    display: flex;
    align-items: center
}

.esItem__name .topic-i {
    background-color: #ffd9af;
    color: #a7723a;
    padding: 0 5px;
    line-height: 1.6;
    font-size: 12px;
    border-radius: 4px;
    opacity: .9;
    font-style: normal;
    margin-left: 8px;
    font-weight: 400;
    flex: 0 0 auto
}

.esItem__meta {
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    margin-top: 5px
}

.esItem__meta .size {
    background-color: #f8f8f8;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 4px;
    line-height: 1
}

.esItem__description {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    line-height: 1.6
}

.esItem__logo {
    width: 36px;
    height: 36px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px
}

.productItem {
    border-radius: 4px;
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    line-height: 1.5
}

.productItem:last-child {
    margin-bottom: 0
}

.productItem img {
    width: 42px;
    height: 42px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 6px;
    border-radius: 2px
}

.productItem .product-name {
    font-size: 14px;
    font-weight: 700
}

.productItem .product-desc {
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.6;
    max-height: 3.2em;
    overflow: hidden
}

.itemCompinyHeader {
    display: flex;
    align-items: flex-start
}

.companyTitle {
    flex: 1 1 auto
}

.esItem__count {
    display: flex;
    align-items: center;
    margin-left: 20px;
    flex: 0 0 auto
}

.esItem__countItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px
}

.esItem__countItem__value {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    font-style: italic
}

.esItem__countItem__title {
    font-size: 14px;
    color: rgba(0, 0, 0, .5)
}

.comment--item {
    padding: 15px 0;
    border-bottom: 1px solid #eee
}

.comment--item:last-child {
    border-bottom: none
}

.comment--item footer {
    font-size: 12px;
    color: rgba(0, 0, 0, .5)
}

.comment--item header {
    display: flex;
    align-items: center;
    line-height: 1.2
}

.comment--item header img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 15px
}

.comment--item header .rate--info {
    margin-top: 5px;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: rgba(0, 0, 0, .5)
}

.comment--item header .rate--info .el-rate {
    height: auto
}

.comment--item header .rate--info .el-rate__text {
    font-size: 12px;
    color: rgba(0, 0, 0, .5)
}

.comment--item .comment--content {
    font-size: 14px;
    line-height: 1.6;
    padding: 10px 0
}

.productList .projectImg {
    width: 100%;
    height: 138px;
    font-size: 0;
    color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    border-radius: 4px 4px 0 0
}

.case-item {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
    border: 1px solid #eee
}

.case-item .actions {
    position: relative;
    z-index: 20;
    color: #fff;
    padding: 5px;
    text-align: right
}

.case-item .actions .el-icon {
    cursor: pointer;
    margin-left: 5px
}

.case-item .case-bt {
    position: absolute;
    bottom: 25px;
    left: 20px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between
}

.case-item .case-bt .logo {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .08)
}

.case-item .case-bt .logo img {
    width: 30px;
    height: 30px;
    -o-object-fit: cover;
    object-fit: cover
}

.case-item .case-bt .industry-wrap {
    display: flex;
    align-items: center
}

.case-item .case-bt .industry-wrap .industry {
    height: 18px;
    border-radius: 4px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400
}

.case-item .case-bt .industry-wrap .industry-size {
    background: #f4f5fa;
    color: rgba(38, 38, 38, .5)
}

.case-item:after {
    content: "";
    width: 100%;
    height: 0;
    background-color: #206cff;
    display: block;
    border-radius: 0 0 8px 8px;
    position: absolute;
    bottom: -6px;
    z-index: -1
}

.case-item .cover-wrap {
    position: relative;
    z-index: 0
}

.case-item .cover-wrap:before {
    position: absolute;
    width: 100%;
    height: 160px;
    background: rgba(0, 0, 0, .5);
    border-radius: 8px 8px 0 0;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none
}

.case-item .cover-wrap .product-name {
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    padding: 0 10px;
    left: 20px;
    max-width: calc(100% - 40px);
    bottom: 16px;
    height: 22px;
    line-height: 22px;
    display: flex;
    align-items: center;
    z-index: 2;
    pointer-events: none;
    background: #ff722c;
    border-radius: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.case-item .cover-wrap .cover {
    height: 160px;
    background: rgba(0, 0, 0, .5);
    border-radius: 8px 8px 0 0;
    z-index: 0
}

.case-item .cover-wrap .cover .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.case-item .con-wrap {
    padding: 20px 20px 25px;
    position: relative;
    flex: 1;
    border-radius: 0 0 8px 8px;
    background-color: #fff
}

.case-item .con-wrap .title {
    width: 245px;
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    line-height: 22px;
    -webkit-line-clamp: 2;
    margin-bottom: 8px
}

.case-item .con-wrap .content,
.case-item .con-wrap .title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.case-item .con-wrap .content {
    font-size: 13px;
    font-weight: 400;
    height: 54px;
    -webkit-line-clamp: 3;
    color: rgba(38, 38, 38, .4);
    line-height: 18px
}

.es--header {
    background-color: #fff;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 5px
}

.es--header .inner {
    display: flex;
    align-items: center
}

.recommend--list__item {
    padding: 10px 0
}

.recommend--list__item:last-child {
    padding-bottom: 0
}

.recommend--list__item__logo {
    width: 48px;
    height: 48px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px
}

.recommend--list__item__meta {
    font-size: 12px;
    color: var(--jl-text-gray-lightest)
}

.recommend--list__item__title {
    font-size: 14px;
    font-weight: 700
}

.recommend--list__item>a {
    display: flex;
    align-items: flex-start
}

.recommend--list {
    background-color: #fff;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 5px
}

.es-icon {
    margin-left: 5px
}

.coop--item {
    padding: 10px;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    cursor: pointer
}

.coop--item:last-child {
    border-bottom: 0
}

.coop--item .avatar {
    width: 24px;
    height: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 10px;
    flex: 0 0 auto
}

.coop--itemContent {
    flex: 1 1 auto
}

.coop--item .title {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px
}

.coop--item .meta {
    font-size: 12px;
    color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    padding-top: 8px;
    flex-wrap: wrap
}

.coop--item .meta+.meta {
    padding-top: 3px
}

.coop--item .metaContent {
    color: #d69b0d;
    padding: 5px 12px;
    background: #fff9e9;
    line-height: 1.2;
    font-size: 12px;
    border-radius: 999rem;
    margin-right: 5px;
    margin-bottom: 5px
}

.coop--item .user {
    font-size: 14px;
    color: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center
}

.coop--location:after {
    content: "";
    margin-right: 5px
}

.coop--location:last-child:after {
    margin-right: 0
}

.coop--areaMeta {
    display: flex;
    align-items: center
}

.coop--areaMeta .el-icon {
    margin-right: 3px
}

.coop--notice {
    font-size: 12px;
    line-height: 16px;
    color: #8797a1;
    border-top: 1px solid #e4ebf0;
    padding-top: 15px;
    margin-top: 10px
}

.coop--notice span {
    color: #ffc552;
    margin-right: 5px
}

.coop--navs {
    display: flex;
    justify-content: center;
    padding: 20px 0
}

.coop--detailContent {
    margin-bottom: 20px;
    white-space: pre-wrap
}

.coop--detailImages {
    margin-bottom: 20px
}

.coop--detailImages .el-image {
    margin-right: 15px
}

.coop--header {
    padding: 0 0 10px;
    font-size: 12px;
    color: rgba(0, 0, 0, .6)
}

.coop--header .coop--title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, .8);
    line-height: 1.4
}

.coop--header .support--avatar {
    width: 36px;
    height: 36px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 100%
}

.coop--header .inner {
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    margin-bottom: 10px
}

.coop--content {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 0 20px
}

.coop--content .el-descriptions__title,
.coop--content h3 {
    margin: 0;
    color: #303133;
    line-height: 1;
    margin-bottom: 10px;
    border-left: 3px solid var(--jl-main-color);
    padding-left: 8px;
    font-size: 16px;
    font-weight: 500
}

.coop--content .el-descriptions__title+div,
.coop--content h3+div {
    margin-bottom: 20px
}

.metabar {
    padding: 5px 0;
    border-bottom: 1px solid var(--jl-border-color);
    background-color: var(--jl-background-white)
}

.metabar .logo {
    width: 140px;
    display: flex;
    align-items: center
}

.metabar .bf--container {
    padding-left: 18px;
    padding-right: 18px
}

@media(prefers-color-scheme: dark) {
    .news--banner {
        display: none
    }

    .news-wrapper {
        margin-top: 15px;
        background-color: #242424
    }

    .news-list-content {
        color: hsla(0, 0%, 100%, .8784313725)
    }

    .post-type-archive-news,
    .post-type-archive-news .metabar {
        background-color: #151515
    }

    .post-type-archive-news .news-date {
        background-color: transparent
    }
}

.fixed--posts {
    position: fixed;
    bottom: 0;
    border-radius: 8px 8px 0 0;
    left: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
    background-color: hsla(0, 0%, 100%, .8);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    transition: transform .5s;
    z-index: 100;
    padding-bottom: env(safe-area-inset-bottom)
}

.fixed--posts.active {
    transform: translateZ(0)
}

.fixed--post__item {
    padding: 10px;
    display: flex;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.2
}

.fixed--post__item .img-link {
    width: 110px;
    flex: 0 0 auto;
    margin-right: 10px;
    display: flex;
    align-items: center
}

.fixed--post__item .img-link img {
    border-radius: 3px
}

.fixed--post__item .content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column
}

.fixed--post__item .content .title {
    font-weight: 700;
    line-height: 1.3;
    max-height: 3.9em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.fixed--post__item .content .meta {
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
    margin-top: auto;
    display: flex;
    align-items: center
}

.fixed--post__item .content .meta .rts {
    background: rgba(255, 140, 52, .1);
    color: #ff6000;
    margin-right: 8px;
    padding: 0 4px;
    border-radius: 4px
}

.yyp--fancyText {
    background-color: #f8f8f8;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 5px;
    color: inherit !important
}

.yyp--fancyText .title {
    flex: 1 1 auto
}

.yyp--fancyPost {
    margin-bottom: 20px
}

.yyp--fancyPostBtn {
    margin-left: 10px;
    border: 1px solid var(--jl-main-color);
    color: var(--jl-main-color);
    border-radius: 4px;
    cursor: pointer;
    line-height: 1.5;
    padding: 5px 12px;
    flex: 0 0 auto;
    font-size: 12px
}

.yyp--fancyPostItem {
    background-color: #f8f8f8;
    padding: 15px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    border-radius: 5px
}

.yyp--fancyPostItem .cover {
    width: 96px;
    height: 69px;
    margin-right: 10px;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    flex: 0 0 auto
}

.yyp--fancyPostItem .content {
    flex: 1 1 auto
}

.yyp--fancyPostItem .content .title {
    font-size: 14px;
    color: rgba(0, 0, 0, .8);
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 5px
}

.yyp--fancyPostItem .content .meta {
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
    line-height: 1.5;
    max-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.media-container {
    background: rgba(0, 0, 0, .03);
    flex-shrink: 0;
    flex-grow: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    overflow: hidden;
    transform: translateZ(0);
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
    position: relative;
    height: 320px
}

.media-container .arrow-controller {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 36px;
    z-index: 2;
    cursor: pointer;
    transition: all .3s;
    opacity: 1
}

.media-container .arrow-controller.right {
    right: 0
}

.media-container .arrow-controller.left {
    left: 0
}

.media-container .fraction {
    position: absolute;
    right: 28px;
    top: auto;
    bottom: 20px;
    padding: 4px 8px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    border-radius: 4px;
    z-index: 2;
    color: #fff;
    background: rgba(64, 64, 64, .8);
    -webkit-backdrop-filter: saturate(150%) blur(10px);
    backdrop-filter: saturate(150%) blur(10px);
    opacity: 1;
    transition: all .3s;
    width: auto;
    left: auto
}

.media-container .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.media-container .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 100%;
    height: 320px
}

.interaction-container {
    padding: 10px;
    background-color: #fff
}

.blockCards {
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px
}

.blockCards .content {
    padding: 10px;
    background-color: #eee
}

.inspiration--banner {
    background-image: url(https://image.woshipm.com/2023/08/09/a8fa992a-369a-11ee-a52b-00163e0b5ff3.png);
    background-size: cover;
    box-sizing: border-box;
    padding: 30px 0
}

.inspiration--banner .hero--title {
    font-weight: 500;
    font-size: 22px;
    color: #333;
    text-align: center;
    margin: 0 0 10px;
    line-height: 1.2
}

.inspiration--banner .hero--desc {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    text-align: center;
    margin: 0;
    padding: 0 36px
}

.inspiration--nav {
    display: flex;
    justify-content: center;
    padding: 10px
}

.inspiration--navItem {
    padding: 0 15px;
    height: 44px;
    white-space: nowrap;
    background: #fdfdfd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    font-weight: 400;
    font-size: 14px;
    border-radius: 5px;
    color: #333
}

.inspiration--navItem.is-active {
    background: var(--jl-main-color);
    color: #fff
}

.blockCard {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.blockCard:hover {
    box-shadow: 0 3px 14px 0 rgba(175, 197, 199, .5019607843)
}

.blockCard--inspiration .meta .tag {
    margin-left: auto
}

.blockCard--inspiration .meta .avatar,
.blockCard--inspiration .meta .brand {
    height: 24px;
    width: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%
}

.blockCard .cover {
    position: relative
}

.blockCard .cover:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3)
}

.blockCard .content {
    padding: 10px 13px;
    background: #fff
}

.blockCard .content .title {
    font-weight: 500;
    font-size: 18px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 2.8em
}

.blockCard .content .title:hover {
    color: var(--jl-main-color)
}

.blockCard .content .meta {
    font-weight: 400;
    font-size: 12px;
    color: #666;
    display: flex;
    align-items: center
}

.blockCard .content .meta .avatar {
    border-radius: 999rem;
    margin-right: 5px;
    height: 24px;
    width: 24px
}

.blockCard .content .meta .iconfont {
    margin-left: auto;
    color: #c00;
    margin-right: 4px
}

.inspiration--actions {
    display: flex;
    justify-content: center;
    padding: 20px 0
}

.inspiration--loadMore {
    font-size: 14px;
    padding: 5px 25px;
    border-radius: 4px;
    background-color: var(--jl-main-color);
    color: #fff;
    border: 0
}

.ins--title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.5
}

.ins--content {
    font-size: 14px;
    color: rgba(0, 0, 0, .68)
}

.ins--meta {
    font-size: 12px;
    color: #9d9d9d;
    display: flex;
    align-items: center
}

.ins--meta .tag {
    margin-left: auto
}

.inspiration--moreTitle {
    font-weight: 600;
    padding: 10px
}

.note--header {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: var(--jl-main-color);
    padding-bottom: 5px
}

.note--header .avatar {
    border-radius: 100%;
    margin-right: 8px;
    width: 24px;
    height: 24px
}

.note--header a,
.userTop--nav {
    display: flex;
    align-items: center
}

.userTop--nav {
    padding-top: 15px;
    padding-left: 20px
}

.userTop--nav__item {
    border: 1px solid #eee;
    margin-right: 15px;
    border-radius: 999rem;
    font-size: 12px;
    color: rgba(0, 0, 0, .64);
    cursor: pointer;
    padding: 1px 20px
}

.userTop--nav__item.is-active {
    background: var(--jl-main-color);
    color: #fff;
    border-color: var(--jl-main-color)
}

.blockCard {
    display: flex;
    flex-direction: column
}

.blockCard .cover {
    height: 120px;
    background-size: cover
}

.article_books {
    position: relative
}

.article_books .u-booknav {
    position: sticky;
    top: 10px;
    z-index: 10;
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(70, 86, 125, .05);
    font-size: 12px
}

.article_books .u-booknav ul {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    flex-wrap: wrap
}

.article_books .u-booknav ul li {
    margin: 5px
}

.article_books .u-booknav ul li a {
    padding: 5px 15px
}

.article_books .u-booknav ul li a.active,
.article_books .u-booknav ul li a:hover {
    background-color: #2962e4;
    color: #fff;
    border-radius: 999rem
}

.article_books .u-rounded {
    border-radius: 10px
}

.article_books .book--container {
    padding: 10px 0
}

.article_books h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
    margin-bottom: 10px
}

.article_books .books {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding: 10px
}

.article_books .books .book {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 15px 15px 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(70, 86, 125, .05)
}

.article_books .books .book img {
    height: 180px;
    width: 125px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(70, 86, 125, .15)
}

.article_books .books .book .text {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
    width: 100%;
    text-align: center
}

.article_books .books .book .desc {
    font-size: 12px;
    color: #8f8f8f;
    line-height: 18px;
    width: 100%;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.article_books .books .book .item-btns {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #20abee;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    display: none;
    border-radius: 0 0 10px 10px
}

.article_books .books .book .desc {
    display: none
}

.article_books .books .book .item-btns {
    display: block
}

.author-page-header+.home-tab {
    padding-top: 10px
}

.card--status {
    padding: 0;
    border: 0
}

.card--status .ta-title {
    font-size: 12px;
    color: rgba(0, 0, 0, .5)
}

.card--status__avatar {
    margin-right: 10px;
    display: flex
}

.card--status__header {
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, .5);
    font-size: 12px;
    position: relative
}

.card--status__header .avatar {
    border-radius: 999rem;
    width: 36px;
    height: 36px
}

.card--status__header .content {
    width: 100%
}

.card--status__header .content .dark {
    color: var(--jl-text-color);
    width: 80%;
    display: flex;
    align-items: center
}

.card--status__header .content .button {
    color: var(--jl-main-color);
    border: 1px solid var(--jl-main-color);
    background-color: var(--jl-background-white);
    position: absolute;
    right: 0;
    top: 5px;
    padding: 4px 12px;
    font-size: 14px;
    border-radius: 4px
}

.card--status__header .content .button.active {
    background-color: var(--jl-main-color);
    color: #fff
}

.card--status__content {
    font-size: 14px;
    white-space: pre-wrap;
    padding-top: 10px
}

.card--status .footer--right {
    display: flex;
    margin-left: auto;
    align-items: center;
    font-size: 12px
}

.card--status__footer {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    display: flex;
    padding-top: 10px
}

.card--status__footer .action {
    cursor: pointer
}

.card--status__footer .action.cute,
.card--status__footer a:hover {
    color: var(--jl-main-color)
}

@media(max-width: 600px) {
    .card--status {
        margin-bottom: 15px
    }
}

.pm-answerCard {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(0, 0, 0, .64)
}

.pm-answerCard--icon {
    width: 42px;
    height: 42px;
    background: rgba(39, 149, 227, .15);
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-left: 10px
}

.pm-answerCard--icon img {
    width: 28px
}

.pm-answerCard--content {
    flex: 1 1 auto;
    min-width: 0
}

.pm-answerCard--content--text {
    font-weight: 400;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pm-answerCard--title {
    font-weight: 500;
    font-size: 16px;
    color: #333;
    line-height: 1.4
}

.u-padding15 .blockCards {
    padding: 0
}

.u-padding15 .blockCards .content {
    background-color: #f4f7fd
}

.video--list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
    grid-auto-flow: row;
    padding-top: 25px;
    padding-bottom: 25px
}

.video--item {
    background-color: #f4f7fd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    display: flex;
    flex-direction: column;
    cursor: pointer;
    width: 235px
}

.video--item .prefix {
    display: flex;
    align-items: center;
    padding-bottom: 7px
}

.video--item .prefix .tag {
    font-size: 12px;
    color: #fff;
    background-color: #ff4d4f;
    padding: 2px 6px;
    border-radius: 5px;
    line-height: 1.4
}

.video--item:hover .cover svg {
    fill: #fff
}

.video--item .cover {
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    position: relative
}

.video--item .cover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3)
}

.video--item .cover img {
    height: 182px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    border-radius: 5px 5px 0 0
}

.video--item .cover svg {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: hsla(0, 0%, 100%, .6)
}

.video--item .cover .time {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    line-height: 1.2;
    padding: 3px 8px;
    border-radius: 5px
}

.video--item .content {
    padding: 10px 15px 15px;
    min-width: 0
}

.video--item .content .title {
    font-size: 16px;
    min-width: 0;
    font-weight: 700;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.video--item .content .meta {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    color: rgba(0, 0, 0, .6)
}

.video--item .content .meta .avatar {
    border-radius: 100%;
    margin-right: 6px;
    width: 24px;
    height: 24px;
    -o-object-fit: cover;
    object-fit: cover
}

.video--item .content .meta time {
    margin-left: auto
}

.nav {
    margin-top: 20px;
    display: flex;
    justify-content: center
}

@media screen and (max-width: 600px) {
    .video--list {
        display: block
    }

    .video--item {
        width: 100%;
        margin-bottom: 10px
    }

    .video--container {
        margin-top: 0;
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px
    }
}

.card--statusImage--list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 400px;
    padding-top: 10px
}

.card--statusImage--thumb {
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px
}

.link-box {
    width: 100%;
    padding-top: 10px
}

.link-box-card {
    display: flex;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid var(--jl-border-color);
    border-radius: 5px
}

.link-box-card:hover {
    border-color: var(--jl-main-color)
}

.link-box-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column
}

.link-box-image {
    width: 64px;
    height: 64px;
    background-size: cover;
    flex: 0 0 auto
}

.link-box-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3
}

.link-box-link {
    font-size: 12px;
    margin-top: auto;
    color: rgba(0, 0, 0, .5)
}

.ts-main .tm-font {
    font-weight: 400;
    font-size: 15px;
    color: rgba(0, 0, 0, .88);
    text-align: left;
    line-height: 23px;
    margin-top: 10px;
    text-align: justify
}

.ts-main .tm-img {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px 0 6px
}

.ts-main .tm-img .long {
    width: 64px;
    height: 164px;
    border-radius: 4px
}

.ts-main .tm-img .short {
    width: 206px;
    height: 154px;
    border-radius: 4px
}

.ts-main .tm-img .lot {
    width: 82px;
    height: 82px;
    border-radius: 4px;
    margin: 0 6px 6px 0
}

.ts-main .tm-position {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, .4);
    margin-top: 5px
}

.ts-main .tm-position img {
    width: 12px;
    height: 12px;
    margin-right: 2px;
    vertical-align: middle;
    margin-top: -2px
}

.ts-main .tm-position span {
    margin-right: 10px
}

.ts-main .tm-quan {
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 8px;
    background: #f4f7fc;
    border-radius: 4px;
    margin-top: 8px
}

.ts-main .tm-quan img {
    width: 18px;
    height: 18px;
    border-radius: 50%
}

.ts-main .tm-quan .s1 {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0, 0, 0, .88)
}

.ts-main .tm-quan .s2 {
    color: rgba(0, 0, 0, .12);
    padding: 0 6px
}

.ts-main .tm-article .ta-title {
    font-weight: 400;
    font-size: 13px;
    color: rgba(0, 0, 0, .4);
    text-align: left;
    line-height: 19px;
    margin: 0
}

.ts-main .tm-article .ta-txt {
    font-weight: 400;
    font-size: 15px;
    color: rgba(0, 0, 0, .88);
    text-align: left;
    line-height: 23px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.ts-main .tm-article .ta-link {
    width: 100%;
    height: 62px;
    background: #f4f7fc;
    border-radius: 4px;
    padding: 7px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin: 10px 0 0
}

.ts-main .tm-article .ta-link .tl {
    width: 41px;
    height: 41px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center
}

.ts-main .tm-article .ta-link .tl img {
    width: 41px;
    height: 41px;
    -o-object-fit: cover;
    object-fit: cover
}

.ts-main .tm-article .ta-link .tl.red-bag {
    background: rgba(232, 50, 69, .15)
}

.ts-main .tm-article .ta-link .tl.red-bag img {
    width: 16px;
    height: 18px
}

.ts-main .tm-article .ta-link .tl.quest {
    background: rgba(39, 149, 227, .15)
}

.ts-main .tm-article .ta-link .tl.quest img {
    width: 21px;
    height: 19px
}

.ts-main .tm-article .ta-link p {
    width: 90%;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, .64);
    margin-left: 10px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.loadmore {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--jl-main-color)
}

.user--badgetItem {
    height: 16px;
    width: auto;
    max-width: none;
    margin-left: 6px
}

.user--noData {
    text-align: center;
    padding: 150px 0
}