.full-screen {
    background-color: #ECF2FC;
    overflow-x: hidden;
    min-width: 1200px;
    width: 100%;
    height: 100%;
    padding-bottom: 33px;
}

.top-head {
    width: 100%;
    min-height: 280px;
    position: relative;
    scroll-margin-top: 250px;
}

    .top-head img {
        position: relative;
    }

.icon-color {
    color: #8D8DA0;
}

.icon-color-ff {
    color: #fff;
}

.crumbs-wrap {
    padding: 20px 0 0 0;
    width: 1200px;
    margin: 0 auto;
}

.top-title {
    color: #fff;
    line-height: 40px;
    width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    height: 100%;
    top: 0;
}

.title-primary {
    font-size: 24px;
    width: 45%;
    /* padding-left: 100px; */
}

.title-secondary {
    font-size: 16px;
    width: 45%;
    /* padding-left: 100px; */
    padding-bottom: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}

.title-three {
    font-size: 14px;
    line-height: 28px;
    width: 45%;
    /* padding-left: 100px; */
}

.btn {
    min-width: 95px;
    height: 34px;
    background: linear-gradient(90deg, #00ffb9 0%, #00e6dc 100%);
    border-radius: 6px;
    color: #000028;
    display: flex;
    justify-content: center;
    align-items: center;
}

.module-content {
    width: 1200px;
    margin: 0 auto;
}

.module-title {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
    scroll-margin-top: 250px;
}

.round-module {
    width: 26px;
    height: 26px;
    background: linear-gradient(180deg, #00999900, #00999980);
    border-radius: 20px;
}

.line-module {
    width: 55px;
    height: 2px;
    background: linear-gradient(90deg, #00999900, #009999);
    position: absolute;
    left: 25px;
    bottom: 3px;
}

.sub-title {
    color: #00002860;
    font-size: 14px;
    border-radius: 6px;
    position: absolute;
    bottom: -8px;
    left: 25px;
}

.title-name {
    position: absolute;
    left: 4px;
    bottom: 12px;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}

.tabs-content {
    display: flex;
    border-bottom: solid 1px #E5E5E5;
    position: relative;
    align-items: center;
    /*justify-content: space-between;*/
    /*margin-right: 14px;*/
}

.tab-item {
    min-width: 240px;
    display: inline-table;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 35px;
    text-align: center;
}

.tab-normal {
    padding: 10px 0;
}

.tab-active {
    border-bottom: solid 1px #00A686;
    color: #009999;
}
.tab-left,.tab-right {
    padding: 10px 0;
    position: absolute;
    cursor: pointer;
    width: 20px;
    background: #ECF2FC;
    line-height: 10px;
    display: none;
}
.not-allowed {
    cursor: not-allowed;
}
.tab-left {
    left: 0px;
}
.tab-right {
    right: 0px;
    text-align: right;
}
.tab-right::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(272deg, #ECF2FC 49.4%, rgba(244, 250, 255, 0) 98.56%);
    width: 60px;
    height: 100%;
    z-index: 0;
    box-shadow: 8px 0 20px #ECF2FC;
    border-radius: 4px;
}
.tab-left::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(272deg, rgba(244, 250, 255, 0) 1.4%, #ECF2FC 51.56%);
    width: 60px;
    height: 100%;
    z-index: 0;
    box-shadow: 8px 0 20px #ECF2FC;
    border-radius: 4px;
}
.tab-left::after {
    content: 'prev';
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 12px;
    z-index: 1;
    position: relative;
}
.tab-right::after {
    content: 'next';
    font-family: swiper-icons;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 12px;
    z-index: 1;
    position: relative;
}

.product-info-one {
    display: flex;
    gap: 16px;
    width: 100%;
    padding-top: 33px;
}

.product-info-one-left {
    position: relative;
    height: auto;
    padding: 20px 20px 20px 20px;
    background: #fff;
    border-radius: 10px;
}

.product-content {
    width: 350px;
    font-size: 14px;
    color: #00002860;
    line-height: 28px;
}

.product-content-two {
    width: 100%;
}

.cover-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}

.product-info-one-right {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.small-product-info {
    width: 389px;
    height: 166px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
}

.small-product-info1 {
    width: 389px;
}

.small-product-info-right {
    width: calc(100% - 62px);
    position: relative;
}

.product-title {
    color: #000028;
    font-size: 14px;
    font-weight: 600;
}

.product-detail {
    margin-top: 5px;
    color: #00002860;
    font-size: 14px;
    line-height: 28px;
}

.operate-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #00002840;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.operate-group1 {
    width: calc(100% - 40px);
    bottom: 20px;
}
.operate-group2 {
    padding-right: 16px;
}

.play-btn {
    width: 42px;
    height: 42px;
    background-color: #ECF2FC;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.router-push {
    width: 73px;
    height: 32px;
    background-color: #00999912;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #009999;
}

.more-button {
    width: 100%;
    padding: 17px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.more-event {
    width: 50px;
    height: 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #02FFBB;
    color: #000028;
    font-size: 12px;
}

.product-info-two {
    display: flex;
    align-items: center;
    padding-top: 20px;
    /* padding-bottom: 20px; */
}

.product-info-two-image {
    width: 600px;
    height: 340px;
    border-radius: 6px;
    overflow: hidden;
}

.product-info-two-right {
    height: 271px;
    width: calc(100% - 600px);
    background-color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 20px 20px 20px 40px;
}

.product-info-three {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding-top: 20px;
}

.display-none {
    display: none;
}

.related-articles {
    padding-top: 20px;
}

.related-articles-flex {
    display: flex;
    /*justify-content: space-between;*/
    gap: 24px;
}

.related-articles-item {
    width: 282px;
    height: 220px;
    border-radius: 6px;
    background-color: #fff;
    padding: 30px 15px 30px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.related-articles-item-title {
    font-size: 14px;
    font-weight: 600;
    color: #000028;
}

.related-articles-item-content {
    font-size: 14px;
    color: #000028;
    line-height: 28px;
}

.related-articles-item-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.time-content {
    font-size: 12px;
    color: #00002860;
}

.el-tabs__item {
    font-size: 16px !important;
}

    .el-tabs__item.is-active {
        color: #009999 !important;
    }

.el-tabs__active-bar {
    background-color: #009999 !important;
}

.example-content {
    position: relative;
    height: 450px;
    overflow: hidden;
    width: 200px;
    border-radius: 4px;
    transition: all .6s cubic-bezier(.23,1,.32,1.05);
}
.small-box1 {
    width: 226px;
}
.small-box2 {
    width: 470px;
}

.big-box {
    width: 709px;
}

.case-icon {
    width: auto;
    height: 100%;
    position: absolute;
    right: -20px;
}

.big-box .case-icon {
    right: 0;
}

.mask-layer-big {
    width: 100%;
    height: 100%;
    background: #00002860;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.big-box .mask-layer-big {
    background: linear-gradient(90deg, #000028, #00002840);
}

.big-box .case-btns, .big-box .line3 {
    display: block;
}

.case-paperwork {
    width: 370px;
    font-size: 14px;
    line-height: 28px;
    display: none;
}

.big-box .case-paperwork {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
}

.big-box .case-btns {
    display: flex;
}

.module-scene {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.case-content {
    padding: 30px 0 0 20px;
    color: #fff;
    width: 80%;
}

.line-flex {
    display: flex;
    gap: 10px;
}

.line1 {
    width: 26px;
    height: 2px;
    background-color: #D9D9D9;
    margin: 10px 0;
}

.line2 {
    width: 8px;
    height: 2px;
    background-color: #D9D9D9;
    margin: 10px 0;
}

.line3 {
    width: 315px;
    height: 1px;
    background-color: #D9D9D950;
    display: none;
    margin: 10px 0;
}

.case-btns {
    margin: 0 0 30px 20px;
    /*background-color: #02FFBB;*/
    color: #000028;
    min-width: 178px;
    height: 36px;
    font-size: 14px;
    display: none;
}

.btn-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.color-green {
    background-color: #02FFBB;
    color: #000028;
    margin: 1px;
}

.color-dark {
    background-color: #000028;
    color: #02FFBB;
    margin: 1px;
}

.icon-item {
    position: relative;
    width: 100%;
    height: 183px;
}

.icon-image {
    position: relative;
    width: 100%;
    height: -webkit-fill-available;
}

.mask-layer-color {
    /* background-color: #00002840; */
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: flex-end;
    top: 0;
}

.icon-module {
    display: flex;
    /*justify-content: space-between;*/
    gap: 30px;
}
.flex-wrap {
    flex-wrap: wrap;
}

.big-product-info {
    width: 590px;
    height: 166px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    gap: 16px;
    display: flex;
    position: relative;
}

.block {
    display: block;
}
.el-cascader {
    width: 100%;
}

.none {
    display: none !important;
}

.play-btn1 {
    width: 100px;
    height: 100px;
}

    .play-btn1 img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

.white-space {
    white-space: pre-line;
    /* word-spacing: -4px; */
    margin-top: -1.6rem;
}

.contact-info {
    position: relative;
    width: 1200px;
    margin-top: 30px;
}

.bg-icon-one {
    position: absolute;
    right: 0;
    /* background: linear-gradient(90deg, #00002800, #00002860); */
    border-radius: 8px;
    width: 100%;
    height: -webkit-fill-available;
}

.bg-icon-two {
    position: absolute;
    left: 0;
    /* background: linear-gradient(90deg, #00002860,#00002800); */
    border-radius: 8px;
    width: 100%;
    height: -webkit-fill-available;
}

.line-mask-layer-color {
    /* background: linear-gradient(90deg, #00002800, #00002860); */
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 8px;
}

.line-mask-layer-color-two {
    /* background: linear-gradient(90deg, #00002860,#00002800); */
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 8px;
}

.contact-info-input {
    height: auto;
    width: auto;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    padding: 40px 80px;
}

.contact-info-input-center::after {
    content: '';
    position: absolute;
    width: 355px;
    height: 100%;
    background: linear-gradient(90deg, #ffffff00 0%, #fff 102%);
    left: -355px;
    top: 0;
    z-index: 0;
}

.contact-info-input-center::before {
    content: '';
    position: absolute;
    width: 355px;
    height: 100%;
    background: linear-gradient(90deg, #fff 0%, #ffffff00 102%);
    right: -355px;
    top: 0;
    z-index: 0;
}

.contact-info-input .el-input__inner {
    padding: 0 15px 0 0;
}

.el-form-item {
    height: 40px;
    background-color: #EEF4FA;
    border: solid 1px #E2ECF5;
    border-radius: 4px;
}

.el-input__inner {
    background-color: #EEF4FA !important;
    border: none !important;
}

.el-select {
    width: 100%;
}

.el-form-item__label {
    padding: 0 12px !important;
}

.code-send {
    width: 100px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #009999;
    border: solid 1px #D0DFEF;
    font-size: 14px;
}

.submit {
    background: linear-gradient(90deg, #02E8DA, #02FEBC);
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.left-to-right-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #ffffff00 0%, #fff 60%);
    top: 0;
}

.right-to-left-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg,#fff 40%, #ffffff00 100%);
    top: 0;
}

.middle-content {
    margin-top: 40px;
    scroll-margin-top: 250px;
}

.middle-wrap {
    height: 100%;
    padding-left: 255px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 36px;
    line-height: 50px;
}

.middle-wrap-btn {
    width: 166px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background-color: #ffffff40;
    border-radius: 6px;
    margin-top: 30px;
}

.header {
    background-color: #E4E4E460;
}

.table-row {
    width: 300px;
    height: 38px;
    border: solid 1px #E4E4E4;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.change-batch {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    color: #009999;
    align-items: center;
}

.people-icon {
    position: relative;
    display: flex;
    /*width: 180px;*/
    justify-content: flex-end;
    align-items: center;
}

    .people-icon img {
        position: absolute;
    }

        .people-icon img:nth-child(1) {
            left: 0px;
        }

        .people-icon img:nth-child(2) {
            left: 15px;
        }

        .people-icon img:nth-child(3) {
            left: 30px;
        }

        .people-icon img:nth-child(4) {
            left: 45px;
        }

.float-content {
    position: fixed;
    right: 80px;
    top: 215px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    z-index: 1000;
}

.customer {
    width: 68px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #009999;
    color: #fff;
    border-radius: 6px;
}

.customer img, .share > img {
    width: 34px;
}

.share {
    width: 68px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #007993;
    color: #fff;
    border-radius: 6px;
    
}

.share:hover .phone-code-box {
    visibility: visible;
    opacity: 1;
    max-height: 1000px;
}

.phone-code-box {
    position: absolute;top: 90px;left: -140px;padding: 10px;background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear;
    max-height: 0;
    border-radius: 5px;
    z-index: 1;
  }

.share .btn-share p {
    padding: 5px 0 4px;
    text-align: center;
    color: #212121;
}

.share .btn-share .detail-code-box {
    min-width: 110px;
    min-height: 110px;
}

.popper__arrow-right {
    position: absolute;
    display: block;
    width: 100%;
    transform: rotate(-90deg);
    height: 0;
    border-color: transparent;
    border-style: solid;
    margin-right: 3px;
    border-top-width: 0;
    right: 0px;
    left: 50%;
    top: 19px;
}

.popper__arrow-right::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    content: " ";
    top: -2px;
}

.popper__arrow-right::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: " ";
    border-width: 10px;
    top: 1px;
    border-bottom-width: 0;
    border-top-color: #fff;
    transform: translateX(-50%);
    left: 50%;
}

.contact-dialog .contact-info-input {
    padding: 20px 40px;
}

.no-wrap-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
}

.no-wrap-ellipsis-normal {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.small-product-info2 {
    width: 288px;
    height: 166px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
}

.operation-news {
    width: 50%;
    padding: 30px 30px 40px;
}

.operation-news-title {
    display: flex;
}

.operation-news-title-left {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 80%;
    font-size: 20px;
    font-weight: 600;
}

.operation-news-content-right {
    padding-top: 20px;
}

.operation-news-content .big-product-info {
    width: 50%;
    padding: 20px 0 20px 20px;
}

    .operation-news:nth-child(1),
    .operation-news-content .big-product-info:nth-child(1) {
        border-right: solid 1px #E7E7E7;
    }

    .operation-news-content .big-product-info:nth-child(1) {
        padding: 20px 20px 20px 0;
    }

.line-break-omission3 {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-break-omission7 {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-break-omission10 {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-break-omission4 {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-break-omission2 {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.anchor-point {
    background-color: #fff;
    width: 68px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 20px 10px;
    position: relative;
    gap: 10px;
    cursor: pointer;
    text-align: center;
}

#top {
    scroll-margin-top: 250px;
    position: absolute;
    top: 0;
}

.point img {
    width: 16px;
}

.line {
    width: 28px;
    border-bottom: solid 1px #E5E5E5;
    position: absolute;
    bottom: 0;
}

/* @media screen and (min-width: 1100px) and (max-width: 1400px) {
    .full-screen {
        min-width: 1200px;
    }

    .w-center {
        width: 1200px;
    }

    .ml-4 {
        margin-left: 0.3rem;
    }

    .crumbs-wrap {
        width: 1200px;
    }

    .top-title {
        width: 1200px;
    }

    .main-content {
    }
   .module-content
    {
        width: 1200px;
    }
  .product-info-one-left {
    width: auto;
    height: auto;
  }
  .small-product-info {
    width: 42%;
    height: auto;
  }
  .product-content {
    width: 410px;
  }
  .big-product-info {
    width: 45%;
  }
  .small-product-info1 {
    width: 29%;
  }
  .contact-info {
    width: 1200px;
  }
  .no-wrap-ellipsis {
    width: 400px;
  }
  .small-product-info2 {
    width: 21%;
  }
} */

/* .swiper-cont {
    padding: 0 0 20px 0;
} */

    .swiper-cont .swiper-button-next,
    .swiper-cont .swiper-button-prev {
        width: 39px;
        height: 39px;
        background-color: rgba(165, 184, 213, 0.3);
        backdrop-filter: blur(8px);
        border-radius: 50%;
        overflow: hidden;
        color: #fff;
    }

        .swiper-cont .swiper-button-next:hover,
        .swiper-cont .swiper-button-prev:hover {
            /* background-color: #899ab5; */
            background: linear-gradient(140deg, #11FFB9 0%, #04EBD8 100%);;
        }

        .swiper-cont .swiper-button-prev,
        .swiper-cont .swiper-button-next {
            background-color: #02898c;
        }

        .swiper-cont .swiper-button-next:after,
        .swiper-cont .swiper-button-prev:after {
            font-size: 12px;
        }

.detail-context {
  overflow: auto;
}

.detail-context table {
  border-collapse: collapse;
}
.detail-context table th {
  background-color: #f5f2f0;
  font-weight: 700;
}
.detail-context table td,
.detail-context table th {
  border: 1px solid #ccc;
  line-height: 1.5;
  min-width: 30px;
  padding: 3px 5px;
  text-align: left;
}

.detail-context ul {
    margin-left: 18px;
  }
.detail-context ul li {
    list-style: disc;
  }
 .detail-context ol {
    margin-left: 15px;
    padding-left: 2px;
  }
 .detail-context ol li {
    list-style: auto;
  }
.detail-context a {
    color: blue;
  }
  .detail-context p {
    color: #000028;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    word-break: break-all;
  }
  .scorll-top {
    scroll-margin-top: 250px;
  }

  /* 自定义整个滚动条 */
/* ::-webkit-scrollbar {
    width: 10px;
  } */
   
  /* 自定义滚动条轨道 */
  /* ::-webkit-scrollbar-track {
    background: #F4F3F3;
  } */
   
  /* 自定义滚动条的滑块（thumb） */
  /* ::-webkit-scrollbar-thumb {
    background: #DEDEDE;
  }
    */
  /* 当滑块悬停或活动时，可以添加更多样式 */
  /* ::-webkit-scrollbar-thumb:hover {
    background: #DEDEDE;
  } */
  
  .tips-box {
    position: fixed;
    max-width: 442px;
    padding: 5px 15px;
    background: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    z-index: 99999;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    color: #000000;
    box-shadow: 0px 2px 20px 0px #ccc;
  }

  .tips-box {
    transition: visibility 0s, opacity 0.5s linear 0s;
}

  /* 提示框 start */
  /* .is-tips:hover .tips-box{
    opacity: 1;
    visibility: visible;
  } */
  
  .tips-box .poppers__arrow-down {
    position: absolute;
    display: block;
    width: 100%;
    transform: translateX(-50%);
    height: 0;
    border-color: transparent;
    border-style: solid;
    margin-right: 3px;
    border-top-width: 0;
    /* top: 0; */
    bottom: 0;
    left: 50%;
  }
  
  .tips-box .poppers__arrow-down::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 20px;
    content: " ";
    top: -2px;
  }
  
  .tips-box .poppers__arrow-down:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: " ";
    border-width: 10px;
    /* top: -8px; */
    top: 1px;
    border-bottom-width: 0;
    border-top-color: #FFFFFF;
    transform: translateX(-50%);
    left: 50%;
  }
  /* 提示框 end */

  .mask-layer-color .is-tips {
    width: 100%;
  }

  div[data-w-e-type="video"] {
    text-align: center;
  }

  .module-content .icon-content {
    width: 100%;
    height: 70px;
  }
  .module-content .scene-img-min-box {
    min-height: 38px;
  }
  .module-content .scene-img-min-btn {
    padding: 5px 10px 14px;
    display: flex;
    text-align: right;
    font-size: 14px;
    color: #009999;
    align-items: center;
    justify-content: end;
  }

  .module-content .scene-img-min-btn .iconfont {
    margin-top: 1px;
  }
  .zdy-hr {
    height: 24px;
  }
  .contact-form .el-select .el-input .el-select__caret {
    line-height: 42px;
  }
  .scroll-margin {
    scroll-margin-top: 250px;
  }

  /* 天润在线客服按钮样式，home使用 */
  .customer-zw {
    z-index: 1001;
  }
  #tinet-chat-visitor, .customer-zw {
    top: 215px !important;
    width: 68px !important;
    height: 80px !important;
    border-radius: 6px !important;
    background: transparent !important;
    right: 80px !important;
    position: fixed;
    transform: scale(1) !important;
  }

  #tinet-chat-visitor img {
    display: none !important;
  }

  #tinet-chat-visitor #tinet-chat-visitor-num {
    background: red;
    min-width: 30px;
    height: 30px;
    border-radius: 100px;
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.jingang-menu {
	background: #fff;
	margin-top: 24px;
	display: flex;
    padding: 35px 15px;
	border-radius: 8px;
}
.jingang-menu a {
	display: block;
}
.jingang-menu a {
	text-align: center;
	width: 12.5%;
}
.jingang-menu a .menu-icon {
	height: 38px;
	overflow: hidden;
	margin: auto;
    display: block;
}
.jingang-menu a .menu-icon img {
	height: 38px;
}
.jingang-menu a .text {
	font-size: 16px;
	margin-top: 10px;
}