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

/*==========================================Reset=============================*/
*{
	padding:0;
	margin:0;
	list-style:none;
}
/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, 
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
img/* img elements 图片元素 */{
  border:medium none; 
  margin: 0; 
  padding: 0; 
} 
/** 设置默认字体 **/
body,button, input, select, textarea {
  font: 12px/12px Microsoft YaHei ,tahoma, Srial, helvetica, sans-serif;
} 
h1, h2, h3, h4, h5, h6 { font-size:16px; font-weight:normal;} 
em, i{font-style:normal;} 
/** 重置列表元素 **/
ul, ol { list-style: none; } 
/** 重置超链接元素 **/
a { text-decoration: none; color:#444;} 
a:hover { text-decoration: none; color:#e70012!important; } 
a, button{ cursor:pointer;outline: none;}
a,button,input,optgroup,select,textarea {
    -webkit-tap-highlight-color:rgba(0,0,0,0); /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}
/** 重置图片元素 **/
img{ border:0px;max-width: 100%;height:auto;display:block;} 
a, img {
    -webkit-touch-callout: none; /*禁止长按链接与图片弹出菜单*/
}
/*----*/
input, select {outline: none;}

html , body{height:100%;}
body{
	background-color: #eeeeee;
	color:#595959;
	overflow: auto;
	position:relative;
	-webkit-overflow-scrolling:touch;
}
.fr{float:right;}
.fl{float:left;}
.msg{padding: 6px 0;}
.red, .msg{color: #e70012;}
.clearfix {clear: both;}
.fangzhen {font-family: 方正雅士黑 简,"PingFang SC", "Lantinghei SC", "Helvetica Neue", "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", sans-serif;}

