@charset "utf-8";

.page {
  width: 1000px;
}

#flipbook .page {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#flipbook img {
  display: block;
  width: 100%;
  height: auto;
}

#flipbook img[data-src] {
  display: none;
}

#flipbook svg {
  animation: loadingCircle 1s infinite linear;
  font-size: 56px;
  color: rgba(0, 0, 0, 0.88);
}

.hint {
  color: #d9d9d9;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
}

.action-bar {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
}

.row-around {
  display: flex;
  align-items: center;
}

.row-around span {
  display: flex;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
}

.row-around .to-last-page {
  margin-right: 0;
}

.row-around svg {
  font-size: 16px;
  /* color: rgba(0, 0, 0, 0.88); */
  color: rgba(255, 255, 255, 1);
}

.row-around>span:hover {
  background-color: rgba(0, 0, 0, 0.06);
}

.row-around .page-info {
  display: flex;
  align-items: center;
  margin-right: 6px;
}

.row-around .page-info {
  box-sizing: border-box;
  height: 32px;
  padding: 0 12px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s;
  font-size: 14px;
  color: #363636;
  cursor: pointer;
  min-width: 68px;
}

.picture-wall {
  position: fixed;
  top: 0;
  inset: 0;
  outline: 0;
  z-index: 1000;
  display: none;
}

.picture-wall .mask {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 10, 10, 0.86);
  z-index: 999;
}

.picture-wall .picture-wall-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1000;
}

.picture-wall-tools {
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  background: #1e1e1e;
  padding: 0 16px;
}

.picture-wall-tools span {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.picture-wall-tools .page-total {
  margin-right: 16px;
}

.page-jump {
  display: flex;
  align-items: center;
}

.page-jump input {
  box-sizing: border-box;
  height: 30px;
  padding: 0 12px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  outline: none;
  transition: border-color 0.2s;
  font-size: 14px;
  max-width: 66px;
  margin: 0 6px;
  color: #363636;
}

.page-jump input:focus {
  border-color: #4096ff;
  border-inline-end-width: 1px;
  outline: 0;
}

.picture-wall-tools .close-wall {
  display: flex;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.picture-wall-list {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  padding: 20px;
  overflow-y: auto;
}

.picture-wall-list::-webkit-scrollbar {
  width: 8px;
}

.picture-wall-list::-webkit-scrollbar-track {
  border-radius: 4px;
}

.picture-wall-list::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 4px;
}

.picture-wall-item {
  width: 156px;
  margin: 10px;
  display: flex;
  flex-wrap: wrap;
}

.picture-wall-item .img-box {
  width: 158px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.picture-wall-item .img-box svg {
  color: #fff;
  font-size: 36px;
  animation: loadingCircle 1s infinite linear;
}

@keyframes loadingCircle {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.picture-wall-item img {
  width: 156px;
  height: 208px;
  object-fit: cover;
  cursor: pointer;
}

.picture-wall-item span {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 32px;
}

.picture-wall-item.active .img-box {
  border: 1px solid #f14668;
}

.picture-wall-item.active span {
  color: #f14668;
}


.container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 30px;
  background: url(https://zjjcmspublic.oss-cn-hangzhou-zwynet-d01-a.internet.cloud.zj.gov.cn/jcms_files/jcms1/web2485/site/images/45703/tynj_ydy_bg.png) no-repeat center center;
}
