 /* 引入思源黑体 */
@font-face {
	font-family: "OTF";
	src: url("./NotoSansSC-Regular.otf") format("otf");
}
/*网站基本定义*/
div,form,img,ul,ol,li,dl,dt,dd,p,tr,td,body,strong,span,pre,input{margin:0; padding:0; border:0; background-repeat:no-repeat;}
h1,h2,h3,h4,h5,h6,p{ margin:0; padding:0; font-weight:normal;}
body{font-family:"OTF" !important;font-size:14px;margin:0px;padding:0px;color:#646464;line-height:24px;height:auto;clear:both; -webkit-appearance:none;}
img{border:0px;}
ul,li{ list-style:none;}
em,i{ font-style:normal;}
a{ text-decoration:none; color:#414141; outline:none; cursor:pointer;}
a:hover{ background-repeat:no-repeat; color:#cd0005;}
.del_float{ clear:both; line-height:0; height:0; font-size:0;}
a,area{blr:expression(this.onFocus=this.blur())}

/*网站基本定义*/
.qf { clear:both;}
.fleft {float:left;}
.fright {float:right}
.none {display: none;}

.clearfix:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix{*zoom:1;}

input,textarea{ outline:none; font-family:"微软雅黑"; font-size:12px; color:#666;}

/*placeholder输入框*/
/*placeholder 样式*/
/*这是低端浏览器下placeholder的字体颜色*/
placeholder{
    color: #bfbfbf;
}
/*这是firefox下placeholder的字体颜色*/
::-moz-placeholder {
    color: #bfbfbf;
}
/*这是webkit下placeholder的字体颜色*/
::-webkit-input-placeholder {
    color: #bfbfbf;
}




