<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* global */
@import url("global.css");


.fckBody h1{font-size:1.5em;}
.fckBody h2{font-size:1.4em;}
.fckBody h3{font-size:1.3em;}
.fckBody h4{font-size:1.2em;}
.fckBody h5{font-size:1.1em;}
.fckBody h6{font-size:1em;}
.fckBody em{font-style:italic;}
.fckBody h1,.fckBody h2,.fckBody h3,.fckBody h4,.fckBody h5,.fckBody h6 {margin:10px 0;font-weight:700;}

/* btn */
.payBtn,.buyBtn{height:28px;line-height:28px;padding:0 10px 0 30px;display:inline-block;margin-right:10px;color:#fff;
	background:url(../images/product/btn1.jpg) no-repeat #656565;vertical-align:middle;}
.buyBtn{width:80px;background:url(../images/product/btn2.jpg) no-repeat;padding-right:0;margin-right:0;}
	
/* tit */
.conTit1{margin-bottom:10px;}
.conTit1 a{display:block;color:#535353;padding-left:15px;font-weight:bold;background-repeat:no-repeat;}

/* style */
.mainBox{border:1px solid #e9e9e9;border-top:none;position:relative;min-height:500px;
	background: linear-gradient(#fff, #f6f6f6 70%);
    -pie-background: linear-gradient(#fff, #f6f6f6 70%);}

.conScroll{width:880px;display:none;background:#fff;padding-top:22px;
	padding-bottom:20px;margin-bottom:15px;position:relative;}
.conScroll li{width:222px;height:330px;margin-right:30px;position:relative;}
.conScroll li a.imgBox{width:220px;height:281px;display:block;position:absolute;left:0;top:0;	z-index:3;
	background:url(../images/common/bg.png) repeat;border:1px solid #e9e9e9;}
.conScroll li a.imgBox:hover{background:url(../images/product/bg.png) no-repeat;}
.conScroll li a.imgBox img{display:block;}
.conScroll li a.payBtn{margin-left:15px;}
.conScroll .scrollBox{width:726px;}

.scrollBox{overflow:hidden;position:relative;float:left;}
.scroll{width:99999em;position:relative;}
.scroll li{float:left;overflow:hidden;}
.scroll img{display:block;}

.scrollBtn{display:block;margin-top:120px;width:40px;height:41px;z-index:1;float:left;position:relative;}
.nextBtn{margin-left:20px;background:url(../images/product/nextBtn.jpg);}
.prevBtn{margin-left:20px;margin-right:20px;background:url(../images/product/prevBtn.jpg);}</pre></body></html>