/* 导航 */
header {
    background: linear-gradient(to right, #093cb2 0%, #062c93 100%);
}

.language {
    display: none !important;
}

/* 首屏 */
.rcsmake-top {
    background: linear-gradient(to right, #093cb2 0%, #062c93 100%);
}

.rcsmake-top-content {
    margin: 0;
    height: 100%;
}

.call-top-right {
    position: absolute;
    height: 100%;
    /* max-height: 570px; */
    bottom: 0;
    right: 4vw;
}

.rcs-top-right img {
    height: 100%;
    width: auto;
}

.call-h1 {

    font-size: 32px;
    color: #353535;
    margin: 120px 0 25px;
}

.call-h3 {
    font-size: 16px;
    color: #647189;
    line-height: 1.5;
}

/* 升级 */
.call-update {
    text-align: center;
}


.call-update-area {
    background: #F9FCFF;
    padding: 48px 0 93px 0;
    margin-top: 52px;
}

.call-update-title {
    color: #2B4F8D;
    font-size: 22px;
    position: relative;
    display: inline-block;
    margin-bottom: 55px;
}

.call-update-title::before {
    content: "";
    width: 4px;
    height: 80%;
    background: #2B4F8D;
    border-radius: 2px;
    position: absolute;
    left: -15px;
    top: 10%;
}

.call-update-title span {
    color: #5B739D;
    font-size: 18px;
}

/*  */
.pre-call {
    height: 530px;
    margin: 0 auto 95px;
    display: flex;
    justify-content: center;
    /* overflow: hidden; */
}

.pre-call-left {
    width: 315px;
    background: #164CB0;
    box-shadow: 0px 0px 12px 0px rgba(202, 216, 226, 0.58);
    border-radius: 12px;
    color: #fff;
    font-size: 0;
}

.pre-call-left h5 {
    font-size: 20px;
    margin-top: 25px;
}

.pre-call-left p {
    font-size: 16px;
    line-height: 1.5;
    margin: 5px 0 15px;
}

.call-line {
    width: 75%;
    margin: 15px auto 25px;
    border-bottom: 1px dashed #D2DCE4;
}

.call-line-long {
    width: 85%;
}

.pre-call-right {
    width: 675px;
    margin-left: 45px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(202, 216, 226, 0.58);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.pre-call-right h5 {
    color: #2860D7;
    font-size: 20px;
    margin-top: 25px;
}

.pre-call-right p {
    font-size: 16px;
    color: #394356;
    line-height: 1.5;
    margin: 20px 0 24px;
}

.pre-call-right-img1 {
    width: 158px;
    position: relative;
}

.pre-call-right-img2 {
    width: 285px;
    position: absolute;
    left: 48%;
    top: 35%;
}

@keyframes ani {
    0% {
        transform: scale(1);
        left: -0%;
    }

    100% {
        transform: scale(1.6);
        left: -11%;
    }
}

.animate-per {
    -webkit-animation: ani 2s forwards;
    animation: ani 2s forwards;
    transform-origin: top;
}

/*  */
.in-call {
    height: 530px;
    margin: 0 auto 95px;
    display: flex;
    justify-content: center;
    /* overflow: hidden; */
}

.in-call>div {
    box-shadow: 0px 0px 12px 0px rgba(202, 216, 226, 0.58);
    border-radius: 12px;
}

.in-call-1 {
    margin: 0 auto 50px;
}

.in-call-left {
    width: 675px;
    background: #FFFFFF;
}

.in-call-left h5 {
    color: #2860D7;
    font-size: 20px;
    margin-top: 25px;
}

.in-call-left p {
    font-size: 16px;
    color: #394356;
    line-height: 1.5;
    margin: 20px 0 24px;
}


.in-call-left-button {
    float: left;
    /* width: 20%; */
    margin: 0 0 0 9%;
    cursor: pointer;
}

.in-call-button {
    width: 94px;
    background: #3E93FF07;
    color: #394356;
    /* opacity: 0.07; */
    font-size: 14px;
    padding: 6px 0;
    border-radius: 17px;
    margin-bottom: 15px;
}

.in-call-left-img {
    float: right;
    width: 67%;
    display: flex;
    display: -webkit-flex;
}

.in-call-left-img>img {
    width: 50%;
    opacity: 0.5;
    height: 100%;
}

.in-call-active {
    transition: 1s all;
    background: #3E93FF;
    /* opacity: 1; */
    color: #fff;
}

.in-call-img-active {
    transition: 1s all;
    opacity: 1 !important;
}

.in-call-right {
    width: 315px;
    margin-left: 45px;
    background: #FFFFFF;
}

.in-call-right h5 {
    font-size: 20px;
    margin-top: 25px;
    color: #2860D7;
}

.in-call-right p {
    font-size: 16px;
    line-height: 1.5;
    color: #394356;
    margin: 5px 0 15px;
}

.in-call-white {
    width: 312px;
    margin-right: 50px;
    background-color: #fff;
}

.in-call-white h5 {
    color: #2860D7;
    font-size: 20px;
    margin-top: 25px;
}

.in-call-white p {
    font-size: 16px;
    color: #394356;
    line-height: 1.5;
    margin: 20px 0 24px;
}

.in-call-blue {
    width: 312px;
    background: #204588;
    color: #fff;
}

.in-call-blue h5 {
    font-size: 20px;
    margin-top: 25px;
}

.in-call-blue p {
    font-size: 16px;
    line-height: 1.5;
    margin: 5px 0 15px;
}

/*  */
.post-call {
    max-width: 1035px;
    margin: 0 auto 95px;
    height: 357px;
    background: #204588;
    box-shadow: 0px 0px 12px 0px rgba(202, 216, 226, 0.58);
    border-radius: 12px;
    position: relative;
}

.post-call-text {
    color: #fff;
    text-align: left;
    padding: 53px;
}

.post-call-text h5 {
    font-size: 20px;
    margin-bottom: 15px;
}

.post-call-text p {
    font-size: 16px;
    line-height: 1.5;
}

.post-call img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80%;
}

/*  */
.integration {
    height: 550px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    text-align: left;
}

.integration>div {
    box-shadow: 0px 0px 12px 0px rgba(202, 216, 226, 0.58);
    border-radius: 12px;
}

.integration-left {
    width: 570px;
    background: #164CB0;
    color: #fff;
}

.integration-left h5 {
    margin: 54px 0 17px 71px;
    font-size: 22px;
}

.integration-left p {
    margin: 0 0 34px 71px;
    font-size: 16px;
}

.integration-right {
    width: 425px;
    background: #fff;
    margin-left: 40px;
    padding: 54px 20px 0 45px;
}

.integration-right h5 {
    color: #1F2B3F;
    font-size: 22px;
}

.integration-right p {
    color: #394356;
    font-size: 16px;
    margin: 17px 0 53px 0;
}

.integration-right-item {
    /* display: flex; */
    margin-bottom: 60px;
}

.integration-right-item-img {
    float: left;
    font-size: 0;
    width: 38px;
}

.integration-right-item-text {
    width: calc(100% - 45px);
    float: right;
}

.integration-right-item-text p {
    color: #2860D7;
    font-size: 18px;
    margin: 0 0 10px 0;

}

.integration-right-item-text span {
    color: #394356;
    font-size: 14px;
    display: block;
    line-height: 1.5;
}

/* 使用场景 */
.scenarios {
    text-align: center;
}

.scenarios-tag {
    width: 70%;
    max-width: 1000px;
    margin: 70px auto 0;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #DCE8F7;
    list-style-type: none;
    text-align: center;
    height: 35px;
}

.scenarios-tag-li {
    color: #384761;
    font-size: 18px;
    height: 100%;
    cursor: pointer;
    position: relative;
}

.scenarios-active {
    color: #2860D7;
}

.scenarios-active::after {
    content: "";
    background-color: #2860D7;
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    border-radius: 10px;
}

.scenarios-box {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 65px;
}

.rcsdev-swiper-slide {
    width: 47%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 1000ms;
    transform: scale(0.7);
    opacity: 0.5;
    transform-origin: bottom;
}

.swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.scenarios-text {
    height: 80px;
    margin-top: 21px;
}

.scenarios-text-items {
    width: 47%;
    max-width: 760px;
    /* height: 60px; */
    display: flex;
    margin: 0 auto;
}

.scenarios-text-items>div {
    width: 33%;

}

.scenarios-text-items>div:nth-child(2) {
    margin: 0 12%;
}

.scenarios-text-items h5 {
    color: #1F2B3F;
    font-size: 20px;
    margin-bottom: 10px;
}

.scenarios-text-items p {
    color: #647189;
    font-size: 16px;
    line-height: 1.5;
}

/* 方案框架 */
.programme {
    text-align: center;
    width: 65%;
    margin: 0 auto;
}

.programme .call-h3 {
    text-align: left;
    max-width: 1100px;
    margin: 0 auto 20px;
}

.programme div {
    max-width: 1100px;
    margin: 50px auto 0;
}

@media screen and (min-width: 1441px) {}

@media screen and (min-width: 1680px) {}

@media screen and (min-width: 1920px) {}

@media screen and (min-width: 2100px) {
    .call-top-right {
        right: 15%;
        height: 70%;
    }
}

@media screen and (max-width: 1280px) {
    .programme {
        width: 75%;
    }
}

@media screen and (max-width: 900px) {

    /* 导航 */
    .menu-language {
        display: none !important;
    }

    .rcsmake-top {
        padding: 0px 10px 0px 10px;
        ;
    }

    .rcs-top-left h1 {
        padding-top: 30px;
    }

    .call-top-right {
        position: relative;
        right: auto;
    }

    .rcs-top-right img {
        height: auto;
        width: 100%;
    }

    .call-h1 {
        font-size: 22px;
    }

    .call-h3 {
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
    }

    /* 升级 */
    .pre-call,
    .in-call,
    .integration {
        flex-direction: column;
        height: auto;
    }

    .call-line-long {
        width: 75%;
    }

    .pre-call-left,
    .integration-left,
    .in-call-left {
        width: 90%;
        margin: 0 auto;
    }

    .pre-call-right,
    .in-call-right,
    .in-call-white,
    .in-call-blue,
    .integration-right {
        width: 90%;
        margin: 40px auto 0;
    }

    .pre-call-mb {
        font-size: 0;
        width: 90%;
        margin: 0 auto;
    }

    .pre-call-right p {
        width: 75%;
        margin: 20px auto 24px;
    }

    .in-call-1 {
        margin-bottom: 0;
    }

    .in-call-left-button {
        display: none;
    }

    .in-call-mb {
        width: 70%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .in-call-mb-button {
        background: #3E93FF;
        color: #fff;
    }

    .in-call-left-img {
        display: none;
    }

    .post-call {
        height: auto;
        width: 90%;
        font-size: 0;
    }

    .post-call-text {
        position: relative;
        padding: 35px 0 35px 10%;
    }

    .post-call img {
        position: relative;
        width: 100%;
    }

    .integration-left h5 {
        margin: 54px 0 17px 50px;
    }

    .integration-left p {
        margin: 0 0 34px 50px;
    }

    .scenarios-mb {
        margin-top: 50px;
    }

    .scenarios-mb-item {
        margin-bottom: 70px;
    }

    .scenarios-mb-item h5 {
        font-size: 16px;
    }

    .scenarios-mb-item p {
        font-size: 14px;
    }

    .scenarios-mb-item img {
        width: 90%;
        margin: 20px 0;
    }

    .scenarios-text-items {
        width: 90%;
    }

    .scenarios-text-items>div:nth-child(2) {
        margin: 0 5%;
    }

    .programme {
        width: 100%;
    }

}

@media screen and (max-width: 320px) {}