@media print {
    header,
    #body-buff,
    footer,
    .left,
    .main > a,
    .breadcrumb,
    .item-recom,
    .auto-center + p,
    .auto-center + p + div,
    .top-campaign,
    .arrow-up,
    .type_ads_ic,
    .ug-gallery-wrapper .ug-arrow-right,
    .ug-gallery-wrapper .ug-arrow-left,
    .btn-panel,
    .navigation,
    .row.first,
    .row .item:nth-child(3),
    .marks,
    #sh_button{
        display: none !important;
    }
    .center,
    .main{
        float: none !important;
        margin: 0 auto;
    }
    .next-page{
        display: block;
        page-break-before: always;
    }
}