﻿html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { 
margin: 0; 
padding: 0; 
border: 0; 
outline: 0; 
font-weight: inherit; 
font-style: inherit; 
font-size: 100%; 
font-family: inherit; 
vertical-align: baseline; 
-webkit-tap-highlight-color: transparent;
} 
:focus { 
outline: 0; 
} 
body { 
line-height: 1; 
/*color: black; 
background: white; */
font-family: "Microsoft YaHei",sans-serif;
font-size: 16px;
-webkit-font-smoothing: antialiased;
} 
input{
	font-family: "Microsoft YaHei",sans-serif;
	-webkit-appearance: none;
}
ol, ul { 
list-style: none; 
} 
button{ 
	outline: none;border: none;
	}
table { 
border-collapse: separate; 
border-spacing: 0; 
} 
caption, th, td { 
text-align: left; 
font-weight: normal; 
} 
textarea { resize:none;-webkit-appearance: none; }
img{border:0;}
a{
	text-decoration:none;
	color: #000;
}
/*selet 下拉三角改变*/
/*select {border: none;border-radius: 0;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#ffffff url(/img/public-img/pub-Xsj.png) no-repeat 95% center;}*/
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
/*select::-ms-expand { display: none;}
html{-webkit-text-size-adjust: none;}	*/	
	
/*a:link {color:#606060;} 
a:visited {color:#606060;} 
a:hover{color:#8cb91e;	text-decoration: underline;}
a:active {color:#606060;}*/

/*文本不能选中*/
.nos{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
/*check 复选框修改样式*/
/*input[type=checkbox] {
        position: relative;
        width: 10px;
        height: 1px;
    }
    input[type=checkbox]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 14px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        color: white;
        font-size: 16px;
        background:  url(/img/public/input-checkbox-1.png) 0 0 no-repeat;
    }
    input[type=checkbox]:checked::before {

        content: url(/img/public/input-checkbox-2.png);
    }*/
/*IE下input去除 X*/
::-ms-clear,::-ms-reveal{display:none;}
/*去除input黄低*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}



address,caption,cite,code,dfn,em,th,b,i {font-weight: normal;font-style: normal;}
.text-center{text-align: center;}
.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix {*zoom:1; }
.fl {float:left; }
.fr {float: right; }
.w {width: 1000px; margin: 0 auto;}
