<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.product-view .content {
    padding-top: 50px;
    padding-bottom: 40px;
    background: url(/static/www/default/p/site5/img/img_81.jpg) bottom center/auto 100% no-repeat;
}
.pro-image p{
    margin: 50px;
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.pro-aside{
    margin-left:550px;
    margin-top: 100px;
}
.pro-aside h3,.pro-aside h4{
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1.6;
}
.pro-aside p{
    line-height: 1.6;
    margin-bottom: 8px;
}
.pro-aside h4{
    margin-top: 50px;
}
.pro-nav ul{
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center;
}
.pro-nav li{
    display: inline-block;
    margin: 0 15px;
    padding: 5px;
    border: 3px solid #dddddd;
    transition: all 0.3s;
    border-radius: 6px;
}
.pro-nav li a{
    display: block;
    width: 92px;
    height: 92px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}
.pro-nav li:hover,.pro-nav li.selected{
    border-color:#6E2022;
}

.pro-aside pre{
    background-color: transparent;
    color: #333;
    border: none;
    padding: 0;
    overflow: initial;
    white-space: normal;
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.6;
}
.pro-dec .content-page img{
    padding: 0;
}</pre></body></html>