* {
  box-sizing: border-box !important;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}

html,
body {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  word-wrap: break-word;
  font-family: 'Microsoft YaHei', 'PingFang SC','miui','system-ui','-apple-system','BlinkMacSystemFont','Helvetica Neue','Helvetica','sans-serif';
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
  color: #333;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
menu,
input,
textarea,
button,
select,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

li.no-style {
  list-style: none;
}

input,
textarea,
button,
select {
  outline: 0 none;
}

textarea {
  resize: vertical;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
}

pre {
  margin: 0;
  font: 14px/1.4 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
}

.free-register-wrap {
  position: relative;
}

.free-register-wrap .self-close {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 28px;
  z-index: 10000;
}

.free-register-wrap .self-close:hover {
  color: #4480FA;
  cursor: pointer;
}

.app-wrap {
  padding: 3.57rem 0 3.57rem 0;
  display: flex;
  flex-direction: column;
}

#jesong_chat_min {
  position: fixed;
  z-index: 10;
}

.el-scrollbar > .el-scrollbar__bar {
  opacity: 1 !important;
}
