1234567891011121314151617181920212223242526272829303132 |
- @charset "utf-8";
- /*css reset*/
- html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,th,td{margin:0; padding:0;}
- html{overflow-x:hidden;}
- body{*overflow-x:hidden;}
- body{font-family:"微软雅黑",Arial,Verdana, Geneva, sans-serif; font-size:12px; line-height:1.3;}
- table{border-collapse: collapse;border-spacing:0;}
- img{vertical-align:top;border:0;}
- ol,ul{list-style:none;margin:0; padding:0;}
- h1,h2,h3,h4,h5,h6{font-size:100%;}
- a{text-decoration:none;margin:0; padding:0;color:#333;}
- a:hover{text-decoration:none;}
- i,em{ font-style: normal;}
- input{outline:none}
- button,input[type="submit"],input[type="reset"],input[type="button"]{cursor:pointer; outline: none;}
- select,input,textarea{font-size:12px;}
- small{font-size:12px;}
- /*定位*/
- .fl{float:left; display:inline;}
- .fr{float:right; display:inline;}
- .c{display:block; zoom:1;}
- .c:after{content:"."; display:block; visibility:hidden; height:0; clear:both;}
- /*公共样式*/
- .puic_wid{ width: 1200px; margin: 0 auto;}
- .puic_color{background: #fff;}
- .mt10{ margin-top: 10px;}
- .mt15{ margin-top: 15px;}
- .mt20{ margin-top: 20px;}
- .mt30{ margin-top: 30px;}
|