
@charset "utf-8";/* CSS Document */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img, a{
border: none;
margin: 0;
padding: 0;
font-family: "微软雅黑";
font-family: THeiti,"微软雅黑",Arial, Helvetica, sans-serif;

}


*{
padding:0; 
margin:0;
box-sizing: border-box;
}
body{
width:100%;
margin:0 auto;
font:12px "Microsoft YaHei";  /*CSSÖÐfont:12px/18px "Microsoft YaHei",Î¢ÈíÑÅºÚ,;*/
/* background:#999999;
/* background:url(../png/background.gif) ;*/
background: #fff;
}
li{
list-style-type:none;
}
em,i{
font-style:normal;	
}
input{
border: 1px solid #fff;
outline:none;
}
textarea{
border: 1px solid #fff;
outline:none;
resize:none;

}
select{
background:#fff;	
-webkit-appearance:none;/*È¥³ý½£Í·*/
padding-left:2%;
}
del{
color:red;

}
del a{
color:red;

}

a{

text-decoration:none;
color:inherit;
}

 #checkbox{

width:18px;
height:18px;
vertical-align:top;
margin-top:10px;
border:1px solid #ececec;
margin-right:2%;
}

input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;/*/关于解决输入框背景颜色*/
/*-webkit-text-fill-color: rgba(176,176,176,1)!important;/关于接输入框文字颜色*/
}


 input,select{
 	outline:none;

 }
 dd,li{

/* 	overflow: hidden;/*超出部分隐藏*/
/*white-space: nowrap;/*不换行*/
/*text-overflow:ellipsis;/*超出部分文字以...显示*/
 }