/* 1.0.0 */
[v-cloak] {
  display: none;
}

/* system close message */
.system {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-size: 24px;
}

/* pop up window */
.layui-layer {
  font-size: 14px;
}

.layui-layer-dialog {
  max-width: 400px;
}

.remark:hover {
  cursor: pointer;
  color: #76869a;
}

.pages {
  margin-top: 5px;
  text-align: center;
}

.layui-laypage a,
.layui-laypage span {
  background: transparent !important;
  color: #636363 !important;
  border: 1px solid #e6e6e6 !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #09F !important;
  /* background-color: #fafafa !important;
  left: 0px !important;
  top: 0px !important;
  padding: 0px !important; */
}

.layui-laypage .layui-laypage-curr em {
  color: #fff !important;
}

/* announcement pop up window */
.announcement-box {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
}

.announcement-box .wrap-bg {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.announcement-box .wrap {
  position: relative;
  z-index: 100000;
  max-width: 90%;
  max-height: 90%;
}

.announcement-box .wrap .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
}

.announcement-box .wrap a {
  display: block;
}

.announcement-box .wrap .img {
  max-height: 100%;
  max-width: 100%;
}

.w {
  word-break: break-all;
}