.lbanner-pp .lbanner-btn {
    display: none !important;
}

.S_app_main {
    margin-top: 5%;
}

.S_app_main .app_item:nth-child(odd) {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 8%;
}

.S_app_main .app_item:nth-child(even) {
    width: 48%;
    float: right;
    margin-top: 8%;
}

.S_app_main .app_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 51%;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.S_app_main .app_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.S_app_main .app_item .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.S_app_main .app_item .item_title {
    font-family: 'Oswald-Regular';
    font-weight: 400;
    font-size: 20px;
    color: var(--conmmonColor);
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 20px 0;
}

.S_app_main .app_item .item_desc {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_app_business {
    margin-top: 5%;
    padding-bottom: 5%;
    position: relative;
}

.S_app_business .business_wrap {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 38%;
}

.S_app_business .business_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.S_app_business .business_box {
    width: 645px;
    position: absolute;
    right: -3%;
    bottom: -7%;
    padding: 40px 56px 40px 70px;
    border-radius: 130px 0 0 0;
    background-color: rgba(190, 5, 11, .85);
}

.S_app_business .business_box .business_date {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    color: #FFFFFF;
    line-height: 41px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_app_business .business_box .business_title {
    font-family: 'Oswald-Bold';
    font-weight: normal;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 41px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.S_app_business .business_box .business_desc {
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

@media only screen and (max-width: 950px) {

    .S_app_business .business_wrap {
        height: 532px;
    }
}

@media only screen and (max-width: 768px) {

    .S_app_main .app_item:nth-child(even),
    .S_app_main .app_item:nth-child(odd) {
        width: 100%;
        float: unset;
        margin-top: 0;
        margin-bottom: 30px;
    }


    .S_app_business .business_box {
        width: 80%;
        position: absolute;
        padding: 20px 30px 20px 70px;
        border-radius: 130px 0 0 0;
        background-color: rgba(190, 5, 11, .85);
    }
}

@media only screen and (max-width: 480px){
    .S_app_business {
        padding-bottom: 8%;
    }
    .S_app_business .business_box{
        width: 95%;
    }
    .common_inquity{
        margin-top: 15%;
    }
}