﻿html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    display:block;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-family: var(--font-family);
    font-size: 14px;
    word-wrap: break-word;
}
.image {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.button-container {
    margin: 0 0 0 0;
    padding: 0;
    box-sizing: border-box;
}
    .button-container .btn-inner-normal > span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: -moz-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -moz-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: var(--font-size-l);
    }
    .button-container .el-button:not(.btn-three-able) > span {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: -moz-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -moz-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -moz-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .button-container .btn-inner-text {
        border: none;
        font-weight: var(--font-weight-1);
        color: var(--color-gray-7);
        padding: 0;
    }
    .button-container .btn-inner-text a {
       text-decoration:none;
    }
    .button-container .el-button {
        font-size: inherit !important;
    }

@media screen and (min-width:600px) {
    .header-wrap {
        padding: 0px 50px;
    }
        .case-center-root-container .detailed-card-list .clo-count-4 {
        width: calc(100% / 4 - 16px);
    }
    .wcd-index-content-menu1 li {
        width:30%;
        margin-right: 20px;
        border-radius: 6px;
        padding: 20px;
        box-sizing: border-box;
        margin-bottom: 40px;
        position: relative;
    }
    .menu-horizontal-title {
        font-size: var(--font-size-m);
        margin-left: var(--spacing-unit-6);
    }
    /*在线客服导航切换*/
    .toggle_at_600 {
        display: none;
        visibility:hidden;
    }
}
@media screen and (min-width: 200px) and (max-device-width: 600px) {
    body {
        font-size: 10px;
    }
    .header-wrap {
        padding: 0px 15px;
    }
    .case-center-root-container .detailed-card-list .clo-count-4 {
        width: calc(100% / 2 - 16px);
    }
    .menu-horizontal-title {
        font-size: var(--font-size-s);
        margin-left: 0px;
    }
    .hidewithin600{
        width:0px;
        display:none;
        visibility:hidden;
    }
    .wcd-index-content-menu1 li {
        width: 40%;
        margin-right: 20px;
        border-radius: 6px;
        padding: 5px;
        box-sizing: border-box;
        margin-bottom: 40px;
        position: relative;
    }
    /*在线客服导航切换*/
    .toggle_at_600 {
        /* display: inherit;
        visibility: visible;*/
    }
    .boot_kf {
        /*display: none;*/
    }

}


:root {
    --rpx: 0.0625em;
    --default-font-size: 16px;
    --font-size-s: 16px;
    --font-size-m: 14px;
    --font-size-l: 18px;
    --spacing-unit-1: 0.3125em;
    --spacing-unit-2: 0.625em;
    --spacing-unit-3: 0.9375em;
    --spacing-unit-4: 1.25em;
    --spacing-unit-5: 1.875em;
    --spacing-unit-6: 2.5em;
    --spacing-unit-7: 3.125em;
    --spacing-unit-8: 3.75em;
    --height-unit-1: 0.3125em;
    --height-unit-2: 0.625em;
    --height-unit-3: 0.9375em;
    --height-unit-4: 1.25em;
    --height-unit-5: 1.875em;
    --height-unit-6: 2.5em;
    --height-unit-7: 3.125em;
    --height-unit-8: 3.75em;
    --color-brand-1: #f2f7ff;
    --color-brand-2: #d6e4ff;
    --color-brand-3: #adcbff;
    --color-brand-4: #85b4ff;
    --color-brand-5: #5c9dff;
    --color-brand-6: #3388ff;
    --color-brand-7: #2170d9;
    --color-brand-8: #125ab3;
    --color-brand-9: #07458c;
    --color-brand-10: #003166;
    --color-gray-1: #fff;
    --color-gray-2: #f8f8f8;
    --color-gray-3: #f5f5f5;
    --color-gray-4: #eee;
    --color-gray-5: #d8d8d8;
    --color-gray-6: #ccc;
    --color-gray-7: #999;
    --color-gray-8: #666;
    --color-gray-9: #333;
    --color-gray-10: #000;
    --color-error-1: #fff3f2;
    --color-error-2: #ffd7d4;
    --color-error-3: #ffa8a3;
    --color-error-4: #ff7773;
    --color-error-5: #ff4542;
    --color-error-6: #ff1212;
    --color-error-7: #d90408;
    --color-error-8: #b30006;
    --color-error-9: #8c0007;
    --color-error-10: #660007;
    --color-warning-1: #fff8f2;
    --color-warning-2: #ffe4cc;
    --color-warning-3: #ffc799;
    --color-warning-4: #ffa866;
    --color-warning-5: #ff8833;
    --color-warning-6: #ff6600;
    --color-warning-7: #d95300;
    --color-warning-8: #b34100;
    --color-warning-9: #8c3100;
    --color-warning-10: #662200;
    --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    --font-weight-1: 400;
    --font-weight-2: 500;
    --font-weight-3: 600;
    --line-height-1: 1.5;
    --line-height-2: 2;
    --border-radius-1: 2px;
    --border-radius-2: 4px;
    --border-radius-3: 6px;
    --border-radius-4: 8px;
    --border-radius-5: 10px;
    --border-radius-6: 100%;
    --separator-color-normal: #eee;
    --separator-color-strong: #eee;
    --separator-color-trigger: #666;
    --shadow-1: 0 6px 10px 0 rgba(51, 136, 255, 0.2);
    --shadow-2: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
    --shadow-3: 0 -2px 8px 0 rgba(0, 0, 0, 0.06);
    --shadow-4: 0 2px 8px 0 rgba(0, 0, 0, 0.06);
    --page-min-width: 1200;
}
.child-widget-container {
    margin:0 auto;
    max-width:1400px;
    width: 100%;
    height: 100%;

}
.image {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
/*Nav Bar*/
.header {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(82 * var(--rpx));
    background: var(--header-background-color);
}
.header-wrap {
    text-align: left;
    box-sizing: border-box;
    width: calc(1190 * var(--rpx));
    height: calc(80 * var(--rpx));
    margin: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
    .header-wrap img {
        height: calc(50 * var(--rpx));
        width: unset !important;
        cursor: pointer;
    }
.header-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: calc(50 * var(--rpx));
    text-overflow: ellipsis;
    white-space: nowrap;
}


.header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
}
.header-right-menu {
    float: right;
    height: calc(80 * var(--rpx));
    line-height: calc(80 * var(--rpx));
}
.header-right-menu >div:last-child 
{
    margin-left:20px;
    border:none;
    color:#3388ff;
}
    .header-right-menu > div:last-child a {
        color: var(--color-brand-6);
    }
.menu-horizontal-title {
    display: inline-block;
    color: var(--header-text-color);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    position: relative;
    font-weight: var(--font-weight-1);
    color: var(--color-gray-9);
}
    .menu-horizontal-title:not(:last-child):hover::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 3px;
        background-color: #0084ff;
    }
.menu-horizontal-title-label {
    cursor: pointer;
}
.menu-horizontal-title-label a{
    font-size:18px;
    text-decoration:none;
    color:#333;
    cursor: pointer;
}

.btn-inner-normal{
    border:none;
}
   
.icon-phone {
    font-family: "icon-phone" !important;
    font-size: var(--font-size-l);
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-phone::before {
    content: "\e63c";
}
/*we can do start*/
.child-widget-container .wcd-width {
    position: relative;
}
.wcd-width {
    width: 100%;
    margin: 0 auto;
}
.wcd-width ul {
    list-style: none;
}
.wcd-index-content-title {
    text-align: center;
    font-size: 28px;
    color: #000;
    font-weight: bold;
    padding-top: 80px;
    padding-bottom: 16px;
}
.wcd-index-content-tips {
    padding-left:1em;
    padding-right:1em;
    text-align: center;
    font-size: 16px;
    color: #999;
    margin-bottom: 69px;
    font-weight: 500;
}
.wcd-index-content-menu1 {
    flex-wrap: wrap;
}
.wcd-flex {
    display: flex;
}

    .wcd-index-content-menu1 li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #333;
    }
        .wcd-index-content-menu1 li a h2 {
            margin: 20px 0 5px 0;
            color: #474747;
            font-size: 18px;
            font-weight: 500;
        }
        .wcd-index-content-menu1 li a p {
            color: #999;
            font-size: 15px;
        }
/*question and answer start*/
.question-answer-title {
    display:block;
    text-align: center;
    background-color:#fff;
    padding-top: 2.875em;
    padding-bottom: 2.875em;
    width:100%;
}
    .question-answer-title span

{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin: 0.2em 0 0.1em;
}
.question-answer-content {
    display:block;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    border-radius: 2%;
    overflow: hidden;
}
.question-answer-content .question-answer-left {
        width: 28.375em;
        min-height: 19.5625em;
        padding: 2em;
        background-color: #f8f8f8;
        box-sizing: border-box;
 }
    .question-answer-content .question-answer-left .question-answer-list {
        width: 100%;
        height: 100%;
        list-style: none;
    }

        .question-answer-content .question-answer-left .question-answer-list .hover-class {
            background-color: #fff;
            color: #333;
            cursor: pointer;
            border-top-left-radius: 0.375em;
            border-bottom-left-radius: 0.375em;
        }
        .question-answer-content .question-answer-left .question-answer-list li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: -moz-box;
            display: -moz-flex;
            display: flex;
            -ms-flex-direction: row;
            -webkit-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #666;
            padding: calc(13 * var(--rpx)) calc(21 * var(--rpx));
            margin-bottom: 0.5625em;
        }

            .question-answer-content .question-answer-left .question-answer-list li:first-child span {
                color: #ff4542;
            }

            .question-answer-content .question-answer-left .question-answer-list li .question-answer-question {
                padding-left: 1.125em;
                box-sizing: border-box;
                line-height: 28px;
            }

                .question-answer-content .question-answer-left .question-answer-list li .question-answer-question div {
                    width: 20.05555556em;
                    font-size: 1.2em;
                    font-weight: bold;
                    color: #666;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }
.question-answer-content .question-answer-info {
    left: 28.375em;
    width: 65%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 100%;
    padding: 1em;
    color: #333;
    background-color: var(--color-gray-1);
}
    .question-answer-content .question-answer-watch-all {
        width: 95%;
        height: 8.4375em;
        position: absolute;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 66%);
        bottom: 0;
    }

        .question-answer-content .question-answer-watch-all div {
            position: absolute;
            bottom: 1.5625em;
            left: 50%;
        }

            .question-answer-content .question-answer-watch-all div span a {
                text-decoration:none;
                font-family: "icon-arrow" !important;
                font-size: var(--font-size-l);
                font-style: normal;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: #3388ff;
                font-size: 18px;
                position: relative;
                font-weight: bold;
                cursor: pointer;
            }
.question-answer p, .question-answer ul, .question-answer li {
    margin: 0;
    padding: 0;
}

.question-answer-content .question-answer-info .question-answer-ask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: row;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 40.5em;
    box-sizing: border-box;
    position: relative;
}
    .question-answer-content .question-answer-info .question-answer-ask div:first-child {
        line-height: 2em;
        width: 2em;
        height: 2em;
        border-radius: 0.33333333em;
        text-align: center;
        font-size: 18px;
        background-color: #d6e4ff;
        color: #3388ff;
    }
.question-answer-content .question-answer-info .question-answer-ask div:nth-child(2) {
    margin-left: 0.71428571em;
    width: 28.42857143em;
    line-height: 1.38095238em;
    padding-top: 0.19047619em;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.6em;
    font-weight:bold;
}
.question-answer-content .question-answer-info .question-answer-response {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    width:95%;
    top: 6.25em;
    box-sizing: border-box;
    overflow: hidden;
    height: 100%;
    position: absolute;
}
    .question-answer-content .question-answer-info .question-answer-response div {
        width: 2em;
        height: 2em;
        line-height: 2em;
        border-radius: 0.33333333em;
        text-align: center;
        font-size: 18px;
        background-color: #3388ff;
        color: #fff;
    }
    .question-answer-content .question-answer-info .question-answer-response pre {
        margin-left: 0.83333333em;
        margin-top: 0em;
        width: 100%;
        white-space: pre-wrap;
        word-wrap: break-word;
        font-size: 1em;
        text-align: justify;
        font-weight: bold;
        color: #333333;
        line-height: 2;
    }

.question-answer .question-answer-button {
    width: 30.625em;
    margin: 3em auto;
}

.btn-wrapper-normal {
    display: inline-block;
}
.question-answer .question-answer-button button {
    font-size: 20px;
    background-color: #fff;
    color: #666;
    border: 1px solid #d8d8d8;
}

.btn-two-able {
    box-sizing: border-box;
    font-weight: bold;
    padding: 0 var(--spacing-unit-4);
    border-radius: var(--border-radius-1);
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

/*question and answer end*/
/*case center start*/
.case-center-root-container {

}
    .case-center-root-container .case-center-title {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 1;
        margin: 0.6em 0 0.4em
    }
    .case-center-root-container .detailed-card-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: -moz-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: calc(5 * var(--rpx));
        margin: 0;
        overflow: hidden;
    }
.case-center-root-container .detailed-card-list .card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: 8px;
    margin-right: 8px;
    box-sizing: border-box;
    margin-bottom: calc(20 * var(--rpx));
}

.detailed-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}
    .detailed-wrapper .detailed-card {
        flex: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: -moz-flex;
        display: flex;
        -webkit-box-orient: column;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-right: calc(16 * var(--rpx));
        padding: calc(25 * var(--rpx));
        padding-top: var(--spacing-unit-5);
        border-radius: var(--border-radius-4);
        overflow: hidden;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.11);
        background-color: var(--color-gray-1);
        cursor: pointer;
    }
    .detailed-wrapper .detailed-card:last-child {
        margin-right: 0;
    }
        .detailed-wrapper .detailed-card .image-single-container {
            overflow: hidden;
            border-radius: calc(4 * var(--rpx));
        }
        .detailed-wrapper .detailed-card .image-single-container .image {
            transition: all 0.3s ease;
        }

.detailed-wrapper .detailed-card .image-single-container {
    margin: 0;
    padding: 0;
    position: relative;
}
 .detailed-wrapper .detailed-card .image-single-container .image-single-title {
        height: 5em;
        line-height: 5em;
        width: 100%;
        text-align: center;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
        position: absolute;
        left: 0;
        bottom: 0;
        color: var(--color-gray-1);
        font-weight: var(--font-weight-2);
        box-sizing: border-box;
    }
.detailed-wrapper .detailed-card-title {
    margin: calc(24 * var(--rpx)) 0 calc(8 * var(--rpx)) 0;
    line-height: 1.2;
    border-left: calc(5 * var(--rpx)) solid var(--color-brand-6);
    padding-left: calc(20 * var(--rpx));
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    position: relative;
    left: calc(-25 * var(--rpx));
}
.detailed-wrapper .detailed-card-tags {
    color: var(--color-brand-6);
    margin-bottom: calc(14 * var(--rpx));
    max-height: calc(24 * var(--rpx));
    overflow: hidden;
}
.detailed-wrapper .detailed-card-tags-item {
    font-size: calc(12 * var(--rpx));
    line-height: 2;
    padding: 0 calc(8 * var(--rpx));
    display: inline-block;
    margin: 0 calc(9 * var(--rpx)) calc(9 * var(--rpx)) 0;
    background-color: var(--color-brand-1);
}
.case-center-root-container .detailed-card-list .card-wrapper .trans-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -moz-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    margin-top: calc(22 * var(--rpx));
}
/*foot start*/
.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-orient: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    padding-top: var(--spacing-unit-6);
    padding-bottom: var(--spacing-unit-4);
}
.footer-guarantee {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 1.875em;
}
.footer-guarantee .guarantee-item{
    margin-right: 2em;
    padding-left:2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -moz-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.footer-guarantee .guarantee-item .icon-guarantee-new {
    font-size: 2.5em;
    color: var(--color-gray-9);
}
.icon-safeguarding-rights {
    font-family: "icon-safeguarding-rights" !important;
    font-size: 13px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer-guarantee .guarantee-item .guarantee-item-content {
    margin-left: 0.8125em;
    padding: calc(6 * var(--rpx)) 0;
}
.footer-guarantee .guarantee-item .guarantee-item-content-title {
    color: var(--color-gray-9);
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 0.375em;
}
.footer-guarantee .guarantee-item .guarantee-item-content-context {
    color: var(--color-gray-7);
    font-size: 0.9em;
}
.footer-center {
    font-size: var(--font-size-s);
    display: block;
    width: 100%;
    line-height: 2;
    text-align: center;
}
/*foot end*/


/*右侧悬浮菜单*/
.hidden{
    visibility:hidden;
}
.boot_kf {
    width: 35px;
    background: #0066FF linear-gradient(138deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    margin-top: 16px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.08);
    border-radius: 10px 0px 0px 10px;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    line-height: 16px;
    text-align: center;
    padding-top: 6px;
    padding-bottom: 10px;
    cursor: pointer;
    position: fixed;
    top: 120px;
    right: 0px;
}

.boot_kf label {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    background: url(./navCustSvr.png) 8px 3px no-repeat #fff;
    background-size: 18px auto;
    margin-bottom: 3px;
}
iframe {
    border: none; /* 去掉边框 */
}
#kf_frame {
    padding: 0px;
    background-color: #fff;
    overflow: hidden;
    z-index: 1000;
}
    #kf_frame  div{
        background-color: #3d88f2;
        text-align: right;
        padding: 0 5px;
        height: 0px;
    }
        #kf_frame div img {
            position: absolute;
            width: 8%;
            right: 46%;
            top:4px;
        }

/*页面二*/
/*公司介绍*/
.company-intro-container {
    max-width: 1400px;
    margin: 0 auto;
    padding-top:55px;
    background-color: var(--color-gray-2);
}

.company-intro-container .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -moz-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    max-width: 1400px;
    margin: 30px auto 5px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: var(--border-radius-1);
}
    .company-intro-container .content .company-intro-introduce {
        box-sizing: border-box;
        padding: calc(0 * var(--rpx)) var(--spacing-unit-4) calc(1 * var(--rpx)) var(--spacing-unit-6);
        width: 33%;
    }
        .company-intro-container .content .company-intro-introduce .company-intro-title {
            margin: 0;
            color: var(--color-gray-9);
            font-weight: var(--font-weight-2);
            margin-bottom: var(--spacing-unit-4);
        }
        .company-intro-container .content .company-intro-introduce .company-intro-text {
            box-sizing: border-box;
            margin-bottom: var(--spacing-unit-6);
            width: 100%;
            overflow: hidden;
            line-height: calc(32 * var(--rpx));
            font-weight: var(--font-weight-1);
            color: var(--color-gray-9);
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
        }
            .company-intro-container .content .company-intro-introduce .company-intro-text p {
                text-indent: 1.5em;
            }
        .company-intro-container .content .company-intro-introduce .company-intro-image {
            text-indent: 1.5em;
            font-size: var(--font-size-l);
            margin: 0;
        }
    .company-intro-container .content .company-intro-image {
        padding-right: var(--spacing-unit-6);
        text-align: center;
        width: 67%;
    }

        .company-intro-container .content .company-intro-image img {
            width: 100% !important;
            height: calc(444 * var(--rpx)) !important;
        }
    .company-intro-container.content .company-intro-introduce {
        box-sizing: border-box;
        padding: calc(76 * var(--rpx)) var(--spacing-unit-4) calc(76 * var(--rpx)) var(--spacing-unit-6);
        width: 33%;
    }
    .company-intro-container .div-map {
        padding: 0 var(--spacing-unit-6);
        text-align: center;
        position: relative;
        /* display: flex; */
        justify-content: center;
        width: 100%;
        height: 12px;
    }
        .company-intro-container .div-map button {
            position: absolute;
            left: var(--spacing-unit-6);
            top:-32px;
        }
    .company-intro-container .div-map img {
        width:100%;
        height:0;
        object-fit:cover;
    }
.btn-wrapper-normal {
    display: inline-block;
}


/*热门问答页面*/
.grid-title {
    padding-left: 120px;
    width: 100%;
    font-size: 18px;
    color: #777;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, orange, #F9F9F9) 3 stretch;
}
.grid-infolist-container {
    display: block;
    max-width:1400px;
   padding:30px 40px 30px;
    background-color: #F9F9F9;
}
.questionAnswer_info {
    overflow: hidden;
    padding-top: 30px;
}
    .questionAnswer_info span:nth-child(1) {
        font-size: 46px;
        color: #333;
        float: left;
        font-style: initial;
    }
    .questionAnswer_info span i {
        font-size: 22px;
        color: #333;
        display: block;
        font-style: normal;
    }
.info_imgBox {
    border: 1px solid #EEEBE9;
    width: 176px;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    padding: 5px;
    float: left;
    margin-left: 18px;
    overflow: hidden;
}
    .info_imgBox > img {
        margin-top: 0;
        width: 166px;
        height: 90px;
    }
.news_info_left img {
    float: right;
    cursor: pointer;
}
.questionAnswer_info .infoText_right {
    overflow: hidden;
    height: 220px;
    padding: 0px 10px;
    font-style: initial;
}
.infoText_right a {
    text-decoration: none;
    color: #000;
}
.questionAnswer_info .infoText_right span {
    font-size: 18px !important;
    color: #2f2f2f;
    padding-top: 0;
    display: block;
    float: none;
}
.questionAnswer_info .infoText_right p {
    font-size: 12px;
    color: #6a6a6a;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.paginationDiv{
    text-align:right;cursor:pointer;padding-right:5em;
}
    .paginationDiv span {
        font-size: 1em;
        margin-right: 3em;
    }
