.popImg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  visibility: hidden;
  background: rgba(51, 39, 42, 0.6);
  touch-action: pinch-zoom;
  opacity: 0;
}
.popImg .in {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  transform: translate(-50%, -50%);
}
.popImg .in .container {
  position: relative;
  height: 100%;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  touch-action: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.popImg img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  cursor: move;
  touch-action: none;
  vertical-align: top;
  transform: translateX(0px) translateY(0px) translateZ(0px) scale(1, 1);
}
.popImg .x_button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 20px;
  z-index: 1;
}
.popImg .down_button {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 20px;
  z-index: 1;
}
.pageCover.blur6 {
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.popImg.visible {
  opacity: 1;
  visibility: visible;
}

.popNoticeImg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: rgba(51, 39, 42, 0.6);
  touch-action: pinch-zoom;
  visibility: hidden;
  opacity: 0;
}
.popNoticeImg .in {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  transform: translate(-50%, -50%);
}
.popNoticeImg .in .container {
  position: relative;
  height: 100%;
  text-align: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  touch-action: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.popNoticeImg img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  cursor: move;
  touch-action: none;
  vertical-align: top;
  transform: translateX(0px) translateY(0px) translateZ(0px) scale(1, 1);
}
.popNoticeImg .x_button {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 20px;
  z-index: 1;
}
.popNoticeImg .down_button {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 20px;
  z-index: 1;
}
.pageCover.blur6 {
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.popNoticeImg.visible {
  opacity: 1;
  visibility: visible;
}
.private-books .fw {
  display: none !important;
}

.private-books-one,
.private-attend-one {
  background: var(--box-bg-color);
  border-color: #fadcda;
  border-color: transparent;
  line-height: 1.76;
}
.private-books .wrt,
.private-attend .wrt {
  border-radius: 14px;
  height: 48px;
  line-height: 48px;
  padding: 0px 30px;
  box-shadow: none;
  border: 1px solid #d1c8c8;
  color: #978686;
  background: none;

  border-color: #e2d2d2;

  border-color: #ddd;
  color: #404040;

  background: #fafafa;
  border-color: transparent;

  border-color: rgb(250, 250, 250);
  min-width: 215px;

  border: 1px solid #eee;
}
.private-books .wrt.gry,
.private-attend .wrt.gry {
  background: #fafafa;
}
.private-books .wrt.str,
.private-attend .wrt.str {
  color: var(--box-font-color);
  border-color: var(--box-border-color);
  background: #fff;
}
.private-attend .wrt .i {
  display: initial;
  opacity: 0.7;
}

.accst02 .pack_wrap {
  box-shadow: none;
  box-shadow: 1px 1px 2px rgb(0 0 0/5%);

  width: 310px;
  background: #fff;
  margin-bottom: 10px;

  border: 1px solid #e2e4ea;
  border-radius: 6px;

  border: 0;

  /*border: 1px solid #e2e4ea;*/
}
.accst02 .pack {
  height: 50px;
  line-height: 50px;
  background-color: rgba(247, 158, 158, 0.09);
  background: #f2eeee;

  background: #edeef1;
  border-radius: 4px;
  border: 0px;
  border-bottom: 1px dashed #e2e4ea;
  border: 0;

  color: #262f3c;
  background: #f9f9f9;
  background: rgb(243, 243, 243);
}
.accst02 .pack_wrap.active .pack {
  /* border-radius: 6px 6px 0 0; */
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accst02 .pack_wrap .c > li .b_1 {
  background: rgb(243, 243, 243);
}
.accst02 .pack_wrap .c > li:last-child {
  border-bottom: 0px;
}

.accst02 .pack > i {
  font-size: 1.2rem;
  color: #999;
}

.drag-prevent {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  touch-action: pan-y;
}

.bttmImgBlur,
.mainImgArea.mainImgBlur {
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent,
    rgba(0, 0, 0, 0.013) 1.1%,
    rgba(0, 0, 0, 0.049) 2.3%,
    rgba(0, 0, 0, 0.104) 3.58%,
    rgba(0, 0, 0, 0.175) 4.94%,
    rgba(0, 0, 0, 0.259) 6.34%,
    rgba(0, 0, 0, 0.352) 7.78%,
    rgba(0, 0, 0, 0.45) 9.26%,
    rgba(0, 0, 0, 0.55) 10.74%,
    rgba(0, 0, 0, 0.648) 12.22%,
    rgba(0, 0, 0, 0.741) 13.66%,
    rgba(0, 0, 0, 0.825) 15.06%,
    rgba(0, 0, 0, 0.896) 16.42%,
    rgba(0, 0, 0, 0.951) 17.7%,
    rgba(0, 0, 0, 0.987) 18.9%,
    #000 20%,
    #000 80%,
    rgba(0, 0, 0, 0.987) 81.1%,
    rgba(0, 0, 0, 0.951) 82.3%,
    rgba(0, 0, 0, 0.896) 83.58%,
    rgba(0, 0, 0, 0.825) 84.94%,
    rgba(0, 0, 0, 0.741) 86.34%,
    rgba(0, 0, 0, 0.648) 87.78%,
    rgba(0, 0, 0, 0.55) 89.26%,
    rgba(0, 0, 0, 0.45) 90.74%,
    rgba(0, 0, 0, 0.352) 92.22%,
    rgba(0, 0, 0, 0.259) 93.66%,
    rgba(0, 0, 0, 0.175) 95.06%,
    rgba(0, 0, 0, 0.104) 96.42%,
    rgba(0, 0, 0, 0.049) 97.7%,
    rgba(0, 0, 0, 0.013) 98.9%,
    transparent
  );
  mask-image: linear-gradient(
    180deg,
    transparent,
    rgba(0, 0, 0, 0.013) 1.1%,
    rgba(0, 0, 0, 0.049) 2.3%,
    rgba(0, 0, 0, 0.104) 3.58%,
    rgba(0, 0, 0, 0.175) 4.94%,
    rgba(0, 0, 0, 0.259) 6.34%,
    rgba(0, 0, 0, 0.352) 7.78%,
    rgba(0, 0, 0, 0.45) 9.26%,
    rgba(0, 0, 0, 0.55) 10.74%,
    rgba(0, 0, 0, 0.648) 12.22%,
    rgba(0, 0, 0, 0.741) 13.66%,
    rgba(0, 0, 0, 0.825) 15.06%,
    rgba(0, 0, 0, 0.896) 16.42%,
    rgba(0, 0, 0, 0.951) 17.7%,
    rgba(0, 0, 0, 0.987) 18.9%,
    #000 20%,
    #000 80%,
    rgba(0, 0, 0, 0.987) 81.1%,
    rgba(0, 0, 0, 0.951) 82.3%,
    rgba(0, 0, 0, 0.896) 83.58%,
    rgba(0, 0, 0, 0.825) 84.94%,
    rgba(0, 0, 0, 0.741) 86.34%,
    rgba(0, 0, 0, 0.648) 87.78%,
    rgba(0, 0, 0, 0.55) 89.26%,
    rgba(0, 0, 0, 0.45) 90.74%,
    rgba(0, 0, 0, 0.352) 92.22%,
    rgba(0, 0, 0, 0.259) 93.66%,
    rgba(0, 0, 0, 0.175) 95.06%,
    rgba(0, 0, 0, 0.104) 96.42%,
    rgba(0, 0, 0, 0.049) 97.7%,
    rgba(0, 0, 0, 0.013) 98.9%,
    transparent
  );
}
.bttmImgBlur .blr,
.mainImgArea.mainImgBlur .blr {
  display: none !important;
}

.main_frm_ver_2 .mainImgArea.mainImgBlur {
  -webkit-mask-image: linear-gradient(
    0deg,
    transparent,
    rgba(0, 0, 0, 0.013) 1.1%,
    rgba(0, 0, 0, 0.049) 2.3%,
    rgba(0, 0, 0, 0.104) 3.58%,
    rgba(0, 0, 0, 0.175) 4.94%,
    rgba(0, 0, 0, 0.259) 6.34%,
    rgba(0, 0, 0, 0.352) 7.78%,
    rgba(0, 0, 0, 0.45) 9.26%,
    rgba(0, 0, 0, 0.55) 10.74%,
    rgba(0, 0, 0, 0.648) 12.22%,
    rgba(0, 0, 0, 0.741) 13.66%,
    rgba(0, 0, 0, 0.825) 15.06%,
    rgba(0, 0, 0, 0.896) 16.42%,
    rgba(0, 0, 0, 0.951) 17.7%,
    rgba(0, 0, 0, 0.987) 18.9%,
    #000 20%
  );
  mask-image: linear-gradient(
    0deg,
    transparent,
    rgba(0, 0, 0, 0.013) 1.1%,
    rgba(0, 0, 0, 0.049) 2.3%,
    rgba(0, 0, 0, 0.104) 3.58%,
    rgba(0, 0, 0, 0.175) 4.94%,
    rgba(0, 0, 0, 0.259) 6.34%,
    rgba(0, 0, 0, 0.352) 7.78%,
    rgba(0, 0, 0, 0.45) 9.26%,
    rgba(0, 0, 0, 0.55) 10.74%,
    rgba(0, 0, 0, 0.648) 12.22%,
    rgba(0, 0, 0, 0.741) 13.66%,
    rgba(0, 0, 0, 0.825) 15.06%,
    rgba(0, 0, 0, 0.896) 16.42%,
    rgba(0, 0, 0, 0.951) 17.7%,
    rgba(0, 0, 0, 0.987) 18.9%,
    #000 20%
  );
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loadBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1450;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}
.loadBox .in {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80px;
  height: 80px;
}

.img_loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  display: none;
}

.ldsr2 {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ldsr2 div {
  animation: ldsr2 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 20px 20px;
}
.ldsr2 div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 3.5px;
  height: 3.5px;
  border-radius: 50%;
  background: #fff;
  margin: -2px 0 0 -2px;
}
.ldsr2 div:nth-child(1) {
  animation-delay: -0.036s;
}
.ldsr2 div:nth-child(1):after {
  top: 31.5px;
  left: 31.5px;
}
.ldsr2 div:nth-child(2) {
  animation-delay: -0.072s;
}
.ldsr2 div:nth-child(2):after {
  top: 34px;
  left: 28px;
}
.ldsr2 div:nth-child(3) {
  animation-delay: -0.108s;
}
.ldsr2 div:nth-child(3):after {
  top: 35.5px;
  left: 24px;
}
.ldsr2 div:nth-child(4) {
  animation-delay: -0.144s;
}
.ldsr2 div:nth-child(4):after {
  top: 36px;
  left: 20px;
}
.ldsr2 div:nth-child(5) {
  animation-delay: -0.18s;
}
.ldsr2 div:nth-child(5):after {
  top: 35.5px;
  left: 16px;
}
.ldsr2 div:nth-child(6) {
  animation-delay: -0.216s;
}
.ldsr2 div:nth-child(6):after {
  top: 34px;
  left: 12px;
}
.ldsr2 div:nth-child(7) {
  animation-delay: -0.252s;
}
.ldsr2 div:nth-child(7):after {
  top: 31.5px;
  left: 8.5px;
}
.ldsr2 div:nth-child(8) {
  animation-delay: -0.288s;
}
.ldsr2 div:nth-child(8):after {
  top: 28px;
  left: 6px;
}
@keyframes ldsr2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.picbox .img.road .img_loading {
  display: block;
}
.picbox .img.road .in {
  display: none;
}
