.lbanner-pp .lbanner-desc {
    display: none !important;
}

.innerApplication_main {
     margin-top: 5%;
     font-weight: 400;
     color: #666666;
     line-height: 28px;
     text-align: left;
     font-style: normal;
     text-transform: none;
 }


 .innerApplication_main p {
     margin-bottom: 20px; font-size: inherit;
 }
 .innerApplication_main p:last-child{margin-bottom: 0;}

 .app_wrap {
    overflow: hidden;
 }
 .app_wrap:nth-child(n+2){
    margin-top: 3%;
 }

 .app_wrap .app_pic_item{
    width: 30%; position: relative;
    padding: 18px 18px 0 0; float: right; margin: 0 0 20px 30px;
 }
 .app_wrap .app_pic_item::before{
    position: absolute; left: 18px; bottom: 18px; right: 0; top: 0; content: ''; background: rgba(196, 196, 196, 0.28); border-radius: 12px;
 }
 .app_wrap .app_img {
     position: relative;
     height: 0;
     padding-bottom: 125%;
     overflow: hidden;
     border-radius: 12px 12px 12px 12px;
     -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;
 }

 .app_wrap .app_img img {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     bottom: 0;
     object-fit: cover;
 }

 .app_wrap .app_img:hover img {
     -webkit-transform: scale(1.08);
     -moz-transform: scale(1.08);
     -o-transform: scale(1.08);
     transform: scale(1.08);
 }

 .app_wrap .app_info {
     width: 38%;
 }

 .app_wrap .app_image {
     width: 57%;
 }

 .app_wrap .app_image ul {
     justify-content: space-between;
     align-items: center;
 }

 .app_wrap .app_image ul li {
     width: 33%;
     margin-right: 10px;
     position: relative;
     height: 0;
     overflow: hidden;
     padding-bottom: 41%;
     -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;
     border-radius: 12px 12px 12px 12px;

 }

 .app_wrap .app_image ul li img {
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     object-fit: cover;
 }


 .app_wrap .app_image ul li:hover img {
     -webkit-transform: scale(1.08);
     -moz-transform: scale(1.08);
     -o-transform: scale(1.08);
     transform: scale(1.08);
 }

 .app_wrap .app_image ul li:last-child {
     margin-right: 0;
 }

 .app_wrap .app_info .app_title {
     font-weight: bold;
     color: #333333;
     line-height: 28px;
     text-align: left;
     font-style: normal;
     text-transform: none;
     margin-bottom: 15px;
 }

 @media only screen and (max-width: 1024px){
    
 }
 @media only screen and (max-width: 980px) {
    .innerApplication_main {margin-top: 30px;}
    .innerApplication_main .app_wrap{
        flex-direction: column;
    } 
    .app_wrap{margin-bottom: 0;}
    .app_wrap .app_pic_item{width: 100%; margin: 0 0 20px; padding: 16px 16px 0 0;}

    .innerApplication_main .app_wrap .app_txt{
        width: 100%;
        order: 2;
    }
    .innerApplication_main .app_wrap .app_info{
        width: 100%;
        margin-bottom: 20px;
    }
    .innerApplication_main .app_wrap .app_image{
        width: 100%;
    }
    .innerApplication_main p{
    margin-bottom: 12px;
    }
    .app_wrap:nth-child(n+2){
    margin-top: 20px;
    }
 }