.inside-banner {
    height: 734px;
    background-image: url("../images/banner-bg.png");
}
.footer-bg {
    background-image: url("../images/bg-02.png");
    background-repeat: no-repeat;
    /* background-size: cover;
    background-position: center; */
    padding-bottom: 108px;
}

.m-bg {
    background: url(../images/solve-bg.png) no-repeat;
    background-size: cover;
}
.contact_us {
}
.inside-banner .box .txt {
    padding-top: 106px;
}
.inside-banner .box .txt .title {
    width: 673px;
    height: 81px;
}

.inside-banner .box .btn .zixun-btn {
    width: 180px;
    height: 52px;
    background: linear-gradient(306deg, #23bbfd 0%, #4379ff 50%, #b742fd 100%);
    border-radius: 45px;

    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    font-style: normal;
}

.inside-banner .box .btn .zixun-btn:hover {
    background: linear-gradient(306deg, #b742fd 0%, #4379ff 50%, #4976ff 100%);
    box-shadow: 0px 7px 20px 0px rgba(141, 86, 254, 0.4);
}

.inside-banner .box .txt .smallTxt {
    width: 578px;
    height: 120px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #233863;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin-top: 32px;
}
.inside-banner .box .txt .smallTxt2 {
    color: #233863;
}
.inside-banner .txtInfor .btn {
    display: flex;
    margin-top: 96px;
}
.inside-banner .txtInfor .btn a {
    width: 180px;
    height: 52px;
    line-height: 52px;
    border-radius: 45px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: Verdana, Verdana;
    font-weight: bold;
}

.inside-banner {
    position: relative;
}
.inside-banner .img {
    position: absolute;
    margin-left: 645px;
    bottom: 62px;
    width: 796px;
    height: 528px;
    /* top: 144px; */
}

.title-01 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
}
.solve {
    padding-top: 120px;
    /* background: url("../images/solve-bg.png") no-repeat; */
    /* background-size: cover; */
    /* height: 550px; */
}
.solve .solve-box {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 127px;
    justify-content: center;
    width: 1260px;
}
.solve .solve-box .solve-item {
    width: 615px;
    height: 230px;
    border-radius: 12px;
    padding: 52px 24px 0 32px;
    position: relative;
    transition: all .3s;
}
.solve .solve-box .solve-item:hover {
    transform: translateY(-10px);
}

/* .solve .solve-box .solve-item:hover::after {
    transform: scale(1.1);
} */
.solve .solve-box .solve-item .title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #333333;
    line-height: 32px;
}
.solve .solve-box .item1 {
    background: linear-gradient(142deg, #84c0ff 0%, #f5f7ff 100%);
    box-shadow: 5px 17px 25px 0px rgba(62, 147, 255, 0.1);
    .sub-tit {
        color: #2255f4;
    }
}
.solve .solve-box .item2 {
    background: linear-gradient(145deg, #b6f3e8 0%, #f5f7ff 100%);
    box-shadow: 5px 8px 20px 0px rgba(200, 244, 238, 0.32);
    .sub-tit {
        color: #24af97;
    }
}
.solve .solve-box .item3 {
    background: linear-gradient(145deg, #e7dbfb 0%, #f5f7ff 100%);
    box-shadow: 5px 8px 20px 0px rgba(231, 219, 251, 0.19);
    .sub-tit {
        color: #8b56ff;
    }
}
.solve .solve-box .item4 {
    background: linear-gradient(142deg, #fff7d8 0%, #f5f7ff 100%);
    box-shadow: 5px 8px 20px 0px rgba(254, 247, 220, 0.27);
    .sub-tit {
        color: #dfb72a;
    }
}

.solve .solve-box .solve-item .img {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 24px;
    top: 65px;
}
.solve .solve-box .solve-item .text {
    width: 409px;
    height: 64px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #4a4a4a;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    margin-top: 18px;
}
.access {
    /* margin-top: 84px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.access .access-item {
    margin-bottom: 94px;
    display: flex;
    max-width: calc(58px + 1260px);
    /* align-items: center; */
}

.access .m-text-tit {
    display: none;
}
.access .access-item .container {
    display: flex;
    align-items: center;
}
.access .access-item:nth-child(3) {
    margin-bottom: 54px;
}
.access .access-item:nth-child(4) {
    margin-bottom: 33px;
}
/* .access .access-item:nth-child(2n) .container {
    flex-direction: row-reverse;
} */
/* .access .access-item .img{
      float: left;
  }
  .access .access-item .text{
      float: right;
  }
  .access .access-item:nth-child(2n) .img{
      float: right;
  }
  .access .access-item:nth-child(2n) .text{
      float: left;
  }
  .access .accessitem01 .text{
      float: left;
  } */
.advantage {
    .title-01 {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        font-size: 48px;
        color: #233863;
        line-height: 67px;
        margin-bottom: 48px;
    }
    .advantage-box {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
        padding-bottom: 0;
        min-width: 327px;
        justify-content: center;
        gap: 24px;
        width: 1260px;

        .advantage-item {
            /* width: calc(50% - 8px); */
            /* margin-bottom: 32px; */
            min-width: 160px;
            max-width: 618px;
            max-height: 520px;
            background: #f7f9fc;
            border-radius: 12px;
            padding: 40px;

            .img {
                /* width: 538px;
                height: 290px; */
            }
            .title {
                font-family: PingFangSC, PingFang SC;
                font-weight: 600;
                font-size: 24px;
                color: #233863;
                line-height: 33px;
                text-align: center;
                font-style: normal;
                margin: 32px 0 16px 0;
            }
            .text {
                font-family: PingFangSC, PingFang SC;
                font-weight: 400;
                font-size: 14px;
                color: #4a4a4a;
                line-height: 20px;
                font-style: normal;
                text-align: center;
                p:first-child {
                    margin-bottom: 8px;
                }

                p {
                    span {
                        color: #229af4;
                    }
                }
            }
        }
    }
}

/* .scene {
    .title {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        font-size: 30px;
        color: #233863;
        margin-top: 48px;
    }
    .desc {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #4a4a4a;
        line-height: 22px;
        margin: 16px 0 24px 0;
    }
    .img {
        width: 696px;
        height: 436px;
        margin-top: 64px;
    }
    a {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #229af4;
        line-height: 22px;
        cursor: pointer;
    }
    .swiper-button-next {
        width: 64px;
        height: 64px;
        background: #229af4;
        box-shadow: 0px 2px 23px 0px rgba(34, 154, 244, 0.34);
        border-radius: 50%;
        &:after {
            content: "" !important;
        }
    }
    .swiper-button-prev {
        width: 64px;
        height: 64px;
        background: #ffffff;
        box-shadow: 0px 2px 23px 0px rgba(34, 154, 244, 0.34);
        border-radius: 50%;
        &:after {
            content: "" !important;
        }
    }
} */

.access .access-item .text .text-tit {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 36px;
    color: #233863;
}

.access .accessitem01 .text .text-tit {
    margin-top: 23px;
}

.access .access-item .text .text-desc {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 22px;
    text-align: left;
    font-style: normal;
}

.access .access-item .text {
    .m20 {
        margin-top: 20px;
    }
    .m12 {
        margin-top: 12px;
        margin-bottom: 20px;
    }
    .text-list {
        .l-item {
            cursor: pointer;
        }
        .item-tit {
            font-family: PingFangSC, PingFang SC;
            font-weight: 600;
            font-size: 16px;
            color: #233863;
            text-align: left;
            font-style: normal;
            display: flex;
            align-items: center;
            gap: 4px;
            img {
                width: 24px;
                height: 24px;
            }
        }
        .i-show {
            padding: 16px;
            background: #ffffff;
            box-shadow: 0px 2px 15px 0px rgba(34, 154, 244, 0.11);
            border-radius: 12px;
            border: 1px solid #229af4;
            margin-bottom: 8px;
            .item-tit {
                color: #229af4;
            }
            .h-show {
                display: block;
            }
            .h-hide {
                display: none;
            }
        }

        .i-hide {
            margin: 8px 16px;
            height: 46px;
            line-height: 46px;
            .item-content {
                display: none;
            }

            .h-show {
                display: none;
            }
            .h-hide {
                display: block;
            }
        }
        .item-content {
            font-family: PingFangSC, PingFang SC;
            font-weight: 400;
            font-size: 14px;
            color: #4a4a4a;
            line-height: 20px;
            text-align: left;
            font-style: normal;
            margin-top: 10px;
        }
    }
}

.access .access-item .text a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    height: 44px;
    background: rgba(34, 154, 244, 0.1);
    border-radius: 22px;
    text-align: center;
    margin-top: 36px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 15px;
    color: #229af4;
    line-height: 22px;
}
.access .access-item .text a:hover {
    background: #229af4;
    color: #ffffff;
}
.access .accessitem01 {
    max-width: calc(58px + 1260px);
}
.access .accessitem02 {
    max-width: calc(76px + 1260px);
    margin-bottom: 84px;
}
.accessitem01 .img {
    width: 718px;
    height: 455px;
}
.accessitem01 .text {
    width: calc(100% - 718px);
    padding-left: 81px;
    padding-right: 29px;
}
.accessitem02 .img {
    width: 717px;
    height: 444px;
}
.accessitem02 .text {
    width: calc(100% - 717px);
    /* width: 611px; */
    padding: 0 92px 0 37px;
    /* width: calc(100% - 650px);
    margin-top: 83px;
    padding-right: 147px;
    padding-left: 46px; */
}
.accessitem03 .img {
    width: 600px;
}
.accessitem03 .text {
    width: calc(100% - 600px);
    margin-top: 27px;
    padding-left: 60px;
}
.accessitem04 .img {
    width: 581px;
}
.accessitem04 .text {
    width: calc(100% - 581px);
    margin-top: 85px;
    padding-right: 124px;
    padding-left: 46px;
}
.accessitem02,
.accessitem03 {
    position: relative;
}
/* .accessitem02::before {
    position: absolute;
    content: "";
    top: -233px;
    right: 0;
    width: 689px;
    height: 1069px;
    z-index: -1;
    background: url("../images/t-bg-01.png") no-repeat top right;
    background-size: cover;
} */
.accessitem03::before {
    position: absolute;
    content: "";
    top: 60px;
    left: 0;
    width: 690px;
    height: 1069px;
    z-index: -1;
    background: url("../images/t-bg-02.png") no-repeat top left;
    background-size: cover;
}
.listen {
    padding-top: 108px;
    background: url("../images/saying-bg.png") no-repeat top;
    background-size: cover;
}
/* 轮播
.client-box .conTabs {
    overflow: hidden;
    position: relative;
}
.client-box .conTabs .spBox {
    background: #ffffff;
    box-shadow: 0px 16px 50px -4px rgba(157, 168, 194, 0.2);
    border-radius: 16px;
    padding: 32px;
    box-sizing: border-box;
    height: 320px;
}
.client-box .conTabs .spBox .top {
    padding-bottom: 23px;
    border-bottom: 1px solid #dae0e7;
    display: flex;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
}
.client-box .conTabs .spBox .top img {
    width: 88px;
    height: 88px;
    float: left;
    margin-right: 24px;
}
.client-box .conTabs .spBox .text {
    padding: 26px 0 32px;
    box-sizing: border-box;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 28px;
}
.client-box .conTabs .swiper-container {
    padding: 72px 0 74px;
}
.client-box .conTabs .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.client-box .conTabs .swiper-pagination-bullet {
    margin: 0 3px;
    width: 12px;
    height: 12px;
    background: #d8d8d8;
    opacity: 1;
    cursor: pointer;
}
.client-box .conTabs .swiper-pagination-bullet-active {
    width: 30px;
    background: #229af4;
    border-radius: 6px;
}
.client-box .conTabs .swiper-slide.swiper-slide-next .spBox,
.client-box .conTabs .swiper-slide.swiper-slide-prev .spBox {
    box-shadow: 0px 16px 50px -4px rgba(157, 168, 194, 0.15);
    opacity: 0.5;
} */

.contact_us {
    margin-top: 48px;
    padding-bottom: 0;
}

.contact_us .txt2 {
    width: 858px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
    .client-box .conTabs .spBox .text {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .headerH96Bg {
        display: none;
    }
    .container {
        padding: 0 24px 20px;
    }

    .inside-banner .box .container {
        padding-bottom: 0;
    }

    .inside-banner .box1 {
        padding: 0 0 20px 0 !important;
    }
    .title-bg {
        font-family: SourceHanSansSC, SourceHanSansSC;
        font-weight: 800;
        font-size: 42px;
        color: #233863;
        line-height: 61px;
        text-align: left;
        font-style: normal;
        background: linear-gradient(
            180deg,
            #0ccdf3 0%,
            #4379ff 18%,
            #e81bff 82%,
            #6166d9 100%
        );
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        img {
            width: 327px;
            height: 122px;
        }
    }
    .inside-banner .txtInfor .btn {
        margin-top: 24px;
        width: 100%;
    }

    .inside-banner .box .btn .zixun-btn {
        width: 100%;
        font-size: 16px;
    }
    .inside-banner {
        height: auto;
        background-image: url("../images/m-banner-bg.png");
        background-position: center;
        background-size: cover;
    }
    .inside-banner .txtInfor {
        padding-top: 32px;
    }
    .inside-banner .box .txt {
        padding-top: 0;
    }
    .inside-banner .box .txt .bigTxt {
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        font-weight: bold;
        font-size: 42px;
        color: #233863;
        line-height: 59px;
        text-align: left;
        margin-bottom: 24px;
    }
    .inside-banner .box .txt .smallTxt {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 18px;
        color: #233863;
        line-height: 30px;
        text-align: left;
        font-style: normal;
        margin: 16px 0 0 0;
        width: auto;
        height: auto;
    }
    .inside-banner .box .btn .getBtn {
        width: 100%;
    }
    .inside-banner .img {
        display: flex;
        justify-content: center;
        position: unset;
        margin-left: 0;
        width: auto;
        height: auto;
        margin-top: 32px;
    }
    /* .inside-banner .img img {
        width: 300px;
        height: 309px;
        margin-top: 56px;
    } */
    .m-bg {
        background-image: url(../images/m-solve-bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .footer-bg {
        background-image: none;
        padding-bottom: 64px;
    }

    .solve {
        padding-top: 64px;
        background: none;
        height: unset;
    }
    .solve .title-01 {
        height: 45px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        font-size: 32px;
        color: #233863;
        line-height: 45px;
        text-align: center;
        margin-bottom: 32px;
    }
    .solve .solve-box {
        flex-wrap: wrap;
        margin-top: 0;
        padding-bottom: 0;
        min-width: 327px;
        justify-content: space-between;
        width: auto;
        gap: 0;
    }
    .solve .solve-box .solve-item {
        width: 100%;
        margin-bottom: 24px;
        min-width: 160px;
        height: auto;
        padding: 32px;
    }
    .solve .solve-box .solve-item .img {
        position: initial;
        margin: 0 auto;
        /* width: 155px;
        height: 104px;
        padding: 0 21px 0 22px;
        margin-bottom: 16px; */
    }
    .solve .solve-box .solve-item .text {
        width: auto;

        text-align: center;
        margin-top: 16px;

        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #4a4a4a;
        line-height: 22px;
        font-style: normal;
        height: auto;
    }
    .solve .solve-box .solve-item:nth-of-type(3),
    .solve .solve-box .solve-item:nth-of-type(4) {
        /* margin-bottom: 0; */
    }
    .access {
        margin-top: 19px;
    }
    .access .access-item {
        flex-direction: column-reverse;
        display: block;
    }

    .access .accessitem02 {
        flex-direction: column-reverse;
        display: flex;
    }

    .access .text-tit {
        display: none;
    }
    .access .m-text-tit {
        display: block;
        width: unset;
        /* padding: 0 16px; */
        /* height: 38px; */
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        font-size: 26px;
        color: #233863;
        line-height: 37px;
        margin: 8px 0 20px 0;
        text-align: left;
    }
    .access .access-item .text .text-list .item-content {
        margin-top: 12px;
    }

    .access .access-item .text .text-list .l-item {
        margin-top: 20px;
    }
    .access .access-item .text .text-list .i-show {
        padding: 0;
        border: none;
        /* background: none; */
        box-shadow: none;
        margin-bottom: 16px;
    }

    .access .access-item .text .text-list .i-hide {
        padding: 0;
        border-radius: 12px;
        margin: 0 0 16px;
        height: auto;

        .item-content {
            display: block;
        }

        .h-show {
            display: block;
        }
        .h-hide {
            display: none;
        }
    }

    .access .access-item .text .text-list .item-tit {
        color: #229af4;
        line-height: 24px;
    }

    .access .access-item .text .text-list .l-item:last-child {
        margin-bottom: 0;
    }

    .accessitem01 .img,
    .accessitem02 .img,
    .accessitem03 .img,
    .accessitem04 .img {
        display: flex;
        justify-content: center;
        height: 333px;
        width: 100%;
        /* position: absolute; */
        bottom: 78px;
    }
    .accessitem01 .img,
    .accessitem02 .img {
        /* height: auto; */
        height: 230px;
        width: 100%;
    }
    .accessitem01 .text {
        padding: 0 24px;
        width: 100%;
    }
    .accessitem02 .text {
        padding: 0 24px;
        width: 100%;
        margin-top: 0;
    }
    .accessitem03 .text {
        padding: 0;
        width: 100%;
        margin-top: 0;
    }
    .accessitem04 .text {
        padding: 0;
        width: 100%;
        margin-top: 0;
    }
    .accessitem02::before {
        display: none;
    }
    .accessitem02 .container .img::before {
        position: absolute;
        content: "";
        top: -32px;
        right: 0;
        width: 254px;
        height: 383px;
        z-index: -1;
        background: url("../images/m-bg-01.png") no-repeat center;
        background-size: cover;
    }
    .accessitem03 .container .img::before {
        position: absolute;
        content: "";
        top: -32px;
        left: 0;
        width: 254px;
        height: 383px;
        z-index: -1;
        background: url("../images/m-bg-02.png") no-repeat center;
        background-size: cover;
    }
    .accessitem03::before {
        display: none;
    }
    .access .access-item:first-child .text .text-desc {
        text-align: left;
    }

    .access .access-item .text .text-desc {
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #4a4a4a;
        margin-top: 0;
        /* text-align: center; */
        line-height: 22px;
    }
    .access .access-item:first-child .text .m12 {
        margin-top: 12px;
        margin-bottom: 0;
    }

    .access .access-item .text a {
        margin-top: 381px;
        width: 100%;
        height: 52px;
        background: rgba(34, 154, 244, 0.1);
        border-radius: 45px;
        color: #229af4;
        font-size: 16px;
    }
    .access .access-item:nth-child(1) .text a {
        margin-top: 280px;
    }
    .access .access-item {
        margin-bottom: 63px;
        position: relative;
    }
    .access-item .container .img {
        margin: 0 -24px;
    }
    .listen {
        padding-top: 24px;
        background: url("../images/saying-bg.png") no-repeat top;
        background-size: contain;
    }
    .listen .title-01 {
        display: none;
    }
    .listen .m-title-01 {
        display: block;
        padding: 0 24px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        font-weight: bold;
        font-size: 32px;
        color: #233863;
        line-height: 45px;
        text-align: center;
        margin-bottom: 32px;
    }
    .client-box .conTabs .swiper-container {
        padding: 0 24px 48px;
    }
    .client-box .conTabs .spBox {
        height: unset;
        padding: 32px 23px 32px 24px;
    }
    .client-box .conTabs .spBox .text {
        padding-bottom: 0;
    }
    .contact_us {
        margin-top: 32px;
    }
    .contact_us .txt2 {
        width: 100%;
    }
    .client-box .conTabs .spBox .top {
        margin-bottom: 24px;
    }
    .client-box .conTabs .spBox .top img {
        width: 74px;
        height: 74px;
        margin-right: 16px;
    }
    .client-box .conTabs .spBox .top p {
        font-family: PingFangSC, PingFang SC;
        font-weight: bold;
        font-size: 20px;
        color: #233863;
        line-height: 28px;
    }
    .access .access-item:nth-child(4) {
        margin-bottom: 24px;
    }
    .client-box .conTabs .spBox .text {
        font-size: 16px;
        padding-top: 0;
    }
    .solve .container {
        position: relative;
    }
    .solve .container::before {
        position: absolute;
        content: "";
        bottom: -59px;
        left: 0;
        width: 100%;
        height: 59px;
        z-index: -1;
        background: url("../images/m-solve-bg.png") no-repeat center bottom;
        background-size: cover;
    }

    .solve .solve-box .solve-item .title {
        font-weight: 600;
        font-size: 24px;
        text-align: center;
        margin-top: 24px;
    }

    .advantage .title-01 {
        font-size: 32px;
        margin-bottom: 32px;
        line-height: 45px;
    }
    .advantage .advantage-box {
        width: auto;
    }
    .advantage .advantage-box .advantage-item {
        padding: 24px 0 32px;
        height: auto;
        width: auto;
        margin-bottom: 0;
        .title,
        .text {
            padding: 0 24px;
        }
        .title {
            margin: 24px 0 0 0;
            font-size: 20px;
            line-height: 28px;
        }
        .text {
            margin-top: 16px;
        }
    }
    .advantage .advantage-box .advantage-item .img {
        width: auto;
        height: auto;
        display: flex;
        justify-content: center;
        img {
            width: 327px;
            height: 176px;
        }
    }
}

/*-------------------------应用场景------------------------*/

.application-scene-container,
.application-scene-container * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.application-scene-container a,
.application-scene-container a:active,
.application-scene-container a:hover,
.application-scene-container a:link,
.application-scene-container a:visited {
    color: inherit;
    text-decoration: none;
}

.application-scene-pc {
    display: block;
}

.application-scene-mobile {
    display: none;
}

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

    .application-scene-mobile {
        display: block;
    }
}

.container1 {
    min-width: 1260px;
    padding-bottom: 80px;
    padding-top: 80px;
}

.container1.no-title {
    padding-top: 0;
}

.container1 h2 {
    margin: 0;
    padding: 0;
}

.head {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-align: center;
    -moz-box-align: var(--volcfe-card-container-title-align, center);
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-items: var(--volcfe-card-container-title-align, center);
    align-items: var(--volcfe-card-container-title-align, center);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: auto;
    padding-bottom: 48px;
    width: 1260px;
}

.head a,
.head a:active,
.head a:hover,
.head a:link,
.head a:visited {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 1679px) {
    .head {
        width: 1260px;
    }
}

@media (max-width: 1023px) {
    .head {
        padding-bottom: 32px;
        width: 100%;
    }
}

.title {
    -moz-box-flex: 0;

    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #233863;
    -webkit-flex: none;
    flex: none;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.002em;
}

.title.align-left {
    text-align: left;
    width: 1260px;
}

@media screen and (max-width: 1679px) {
    .title.align-left {
        width: 1260px;
    }
}

@media screen and (max-width: 1023px) {
    .title.align-left {
        padding: 0 24px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .title.align-left {
        padding: 0 12px;
    }
}

.desc {
    -moz-box-flex: 0;
    color: #4e5969;
    -webkit-flex: none;
    flex: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.002em;
    line-height: 24px;
    text-align: center;
    text-align: var(--volcfe-text-text-align, center);
}

.desc p {
    margin: 0;
}

.desc.align-left {
    text-align: left;
    width: 1260px;
}

@media screen and (max-width: 1679px) {
    .desc.align-left {
        width: 1260px;
    }
}

@media screen and (max-width: 1023px) {
    .desc.align-left {
        padding: 0 24px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .desc.align-left {
        padding: 0 12px;
    }
}

.descArr {
    color: #41464f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.002em;
    line-height: 24px;
    text-align: center;
    text-align: var(--volcfe-text-text-align, center);
}

.title + .descArr,
.title + .desc {
    margin-top: 12px;
}

.compWrap {
    margin: 0 auto;
    width: 1260px;
}

.link-a {
    -moz-box-flex: 0;
    display: block;
    -webkit-flex: none;
    flex: none;
    margin-top: 16px;
}

.link-a .link-panel {
    color: #1664ff;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.002em;
    line-height: 24px;
    text-align: center;
    text-align: var(--volcfe-text-text-align, center);
}

.link-a .link-panel .link-arrow {
    -moz-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    margin-left: 5px;
    position: relative;
    right: 0;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
}

.link-a .link-panel .link-arrow svg {
    height: 14px;
    width: 14px;
}

.link-a .link-panel:hover {
    color: #3888ff;
}

.link-a .link-panel:hover .link-arrow {
    right: -4px;
}

.link-a .link-panel:active {
    color: #014fe9;
}

.link-a.align-left {
    text-align: left;
    width: 1260px;
}

@media screen and (max-width: 1679px) {
    .link-a.align-left {
        width: 1260px;
    }
}

@media screen and (max-width: 1023px) {
    .link-a.align-left {
        padding: 0 24px;
        width: 100%;
    }
}

@media screen and (max-width: 1679px) {
    .compWrap {
        width: 1260px;
    }
}

@media screen and (max-width: 1023px) {
    .container1 {
        min-width: unset;
        padding-bottom: 22px !important;
        padding-top: 44px;
    }

    .title {
        font-size: 32px;
        line-height: 45px;
    }

    .desc {
        font-size: 14px;
        line-height: 22px;
    }

    .title + .desc {
        margin-top: 8px;
    }

    .descArr {
        font-size: 14px;
        line-height: 22px;
    }

    .title + .descArr {
        margin-top: 8px;
    }

    .compWrap {
        margin: unset;
        padding: 0 24px;
        width: auto;
    }
}

@media screen and (max-width: 1023px) and (max-width: 767px) {
    .compWrap {
        padding: 0 24px;
    }
}

@media screen and (max-width: 1023px) {
    .link-a {
        margin-top: 8px;
    }

    .head-for-trial .desc,
    .head-for-trial .title {
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    .head-for-trial .title {
        color: #181818;
    }

    .head-for-trial .desc {
        color: #4e5969;
    }
}

@media screen and (min-width: 1024px) {
    .hide-on-pc {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .hide-on-pad {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
}

.application-scene-pc-container {
    position: relative;
    width: 1260px;
}

.application-scene-pc-container.longTextMode .title-wrapper {
    width: 490px !important;
}

.application-scene-pc-container.longTextMode .tab-panel-next4,
.application-scene-pc-container.longTextMode .tab-panel-prev4 {
    display: none !important;
}

.application-scene-pc-container.longTextMode .tab-panel-prev3 .title-wrapper {
    left: -1180px !important;
}

.application-scene-pc-container.longTextMode .tab-panel-prev2 .title-wrapper {
    left: -660px !important;
}

.application-scene-pc-container.longTextMode .tab-panel-prev1 .title-wrapper {
    left: -140px !important;
}

.application-scene-pc-container.longTextMode .tab-panel-current .title-wrapper {
    left: 386px !important;
    /* left: 268px !important */
}

.application-scene-pc-container.longTextMode .tab-panel-next1 .title-wrapper {
    left: 900px !important;
}

.application-scene-pc-container.longTextMode .tab-panel-next2 .title-wrapper {
    left: 1420px !important;
}

.application-scene-pc-container.longTextMode .tab-panel-next3 .title-wrapper {
    left: 1940px !important;
}

@media screen and (min-width: 1680px) {
    .application-scene-pc-container.longTextMode .title-wrapper {
        width: 490px !important;
    }

    .application-scene-pc-container.longTextMode .tab-panel-next4,
    .application-scene-pc-container.longTextMode .tab-panel-prev4 {
        display: none !important;
    }

    .application-scene-pc-container.longTextMode
        .tab-panel-prev3
        .title-wrapper {
        left: -1060px !important;
    }

    .application-scene-pc-container.longTextMode
        .tab-panel-prev2
        .title-wrapper {
        left: -540px !important;
    }

    .application-scene-pc-container.longTextMode
        .tab-panel-prev1
        .title-wrapper {
        left: -140px !important;
    }

    .application-scene-pc-container.longTextMode
        .tab-panel-current
        .title-wrapper {
        left: 386px !important;
    }

    .application-scene-pc-container.longTextMode
        .tab-panel-next1
        .title-wrapper {
        left: 900 !important;
    }

    .application-scene-pc-container.longTextMode
        .tab-panel-next2
        .title-wrapper {
        left: 1540px !important;
    }

    .application-scene-pc-container.longTextMode
        .tab-panel-next3
        .title-wrapper {
        left: 2060px !important;
    }
}

.application-scene-pc-header {
    height: 122px;
    position: relative;
    width: 100%;
}

.application-scene-pc-header .header-content-wrapper {
    height: 222px;
    left: 50%;
    min-width: 1260px;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90vw;
}

.application-scene-pc-header .header-content-wrapper .header-content {
    margin: 0 auto;
    position: relative;
    width: 1260px;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .title-wrapper {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: start;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: absolute;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    width: 280px;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .title-wrapper
    .tab-title {
    -moz-box-flex: 0;
    color: #181818;
    -webkit-flex: none;
    flex: none;
    font-style: normal;
    letter-spacing: 0.002em;
    line-height: 32px;
    text-align: center;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;

    height: 42px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 30px;
    color: #233863;
    line-height: 42px;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .title-wrapper
    .tab-description {
    -moz-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    font-style: normal;
    letter-spacing: 0.002em;
    line-height: 22px;
    margin-top: 12px;
    opacity: 1;
    text-align: center;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 22px;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .title-wrapper
    .tab-link-a {
    -moz-box-flex: 0;
    display: block;
    -webkit-flex: none;
    flex: none;
    margin-top: 16px;
    opacity: 1;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .title-wrapper
    .tab-link-a
    .tab-link-panel {
    color: #229af4;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.002em;
    line-height: 22px;
    text-align: center;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .title-wrapper
    .tab-link-a
    .tab-link-panel
    .link-arrow {
    -moz-box-flex: 0;
    -moz-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: none;
    flex: none;
    margin-left: 5px;
    position: relative;
    right: 0;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .title-wrapper
    .tab-link-a
    .tab-link-panel
    .link-arrow
    svg {
    -moz-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    height: 12px;
    width: 12px;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .title-wrapper
    .tab-link-a
    .tab-link-panel:hover {
    color: #229af4;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .title-wrapper
    .tab-link-a
    .tab-link-panel:hover
    .link-arrow {
    right: -4px;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .title-wrapper
    .tab-link-a
    .tab-link-panel:active {
    color: #0e49d2;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-prev4
    .title-wrapper {
    left: -932px;
    top: 44px;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-prev4
    .title-wrapper
    .tab-title {
    opacity: 0.3;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-prev4
    .title-wrapper
    .tab-description,
.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-prev4
    .title-wrapper
    .tab-link-a {
    opacity: 0;
    pointer-events: none;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-prev3
    .title-wrapper {
    left: -598px;
    top: 44px;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-prev3
    .title-wrapper
    .tab-title {
    opacity: 0.3;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-prev3
    .title-wrapper
    .tab-description,
.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-prev3
    .title-wrapper
    .tab-link-a {
    opacity: 0;
    pointer-events: none;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-prev2
    .title-wrapper {
    left: -264px;
    top: 44px;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-prev2
    .title-wrapper
    .tab-title {
    opacity: 0.3;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-prev2
    .title-wrapper
    .tab-description,
.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-prev2
    .title-wrapper
    .tab-link-a {
    opacity: 0;
    pointer-events: none;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-prev1
    .title-wrapper {
    left: 70px;
    top: 44px;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-prev1
    .title-wrapper
    .tab-title {
    cursor: pointer;
    opacity: 0.3;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-prev1
    .title-wrapper
    .tab-description,
.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-prev1
    .title-wrapper
    .tab-link-a {
    opacity: 0;
    pointer-events: none;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-current
    .title-wrapper {
    left: 460px;
    top: 0;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-next1
    .title-wrapper {
    left: 849px;
    top: 44px;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-next1
    .title-wrapper
    .tab-title {
    cursor: pointer;
    opacity: 0.3;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-next1
    .title-wrapper
    .tab-description,
.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-next1
    .title-wrapper
    .tab-link-a {
    opacity: 0;
    pointer-events: none;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-next2
    .title-wrapper {
    left: 1183px;
    top: 44px;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-next2
    .title-wrapper
    .tab-title {
    opacity: 0.3;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-next2
    .title-wrapper
    .tab-description,
.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-next2
    .title-wrapper
    .tab-link-a {
    opacity: 0;
    pointer-events: none;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-next3
    .title-wrapper {
    left: 1517px;
    top: 44px;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-next3
    .title-wrapper
    .tab-title {
    opacity: 0.3;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-next3
    .title-wrapper
    .tab-description,
.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-next3
    .title-wrapper
    .tab-link-a {
    opacity: 0;
    pointer-events: none;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-next4
    .title-wrapper {
    left: 1851px;
    top: 44px;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-next4
    .title-wrapper
    .tab-title {
    opacity: 0.3;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-next4
    .title-wrapper
    .tab-description,
.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-next4
    .title-wrapper
    .tab-link-a {
    opacity: 0;
    pointer-events: none;
}

.application-scene-pc-header
    .header-content-wrapper
    .header-content
    .tab-panel-outside {
    display: none;
}

.application-scene-pc-header .header-content-wrapper .header-fade {
    background-image: -moz-linear-gradient(
        left,
        #fff 0,
        hsla(0, 0%, 100%, 0) 20%,
        hsla(0, 0%, 100%, 0) 80%,
        #fff 100%
    );
    background-image: linear-gradient(
        90deg,
        #fff 0,
        hsla(0, 0%, 100%, 0) 20%,
        hsla(0, 0%, 100%, 0) 80%,
        #fff
    );
    height: 122px;
    pointer-events: none;
    position: relative;
    width: 100%;
    z-index: 1;
}

.application-scene-pc-image {
    -moz-box-pack: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.application-scene-pc-image .scene-image-container {
    -moz-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    font-size: 0;
    height: 436px;
    position: relative;
    width: 696px;
}

.application-scene-pc-image .scene-image-container img {
    height: 100%;
    opacity: 0;
    position: absolute;
    -moz-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
    width: 100%;
}

.application-scene-pc-image .scene-image-container .incoming-image img {
    opacity: 1;
}

.application-scene-pc-button {
    -moz-box-pack: justify;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 64px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    left: 0;
    position: absolute;
    top: 360px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.application-scene-pc-button .scene-button {
    -moz-box-flex: 0;
    -moz-box-align: center;
    -moz-box-pack: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex: none;
    flex: none;
    height: 64px;
    -webkit-justify-content: center;
    justify-content: center;
    width: 64px;
    box-shadow: 0px 2px 23px 0px rgba(34, 154, 244, 0.34);
    background-color: #ffffff;
}

/* .application-scene-pc-button .scene-button img {
    width: 10px;
    height: 16px;
} */

.application-scene-pc-button .scene-button svg {
    stroke: #6b7b9b;
    stroke-width: 5;
    height: 28px;
    width: 28px;
}
.application-scene-pc-button .scene-button:hover {
    background: #229af4;
    color: #ffffff;
    svg {
        stroke: #ffffff;
    }
}

/* .application-scene-pc-button .scene-button:hover {
  border: 1px solid #4281fd
}

.application-scene-pc-button .scene-button:hover svg {
  stroke: #696969
}

.application-scene-pc-button .scene-button:active {
  border: 1px solid #1664ff
}

.application-scene-pc-button .scene-button:active svg {
  stroke: #454545
} */

@media screen and (min-width: 1680px) {
    .application-scene-pc-container,
    .application-scene-pc-header .header-content-wrapper .header-content {
        width: 1260px;
    }

    .application-scene-pc-header
        .header-content-wrapper
        .header-content
        .tab-panel-prev4
        .title-wrapper {
        left: -943px;
    }

    .application-scene-pc-header
        .header-content-wrapper
        .header-content
        .tab-panel-prev3
        .title-wrapper {
        left: -576px;
    }

    .application-scene-pc-header
        .header-content-wrapper
        .header-content
        .tab-panel-prev2
        .title-wrapper {
        left: -209px;
    }

    .application-scene-pc-header
        .header-content-wrapper
        .header-content
        .tab-panel-prev1
        .title-wrapper {
        left: 158px;
    }

    .application-scene-pc-header
        .header-content-wrapper
        .header-content
        .tab-panel-current
        .title-wrapper {
        left: 580px;
    }

    .application-scene-pc-header
        .header-content-wrapper
        .header-content
        .tab-panel-next1
        .title-wrapper {
        left: 1002px;
    }

    .application-scene-pc-header
        .header-content-wrapper
        .header-content
        .tab-panel-next2
        .title-wrapper {
        left: 1369px;
    }

    .application-scene-pc-header
        .header-content-wrapper
        .header-content
        .tab-panel-next3
        .title-wrapper {
        left: 1736px;
    }

    .application-scene-pc-header
        .header-content-wrapper
        .header-content
        .tab-panel-next4
        .title-wrapper {
        left: 2103px;
    }
}

.application-scene-mobile-container {
    padding: 0 24px;
    grid-gap: 24px;
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    width: 100%;
}

.application-scene-card {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-pack: justify;
    background: #f7f9fc;
    border-radius: 8px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    /* height: 100%; */
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 32px;
    border-radius: 12px;
}

.application-scene-card .card-content {
    -moz-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    /* padding: 0 34px 0 33px; */
}

.application-scene-card .card-content .card-title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
    text-align: center;
    margin-top: 24px;
}

.application-scene-card .card-content .card-des {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: 0.002em;
    line-height: 20px;
    margin-top: 12px;
    text-align: center;
    text-align: var(--volcfe-text-text-align, center);
}

.application-scene-card .card-content .card-link {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #229af4;
    line-height: 20px;
    text-align: center;
    margin-top: 12px;
}

.application-scene-card .card-content .card-link .card-link-a {
    -moz-box-flex: 0;
    display: block;
    -webkit-flex: none;
    flex: none;
}

.application-scene-card .card-content .card-link .card-link-a .card-link-panel {
    /* display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex; */
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #229af4;
    letter-spacing: 0.002em;
    line-height: 20px;
    text-align: center;
    align-items: center;
}

.application-scene-card
    .card-content
    .card-link
    .card-link-a
    .card-link-panel
    .link-arrow {
    -moz-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    margin-left: 5px;
}

.application-scene-card
    .card-content
    .card-link
    .card-link-a
    .card-link-panel
    .link-arrow
    svg {
    height: 14px;
    width: 14px;
}

.application-scene-card .card-image {
    -moz-box-flex: 0;
    -webkit-flex: none;
    flex: none;
    font-size: 0;
    margin-top: 22px;
    padding: 0;
    width: 100%;
}

.application-scene-card .card-image img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .application-scene-mobile-container {
        display: block;
        padding: 0;
    }

    .application-scene-card + .application-scene-card {
        margin-top: 24px;
    }
}

body {
    margin: 0;
    padding: 0;
}
