<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset 浣跨敤鎻掍欢鍙拷鐣�*/
*{
    vertical-align: baselinebaseline;    
    font-family: inherit;    
    font-style: inherit;    
    font-size: 100%;    
    border: none;    
    padding: 0;    
    margin: 0; 
}
body {width:100%; font: 12px/1.5 Microsoft YaHei, SimSun, Verdana, Geneva, sans-serif;}
ol, ul {    
    list-style: none; 
}
fieldset, img { border:0; vertical-align:top; }
a { color:#000; text-decoration:none; cursor:pointer; outline: none;}
a img, :link img, :visited img {   
       border:0px; 
       text-decoration: none;
       vertical-align: middle;   
}
/*reset end*/

/*鏍峰紡鏍规嵁闇€瑕佹洿鏀� 鏈€濂藉甫涓婄埗鍏冪礌#slide,鎻愰珮浼樺厛绾� 姝ゅ鐨刵ext鍜宲rev涓鸿皟鐢ㄦ彃浠舵椂璁剧疆鐨勬寜閽睘鎬extClass/prevClass鐨勫€�*/
#slide .prev{
    left: -50px;
}
#slide .next{
    right: -50px;
}
/*杞挱瀵艰埅鍥炬爣鏍峰紡锛岃繖閲岀殑ul.page鐨刾age涓鸿皟鐢ㄦ彃浠舵椂璁剧疆鐨刾age灞炴€х殑鍊�,鏍规嵁闇€瑕佷慨鏀硅嚜宸辨兂瑕佺殑鏍峰紡鏁堟灉*/
#slide ul.page{
    bottom: -20px;
}
/*姝ゅpage鍘熺悊鍚屼笂 ,杞挱瀵艰埅鍥炬爣闈炲綋鍓嶅浘鏍囨牱寮�,*/
#slide ul.page li{
    cursor: pointer;
    color: #000;
    width: 20px;
    height: 20px;
    background: #ccc;
    text-align: center;
    margin: 0 5px;
}
/* 姝ゅpage鍘熺悊鍚屼笂 ,on涓哄綋鍓嶅浘鐗囩殑鍥炬爣鏍峰紡*/
#slide ul.page li.on{
    color: red;
    background: #000;
}</pre></body></html>