.paperItem {
    display: flex;
    justify-content: start;
    border-bottom: 1px solid #D8D8D8;
    padding: 24px 0;
}

.paperItem.none {
    border-bottom: none;
}

.paperItem .icon {
    width: 50px;
    height: 50px;
    background-size: cover;
    margin-right: 24px;
}

.paperItem .icon.zhenti {
    background-image: url("../../images/tiku/zhenti.png");
}

.paperItem .icon.moni {
    background-image: url("../../images/tiku/moni.png");
}

.paperItem .center .title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #1D2035;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 550px;
}

.paperItem .center .info {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #1D2035;
    opacity: 0.5;
    margin-top: 12px;
}

.paperItem .center .info span {
    margin-left: 48px;
}

.paperItem a {
    margin-left: auto;
}

.paperItem.vip {
    justify-content: end;
    align-items: center;
}

.paperItem .price {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #FA5151;
    line-height: 24px;
}

.paperItem .price span {
    font-size: 20px;
}

.paperItem.vip .center {
    margin-right: auto;
}

.paperItem.vip a {
    margin-left: 32px;
}

.paperItem .buyBtn {
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: linear-gradient(132deg, #8C6326 0%, #6A3A0D 100%);
    border-radius: 2px 2px 2px 2px;
    border: 1px solid;
    border-image: linear-gradient(147deg, rgba(194.28571790456772, 150.99210262298584, 84.247787296772, 1), rgba(62.23214104771614, 39.73780408501625, 5.507269157096744, 1)) 1 1;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #FFD7A6;
}