.neo-search {
    margin-bottom: 40px;
}

.neo-search label, .neo-search input, .neo-search select {
    height: 24px;
    line-height: 24px;
    background-color: transparent;
    border: 0;
    margin: unset;
}

.neo-search input, .neo-search select {
    flex: 1;
}

.neo-search .sort {
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    padding: 10px 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.neo-search .input {
    background-color: #f9faff;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.neo-search .input i {
    cursor: pointer;
    border-left: 1px solid #999999;
    padding-left: 8px;
}

/* 文章列表页 BEGIN */
.article-recommend .title {
    line-height: 24px;
    font-family: Inter, sans-serif !important;
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.article-recommend .title span {
    font-size: 20px;
}

.article-recommend .swiper-wrapper {
    height: unset;
}

.article-recommend .item {
    display: flex;
}

.article-recommend .item img {
    width: 50%;
    display: block;
}

.article-recommend .item .intro {
    width: 50%;
    background-color: #f9faff;
    color: black;
    padding: 40px;
    position: relative;
}

.article-recommend .item .intro .type {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 20px;
}

.article-recommend .item .intro .type i {
    color: #4ad1cd;
}

.article-recommend .item .intro .name {
    font-size: 20px;
    font-family: Inter-Bold, sans-serif !important;
    margin-bottom: 10px;
}

.article-recommend .item .intro .name a {
    color: #1c2631;
}

.article-recommend .item .intro .name a:hover {
    color: #44bcc4;
}

.article-recommend .item .intro .time {
    line-height: 24px;
    font-size: 14px;
    color: #999999;
    margin-bottom: 20px;
}

.article-recommend .item .intro .text {
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.article-recommend .item .intro .more {
    height: 30px;
    line-height: 30px;
    color: white;
    font-family: Inter-Bold, sans-serif !important;
    background-color: #4ad1cd;
    border-radius: 15px;
    padding: 0 16px;
    display: inline-block;
}

.article-recommend .swiper-pagination {
    width: 100%;
    bottom: -40px;
}

.article-recommend .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
}

/*.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -5px;
}

.technique-container {
    padding-bottom: 70px;
    position: relative;
    margin: 95px auto 0;
}*/

#technique-list {
    margin: 0 0 50px;
    padding: 0;
}

#technique-list li {
    padding: 45px 0;
    margin: 0;
    border-bottom: 1px solid #e2e6f5;
}

#technique-list li:first-child {
    padding: 0 0 45px;
}

#technique-list li .col-md-4 {
    text-align: left;
}

#technique-list li .col-md-4 .technique-img {
    width: 100%;
    max-width: 256px;
    height: 150px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#technique-list li h2 {
    line-height: 24px;
    font-family: Inter-Bold, sans-serif !important;
    font-size: 20px;
    color: #1c2631;
    margin: 0 0 20px;
}

#technique-list a:hover h2 {
    color: #44bcc4;
}

#technique-list li p {
    font-size: 16px;
    color: #999999;
    margin: 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#technique-list li p.time {
    font-size: 14px;
}

#technique-list li .technique-more a {
    font-size: 14px;
    color: #0d9490;
}

#technique-list .no-technique {
    padding: 0 0 20px !important;
    font-size: 28px;
    color: #43bcc4;
}

/* 文章列表页 END */

/* 文章翻页 BEGIN */
.page-container {
    margin-top: 20px;

    display: flex;
    justify-content: center;
}

.page-container li {
    border-radius: 40px;
    background-color: #eaeef7;
    color: black;
    margin-right: 10px;
    font-size: 16px;
    display: inline-block;
}

.page-container li:last-child {
    margin-right: 0;
}

.page-container li > a, .page-container li > a > i {
    line-height: 32px;
    font-weight: bolder;
}

.page-container li a {
    width: 32px;
    height: 32px;
    font-size: 14px;
    color: #666666;
    text-align: center;

    display: inline-block;
}

.page-container li > a.active,
.page-container li > a:hover,
.page-container li > a:focus,
.page-container li > a:active {
    color: #43bcc4;
}

.page-container a{
    width: 250px;
    height: 50px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    background-color: #eaeef7;
    margin-right: 10px;
    line-height: 50px;
}

.page-container a.active,
.page-container a:hover,
.page-container a:focus,
.page-container a:active {
    color: #43bcc4;
}


/* 文章翻页 END */

/* 文章详情页 BEGIN */

.article-menu {
    width: calc(50vw - 585px - 50px);
    max-width: 300px;
    border-radius: 5px;
    overflow: hidden;

    position: absolute;
    top: 0;
    left: calc(0px - 50vw + 585px + 50px - 30px);
    z-index: 1;
}

.article-menu .title {
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    color: white;
    background-color: #43bcc4;
    padding: 0 10px;
}

.article-menu ul {
    background-color: #f9faff;
    padding: 10px 30px !important;
}

.article-menu ul li {
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    margin-bottom: 10px;
}

.article-menu ul li:last-child {
    margin-bottom: 0;
}

.article-menu ul li.active,
.article-menu ul li:hover {
    color: #43bcc4;
}

.article-menu ul li.active:before,
.article-menu ul li:hover:before {
    display: inline-block;
}

.technique-jump {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.technique-jump a {
    font-size: 18px;
    font-weight: bold;
    color: #1c2631;
    margin-left: 1px;
}

.technique-jump a:hover {
    color: #4ad1cd;
}

.technique-jump i {
    color: #1c2631;
    font-size: 18px;
    margin-right: 5px;
}

.technique-jump span {
    color: #8b91a4;
    font-size: 14px;
}

.technique-top {
    margin-top: 20px;
}

.technique-top .article-topimg {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}

.technique-top h1 {
    margin: 0;
    font-size: 28px;
    font-weight: bolder;
    color: #1c2631;
    line-height: 40px;
}

.technique-top p {
    font-size: 16px;
    color: #999999;
    margin-top: 15px;
}

.share-copyright p {
    margin: 80px 0 20px -5px;
    font-size: 14px;
    color: #c9cede;
}

.article-share {
    margin: 0;
    display: flex;
    align-items: center;
}

.article-share p {
    font-size: 16px;
    color: #8b91a4;
    margin-right: 16px;
    margin-bottom: 0;
}

.article-share .follow-us a {
    font-size: 16px;
    color: #42bab6;
    margin-right: 16px !important;
}

.article-share .follow-us a:hover {
    color: #4ad1cd;
}

.social-share ul li {
    font-size: 16px;
    color: #8b91a4;
    margin: 0;
}

.social-share ul li i {
    font-size: 18px;
    color: #8b91a4;
}

.social-share ul li a:hover i,
.social-share ul li a:focus i,
.social-share ul li a:active i {
    color: #4ad1cd;
}

.technique-tags {
    margin: 20px 0 0;
    color: #101113;
    font-size: 16px;
    line-height: 30px;
}

.technique-tags span {
    height: 28px;
    line-height: 28px;
    background-color: #f0f2f9;
    border-radius: 5px;
    font-size: 14px;
    color: #101113;
    display: inline-block;
    padding: 0 10px;
    margin-right: 5px;
    white-space: nowrap;
}

.subscribe-lab {
    color: #8b91a4;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 30px;
}

.modal #blog-subscribe-email {
    width: 100%;
    height: 40px;
    line-height: 30px;
    font-size: 12px;
    border: 1px solid #DFDFDF;
    background-color: #E9F2F4;
    padding: 5px 18px;
    border-radius: 4px;
    display: block;
    position: relative;
}

.modal p {
    color: #8b91a4;
    font-size: 14px;
    padding-left: 19px;
}

.modal #blog-sub-success {
    color: #0EC228;
    font-size: 14px;
}

.technique-hobby {
    margin: 80px 0 0;
}

.technique-hobby .title {
    line-height: 34px;
    font-size: 24px;
    font-weight: bolder;
    color: #1c2631;
    margin: 0 0 30px;
}

.technique-hobby .title a {
    width: unset;
    display: inline;
    float: right;
    font-size: 16px;
    color: #8b91a4;
}

.technique-hobby .title i {
    margin-top: 3px;
    margin-left: 3px;
}

.technique-hobby h3 a:hover span, .technique-hobby h3 a:hover i {
    color: #4ad3db;
}

.technique-hobby .swiper-slide {
    padding: 10px;
}

.technique-hobby a {
    width: 100%;
    display: block;
    padding: 12px;
    box-shadow: 0 0 10px #DDDDDD;
}

.technique-hobby .hobby-img {
    width: 100%;
    padding-top: 70%;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 18px;
}

.technique-hobby .name {
    font-size: 18px;
    font-weight: bolder;
    color: #585e66;
    margin-bottom: 18px;
    height: 72px;
    line-height: 24px;
    overflow: hidden;
}

.technique-hobby .time {
    font-size: 14px;
    color: #999999;
}

.technique-hobby a:hover p {
    color: #4ad3db;
}

.technique-hobby .hobby-container {
    position: relative;
}

.technique-hobby .swiper-container {
    width: 90%;
}

.technique-hobby .swiper-button-next, .technique-hobby .swiper-button-prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #42bab6;
    background-image: unset;
    color: white;
    text-align: center;
}

.technique-hobby .swiper-button-next {
    right: 0;
}

.technique-hobby .swiper-button-prev {
    left: 0;
}

.technique-hobby .swiper-button-next i, .technique-hobby .swiper-button-prev i {
    line-height: 30px;
}

/* 文章详情页 END */

/* 富文本部分 BEGIN */
.rich-text {
    margin: 30px 0;
    position: relative;
}

.rich-text h2, .rich-text h3, .rich-text h4,
.rich-text h2 *, .rich-text h3 *, .rich-text h4 * {
    line-height: 28px !important;
    font-weight: bolder !important;
}

.rich-text h2, .rich-text h3, .rich-text h4 {
    margin-top: 0;
    margin-bottom: 22px;
    padding-top: 14px;
    color: #000000;
}

.rich-text h2, .rich-text h2 * {
    font-size: 22px !important;
}

.rich-text h3, .rich-text h3 * {
    font-size: 20px !important;
}

.rich-text h4, .rich-text h4 * {
    font-size: 18px !important;
}

.rich-text img {
    max-width: 100%;
    margin-bottom: 4px;
    cursor: zoom-in;
    /*display: block;*/
}

.rich-text img:last-child {
    margin-bottom: 0;
}

.rich-text p, .rich-text table, .rich-text ul {
    margin-bottom: 20px;
}

.rich-text table p {
    margin-bottom: 0;
}

.rich-text table {
    max-width: 100%;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.rich-text table td {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 3px !important;

    /* 英文换行不断开 */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: unset !important;
}

.rich-text table span {
    font-size: 14px !important;
}

.rich-text p, .rich-text span, .rich-text strong {
    font-size: 16px;
    line-height: 28px;
    font-family: Inter, sans-serif !important;
    word-wrap: break-word;
}

.rich-text ul {
    padding-left: 40px;
}

.rich-text ul * {
    margin: 0;
    padding: 0;
}

.rich-text ul li {
    list-style: disc;
}

.rich-text a {
    color: var(--default-color);
    text-decoration: none !important;
}

.rich-text a:hover {
    color: var(--default-hover-color);
}

/* 富文本中加小黑点 */
.rich-text .point {
    position: relative;
    padding-left: 18px;
}

.rich-text .point::before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #101113;
}

/*** 下载 ***/
.rich-text .secure-download {
    display: table;
    margin: 0 auto 1em;
    padding-top: 1em;
    min-width: 270px;
    text-align: center;
    border: 0;
    color: #63686b;
    text-decoration: none;
    line-height: normal;
}

.rich-text .secure-download .a-tp {
    background-color: #4ad1cd;
    color: #FFFFFF;
    border-radius: 3px;
    display: block;
    padding: 10px 10px 10px 70px;
    position: relative;
}

.rich-text .secure-download .a-tp:hover {
    background-image: none;
    background-color: #00B6CE;
    color: #FFFFFF;
}

.rich-text .secure-download .a-tp > span {
    margin: 0;
    word-break: keep-all;
    white-space: nowrap;
    display: block;

    text-align: center;
    font-weight: 400
}

.rich-text .secure-download .a-tp > span:first-child {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.rich-text .secure-download .a-tp > span:last-child {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.rich-text .secure-download .a-tp::before, .rich-text .secure-download .a-tp:before {
    content: '';
    background-image: url(../img/global/rich-text/download.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 60px;
    height: 60px;
    border-right: 1px solid #FFFFFF;

    position: absolute;
    top: 0;
    left: 0;
}

.rich-text .secure-download .a-bt {
    margin-top: 4px;
    position: relative;
    line-height: 20px;
    display: flex;
    justify-content: center;
}

.rich-text .secure-download .a-bt::before {
    content: '';
    background-image: url(../img/global/rich-text/security.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-background-size: contain;

    width: 14px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

/*** 引导 ***/
.rich-text .text-lead {
    background-color: #FFFFFF;
    box-shadow: inset -2px -3px 0 4px rgba(75, 216, 224, 0.3);
    border-radius: 8px;
    opacity: 1;

    margin-bottom: 1em;
    padding: 36px;
    display: flex;
    align-items: center;
    position: relative;
}


.rich-text .text-lead::before {
    content: '';
    background-image: url(../img/logo-mini.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-background-size: contain;

    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.rich-text .text-lead span {
    margin-right: 8px;
    flex: 1;
}

.rich-text .text-lead .button {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: white;
    background-color: var(--default-color);
    border-radius: 8px;
    box-shadow: 4px 5px 6px 0 rgba(129, 129, 129, 0.16);
    padding: 0 10px;
}

.rich-text .text-lead .button:hover {
    background-color: var(--default-hover-color);
}

.rich-text .text-download {
    background: url("../img/global/rich-text/upper-v.webp") calc(100% + 60px) center / contain no-repeat, linear-gradient(to right, var(--default-color) 0%, white 54%, white 100%);
    border-radius: 8px;
    box-shadow: inset -2px -3px 0 4px rgba(75, 216, 224, 0.3);
    margin-bottom: 1em;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.rich-text .text-download:before {
    content: '';
    width: 400px;
    height: 328px;
    background-image: url(../img/global/rich-text/manufacturer.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}

.rich-text .text-download .item-btn .a-tp {
    background-color: #4ad1cd;
    color: #FFFFFF;
    border-radius: 8px;
    display: block;
    padding: 10px 30px;
    position: relative;
}

.rich-text .text-download .item-btn .a-tp:hover {
    background-image: none;
    background-color: #00B6CE;
    color: #FFFFFF;
}

.rich-text .text-download .item-btn .a-tp > span {
    margin: 0;
    word-break: keep-all;
    white-space: nowrap;
    display: block;

    text-align: center;
    font-weight: 400
}

.rich-text .text-download .item-btn .a-tp > span:first-child {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.rich-text .text-download .item-btn .a-tp > span:last-child {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.rich-text .text-download .item-btn .a-bt {
    color: var(--default-color);
    margin-top: 4px;
    position: relative;
    line-height: 20px;
    text-align: center;
}

/* 富文本部分 END */

/* 文字内容页面 BEGIN  */
.text-page .container {
    padding-top: 48px;
}

.text-page h2, .text-page h3, .text-page h4, .text-page p {
    margin-top: 0;
}

.text-page h2 {
    line-height: 44px;
    font-size: 36px;
    font-weight: bolder;

    margin-bottom: 32px;
}

.text-page h3, .text-page h4 {
    margin-bottom: 16px;
}

.text-page h3 {
    font-size: 24px;
    line-height: 30px;
}

.text-page h4 {
    font-size: 20px;
    line-height: 24px;
}

.text-page .text-component {
    padding-bottom: 48px;
}

.text-page .text-component p {
    font-size: 16px;
    line-height: 24px;
}

.text-page .text-component p:last-child {
    margin-bottom: 0;
}

.text-page table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    table-layout: fixed;
}

.text-page table thead, .text-page table thead td {
    /*position: -webkit-sticky;*/
    position: initial;
    z-index: 1;
    /*top: 70px;*/
}

.text-page table td {
    background-clip: padding-box;
    border: 1px solid #b0b0b0;
    height: 72px;
    padding: 16px 32px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.text-page table thead td {
    background-color: #1d727c !important;
    border-bottom: none;
    border-top: none;
    color: #fff;
    font-family: Guardian Sans LC, Tahoma, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    padding: 24px 32px;
    text-transform: uppercase;
    vertical-align: top;
    text-align: center;
    top: 56px;
}

/* 文字内容页面 END  */

/** 上面为大屏幕 大桌面显示器 **/
@media (max-width: 1610px) {
    .article-menu .title {
        font-size: 16px;
    }
}

/** 上面为大屏幕 大桌面显示器 **/
@media (max-width: 1599px) {
    .article-menu {
        width: 100%;
        max-width: unset;
        border-radius: unset;
        margin-bottom: 30px;
        position: unset;
    }

    .article-menu ul {
        padding: 20px;
    }

    .article-menu ul li {
        font-size: 14px;
        line-height: 24px;
    }
}
