@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
.fontBlack {
  color: #424447;
}

.fontDarkBlue {
  color: #224E6B;
}

.fontBlue {
  color: #288ED1;
}

.fontBlueLight {
  color: #25A6FF;
}

.fontGreen {
  color: #6C9E2C;
}

.fontPink {
  color: #F41F5F;
}

.fontOrange {
  color: #F67248;
}

.fontLightGray {
  color: #CCCCCC;
}

.fontWhite {
  color: #fff;
}

.title1 {
  font-size: 48px;
  letter-spacing: 6.5px;
  font-weight: 600;
}

.title2 {
  font-size: 42px;
  letter-spacing: 3px;
  font-weight: 600;
}

.title3 {
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: 600;
}

.title4 {
  font-size: 32px;
}

.title5 {
  font-size: 24px;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.title6 {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: normal;
  line-height: 2;
}

.title7 {
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: normal;
  line-height: 1.8;
}

.title8 {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (max-width: 450px) {
  .title2 {
    font-size: 24px;
  }
  .title6 {
    font-size: 18px;
  }
  .title7 {
    font-size: 16px;
  }
}
.ms-2 {
  margin-left: 0.5rem;
}

.ms-3 {
  margin-left: 1rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.ms-5 {
  margin-left: 2rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.me-5 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.custom-btn {
  width: 130px;
  height: 46px;
  color: #fff;
  border-radius: 5px;
  padding: 7px 25px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}
.custom-btn.btn-2 {
  background: #43aaee;
  background: linear-gradient(0deg, #25A6FF 0%, rgba(44, 170, 255, 0.9529411765) 100%);
  border: none;
}
.custom-btn.btn-2:before {
  content: "";
  display: block;
  height: 0%;
  width: 2px;
}
.custom-btn.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.272), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.112);
  font-weight: 600;
}

.fontBlack {
  color: #424447;
}

.fontDarkBlue {
  color: #224E6B;
}

.fontBlue {
  color: #288ED1;
}

.fontBlueLight {
  color: #25A6FF;
}

.fontGreen {
  color: #6C9E2C;
}

.fontPink {
  color: #F41F5F;
}

.fontOrange {
  color: #F67248;
}

.fontLightGray {
  color: #CCCCCC;
}

.fontWhite {
  color: #fff;
}

.title1 {
  font-size: 48px;
  letter-spacing: 6.5px;
  font-weight: 600;
}

.title2 {
  font-size: 42px;
  letter-spacing: 3px;
  font-weight: 600;
}

.title3 {
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: 600;
}

.title4 {
  font-size: 32px;
}

.title5 {
  font-size: 24px;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.title6 {
  font-size: 20px;
  letter-spacing: 1.5px;
  font-weight: normal;
  line-height: 2;
}

.title7 {
  font-size: 18px;
  letter-spacing: 1.5px;
  font-weight: normal;
  line-height: 1.8;
}

.title8 {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (max-width: 450px) {
  .title2 {
    font-size: 24px;
  }
  .title6 {
    font-size: 18px;
  }
  .title7 {
    font-size: 16px;
  }
}
.ms-2 {
  margin-left: 0.5rem;
}

.ms-3 {
  margin-left: 1rem;
}

.ms-4 {
  margin-left: 1.5rem;
}

.ms-5 {
  margin-left: 2rem;
}

.me-2 {
  margin-right: 0.5rem;
}

.me-3 {
  margin-right: 1rem;
}

.me-4 {
  margin-right: 1.5rem;
}

.me-5 {
  margin-right: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 2rem;
}

.custom-btn {
  width: 130px;
  height: 46px;
  color: #fff;
  border-radius: 5px;
  padding: 7px 25px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}
.custom-btn.btn-2 {
  background: #43aaee;
  background: linear-gradient(0deg, #25A6FF 0%, rgba(44, 170, 255, 0.9529411765) 100%);
  border: none;
}
.custom-btn.btn-2:before {
  content: "";
  display: block;
  height: 0%;
  width: 2px;
}
.custom-btn.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.272), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.112);
  font-weight: 600;
}

#header {
  width: 100%;
  padding: 30px 50px 12px 50px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  transition: 0.3s;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
#header nav {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#header .leftBlock {
  display: flex;
  align-items: center;
}
#header .leftBlock #navbarList {
  margin-left: 45px;
}
#header .leftBlock #navbarList .navbarNav {
  display: flex;
  align-items: center;
}
#header .leftBlock #navbarList .navLink {
  color: #2e2e2e;
  cursor: pointer;
}
#header .leftBlock #navbarList .navLink:hover {
  font-weight: bold;
  transition: 0.2s;
}
#header .leftBlock #navbarList img:hover {
  text-shadow: 2px 2px #b501ac, 3px 3px #000000;
  background-color: #1136c8;
  box-shadow: 0 4px 8px rgba(1, 6, 107, 0.389);
  transition: box-shadow 0.3s;
  border-radius: 30px;
}
#header .leftBlock #navbarList .dropdown {
  position: relative;
}
#header .leftBlock #navbarList .dropdown .dropdownMenu {
  background: #fff;
  width: 250px;
  padding: 20px 15px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  position: absolute;
  top: 43px;
  left: -11px;
  border: 1px solid #f1f1f1;
  display: none;
}
#header .leftBlock #navbarList .dropdown .dropdownMenu li {
  padding: 5px 10px;
  border-radius: 5px;
}
#header .leftBlock #navbarList .dropdown .dropdownMenu li:hover {
  background: #f1f1f1;
  transition: 0.3s;
}
#header .leftBlock #navbarList .dropdown .dropdownMenu a {
  font-size: 17px;
  letter-spacing: 1px;
  color: #2e2e2e;
}
#header .leftBlock #navbarList .dropdown .dropdownMenu .listSub {
  font-size: 13px;
  margin-left: 26px;
  color: #a3a3a3;
}
#header .rightBlock {
  display: flex;
  align-items: center;
}
#header .rightBlock .menuBtn {
  font-size: 34px;
  display: none;
  cursor: pointer;
}
#header .mobileMenu {
  display: none;
  position: absolute;
  top: 100px;
  left: 30px;
  right: 30px;
}
#header .mobileMenu .bi-chevron-down {
  position: absolute;
  right: 30px;
  transition: 0.2s;
  cursor: pointer;
}
#header .mobileMenu .menuLine {
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  padding-bottom: 20px;
}
#header .mobileMenu .navItem {
  font-size: 18px;
  letter-spacing: 1px;
  color: #2e2e2e;
  margin-bottom: 20px;
}
#header .mobileMenu .navItem .dropdownMenu {
  margin: 20px 0 20px 20px;
}
#header .mobileMenu .navItem .dropdownMenu li a {
  font-size: 16px;
  letter-spacing: 1px;
  color: #2e2e2e;
}
#header .mobileMenu .navItem .dropdownMenu li a:hover {
  font-weight: bold;
}
#header .mobileMenu .navItem a {
  color: #2e2e2e;
}
#header .mobileMenu .navItem a:hover {
  font-weight: bold;
}
#header .mobileMenu .navItem .promoTag {
  display: inline-block;
  margin-left: 15px;
  padding: 2px 4px;
  background: linear-gradient(to right, #ff9355, #ff565c, #ff5967, #ea4276);
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  animation: popular 1s steps(1) infinite;
  vertical-align: middle;
}
#header .subscription {
  padding: 5px 10px;
  border-radius: 5px;
  background: #25A6FF;
  color: #fff !important;
}
#header .subscription:hover {
  background: #288ED1;
}
#header .promoTag {
  display: inline-block;
  margin-right: 15px;
  padding: 2px 4px;
  background: linear-gradient(to right, #ff9355, #ff565c, #ff5967, #ea4276);
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  animation: popular 1s steps(1) infinite;
  vertical-align: middle;
}
#header .promoTag span {
  display: inline-block;
  transform: translateY(-0.5px);
}
@keyframes popular {
  50% {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1042px) {
  #header {
    padding: 12px 20px;
    margin: 0;
  }
  #header .leftBlock #navbarList {
    display: none;
  }
  #header .rightBlock .tryBtn {
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 15px;
  }
  #header .rightBlock .menuBtn {
    display: block;
  }
  #header .menuBtn {
    display: block;
  }
}

.pagesFooter {
  margin-top: 150px;
}
.pagesFooter .section1 {
  padding: 0 25px;
  text-align: center;
}
.pagesFooter .section2 {
  position: relative;
}
.pagesFooter .section2 .bannerIMG {
  position: absolute;
  top: -507px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.pagesFooter .section2 .adFree {
  background-color: #25A6FF;
  background-image: url(/img/growBG.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 30px 50px 30px 100px;
  position: absolute;
  top: -220px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}
.pagesFooter .section2 .adFree .title3 {
  letter-spacing: 3px;
  line-height: 42px;
}
.pagesFooter .section2 .adFree .tryBtn {
  background: #fff;
  font-weight: bold;
  margin-top: 50px;
  display: block;
  margin-left: auto;
  position: relative;
  padding-right: 60px;
}
.pagesFooter .section2 .adFree .tryBtn i {
  position: absolute;
  right: 30px;
}
.pagesFooter .section2 .adFree .tryBtn:hover i {
  transition: 0.5s;
  right: 25px;
}
.pagesFooter .section2 .footerNav {
  background-color: #153b54;
  padding: 200px 0 0 0;
  position: relative;
  overflow: hidden;
  margin-top: 600px;
  letter-spacing: 1px;
}
.pagesFooter .section2 .footerNav .container .logo {
  width: 200px;
  height: auto;
  margin-bottom: 35px;
}
.pagesFooter .section2 .footerNav .container .logo img {
  width: 100%;
  height: 100%;
}
.pagesFooter .section2 .footerNav .container h5 {
  letter-spacing: 2px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 35px;
}
.pagesFooter .section2 .footerNav .container ul li {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}
.pagesFooter .section2 .footerNav .container ul li a {
  font-size: 14px;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 6px;
}
.pagesFooter .section2 .footerNav .container ul li a:hover {
  color: #25a6ff;
}
.pagesFooter .section2 .footerNav nav {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
}
.pagesFooter .section2 .footerNav .Copyright {
  text-align: center;
  padding: 20px;
  margin-top: 80px;
  border-top: 1px solid #5f717c;
}
.pagesFooter .section2 .footerNav .Copyright h5 {
  margin-bottom: 0;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: normal;
}
.pagesFooter .section2 .footerNav .footerBanner {
  position: absolute;
  bottom: 0px;
  right: -30px;
  width: 600px;
  height: auto;
}
.pagesFooter .section2 .footerNav .footerBanner img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
@media screen and (min-width: 1000px) {
  .pagesFooter .max1000 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .pagesFooter .section1 {
    padding: 30px;
  }
  .pagesFooter .section1 .title3 {
    font-size: 28px;
  }
  .pagesFooter .section2 .bannerIMG {
    top: -407px;
  }
  .pagesFooter .section2 .bannerIMG .min1000 {
    display: none;
  }
  .pagesFooter .section2 .adFree {
    padding: 30px;
  }
  .pagesFooter .section2 .adFree .title3 {
    font-size: 28px;
  }
  .pagesFooter .section2 .footerNav {
    margin-top: 440px;
    padding: 200px 15px 15px 15px;
  }
  .pagesFooter .section2 .footerNav .listMenu {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(204, 204, 204, 0.8);
  }
  .pagesFooter .section2 .footerNav .footerBanner {
    width: 500px;
  }
  .pagesFooter .section2 .footerNav nav {
    display: block;
  }
  .pagesFooter .section2 .footerNav nav > :nth-child(2) {
    margin: 50px 0;
  }
  .pagesFooter .section2 .footerNav .container h5 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .pagesFooter .section1 {
    padding: 30px;
  }
  .pagesFooter .section1 .title3 {
    font-size: 28px;
  }
  .pagesFooter .footerNav {
    padding: 200px 15px 15px 15px;
  }
  .pagesFooter .footerNav .listMenu {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(204, 204, 204, 0.8);
  }
  .pagesFooter .footerNav .footerBanner {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .pagesFooter .section2 .bannerIMG {
    top: -440px;
  }
  .pagesFooter .section2 .footerNav {
    margin-top: 450px;
  }
}
@media screen and (max-width: 600px) {
  .pagesFooter .section1 .title2 {
    font-size: 28px;
  }
  .pagesFooter .section2 .bannerIMG {
    top: -380px;
  }
  .pagesFooter .section2 .footerNav {
    margin-top: 390px;
  }
  .pagesFooter .section2 .footerNav .footerBanner {
    width: 400px;
  }
}
@media screen and (min-width: 450px) {
  .pagesFooter .max450 {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .pagesFooter .section1 {
    padding: 15px;
  }
  .pagesFooter .section1 .title2 {
    font-size: 26px;
  }
  .pagesFooter .section2 .adFree .title3 {
    font-size: 26px;
  }
  .pagesFooter .section2 .bannerIMG {
    top: -337px;
  }
  .pagesFooter .section2 .bannerIMG .max1000 {
    display: none;
  }
  .pagesFooter .section2 .footerNav {
    margin-top: 370px;
  }
}

.topScroll {
  position: fixed;
  bottom: 450px;
  right: 40px;
  z-index: 998;
  background-color: #2c2c2c;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  cursor: pointer;
  display: none;
}
.topScroll:hover {
  background-color: #b9b9b9;
}
@media screen and (max-width: 500px) {
  .topScroll {
    right: 11px;
  }
}

.helpServiceBtn {
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 9999;
  background: #f64848;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0px 5px 13px rgb(255, 164, 164);
  color: #fff;
  padding: 20px;
  letter-spacing: 1.5px;
  cursor: pointer;
}
.helpServiceBtn:hover {
  background: #be2626;
}
.helpServiceBtn i {
  font-size: 36px;
}

.helpServiceBlock {
  position: fixed;
  right: 23px;
  bottom: 26px;
  z-index: 9999;
  width: 280px;
  height: 330px;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.27);
  transform: scale(0);
  transition: 0.4s;
}
.helpServiceBlock .closeHelpServiceBtn {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.helpServiceBlock .title {
  font-size: 18px;
  letter-spacing: 2px;
  color: #2e2e2e;
  font-weight: normal;
}
.helpServiceBlock .item {
  background: #f7f7f7;
  padding: 15px 10px;
  border-radius: 10px;
  display: flex;
}
.helpServiceBlock .item .title5 {
  color: #224e6b;
}
.helpServiceBlock .item p {
  letter-spacing: 1.5px;
  font-size: 14px;
}
.helpServiceBlock .item:hover {
  background: #ebebeb;
  transition: 0.3s;
}

.promoWrapper .floatingPromo {
  position: fixed;
  right: -14px;
  bottom: 170px;
  z-index: 1000;
  cursor: pointer;
}
.promoWrapper .floatingPromo .floatingPromo__content {
  position: relative;
  width: 200px;
  height: 200px;
}
.promoWrapper .floatingPromo .floatingPromo__content:hover {
  transform: scale(1.1);
}
.promoWrapper .floatingPromo .floatingPromo__content img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.promoWrapper .floatingPromo .floatingPromo__content .giftTop {
  animation: floatBox 2s ease-in-out infinite;
  transform-origin: center bottom;
}
@keyframes floatBox {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes openLid {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-6deg) translateX(3px);
  }
}

.promoPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
}
.promoPopup .back {
  width: 100%;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.9);
}
.promoPopup .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
}
.promoPopup .content .postImg {
  width: 800px;
  height: auto;
}
.promoPopup .content .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 450px;
  left: 218px;
  width: 343px;
  font-family: "Zen Kaku Gothic New";
}
.promoPopup .content .text a {
  color: #478FDD;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
.promoPopup .content .text a:hover {
  color: #FF5733;
  text-decoration: underline;
}
.promoPopup .content .closePostBtn {
  position: absolute;
  top: -50px;
  right: -50px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.promoPopup .content .closePostBtn:hover {
  color: #48c6ff;
}
.promoPopup .content .activityDate {
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #000000;
}
.promoPopup .content .activityButton {
  display: flex;
  justify-content: space-around;
}
.promoPopup .content .activityButton button {
  padding: 5px 60px;
  border-radius: 10px;
  background: #f64848;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
}
.promoPopup .content .activityButton button span {
  display: inline-block;
  transform: translateY(-2px);
}
.promoPopup .content .activityButton button:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 992px) {
  .promoPopup .content {
    border-radius: 30px;
  }
  .promoPopup .content .text {
    top: 190px;
    left: 46%;
    transform: translateX(-50%);
    font-size: 21px;
    width: 339px;
    text-align: center;
  }
  .promoPopup .content .text .title {
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 34px;
  }
  .promoPopup .content .text .desb {
    font-size: 18px;
  }
  .promoPopup .content .text .desb > div {
    width: 300px;
    margin: auto;
  }
  .promoPopup .content .text .desb span {
    font-size: 20px;
  }
  .promoPopup .content .postImg {
    width: 450px;
  }
  .promoPopup .content .closePostBtn {
    top: -45px;
    right: -45px;
  }
}
@media screen and (max-width: 740px) {
  .promoPopup .content .text {
    width: 308px;
    font-size: 18px;
  }
}
body {
  font-family: "Microsoft YaHei", "黑體", "宋體", sans-serif;
  scroll-behavior: smooth;
}
body ::-webkit-scrollbar {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

button {
  border: none;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

.tryBtn {
  border-radius: 30px;
  background: #F67248;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 400;
  cursor: pointer;
  padding: 10px 30px;
  box-shadow: 0px 5px 6px rgba(255, 199, 181, 0.89);
  font-size: 18px;
}
.tryBtn:hover {
  transform: scale(1.08);
  font-weight: 600;
}

.line {
  width: 100%;
  height: 1.5px;
  background: #E5E5E5;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}
/* 語言按鈕容器 */
#header .rightBlock .tryBtn {
  font-size: 16px;
  padding: 8px 30px;
}
#header .rightBlock .language-switcher {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  /* 語言按鈕樣式 */
  /* 下拉選單 */
}
#header .rightBlock .language-switcher .switcher-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 4px 14px;
  font-weight: 400;
  border: 2px solid #fff;
  border-radius: 30px;
  background-color: #447DEE;
}
#header .rightBlock .language-switcher .switcher-btn:hover {
  transform: scale(1.08);
  font-weight: 600;
}
#header .rightBlock .language-switcher .switcher-btn .bi-globe2 {
  font-size: 20px;
  margin-right: 8px;
  color: #fff;
}
#header .rightBlock .language-switcher .switcher-btn .bi-chevron-down {
  font-size: 12px;
  margin-left: 8px;
  color: #fff;
  transition: transform 0.3s ease;
}
#header .rightBlock .language-switcher .switcher-btn .bi-chevron-down.rotated {
  transform: rotate(180deg);
}
#header .rightBlock .language-switcher .switcher-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  background: white;
  border: 2px solid #fff;
  border-radius: 12px;
  display: none;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 1;
}
#header .rightBlock .language-switcher .switcher-menu li {
  list-style: none;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s ease;
}
#header .rightBlock .language-switcher .switcher-menu li:hover {
  background: #eee;
}

.headerModal {
  display: flex;
  justify-content: space-between;
}
.headerModal .logo {
  width: 200px;
  height: auto;
}
.headerModal .logo img {
  width: 100%;
  height: auto;
}
.headerModal .rightBlock {
  display: flex;
  align-items: end;
}
.headerModal .rightBlock nav {
  display: flex;
  padding-right: 30px;
}
.headerModal .rightBlock nav ul > li {
  padding: 0 20px;
  font-weight: 400;
}
.headerModal .rightBlock nav ul > li a {
  color: #2e2e2e;
  font-weight: 400;
}
.headerModal .rightBlock nav ul > li a:hover {
  font-weight: 600;
}
@media (max-width: 1200px) {
  .headerModal .rightBlock nav ul > li {
    padding: 0 10px;
  }
}
.headerModal .rightBlock nav .menuList {
  display: flex;
}
.headerModal .rightBlock nav .menuList li {
  letter-spacing: 1.5px;
}
.headerModal .rightBlock nav .menuList li a:hover {
  font-weight: 600;
}
.headerModal .rightBlock nav .menu-list {
  position: relative;
  cursor: pointer;
  padding-bottom: 24px;
  font-weight: bold;
  letter-spacing: 1.5px;
}
.headerModal .rightBlock nav .menu-list:hover .menu-sub-list {
  display: block;
}
.headerModal .rightBlock nav .menu-list .menu-sub-list {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  width: 280px;
  background: #fff;
  border-radius: 3px;
  padding: 10px 0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.headerModal .rightBlock nav .menu-list .menu-sub-list a {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  color: #2e2e2e;
}
.headerModal .rightBlock nav .menu-list .menu-sub-list a:hover {
  color: #F67248;
}
.headerModal .rightBlock nav .menu-list .menu-sub-list p {
  color: #CCCCCC;
  font-size: 14px;
  margin-bottom: 0;
}
.headerModal .rightBlock nav .menu-list .menu-sub-list li {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-bottom: 1px solid #f1f1f1;
}
.headerModal .rightBlock nav .menu-list .menu-sub-list li:last-child {
  border: none;
}
.headerModal .rightBlock nav .activityIcon {
  position: relative;
}
.headerModal .rightBlock nav .activityIcon::before {
  content: "限时";
  padding: 2px 3px;
  background: linear-gradient(to right, #ff9355 0%, #ff565c 25%, #ff5967 50%, #ea4276 75%);
  position: absolute;
  top: 0px;
  left: -17px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  animation: popular 1s steps(1) infinite;
}
@keyframes popular {
  50% {
    transform: scale(1.1);
  }
}

.mobile_header {
  display: none;
  position: sticky;
  top: -1px;
  left: 0;
  z-index: 998;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
.mobile_header .navbar {
  padding: 0;
}
.mobile_header .navbar .topBar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #153b54;
  padding: 15px 30px;
}
.mobile_header .navbar .navbar-toggler {
  border: none;
}
.mobile_header .navbar .navbar-toggler:focus {
  box-shadow: unset;
}
.mobile_header .navbar .navbar-toggler i {
  font-size: 34px;
  color: #fff;
}
.mobile_header .navbar .navbar-collapse {
  height: calc(100vh - 72px) !important;
  overflow-y: scroll;
  background-color: #fff;
  padding: 15px 30px;
}
.mobile_header .navbar .collapse .nav-link:hover {
  color: #F67248;
}
.mobile_header .navbar .collapse .dropdown-menu {
  background-color: #153b54;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.mobile_header .navbar .collapse .dropdown-menu a, .mobile_header .navbar .collapse .dropdown-menu hr {
  color: #fff;
}
.mobile_header .navbar .collapse .dropdown-menu a:hover {
  color: #F67248;
}
.mobile_header .navbar .collapse .dropdown-menu p {
  font-size: 14px;
  padding-top: 5px;
}
.mobile_header .navbar .header {
  padding: 30px 0 0px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile_header .navbar .header .leftBlock {
  display: flex;
  align-items: flex-end;
}
.mobile_header .navbar .header .leftBlock .logo {
  width: 200px;
  height: auto;
  padding-bottom: 20px;
}
.mobile_header .navbar .header .leftBlock .logo img {
  width: 100%;
  height: 100%;
}
.mobile_header .navbar .header .rightBlock {
  padding-bottom: 20px;
}
.mobile_header .activityIcon {
  position: relative;
}
.mobile_header .activityIcon::before {
  content: "限时";
  padding: 2px 3px;
  background: #fe254a;
  position: absolute;
  top: 7px;
  left: 74px;
  font-size: 12px;
  color: #fff;
  border-radius: 3px;
  animation: popular 1s steps(1) infinite;
}
@keyframes popular {
  50% {
    transform: scale(1.1);
  }
}

@media screen and (max-width: 1000px) {
  .headerHome {
    display: none;
  }
  .mainHeader {
    display: none;
  }
  .mainHeader.show {
    display: none;
  }
  .mobile_header {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .mobile_header .navbar .collapse .dropdown-menu p {
    font-size: 13px;
  }
}
.post {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.post .back {
  width: 100%;
  height: 100vh;
  background-color: black;
  opacity: 0.7;
}
.post .postImg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -62%);
  width: 900px;
}
.post .postImg img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.post .postImg .closePost {
  position: absolute;
  top: -40px;
  right: -48px;
}
.post .postImg .closePost i {
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
.post .postImg .closePost i:hover {
  opacity: 0.8;
}
.post .postImg #clockdiv {
  position: absolute;
  bottom: -118px;
  left: 0;
  background: #f8f9fa;
  padding: 15px 0 35px 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.post .postImg #clockdiv h6 {
  font-size: 16px;
  font-weight: 600;
}
.post .postImg #clockdiv .num {
  font-size: 26px;
  font-weight: 600;
  margin: 0 10px;
  position: relative;
}
.post .postImg #clockdiv .BGwhite {
  width: 80px;
  background: #2e2e2e;
  border-radius: 5px;
  display: block;
  width: 50px;
  padding: 5px 0;
  color: #fff;
}
.post .postImg #clockdiv .smallFont {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .post .postImg {
    width: 80%;
  }
  .post .postImg .closePost {
    top: -50px;
    right: 1px;
  }
}

.active {
  display: block;
}

.hide {
  display: none;
}

.container {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.fw-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

section {
  width: 100%;
}
section .block {
  width: 1350px;
  margin: auto;
}

#section1 {
  width: 100%;
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
#section1 .BG1 {
  position: absolute;
  top: 0;
  right: -10px;
}
#section1 .BG2 {
  position: absolute;
  top: 596px;
  right: -10px;
  width: 185px;
}
#section1 .BG3 {
  position: absolute;
  top: 600px;
  left: 0;
  width: 300px;
}
#section1 .BG4 {
  position: absolute;
  top: 2400px;
  right: -3px;
}
#section1 .block1 {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
#section1 .block1 .banner, #section1 .block1 .bannerTriangle {
  width: 46%;
}
#section1 .block1 .banner .tryBtn {
  font-size: 18px;
  padding: 10px 40px;
}
#section1 .block1 .banner {
  margin-top: 150px;
}
#section1 .block1 .bannerTriangle img {
  width: 100%;
  margin-left: 160px;
}
#section1 .block1 .point {
  color: #437fec;
  position: relative;
  margin-left: 10px;
}
#section1 .block1 .point::after {
  content: url("");
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 350px;
  height: 20px;
  border-radius: 30px;
  background: #d7ecfb;
  z-index: -1;
}
#section1 .block2 {
  padding-top: 1100px;
  text-align: center;
}
#section1 .block2 .title2 {
  line-height: 70px;
  letter-spacing: 4px;
}
#section1 .block2 .describe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 100px 0;
}
#section1 .block2 .title6 {
  color: #224E6B;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
#section1 .block2 .title6::before {
  content: "";
  width: 0;
  height: 8px;
  background-color: #F67248;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 30px;
  z-index: 1;
}
@keyframes line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
#section1 .block2 .title6 span {
  position: relative;
  z-index: 2;
}
#section1 .block2 .item {
  margin: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #section1 .block2 .item {
    padding-left: 0;
    padding-right: 0;
  }
  #section1 .block2 .item:nth-child(4), #section1 .block2 .item:nth-child(5), #section1 .block2 .item:nth-child(6) {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  #section1 .block2 .item:nth-child(5), #section1 .block2 .item:nth-child(6) {
    border-bottom: none;
  }
}
#section1 .block2 .item:hover .title6::before {
  animation: line 0.4s ease;
  animation-fill-mode: forwards;
}
#section1 .block2 .startFree {
  margin-top: 120px;
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #2e2e2e;
}
#section1 .block2 .startFree button {
  margin-top: 20px;
}
#section1 .block3 {
  padding-top: 180px;
}
#section1 .block3 .title2 {
  line-height: 70px;
  letter-spacing: 4px;
  text-align: center;
}
#section1 .block3 .block3Container {
  display: flex;
  justify-content: center;
}
#section1 .block3 .block3Container .productCol2 {
  width: 100%;
}
#section1 .block3 .product {
  background: #fff;
  margin: 10px;
  width: 670px;
  height: 750px;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 60px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}
#section1 .block3 .product:hover {
  transform: scale(1.02);
}
#section1 .block3 .product .productTitle {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
#section1 .block3 .product img {
  margin-bottom: 50px;
}
#section1 .block3 .product .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 44px;
}
#section1 .block3 .product .list ul li {
  font-size: 14px;
  letter-spacing: 1.5px;
  color: #5e5e5e;
  margin-bottom: 5px;
}
#section1 .block3 .product .list i {
  font-size: 16px;
  border-radius: 50%;
  margin-right: 10px;
}
#section1 .block3 .product .tryBtn {
  font-size: 18px;
}
#section1 .block3 .productIM {
  height: 750px;
}
#section1 .block3 .productMS {
  height: 600px;
}
#section1 .block3 .productCS {
  height: 630px;
}
#section1 .block3 .productAI {
  height: 780px;
}
#section1 .block3 .productCSAndMS .imgBlock {
  position: relative;
  height: 170px;
  margin-bottom: 20px;
}
#section1 .block3 .productCSAndMS .imgBlock img {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1445px) {
  #section1 .block3 .product {
    width: 500px;
  }
}
#tip {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 997;
  background-color: rgba(34, 34, 34, 0.8784313725);
  width: 100%;
  padding: 26px 100px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
#tip a {
  color: #48c6ff;
  text-decoration: underline;
}
#tip .closeTipBtn {
  display: inline-block;
  cursor: pointer;
  margin-left: 30px;
}
@media screen and (max-width: 992px) {
  #tip {
    font-size: 16px;
  }
  #tip .closeTipBtn {
    position: absolute;
    left: 10px;
    top: 27px;
  }
}

.homePostDomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
}
.homePostDomain .back {
  width: 100%;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.9);
}
.homePostDomain .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.homePostDomain .content .postImg {
  width: 800px;
  height: auto;
}
.homePostDomain .content .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 196px;
  left: 238px;
  width: 390px;
  font-family: "Microsoft YaHei", "黑體", "宋體", sans-serif;
  text-align: center;
}
.homePostDomain .content .text .title {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  font-family: "Microsoft YaHei", "黑體", "宋體", sans-serif;
  letter-spacing: 7.5px;
  text-shadow: 0px 4px 5.7px rgba(147, 9, 165, 0.685);
}
.homePostDomain .content .text .title a {
  display: inline-block;
  color: #00b5e8;
  font-weight: 100;
  font-size: 13px;
  font-weight: bold;
  line-height: 12px;
  margin: 28px;
}
.homePostDomain .content .text .desb {
  display: flex;
  align-items: center;
  color: #090909;
  font-size: 14px;
  line-height: normal;
}
.homePostDomain .content .text .desb #timeBox {
  width: 50px;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0px 4px 5.7px rgba(147, 9, 165, 0.685);
}
.homePostDomain .content .text .desb .title6 {
  margin-top: 0;
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0px 4px 5.7px rgba(122, 110, 228, 0.644);
}
.homePostDomain .content .closePostBtn {
  position: absolute;
  top: -33px;
  right: -60px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.homePostDomain .content .closePostBtn:hover {
  color: #48c6ff;
}
@keyframes dots {
  0% {
    content: ".";
  }
  33% {
    content: "..";
  }
  66% {
    content: "...";
  }
}
.homePostDomain .dots::after {
  content: "";
  animation: dots 1s steps(3, end) infinite;
}

@media screen and (max-width: 1546px) {
  section .block {
    width: 100%;
    padding: 0 116px;
  }
  #section1 .block1 .banner {
    width: 80%;
  }
  #section1 .block1 .bannerTriangle {
    width: 56%;
  }
  #section1 .block1 .bannerTriangle img {
    margin-left: 60px;
  }
  #section1 .block1 .point {
    color: #3f51b5;
  }
}
@media screen and (max-width: 1400px) {
  #section1 .block1 {
    display: block;
  }
  #section1 .block1 .banner {
    width: 100%;
  }
  #section1 .block1 .bannerTriangle {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #section1 .block3 {
    display: block;
  }
  #section1 .block3 .product {
    width: 100%;
  }
  #section1 .block3 .block3Container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 992px) {
  .homePostDomain .content .postImg {
    width: 490px;
  }
  .homePostDomain .content .text {
    position: absolute;
    top: 160px;
    left: 52%;
    transform: translateX(-50%);
  }
  .homePostDomain .content .text .title {
    letter-spacing: 3.5px;
  }
  .homePostDomain .content .text .title a {
    font-size: 15px;
    font-weight: bold;
    margin: 35px;
    text-shadow: 0px 4px 5.7px rgba(147, 9, 165, 0.276);
  }
  .homePostDomain .content .text .desb #timeBox {
    width: 50px;
    font-size: 13px;
  }
  .homePostDomain .content .text .desb .title6 {
    font-size: 13px;
  }
  .homePostDomain .content .closePostBtn {
    top: -12px;
    right: -20px;
  }
  #section1 .block2 .startFree p {
    font-size: 26px;
  }
  #section1 .block2 .startFree button {
    font-size: 16px;
  }
}
@media screen and (max-width: 849px) {
  section .block {
    padding: 0 30px;
  }
  .title1 {
    font-size: 45px;
  }
  .title2 {
    font-size: 26px;
    line-height: 42px !important;
  }
  #section1 .block1 .banner {
    margin-top: 0;
    text-align: center;
  }
  #section1 .block1 .banner .title5 {
    line-height: 37px;
    color: #fff;
  }
  #section1 .block1 .banner .title7 {
    line-height: 24px;
    color: #fff;
  }
  #section1 .block1 .point {
    color: #fff;
  }
  #section1 .block1 .point::after {
    display: none;
  }
  #section1 .block2 {
    padding-top: 900px;
  }
  #section1 .block3 {
    padding-top: 100px;
  }
  #section1 .block3 .product, #section1 .block3 .productCSAndMS {
    height: auto;
  }
  #section1 .describe {
    justify-content: unset !important;
    margin: 20px 0;
  }
}
@media screen and (max-width: 740px) {
  #section1 .block2 .describe {
    justify-content: space-between !important;
  }
  .title1 {
    font-size: 34px;
  }
}

/*# sourceMappingURL=home.css.map */
