@import url('vinchin.table.css');
/* 小号 banner BEGIN */
.neo-banner.thing-banner {
    color: white;
    position: relative;
    z-index: 1000;
}

.neo-banner.thing-banner .item {
    padding-bottom: 30px;
}

.neo-banner.thing-banner .item .item-container {
    height: 320px;
}

.neo-banner.thing-banner h1, .neo-banner.thing-banner .h1 {
    width: fit-content;
    line-height: 48px;
    font-size: 36px !important;
    font-weight: bolder;
    color: white;

    margin-bottom: 20px;
}

.neo-banner.thing-banner p {
    font-family: var(--default-font-family);
    line-height: 140%;
    font-size: 20px;
    font-weight: normal;
    font-variation-settings: normal;
    letter-spacing: 0.01em;
    color: white;
    margin-bottom: 20px;
}

.neo-banner.thing-banner .item .item-container .item-intro + img {
    width: 360px;
}

@media (max-width: 767px) {
    .neo-banner.thing-banner p {
        font-size: 14px !important;
    }

    .neo-banner.thing-banner .item .item-container {
        height: 400px;
    }
}

/* 小号 banner END */

/* 文章 banner BEGIN */
.technique-jump {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.technique-jump a {
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    margin-left: 1px;
    padding: 0;
}

.technique-jump a:hover {
    color: #4ad1cd;
}

.technique-jump i {
    color: #fff;
    font-size: 18px;
    margin: 0 5px;
}

.technique-jump span {
    color: #8b91a4;
    font-size: 14px;
}

.neo-banner.article-banner .item {
    padding-bottom: 30px;
    background-image: url(../img/blog/background-view.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.neo-banner.article-banner .item .item-container {
    height: 445px;
}

.neo-banner.article-banner .item .item-container .item-intro + img {
    width: unset;
}

.neo-banner.article-banner .h1 {
    font-weight: normal;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.neo-banner.article-banner p {
    line-height: 140%;
    font-size: 16px;
    font-weight: normal;
    font-variation-settings: normal;
    letter-spacing: 0.01em;
    color: white;
    margin-bottom: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.neo-banner.article-banner .btn-inner {
    font-size: 16px;
    width: 350px;
    height: 70px;
    margin-bottom: 30px;
    padding: 10px 30px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.neo-banner.article-banner .btn-inner .download-icon {
    position: unset;
    height: auto;
    width: auto;
    margin-top: 0;
}

.neo-banner.article-banner .btn-inner .download-right .download-content {
    line-height: 28px;
    font-size: 18px;
    font-weight: bolder;
}

.neo-banner.article-banner .btn-inner .download-right .download-describe {
    line-height: 22px;
    font-size: 14px;
    font-family: var(--default-font-family);
    display: block;
}

.neo-banner.article-banner .author p {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 0;
}

.neo-banner.article-banner .author img {
    height: 30px;
    position: unset;
    float: left;
    border-radius: 15px;
    margin-right: 10px;
}

.neo-banner.article-banner .author a {
    padding: 0;
    cursor: pointer;
    line-height: 30px;
}

.neo-banner.article-banner .author a:hover {
    text-decoration: underline;
}

@media (max-width: 414px) {
    .neo-banner.article-banner p {
        font-size: 14px !important;
    }

    .neo-banner.article-banner .item .item-container {
        height: 400px;
    }
}

/* 文章 banner END */

.article-recommend .title {
    line-height: 24px;
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 20px;
}

.article-recommend .title span {
    font-size: 20px;
}

.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: var(--default-font-family-bold);
    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: var(--default-font-family-bold);
    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;
}

#blog-filter {
    margin-bottom: 70px;
}

.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 .custom-select {
    position: relative;
}

.neo-search .custom-select .select-input {
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    padding: 10px 14px;
    line-height: 22px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.neo-search .custom-select ul.select-select {
    width: 100%;
    text-align: center;
    background-color: white;
    box-shadow: 0 0 10px 0 #d6d6d6;
    border-radius: 4px;
    padding: 0 10px;

    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
}

.neo-search .custom-select ul.select-select li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #D8D8D8;
    cursor: pointer;
}

.neo-search .custom-select ul.select-select li:hover,
.neo-search .custom-select ul.select-select li.active {
    color: var(--default-color);
}

.neo-search .input {
    height: 50px;
    background-color: #F8F8F8;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.neo-search .input i {
    font-size: 18px;
    cursor: pointer;
    border-left: 1px solid #999999;
    padding-left: 10px;
}

/* 文章列表页 BEGIN */
#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-top: 0;
}

#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: var(--default-font-family-bold);
    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: 3px;
    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 > span, .page-container li > span > i {
    line-height: 32px;
    font-weight: bolder;
}

.page-container li > span {
    width: 32px;
    height: 32px;
    font-size: 14px;
    color: #3B3C3D;
    text-align: center;
    cursor: pointer;

    display: inline-block;
}

.page-container li > span.active,
.page-container li > span:hover,
.page-container li > span:focus,
.page-container li > span:active {
    background-color: var(--default-color);
    color: white;
}

.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 span.active,
.page-container span:hover,
.page-container span:focus,
.page-container span:active {
    color: #43bcc4;
}

/* 文章翻页 END */

/* 文章详情页 BEGIN */
#progress-bar {
    width: 0;
    height: 5px;
    background-color: #40c3bf;
    position: fixed;
    left: 0;
    top: 70px;
    z-index: 10
}

.technique-container {
    position: relative;
}

.article-menu {
    /*width: calc(50vw - 585px - 50px);*/
    /*overflow: hidden;*/

    width: 270px;
    border-radius: 5px;
    background-color: #f9faff;

    position: absolute;
    top: 0;
    left: 30px;
    z-index: 99;
    margin-top: 100px;
}

.article-menu p {
    font-size: 12px;
    margin-left: 24px;
}

.article-button {
    width: 50px;
    left: -100px;
}

.article-menu .change-hidden, .article-menu .change-show {
    width: 34px;
    height: 34px;
    color: white;
    background-color: #43bcc4;

    position: absolute;
    top: 0;
    right: -34px;
    display: flex;
    align-items: center;
    justify-content: center;

    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.article-menu .title {
    height: 50px;
    line-height: 34px;
    font-size: 18px;
    font-weight: bolder;
    color: white;
    background-color: #43bcc4;
    padding: 10px 20px;
}

.article-menu ul li .li-icon {
    width: 24px;
    height: 24px;
    float: left;
    background-image: url(../img/blog/triangle-tright.png);
    background-repeat: no-repeat;
    background-position: center;
}

.article-menu ul li.hover .li-icon {
    background-image: url(../img/blog/triangle-tright-hover.png);
}

.article-menu ul {
    padding: 20px !important;
}

.article-menu ul li {
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    margin-bottom: 10px;

    list-style: none !important;
}

.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;
}

.article-menu .icon {
    font-size: 24px;
    color: #fff;
    position: absolute;
    right: 30px;
    top: 8px;
}

.article-button .icon {
    right: 10px;
}

.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;
}

.technique-container {
    position: relative;
}

.technique-container .container {
    padding-left: 0;
    padding-right: 0;
}

.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: 0 0 70px;
}

.technique-hobby .title {
    line-height: 34px;
    font-size: 24px;
    font-weight: bolder;
    color: #1c2631;
    margin: 0 0 30px;
    text-align: center;
}

.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: 16px;
    font-weight: bolder;
    color: #585e66;
    margin-bottom: 10px;
    height: 50px;
    line-height: 24px;


    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.technique-hobby .text {
    color: #3B3C3D;
    font-size: 14px;
    font-weight: normal;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    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 {
    left: unset;
    right: 0;
}

.technique-hobby .swiper-button-prev {
    left: 0;
    right: unset;
}

.technique-hobby .swiper-button-next i, .technique-hobby .swiper-button-prev i {
    line-height: 30px;
}

/* 文章详情页 END */

/* 富文本部分 BEGIN */

.reading_navigation {
    border-left: 2px solid #4AD1CD;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.reading_navigation p {
    color: #3B3C3D !important;
    font-weight: bold;
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

.reading_navigation a {
    color: #1A505A !important;
    font-size: 14px;
    font-weight: normal;
    padding-left: 24px;
    margin-bottom: 10px;
}

.reading_navigation dt, .reading_navigation li {
    margin-bottom: 5px;
    background-image: url(../img/global/rich-text/triangle-left.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 4px;
}

.rich-text {
    margin: 0px 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 h2 {
    color: #113D5F;
    background-color: #F8F8F8;
    padding: 15px 20px;
    margin-top: 30px;
    border-radius: 5px;
}

.rich-text img {
    height: unset !important;
    max-width: 100%;
    width: 100% !important;
    margin-bottom: 4px;
    cursor: zoom-in;
    /*display: block;*/
}

.rich-text.customer-stories img {
    width: auto !important;
    max-width: 25%;
}

.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 th {
    text-align: center;
}

.rich-text table th, .rich-text table td {
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 4px !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: var(--default-font-family) !important;
    word-wrap: break-word;
    text-wrap: unset !important;
}

.rich-text ul {
    padding-left: 40px;
}

.rich-text ul * {
    margin: 0;
    padding: 0;
}

.rich-text ul li {
    list-style: disc;
}

.rich-text .reading_navigation ul {
    padding: 0;
}

.rich-text .reading_navigation ul li {
    padding-left: 30px;
    list-style: none;
}

.rich-text ul li .subtitle {
    margin-left: 24px;
    font-size: 14px;
}

.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:last-child {
    margin-bottom: 0;
}

.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;
}

.tips {
    width: 100%;
    padding: 30px;
    border-radius: 5px;
    margin: 30px 0;
}

.tips.tips-gray {
    background-color: #DEDEDE;
}

.tips.tips-gray .tips-icon {
    background-image: url(../img/global/rich-text/tips-icon-1.png);
}

.tips.tips-dark .tips-icon {
    background-image: url(../img/global/rich-text/tips-icon-2.png);
}

.tips.tips-white .tips-icon {
    background-image: url(../img/global/rich-text/tips-icon-3.png);
}

.tips.tips-dark {
    background-color: #1A505A;
}

.tips.tips-white {
    background-color: #FFFFFF;
    border: 1px dashed transparent;
    background: linear-gradient(#fff, #fff) padding-box,
    repeating-linear-gradient(-45deg, #000 0, #000 0.75em, #fff 0, #fff 1.5em);
}

.tips.tips-gray, .tips.tips-white {
    color: #3B3C3D;
}

.tips.tips-dark {
    color: #ffffff;
}

.tips .tips-header .tips-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}

.tips .tips-header .tips-icon {
    width: 28px;
    height: 28px;
    float: left;
    margin-right: 10px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.vinchin-table {
    width: 100%;
}

.vinchin-table tr {
    height: 40px;
}

.vinchin-table tr td {
    padding: 5px 20px !important;
}


/* 富文本部分 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;
    font-weight: bolder;
}

.text-page h4 {
    font-size: 20px;
    line-height: 24px;
}

.text-page p, .text-page span, .text-page strong, .text-page li {
    font-size: 16px;
    line-height: 28px;
    word-wrap: break-word;
    text-wrap: unset !important;
}

.text-page p, .text-page table, .text-page ul {
    margin-bottom: 20px;
}

.text-page .text-component {
    font-size: 16px;
    padding-bottom: 48px;
}

.text-page .text-component > *: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: initial;
    z-index: 1;
}

.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;
}

.text-page ul {
    padding-left: 40px;
}

.text-page ul * {
    margin: 0;
    padding: 0;
}

.text-page ul li {
    list-style: disc;
}

.footer-list {
    width: 90%;
    margin: 0 auto;
}

.footer-list .author {
    height: 40px;
}

.footer-list .author img {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    margin-top: 10px;
    float: left;
}

.footer-list .author .author-msg {
    color: #3B3C3D;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}

.footer-list .time {
    color: #3B3C3D;
    margin-top: 15px;
    float: right;
}

/* 文字内容页面 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;*/
/*    }*/
/*}*/

/** 视频 **/
.media-container #media-filter {
    margin-bottom: 30px;
}

.media-container .side-menu {
    background-color: #F8F8F8;
    padding: 14px 24px;
    border-radius: 4px;
}

.media-container > .container > .row {
    display: flex;
}

.media-container .side-menu .item .name {
    height: 50px;
    line-height: 50px;
    color: #000000;
    font-size: 16px;
    border-bottom: 1px #D8D8D8 solid;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.media-container .side-menu .item:last-child .name {
    border-bottom: unset;
}

.media-container .side-menu .item .name i {
    font-size: 22px;
    transition: transform 0.25s;
}

.media-container .side-menu .item.active .name i {
    transform-origin: center center;
    transform: rotate(90deg);
}

.media-container .side-menu .item .children {
    padding: 8px 6px 0;
    overflow: hidden;
    display: none;
}

.media-container .side-menu .item .children label {
    width: 50%;
    height: 36px;
    line-height: 36px;
    color: #999999;
    font-weight: unset;

    display: flex;
    float: left;
    align-items: center;
}

.media-container .side-menu .item .children label:last-child:nth-child(2n+1) {
    width: 100%;
}

.media-container .side-menu .item .children input:checked + span {
    color: var(--default-color);
}

.media-container .media-list {
    margin: 0 0 50px;
    padding: 0;
}

.media-container .media-list li {
    padding: 45px 0;
    margin: 0;
    border-bottom: 1px solid #e2e6f5;
}

.media-container .media-list li:first-child {
    padding-top: 0;
}

.media-container .media-list li .col-md-4 {
    text-align: left;
}

.media-container .media-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;
}

.media-container .media-list li h2 {
    line-height: 24px;
    font-family: var(--default-font-family-bold);
    font-size: 20px;
    color: #1c2631;
    margin: 0 0 10px;
}

.media-container .media-list li p {
    font-size: 16px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0 0 10px;
}

.media-container .media-list li p.time {
    font-size: 14px;
}

.media-container .media-list li .technique-more a {
    font-size: 14px;
    color: #0d9490;
}

.media-container .media-list .no-technique {
    padding: 0 0 20px !important;
    font-size: 28px;
    color: #43bcc4;
}

/** 博文分类 **/
#blog-category {
    margin-bottom: 80px;
}

#blog-category .category-list {
    height: 148px;
    margin-bottom: -24px;
    overflow: hidden;
    position: relative;

    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 20px;
}

#blog-category .category-list.expand {
    height: unset;
}

#blog-category .category-list .item {
    grid-column: span 2;

    height: 50px;
    line-height: 50px;
    background-color: #F8F8F8;
    border-radius: 5px;
    color: #3B3C3D;
    text-align: center;
    margin-bottom: 24px;

    display: block;
}

#blog-category .category-list .item:hover, #blog-category .category-list .item.active {
    background-color: #4BD8E0;
    color: #FFFFFF;
}

#blog-category .category-list .more {
    width: calc(16% - 11px);
    margin-bottom: 0 !important;
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: 24px;
}

@media (max-width: 1200px) {
    #blog-category .category-list .item {
        grid-column: span 3;
    }

    #blog-category .category-list .more {
        width: calc(25% - 15px);
    }
}

@media (max-width: 991px) {
    #blog-category .category-list .item {
        font-size: 12px;
        grid-column: span 4;
    }

    #blog-category .category-list .more {
        width: calc(33% - 12px);
    }
}

/** 博文列表 **/
#blog-list > div {
    margin-bottom: 60px;
}

#blog-list .item {
    height: 474px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    display: block;
    position: relative;
}

#blog-list .item .cover {
    width: 100%;
    height: 234px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}

#blog-list .item .content {
    width: 100%;
    color: #3B3C3D;
    background-color: white;
    padding: 20px 20px 0;
    display: block;
    position: absolute;
    bottom: 62px;
}

#blog-list .item .duration {
    line-height: 22px;
    font-size: 16px;
    color: #4BD8E0;
    margin-bottom: 7px;
}

#blog-list .item .name {
    height: 48px;
    line-height: 24px;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
}

#blog-list .item .text {
    height: 66px;
    line-height: 22px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    transition: height .35s;
}

#blog-list .item .text.hover {
    height: unset;
    -webkit-line-clamp: 14;
}

#blog-list .item .bottom {
    width: 100%;
    color: #3B3C3D;
    padding: 0 20px 20px;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#blog-list .item .author {
    color: #3B3C3D;
}

#blog-list .item .author:hover {
    color: var(--default-hover-color);
}

#blog-list .item .author img {
    height: 30px;
    border-radius: 50%;
    margin-right: 6px;
}

.technique-container .container {
    width: 80%;
    max-width: 1366px;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    #blog-list .item .name, #blog-list .item .text {
        height: unset;
        display: block;
    }
}

/* 移动端适配调整开始（414-360） */
@media (max-width: 414px) {
    .text-page h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .text-page .text-component {
        padding-bottom: 30px;
    }

    .media-container > .container > .row {
        display: block;
    }

    #blog-category .category-list .item {
        grid-column: span 6;
    }

    .article-recommend {
        padding-bottom: 50px;
        overflow: hidden;
    }

    .article-recommend .item {
        display: block;
    }

    .article-recommend .item img {
        width: 100% !important;
        height: auto !important;
    }

    .left-advertisement {
        display: none;
    }

    .detail-page {
        overflow: hidden;
    }

    .detail-page .news-container .col-md-8, .detail-page .news-container .news-jump {
        width: 90%;
        margin: 0 auto;
    }

    .detail-page .news-container .left-menu {
        width: 80%;
        margin: 0 auto;
        padding-right: 0;
    }
}

/* 移动端适配调整结束（414-360） */

.article-share {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 20px;
}

.media-container .article-share {
    align-items: center;
    justify-content: center;
    margin-top: 0;
}

.article-share p {
    font-size: 16px;
    color: #000000;
    margin-right: 16px;
    margin-bottom: 0;
}

.article-share .follow-us a {
    font-size: 16px;
    color: #42bab6;
    margin-right: 16px;
}

.article-share .follow-us a:hover {
    color: #4ad1cd;
}

.article-share .follow-us a:last-child {
    margin-right: unset;
}

.social-share {
    margin: 0;
    display: flex;
}

.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;
}

.social-share .share-div {
    width: 32px;
    height: 32px;
    border: 1px solid;
    border-radius: 16px;
    float: left;
}

.social-share svg {
    padding: 2px;
    margin: 3px 3px;
}

.social-share img {
    padding: 2px;
    width: 24px;
    height: 24px;
    margin: 3px 3px;
}

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 50%;
    line-height: 32px;
    border: 1px solid #666;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s
}

.social-share .social-share-icon:hover {
    background: #666;
    color: #fff
}

.social-share .share-icon-linkedin {
    color: #0077B5;
    border-color: #0077B5
}

.social-share .share-icon-linkedin:hover {
    background: #0077B5
}

.social-share .share-icon-facebook {
    color: #44619D;
    border-color: #44619D
}

.social-share .share-icon-facebook:hover {
    background: #44619D
}

.social-share .share-icon-google {
    color: #db4437;
    border-color: #db4437
}

.social-share .share-icon-google:hover {
    background: #db4437
}

.social-share .share-icon-twitter {
    color: #000000;
    border-color: #000000
}

.social-share .share-icon-twitter:hover {
    background: #000000
}

.social-share .share-icon-reddit:hover {
    background: #000000
}

.social-share .share-icon-quora {
    color: #b92b27;
    border-color: #b92b27;
}

.social-share .share-icon-quora:hover {
    background-color: #b92b27;
}

.social-share .share-icon-reddit {
    color: #FF4500;
    border-color: #FF4500;
}

.social-share .share-icon-reddit:hover {
    background-color: #FF4500;
}
