.blog-content-block .top-platform-img {
    margin-right: 360px;
}

.land-block.crumbs-nav-block {
    margin-top: 63px;
}

.blog-block-item {
    margin-right: 360px;
    background: #ffffff;
    min-height: 800px;
    box-shadow: 0 0 2px #f1f1f1;
    margin-bottom: 50px;
    padding: 30px 48px;
}

.blog-block-item ul {
    list-style: unset;
}

.blog-block-item li {
    list-style: inherit;
    margin-left: 20px;
}

.blog-block-item .title {
    font-size: 22px;
    line-height: 30px;
}

.blog-block-item-scroll {
    margin-top: 20px;
}

.blog-block-item-scroll-up,.blog-block-item-scroll-next {
    display: inline-block;
    width: 40%;
    min-height: 75px;
    box-sizing: border-box;
    border: 1px solid #e9eef2;
    position: relative;
    padding: 13px;
    margin-right: 30px;
}

.blog-block-item-scroll-up .scroll-next-left {
    position: absolute;
    top: 28px;
    margin-top: 0;
}

.blog-block-item-scroll-up .scroll-next-right {
    margin-left: 40px;
}

.blog-block-item-scroll-up .scroll-up-text {
    text-align: right;
    font-size: 12px;
    color: #999999;
}

.crumbs-nav-block {
    color: #999999;
}

.crumbs-nav-block .sub-nav-item {
    color: #333333;
}

.blog-block-item-scroll .scroll-up-name {
    margin-top: 3px;
    overflow: hidden;
    line-height: 20px;
    color: #333;
    max-height: 20px;
}

.blog-block-item-scroll-next .scroll-up-text {
    text-align: left;
    font-size: 12px;
    color: #999999;
}

.blog-block-item-scroll-next .scroll-next-left {
    margin-right: 40px;
}

.blog-block-item-scroll-next .scroll-next-right {
    position: absolute;
    right: 13px;
    top: 28px;
}

.blog-block-item-scroll-up:hover {
    border: 1px solid #fb830d;
}

.blog-block-item-scroll-next:hover {
    border: 1px solid #fb830d;
}

.blog-block-item-scroll-up:hover .scroll-up-name {
    color: #fb830d;
}

.blog-block-item-scroll-up:hover .icon-up {
    transform: rotate(180deg);
    background-position: 0px center;
}

.blog-block-item-scroll-next:hover .scroll-up-name {
    color: #fb830d;
}

.blog-block-item-scroll-next:hover .icon-next {
    transform: rotate(0);
    background-position: 0px center;
}

.related-recommend {
    color: #999;
    margin-top: 60px;
    line-height: 30px;
}

.exchange-btn .icon-arrows-right {
    background: url("/img/landing/new/ico_arrow_white.png") no-repeat;
    background-size: auto 100%;
    width: .6rem;
    height: .5rem;
    margin-top: 0.11rem;
}

.exchange-btn {
    background: #f27430;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 300;
    padding: .35rem .6rem;
    border-radius: 5px;
    display: inline-block;
    margin: 1rem 0 0;
    line-height: initial;
}

.exchange-btn:hover {
    text-decoration: none;
    background: #ec7504;
    color: #ffffff;
}

.related-recommend a {
    color: #999;
}

.related-recommend a:hover {
    color: #fb830d;
}


article h1, article h2, .lang-cn article h1, .lang-cn article h2 {
    width: 100%;
}

.article-salesman-consult {
    margin-top: 30px;
    background: #ffffff;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    padding: 16px 20px;
}

.article-salesman-consult .consult-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.article-salesman-consult .consult-text {
    flex: 1 1 260px;
    margin-top: 2px;
}

.article-salesman-consult .consult-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.article-salesman-consult .inline-salesman-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #f0f0f0;
}

.article-salesman-consult .consult-subtitle {
    margin-top: 0;
    font-size: 14px;
    color: #666;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.article-salesman-consult .inline-tip-inline img {
    width: 18px;
}

.article-salesman-consult .salesman-qr {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.article-salesman-consult .salesman-qr .salesman-qrcode {
    width: 150px;
    height: 150px;
    object-fit: cover;
    background: #ffffff;
    border-radius: 6px;
    border: 1px dashed #e6e6e6;
    display: block;
    flex-shrink: 0;
}

.article-salesman-consult .inline-salesman-name {
    margin-right: 6px;
}

.article-salesman-consult .inline-salesman-status {
    font-size: 12px;
    color: #999;
    position: relative;
    padding-right: 12px;
}

.article-salesman-consult .inline-salesman-status:after {
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    width: 6px;
    height: 6px;
    background: #37de24;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(55, 222, 36, 0.15);
}

.icon-up {
    background: url("/img/blogPosts/up_and_next.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: auto 18px;
    background-position: -24px center;
}

.icon-next {
    background: url("/img/blogPosts/up_and_next.png") no-repeat;
    width: 20px;
    height: 20px;
    background-size: auto 18px;
    background-position: -24px center;
    transform: rotate(180deg);
}

.creatorAndTime {
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    margin-bottom: 12px;
}

.main-body {
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

.main-body>div>div {
    margin-bottom: 26px;
}

.main-body>div>div strong {
    color: #fb830d;
    border-left: 4px solid #fb830d;
    padding-left: 12px;
}

.main-body>div>div img {
    margin-bottom: 12px;
    width: 100%;
}

.cbec-block {
    border-radius: 6px;
    padding: 24px 26px 36px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.09);
}

.cbec-block img {
    width: 120px;
}

.cbec-block .cbec-title {
    font-size: 33px;
    text-align: center;
    line-height: initial;
    margin-top: 25px;
}

.cbec-block .cbec-tip {
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
}

.cbec-block .cbec-img {
    text-align: center;
}

.article-label {
    display: inline-block;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.09);
    background: #fff;
    padding: 4px 8px;
    border-radius: 3px;
    margin-right: 10px;
}

.salesman-consult {
    margin-top: 30px;
    position: sticky;
    top: 30px;
}

.salesman-consult .consult-body {
    padding: 14px 20px 20px;
}

.salesman-consult .salesman-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.salesman-consult .salesman-avatar img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    background: linear-gradient(135deg, #f8f8f8, #ededed);
    border: 1px solid #f0f0f0;
}

.salesman-consult .salesman-meta {
    flex: 1;
    margin-left: 14px;
}

.salesman-consult .salesman-name {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.salesman-consult .salesman-name-text {
    margin-right: 6px;
}

.salesman-consult .salesman-status {
    font-size: 12px;
    color: #999;
    font-weight: 400;
    position: relative;
    padding-right: 12px;
    display: inline-block;
}

.salesman-consult .salesman-status:after {
    content: "";
    position: absolute;
    right: 0;
    top: -2px;
    width: 6px;
    height: 6px;
    background: #37de24;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(55, 222, 36, 0.15);
}

.salesman-consult .salesman-qr {
    margin-top: 16px;
    padding: 14px 12px 16px;
    background: #ffffff;
    border: 1px dashed #e6e6e6;
    border-radius: 8px;
    text-align: center;
}

.salesman-consult .salesman-qr .salesman-qrcode {
    width: 180px;
    height: 180px;
    object-fit: cover;
    background: #ffffff;
    border-radius: 6px;
}

.salesman-consult .salesman-qr .qrcode-tip {
    margin-top: 10px;
    color: #666666;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.salesman-consult .salesman-qr .qrcode-tip img {
    width: 16px;
    margin-right: 6px;
    display: inline-block;
    transform: rotate(90deg);
}

.salesman-consult .salesman-qr .qrcode-tip span {
    display: inline-block;
}

.blog-icon.blog-icon-consult {
    background: url("/img/landing/new/hand.png") no-repeat center;
    background-size: 14px auto;
}

@media screen and (max-width: 780px) {
    .head-block .sys-logo {
        width: 8rem;
        display: block;
    }

    .head-block {
        background: #ffffff;
        box-shadow: 0 0 6px #e1e1e1;
    }

    .head-block .mobile-logo {
        display: none;
    }

    .land-block.crumbs-nav-block {
        display: block;
        margin-top: 51px;
        padding-left: 10px;
    }

    .blog-block-item {
        margin-right: 0;
        box-shadow: none;
    }

    .menu-mobile img {
        display: none;
    }

    .menu-mobile {
        height: 18px;
        background: url("/img/landing/new/menu-mobile1.png") no-repeat;
        background-size: 20px auto;
        margin-top: 12px;
    }

    body {
        background: #ffffff;
    }
}
