.index-lbbox {
    width: 100vw;
    height: 45vw;
}

.index-lbbox .swiper-slide {
    background-size: 180% 150%;
    background-position: 50% 50%;
}

.swiper-button-prev, .swiper-button-next {
    display: none;
}

.swiper-pagination {
    transform: scale(.7) translateY(3vw);
}

.fun .left h5 {
    font-size: 16px;
}

.fun .left p {
    font-size: 14px;
}

.fun .my-item h5 {
    font-size: 16px;
}

.fun .my-item p {
    font-size: 14px;
}

.icon-menu img {
    width: 130px;
}

.icon-menu h5 {
    margin-top: 5px;
}

.icon-menu p {
    margin-top: 0px;
}

.app-group .title p {
    margin-top: 0;
}

.ani-goods .info-text h4 {
    font-size: 16px;
}

.ani-goods p {
    font-size: 14px;
    line-height: 1.1;
    margin-top: 2px;
    line-height: 1.2;
}

.ani-goods .info-text>div:nth-child(2n) {
    text-align: left;
}

.ani-goods .info-text {
    position: relative;
    margin-top: 0px;
    padding-bottom: 0px;
}

.ani-goods .info-cen-block {
    display: none;
}

.join-up .cont-tex {
    padding-left: 10px;
}

.join-up .cont-tex ul {
    flex-direction: column;
    align-items: flex-start;
}

.join-up .cont-tex li {
    flex-direction: row;
    margin-bottom: 15px;
    align-items: baseline;
    text-indent: 1.2em;
}

.join-up .cont-tex li:last-child {
    margin-bottom: 0px;
}

.join-up .cont-tex li::before {
    width: 35px;
    height: 35px;
    font-weight: 500;
    font-size: 18px;
    text-indent: 0;
}

.join-up .cont-tex ul::before {
    height: 100%;
    left: 20px;
    border: 1px dashed transparent;
    border-left: 1px dashed #1bc992;
}

.com-img .com-img-swiper {
    left: 104px;
    top: 31px;
    width: 515px;
    height: 326px;
}

@media (max-width:767px) {
    .com-img .com-img-swiper {
        left: 80px;
        top: 23px;
        width: 381px;
        height: 241px;
    }
}

@media (max-width:567px) {
    .com-img .com-img-swiper {
        left: 15vw;
        top: 4vw;
        width: 70vw;
        height: 45vw;
    }
}

/* 客户案例 选项卡↓↓↓ */

.client-demo .list-menu {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-evenly;*/
    justify-content: space-around;
    
}

@media (max-width:768px) {
    .client-demo .list-menu li {
        width: 120px;
        height: 40px;
        font-size: 16px;
        justify-self: flex-start;
        margin-bottom: .4em;
    }
}

@media (min-width:390px) and (max-width:510px) {
    .client-demo .list-menu li {
        width: 161px;
    }
}

@media (max-width:390px) {
    .client-demo .img-wrap img {
        width: 80%;
    }
    .client-demo .img-wrap {
        border: none;
        overflow: initial;
    }
}

/* 我们的核心优势↓↓↓ */

@media (max-width: 768px) {
    .ourse-goodness .img-group .img-block h5 {
        margin-top: 10px;
    }
    .ourse-goodness .img-group .img-block {
        width: 50%;
        margin-bottom: 20px;
    }
}

/* 开启小程序时代↓↓↓ */

.start-xcx b {
    font-size: 18px;
}

.start-xcx b u {
    font-size: 24px;
}

.start-xcx b i {
    font-size: 18px;
    display: inline-block;
    transform: translateY(-1.2em);
}

.start-xcx .cont-txt p {
    font-size: 14px;
}

/* 服务价格↓↓↓ */

.money-block p {
    font-size: 18px;
}

.money-block h2 {
    line-height: 1.5em;
    margin-top: 10px;
    padding: 2px 40px;
    border-radius: 7px;
    font-size: 27px;
}

.money-block u {
    font-size: 20px;
}

.money-block h5 {
    margin-top: 10px;
    font-size: 14px;
}

.money-block h6 {
    margin-top: 10px;
    font-size: 22px;
}