html {
  /* 鼠标不可选中 */
  /* -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  user-select: none; */
  /*font-family: "Microsoft YaHei";*/

}

 /* @font-face {
  font-family: "iconfont";
  font-display: swap;
  src: url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap');
} */

/* * {
  transition: all .3s cubic-bezier(.645, .045, .355, 1), border 0s, background 0s, color 0s, font-size 0s;
} */

body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans SC' !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a {
  background: none;
  text-decoration: none !important;
  outline: none;
}

small {
  font-size: 80%;
}

img {
  border: 0;
  vertical-align: middle;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: none;
  background: none;
}


button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  outline: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}


textarea {
  overflow: auto;
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none outside none;
}

h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


*:focus {
  outline: none;
}

/*p {*/
/*  margin-block-start: 0;*/
/*  margin-block-end: 0;*/
/*}*/


::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background: #f8efb7;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #fffef5;
	border-radius: 10px;
	background: #fffef5;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #ffd073;
	-webkit-box-shadow: inset 0 0 6px #ffd073;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #fffef5;
}

/* 边角 即两个滚动条的交汇处 */
::-webkit-scrollbar-corner {
	background: #fffef5;
	border-radius: 10px;
}

/* 两个滚动条的交汇处上用于通过拖动调整元素大小的小控件*/
::-webkit-resizer {}


