.photo-wrapper .photo-item img {
  transition: all 0.6s ease-in-out;
  padding: 8px;
  border-radius: 20px;
  max-width: -webkit-fill-available;
}

.photo-wrapper img:hover {
  transform: scale(1.03);
}

.photo-wrapper {
  margin: 20px auto;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.miaoshus,
.miaoshus .title {
  font-family: MV Boli;
}

.miaoshus {
  padding: 20px;
  border: 1px dashed var(--link-hover-color);
  color: var(--text-color);
  position: relative;
  display: inline-block;
  width: 75%;
  background-color: var(--toc-activ-bg-color);
  border-radius: 10px;
  font-size: 22px;
  margin: 24px auto 12px;
}

body {
  overflow: visible !important;
}

.photo-wrapper {
  position: relative;
  text-align: center;
}

.photo-wrapper img {
  border-radius: 10px;
}

.page-footer {
  display: none;
}

body {
  overflow-y: visible !important;
}

header {
  background-image: linear-gradient(
    to right,
    var(--bg-color-linear-left) 0,
    var(--bg-color-linear-right) 100%
  );
  opacity: 0.8;
}

.biaotiss {
  font-family: MV Boli;
}

@media only screen and (max-width: 500px) {
  #next-button,
  #previous-button {
    display: none;
  }
}

@media only screen and (max-width: 323px) {
  .photo-wrapper img {
    width: 296px;
    left: 0;
  }
}

.hbe-input-container {
  background-color: var(--card-bg-color);
  width: 50%;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  vertical-align: middle;
  display: inline-block;
}

.hbe-input-container .btn-decrypt {
  display: block;
  vertical-align: top;
  width: 25% !important;
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  color: var(--text-color);
  background-color: var(--button-bg-color);
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid var(--text-color);
}

.hbe-input-container .btn-decrypt:hover {
  background-color: var(--inlinecode-bg-color);
  color: var(--link-hover-color);
}
