@charset "UTF-8";

*{
  margin:0;
  padding:0;
}
body * {
  box-sizing: border-box;
  flex-shrink: 0;
}
body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
  background: rgb(245, 249, 253);
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.hide{
	display:none;
}
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	font-family: 'pingFangSC-Regular', "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
  font-weight: 400;
}

textarea::-webkit-input-placeholder {font-family: 'pingFangSC-Medium', Georgia, Arial, Heiti,  '微软雅黑', sans-serif;}
textarea:-moz-placeholder {font-family: 'pingFangSC-Medium', Georgia, Arial, Heiti,  '微软雅黑', sans-serif;}
textarea::-moz-placeholder {font-family: 'pingFangSC-Medium', Georgia, Arial, Heiti,  '微软雅黑', sans-serif;}
textarea:-ms-input-placeholder {font-family: 'pingFangSC-Medium', Georgia, Arial, Heiti,  '微软雅黑', sans-serif;}
body,.db-list {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: auto;
}
::-webkit-scrollbar {
  display: none;
}
input:focus{outline:none;}
a{text-decoration:none;}
.clear{
  height:0px;
  width:0px;
  clear:both;
}
el-notification p{
  width: 224px;
  word-break:break-all;
}