html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.index-wrapper,
.app-wrapper,
.app-main {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.banner-list,
.banner-list p,
.banner-list a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.banner-pic,
.el-image img,
.cate-content img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.cate-content table {
  max-width: 100%;
}

.mirror-admin-entry {
  position: fixed;
  right: 12px;
  bottom: 14px;
  z-index: 9999;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: rgba(20, 30, 45, 0.72);
  color: #fff;
  font: 18px/1 Arial, sans-serif;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  opacity: 0.55;
}

.mirror-admin-entry:hover,
.mirror-admin-entry:focus {
  opacity: 1;
}

@media (max-width: 600px) {
  .cate-list {
    gap: 5px 4px !important;
    padding: 5px 3px !important;
  }

  .cate-list .cate-item {
    min-width: 0;
  }

  .cate-content table {
    table-layout: fixed;
  }

  .cate-content td {
    overflow-wrap: anywhere;
  }
}
