@charset "utf-8";
/* ======================================================================================================================================================= */
/* 通用样式 */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,em,button,hr,img,select {margin: 0; padding: 0;}
img,fieldset,select {border: none;}
img,select{display: block;}
ul,ol,li{list-style: none;}
body {font-family: 黑体, serif; font-size: 16px; color: #0b0974;}
input,select{border: none;}
/* 链接样式 */
a{text-decoration: none;color: lime;}
a:visited{color: lime;}
a:hover,a:active,a:focus{color:#ff8400;text-decoration:none;}
/* 浮动样式 */
.float-l{float: left;}
.float-r{float: right;}
.clear{clear: both;}

.gap_w_10{width: 10px;}
/* ======================================================================================================================================================= */
