.price-wrapper {
    position: relative;
}
.cny {
    white-space: nowrap;
    font-size: 1.313rem;
    display: block;
    line-height: 1em;
    color: rgba(10, 10, 17, 1);
    font-weight: 500;
}

.cny-rough {
    font-size: .8em;
}

@media (min-width: 769px) {

    .widget-product.simple.video .price-box {
        flex-wrap: wrap;
    }

    /*    .widget-product.simple .cny {
            position: absolute;
            top: 1.25em;
            left: -2px;
        }*/

    .crosssell .widget-product.simple .cny {
        position: relative;
        top: 0;
    }
}
