html, body {
  padding: 0;
  margin: 0;
  /* font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; */
  font-family: PingFangSC-Regular;
}

* {
  box-sizing: border-box;
}


* {
  margin: 0;
  padding: 0;
}

img {
  border: none;
  display: block;
}

em, i {
  font-style: normal;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, font {
  padding: 0;
  margin: 0;
  font-family: PingFangSC-Regular;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul, li, dl, dt, dd {
  list-style: none;
}

input, button, textarea, checkbox, select, radio, form {
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  color: #000;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
  -webkit-appearance: none;
}

html, body {
  /* height: 100% */
}
a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
    -moz-user-select: none;
}


#textWrap {
  width: 100%;
  height: 32px;
  background: #E1EAFC;
  padding-left: 30px;
  display: flex;
  position: fixed;
  z-index: 100;
}

#textWrap #textContent {
  flex: 1;
  height: 100%;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #1A5EE6;
  font-size: 14px;
}

#textWrap #textCancle {
  width: 30px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
  padding-top: 11px;
}

.darkModeText {
  background-color: #1D2638 !important;
}

.listItemWithmultiPic .multiListBottom .multiListBottomComment {
  margin-right: 10px !important;
}
