@charset "UTF-8";
@font-face {
  font-family: "popBoldFont";
  src: url("../font/蒙納超剛黑體.otf");
}
@font-face {
  font-family: "tipBoldFont";
  src: url("../font/蒙纳繁版黑.otf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

@font-face {
  font-family: "popBoldFont";
  src: url("../font/蒙納超剛黑體.otf");
}
@font-face {
  font-family: "tipBoldFont";
  src: url("../font/蒙纳繁版黑.otf");
}
.toUpCase {
  text-transform: uppercase;
}

.innerPageLogo {
  position: fixed;
  top: 10px;
  left: 20px;
  z-index: 10;
}
.innerPageLogo img {
  width: 250px;
}

.feedBack {
  margin-bottom: 50px;
}
.feedBack .feedbackTitle h2,
.feedBack .feedbackTitle p {
  margin: 10px 0;
  text-align: center;
  color: #0046eb;
}
.feedBack .feedbackTitle h2 {
  font-size: 30px;
  letter-spacing: 4px;
}
.feedBack .feedbackTitle p {
  font-size: 18px;
  letter-spacing: 2px;
}
.feedBack .feedbackSwiper .swiper-wrapper .swiper-slide > p {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.feedBack .feedbackSwiper .swiper-wrapper .swiper-slide > img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 1px 1px 0.1px 1px #666;
}
@media (max-width: 768px) {
  .feedBack .feedbackSwiper .swiper-wrapper .swiper-slide > img {
    width: 99%;
  }
}

.otherService {
  display: flex;
}
@media (max-width: 768px) {
  .otherService {
    flex-direction: column;
  }
}
.otherService .leftSideLogo,
.otherService .rightSideItems {
  width: 50%;
}
@media (max-width: 768px) {
  .otherService .leftSideLogo,
  .otherService .rightSideItems {
    width: 100%;
  }
}
.otherService .leftSideLogo {
  padding: 30px 0;
  display: grid;
  place-content: center;
  background: #333;
}
.otherService .leftSideLogo img {
  width: 300px;
}
.otherService .rightSideItems {
  background: #eee;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-content: center;
  padding: 0 5%;
}
@media (max-width: 768px) {
  .otherService .rightSideItems {
    background: #333;
    color: #fff;
  }
}
.otherService .rightSideItems h4 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .otherService .rightSideItems h4 {
    margin: 10px auto;
  }
}
@media (max-width: 768px) {
  .otherService .rightSideItems #otherServiceItems {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    row-gap: 10px;
    margin-bottom: 10px;
  }
}
.otherService .rightSideItems #otherServiceItems a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #000;
}
.otherService .rightSideItems #otherServiceItems a:hover {
  color: #f00;
}
@media (max-width: 768px) {
  .otherService .rightSideItems #otherServiceItems a {
    color: #fff;
    margin-right: 0;
    margin-bottom: 0;
  }
}

#footer {
  width: 100%;
  background: url(../img/footer.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 5% 0;
}
@media (max-width: 768px) {
  #footer {
    padding-bottom: 10%;
  }
}
#footer .footerTitle {
  color: #d6ff00;
  text-align: center;
  margin-bottom: 20px;
}
#footer .footerTitle h3 {
  font-size: 30px;
  letter-spacing: 2px;
}
#footer .footerTitle p {
  font-family: sans-serif;
}
#footer .footerSlogan {
  color: #d6ff00;
  text-align: center;
  margin-bottom: 20px;
}
#footer .footerSlogan p {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  #footer .footerSlogan p {
    margin-bottom: 2px;
  }
}
#footer .footerSlogan br {
  display: none;
}
@media (max-width: 768px) {
  #footer .footerSlogan br {
    display: block;
  }
}
#footer .footerPhone {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #footer .footerPhone {
    flex-direction: column;
  }
}
#footer .footerPhone a {
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 20px;
}
#footer .footerPhone a span {
  display: block;
  font-size: 30px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  #footer .footerPhone a span {
    font-size: 28px;
  }
}
#footer .footerPhone a span:first-child {
  font-family: "popBoldFont";
}
@media (max-width: 768px) {
  #footer .footerPhone a span:first-child {
    font-size: 20px;
  }
}
#footer .footerTime {
  color: #d6ff00;
  text-align: center;
}
#footer .footerTime p {
  margin-bottom: 10px;
}
#footer .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #888;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
#footer .copyright .copyText {
  margin: 0 auto;
  color: #fff;
}
#footer .copyright .copyText img {
  width: 80px;
}
#footer .copyright .pact {
  position: absolute;
  right: 10px;
}
@media (max-width: 768px) {
  #footer .copyright .pact {
    display: none;
  }
}
#footer .copyright .pact a {
  font-size: 12px;
  color: #fff;
  padding: 0 2px;
  border-left: 1px solid #fff;
}
#footer .copyright .pact a:hover {
  color: #d6ff00;
}
#footer .copyright .pact a:first-child {
  border-left: none;
}

.indexPage {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  position: relative;
}

#videoBg {
  width: 100%;
}
@media (max-width: 768px) {
  #videoBg {
    height: 100vh;
    width: auto;
  }
}

.indexPhone {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 60%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .indexPhone {
    top: 70%;
    flex-direction: column;
  }
}
.indexPhone .indexPhoneBox {
  margin: 0 15px;
}
@media (max-width: 768px) {
  .indexPhone .indexPhoneBox {
    margin: 0;
  }
}
.indexPhone .indexPhoneBox a {
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .indexPhone .indexPhoneBox a {
    color: #a2ff00;
    display: block;
    margin-bottom: 10px;
  }
}
.indexPhone .indexPhoneBox a > span {
  display: block;
  font-size: 24px;
  line-height: 1.5;
}
.indexPhone .indexPhoneBox a > span:last-child {
  font-size: 30px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .indexPhone .indexPhoneBox a > span:last-child {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .indexPhone .indexPhoneBox a > span {
    font-size: 20px;
  }
}
.indexPhone .indexPhoneBox a:hover {
  color: #a2ff00;
}

.lineBtn {
  position: fixed;
  z-index: 2;
  bottom: 20px;
  right: 20px;
}
.lineBtn a svg {
  fill: #fff;
  transition: all 0.3s;
}
.lineBtn a:hover svg {
  fill: #59af0d;
}

.live800Btn {
  position: fixed;
  z-index: 2;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
}
.live800Btn a {
  margin-right: 10px;
}
.live800Btn a svg {
  fill: #fff;
  transition: all 0.3s;
}
.live800Btn .live800Text {
  text-align: center;
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.3s;
  color: #ffdd00;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .live800Btn .live800Text {
    pointer-events: none;
  }
}

.live800Btn:hover a svg {
  fill: #ffdd00;
}
@media (max-width: 768px) {
  .live800Btn:hover a svg {
    fill: #fff;
  }
}
.live800Btn:hover .live800Text {
  opacity: 1;
  transform: translateX(0px);
}
@media (max-width: 768px) {
  .live800Btn:hover .live800Text {
    opacity: 0;
    transform: translateX(100px);
  }
}

.menuBtn {
  position: fixed;
  z-index: 2;
  top: 20px;
  right: 20px;
}
.menuBtn a svg {
  fill: #fff;
  transition: all 0.3s;
}
.menuBtn a:hover svg {
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .menuBtn a:hover svg {
    transform: rotate(0deg);
  }
}

.desktopMenuContent {
  position: absolute;
  top: 30px;
  right: 70px;
  z-index: 3;
  display: flex;
  opacity: 0;
  transform: translateX(10%);
  transition: all 0.5s;
  pointer-events: none;
}
.desktopMenuContent > a {
  margin-right: 10px;
  font-size: 24px;
  color: #ffdd00;
  position: relative;
}
.desktopMenuContent > a::after {
  position: absolute;
  bottom: -4px;
  left: 0%;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
  transform: scale(0);
  transform-origin: center;
}
.desktopMenuContent > a:hover {
  color: #fff;
}
.desktopMenuContent > a:hover::after {
  transform: scale(1);
}
.desktopMenuContent .subMenu {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 40px;
  left: 90px;
  transform: translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  padding-left: 30px;
  border-radius: 10px;
}
.desktopMenuContent .subMenu > a {
  display: block;
  position: relative;
  font-size: 20px;
  color: #ffdd00;
  transition: all 0.3s;
  text-shadow: 0px 0px 1px #999;
}
.desktopMenuContent .subMenu > a::before {
  position: absolute;
  content: "✦";
  left: -20px;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.desktopMenuContent .subMenu > a:hover {
  color: #fff;
}
.desktopMenuContent .subMenu > a:hover::before {
  transform: rotate(-45deg);
}
.desktopMenuContent .subMenu.active {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: initial;
}

.desktopMenuContent.active {
  opacity: 1;
  transform: translateX(0%);
  pointer-events: initial;
}

#mobileMenu .firstMenuContent {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  transform: translateX(100%);
  transition: all 0.5s;
}
#mobileMenu .firstMenuContent > a {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}
#mobileMenu .firstMenuContent > a svg {
  fill: #fff;
}
#mobileMenu .firstMenuContent .mainLinks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
#mobileMenu .firstMenuContent .mainLinks a {
  color: #d6ff00;
  font-size: 32px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-family: tipBoldFont;
}
#mobileMenu .firstMenuContent .pactLinks {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
#mobileMenu .firstMenuContent .pactLinks a {
  color: #ccc;
  margin-bottom: 10px;
}
#mobileMenu .firstMenuContent.active {
  transform: translateX(0%);
}
#mobileMenu .mobileServiceMenuContent {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(100%);
  transition: all 0.5s;
}
#mobileMenu .mobileServiceMenuContent #closeSerMenuBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}
#mobileMenu .mobileServiceMenuContent #closeSerMenuBtn svg {
  fill: #fff;
}
#mobileMenu .mobileServiceMenuContent #backToFirstMenu {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
#mobileMenu .mobileServiceMenuContent #backToFirstMenu svg {
  fill: #fff;
}
#mobileMenu .mobileServiceMenuContent .serLinks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
  row-gap: 20px;
}
#mobileMenu .mobileServiceMenuContent .serLinks a {
  color: #fff;
  font-size: 22px;
}
#mobileMenu .mobileServiceMenuContent.active {
  transform: translateX(0%);
}

.logo {
  position: fixed;
  z-index: 10;
  top: 15px;
  left: 20px;
  display: flex;
  align-items: center;
}
.logo a {
  margin-right: 10px;
}
.logo a svg {
  width: 55px;
  fill: #fff;
}
@media (max-width: 768px) {
  .logo a svg {
    width: 40px;
  }
}
.logo .logoText {
  text-align: center;
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.3s;
  color: #fff;
}
@media (max-width: 768px) {
  .logo .logoText {
    opacity: 1;
    transform: translateX(0px);
  }
}

.logo:hover .logoText {
  opacity: 1;
  transform: translateX(0px);
}

.leftSideText,
.rightSideText {
  position: fixed;
  top: 50%;
  transform: rotate(-90deg);
  font-size: 24px;
  font-weight: bold;
  font-family: sans-serif;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .leftSideText,
  .rightSideText {
    display: none !important;
  }
}

.leftSideText {
  left: -130px;
  color: #000;
}
.leftSideText:hover {
  transform: rotate(-90deg) scale(1.2);
  color: #a2ff00;
}

.rightSideText {
  right: -185px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.rightSideText:hover .english-text {
  transform: translateY(-100%);
  opacity: 0;
}
.rightSideText:hover .chinese-text {
  transform: translateY(-100%);
  opacity: 1;
}

.english-text,
.chinese-text {
  transition: all 0.5s ease;
  opacity: 0;
}

.english-text {
  opacity: 1;
}

.chinese-text {
  transform: translateY(100%);
  color: #a2ff00;
}

.sloganSwiper {
  position: absolute;
  width: 50%;
  top: 40%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .sloganSwiper {
    top: 30%;
    width: 90%;
  }
}
.sloganSwiper .swiper-wrapper {
  height: 30vh;
}
.sloganSwiper .swiper-wrapper .swiper-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
@media (max-width: 768px) {
  .sloganSwiper .swiper-wrapper .swiper-slide {
    justify-content: center;
  }
}
.sloganSwiper .swiper-wrapper .swiper-slide h2 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .sloganSwiper .swiper-wrapper .swiper-slide h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.sloganSwiper .swiper-wrapper .swiper-slide p {
  font-size: 28px;
}
@media (max-width: 768px) {
  .sloganSwiper .swiper-wrapper .swiper-slide p {
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
  }
}

.aboutPage h1 {
  color: #000 !important;
  text-align: center;
  font-size: 32px !important;
}
.aboutPage h2 {
  color: #f00 !important;
  text-align: center;
  font-size: 22px !important;
}
.aboutPage p {
  text-align: center;
}

@font-face {
  font-family: "popBoldFont";
  src: url("../font/蒙納超剛黑體.otf");
}
@font-face {
  font-family: "tipBoldFont";
  src: url("../font/蒙纳繁版黑.otf");
}
#innerPageNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  width: 100%;
  height: 10vh;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0.1px 0.1px 1px #666;
}
@media (max-width: 768px) {
  #innerPageNav {
    padding-top: 12%;
    padding-bottom: 10%;
  }
}

#serviceBanner {
  width: 100%;
  height: 45vh;
  overflow: hidden;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}
@media (max-width: 768px) {
  #serviceBanner {
    height: 25vh;
  }
}
#serviceBanner .bannerSlogan {
  position: absolute;
  top: 60%;
  left: -80px;
  transform: rotate(-90deg);
  color: #fff;
  font-family: sans-serif;
}
@media (max-width: 768px) {
  #serviceBanner .bannerSlogan {
    font-size: 20px;
    top: initial;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    text-shadow: 0px 0px 3px #000;
  }
}
#serviceBanner .bannerPhone {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
@media (max-width: 768px) {
  #serviceBanner .bannerPhone {
    display: none;
  }
}
#serviceBanner .bannerPhone a {
  text-align: center;
  margin: 0px 10px;
}
#serviceBanner .bannerPhone a span {
  font-family: "popBoldFont";
  color: #eee;
  text-shadow: 0 0 10px #000;
  display: block;
  font-size: 28px;
  letter-spacing: 4px;
  transition: all 0.3s;
}
#serviceBanner .bannerPhone a span:last-child {
  font-family: sans-serif;
  font-size: 26px;
  letter-spacing: 2px;
}
#serviceBanner .bannerPhone a:hover span {
  color: #d6ff00;
}

.innerPageContainer {
  width: 55%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .innerPageContainer {
    width: 90%;
  }
}
.innerPageContainer #articleContent {
  padding-top: 30px;
}
.innerPageContainer #articleContent h1 {
  padding: 20px 0;
  text-align: center;
  color: #0046eb;
}
.innerPageContainer #articleContent p {
  margin-bottom: 20px;
}
.innerPageContainer #articleContent ul,
.innerPageContainer #articleContent ol {
  margin-bottom: 20px;
}
.innerPageContainer #articleContent h2,
.innerPageContainer #articleContent h3,
.innerPageContainer #articleContent h4 {
  font-size: 16px;
  color: #0046eb;
  margin-bottom: 20px;
}
.innerPageContainer .sidetext {
  position: absolute;
  top: 50%;
  right: -70%;
  z-index: 5;
  transform: rotate(-90deg);
  font-size: 100px;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  color: rgba(0, 70, 235, 0.1);
}
@media (max-width: 768px) {
  .innerPageContainer .sidetext {
    display: none;
  }
}

@font-face {
  font-family: "popBoldFont";
  src: url("../font/蒙納超剛黑體.otf");
}
@font-face {
  font-family: "tipBoldFont";
  src: url("../font/蒙纳繁版黑.otf");
}
.priceTabel {
  width: 100%;
  text-align: center;
  margin: 50px 0;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 10px;
}
@media (max-width: 768px) {
  .priceTabel {
    display: none;
  }
}
.priceTabel th {
  background-color: #0046eb;
  color: white;
  padding: 10px;
  border-radius: 10px;
}
.priceTabel td {
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 3px #666;
}
.priceTabel tr {
  transition: all 0.3s;
}
.priceTabel tr:nth-child(even) {
  background-color: #dee8ff;
}
.priceTabel tr:hover {
  background-color: #ddd;
}

.accordion {
  display: none;
}
@media (max-width: 768px) {
  .accordion {
    display: block;
    margin: 50px 0;
  }
}
.accordion .accordion-item {
  margin: 10px 0px;
}
.accordion .accordion-item:nth-of-type(even) .accordion-button {
  background: #6895ff;
}
.accordion .accordion-item .accordion-button {
  font-size: 22px;
  width: 100%;
  background: #0046eb;
  color: #fff;
  border: none;
  outline: none;
  padding: 10px;
  position: relative;
}
.accordion .accordion-item .accordion-button::after {
  position: absolute;
  content: "▲";
  top: 50%;
  right: 5%;
  transform: translate(-50%, -50%) rotate(180deg);
  color: #fff;
  transform-origin: center center;
  transition: all 0.3s;
}
.accordion .accordion-item .accordion-button.active::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion .accordion-item .accordion-content .Availableinformation,
.accordion .accordion-item .accordion-content .workdays,
.accordion .accordion-item .accordion-content .servicefee {
  border: 1px solid #0046eb;
  border-radius: 10px;
  width: 95%;
  margin: 10px auto;
  padding: 10px;
  box-shadow: 1px 1px 5px #999;
}
.accordion .accordion-item .accordion-content .Availableinformation h3,
.accordion .accordion-item .accordion-content .workdays h3,
.accordion .accordion-item .accordion-content .servicefee h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}/*# sourceMappingURL=main.css.map */