﻿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 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

/* 初始化标签在所有浏览器中的margin、padding值 */

fieldset,
img {
  border: 0 none;
}
html,
body {
  font-size: 100px;
}

/* 重置fieldset（表单分组）、图片的边框为0*/

dl,
ul,
ol,
menu,
li {
  list-style: none;
}

/* 重置类表前导符号为onne,menu在HTML5中有效 */

blockquote,
q {
  quotes: none;
}

/* 重置嵌套引用的引号类型 */

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* 重置嵌套引用*/

input,
select,
textarea,
button {
  vertical-align: middle;
  outline: none;
  border: none;
}

/* 重置表单控件垂直居中*/

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

/* 重置表单button按钮效果 */

/* body {background:#fff}   重置body 页面背景为白色 */

body,
th,
td,
input,
select,
textarea,
button {
  line-height: 1.3;
  font-family: "微软雅黑";
}

/* 重置页面文字属性 */

a {
  text-decoration: none;
  color: #000;
}

/* 重置链接a标签 */

a:active,
a:hover {
  text-decoration: none;
}

/* 重置链接a标签的鼠标滑动效果 */

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

/* 重置样式标签的样式 */

caption {
  display: none;
}

/* 重置表格标题为隐藏 */

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

/* 重置table属性 */

img {
  vertical-align: middle;
}

/* 图片在当前行内的垂直位置 */

i {
  font-style: normal;
}

/* 页面设置 */

/* 取消a标签点击后的虚线框 */

a {
  outline: none;
}

a:hover {
  text-decoration: none;
}

a[href] {
  cursor: pointer;
}

/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */

/*
::selection {color: #fff;background-color: #4C6E78;}
::-moz-selection {color: #fff;background-color: #4C6E78;}
*/

/*清除浮动*/

/*清除浮动*/

/*
.clear {
    clear: both;
} */

/*清除浮动--推荐使用*/

/* 清楚浮动 */

.clear {
  zoom: 1;
}

.clear:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

/*文本超出显示省略号*/

.ehn,
.otw,
.tow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.w,
.container {
  width: 17.3rem;
  margin: 0 auto;
}
.zy_w {
  width: 14rem;
  margin: 0 auto;
}
.top_w {
  width: 84.078%;
  margin: 0 auto;
}

/* 截字符 */

.ellipsis,
.jzf {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}

.ellipsis_d,
.jzf_d {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 下面这句用来控制行数 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.jzf_d2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 下面这句用来控制行数 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.jzf_d3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 下面这句用来控制行数 */
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.jzf_d4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 下面这句用来控制行数 */
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.jzf_d5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 下面这句用来控制行数 */
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.jzf_d14 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* 下面这句用来控制行数 */
  -webkit-line-clamp: 14;
  -webkit-box-orient: vertical;
}
:root {
  --red: #d50101;
  --yell: #f29803;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #761a41;
}
/* End hide from IE Mac */
/* end of clearfix */

/*清除float_end*/

/*init_end*/

@font-face {
  font-family: Cambria Math;
  src: url(../CAMBRIA.TTC);
}

@font-face {
  font-family: "xb";
  src: url("../JAVATEXT.TTF");
  font-weight: normal;
  font-style: normal;
}