body {
  background-color: #010151;
  font-family: "Noto Sans Rounded", "Noto Sans SC", "Microsoft YaHei", sans-serif;
  position: relative;
}

@media (max-width: 414px) {
  .d-md-none {
    display: none;
  }
}
@media (min-width: 541px) {
  .d-phone-none {
    display: none;
  }
}
.bgfix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -3;
}

.bg-main {
  background: url(/static_pc/eventimg/bg-main.jpg) no-repeat center top;
  background-size: cover;
  height: 100%;
  min-width: 100%;
}

.ghost-main-bg {
  background: url(/static_pc/eventimg/ghost-mainbg-bottom.png) no-repeat center 95%;
  background-size: 95%;
  height: 100%;
  min-width: 100%;
}
@media (max-width: 1200px) {
  .ghost-main-bg {
    display: none;
  }
}

.ghost-fire-bg {
  background: url(/static_pc/eventimg/ghost\ fire.png) no-repeat center top;
  background-size: contain;
  height: 100%;
  min-width: 100%;
}

.section-outer {
  margin: 0 40px;
}
@media (max-width: 540px) {
  .section-outer {
    margin: 0 10px;
  }
}

.section-inner {
  max-width: 1000px;
  margin: auto;
}

.header-title {
  width: 1000px;
  margin: 0 auto;
  padding-top: 5rem;
}
@media (max-width: 1200px) {
  .header-title {
    width: 800px;
    padding-top: 2rem;
  }
}
@media (max-width: 1000px) {
  .header-title {
    width: 100%;
  }
}
.header-title img {
  width: 100%;
  height: auto;
}

.margin-auto {
  margin: 0 auto;
}

.header-title-a {
  width: 550px;
  margin-top: 2rem;
}
@media (max-width: 1200px) {
  .header-title-a {
    width: 500px;
    margin-top: 1rem;
  }
}
@media (max-width: 1000px) {
  .header-title-a {
    width: 60%;
  }
}

.header-title-b {
  width: 900px;
}
@media (max-width: 1200px) {
  .header-title-b {
    width: 800px;
  }
}
@media (max-width: 1000px) {
  .header-title-b {
    width: 100%;
  }
}

main {
  margin-top: 10rem;
}
@media (max-width: 540px) {
  main {
    margin-top: 6rem;
  }
}
main .course-block {
  margin-bottom: 12rem;
}
@media (max-width: 540px) {
  main .course-block {
    margin-bottom: 6rem;
  }
}
main .main-title {
  width: 550px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  main .main-title {
    width: 90%;
    text-align: center;
  }
}
main .explain-item-01 {
  text-align: center;
  color: white;
  font-size: 30px;
  margin: 3rem 0;
  line-height: 2;
}
@media (max-width: 540px) {
  main .explain-item-01 {
    font-size: 20px;
    margin: 1rem 0;
  }
}
main .explain-item-01 span {
  color: #14afff;
  font-weight: bold;
}
main .explain-item-book {
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  main .explain-item-book {
    flex-direction: column;
  }
}
main .explain-item-book .item {
  background: url(/static_pc/eventimg/rule-book.png) no-repeat center;
  background-size: contain;
  text-align: center;
}
main .explain-item-book .item h3 {
  font-size: 2rem;
  color: #ffde00;
  margin-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 540px) {
  main .explain-item-book .item h3 {
    font-size: 25px;
  }
}
main .explain-item-book .item p {
  color: #fff;
  font-size: 17px;
  text-shadow: 0 0 5px #de064f, 0 0 10px #de064f, 0 0 15px #de064f;
}
main .explain-item-book .item-left {
  padding: 5rem;
}
main .explain-item-book .item-right {
  padding: 5rem 4rem;
}
main .frame-word {
  color: #fff;
  font-size: 25px;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 6rem;
}
@media (max-width: 540px) {
  main .frame-word {
    margin-bottom: 2rem;
    font-size: 20px;
  }
}
main .frame-block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 540px) {
  main .frame-block {
    flex-direction: column;
  }
}
main .frame-block .badge-img {
  position: relative;
  display: flex;
  width: 30%;
}
@media (max-width: 540px) {
  main .frame-block .badge-img {
    width: 80%;
    margin: 0 auto;
    margin-top: 5rem;
  }
}
main .frame-block .badge-img::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -5rem;
  animation: floatUpDown 3s ease-in-out infinite;
}
@media (max-width: 540px) {
  main .frame-block .badge-img::after {
    top: -6rem;
  }
}
main .frame-block .badge-img:nth-child(1)::after {
  background: url(/static_pc/eventimg/head-frame-ghost.png) no-repeat center;
  background-size: contain;
}
main .frame-block .badge-img:nth-child(2)::after {
  background: url(/static_pc/eventimg/head-frame-ghostfire.png) no-repeat center;
  background-size: contain;
}
main .frame-block .badge-img:nth-child(3)::after {
  background: url(/static_pc/eventimg/head-frame-ocean.png) no-repeat center;
  background-size: contain;
}
main .light-title {
  margin: 0 auto;
  width: 700px;
}
@media (max-width: 768px) {
  main .light-title {
    width: 90%;
    text-align: center;
  }
}
@media (max-width: 540px) {
  main .light-title {
    display: none;
  }
}
@media (min-width: 541px) {
  main .light-title-mob {
    display: none;
  }
}
main .fire-light-rule-block {
  display: flex;
  justify-content: space-around;
}
main .fire-light-rule-block .item {
  text-align: center;
}
@media (max-width: 768px) {
  main .fire-light-rule-block .item {
    padding: 10px;
  }
}
@media (max-width: 768px) {
  main .fire-light-rule-block .item img {
    width: 37%;
    margin: 0 auto;
  }
}
main .fire-light-rule-block .item p {
  border: 3px solid #fff;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  box-shadow: 0 0 10px #30abd9;
}
@media (max-width: 768px) {
  main .fire-light-rule-block .item p {
    font-size: 15px;
  }
}
main .QA-content {
  background: #010151;
  border-radius: 30px;
  border: 5px #ffcc00 solid;
  padding: 60px;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  main .QA-content {
    padding: 30px 10px;
    border: 4px #ffcc00 solid;
  }
}
main .QA-content .selection {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
main .QA-content .check-box input[type=radio] {
  display: none;
}
main .QA-content .check-box input:checked + .test-q {
  background: #010151;
  color: #ffcc00;
  cursor: default;
  border: 3px solid #ff0f80;
  box-shadow: 0 0 10px #ff0f80;
}
main .QA-content .check-box .test-q {
  border: 3px solid #fff;
  color: #fff;
  font-size: 20px;
  border-radius: 2rem;
  padding: 1rem 0;
  margin-top: 2.5rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: all 0.2s;
}
@media (max-width: 540px) {
  main .QA-content .check-box .test-q {
    font-size: 15px;
    margin-top: 1.5rem;
  }
}
main .QA-content .check-box .test-q:hover {
  background: #000cb8;
  color: #fff;
}
main .QA-content .check-box .round {
  border-radius: 5px;
}
main .issue-block {
  display: flex;
  clear: both;
}
@media (max-width: 540px) {
  main .issue-block .issue-ghost {
    display: none;
  }
}
main .issue-block a {
  color: #fff;
  border: 2px #fff solid;
  padding: 5px 20px;
  border-radius: 100px;
  float: right;
  margin-bottom: 10px;
  transition: all 0.2s;
}
main .issue-block a:active, main .issue-block a:hover {
  background-color: #000cb8;
}
main .issue-block .issue-frame {
  flex: 1;
}
main .issue-block .issue {
  background: #d0d0d0;
  color: #010151;
  border-radius: 20px;
  padding: 30px;
  margin-left: 5rem;
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  clear: both;
}
@media (max-width: 540px) {
  main .issue-block .issue {
    padding: 10px;
    margin-left: 1rem;
  }
}
main .issue-block .issue::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 50px solid #d0d0d0;
  left: -3rem;
  top: 3rem;
}
@media (max-width: 540px) {
  main .issue-block .issue::after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 25px solid #d0d0d0;
    left: -1.5rem;
    top: 36%;
  }
}
main .issue-block .issue .problem {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 540px) {
  main .issue-block .issue .problem {
    font-size: 17px;
  }
}
main .issue-block .issue .date {
  text-align: right;
}

.question-btn-block {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 10px;
}

.w-45 {
  width: 45%;
}

.question-btn-w a {
  display: block;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  font-size: 20px;
  border: 3px solid #ffffff;
  color: #ffffff;
  position: relative;
  transition: all 0.2s;
}
@media (max-width: 540px) {
  .question-btn-w a {
    font-size: 15px;
    padding: 15px;
  }
}
.question-btn-w a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 14px;
  left: -3px;
  border: 3px solid #ffffff;
  border-radius: 20px;
  box-sizing: revert;
  z-index: -1;
  background-color: #010151;
}
.question-btn-w a:active {
  top: 11px;
}
.question-btn-w a:active::after {
  top: 3px;
}
.question-btn-w button {
  cursor: pointer;
  width: 100%;
}

.btn-focus {
  background: #00b3e6;
}

.btn-common {
  background-color: #ff0f80;
}

.date-adorn {
  position: absolute;
  top: -60px;
  z-index: 2;
}
@media (max-width: 540px) {
  .date-adorn {
    top: -20px;
  }
}
.date-adorn img {
  max-width: 100%;
}
@media (max-width: 540px) {
  .date-adorn img {
    width: 60%;
  }
}

.date-adorn:nth-child(1) {
  left: 31px;
}
@media (max-width: 540px) {
  .date-adorn:nth-child(1) {
    left: 15px;
  }
}

.date-adorn:nth-child(2) {
  right: 31px;
}
@media (max-width: 540px) {
  .date-adorn:nth-child(2) {
    right: 3px;
  }
}

.datecard-top-bg {
  padding: 20px 0;
  color: #fff;
  border-bottom: 6px solid #00b3e6;
  position: relative;
  text-align: center;
  border-radius: 24px 24px 0 0;
  font-size: 25px;
  color: #00b3e6;
}
@media (max-width: 540px) {
  .datecard-top-bg {
    border-bottom: 3px solid #00b3e6;
    font-size: 20px;
  }
}
.datecard-top-bg .question-btn-block {
  margin-bottom: 3rem;
}

.date-form-item {
  padding: 3rem;
}
@media (max-width: 540px) {
  .date-form-item {
    padding: 2rem 1rem;
  }
}

.date-form {
  position: relative;
}
.date-form .date {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.date-form .date li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  border-top: 2px #fff solid;
  padding: 40px 0;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 540px) {
  .date-form .date li {
    font-size: 15px;
  }
}

.date-form ul li {
  width: 14%;
}

.signed-correct::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/static_pc/eventimg/fire-light.png);
  top: 44%;
  left: 60%;
  width: 75px;
  height: 75px;
}
@media (max-width: 540px) {
  .signed-correct::before {
    left: 64%;
    width: 60px;
    height: 60px;
  }
}

.signed-wrong::before {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/static_pc/eventimg/fire-dark.png);
  top: 44%;
  left: 60%;
  width: 75px;
  height: 75px;
}
@media (max-width: 540px) {
  .signed-wrong::before {
    left: 64%;
    width: 60px;
    height: 60px;
  }
}

.datecard-bottom-bg {
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
}
.datecard-bottom-bg .datecard-bottom-line {
  height: 6px;
  background-color: #00c6ff;
  width: 10%;
}
@media (max-width: 540px) {
  .datecard-bottom-bg .datecard-bottom-line {
    height: 4px;
    width: 5%;
  }
}
.datecard-bottom-bg .datecard-day {
  width: 80%;
  border: 6px #00c6ff solid;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  color: #00c6ff;
  font-size: 20px;
}
@media (max-width: 540px) {
  .datecard-bottom-bg .datecard-day {
    border: 4px #00c6ff solid;
    padding: 14px 0;
    font-size: 15px;
    width: 90%;
  }
}

.w-50 {
  width: 50%;
  margin: 0 auto;
}

.gift-btn {
  margin-top: 30px;
}

.kind-block {
  display: flex;
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 540px) {
  .kind-block {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.kind-block a {
  width: 25%;
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .kind-block a {
    width: 45%;
    font-size: 20px;
  }
}
.kind-block a .kind-book {
  text-align: center;
  padding: 3.5rem 4rem 4rem 4rem;
}
@media (max-width: 768px) {
  .kind-block a .kind-book {
    padding: 5rem 2rem;
  }
}
.kind-block a:nth-child(odd) .kind-book {
  background: url(/static_pc/eventimg/book-blue.png) no-repeat center;
  background-size: contain;
  color: #00c6ff;
}
.kind-block a:nth-child(even) .kind-book {
  background: url(/static_pc/eventimg/book-pink.png) no-repeat center;
  background-size: contain;
  color: #ff0f80;
}

.remind-block {
  color: #fff;
}
.remind-block h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.remind-block ol {
  list-style: decimal;
}
@media (max-width: 540px) {
  .remind-block ol {
    padding-left: 19px;
  }
}
.remind-block li {
  margin-bottom: 20px;
}

.mx--modal-section {
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.mx--modal-section.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.mx--modal {
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(0.4, 0.14, 0.3, 1);
}

.mx--modal.open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  z-index: 99999;
}

.pop-block {
  display: block;
  position: absolute;
  width: 500px;
  z-index: 101;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 540px) {
  .pop-block {
    width: 90%;
  }
}
.pop-block .content-top-bg {
  padding: 25px 0;
}
.pop-block .content-inner-bg {
  text-align: center;
  padding: 3rem 2rem;
}
@media (max-width: 540px) {
  .pop-block .content-inner-bg {
    padding: 2rem 1rem;
  }
}
.pop-block .content-inner-bg p {
  margin-bottom: 25px;
  color: #00b3e6;
  font-size: 20px;
}
.pop-block .pop-fire img {
  width: 30%;
}
.pop-block .answer-confirm {
  background-color: #ff0f80;
  color: #fff;
  border-radius: 20px;
  padding: 20px;
  font-size: 20px;
}

.avatar-badge-mian {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.avatar-badge-block {
  width: 30%;
}
.avatar-badge-block img {
  width: 100%;
}

.date-content-frame {
  background-color: #010151;
  border-radius: 2rem;
  border: 6px solid #00b3e6;
  margin-top: 2.3rem;
  overflow: visible;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .date-content-frame {
    margin-top: 2.5rem;
  }
}
@media (max-width: 540px) {
  .date-content-frame {
    border: 4px solid #00b3e6;
    border-radius: 1.1rem;
  }
}

.course-content-frame {
  background-color: #160321;
  border-radius: 2rem;
  border: 6px solid #00b3e6;
  margin-top: 2.3rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .course-content-frame {
    margin-top: 2.5rem;
  }
}
@media (max-width: 540px) {
  .course-content-frame {
    border: 4px solid #00b3e6;
    border-radius: 1.1rem;
  }
}
.course-content-frame .content-top-bg {
  background-color: #13cbff;
  padding: 25px 0;
  border-bottom: 6px solid #00b3e6;
  color: #fff;
}
.course-content-frame .content-top-bg p {
  font-size: 1.1rem;
  padding: 0 3rem;
  line-height: 1.3;
}
@media (max-width: 540px) {
  .course-content-frame .content-top-bg p {
    padding: 0 2rem;
    font-size: 14px;
  }
}
.course-content-frame .date-answer-top {
  position: relative;
  overflow: hidden;
}
.course-content-frame .date-answer-top p {
  text-align: center;
}
.course-content-frame .date-answer-top .question-round-block {
  position: absolute;
  display: flex;
  right: 1rem;
  bottom: 25%;
}
.course-content-frame .date-answer-top .question-round {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 4px #fff solid;
}
.course-content-frame .date-answer-top .question-round:nth-child(1) {
  background-color: #fff;
}
.course-content-frame .date-answer-top .question-round:nth-child(2) {
  background-color: #fff;
  margin-left: 5px;
}

.user-frame p {
  background-color: #362b44;
  color: #fff;
  border-radius: 50px;
  padding: 2px 0;
  margin: 0 22px;
}

.course-rule-block {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2rem 0;
}
@media (max-width: 540px) {
  .course-rule-block .badge-block {
    margin: 0 15px;
  }
}
@media (max-width: 540px) {
  .course-rule-block {
    flex-direction: column;
  }
}
.course-rule-block img {
  max-width: 100%;
}
.course-rule-block p {
  font-size: 1.1rem;
  margin-top: 0.5rem;
}

.all-date-block {
  margin-top: 2rem;
}
.all-date-block .datecard-top-bg {
  color: #ffcc00;
}

.date-form .daily-btn-block li {
  border: 0;
}
@media (max-width: 540px) {
  .date-form .daily-btn-block li {
    padding: 16px 0;
  }
}

.exam-block {
  display: flex;
  justify-content: space-between;
  margin: 3.5rem 2rem;
  transition: all 0.2s ease;
}
@media (max-width: 540px) {
  .exam-block {
    flex-direction: column;
  }
}
.exam-block .exam-block-r {
  width: 30%;
  margin: 0 20px;
}
@media (max-width: 540px) {
  .exam-block .exam-block-r {
    order: 1;
    width: 50%;
    margin: auto;
    margin-bottom: 1rem;
  }
}
.exam-block .exam-block-r .exam-img {
  overflow: hidden;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
  padding-top: 137%;
  display: block;
}
.exam-block .exam-block-r img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  object-fit: cover;
}

main .date-exam .issue {
  height: 100%;
  margin-left: 1.5rem;
}
main .date-exam .issue::after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid #d0d0d0;
  left: -1.5rem;
  top: 1.5rem;
}
@media (max-width: 540px) {
  main .date-exam .issue::after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 30px solid #d0d0d0;
  }
}

.exam-block-l {
  color: #fff;
  flex: 1;
}
@media (max-width: 540px) {
  .exam-block-l {
    order: 2;
  }
}
.exam-block-l .content-inner-bg .selection {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}

.reply p {
  border: 3px solid #ffffff;
  border-radius: 2rem;
  padding: 0.5rem 0;
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

.reply-correct {
  background-color: #ffcc00;
  color: #010151;
}

.datecard-inner {
  margin-bottom: 3rem;
}

.daily-btn-block li a {
  padding: 8px 23px;
  border-radius: 50%;
  border: 3px solid #13cbff;
  width: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}
@media (max-width: 540px) {
  .daily-btn-block li a {
    padding: 6px 17px;
  }
}

.daily-btn-block li.active a {
  background-color: #ffcc00;
  color: #010151;
}

.fix-right-bottom {
  position: fixed;
  bottom: 100px;
  right: 20rem;
  z-index: 1053;
}
@media (max-width: 1800px) {
  .fix-right-bottom {
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .fix-right-bottom {
    right: 5px;
    bottom: 20px;
  }
}
.fix-right-bottom img {
  width: 150px;
}
@media (max-width: 1024px) {
  .fix-right-bottom img {
    width: 100px;
  }
}

.floating-img {
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.float-fade {
  animation: floatFade 3s ease-in-out infinite;
}

@keyframes floatFade {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-15px);
    opacity: 0.3;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.ghost {
  transform: translateY(30%);
  animation: flyInUp 3s ease-out forwards;
}

.ghost-start-img {
  width: 550px;
  height: 130px;
}

/* 手機板 (螢幕寬度 <= 768px 時) */
@media (max-width: 768px) {
  .ghost-start-img {
    height: 60px;
  }
}

@keyframes flyInUp {
  0% {
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.loginbackwrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.loginbackwrap .dialog-ad {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  display: block;
}
@media (max-width: 540px) {
  .loginbackwrap .dialog-ad {
    width: 90%;
  }
}
.loginbackwrap .ad-block-modal {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.loginbackwrap .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  font-size: 25px;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s ease, transform 0.2s ease;
}
.loginbackwrap .close-btn:hover {
  color: #ff4d4d;
  transform: scale(1.2);
}/*# sourceMappingURL=style.css.map */