@charset "utf-8";
/* CSS Document */

/*重置样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button{padding:0;margin:0 auto;}
body{font:12px/18px 微软雅黑, 宋体, 黑体; color:#323232; background:#DAD9D7;}
fieldset, img{border:0; vertical-align: sub;}
input, label, select, option, textarea, button, fieldset, legend{font:12px/18px 宋体, Verdana, Geneva, sans-serif, Helvetica, Arial, sans-serif;/*表单中的字体属性与表单以外的不一致，需要单独定义*/}
ul{list-style:none;}

/*设置常用样式,定义页面中常重复使用的一些样式，可以观察设计稿来确定*/
.dis{ display:none} /*隐藏*/
.left{ float:left} /*左浮动*/
.right{ float:right} /*右浮动*/
.clear{ clear:both; font-size:0px; line-height:0px;} /*清除浮动*/
.red{color:#C4013E;} /*红色文字*/
.boder1px{ border:1px solid #e4e4e4} /*1像素边框*/
.position_rel{ position:relative} /*相对定位*/
del{ font-family:georgia}/*删除线样式字体，用在商品价格*/
img{ vertical-align:top;}

/*区块与区块间隔调用样式*/
.blank3 {clear:both; height:3px; overflow:hidden; display:block;}
.blank6 {clear:both; height:8px; overflow:hidden; display:block;}
.blank15 {clear:both; height:10px; overflow:hidden; display:block;}
.blank20 {clear:both; height:20px; overflow:hidden; display:block;}

/*默认文字链接样式*/
a{color:#666; text-decoration: underline;}
a:hover{text-decoration:none; color:#C4013E;}

/*设计主色调为红色，文字突出色是红色，也就最常用的颜色，所以定义单独一个链接样式以便调用*/
a.hot{text-decoration:none;}  
a.hot:hover{text-decoration:underline;}






