
.app_title {
    font-family: 'Roboto-Bold'; font-weight: bold; font-size: 30px;
    color: #020C1E; line-height: 1.25; text-transform: capitalize;
}
@media only screen and (max-width: 1200px){
    .app_title{font-size: 26px;}
}
@media only screen and (max-width: 980px){
    .app_title{font-size: 24px;}
}


.innerApp_main {position: relative; margin-top: 5%;}

.innerApp_main .details_wrap {
    position: relative;
}

.details_wrap .desc_wrap .desc_left {
    width: 66%; position: relative;
}

.details_wrap .desc_wrap .desc_left .pic{
    height: 100%; padding-bottom: 0;
}

.details_wrap .desc_wrap .desc_right {
    width: 32%;
}
.details_wrap .desc_wrap .desc_right .pic{
    padding-bottom: 65%;
}
.details_wrap .desc_wrap .desc_right .pic:nth-child(n+2){margin-top: 10px;}

.details_wrap .desc_wrap .desc_right .pic:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.details_wrap .desc_bot{margin-top: 10px; align-items: flex-start;}

.desc_bot .details_content{width: 66%; padding: 30px 0 0;}

.details_content .details_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: var(--txtColor);
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
}

.desc_bot .details_box{width: 32%;}
.desc_bot .details_box{
    padding: 58px 40px;
    background: radial-gradient(0% 0% at 0% 0%, #EEEEEE 0%, #EBEBEB 0%, #EEEEEE 100%), #E8E8E8; border: 1px solid #E5E5E5;
}
.desc_bot .details_box .box_logo {width: auto; height: 30px;margin: 0 auto;
}
.desc_bot .details_box .box_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.desc_bot .details_box .box_title {
    font-family: 'Roboto-Regular'; font-weight: 400; margin: 16px 0 20px;
    font-size: 18px; color: #020C1E; line-height: 28px;
    text-align: center; font-style: normal; text-transform: capitalize;
}

.desc_bot .details_box .box_btn a {
    display: inline-block;
    padding: 8px 20px;
    background: var(--commonColor);
    border: 2px solid var(--commonColor);
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}
.desc_bot .details_box .box_btn {
    text-align: center;
}
.desc_bot .details_box .box_btn a:hover {
    background-color: #fff;
    color: var(--commonColor);
}

@media only screen and (max-width: 980px) {
    .innerApp_main{margin-top: 28px;}
    .details_wrap .desc_wrap {
        flex-direction: column;
        align-items: center;
    }

    .details_wrap .desc_wrap .desc_left {
        width: 100%;
        margin-bottom: 10px;
    }
    .details_wrap .desc_wrap .desc_left .pic{height: 0; padding-bottom: 65%;}

    .details_wrap .desc_wrap .desc_right {
        width: 100%; display: flex; justify-content: space-between;
    }
    .details_wrap .desc_wrap .desc_right .pic{
        width: calc(50% - 6px); padding-bottom: 34%;
    }
    .details_wrap .desc_wrap .desc_right .pic:nth-child(n+2){margin-top: 0;}

    .details_wrap .desc_bot{flex-direction: column; margin-top: 20px;}
    .desc_bot .details_content{width: 100%; padding: 0 0 20px;}
    .details_content .details_desc{margin-top: 10px;}
    .desc_bot .details_box{width: 100%; padding: 30px 20px;}
}


/* app_ztyw */
.app_ztyw {margin-top: 5%;}

.app_ztyw .item_img {width: 48%;}
.app_ztyw .item_img .pic{padding-bottom: 60%;}
.app_ztyw .item_info {
    width: 48%; padding-top: 40px; position: relative;
}
.app_ztyw .item_info:before {
    content: ''; width: 100%; height: 6px; top: 0;
    background-color: var(--commonColor); position: absolute;
}
.app_ztyw .item_info .item_content {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: var(--txtColor);
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 10px 0 30px;
}
.app_ztyw .item_info .item_btn a {
    display: inline-block;
    padding: 8px 20px;
    background: var(--commonColor);
    border: 2px solid var(--commonColor);
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}
.app_ztyw .item_info .item_btn a:hover {
    background-color: transparent;
    color: #020C1E;
}

@media only screen and (max-width: 1200px) {
    .app_ztyw .item_info{padding-top: 24px;}
    .app_ztyw .item_info .item_content{margin: 10px 0 20px;}
}
@media only screen and (max-width: 980px) {
    .innerApp_main .app_ztyw {
        flex-direction: column; align-items: center; margin-top: 24px;
    }

    .innerApp_main .app_ztyw .item_img {
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        margin-bottom: 20px;
    }

    .innerApp_main .app_ztyw .item_info {
        width: 100%;
    }
}

/* innerApp_systems */
.innerApp_systems {margin-top: 5%;}
.systems_wrap{padding-top: 5%; position: relative;}
.systems_wrap::before{content: ''; position: absolute; width: 100%; height: 8px; background-color: var(--commonColor); top: 0; left: 0;}
.systems_title {margin-bottom: 3%;}
.systems_list .systems_item {width: 48.5%;}
.systems_list .systems_item .item_img {padding-bottom: 68%;}

.systems_list .systems_item .item_info .item_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 22px;
    color: #020C1E;
    line-height: 1.4;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 35px 0 15px;
}

.systems_list .systems_item .item_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: var(--txtColor);
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}


/* innerApp_tool */
.innerApp_tool {
    margin-top: 4%;
}
.tool_wrap{position: relative;}
.tool_wrap .tool_bg {
    width: 100%; height: 100%; overflow: hidden;
    position: absolute; left: 0; top: 0; z-index: 0;
}

.innerApp_tool .tool_wrap .tool_bg img {
    width: 100%; height: 100%; object-fit: cover;
}

.innerApp_tool .tool_wrap .tool_info {
    position: relative; z-index: 1;
    padding: 6% 5%;
    width: 50%;
    background-color: rgba(var(--comColorRgb), .68);
}

.innerApp_tool .tool_wrap .tool_info .tool_title {
    color: #FFFFFF;
}

.innerApp_tool .tool_wrap .tool_info .tool_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 10px 0 30px;
}

.innerApp_tool .tool_wrap .tool_info .tool_btn a {
    display: inline-block;
    padding: 8px 20px;
    background: var(--commonColor);
    border: 2px solid var(--commonColor);
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.innerApp_tool .tool_wrap .tool_info .tool_btn a:hover {
    background-color: #FFFFFF;
    color: var(--commonColor);
}

.innerApp_solutions {
    position: relative;
    margin-top: 5%;
}
.solutions_wrap{padding-top: 4.5%; position: relative;}
.solutions_wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: var(--commonColor);
    top: 0;
    left: 0;
}

.innerApp_solutions .solutions_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: var(--txtColor);
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 15px 0 25px;
}

.innerApp_solutions .solutions_btn a {
    display: inline-block;
    padding: 8px 30px;
    background-color: var(--commonColor);
    border: 2px solid var(--commonColor);
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.innerApp_solutions .solutions_btn a:hover {
    background-color: #FFFFFF;
    color: #020C1E;
}

.innerApp_solutions .solutions_div{max-width: 1300px; margin: 0 auto;}
.innerApp_solutions .swiper {
    margin: 4% auto; max-width: 1300px;
}

.innerApp_solutions .solutions_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.innerApp_solutions .solutions_item .item_img {
    width: 50%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 24%;
    -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;
}

.innerApp_solutions .solutions_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerApp_solutions .solutions_item .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.innerApp_solutions .solutions_item .item_info {
    width: 45%;
}

.innerApp_solutions .solutions_item .item_info .item_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 22px;
    color: #020C1E;
    line-height: 1.4;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.innerApp_solutions .solutions_item .item_info .item_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: var(--txtColor);
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.solutions_line{position: relative; padding: 4% 0 0;}
.innerApp_solutions .solutions_line::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--commonColor);
    top: 0;
    left: 0;
}

.innerApp_solutions .thumb_box {
    position: relative; width: 780px; margin: 0 auto;
}

.innerApp_solutions .appSwiper {
    width: 700px;
    margin: 0 auto;
}

.innerApp_solutions .appSwiper .swiper-slide {
    border: 1px solid #e5e5e5;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 23%;
}

.innerApp_solutions .appSwiper .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.innerApp_solutions .appSwiper .swiper-slide.current {
    border-color: #020C1E;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: block !important;
    opacity: .5 !important;
}

.innerApp_solutions .thumb_box .swiper-button-prev {
    width: 30px !important;
    height: 50px !important;
    background: url(../img/app_prev.png) no-repeat center center;
    border-radius: 50%;
    padding: 20px 10px;
    background-size: auto;
    left: 0;
    right: auto;
    z-index: 99;
    opacity: 1; margin-top: -25px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none !important;
}

.innerApp_solutions .thumb_box .swiper-button-next {
    width: 30px !important;
    height: 50px !important;
    background: url(../img/app_next.png) no-repeat center center;
    border-radius: 50%;
    padding: 20px 10px;
    background-size: auto;
    right: 0;
    left: auto;
    z-index: 99;
    opacity: 1; margin-top: -25px;
}

.innerApp_resources {
    margin-top: 5%;
}

.innerApp_resources .resources_wrap {
    position: relative;
    padding-top: 4.5%;
}

.innerApp_resources .resources_wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: var(--commonColor);
    top: 0;
    left: 0;
}

.innerApp_resources .resources_title {
    margin-bottom: 30px;
}

.innerApp_resources .resources_list {
    justify-content: flex-start;
    align-items: flex-start;
}

.innerApp_resources .resources_list .resources_item {
    width: 32%;
    margin-right: 30px;
}

.innerApp_resources .resources_list .resources_item:nth-child(3n) {
    margin-right: 0 !important;
}

.innerApp_resources .resources_list .resources_item .item_img {
    padding-bottom: 129%;
}

.innerApp_resources .resources_list .resources_item .item_title {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 22px;
    color: var(--commonColor);
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 30px 0 20px;
}

.innerApp_resources .resources_list .resources_item .item_title a {
    display: inline-block;
    color: var(--commonColor);
}

.innerApp_resources .resources_list .resources_item .item_title a:hover {
    text-decoration: underline;
}

.innerApp_resources .resources_list .resources_item .item_btn a {
    font-family: 'Roboto-Bold';
    font-weight: bold;
    font-size: 18px;
    color: var(--commonColor);
    line-height: 38px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}

.innerApp_resources .resources_list .resources_item .item_btn a:hover {
    text-decoration: underline;
}

.innerApp_resources .resources_list .resources_item .item_btn a:after {
    content: '\f0da';
    font-family: 'fontawesome';
    font-size: 18px;
    color: var(--commonColor);
    line-height: 38px;
    text-align: left;
    margin-left: 10px;
}

.innerApp_brands {
    margin-top: 4%;
}

.brands_wrap{position: relative; padding-top: 4.5%;}
.brands_wrap::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 8px;
    background-color: var(--commonColor);
    top: 0;
    left: 0;
}

.brands_inner{position: relative; margin-top: 3%;}

.innerApp_brands .brands_img {
    width: 100%; height: 100%; left: 0; top: 0;
    position: absolute; overflow: hidden;
}

.innerApp_brands .brands_img img {
    width: 100%; height: 100%; object-fit: cover;
}

.innerApp_brands .brands_info {
    position: relative; z-index: 2;
    padding: 8% 5%;
    width: 50%;
    height: 100%;
    background-color: rgba(var(--comColorRgb), .68);
}

.innerApp_brands .brands_info .brands_title {
    color: #FFFFFF; text-transform: none;
}

.innerApp_brands .brands_info .brands_desc {
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 15px 0 30px;
}

.innerApp_brands .brands_info .brands_btn a {
    display: inline-block;
    padding: 8px 20px;
    background: var(--commonColor);
    border: 2px solid var(--commonColor);
    font-family: 'Roboto-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.innerApp_brands .brands_info .brands_btn a:hover {
    background-color: #FFFFFF;
    color: #020C1E;
}

@media only screen and (max-width: 1200px) {
    .innerApp_resources .resources_list .resources_item .item_title{font-size: 20px; margin: 20px 0 10px;}
}
@media only screen and (max-width: 980px) {
    .innerApp_tool, .innerApp_solutions, .innerApp_resources,
    .innerApp_systems{margin-top: 28px;}
    .solutions_wrap, .innerApp_resources .resources_wrap,
    .brands_wrap, 
    .systems_wrap{padding-top: 24px;}
    .systems_wrap::before, .innerApp_resources .resources_wrap::before,
    .brands_wrap::before,
    .solutions_wrap::before{height: 6px;}

    .systems_title{margin-bottom: 15px;}
    .systems_list {
        flex-direction: column;
    }

    .systems_list .systems_item {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .systems_list .systems_item:last-child{margin-bottom: 0;}
    .systems_list .systems_item .item_info .item_title{margin: 20px 0 8px;}

    .innerApp_solutions .solutions_desc{margin: 12px 0 15px;}
    .innerApp_solutions .appSwiper2{margin: 20px 0 20px;}
    .innerApp_solutions .solutions_item .item_info .item_title{font-size: 20px; margin: 15px 0 5px;}
    .solutions_line{padding-top: 20px;}
    .innerApp_solutions .thumb_box{width: 100%; padding: 0 30px;}
    .innerApp_solutions .appSwiper {
        width: 100%;
    }
    
    .innerApp_tool .tool_wrap .tool_info {
        width: 100%;
        padding: 30px 20px;
    }
    .innerApp_resources .resources_title{margin-bottom: 15px;}

    .innerApp_resources .resources_list {
        flex-wrap: wrap;
    }

    .innerApp_resources .resources_list .resources_item {
        width: 47%;
        margin-right: 30px;
    }

    .innerApp_resources .resources_list .resources_item:nth-child(2n) {
        margin-right: 0;
    }
    .innerApp_resources .resources_list .resources_item .item_title{margin: 16px 0 5px;}
    .innerApp_brands{margin-top: 20px;}

    .innerApp_brands .brands_info {
        width: 100%;
        padding: 40px;
    }

    .brands_inner{margin-top: 15px;}
}


@media only screen and (max-width: 640px) {
    
    .innerApp_solutions .solutions_item .item_img {
        width: 100%;
        padding-bottom: 45%;
        margin-right: 0;
    }
    .innerApp_solutions .solutions_item {
        flex-direction: column;
        align-items: center;
    }

    .innerApp_solutions .solutions_item .item_info {
        width: 100%;
    }

    .innerApp_brands .brands_img {
        padding-bottom: 60%;
    }

    .innerApp_brands .brands_info {
        padding: 30px 20px;
    }
    .innerApp_resources .resources_list .resources_item {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .innerApp_resources .resources_list .resources_item:last-child{margin-bottom: 0;}

}