* {

    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei';
    list-style: none;
    flex-shrink: 0;
    text-decoration: none;
    box-sizing: border-box;
}


.banner {
    position: relative;
    height: 448px;
    background-color: rgba(205, 225, 255, .16);
    /* background-image: url(../images/banner@2x.png);
    background-repeat: no-repeat;
    background-position: 50% */
}

@media(-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx) {
    .banner {
        /* background-image:url(/_nuxt/img/banner_bg@2x.68a4d4d.jpg); */
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover
    }
}

.banner__wrapper {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 64px;
    position: relative
}

.banner__content {
    width: 640px
}

.banner__title {
    margin: 80px 0 16px;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    color: #1a2233
}

.banner__description {
    font-size: 16px;
    line-height: 24px;
    color: #636974;
    margin: 0 0 32px
}

.banner__btn {
    display: inline-block;
    width: 144px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 12px 32px -1px rgba(186, 199, 228, .32);
    border-radius: 48px;
    color: #2065fc;
    margin-right: 24px;
    text-align: center
}

.banner__btn:focus,
.banner__btn:hover {
    background: #f7f8fb
}

.banner__btn--primary {
    color: #fff;
    background: #2193fc;
    background: linear-gradient(90deg, #2193fc, #2165fc 50%)
}

.banner__btn--primary:focus,
.banner__btn--primary:hover {
    background: #42a4ff;
    background: linear-gradient(90deg, #42a4ff, #3776ff 50%)
}

.banner__img {
    position: absolute;
    bottom: 0;
    right: -360px;
    width: 840px;
    height: 384px
}

/* 行业背景  */
.St_solution {
    margin: 0 auto 100px;
    text-align: center;
    padding: 0 65px;
    min-width: 1280px
}

.St_solution .introduction_title {
    font-size: 36px;
    margin: 120px 0 16px;
    font-weight: 600
}

.St_solution .introduction_replenish {
    width: 990px;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    letter-spacing: -1
}

/* 行业面临问题 */
.warp2 {
    width: 1200px;
    margin: 0 auto 100px;
    text-align: center;
}

.card-intro__title {
    font-size: 36px;
    font-weight: 600;
    color: #1a2233;
    text-align: center;
    margin-bottom: 40px;
}

.card-intro_p {
    width: 1000px;
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: 400;
    display: inline-block;
    text-align: center;

}

.card-list {
    display: flex;
    margin-top: 40px
}

.card-list--3 .card-list__item {
    width: 386px;
    position: relative
}

.card-list--3 .card-list__item:nth-of-type(3n) {
    margin-right: 0
}

.card-list--2 .card-list__item {
    width: 590px;
    position: relative;
    margin-right: 20px
}

.card-list--2 .card-list__item:nth-of-type(2n) {
    margin-right: 0
}

.card-list__item {
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 89px 4px 65px;
    background-color: #fff;
    border: 1px solid #dddfe7;
    border-radius: 8px;
    margin: 0 21px 20px 0;
    position: relative;
    transition: all .2s;
    vertical-align: top
}

.card-list__item:hover {
    box-shadow: 0 8px 40px rgba(213, 216, 218, .8)
}

.card-list__item--xs {
    height: 138px
}

.card-list__item--s {
    height: 160px
}

.card-list__item--m {
    height: 182px
}

.card-list__item--lg {
    height: 204px
}

.card-list__item--xl {
    height: 226px
}

.card-list__icon {
    position: absolute;
    top: 32px;
    left: 32px;
    width: 40px;
    height: 40px;

}

.card-list__title {
    color: #1a2233;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 17px
}

.card-list__content {

    font-size: 14px;
    color: #636974;
    line-height: 22px
}

.card-list+.card-img {
    margin-top: 40px
}

.card-img {
    font-size: 0;
    border-radius: 16px
}

.card-img--bgshadow {
    padding: 20px;
    background: #fff;
    box-shadow: 0 8px 40px rgba(213, 216, 218, .4)
}

.card-img__inner {
    width: 100%
}

/* 方案架构 */
.warp3 {
    width: 1200px;
    margin: 0 auto 100px;


}

.arch-card {
    display: flex;
    position: relative;
    width: 1200px;
    background: #fff;
    box-shadow: 0 8px 40px rgba(199, 203, 205, .4);
    border-radius: 16px;
    padding: 20px;
    color: #1a2233
}

.arch-card__image {
    width: 890px
}


.arch-card__detail {

    width: 300px;
    position: relative;

    right: -20px
}

.arch-card__detail h3 {
    font-weight: 600;
    font-size: 24px
}

.arch-card__detail h4 {
    font-weight: 600;
    padding-top: 16px;
    font-size: 18px
}

.arch-card__detail ul {
    zoom: 1
}

.arch-card__detail ul:after,
.arch-card__detail ul:before {
    content: "";
    display: table
}

.arch-card__detail ul:after {
    clear: both;
    overflow: hidden
}

.arch-card__detail .problem {
    font-size: 16px;
    color: #636974;
    margin-top: 16px;
    width: 259px;
    padding-left: 14px;
    position: relative
}

.arch-card__detail .problem:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    background: #636974;
    border-radius: 100%
}

.arch-card__detail .product {
    display: inline-block;
    width: 130px;
    font-size: 18px;
    line-height: 28px;
    margin: 16px 16px 0 0;
    color: #2065fc;
    position: relative;
    padding-left: 14px
}

.arch-card__detail .product:nth-child(2n) {
    margin-right: 0
}

.arch-card__detail .product a {
    color: #2065fc
}

.arch-card__detail .product a:before {
    position: absolute;
    top: 12px;
    left: 0;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    background: #2065fc;
    border-radius: 100%
}

.arch-card__title--product {
    font-weight: 600;
    font-size: 20px;
    margin-top: 40px
}

/* 侧边栏样式 */
.sc-kGXeez {
    z-index: 100;
    top: 30%;
    width: 70px;
    right: 20px;
    height: 70px;
    position: fixed;
}

.sc-kGXeez .warp-wechatCode {
    /* display: none; */
    /* inset: 50% 5px auto auto;
    transform: translateY(-50%); */
    position: absolute;
    height: 70px;
    width: 70px;
}

.sc-kGXeez .warp-wechatCode .warp-wechatCode-con {
    height: 70px;
    width: 70px;
}

.sc-kGXeez .warp-wechatCode .warp-wechatCode-con a img {
    height: 70px;
    width: 70px;
    animation: my_first 0.5s linear 0s infinite alternate;
}

@keyframes my_first {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0.8, 0.8);
    }
}

.sc-kGXeez .warp-wechatCode .warp-wechatCode-con a {
    width: 70px;
    height: 70px;
    border-radius: 10rem;
    animation: my_second 1s linear 0s infinite;
    background: #f7fdff;
    display: block;
    box-sizing: initial;
}

.sc-kGXeez .warp-wechatCode-con a.warp-wechatCode-link-1 {
    display: none;
}

@keyframes my_second {
    0% {
        transform: scale(1, 1);
        border: 1px #16009b solid;
    }

    100% {
        transform: scale(1.2, 1.2);
        border: 1px #16009b00 solid;
    }
}

.warp-wechatCode .warp-wechatCode-con .acticons-box {
    width: 180px;
    /* height: 200px; */
    position: absolute;
    top: 0;
    left: -200px;
    background: #fff;
    border: 1px solid #007aff;
    padding: 10px;
    display: none;
    transform: 5s;
}

.warp-wechatCode .warp-wechatCode-con .acticons-box img {
    width: 100%;
}

.warp-wechatCode .warp-wechatCode-con:hover .acticons-box {
    display: block;
}

.warp-wechatCode .warp-wechatCode-con .acticons-box::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -21px;
    border: 10px solid rgba(255, 64, 0, 0);
    border-left: 10px solid #2680eb;
}

.nav-bar {
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(156, 168, 185, .16);
    font-size: 14px;
    line-height: 22px;
    min-width: 1200px
}

.layout-container {
    width: 1200px;
    margin: 0 auto;
}

.nav-bar__item {
    display: inline-block;
    position: relative
}

.nav-bar__item+.nav-bar__item {
    margin-left: 80px
}

.nav-bar__anchor {
    display: inline-block;
    padding: 17px 0;
    color: #1a2233
}

.nav-bar__item--active:before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, #2193fc, #2165fc 50%);
    ;
    border-radius: 2px
}

.nav-bar__item--active .nav-bar__anchor {
    color: #2165fc
}

.case__content {
    width: 1200px;
    margin: 0 auto;
    text-align: center
}

.case__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #1a2233;
    margin: 0 0 40px
}

.case__item {
    line-height: 88px;
    text-align: center
}

.case__item,
.case__item img {
    display: inline-block;
    width: 220px;
    height: 88px
}

.case__item img {
    vertical-align: middle
}

.case__item+.case__item {
    margin-left: 25px
}
   .case {
                padding: 88px 0 80px;
                min-width: 1200px;
                font-size: 0
            }