.typeimg .no-bg {
    background: none;
}
.vapp-about{
    padding: 5vmax 0;
}
.vapp-about .item .img{
    width: 50%;
    margin: 0 130px 0 calc(50% - 130px);
    border: 2px solid #fff;
    padding: 4px;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgba(0,0,0,.2);
}
.vapp-about .item .img img{
    width: 100%;
    display: block;
    border-radius: 10px;
}
.vapp-about .item .text{
    position: absolute;
    right: 0;
    bottom: -2vmax;
}
.vapp-about .item .text strong{
    display: block;
    font-size: 22px;
    color: #fff;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: #ff6a00;
    margin: auto 0;
}
.vapp-about .item .info{
    width: 20px;
    position: relative;
    overflow: hidden;
    transform: translateX(-5px);
}
.vapp-about .item .info .one{
    position: absolute;
    width: 200px;
    height: calc(100% - 18px);
    border-radius: 30% 0 0 30%;
    border: 1px solid #ff6a00;
    border-right: none;
    top: 9px;
    left: 0;
}
.vapp-about .item .info .two{
    position: absolute;
    width: 300px;
    height: calc(100% - 36px);
    border-radius: 50% 0 0 50%;
    border: 1px solid #ff6a00;
    border-right: none;
    top: 18px;
    left: 1px;
}
.vapp-about .item .info .three{
    position: absolute;
    width: 20px;
    height: 1px;
    background: #ff6a00;
    top: 50%;
    left: 1px;
}
.vapp-about .item ul{
    width: 85px;
    gap: 12px;
}
.vapp-about .item li{
    flex: 1 1 100%;
    text-align: center;
    line-height: 30px;
    background: #fff;
    border-radius: 5px;
}
.vapp-about .item.position-absolute{
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -7vmax;
}
.vapp-about .item.position-absolute .text{
    right: auto;
    left: 0;
    bottom: 0;
}
.vapp-about .item.position-absolute strong{
    transform: translateX(5px);
}
.vapp-about .item.position-absolute ul{
    width: 200px;
}
.vapp-about .item.position-absolute li{
    flex: 1 1 45%;
}
.vapp-about .item.position-absolute .img{
    margin: 0 calc(50% - 245px) 0 245px;
    padding: 0;
}
.vapp-about .item.position-absolute .info{
    transform: translateX(10px);
}
.vapp-about .item.position-absolute .info .one{
    border-radius: 0 30% 30% 0;
    border: 1px solid #ff6a00;
    border-left: none;
    left: auto;
    right: 0;
}
.vapp-about .item.position-absolute .info .two{
    border-radius: 0 50% 50% 0;
    border: 1px solid #ff6a00;
    border-left: none;
    left: auto;
    right: 1px;
}
.vapp-about .item.position-absolute .info .three{
    left: auto;
    right: 1px;
    background: #ff6a00;
}
.vapp-about>.bottom{
    margin-top: 12vmax;
}
.vapp-about>.bottom ul{
    justify-content: space-between;
    gap: 1.5rem;
}
.vapp-about>.bottom ul:last-child{
    margin-top: 1.5rem;
}
.vapp-about>.bottom li{
    flex: auto;
    border: 1px solid #ff6a00;
    border-radius: 5px;
    background: #FFF9F5;
    text-align: center;
    color: #ff6a00;
    line-height: 60px;
    font-size: 16px;
}
.vapp-architecture{
    padding: 5vmax 0;
    background: #f8f9fa;
    margin-bottom: 5vmax;
}
.vapp-architecture img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.vapp-form table{
    width: 100%;
}
.vapp-form th{
    font-size: 18px;
    text-align: center;
    border-bottom: 8px solid #ff6a00;
}
.vapp-form th strong{
    padding: 4px 30px;
    background: #FFF9F5;
    color: #ff6a00;
    border-radius: 20px;
    border: 1px solid #ff6a00;
    margin: 0 0 20px;
    display: inline-block;
}
.vapp-form td{
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ff6a00;
}
.vapp-form tr:nth-child(even) td{
    background: #FFF9F5;
}
.vapp-form tr td:first-child{
    font-size: 18px;
}
.vapp-form tr td:nth-child(2){
    border-left: 1px solid #ff6a00;
    border-right: 1px solid #ff6a00;
}
.vapp-advantage{
    padding: 5vmax 0;
    background: linear-gradient(180deg, rgba(249, 249, 249, 0) 0%, #f2f1ff 97%);
}
.vapp-advantage .flex{
    gap: 1.5rem;
}
.vapp-advantage .img{
    height: 170px;
}
.vapp-advantage .img img{
    max-height: 100%;
    max-width: 80%;
    margin: 0 auto;
    display: block;
    transition: all .2s linear;
}
.vapp-advantage .item{
    flex: 1;
    padding: 15px;
    background: url('/uploads/allimg/251014/1-251014145924.png');
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    border: 1px solid #fff;
}
.vapp-advantage .item .text{
    height: calc(100% - 190px);
    border: 1px dashed #d8d8d8;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}
.vapp-advantage .item p{
    margin: 0;
    color: #666;
}
.vapp-feature{
    padding: 5vmax 0;
}
.vapp-feature .img{
    flex: 1 1 50%;
    background: #f8f9fa;
}
.vapp-feature .img img{
    width: 100%;
    transition: all .2s linear;
}
.vapp-feature .text{
    flex: 1 1 50%;
    padding: 3vmax 30px;
}
.vapp-feature .text h5{
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 20px;
}
.vapp-feature .text p{
    max-width: 380px;
    min-height: 65px;
    margin: 0;
    color: #666;
}
.vapp-feature .text:nth-child(2n + 1) h5{
    text-align: right;
}
.vapp-feature .text:nth-child(2n + 1) p{
    margin: 0 0 0 auto;
}