@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #1c1d1f;
    line-height: 1.6;
}

.ssl-m {
    margin: 0 auto;
}

.ssl-bg-white {
    z-index: 1;
}

.ssl-bg-gray {
    z-index: 1;
}

.ssl-section {
    padding: 50px 0;
    overflow: hidden;
    width: 100%;
}

.et-slide {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.et-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    margin-left: -9999px;
    margin-right: -9999px;
    width: 99999px;
}

.ssl-bg-gray::before {
    background-color: #f5f7fa;
}

.ssl-bg-white::before {
    background-color: #fff;
}

.ssl-section-header {
    text-align: center;
    margin-bottom: 20px;
}

.ssl-category-nav {
    margin-bottom: 30px;
    text-align: center;
}

.ssl-category-nav ul {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.ssl-category-item {
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #626266;
    background-color: #f5f7fa;
    border-radius: 20px;
    border: 1px solid #e1e5eb;
    position: relative;
    overflow: hidden;
}

.ssl-category-item:hover {
    color: #2981ff;
    background-color: #f0f7ff;
    border-color: #c6e0ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(41, 129, 255, 0.15);
}

.ssl-category-item.active {
    color: #ffffff;
    background-color: #2981ff;
    border-color: #2981ff;
    box-shadow: 0 4px 12px rgba(41, 129, 255, 0.3);
}

.ssl-category-item.active:hover {
    background-color: #2574e5;
    border-color: #2574e5;
    transform: translateY(-2px);
}

/* 添加点击效果 */
.ssl-category-item:active {
    transform: translateY(0);
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .ssl-category-nav ul {
        gap: 8px;
    }
    
    .ssl-category-item {
        padding: 8px 16px;
        font-size: 13px;
    }
}

.ssl-section-header-sm {
    margin-bottom: 20px;
}

.ssl-section-header h3 {
    font-size: 28px;
    color: #1c1d1f;
    font-weight: bold;
    position: relative;
    z-index: 1;
    line-height: 1;
}

.ssl-section-header p {
    font-size: 14px;
    color: #626266;
    margin-top: 15px;
}

.ssl-clear::after {
    content: "";
    display: block;
    clear: both;
}



.ssl-pc-show {
    display: block;
}

.ssl-m-show {
    display: none;
}

.ssl-product-advantage {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: -50px;
}

.ssl-section-colflex-3 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-top: -16px;
}

.ssl-section-colflex-3 > li {
    width: calc(33.3333% - 16px);
    margin-right: 16px;
    margin-top: 16px;
    background-color: #fff;
    padding: 30px 20px;
    border: 1px solid #ebedf0;
    transition: all 0.3s;
}

.ssl-section-colflex-3 > li:hover {
    box-shadow: 0 6px 24px rgba(18, 51, 100, 0.08);
    transform: translateY(-6px);
}

.ssl-icon-box {
    text-align: center;
    margin-bottom: 20px;
}

.ssl-hover-icon-80 {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ssl-box-top-div {
    text-align: center;
}

.ssl-box-top {
    margin-bottom: 15px;
}

.ssl-box-top p {
    font-size: 18px;
    font-weight: bold;
    color: #1c1d1f;
    margin-bottom: 10px;
}

.ssl-box-top-span {
    display: block;
    font-size: 14px;
    color: #626266;
    line-height: 1.6;
    text-align: left;
}

.ssl-product-feature {
    background-color: #fff;
    padding: 20px;
}

.ssl-mobile-data {
    list-style: none;
}

.ssl-mobile-data li {
    border: 1px solid #ebedf0;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.ssl-mobile-data .ssl-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: all 0.3s;
}

.ssl-mobile-data .ssl-box-top.ssl-open-box {
    background-color: #f0f7ff;
}

.ssl-mobile-data .ssl-product-l {
    display: flex;
    align-items: center;
    flex: 1;
}

.ssl-mobile-data .ssl-product-l img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.ssl-mobile-data .ssl-product-l label {
    font-size: 16px;
    color: #1c1d1f;
    font-weight: normal;
}

.ssl-mobile-data .ssl-product-r {
    font-size: 20px;
    color: #bdc4cf;
    transition: transform 0.3s;
}

.ssl-mobile-data .ssl-box-top.ssl-open-box .ssl-product-r {
    transform: rotate(-180deg);
    color: #2981ff;
}

.ssl-mobile-data .ssl-box-top.ssl-open-box label {
    font-weight: bold;
}

.ssl-slide-detail {
    display: none;
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #ebedf0;
}

.ssl-slide-detail p {
    font-size: 14px;
    color: #626266;
    line-height: 1.6;
}

.ssl-product-specification {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-top: -16px;
    color: #626266;
    list-style: none;
}

.ssl-product-specification li {
    position: relative;
    display: block;
    width: calc(25% - 16px);
    background-color: #fff;
    margin-top: 16px;
    margin-right: 16px;
    padding: 27px 25px 30px;
    top: 0;
    transition: top 0.3s;
    box-sizing: border-box;
    border: 1px solid #ebedf0;
}

.ssl-product-specification li:hover {
    top: -6px;
    box-shadow: 0px 6px 24px 0px rgba(18, 51, 100, 0.08);
}

.ssl-product-specification__header {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebedf0;
}

.ssl-product-specification__header img {
    height: 36px;
    width: auto;
}

.ssl-product-specification__header p {
    font-size: 18px;
    font-weight: bold;
    color: #1c1d1f;
    margin-top: 4px;
}

.ssl-product-specification__content {
    margin-top: 20px;
    margin-bottom: 18px;
    height: 115px;
}

.ssl-product-specification__content p {
    margin-top: 9px;
    line-height: 18px;
    font-size: 14px;
}

.ssl-product-specification__content p::before {
    content: '';
    position: relative;
    top: 3px;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/checked.png');
    background-repeat: no-repeat;
    margin-right: 13px;
}

.ssl-product-specification__bottom {
    position: relative;
}

.ssl-price-box {
    display: inline-block;
}

.ssl-product-specification__price {
    font-size: 30px;
    font-weight: bold;
    color: #f33e3e;
}

.ssl-product-specification__unit {
    color: #999;
    margin-left: 2px;
    font-size: 14px;
}

.ssl-product-specification__sheng {
    line-height: 22px;
    color: #f8751c;
    padding: 0 7px;
    border: 1px solid #f8751c;
    background-color: #ffeee3;
    margin-left: 3px;
    font-size: 12px;
}

.ssl-product-specification__originprice {
    display: block;
    color: #999;
    margin-top: -5px;
    margin-bottom: 8px;
    text-decoration: line-through;
    font-size: 14px;
}

.ssl-product-specification__btn {
    display: block;
    border: 1px solid #2981ff;
    background-color: #fff;
    color: #2981ff;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    transition: all 0.3s;
    text-decoration: none;
    margin-top: 15px;
}

.ssl-product-specification li:hover .ssl-product-specification__btn {
    background-color: #2981ff;
    color: #fff;
}

.ssl-product-specification li:hover .ssl-product-specification__btn:hover {
    background-color: #2574e5;
    color: #fff;
}

.ssl-service-box {
    font-size: 0;
    margin: -12px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    list-style: none;
}

.ssl-service-box > li {
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    box-sizing: border-box;
    padding: 12px;
    height: auto;
}

.ssl-service-item-data .ssl-service-item-title {
    font-size: 18px;
    color: #1c1d1f;
    margin-bottom: 11px;
}

.ssl-service-item-data span {
    display: inline-block;
    max-width: 286px;
    font-size: 14px;
    color: #626266;
    line-height: 24px;
}

.ssl-service-item {
    position: relative;
    padding: 38px 30px;
    border: 1px solid #ebedf0;
    height: 100%;
    min-height: 212px;
    background-color: #fff;
    box-sizing: border-box;
    top: 0;
    transition: all 0.3s;
}

.ssl-service-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url(../images/tpm-bg.jpg) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 8px 24px 0px rgba(212, 222, 234, 0.3);
    opacity: 0;
    transition: all 0.3s;
}

.ssl-service-item:hover {
    top: -6px;
}

.ssl-service-item:hover::before {
    opacity: 1;
}

.ssl-service-item-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.ssl-service-item-data img {
    margin-bottom: 13px;
    width: 38px;
    height: 32px;
}

.ssl-ca_four_list {
    position: relative;
}

.ssl-ca_four_above {
    width: 100%;
    display: flex;
}

.ssl-ca_four_item {
    width: 242px;
    width: 17.3%;
    margin-right: 3.4%;
    padding: 24px 20px 0 24px;
    box-sizing: border-box;
    height: 126px;
    position: relative;
    background: #fff;
    font-size: 16px;
    transition: 300ms;
    cursor: default;
}

.ssl-ca_four_item:hover {
    color: #2981ff;
}

.ssl-ca_four_item::after {
    content: "";
    width: 38px;
    height: 100%;
    background: url(../images/ca_four_right.png) center center no-repeat;
    position: absolute;
    left: 101%;
    top: 0;
}

.ssl-ca_four_item:nth-child(5n) {
    margin-right: 0px;
}

.ssl-ca_four_item:nth-child(5n)::after {
    display: none;
}

.ssl-ca_four_item img {
    position: relative;
    top: -2px;
    margin-right: 10px;
    vertical-align: middle;
    width: 31px;
    height: 27px;
}

.ssl-ca_four_item img.ssl-ca_sj_only {
    display: none;
}

.ssl-ca_four_item .ssl-ca_four__num {
    display: none;
}

.ssl-ca_four__title {
    font-size: 16px;
}

.ssl-ca_four_item p {
    font-size: 14px;
    color: #626266;
    margin-top: 10px;
}

.ssl-product-question {
    margin-bottom: 17px;
    border: 1px solid #fff;
    background-color: rgb(251, 252, 254);
    box-shadow: 0px 6px 24px 0px rgba(18, 51, 100, 0.08);
    overflow: hidden;
}

.ssl-product-question__head {
    display: flex;
    align-items: center;
    height: 72px;
    background-image: linear-gradient(90deg, rgb(252, 253, 255) 0%, rgb(241, 244, 250) 100%);
    box-shadow: 0px 6px 24px 0px rgba(18, 51, 100, 0.06);
    padding: 0 20px;
    font-size: 14px;
    box-sizing: border-box;
    color: #1c1d1f;
    transition: color 0.3s;
    cursor: pointer;
    padding-right: 55px;
    position: relative;
}

.ssl-product-question__head.ssl-is-open {
    color: #2981ff;
}

.ssl-product-question__head .ssl-qa-icon {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2981ff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
}

.ssl-product-question__head p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    flex: 1;
}

.ssl-product-question__head::after {
    content: '';
    position: absolute;
    right: 33px;
    width: 0;
    height: 0;
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #323232 transparent transparent;
}

.ssl-product-question__head.ssl-is-open::after {
    transform: rotate(-180deg);
}

.ssl-product-question__body {
    position: relative;
    display: none;
    background-color: #fff;
    border-top: 1px solid #fff;
    padding: 15px 21px;
    color: #626266;
    background-image: url('../images/question-bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s;
}

.ssl-product-question__head.ssl-is-open + .ssl-product-question__body {
    opacity: 1;
}

.ssl-product-question__content {
    line-height: 32px;
    max-width: 1130px;
    padding-left: 0;
    display: flex;
}

.ssl-product-question__content .ssl-qa-icon {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    flex-shrink: 0;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2981ff;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 50%;
}

.ssl-product-question__content p {
    margin-bottom: 5px;
    flex: 1;
}

.ssl-show-more {
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    color: #2981ff;
    font-size: 14px;
    display: none;
    position: relative;
}

.ssl-show-text {
    margin-right: 5px;
}

.ssl-show-more::after {
    content: '▼';
    display: inline-block;
    font-size: 12px;
    color: #2981ff;
    margin-left: 8px;
    transition: all 0.3s;
}

.ssl-show-more.packup::after {
    content: '▲';
}

.ssl-show-more:hover::after {
    transform: translateY(1px);
}

.ssl-show-more.packup:hover::after {
    transform: translateY(-1px);
}

.ssl-iconfont {
    font-style: normal;
}

/* CFCA品牌优势 section 样式 */
.ssl-section-a5 .ssl-product-feature ul {
    padding: 0;
}

.ssl-section-a5 .ssl-product-feature {
    width: 100%;
    padding: 0 !important;
    background-color: transparent;
}

.ssl-section-a5 .ssl-product-feature .ssl-pc-data {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px -16px 0;
    color: #626266;
    list-style: none;
    font-size: 0;
}

.ssl-section-a5 .ssl-product-feature .ssl-pc-data > li {
    position: relative;
    display: block;
    width: calc(33.3333% - 16px);
    background-color: #fff;
    margin-top: 16px;
    margin-right: 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ssl-section-a5 .ssl-feature-item {
    position: relative;
    border: 1px solid #ebedf0;
    padding: 30px 20px;
    top: 0;
    height: 100%;
    min-height: 170px;
    box-sizing: border-box;
    transition: all .3s;
}

.ssl-section-a5 .ssl-feature-item > * {
    position: relative;
    z-index: 1;
}

.ssl-section-a5 .ssl-product-feature .ssl-box-top {
    display: flex;
    align-items: center;
}

.ssl-section-a5 .ssl-product-feature .ssl-box-top img {
    max-width: 48px;
    height: auto;
}

.ssl-section-a5 .ssl-product-feature .ssl-box-top p {
    margin-left: 18px;
    color: #32363f;
    font-size: 18px;
    font-weight: bold;
}

.ssl-section-a5 .ssl-product-feature .ssl-feature-item .ssl-fz14 {
    font-size: 14px;
    color: #626266;
    line-height: 24px;
    margin-top: 4px;
}

.ssl-section-a5 .ssl-feature-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url('../images/bg2.png') no-repeat;
    background-position: top right;
    background-size: auto 100%;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* 基础显示状态 */
.ssl-pc-data {
    display: block;
}

.ssl-m-data {
    display: none;
}

/* 电脑端样式 */
@media screen and (min-width: 1024px) {
    .ssl-pc-data {
        display: block;
    }
    
    .ssl-m-data {
        display: none;
    }
    
    /* 电脑端悬停效果 */
    .ssl-section-a5 .ssl-feature-item:hover::before {
        opacity: 1;
    }
    
    .ssl-section-a5 .ssl-feature-item:hover {
        border-color: #fff;
        top: -6px;
        box-shadow: 0px 6px 24px 0px rgba(18, 51, 100, 0.06);
    }
}

/* 手机端样式 */
@media screen and (max-width: 1023px) {
    /* 手机端数据显示 */
    .ssl-pc-data {
        display: none !important;
    }
    
    .ssl-m-data {
        display: block !important;
    }
    
    .ssl-m-item-top {
        display: flex;
        margin-bottom: 7px;
    }
    
    .ssl-m-feature-item {
        margin: 14px 0;
        padding: 17px 21px 19px 15px;
    }
    
    .ssl-m-feature-item-one {
        background: url('../images/m-banner-r.jpg') no-repeat;
        background-size: 100% 100%;
    }
    
    .ssl-m-feature-item-two {
        background: url('../images/m-banner-r.jpg') no-repeat;
        background-size: 100% 100%;
    }
    
    .ssl-m-top-p {
        font-size: 15px;
        margin-left: 11px;
        margin-top: auto;
        font-weight: bold;
        margin-bottom: auto;
    }
    
    .ssl-m-top-img {
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .ssl-m-top-img img {
        max-width: 24px;
        height: auto;
    }
    
    .ssl-m-item-down {
        color: #626266;
        font-weight: normal;
        font-size: 13px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1440px) {
    .ssl-product-specification li {
        width: calc(33.3333% - 16px);
    }
}

@media screen and (max-width: 1023px) {
    .ssl-pc-show {
        display: none;
    }

    .ssl-m-show {
        display: block;
    }

    .ssl-section {
        padding: 30px 0;
    }

    .ssl-section-header {
        margin-bottom: 30px;
    }

    .ssl-section-header h3 {
        font-size: 24px;
    }



    .ssl-mobile-data li > div {
        padding: 15px 7px 13px 12px;
        text-align: justify;
    }

    .ssl-section-a1 .ssl-section-body li {
        box-shadow: 0px 3px 8px 0px rgba(199, 208, 222, 0.25);
    }

    .ssl-section-a1 .ssl-section-body li:not(:last-child) {
        margin-bottom: -1px;
    }

    .ssl-section-body ul li .ssl-icon-box {
        margin: 15px 0px 0 16px;
    }

    .ssl-product-advantage .ssl-box-top-div span {
        padding: 20px 6px 20px 13px;
    }

    .ssl-product-feature .ssl-box-top div:first-child img {
        width: 28px;
        height: auto;
        margin-right: 13px;
    }

    .ssl-section-a1 ul {
        box-shadow: 0px 8px 22px 0px rgba(199, 208, 222, 0.25);
    }

    .ssl-section-a1 .ssl-m-form-item .ssl-box-top.ssl-open-box {
        box-shadow: 0px 11px 8px -7px rgba(199, 208, 222, 0.2), inset 0px 0px 0px 0px #ffffff, inset -2px 19px 22px 0px rgba(225, 227, 235, 0.3);
        border-top: 1px solid rgba(255, 255, 255, 0.8);
    }

    .ssl-section-a1 .ssl-box-top {
        font-size: 10px;
        color: #6d6f74;
        box-sizing: border-box;
        height: 55px;
        line-height: 55px;
    }

    .ssl-section-a1 .ssl-mobile-data .ssl-box-top label {
        font-size: 16px;
        color: #1c1d1f;
    }

    .ssl-section-a1 .ssl-mobile-data .ssl-slide-detail {
        background-color: #fff;
    }

    .ssl-section-a1 .ssl-mobile-data .ssl-box-top {
        box-shadow: none;
    }

    .ssl-section-a1 .ssl-mobile-data .ssl-box-top .ssl-iconfont {
        color: #bdc4cf;
        transition: transform 0.3s ease;
        display: block;
    }

    .ssl-section-a1 .ssl-mobile-data .ssl-box-top.ssl-open-box .ssl-iconfont {
        transform: rotate(-180deg);
        color: #2981ff;
    }

    .ssl-section-a1 .ssl-mobile-data .ssl-box-top.ssl-open-box label {
        font-weight: bold;
    }

    .ssl-section-a1 .ssl-product-feature li p {
        font-weight: normal;
        font-size: 13px;
        color: #626266;
        line-height: 19px;
        letter-spacing: -0.4px;
    }

    .ssl-section-a2 {
        background-color: #f5f7fa;
        padding-bottom: 25px;
    }

    .ssl-section-a2 li > div {
        padding: 0;
    }

    .ssl-product-specification {
        margin-right: 0;
        color: #1c1d1f;
    }

    .ssl-product-specification li {
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
        background-image: url('../images/product-specification-bg.jpg');
        background-size: cover;
        padding: 20px 15px;
    }

    .ssl-product-specification li:nth-child(n + 4) {
        display: none;
    }

    .ssl-product-specification li:hover {
        top: 0;
    }

    .ssl-section-body li:not(:last-child) {
        margin-bottom: 0;
    }

    .ssl-product-specification__header img {
        height: 28px;
    }

    .ssl-product-specification__header p {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .ssl-product-specification__content {
        margin-top: 12px;
        margin-bottom: 13px;
        height: 103px;
    }

    .ssl-product-specification__content p::before {
        width: 15px;
        height: 15px;
        background-size: cover;
        margin-right: 8px;
    }

    .ssl-product-specification__content p {
        font-size: 13px;
    }

    .ssl-product-specification .ssl-product-specification__bottom {
        padding-bottom: 30px;
        border-top: 1px solid #ebedf0;
        padding-top: 15px;
        margin-bottom: 5px;
    }

    .ssl-product-specification__bottom .ssl-price-box {
        position: absolute;
        bottom: 0;
    }

    .ssl-product-specification__bottom .ssl-product-specification__originprice {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-bottom: 0;
        line-height: 27px;
        font-size: 13px;
    }

    .ssl-product-specification__bottom .ssl-product-specification__sheng {
        font-size: 10px;
        margin-left: 0;
    }

    .ssl-product-specification__bottom .ssl-product-specification__price {
        font-size: 18px;
    }

    .ssl-product-specification__bottom .ssl-product-specification__unit {
        font-size: 13px;
    }

    .ssl-product-specification__btn {
        line-height: 38px;
        background-color: #2981ff;
        color: #fff;
        border: none;
        font-size: 13px;
        font-family: "PingFang";
    }

    .ssl-section-a3 .ssl-service-box {
        flex-wrap: wrap;
    }

    .ssl-service-box {
        margin: 0;
        font-family: "PingFang";
    }

    .ssl-service-box > li {
        width: 100%;
        border: none;
        padding: 0;
    }

    .ssl-service-box > li + li {
        margin-top: 15px;
    }

    .ssl-service-item {
        height: auto;
        min-height: 106px;
        padding: 20px 15px 10px;
    }

    .ssl-service-item:hover {
        top: 0;
    }

    .ssl-service-item::before {
        display: none;
    }

    .ssl-service-item-data {
        display: block;
    }

    .ssl-service-item-data .ssl-service-item-title {
        font-size: 16px;
        margin: 0;
        color: #1C1D1F;
    }

    .ssl-service-item-data img {
        height: 20px;
        width: 24px;
        margin: 0 8px 0 0;
        vertical-align: middle;
    }

    .ssl-service-item-data p {
        display: inline-block;
        font-size: 16px;
        color: #1c1d1f;
        line-height: 20px;
        max-width: none;
        vertical-align: middle;
    }

    .ssl-service-item-data span {
        display: block;
        font-size: 13px;
        color: #626266;
        line-height: 20px;
        max-width: none;
        line-height: 20px;
        margin-top: 8px;
    }

    .ssl-ca_four_above {
        position: relative;
        display: block;
    }

    .ssl-ca_pc_only {
        display: none;
    }

    .ssl-ca_four_item img.ssl-ca_sj_only {
        display: block;
    }

    .ssl-ca_four_item {
        position: relative;
        display: flex;
        align-items: center;
        width: calc(50% - 7px);
        margin-bottom: 25px;
        height: 40px;
        padding: 0 0 0 12px;
        margin-right: 0;
        color: #323235;
    }

    .ssl-ca_four_item .ssl-ca_four__num {
        display: inline-block;
    }

    .ssl-ca_four__title {
        font-size: 14px;
    }

    .ssl-ca_four_item p {
        display: none;
    }

    .ssl-ca_four_item:nth-child(4) {
        position: absolute;
        top: 65px;
        right: 0;
    }

    .ssl-ca_four_item:nth-child(5) {
        position: absolute;
        top: 0;
        right: 0;
    }

    .ssl-ca_four_item::after {
        content: '';
        display: block;
        position: absolute;
        right: calc(50% - 9px);
        top: calc(100% + 7px);
        width: 9px;
        height: 10px;
        left: auto;
        background-image: url('../images/liucheng-arrow.png');
        background-size: cover;
    }

    .ssl-ca_four_item:nth-child(3) {
        margin-bottom: 0;
    }

    .ssl-ca_four_item:nth-child(3)::after {
        display: none;
    }

    .ssl-ca_four_item:nth-child(4)::after {
        display: block;
        width: 95px;
        height: 44px;
        background-image: url('../images/liucheng-arrow2.png');
    }

    .ssl-ca_four_item:nth-child(5)::after {
        display: block;
        transform: rotate(-180deg);
    }

    .ssl-ca_four_item img.ssl-ca_sj_only {
        position: relative;
        top: 1px;
        width: 20px;
        height: 17px;
    }

    .ssl-section-header p {
        text-align: center;
        margin-top: 15px;
        color: #323235;
    }

    .ssl-product-question {
        box-shadow: 0.314px 5.992px 16px 0px rgba(199, 208, 222, 0.25);
        margin-bottom: 0;
        border: 1px solid #e1e5eb;
        margin-bottom: -1px;
    }

    .ssl-product-question__head:not(.ssl-is-open) {
        background-image: none;
    }

    .ssl-product-question__head {
        height: 53px;
        padding-left: 14px;
        padding-right: 30px;
        font-size: 14px;
        font-family: "PingFang";
    }

    .ssl-product-question__head::after {
        right: 12px;
        border: none;
        width: 12px;
        height: 7px;
        background-image: url('../images/product-question-arrow.png');
        background-size: cover;
        transform: rotate(0);
    }

    .ssl-product-question__head.ssl-is-open::after {
        background-image: url('../images/product-question-arrow-open.png');
        transform: rotate(0);
    }

    .ssl-product-question__head p::before {
        width: 22px;
        height: 21px;
        background-size: cover;
        margin-right: 10px;
    }

    .ssl-product-question__body {
        background-image: url('../images/product-question__body-bg.jpg');
        background-size: cover;
        padding: 15px 5px 15px 14px;
        border-top-color: #e1e5eb;
    }

    .ssl-product-question__body::before {
        position: relative;
        width: 22px;
        height: 21px;
        background-size: cover;
        float: left;
        margin-right: 10px;
    }

    .ssl-product-question__content {
        padding-left: 0;
        font-size: 13px;
        line-height: 24px;
        text-align: justify;
    }

    .ssl-show-more {
        display: block;
    }
}
