/**
 * @file top.css
 * @author swan
 */
.top-container {
    position: fixed;
    right: 30.8rpx;
    bottom: 30.8rpx;
    width: 79.71rpx;
    height: 79.71rpx;
    border: .6rpx solid rgba(0, 0, 0, .2);
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../../images/top.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
}
.top-container-ipx {
    bottom: 63.93rpx;
}
.quote-mask {
    width: 50%;
    transform: translate(50%, 50%);
}
