blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0;border:none;}
body,button,input,select,textarea{color: #666;font:12px/1.5 Microsoft YaHei,tahoma,arial,'Hiragino Sans GB','\5b8b\4f53',sans-serif;background-color:#ffffff;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight: normal;}
input,button,select,textarea {outline: none}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new,courier,monospace}
small{font-size:12px}
ul{list-style:none}
ul li{list-style:none;}
a{text-decoration:none;color:#324867;cursor: pointer;    word-break: break-word; }
a:hover{text-decoration:none;}
textarea {resize: none;border: 1px solid #ccc}
img,input,button,select,textarea,label{vertical-align: middle;}
button{cursor: pointer;}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
legend{color:#000}
fieldset,img{border:0}
button,input,select,textarea{font-size:100%}
table{border-collapse:collapse;border-spacing:0;width: 100%;border: 0}

header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer{display: block;}
body{background: #fafafa;}
input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px #fff inset; 
}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.boxsizing{box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing: border-box;}


/**
	select input modefiy
*/

.s-saf-sty{
	appearance:none !important;
	 -moz-appearance:none !important;
	-webkit-appearance:none !important;
	border-color:#BABABA ;
}
.i-saf-sty[type="text"]{
	min-width:110px;
	width:100%;
	height:34px;
	line-height: 16px !important;
	color:#666;
	padding: 0 0;	
	padding-left:5px;
	
}

.w-100{
	width:100% !important;
}
.w-90{
	width:90% !important;
}
.w-80{
	width:80% !important;
}
.w-70{
	width:70% !important;
}
.w-71-5{
	width:71.5% !important;
}
.w-60{
	width:60% !important;
}
.w-50{
	width:50% !important;
}
.w-40{
	width:40% !important;
}
.w-30{
	width:30% !important;
}

.w-33{
	width:33.333333% !important;
}
.w-20{
	width:20% !important;
}
.w-10{
	width:10% !important;
}
.t-p-32{
	top:32px !important;
}
.t-p-13{
	top:13px !important;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color:  #666;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color:  #666;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color:  #666;
}
input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color:  #666;
}
/* --ie清除--*/

select::-ms-expand{ display: none; }

/* --火狐、谷歌清除--*/

select{
     appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
     background: url("/Application/Home/Public/img/arrow.png") no-repeat scroll right center transparent;
     padding-right: 14px;
}
/* --箭头就用自己设计的箭头，padding 空出箭头的位置--*/
option::-ms-expand{ display: none; }
option{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari 和 Chrome */
    appearance:none;
}
/* --背景色字体颜色--*/
option:hover{
    color:#fff;
    background-color:#1E90FF;
}
.f-bd{font-weight:bold;}
.f-bd400{
	font-weight:400;
}
.f-bd500{
	font-weight:500;
}
.f-bd600{
	font-weight:600;
}
