/*  页面重置样式  */
body,
p,
h1,
h2,
h3,
h4,
h5,
li,
span,
i,
ul,
img,
a,
strong,
input,
button,
textarea,
select,
dd,
dl,
dt,
ol {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

body {
  font-family: "Arial", "microsoft yahei";
  font-size: 14px;
  line-height: 1;
  color: #333;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style-type: none;
  float: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
area {
  text-decoration: none;
  outline: none;
  color: #000;
}

img {
  border: none;
  vertical-align: middle;
}

i,
var,
em {
  font-style: normal;
}

button {
  font-family: "Arial", "microsoft yahei";
  font-size: 14px;
  outline: none;
  cursor: pointer;
  border: none;
  line-height: 1;
}

input[type="submit"] {
  border: none;
}

iframe {
  border: none;
}

input,
select,
textarea {
  outline: none;
  font-family: "Arial", "microsoft yahei";
  font-size: 14px;
}

textarea {
  resize: none;
  overflow-y: auto;
}

.at {
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.dt {
  display: table;
  width: 100%;
}

.fl-w {
  float: left;
  width: 100%;
}

.hide {
  display: none;
}

body,
html {
  width: 100%;
  height: 100%;
}

body::-webkit-scrollbar-track-piece,
html::-webkit-scrollbar-track-piece {
  background-color: #f8f8f8;
}

body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 12px;
  height: 6px;
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background-color: #999;
  background-clip: padding-box;
  min-height: 28px;
}

body::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}

.bg {
  background-color: #f4f4f4;
}

body {
  min-width: 1200px;
  overflow-x: hidden;
}

.displayBetweenCenter{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.displayBetween{
    display: flex;
    justify-content: space-between;
}
.displaycolumnBetweenCenter{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.displayBetweenEnd {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.displayCenter{
    display: flex;
    align-items: center;
}
.displayCenterCenter{
    display: flex;
    justify-content: center;
    align-items: center;
}
.displaycolumnCenterCenter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.displaycolumnCenterCenter{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.displayEnd{
    /* display: flex; */
    /* justify-content: flex-end; */
    /* align-items: flex-end; */
}
.m_center{
    margin: 0 auto;
}
.W_100{
    width: 100%;
}
.img23_26{
    width: 17px;
    height: 20px;
}
.img15_8{
    width: 15px;
    height: 8px;
}
.img19{
    width: 19px;
    height: 19px;
}
.color_666{
    color: #666;
}
.w_300{
    width: 300px;
}
.border_bottom{
    border-bottom: solid 2px #ebebeb;
}
.h_185{
    height: 185px;
}
.BeyondHidden2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.BeyondHidden3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
}
.BeyondHidden{
    white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏超出容器的部分 */
  text-overflow: ellipsis; /* 显示省略号 */
}
