<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#view *{
    font-family:'Microsoft YaHei';
    box-sizing:border-box;
}

#product_view{
    width: 930px;
}
#product_view .view_top{
    overflow: hidden;
}
#product_view .view_top .img_list{
    float: left;
}
#product_view .view_top .img_list #showbox{
    border: 1px solid #e1e1e1;
}
#showbox span{
    background: rgba(0,0,0,0.2);
}
#showsum {
    left: 17px;
    margin-top: 10px;
}
#showsum span {
    border: 1px solid #ddd;
}
#showsum span.active{
    border-color: #003580;
}
.showpage {
    width: 352px;
    position: relative;
}
.showpage a {
    display: block;
    width: 20px;
    height: 70px;
    background-image: url("../images/prev.png");
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: -70px;
    text-decoration: none;
    color: #999;
    z-index: 999;
    background-color: #fff;
}
.showpage a#shownext {
    left: auto;
    right: 0;
    background-image: url("../images/next.png");
}

#product_view .product_view{
    float: right;
    width: 557px;
}
#product_view .product_view .Title{
    font-size: 24px;
    color: #3a3a3a;
    padding: 20px 0;
    line-height: 30px;
    margin-bottom: 0;
}
#product_view .product_view&gt;div.Model&gt;div:first-child{
    height: 46px;
    line-height: 46px!important;
    background: #f3f3f3;
    margin-bottom: 30px;
}
#product_view .product_view&gt;div.Model&gt;div{
    overflow: hidden;
    line-height: 24px;
    margin-bottom: 20px;
}
#product_view .product_view&gt;div.Model&gt;div&gt;label{
    width: 60px;
    padding-left: 15px;
    float: left;
    font-size: 14px;
    color: #505050;
    text-align: justify;
}
#product_view .product_view&gt;div.Model&gt;div&gt;label:after{
    content: '';
    display: inline-block;
    padding-left: 100%;
}
#product_view .product_view&gt;div.Model&gt;div&gt;div{
    float: right;
    width: 440px;
    padding-right: 20px;
    color: #3a3a3a;
    font-size: 14px;
}
/*产品内容*/
.view_bottom{
    margin-top: 35px;
    border: 1px solid #e0e0e0;
    border-top: none;
}
.view_bottom&gt;.bottom_Tabs{
    background: #f3f3f3;
    border-bottom: 1px solid #e0e0e0;
    border-top:3px solid #b7b7b7;
    height: 46px;
}
.view_bottom&gt;.bottom_Tabs&gt;ul{
    height: 49px;
    margin-top: -3px;
    line-height: 46px;
}
.view_bottom&gt;.bottom_Tabs&gt;ul&gt;li{
    width: 159px;
    border-right: 1px solid #e0e0e0;
    border-top: 3px solid #003580;
    background: #fff;
    padding-bottom: 1px;
    font-size: 14px;
    text-align: center;
    color: #3a3a3a;
}
.view_bottom .bottom_content{
    min-height: 500px;
    padding: 20px;
    font-size: 14px;
    color: #3a3a3a;
}
</pre></body></html>