html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  box-sizing: border-box;}
.item { margin: 0; padding: 0; }
address,cite,dfn,em,var, i {font-style:normal;}
table { border-collapse:collapse; border-spacing:0; }
ul{ list-style: none; }
:focus{ outline:none;}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear_box_fix:after{ clear: both; content: ""; display: block; }
a{
	text-decoration:none;
	color:#222;
}
a:hover{
	color: #222;
}
body,html{
	font-size: 14px;
	color: #222;
	background: #f5f5f5;
	--border-light: rgba(0,0,0,.1);
  --border-medium: rgba(0,0,0,.15);
	/* height: 100%; */
	font-family:"Microsoft Yahei",Arial,Helvetica,sans-serif
}
.h100p{
  height: 100%;
}
.w100p{
  width: 100%;
}
.ts_12{
	font-size: 12px;
}
.flex_start {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	align-items: center;
}
.flex_center {
	display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.flex_column{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex_space {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.flex_end{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.tc_666{
  color: #666;
}
.tc_222{
	color: #222;
  }
.pos_rel{
  position: relative;
}
.pos_ab{
  position: absolute;
}

.t_ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
/* 超出两行溢出 */
.text_ellipsis_line_2{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pointer{
	cursor: pointer;
}

.bd_de{
  border: 1px solid #dedede;
}
.bd_E6BA97{
  border: 1px solid #E6BA97;
}
.tc_yellow{
	color: #FF6A00;
}
.tc_hover_yellow:hover{
	color: #FF6A00;
}
.use_msg{
  display: flex;
  align-items: start;
  justify-content: start;
  span{
    flex-shrink: 0;
		width: 75px;
  }
}
:where(.css-dev-only-do-not-override-vorv4e).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover, :where(.css-dev-only-do-not-override-vorv4e).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item:hover, :where(.css-dev-only-do-not-override-vorv4e).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover, :where(.css-dev-only-do-not-override-vorv4e).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title:hover, :where(.css-dev-only-do-not-override-vorv4e).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-active, :where(.css-dev-only-do-not-override-vorv4e).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-item-active, :where(.css-dev-only-do-not-override-vorv4e).ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-submenu-title-active, :where(.css-dev-only-do-not-override-vorv4e).ant-dropdown-menu-submenu .ant-dropdown-menu .ant-dropdown-menu-submenu-title-active{
  background-color: #FFF7F2 !important;
}
.bg_fff7f2 {
	background-color: #FFF7F2 !important;
}

.mr_8 {
	margin-right: 8px;
}

.mr_16 {
	margin-right: 16px;
}