@charset "utf-8";
/*编码*/

/* 全局CSS reset */
/* 页面设置 */

/* 初始化标签在所有浏览器中的margin、padding值 */
body {
  background: #F8F7FC;
  position: relative
}

i {
  font-style: normal;
  display: inline-block
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  padding: 0;
  margin: 0;
}

html {
  _background: url(about:blank);
}

/* 酌情修改 */
body {
  font-family: "微软雅黑";
}

body,
th,
td,
input,
select,
textarea,
button {
  font-size: 12px;
  line-height: 1;
}

/* 重置页面文字属性 */

/* 短引用的内容可取值：''或"" */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

/* 重置嵌套引用*/

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
  border: 0 none;
}

/* 重置fieldset（表单分组）、图片的边框为0*/
img {
  vertical-align: top;
}

/* 图片在当前行内的垂直位置 */
img {
  border: 0;
}

abbr,
acronym {
  font-variant: normal;
}

legend {
  color: #000;
}

blockquote,
q {
  quotes: none
}

/* 重置嵌套引用的引号类型 */

/* 清除特殊标记的字体和字号 */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}

/* 重置样式标签的样式 */

/* 上下标 */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

/* 重置table属性 */

/* 表格标题及内容居左显示 */
caption {
  display: none;
}

/* 重置表格标题为隐藏 */
caption,
th {
  text-align: left;
}

input,
select,
textarea,
button,
img {
  vertical-align: middle
}

/* 重置表单控件垂直居中*/

/* 清除列表样式 */
dl,
ul,
ol,
menu,
li {
  list-style: none
}

/* 重置类表前导符号为onne,menu在HTML5中有效 */

/* 输入控件字体 */
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* 标题元素样式清除 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

/* 链接样式，颜色可酌情修改 */
del,
ins,
a {
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

/* 取消a标签点击后的虚线框 */
/* a:active {
	star: expression(this.onFocus=this.blur());
} */

/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */

::selection {
  color: #fff;
  background-color: #e2534f;
}

::-moz-selection {
  color: #fff;
  background-color: #e2534f;
}

a,
button {
  outline: none;
}

a {
  outline: none;
  transition: color 0.3s ease 0s;
}

/*链接秒数缓冲效果*/
/* 层板块缓冲效果       transition: all 0.3s ease 0s;   */
/* 鼠标样式 */
input[type="submit"] {
  cursor: pointer;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

/* 重置表单button按钮效果 */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.clearfix {
  zoom: 1
}

.clearfix:after {
  content: '\20';
  display: block;
  clear: both;
}

.font_Eng {
  font-family: "Arial, Helvetica, sans-serif";
}
