:root {
  --custom-size: 1 / 580 * 100vw;
  --main-margin: 20px;
}

* {
  margin: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

.camera img,
.download-poster img,
.galaxy-title img,
.back img {
  display: block;
}

.container {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background: linear-gradient(to bottom, #040456, #0e0e89);
}

.main {
  margin: 0 var(--main-margin);
  height: 100%;
}

.page {
  height: 100%;
}

.page-activity {
  display: flex;
  flex-direction: column;
}

.activity-handpick {
  height: 22vh;
}

.activity-handpick .swiper {
  /* height: 22vh; */
  /* aspect-ratio: 414 / 197; */
  padding: 2.5vh 0;
  height: 100%;
}

.activity-handpick .swiper-slide {
  width: auto !important;
  height: 100%;
  aspect-ratio: 30 / 17;
  display: flex;
  align-items: center;
}

.activity-handpick .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: center;
}

.activity-handpick {
  background-color: #000;
}

.activity-handpick .activity-handpick-pagination {
  width: 50%;
  height: 5px;
  bottom: 1vh;
  top: unset;
  background-color: #383869;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  border-radius: 30px;
}

.activity-handpick .activity-handpick-pagination .swiper-pagination-bullet {
  width: 33%;
  height: 100%;
  margin: 0;
  border-radius: 30px;
}

.activity-timeline {
  height: 78vh;
  flex: 1;
}

.time-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: max(20px, 3vh);
  height: 100%;
}

.month-list {
  width: 100%;
  --swiper-slide-mr: calc(30 * var(--custom-size));
  --swiper-slide-w: calc((100vw - var(--swiper-slide-mr) * 8) / 8);
  --swiper-h: calc(2.3 * var(--swiper-slide-w));
  height: var(--swiper-h);
  flex-shrink: 0;
  margin: 5px 0 calc(40 * var(--custom-size));
}

.month-list .swiper {
  height: 100%;
}

.month-list .swiper-wrapper {
  align-items: center;
}

.month-list .swiper-slide {
  /* width: calc(40 * var(--custom-size)); */
  width: var(--swiper-slide-w);
  height: auto;
  aspect-ratio: 1;
  margin-right: var(--swiper-slide-mr);
  transform-origin: center;
  position: relative;
}

.month-list .swiper-slide .txt-wrap {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  /* transform: scale(.6); */
  /* transition: .3s; */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: calc(24 * var(--custom-size));
  /* background: url(./images/num-bg.png) no-repeat;
  background-position: right bottom;
  background-size: contain; */
}

.month-list .swiper-slide-active {
  /* margin: 0 20px; */
  width: var(--swiper-h);
  height: var(--swiper-h);
  margin-left: calc(-16 * var(--custom-size));
  margin-right: calc(16 * var(--custom-size));
  transition: .3s;
}

.month-list .swiper-slide-active .txt-wrap {
  /* transform: scale(1.3); */
  border: 3px solid #fff;
  font-size: calc(60 * var(--custom-size));
}

.curr-year {
  margin-top: calc(40 * var(--custom-size));
  font-size: calc(28 * var(--custom-size));
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.activity-list {
  position: relative;
  padding: 8% 0;
  overflow-y: auto;
  margin-bottom: 20px;
  flex: 1;
  width: 100%;
}

.page-activity-all .activity-list {
  padding-bottom: 20%;
  margin-bottom: 0;
}

.activity-list .activity-list-line {
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(217, 217, 255);
}

.time-wrap .to-top::after {
  content: '';
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: rgb(217, 217, 255);
}

.page-activity .activity-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100 * var(--custom-size));
  height: 5px;
  border-radius: 30px;
  background-color: rgb(217, 217, 255);
}

.activity-item {
  width: 100%;
  display: flex;
}

.page-activity .activity-item+.activity-item {
  margin-top: -10%;
}

.activity-pannel {
  width: 100%;
  display: flex;
  padding-left: calc(20 * var(--custom-size));
  position: relative;
}

.activity-pannel::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(-50%, -50%, 0);
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #6a8ae9;
  z-index: 2;
}

.activity-pannel .serial {
  padding: 10px 5px 10px 13px;
  background: linear-gradient(107.68deg, rgb(135, 140, 240) 30.177%, rgb(96, 107, 241) 62.179%);
  display: flex;
  flex-direction: column;
  clip-path: polygon(7px 0, 101% 0, 101% 100%, 7px 100%, 7px calc(50% + 7px), 0 50%, 7px calc(50% - 7px));
}

.activity-pannel .serial .num {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: bold;
}

.level {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.level span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .3);
}

.level span.active {
  background-color: #ed85ff;
}

.activity-item.sign .level span.active,
.activity-intro-cont.sign .level span.active {
  background-color: #fcee21;
}

.activity-pannel .cont {
  background-color: #e6e6ff;
  padding: 10px 5px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 100%;
}

.activity-pannel .cont .star-type {
  width: 100%;
  height: 40px;
  border-radius: 30px;
  background-color: #606bf1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  margin-bottom: 10px;
  /* text-align: center; */
  color: #fff;
  background-position: 10% 50%;
  background-size: auto 45%;
  background-repeat: no-repeat;
  padding-left: 30%;
  padding-right: 10%;
}

.activity-pannel .cont .txt {
  margin-left: 5px;
}

.activity-pannel .cont .title {
  font-size: 12px;
  font-weight: bold;
}

.activity-pannel .cont .intro {
  font-size: 10px;
}

.page-activity .activity-list .activity-list-line {
  left: 50%;
  transform: translateX(-50%);
}


.page-activity .activity-item:nth-child(odd) {
  justify-content: flex-end;
}

.page-activity .activity-pannel {
  width: 50%;
}

.page-activity .activity-item:nth-child(even) .activity-pannel .serial {
  clip-path: polygon(-1px 0, calc(100% - 7px) 0, calc(100% - 7px) calc(50% - 7px), 100% 50%, calc(100% - 7px) calc(50% + 7px), calc(100% - 7px) 100%, -1px 100%);
  padding: 10px 13px 10px 5px;
}

.activity-item.sign .activity-pannel .serial {
  background: linear-gradient(90.00deg, rgb(250, 162, 36) 16.273%, rgb(255, 184, 32) 100.475%);
}

.page-activity .activity-item:nth-child(even) .activity-pannel {
  flex-direction: row-reverse;
  padding-right: calc(20 * var(--custom-size));
  padding-left: 0;
}

.page-activity .activity-item:nth-child(even) .activity-pannel::after {
  left: unset;
  right: 0;
  transform: translate3d(50%, -50%, 0);
}

.page-activity .activity-item:nth-child(even) .activity-pannel .cont {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.activity-item.sign .activity-pannel::after {
  background-color: #ffb820;
}

.page-activity .activity-item:nth-child(even) .cont .star-type {
  background-position: 90% 50%;
  padding-right: 30%;
  padding-left: 10%;
}

.activity-item.sign .activity-pannel .cont .star-type {
  background-color: rgb(255, 184, 32);
}

.time-wrap .to-top {
  position: relative;
  margin-bottom: 10px;
}

.time-wrap .to-top img {
  width: calc(90 * var(--custom-size));
  display: block;
}

.loading-wrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/loading-bg.jpg) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 15%;
  z-index: 9999;
  background-color: #0e0e89;
}

.loading-progress {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: calc(30 * var(--custom-size));
}

.progress-bar {
  width: 100%;
  background-color: #fff;
  height: 12px;
  border-radius: 30px;
}

.progress-curr {
  width: 40%;
  height: 100%;
  background-color: #8473ff;
  border-radius: 30px;
  animation: process 2s;
}

.progress-tips {
  font-size: calc(20 * var(--custom-size));
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}

.progress-tips span {
  position: relative;
  letter-spacing: 3px;
}

.progress-tips span::after {
  content: '......';
  position: absolute;
  top: -20%;
  right: 0;
  transform: translate3d(110%, 0, 0);
  letter-spacing: 1px;
  animation: loading-txt 3s infinite;
}

@keyframes loading-txt {
  0% {
    content: '.';
  }

  20% {
    content: '..';
  }

  40% {
    content: '...';
  }

  60% {
    content: '....';
  }

  80% {
    content: '.....';
  }

  100% {
    content: '......';
  }
}

.activity-poster-wrap {
  position: relative;
  height: 100%;
  padding-top: 10vh;
  padding-bottom: 3vh;
  display: flex;
  flex-direction: column;
}

.back {
  position: fixed;
  top: 5vh;
  left: var(--main-margin);
  transform: translateY(-50%);
  padding-right: 10px;
  z-index: 999;
}

.back img {
  width: calc(20 * var(--custom-size));
}

.poster-download-area {
  padding-top: 10px;
  margin-top: -10px;
}

.img-wrap {
  height: 75vh;
  position: relative;
}

.activity-poster-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

.activity-poster-cont img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.activity-poster-handle {
  width: 100%;
  /* height: 15vh; */
  position: relative;
  /* position: absolute;
  left: 0;
  bottom: 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3vh;
  /* padding-top: calc(20 * var(--custom-size)); */
}

.activity-poster-tips {
  font-size: calc(30 * var(--custom-size));
  color: rgba(255, 255, 255, .7);
  font-weight: bold;
}

.activity-intro-cont {
  width: 100%;
  height: 100%;
  background-color: #144ef4;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(90deg);
  opacity: 0;
  transition: .3s;
  transition-delay: .3s;
  padding: 20px;
  display: flex;
  flex-direction: column;
}

.activity-intro-cont.sign {
  background-color: rgb(250, 162, 36);
}

.intro-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.card-title {
  font-size: calc(26 * var(--custom-size));
  font-weight: bold;
  color: #fff;
  background-color: rgba(255, 255, 255, .3);
  padding: 10px 20px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  letter-spacing: .3em;
  text-shadow: 0 4px 0 rgba(0, 0, 0, .3);
  line-height: 1.2;
  text-align: center;
}

.card-star {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
  color: #fff;
  font-size: calc(20 * var(--custom-size));
  font-weight: bold;
}

.card-star img {
  width: calc(80 * var(--custom-size));
}

.card-txt {
  overflow-y: auto;
  padding-right: 10px;
}

.card-txt p {
  font-size: calc(18 * var(--custom-size));
  color: #fff;
  margin-bottom: 15px;
}

.card-txt strong {
  color: #f0c13c;
}

.dialog.isFull .dialog-wrap {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
}

.not-activity {
  height: 100% !important;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}










.activity-poster-wrap.next-step .activity-poster-cont {
  transform: rotateY(90deg);
}

.activity-poster-wrap.next-step .activity-intro-cont {
  transform: rotateY(0deg);
  opacity: 1;
}

.activity-poster-wrap.next-step .activity-poster-tips {
  display: none;
}

.activity-poster-operate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.skill-type-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: calc(20 * var(--custom-size));
  gap: calc(50 * var(--custom-size));
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  flex-shrink: 0;
}

.btn-small {
  padding: 0 calc(20 * var(--custom-size));
  height: calc(50 * var(--custom-size));
  border-radius: 5px;
  font-size: calc(22 * var(--custom-size));
}

.btn.confirm {
  background-color: #fec43c;
  color: #0e0e89;
}

.btn.cancel {
  background-color: #6d6da5;
  color: #fff;
}

.btn-normal {
  width: calc(240 * var(--custom-size));
  height: calc(60 * var(--custom-size));
  font-size: calc(26 * var(--custom-size));
  border: 3px solid #fff;
  border-radius: 30px;
}

.btn.not-registered {
  color: #fff;
  background-color: #3930ff;
}

.btn.registered {
  color: #3930ff;
  background-color: #5cf3ff;
}

.btn.register-end {
  color: #4d4d4d;
  background-color: #b3b3b3;
}

.page-activity-all .btn {
  background-color: #0e0e88;
  color: #fff;
}

.page-activity-all .btn.active {
  border-color: #2ed8ff;
  background-color: #2ed8ff;
  color: #0e0e89;
}

.activity-poster-wrap:not(.next-step) .activity-poster-operate {
  display: none;
}

.dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}

.dialog-cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
}

.dialog-wrap {
  width: 80%;
  padding: 12% 5% 8%;
  position: relative;
  background: url(../images/dialog-bg.jpg) no-repeat;
  background-size: cover;
  transform: scale(0);
  transition: .3s cubic-bezier(0.07, 0.43, 0.47, 1.34);
}

.dialog-title {
  text-align: center;
  font-weight: bold;
  font-size: calc(24 * var(--custom-size));
  margin-bottom: calc(30 * var(--custom-size));
}

.dialog-handle {
  display: flex;
  justify-content: center;
  gap: 10%;
}

.dialog-close {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50 * var(--custom-size));
  height: calc(50 * var(--custom-size));
  padding: calc(15 * var(--custom-size));
}

.dialog-close .close-icon {
  width: 100%;
}

.dialog.active {
  visibility: visible;
  opacity: 1;
}

.dialog.active .dialog-wrap {
  transform: unset;
}

.galaxy-title {
  width: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -10px, 0);
}

.page-galaxy .activity-intro-cont {
  background: url(../images/star-bg.png) no-repeat;
  background-size: cover;
  background-color: #01013d;
  z-index: 2;
}

.page-galaxy .img-wrap::after {
  content: '';
  /* width: calc(50% + 20px); */
  width: 55%;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -10px, 0);
  /* background-color: #fff; */
  background: url(../images/icon0530.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  /* clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 100%, 0 100%); */
}

.galaxy-cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.galaxy-icon-map {
  width: 100%;
  height: 20vh;
  background: url(../images/galaxy.png) no-repeat center / contain;
  position: relative;
}

.galaxy-icon-map .item {
  position: absolute;
  /* filter: grayscale(1); */
  transform: scale(.8);
}

.galaxy-icon-map .item[data-index='1'] {
  top: 45%;
  left: -3%;
}

.galaxy-icon-map .item[data-index='2'] {
  top: -18%;
  left: 22%;
}

.galaxy-icon-map .item[data-index='3'] {
  top: -5%;
  left: 43%;
}

.galaxy-icon-map .item[data-index='4'] {
  top: 4%;
  left: 62%;
}

.galaxy-icon-map .item[data-index='5'] {
  top: -16%;
  left: 82%;
}

.galaxy-icon-map .item[data-index='6'] {
  top: 42%;
  left: 73%;
}

.galaxy-icon-map .item[data-index='7'] {
  left: 16%;
  top: 68%;
}

.galaxy-icon-map .item[data-index='8'] {
  top: 45%;
  left: 44%;
}

.galaxy-icon-map .item[possess] {
  filter: unset;
}

.galaxy-img-wrap {
  width: 65%;
}

.galaxy-img-wrap .swiper {
  padding-bottom: 15%;
}

.galaxy-img-wrap .swiper-pagination-bullet {
  width: 25%;
  height: 5px;
  border-radius: 30px;
  background-color: #8282af;
}

.galaxy-img-wrap .swiper-pagination-bullet-active {
  background-color: #524aff;
}

.galaxy-img-wrap .tips {
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.galaxy-img-wrap .swiper-slide {
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

/* .galaxy-img-wrap .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
} */

.download-poster {
  width: calc(40 * var(--custom-size));
  position: absolute;
  right: calc(30 * var(--custom-size));
  bottom: calc(30 * var(--custom-size));
  z-index: 3;
}

.camera {
  width: calc(60 * var(--custom-size));
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.page-activity-all .activity-pannel::after {
  transform: translate3d(0, -50%, 0);
}

.page-activity-all .activity-list .activity-list-line {
  left: 5px;
}

.page-activity-all .activity-pannel {
  padding-left: calc(40 * var(--custom-size));
}

.page-activity-all .activity-item {
  margin-bottom: calc(30 * var(--custom-size));
}

.page-activity-all .activity-intro-cont {
  background-color: unset;
}

.page-activity-all .activity-pannel .cont .star-type {
  background-size: auto 60%;
  background-position: 5% 50%;
  font-size: 18px;
  justify-content: center;
}

.page-activity-all .activity-poster-operate {
  display: flex;
  flex-direction: row;
  gap: 8%;
}

.page-activity-all .activity-poster-operate .btn-normal {
  width: calc(180 * var(--custom-size));
}

.page-activity-all .activity-intro-cont::after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #101080, transparent);
  pointer-events: none;
}

.page-activity-all .activity-pannel .cont .title {
  font-size: 16px;
}

.page-activity-all .activity-pannel .cont .intro {
  font-size: 14px;
}

.page-activity-all .activity-pannel .cont {
  padding: 15px 10px;
}

.page-photowall {
  background-color: #fff;
}

.page-photowall .img-wrap {
  height: 90vh;
}

.page-photowall .activity-intro-cont {
  padding: 0;
  background-color: #fff;
}

.page-photowall .back {
  filter: invert(100%);
}

.special-photo {
  display: grid;
  grid-gap: 10px;
  grid-template-rows: repeat(9, calc((100vw - var(--main-margin) * 2 - 40px) / 5));
  grid-template-columns: repeat(5, calc((100vw - var(--main-margin) * 2 - 40px) / 5));
}

.special-photo .item:nth-child(1) {
  grid-column: span 3;
  grid-row: span 2;
  background-color: #b1b2f3;
}

.special-photo .item:nth-child(2),
.special-photo .item:nth-child(4),
.special-photo .item:nth-child(5) {
  grid-column: span 2;
  grid-row: span 2;
  background-color: #b1b2f3;
}

.special-photo .item:nth-child(3) {
  grid-column: span 3;
  grid-row: span 4;
  background-color: #878cf0;
}

.special-photo .item:nth-child(6) {
  grid-column: span 5;
  grid-row: span 3;
  background-color: #d9d9ff;
}

.photowall .item {
  position: relative;
}

.photowall .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photowall .like {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  user-select: none;
}

.photowall .like img {
  display: block;
  width: calc(30 * var(--custom-size));
}

.photowall .like:not(.liked) img {
  filter: saturate(0) brightness(1000) contrast(1000);
}

.photowall .like.liked-click-effect img {
  animation: beat 1s linear forwards;
}

.photowall .like .icon {
  position: relative;
}

.photowall .like .icon::after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  box-shadow: 0 -10px 0 #ff4598,
    0 10px 0 #ff4598,
    -10px 0 0 #ff4598,
    10px 0 0 #ff4598,
    -8px -8px 0 #ff4598,
    8px -8px 0 #ff4598,
    8px 8px 0 #ff4598,
    -8px 8px 0 #ff4598;
}

.photowall .like.liked-click-effect .icon::after {
  animation: blink 1s ease-in-out forwards;
  animation-delay: .3s;
}

@keyframes beat {
  0% {
    transform: scale(1);
  }

  15% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes blink {
  0% {
    width: 7px;
    height: 7px;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }

  15% {
    width: 3px;
    height: 3px;
    transform: translate(-50%, -50%) scale(2);
    opacity: 1;
  }

  70%,
  100% {
    width: 0;
    height: 0;
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.other-photo {
  margin: 10px 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.other-photo .item {
  width: calc((100% - 10px) / 2);
  aspect-ratio: 1;
  background-color: #6a8ae9;
}

.not-found,
.accidental-error {
  color: #fff;
}

.error {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.error_ {
  width: 80%;
  text-align: center;
}

.error_box {
  margin: 0 auto;
  padding: 50px;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: inline-block;
}

.page-title {
  position: absolute;
  top: 5vh;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  padding-right: 10px;
  z-index: 10;
}

.error_box h5 {
  font-size: 40px;
  color: #333;
}

.photowallDialog .dialog-wrap {
  width: 100%;
  padding: 0;
  background-color: #fff;
  background-image: none;
}

.photowallDialog .dialog-close {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialog-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dialog-img img {
  display: block;
}

@media (min-width: 768px) {
  .galaxy-img-wrap {
    width: 30%;
  }

  .galaxy-icon-map {
    width: 60%;
  }
}