/*!
* Name    : Base style
* Created : 2021-12-27
* Updated : 2021-12-27
* Author  : lzx
*/
HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td, textarea, input {
  border: none;
}

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

input {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  outline: none;
  padding: 0;
}

input[type=submit], input[type=button] {
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: not-allowed;
}

img {
  border: none;
}

img.loading {
  background-color: #ddd;
}

ul, ol, li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb{
  background-color: #aaa;
  border-radius: 0;
}
::-webkit-scrollbar-track{
  background-color: #F5F5F5;
}
*/
.ueditor-container dd, .ueditor-container dl, .ueditor-container figure, .ueditor-container h1, .ueditor-container h2, .ueditor-container h3, .ueditor-container h4, .ueditor-container h5, .ueditor-container h6, .ueditor-container p, .ueditor-container td, .ueditor-container th {
  padding: 0;
  border: 0;
}
.ueditor-container li, .ueditor-container ol, .ueditor-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.ueditor-container ul {
  list-style-type: disc;
  padding-left: 20px;
}
.ueditor-container ol {
  list-style-type: decimal;
}
.ueditor-container li {
  list-style-type: disc;
}
.ueditor-container img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
.ueditor-container p {
  margin-bottom: 1em;
}




.ueditor-container table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ueditor-container table th, .ueditor-container table td {
  border-color: #ddd;
  padding: 8px;
}
.ueditor-container a {
  color: inherit;
  outline: none;
  text-decoration: none;
  background: transparent;
}
.ueditor-container a, .ueditor-container em, .ueditor-container i, .ueditor-container span {
  display: inline-block;
}
.ueditor-container b, .ueditor-container em, .ueditor-container i {
  font-style: normal;
}
.ueditor-container button, .ueditor-container input, .ueditor-container optgroup, .ueditor-container select, .ueditor-container textarea {
  outline: 0;
  border: 0;
  vertical-align: middle;
  padding: 0;
}
.ueditor-container button, .ueditor-container html input[type=button], .ueditor-container input[type=reset], .ueditor-container input[type=submit], .ueditor-container input[type=text] {
  outline: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: button;
  background: #fff;
}
.ueditor-container textarea {
  resize: none;
  font-size: 14px;
}
.ueditor-container textarea, .ueditor-container .select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}
.ueditor-container .nei-table {
  overflow: auto;
}
.ueditor-container .nei-table table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ueditor-container .nei-table table, .ueditor-container .nei-table table th, .ueditor-container .nei-table table td {
  border: 1px solid #666;
}
.ueditor-container .nei-table table th, .ueditor-container .nei-table table td {
  padding: 4px 10px;
  word-break: keep-all !important;
}
.ueditor-container iframe, .ueditor-container embed {
  display: block;
  max-width: 100%;
  height: auto;
  min-height: 500px;
}
.ueditor-container video {
  display: block;
  max-width: 100%;
}





table {
	border-collapse: collapse
}
caption {
padding-top:.75rem;
padding-bottom:.75rem;
	color: #9e9fb4;
	text-align: left;
	caption-side: bottom
}
th {
	text-align: inherit
}
label {
	display: inline-block;
margin-bottom:.375rem
}
.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #737491
}
.table td, .table th {
padding:.75rem;
	vertical-align: top;
	border-top: 1px solid #e9e9f2
}
.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #e9e9f2
}
.table tbody+tbody {
	border-top: 2px solid #e9e9f2
}
.table-sm td, .table-sm th {
padding:.3rem
}
.table-bordered, .table-bordered td, .table-bordered th {
	border: 1px solid #e9e9f2
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width: 2px
}
.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
	border: 0
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f7f7fc
}
.table-hover tbody tr:hover {
	color: #737491;
	background-color: #f7f7fc
}
.table-dark, .table-dark>td, .table-dark>th {
	background-color: #e7e7ea
}
.table-dark tbody+tbody, .table-dark td, .table-dark th, .table-dark thead th {
	border-color: #b7b7bf
}
.table-hover .table-dark:hover, .table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
	background-color: #d9d9de
}
.table .thead-dark th {
	color: #fff;
	background-color: #37384e;
	border-color: #474864
}
.table .thead-light th {
	color: #4a4b65;
	background-color: #f3f3f9;
	border-color: #e9e9f2
}
.table-dark {
	color: #fff;
	background-color: #37384e
}
.table-dark td, .table-dark th, .table-dark thead th {
	border-color: #474864
}
.table-dark.table-bordered {
	border: 0
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: hsla(0,0%,100%,.05)
}
.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: hsla(0,0%,100%,.05)
}
.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}
.table-responsive>.table-bordered {
	border: 0
}
.table:not(.table-dark) thead:not(.thead-dark) th {
	color: #4a4b65
}
th, thead th {
	font-weight: 600
}
.table-dark td {
	color: hsla(0,0%,100%,.75)
}

@media screen and (max-width: 992px) {
.ueditor-container p {
	font-size:14px;
  margin-bottom: 1em;
}
.ueditor-container table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}.ueditor-container h2{ font-size:16px;}
.w104-detail-sidebar .dropdown dl dd a {
  text-align: left;
  padding: 0;
  color: #777;
  font-size:14px;
}
}