.shopping {
    padding: 0 0.37rem;
}

.shopping-title {
    display: flex;
    align-items: center;
    padding: 0 0.25rem;
    margin-top: 0.8rem;
}

.shopping-title img {
    width: 0.7rem;
}

.shopping-title span {
    font-size: 0.6rem;
    color: #ffffff;
    text-shadow: -0.01rem 0.07rem 0.1rem #161515;
    font-family: "song";
    margin-left: 0.3rem;
}

.shopping-list {
    display: block;
    margin-bottom: 0.36rem;
    background-color: #ffffff;
    border-radius: 0.3rem;
    padding: 0.41rem 1.3rem 0.51rem 0.4rem;
    position: relative;
}

.shopping-list:after {
    content: "";
    display: block;
    width: 0.19rem;
    height: 0.4rem;
    background: url(../img/shopping-right.png) no-repeat center/cover;
    position: absolute;
    top: 50%;
    right: 0.55rem;
    margin-top: -0.2rem;
}

.shopping-topic {
    font-size: 0.48rem;
    line-height: 0.72rem;
    color: #222222;
    font-family: "song";
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.shopping-txt {
    font-size: 0.4rem;
    line-height: 0.59rem;
    letter-spacing: 0.02rem;
    color: #494949;
    margin-top: 0.31rem;
}

.shopping-details {
    margin-top: 2.5rem;
    padding: 0 0.33rem;
}

.shopping-details-topic h5 {
    font-size: 0.52rem;
    line-height: 0.72rem;
    color: #222222;
    font-family: "song";
    text-align: center;
}

.shopping-details-topic div {
    margin: 0.5rem 0 0.35rem;
    padding: 0 0.33rem;
}

.shopping-line {
    width: 100%;
    height: 0.16rem;
    border-top: 1px dashed #5c95fc;
    border-bottom: 1px dashed #5c95fc;
}

.shopping-details-content {
    margin-top: 0.58rem;
}

.shopping-details-content div {
    margin-bottom: 0.58rem;
}

.shopping-details-content h5 {
    font-size: 0.48rem;
    color: #222222;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.shopping-details-content p {
    font-size: 0.45rem;
    color: #222222;
    text-align: justify;
}