@charset "utf-8";

@font-face {
	/* 嵌入字体 补字及标点 */
	font-family: 'FZYanSJW';
  src: url('../font/FZYanSJW_Zhun.ttf');
  src: url('../font/FZYanSJW_Zhun.ttf') format('truetype'), 
}
body,html {
  font-size: 14px;
  line-height: 1.5;
  font-family: "FZYanSJW",system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,body,header,section,footer,div,ul,ol,li,img,a,span,em,strong,form,label,dl,dt,dd,input,h1,h2,h3,h4,h5,h6,p{
  margin: 0;
  border: 0;
  padding: 0;
}
*{
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
*:before,
*:after {
  box-sizing: border-box;
}
footer,header,nav,section {
  display: block;
}
ol,ul {
  list-style: none;
}
b,strong {
  font-weight: bold;
}
p {
  word-break:normal;
  word-wrap:break-word;
}
a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
textarea {
  overflow: hidden;
  resize: none;
}
button {
  overflow: visible;
}
button,select {
  text-transform: none;
}
button,input,select,textarea {
  font: inherit;
  color: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  max-width: 100%;
  width: 100%
}
table th,
table td {
  word-break: normal !important;
  word-wrap: break-word;
}
/*--滚动条宽度影响解决--*/
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
body {
  width: 100vw;
}
/*--滚动条宽度影响解决结束--*/
input[type="search"] {
  -webkit-appearance: none;
}
/*input框的删除X IE10以上*/
input::-ms-clear {
  display: none;
}
/*背景色改变*/
body {
  background: rgba(244, 238, 232, 0.21)
}
.none {
  display: none !important;
}
.fl {
  float: left;
  -display: inline;
}
.fr {
  float: right;
  -display: inline;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.clear {
  clear: both;
  overflow: hidden;
  width: 100%;
  height: 1px;
  margin: 0px auto;
  font-size: 1px;
  background: none;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.cx-ellipsis-1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1 !important;
  -moz-box-orient: vertical;
}
.cx-ellipsis-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2 !important;
  -moz-box-orient: vertical;
}
.cx-ellipsis-3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3 !important;
  -moz-box-orient: vertical;
}