/*------------------------------------违法举报 start------------------------------------------*/
.report-box {
  position: fixed;
  padding: 10px 14px;
  background-color: #fff;
  bottom: 100px;
  right: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(18, 47, 93, 0.1);
  text-align: center;
  z-index: 999;
}

.report-box p {
  font-size: 12px;
  color: #333333;
}

.report-box img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 8px auto 0;
}

/*------------------------------------违法举报 end------------------------------------------*/