
.app .one{
    background: url(../../images/product-details/app/bg12.png) center no-repeat;
    background-size: cover
}
.app .two{
    background: url(../../images/product-details/app/bg22.png) center no-repeat;
    background-size: cover;
    z-index: 10;
}
.app .one .top-right{
    position: absolute;
    top: 3.5rem;
    right: 0rem;
    text-align: left;
    width: 35%;
}

.app .one .top-right .top-right-one{
    height: 2px;
    width: 90px;
    background: #ffffff;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}
.app .two .top-left{
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
    text-align: left;
}

.app .two .top-left .top-right-one{
    height: 2px;
    width: 90px;
    background: #000000;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}
