
body{background: #fff;}

#printArea{
    top: 40px;
    position: inherit;
}

.print-section {
    width: 25cm;
    height:  35.5cm;
    background-size: cover;
}
@media all {

}



@media print {
    * {
        -webkit-print-color-adjust: exact !important;   /* Chrome, Safari 6 – 15.3, Edge */
        color-adjust: exact !important;                 /* Firefox 48 – 96 */
        print-color-adjust: exact !important;           /* Firefox 97+, Safari 15.4+ */
    }

    .no-print {
        display: none;
    }
    .print-section {
        border:0;

    }
    #printArea{
        top: 0;
    }

    header,section{
        display:none;
    }
    .control-sidebar-bg{
        display:none;
    }
}

@media print {
    .page-break { display: block !important;  page-break-before: always !important;page-break-inside: unset;}
}


.left{
    position: relative;
    margin:2px 0;
    display:inline-block;
    height:15cm;
    width: 10.5cm;
}

.left img{
    width: 100%;
    position: absolute;

}
.title {
    height: 60px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 17px;
    word-break: break-word;
    font-weight: bold;
    text-align: center;
    margin-top: 95px;
    position: relative;
}
.attr{
    padding-left: 10px;
    position: relative;
    margin-top: 13px;
    overflow: hidden;
    height: 240px;
}

.price{
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 90px;
    right:25px
}

sup{
    font-size: 30px;
}

