/*css reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td , i{
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
    font-size: 12px;
}
body {line-height:1.5;font-family: "宋体", "SimSun";background: #fff;color: #333;}
table {border-collapse: collapse;border-spacing:0;}
caption, th, td ,b,strong{font-weight:normal;}
table, td, th {vertical-align:middle;}	
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
a {text-decoration: none;cursor: pointer;}
em,cite{font-style:normal;}
input,textarea,pre { 
    font-family: "宋体", "SimSun";
    font-size: 12px; 
}
input:focus,textarea:focus {
    outline: none ;
}
/*上传按钮限制宽度*/
input[type="file"] {
    size: 1;
    overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    color: #000;
}
dl,
dt,
dd,
ol,
ul,
li {
    list-style: none;
}

body {
  background-color: #ccc;
}
.fl {
  float:left;
}
.fr {
  float:right;
}
.clearfix:before,.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

.placeholder {
    color: #ddd;
}

/*字体*/
.red {
    color: #d54b00;
}

.font-bold {
    font-weight: bold;
}

.link {
    text-decoration: none;
    color: #0000ee;
}

.link.red {
    color: #d54b00;
}

.m-0 {
    margin: 0 !important;
}

.m-10 {
    margin: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.p-0 {
    padding: 0 !important;
}

.p-10 {
    padding: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.border {
    border: 1px solid #D5DAE0;
}

.b-t {
    border-top: 1px solid #D5DAE0;
}

.b-b {
    border-bottom: 1px solid #D5DAE0;
}

.b-l {
    border-left: 1px solid #D5DAE0;
}

.b-r {
    border-right: 1px solid #D5DAE0;
}