﻿@charset "utf-8";
/* CSS Document */

body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,hr, blockquote, pre,table,th,dl,dd,td,img,div,legend,input,textarea,select{margin:0;padding:0;} 

img{border: 0px;}
select,input,img,select{vertical-align:middle;}
ul,ol{list-style-type:none;}
table { border-collapse:collapse; border-spacing:0; }
a:link, a:visited { color:#595959; text-decoration:none; }
a:hover { color:#666666; text-decoration: underline; }
/*
 
a:link{color:#009;} 
a:visited{color:#800080;} 
a:hover,a:active,a:focus{color:#c00;text-decoration:underline;}*/

/* css common */
/*.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }zoom:1;属性是IE浏览器的专有属性，触发ie的hasLayout属性，清除浮动、清除margin的重叠等*/

.fl{float: left;}
.fr{float: right;}

.pointer{cursor:pointer;}
a,input,button{ outline:none; }
::-moz-focus-inner{border:0px;}

.wrap{margin: 0 auto;}
.wrapper{clear: both;width: 100%;}
word-break:break-all /*文字换行*/
/*white-space:nowrap 文字不换行*/

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/


/*渐变*/
/*background-image: -moz-linear-gradient(top, #8fa1ff, #3757fa);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff4f02), color-stop(1, #8f2c00)); Saf4+, Chrome 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6ff00', endColorstr='#538300', GradientType='0'); IE*/
/**清除必须在最后**/
