<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@font-face {
    font-family: 'fonts_impact';
    src: url('fonts/ufonts.com_impact.eot');
    src: url('fonts/ufonts.com_impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {}

/* ====================================================================
  * .right_box
  * ==================================================================== */

.right_box {
    width: calc(100% - 220px);
}
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-carousel .owl-wrapper-outer {
    box-shadow: 0px 0px 8px #a9a6a6;
}
#banner .owl-theme .owl-controls {
    margin-top: -30px;
    position: relative;
    z-index: 99;
}
#banner .owl-theme .owl-controls .owl-page span {
    background: #f0d2ac;
}
.idx_product .title {
    margin-bottom: 6px;
    box-shadow: 0px 0px 8px #717070;
    border-radius: 0 3px 3px 0;
    background: rgb(251, 251, 251);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(238, 238, 238, 1) 50%, rgba(251, 251, 251, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(251, 251, 251, 1) 0%, rgba(238, 238, 238, 1) 50%, rgba(251, 251, 251, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(251, 251, 251, 1) 0%, rgba(238, 238, 238, 1) 50%, rgba(251, 251, 251, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
    border-left: 7px solid #b10a05;
}
.idx_product {
    width: 100%;
    margin: 3% 0;
}
.idx_product .title span {
    line-height: 45px;
    color: #9d0804;
    font-size: 20px;
    font-weight: 700;
    /* border-left: 7px solid #b10a05; */
    padding-left: 14px;
}
.idx_product .btn_more {
    float: right;
    padding-right: 15px;
    margin-right: 15px;
    color: #b10a05;
    font-size: 14px;
    font-weight: 700;
    line-height: 45px;
    background: url(../images/icon_arrow01_r.png) no-repeat right center;
}
.idx_product .btn_more:hover {
    color: #666;
}
ul.productlist li {
    position: relative;
    display: inline-block;
    margin: 10px 10px 10px 0;
    padding: 7px;
    width: calc(100%/4 - 11px);
    vertical-align: top;
    box-shadow: 0px 0px 5px #c5c5c5;
}
ul.productlist li:hover {
    box-shadow: 0px 0px 3px #a50803;
}
ul.productlist&gt; li&gt; a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
ul.productlist li:last-child {
    margin-right: 0;
}
.listpic {
    border: 1px solid #edecec;
    overflow: hidden;
    vertical-align: middle;
}
.productlist .listtitle {
    color: #b10a05;
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px #999 solid;
    margin-bottom: 5px;
    letter-spacing: 1px;
    min-height: 90px;
}
.productlist .listtitle span {
    color: #363636;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 0;
    /* height: 35px; */
    /* width: 160px; */
    overflow: hidden;
    display: block;
}
.productlist .btn03 {
    margin-right: 5px;
    float: right;
    line-height: 24px;
    background: url(../images/icon03.png) no-repeat right center;
    color: #0b0b0b;
    font-size: 13px;
    padding-right: 16px;
}

/***star.product***/

@media print, screen and (max-width:999px) {

    .right_box {
        width: 100%;
    }
}
@media print, screen and (max-width:768px) {}
@media print, screen and (max-width:640px) {
    ul.productlist li {
        width: calc(100%/2 - 8px);
    }
    ul.productlist li:nth-child(2n) {
        margin-right: 0;
    }
}
@media print, screen and (max-width:480px) {}
</pre></body></html>