@charset "utf-8";
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("SourceHanSansCN-Normal.subset.otf");
}
@font-face {
  font-family: "SourceHanSansCN-Light";
  src: url("SourceHanSansCN-Light.subset.otf");
}
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("SourceHanSansCN-Regular.subset.otf");
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("SourceHanSansCN-Medium.subset.otf");
}
@font-face {
  font-family: "SourceHanSansCN-Bold";
  src: url("SourceHanSansCN-Bold.subset.otf");
}
@font-face {
  font-family: "arial";
  src: url("arial.ttf");
}
@font-face {
  font-family: "arialbd";
  src: url("arialbd.ttf");
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}

* {
  font-family: "GOTHIC", "Source Han Sans CN", "microsoft yahei", arial,
    "STXihei";
  font-size: 14px;
}

a {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  color: #555555;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
a:hover {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  /* line-height: 1; */
}

li {
  list-style: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  zoom: 1;
} /* 触发 hasLayout */
img {
  vertical-align: middle;
}
input:focus {
  outline: none;
} /*去除按钮选中的高亮标签*/
textarea:focus {
  outline: none;
} /*去除文本框选中的高亮标签*/
button:focus {
  outline: none;
} /*去除按钮选中的高亮标签*/
select:focus {
  outline: none;
} /*去除下拉框选中的高亮标签*/
img {
  vertical-align: middle;
}
div,
p,
table,
td,
ul,
li,
span,
a,
ol,
input,
label {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

body {
  font-size: 14px;
}

html,
body {
  scrollbar-width: thin;
}
::-webkit-scrollbar-track {
  background-color: #000;
} /* 滚动条的滑轨背景颜色 */

::-webkit-scrollbar-thumb {
  background: #ffe100;
} /* 滑块颜色 */

::-webkit-scrollbar-button {
  background-color: #000;
} /* 滑轨两头的监听按钮颜色 */

::-webkit-scrollbar-corner {
  background-color: #000;
} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
::-webkit-scrollbar {
  width: 4px;
  height: 0px;
  border-radius: 3px;
} /* 这是针对缺省样式 (必须的)*/

video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

 
