body {
  color: #333;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB',
    'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol';
}

button {
  outline: none;
  cursor: pointer;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

.bottom-tip {
  width: 500px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  font-size: 14px;
  color: #ccc;
  left: 0;
  right: 0;
  margin: auto;
}

.paginator {
  padding: 0;
  text-align: center;
  user-select: none;
  display: flex;
  justify-content: center;
}

.paginator .paginator-item {
  cursor: pointer;
  display: inline-block;
  background: #F4F4F5;
  color: #666666;
  width: 30px;
  line-height: 30px;
  margin-right: 5px;
  padding: 0;
  border-radius: 3px;
  margin-bottom: 5px;
}

.paginator .disable {
  color: #C0C4CC;
  cursor: default;
}

.paginator .active {
  background: #3684F4;
  color: #fff;
  cursor: default;
}

#log {
  text-align: center;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 16px;
  padding: 3px 10px 5px;
  border-radius: 5px;
  left: 0;
  right: 0;
  top: 30px;
  width: 200px;
  margin: auto;
}

.bottom-sp-box {
  position: fixed;
  bottom: 77px;
  right: 0;
  z-index: 2;
  padding-bottom: 10px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
}

.bottom-box {
  width: 100%;
  position: fixed;
  bottom: -1px;
  z-index: 2;
  padding-bottom: 10px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%);
}

.bottom-sp-btn {
  display: flex;
  align-items: center;
  border-radius: 100px 0 0 100px;
  height: 30px;
  background: #FE9921;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  cursor: pointer;
  margin: 0 auto;
}

.bottom-btn {
  display: flex;
  align-items: center;
  border-radius: 100px;
  height: 42px;
  background: #FE9921;
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
  /* justify-content: space-between; */
  cursor: pointer;
  max-width: 350px;
  margin: 0 auto;
}

.bottom-btn .line {
  background: #fff;
  width: 1px;
  height: 20px;
  margin: 0 20px;
}

.bottom-btn p {
  display: flex;
  align-items: center;
  margin-right: 15%;
}

.header-img {
  border-radius: 100px;
  border: 2px solid #fff;
}

@media screen and (max-width: 1024px) {
  #log {
    top: 55px;
  }
}

.hide {
  display: none;
}

.show {
  display: block;
}
