


@media screen and (min-width: 501px) {
    .banner {
        width: 100%;
        height: 39.375rem;
        background: url(../../img/workflow/bg.png) no-repeat top;
        background-size: cover;
    }
    .btns_1{
        display: none;
    }
    .banner .body {
        width: 80%;
        max-width: 75rem;
        margin: 0 auto;
        padding-top: 5.8125rem;
        display: flex;
        justify-content: space-between;
    }

    .banner .body .title {
        padding-top: 5.5rem;
    }

    .banner .body .title .label {
        padding-top: 1.25rem;
        font-size: 1.625rem;
    }


    .banner .body .title .btns {
        font-size: 1.125rem;
        margin-top: 2.125rem;
        width: 9.5rem;
        height: 3rem;
        background: linear-gradient(90deg, #219bf4 0%, #027AFF  100%);
        text-align: center;
        line-height: 3rem;
        color: #fff;
    }

    .content_1 {
        width: 100%;
        padding-top: 5.5rem;
        padding-bottom: 4.9375rem;
    }

    .content_1 h3 {
        text-align: center;
    }

    .content_1 .body_1 {
        margin: 1.875rem auto;
        width: 80%;
        max-width: 75rem;
    }

    .content_1 .body_1 .top {
        display: flex;
        justify-content: space-between;
        margin-top: 4.125rem;
    }

    .content_1 .body_1 .top .top_1 {
        display: flex;
        width: 36.75rem;
        height: 13.25rem;
        background: #fff;
        padding: 2.375rem 13.875rem 1.875rem 2.875rem;
        box-shadow: 0px 0px 9px 1px rgba(198, 217, 244, 0.75);
    }

    .content_1 .body_1 .top .top_1 .label {
        width: 100%;
        margin-left: 0.75rem;
    }

    .content_1 .body_1 .top .top_1 .label p {
        font-size: 1rem;
    }

    .content_1 .body_1 .top .top_2 {
        display: flex;
        width: 36.75rem;
        height: 13.25rem;
        background: #fff;
        padding: 2.375rem 13.875rem 1.875rem 2.875rem;
        box-shadow: 0px 0px 9px 1px rgba(198, 217, 244, 0.75);
    }

    .content_1 .body_1 .top .top_2 .label {
        width: 100%;
        margin-left: 0.75rem;
    }

    .content_1 .body_1 .top .top_2 .label p {
        font-size: 1rem;
    }

    .content_2 {
        width: 100%;
        height: 42.5rem;
        padding-top: 6.375rem;
        padding-bottom: 4.875rem;
        background: #F4F8FB;
    }

    .content_2 h3 {
        text-align: center;
    }

    .content_2 .body_2 {
        max-width: 75rem;
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .content_2 .body_2 .left {
        width: 35%;
        padding-top: 6.5625rem;
    }

    .content_2 .body_2 .left ul {
        list-style: none;
        padding: 0;
        margin-top: 1.9375rem;
    }

    .content_2 .body_2 .left ul li {
        margin-top: 1.1875rem;
    }

    .content_2 .body_2 .left ul li img {
        width: 1.25rem;
    }

    .content_2 .body_2 .right {
        width: 41.375rem;
        height: 30.0625rem;
        padding-top: 0.4375rem;
    }

    .content_3 {
        width: 100%;
        height: 42.5rem;
        padding-top: 6.375rem;
        padding-bottom: 4.875rem;
    }

    .content_3 h3 {
        text-align: center;
    }

    .content_3 .body_3 {
        max-width: 75rem;
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .content_3 .body_3 .left {
        width: 35%;
        padding-top: 6.5625rem;
    }

    .content_3 .body_3 .left ul {
        list-style: none;
        padding: 0;
        margin-top: 1.9375rem;
    }

    .content_3 .body_3 .left ul li {
        margin-top: 1.1875rem;
    }

    .content_3 .body_3 .left ul li img {
        width: 1.25rem;
    }

    .content_3 .body_3 .right {
        width: 41.375rem;
        height: 30.0625rem;
        padding-top: 0.4375rem;
    }

    .content_4 {
        width: 100%;
        height: 29.375rem;
        background: url(../../img/workflow/feature-bg.png) no-repeat;
        padding-top: 6.0625rem;
        padding-bottom: 4rem;
    }

    .content_4 h3 {
        text-align: center;
    }

    .content_4 .body_4 {
        width: 80%;
        display: flex;
        justify-content: space-between;
        max-width: 75rem;
        margin: 3.8125rem auto 0 auto;
    }

    .content_4 .body_4 .box {
        width: 24.0625rem;
        height: 12.375rem;
        box-shadow: 0px 0px 7px 1px rgba(198, 217, 244, 0.75);
        border-top: 0.3125rem solid #027AFF ;
        padding-top: 2.8125rem;
        padding-right: 1.875rem;
        padding-left: 2.125rem;
    }

    .content_4 .body_4 .box h5 {
        padding-bottom: 0.875rem;
    }
}


@media screen and (max-width: 500px) {
    .banner {
        width: 100%;
        padding: 56px 0;
        background: linear-gradient(360deg, #EDF0FC 0%, #F1F4FC 12%, #FBFCFE 51%, #FFFFFF 100%);
    }

    .banner .body {
        width: 80%;
        max-width: 75rem;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .banner .body .title h1 {
        font-size: 24px;
    }

    .banner .body .title .label {
        padding-top: 1.25rem;
        font-size: 20px;
    }


    .banner .body .title .btns {
        width: 30%;
        padding: 5px 10px;
        font-size: 16px;
        margin-top: 1.25rem;
        background: linear-gradient(90deg, #219bf4 0%, #027AFF  100%);
        text-align: center;
        color: #fff;
    }

    .banner .body .image {
        display: none;
    }


    .content_1 {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .content_1 h3 {
        text-align: center;
    }

    .content_1 .body_1 {
        margin: 30px auto;
        width: 80%;
        max-width: 75rem;
    }


    .content_1 .body_1 .top .top_1 {
        display: flex;
        width: 100%;
        padding: 20px;
        background: #fff;
        box-shadow: 0px 0px 9px 1px rgba(198, 217, 244, 0.75);
    }

    .content_1 .body_1 .top .top_1 .label {
        width: 100%;
        margin-left: 0.75rem;
    }

    .content_1 .body_1 .top .top_1 .label p {
        font-size: 1rem;
    }

    .content_1 .body_1 .top .top_2 {
        display: flex;
        width: 100%;
        margin-top: 30px;
        background: #fff;
        padding: 20px;
        box-shadow: 0px 0px 9px 1px rgba(198, 217, 244, 0.75);
    }

    .content_1 .body_1 .top .top_2 .label {
        width: 100%;
        margin-left: 0.75rem;
    }

    .content_1 .body_1 .top .top_2 .label p {
        font-size: 1rem;
    }

    .content_2 {
        width: 100%;
        background: #F4F8FB;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .content_2 h3{
        text-align: center;
        margin-bottom: 30px;
    }

    .content_2 .body_2 {
        max-width: 75rem;
        width: 80%;
        margin: 0 auto;
    }

    .content_2 .body_2 .left{
        text-align: center;
    }
    .content_2 .body_2 .left ul{
        display: none;
    }
    .content_2 .body_2 .left .btns{
        display: none;
    }

    .content_2 .body_2 .right {
        width: 100%;
        padding-top: 0.4375rem;
    }
    .content_2 .body_2 .right img{
        width: 100%;
    }

    .content_2 .body_2 .btns_1 div{
        width: 40%;
        margin: 20px auto 0 auto;
        background: #027AFF ;
        text-align: center;
        color: #fff;
        padding: 10px;
    }

    .content_3 {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .content_3 h3{
        text-align: center;
        margin-bottom: 30px;
    }
    .content_3 .body_3 {
        max-width: 75rem;
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
    }

    .content_3 .body_3 .left {
        padding-top: 1rem;
        text-align: center;
    }

    .content_3 .body_3 .left ul {
        list-style: none;
        padding: 0;
        margin-top: 1.9375rem;
    }

    .content_3 .body_3 .left ul li {
        margin-top: 1.1875rem;
    }

    .content_3 .body_3 .left ul li img {
        width: 1.25rem;
    }

    .content_3 .body_3 .left ul{
        display: none;
    }
    .content_3 .body_3 .left .btns{
        display: none;
    }

    .content_3 .body_3 .right {
        width: 100%;
        margin-top: 10px;
    }
    .content_3 .body_3 .right img{
        width: 100%;
    }

    .content_3 .body_3 .btns_1 div{
        width: 40%;
        margin: 20px auto 0 auto;
        background: #027AFF ;
        text-align: center;
        color: #fff;
        padding: 10px;
    }


    .content_4 {
        width: 100%;
        background: url(../../img/oa/feature-bg.png) no-repeat;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .content_4 h3 {
        text-align: center;
    }

    .content_4 .body_4 {
        width: 80%;
        max-width: 75rem;
        margin: 0 auto;
    }

    .content_4 .body_4 .box {
        width: 100%;
        box-shadow: 0px 0px 7px 1px rgba(198, 217, 244, 0.75);
        margin-top: 20px;
        padding: 20px;
    }

    .content_4 .body_4 .box h5 {
        padding-bottom: 10px;
        border-bottom: 2px solid #027AFF ;
        width: 50%;
        font-size: 18px;
    }

    .content_4 .body_4 .box:nth-child(3) h5 {
        padding-bottom: 10px;
        border-bottom: 2px solid #027AFF ;
        width: 50%;
        font-size: 18px;
    }
}




