* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'PingFang SC', 'Microsoft Yahei', sans-serif;
  font-size: 14px;
  position: relative;
  background-color: #f4f6fc;
  overflow: overlay;
  min-width: 1200px;
}

body.pt-br,
body.pt-br input,
body.pt-br input::placeholder,
body.pt-br button {
  font-family: 'Roboto', 'PingFang SC', 'Microsoft Yahei', sans-serif;
}

body.vi-info {
  background-color: transparent;
}

body.vi-info,
body.vi-info input,
body.vi-info input::placeholder,
body.vi-info button,
.mobile body.vi,
.mobile body.vi input,
.mobile body.vi input::placeholder,
.mobile body.vi button {
  font-family: 'Times New Roman', Times, serif;
}

.mobile body.zh {
  font-family: 'PingFang', sans-serif;
}

.mobile body.pt-br {
  font-family: 'Roboto', sans-serif;
}

.mobile body {
  user-select: none;
  -webkit-user-select: none;
}

img {
  border: none;
}

element {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-text-size-adjust: none;
}

div,
a,
img {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

html {
  font-size: calc(100vw * 100 / 750);
}

body,
a,
input,
button,
textarea {
  outline: none;
  border: none;
  text-decoration: none;
}

textarea {
  resize: none;
}

i {
  font-style: normal;
}

button {
  cursor: pointer;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a {
  cursor: pointer;
}

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

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(173, 172, 172, 0.3);
  background: #666666;
  border-radius: 10px;
}

.emptyText {
  font-size: 12px;
  color: #a3a4b1;
  text-align: center;
}

html.mobile ::-webkit-scrollbar {
  display: none;
}

html.mobile {
  width: 100%;
  overflow: visible;
}

html.mobile * {
  cursor: pointer;
}

html.mobile body {
  min-width: auto;
  background-color: #F3F6FB;
  overflow-x: hidden;
  cursor: initial;
  font-size: 0.28rem;
}

html.mobile .xgplayer {
  position: initial !important;
  width: 100% !important;
  height: 100% !important;
}

html.pc {
  font-size: calc(1920px * 100 / 1920);
}

html.pc button:hover {
  opacity: 0.8;
}

@media (max-width: 1750px) {
  html.pc {
    font-size: calc(100vw * 100 / 1750);
  }
}

@media (max-width: 1200px) {
  html.pc {
    font-size: calc(1200px * 100 / 1750);
  }
}

html.pc.information {
  font-size: calc(1356px * 100 / 1920);
}

html.mobile .xgplayer-skin-default .xgplayer-enter .xgplayer-enter-spinner {
  width: 1rem;
  height: 1rem;
}

.img100 {
  max-width: 100%;
}