/**
 * @file quote.css
 * @author swan
 */
.quote-container {
    display: flex;
    flex-direction: row;
    padding: 20.83rpx 21.74rpx;
    border-radius: 5.43rpx;
    background-color: #f8f8f8;
}
.quote-mask {
    width: 120rpx;
    height: 10.87rpx;
    margin-top: 9.96rpx;
    margin-right: 14.49rpx;
    font-size: 39.86rpx;
    transform: scale(1.3);
}
.quote-mask div {
    margin: 0;
    padding: 0;
}
.quote-content {
    font-size: 32.61rpx;
    line-height: 52.54rpx;
    letter-spacing: 2.72rpx;
    color: #666;
}
