@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
}

body {
  background-image: url("../img/bg.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
}
body header {
  width: 100%;
}
body header a.logo {
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  margin: 0.5rem;
  z-index: 5;
  width: 16.4vw;
  max-width: 120px;
}
@media screen and (max-width: 480px) {
  body header a.logo {
    top: 2px;
    left: 2px;
  }
}
body header a.logo img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body header .title {
  width: 100%;
  height: 90%;
}
body header .title .bg-sp-title {
  display: none;
}
@media screen and (max-width: 977px) {
  body header .title .bg-pc-title {
    display: none;
  }
  body header .title .bg-sp-title {
    display: block;
  }
}
body header .title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body main {
  width: 100%;
  padding: 1.2rem;
  position: relative;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  body main {
    height: unset;
    padding: 1.5rem 1rem;
  }
}
@media screen and (max-width: 1009px) {
  body main {
    padding: 1.5rem 0rem;
  }
}
body main section.links {
  margin: auto;
  max-width: 1100px;
  height: 100%;
  border-radius: 26px;
  background-color: #f5f2e9;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px;
}
@media screen and (max-width: 1024px) {
  body main section.links {
    flex-wrap: wrap;
    padding: 1rem;
    max-width: unset;
  }
}
body main section.links .link-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.3333333333%;
  height: 100%;
  padding: 0rem 0.5rem;
}
@media screen and (max-width: 1024px) {
  body main section.links .link-block {
    flex: 1 1 300px;
    max-width: 350px;
    padding: 1rem;
    border-bottom: dashed 1px #9c7d36;
    margin: 0.3rem;
  }
}
body main section.links .link-block .top-area {
  height: 75%;
  flex-grow: 1;
}
body main section.links .link-block .top-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
body main section.links .link-block .bottom-area {
  height: 25%;
  flex-shrink: 1;
  padding: 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body main section.links .link-block .bottom-area img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
body main section.links .link-block .bottom-area .little-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 40px;
  height: 70%;
  animation: scale 2s infinite ease-in-out;
}
body main section.links .link-block .bottom-area .little-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
body main section.links .link-block .bottom-area .go-comic {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30%;
  transition: all 0.2s linear;
}
body main section.links .link-block .bottom-area .go-comic:hover {
  opacity: 0.6;
}
body main section.links .link-block .bottom-area .go-comic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
body footer {
  width: 100%;
  background-color: #0a2855;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 1vh;
}
body footer .footer-logo {
  height: 60%;
  flex: 1 1 30px;
  padding: 3px;
  max-height: 40px;
}
body footer .footer-logo a {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
}
body footer .footer-logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
body footer small {
  color: white;
  display: block;
}

/* 新建上去的model-area */
.mask-cover {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5333333333);
  top: 0px;
  left: 0px;
  z-index: 101;
  display: none;
  justify-content: center;
  align-items: center;
}

.model-area {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  max-width: 600px;
  position: relative;
}

.model-area-box {
  position: relative;
}

.model-area a,
.model-area button {
  transition: opacity 0.2s linear;
}

.model-area a:hover,
.model-area button:hover {
  opacity: 0.8;
}

.model-area a:active,
.model-area button:active {
  opacity: 1;
}

.model-area .main-alert {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 最初提醒 */
.model-area-initial .alert-btn {
  display: flex;
  gap: 6px;
  justify-content: center;
  position: absolute;
  bottom: 20%;
  left: 0%;
  transform: translateY(50%);
  width: 100%;
}

.model-area-initial .alert-btn button,
.model-area-initial .alert-btn a {
  width: 40%;
}

.model-area .class-button {
  cursor: pointer;
  border: unset;
  background-color: unset;
  position: absolute;
  top: 55px;
  right: 10px;
  max-width: 60px;
}

.model-area .close-btn {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 510px) {
  .model-area .class-button {
    max-width: 50px;
    top: 45px;
  }
}
@media screen and (max-width: 410px) {
  .model-area .class-button {
    max-width: 40px;
    top: 35px;
  }
}
/* 優惠劵 */
.model-area-coupon {
  display: none;
}

.model-area-coupon .alert-btn {
  display: flex;
  gap: 6px;
  justify-content: center;
  position: absolute;
  bottom: 20%;
  left: 1.5%;
  transform: translateY(50%);
  width: 100%;
}

.model-area-coupon .alert-btn button,
.model-area-coupon .alert-btn a {
  width: 40%;
}

/* LOGO */
.model-area-logo {
  display: none;
}

.model-area-logo .alert-btn {
  display: flex;
  gap: 6px;
  justify-content: center;
  position: absolute;
  bottom: 20%;
  left: 1.5%;
  transform: translateY(50%);
  width: 100%;
}

.model-area-logo .alert-btn button,
.model-area-logo .alert-btn a {
  width: 40%;
}

/* 繼續閱讀 */
.model-area-reading {
  display: none;
}

.model-area-reading .alert-btn {
  display: flex;
  gap: 6px;
  justify-content: center;
  position: absolute;
  bottom: 20%;
  left: 1.5%;
  transform: translateY(50%);
  width: 100%;
}

.model-area-reading .alert-btn button,
.model-area-reading .alert-btn a {
  width: 40%;
}

/* 沒有偵測到加速器 */
.model-area-no-vpn {
  display: none;
}

.model-area-no-vpn .alert-btn {
  display: flex;
  gap: 6px;
  justify-content: center;
  position: absolute;
  bottom: 23%;
  left: 0%;
  transform: translateY(50%);
  width: 100%;
}

.model-area-no-vpn .alert-btn button,
.model-area-no-vpn .alert-btn a {
  width: 40%;
}

.model-area-no-vpn .alert-btn button img,
.model-area-no-vpn .alert-btn a img {
  width: 100%;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.sticky-alipay {
  display: none;
  position: fixed;
  bottom: 65px;
  right: 0.2rem;
  z-index: 15;
}

@media screen and (max-width: 977px) {
  .sticky-alipay {
    display: block;
  }
}
.sticky-alipay .alipay-area {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 480px) {
  .sticky-alipay {
    bottom: 20px;
  }
  .sticky-alipay .alipay-area {
    width: 85px;
    height: 85px;
  }
}
.sticky-alipay .alipay-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Add */
.add {
  max-width: 1100px;
  margin: auto;
  border-radius: 20px;
  position: relative;
  padding: 1.5rem 15px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.4rem;
  margin: auto;
  margin-bottom: 1.2rem;
  z-index: 100;
  text-align: center;
  background: linear-gradient(180deg, #23a5df 0%, #0c98d7 100%);
  border: 3px solid white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.add::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 4%;
  background-image: url("../img/g1.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 100%;
  width: 20%;
}

.add::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 6%;
  background-image: url("../img/g2.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 100%;
  width: 18%;
}

.add .bigTitle {
  text-shadow: 2px 2px 4px rgba(39, 14, 129, 0.6);
  margin: unset;
}

.add .bigTitle span {
  display: inline-block;
  animation: jump 0.3s ease-in infinite;
}

.add .smallTitle {
  font-size: 18px;
  height: 100%;
  width: 28%;
  max-width: 70px;
  min-width: 60px;
  margin: unset;
}

.add .smallTitle img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  filter: drop-shadow(0px 0px 5px white);
  display: block;
}

@media screen and (max-width: 977px) {
  .add {
    display: none;
  }
}
@media screen and (max-width: 678px) {
  .add {
    width: 97%;
    max-width: 44rem;
  }
  .add .smallTitle {
    min-width: unset;
  }
}
@media screen and (max-width: 480px) {
  .add {
    gap: 0.5rem;
  }
}
@media screen and (max-width: 428px) {
  .add .bigTitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 375px) {
  .add {
    padding: 5px;
  }
  .add .smallTitle {
    max-width: 60px;
  }
}
@media screen and (max-width: 350px) {
  .add .bigTitle {
    font-size: 18px;
  }
}
@keyframes jump {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(5px);
  }
}/*# sourceMappingURL=style.css.map */