html, body {
    background: linear-gradient(316deg, #249467 0%, #FFFFFF 100%);
    height: unset;
}

#header {
    position: unset;
    background: unset;
    margin-top: 30px;
}

#goods .w {
    width: 1240px;
    background: #F5F5F5;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
}

#goods .w .card.vertical .origin-price {
    text-decoration: line-through;
    color: rgba(0, 0, 0, 0.85) !important;
    font-weight: normal !important;
    margin-right: 20px;
}

#goods .w .card.vertical .origin-price0 {
    display: none !important;
} 

#goods .w .card.vertical .price {
    font-size: 16px !important;
    justify-content: flex-start !important;
}