@charset "UTF-8";
html,
body {
  height: 100%;
  width: 100vw;
  min-height: 100vh;
}

html {
  font-size: 16px;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

body {
  font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #F6F8FA;
  color: #2D313E;
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  word-break: break-all;
}

textarea {
  resize: none;
}

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

i {
  font-style: normal;
  font-weight: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

a {
  text-decoration: none;
  color: #2D313E;
}

a,
input,
button {
  outline: none;
}

a:hover {
  text-decoration: none;
}

::-moz-focus-inner {
  border: 0;
}

a:focus {
  outline: none;
}

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

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

*::-webkit-scrollbar {
  width: 0px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: transparent;
}

body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: transparent;
}

body {
  scrollbar-width: thin;
}

.zoom {
  transition-property: transform;
  transition-duration: .2s;
}

.zoom:hover {
  transform: scale(1.1);
  cursor: pointer;
}

/* 重置pc视频播放器样式 */
.mejs__time-rail .mejs__time-float-current {
  width: auto;
  min-width: 30px;
  white-space: nowrap;
}
