@charset "UTF-8";
.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;
  font-weight: 600;
}

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

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

.title4 {
  font-size: 32px;
}

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

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

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

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

.helpServiceTitle {
  font-size: 20px;
  font-weight: 600;
}

@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;
  font-weight: 600;
}

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

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

.title4 {
  font-size: 32px;
}

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

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

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

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

.helpServiceTitle {
  font-size: 20px;
  font-weight: 600;
}

@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 .navItem {
  width: 100px;
}
#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: 8px 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;
}
@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 20px;
  letter-spacing: 0.5px;
  cursor: pointer;
}
.helpServiceBtn:hover {
  background: #be2626;
}
.helpServiceBtn i {
  font-size: 36px;
}

.helpServiceBlock {
  position: fixed;
  right: 23px;
  bottom: 26px;
  z-index: 9999;
  width: 315px;
  height: 310px;
  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: 0px;
  color: #2e2e2e;
  font-weight: normal;
}
.helpServiceBlock .item {
  background: #f7f7f7;
  padding: 15px 10px;
  border-radius: 10px;
  display: flex;
}
.helpServiceBlock .item .helpServiceTitle {
  color: #224e6b;
}
.helpServiceBlock .item p {
  font-size: 15px;
}
.helpServiceBlock .item:hover {
  background: #ebebeb;
  transition: 0.3s;
}

.promoWrapper .floatingPromo {
  position: fixed;
  right: -5px;
  bottom: 180px;
  z-index: 1000;
  cursor: pointer;
}
.promoWrapper .floatingPromo .floatingPromo__content {
  position: relative;
  width: 200px;
  height: 200px;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.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 35px;
  border-radius: 10px;
  background: #f64848;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.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: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", 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: 0.5px;
  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: 9px 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: 5px 14px;
  font-weight: 400;
  border: 2px solid #fff;
  border-radius: 30px;
  background-color: #447DEE;
  letter-spacing: 0.5px;
}
#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;
}

.product {
  position: relative;
}
.product .section1 {
  position: relative;
  height: 650px;
  overflow: hidden;
}
.product .section1 .sectionBG {
  width: 100%;
  height: 440px;
  background-color: #e6f8ff;
}
.product .section1 .sectionBlock {
  width: 85%;
  height: 420px;
  background-color: #288ED1;
  position: absolute;
  top: 120px;
  left: 0;
  padding: 80px 0;
}
.product .section1 .sectionBlock .content {
  padding-left: 13%;
}
.product .section1 .sectionBlock .content h5 {
  margin-top: 5px;
  font-weight: bold;
}
.product .section1 .sectionBlock .content .pageDesc {
  margin-top: 5px;
  font-weight: bold;
  font-size: 20px;
}
.product .section1 .sectionBlock .content p {
  width: 52%;
  margin-top: 40px;
  line-height: 1.7;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #fff;
}
.product .section1 .sectionBlock .bannerIMG {
  position: absolute;
  top: 100px;
  right: -156px;
  width: 600px;
}
.product .section1 .sectionBlock .bannerIMG img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .product .section1 .sectionBlock .bannerIMG {
    width: 450px;
    top: 174px;
    right: -105px;
  }
  .product .section1 .sectionBlock .bannerIMG img {
    max-width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .product .section1 {
    height: auto;
  }
  .product .section1 .sectionBG {
    display: none;
  }
  .product .section1 .sectionBlock {
    width: 100%;
    height: 600px;
    position: static;
    padding: 110px 0;
  }
  .product .section1 .sectionBlock .content {
    padding-left: 20px;
  }
  .product .section1 .sectionBlock .content p {
    width: 100%;
  }
  .product .section1 .sectionBlock .bannerIMG {
    width: 350px;
    top: 375px;
    right: 35px;
  }
}
.product .section2 {
  margin-bottom: 80px;
}
.product .section2 .title2 {
  color: #2e2e2e;
  position: relative;
  text-align: center;
}
.product .section2 .title2::before {
  content: "";
  width: 0px;
  height: 30px;
  background-color: #e6f8ff;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.product .section2 .title2 .point {
  font-size: 52px;
  color: #F67248;
  padding: 0 15px;
}
.product .section2 .fiveBlock {
  display: flex;
  flex-wrap: wrap;
}
.product .section2 .block {
  width: 0;
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.product .section2 .block .iconIMG {
  width: 85px;
  height: 90px;
  margin: auto;
  margin-bottom: 20px;
}
.product .section2 .block .iconIMG img {
  width: 100%;
  height: auto;
}
.product .section2 .block .listTitle {
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.product .section2 .block .listTitle::after {
  content: "";
  width: 0px;
  height: 8px;
  background-color: #F67248;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 30px;
  z-index: -1;
}
@keyframes line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.product .section2 .block:hover .listTitle::after {
  animation: line 0.4s ease;
  animation-fill-mode: forwards;
}
.product .section2 .block .blockDesc {
  line-height: 1.5;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #2e2e2e;
}
@media screen and (max-width: 1000px) {
  .product .section2 {
    margin-top: 70px;
    padding: 0 10px;
  }
  .product .section2 .title2 {
    font-size: 28px;
    text-align: center;
  }
  .product .section2 .title2::before {
    height: 32px;
    left: 50%;
    transform: translateX(-50%);
  }
  .product .section2 .fiveBlock {
    justify-content: center;
  }
  .product .section2 .block {
    margin-bottom: 50px;
  }
  .product .section2 .block .iconIMG {
    margin-bottom: 0;
  }
}
.product .section3 {
  overflow: hidden;
}
.product .section3 .product {
  width: 100%;
  padding: 150px 0;
  display: flex;
  align-items: center;
  margin: 80px 0 50px 0;
}
.product .section3 .describeText {
  position: relative;
}
.product .section3 .describeText span {
  font-family: fantasy;
  position: absolute;
  top: -45px;
  left: -60px;
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke: 0.8px #25A6FF;
  opacity: 0.5;
}
.product .section3 .describeText .title2 {
  font-size: 38px;
  color: #2e2e2e;
  margin-bottom: 30px;
}
.product .section3 .describeText h6 {
  line-height: 1.5;
  font-size: 17px;
  letter-spacing: 0.5px;
  color: #2e2e2e;
  margin-bottom: 30px;
}
.product .section3 .product_1, .product .section3 .product_3, .product .section3 .product_5 {
  background-color: #e6f8ff;
}
@media screen and (max-width: 1000px) {
  .product .section3 .container {
    padding: 0 50px;
  }
  .product .section3 .product {
    margin-bottom: 0;
  }
  .product .section3 .describeText .title2 {
    font-size: 26px;
    padding-left: 5px;
    display: inline-block;
  }
  .product .section3 .describeText span {
    position: static;
    font-size: 45px;
  }
  .product .section3 .describeText p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .product .section3 .product {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.product .section4 {
  padding: 80px 0;
}
.product .section4 .bigTitle {
  text-align: center;
  color: #2e2e2e;
  margin-bottom: 80px;
  position: relative;
}
.product .section4 .bigTitle::before {
  content: "";
  width: 410px;
  height: 35px;
  background-color: #e6f8ff;
  border-radius: 30px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.product .section4 .borderForm {
  padding: 10px;
  border: 1.5px solid #CCCCCC;
  border-radius: 5px;
  align-items: center;
  height: 100%;
}
.product .section4 .borderForm:hover {
  background-color: #FFF5F2;
}
.product .section4 .borderForm .iconIMG {
  margin-right: 15px;
}
.product .section4 .borderForm .textBlock .title6 {
  color: #288ED1;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.product .section4 .borderForm .textBlock p {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #757575;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .product .section4 .borderForm .textBlock .title6 {
    font-size: 16px;
    line-height: 1.5;
  }
  .product .section4 .borderForm .textBlock p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .product .section4 {
    padding: 80px 0;
  }
  .product .section4 .bigTitle {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .product .section4 .bigTitle::before {
    width: 325px;
    height: 32px;
    top: 15px;
  }
}
@media screen and (max-width: 450px) {
  .product .section4 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.product .positionImg {
  position: relative;
}
.product .startFree {
  text-align: center;
  margin-top: 80px;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0;
  color: #2e2e2e;
}
.product .startFree button {
  margin-top: 20px;
}

#product_IM .section1 h4::before {
  width: 248px;
}
#product_IM .section1 .sectionBlock .bannerIMG {
  width: 21%;
  right: 75px;
}
#product_IM .section2 {
  margin: 50px 0 50px 0;
  overflow: hidden;
}
#product_IM .section2 .fiveBlock {
  margin-top: 50px;
}
#product_IM .section2 .title2 {
  line-height: 40px;
}
#product_IM .section2 .title2-first::before {
  width: 474px;
  top: 25px;
}
#product_IM .section2 .title2-second {
  margin-top: 100px;
}
#product_IM .section2 .title2-second::before {
  width: 720px;
  top: 25px;
}
#product_IM .section2 .subTitle {
  text-align: center;
  margin-top: 80px;
  font-size: 26px;
  letter-spacing: 1.5px;
  color: #2e2e2e;
}
#product_IM .section2 .BtnBlock {
  text-align: center;
}
#product_IM .section2 .block {
  width: 300px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
#product_IM .section3 .product_1 {
  margin-bottom: 300px;
  height: 480px;
}
#product_IM .section3 .product_1 .describeText {
  margin-top: 50px;
}
#product_IM .section3 .product_2 {
  margin-bottom: 0;
}
#product_IM .section3 .product_3 .describeText {
  margin-top: 40px;
}
#product_IM .section3 .product_3 .col-lg-7 {
  display: flex;
  align-items: flex-end;
}
#product_IM .section3 .product_3 ul li {
  list-style: initial;
}
#product_IM .section3 .product_5 {
  margin-top: 0;
  margin-bottom: 0;
}
#product_IM .section3 .product_5 .p1 {
  position: absolute;
  top: -533px;
  right: 78px;
}
#product_IM .section3 .product_5 .p2 {
  position: absolute;
  top: -470px;
  right: 58px;
}
#product_IM .section3 .IMproductImg img {
  width: 100%;
  height: 100%;
}
#product_IM .section3 .IMproductImg_01 {
  position: absolute;
  top: 5px;
  right: -40px;
  width: 100%;
  margin: auto;
}
#product_IM .section3 .IMproductImg_02 {
  width: 65%;
  position: relative;
}
#product_IM .section3 .IMproductImg_02 .p01 {
  position: absolute;
  top: -385px;
  right: -160px;
  width: 67%;
}
#product_IM .section3 .IMproductImg_02 .p02 {
  position: absolute;
  top: -240px;
  right: -190px;
  width: 67%;
}
#product_IM .section3 .IMproductImg_03 {
  width: 88%;
  margin: auto;
}
#product_IM .section3 .IMproductImg_03 .p01 {
  width: 300px;
  position: absolute;
  top: -410px;
  right: 0px;
}
#product_IM .section3 .IMproductImg_03 .p02 {
  width: 400px;
  position: absolute;
  top: -125px;
  right: -260px;
}
#product_IM .section3 .IMproductImg_04 {
  width: 80%;
  position: absolute;
  top: -110px;
  left: -20px;
}
#product_IM .section3 .IMproductImg_0402 {
  width: 60%;
  position: absolute;
  top: -297px;
  right: -75px;
}
#product_IM .section3 .IMproductImg_05 .p01 {
  width: 205px;
  position: absolute;
  top: -405px;
  right: -20px;
}
#product_IM .section3 .IMproductImg_05 .p02 {
  width: 350px;
  position: absolute;
  top: -460px;
  right: 0px;
}
#product_IM .section5 {
  padding: 150px 0;
  background-color: #e6f8ff;
  margin-bottom: 150px;
}
#product_IM .section5 .bigTitle {
  text-align: center;
  color: #2e2e2e;
  margin-bottom: 130px;
  position: relative;
}
#product_IM .section5 .bigTitle .title2 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#product_IM .section5 .bigTitle .BG {
  width: 440px;
  height: 40px;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
#product_IM .section5 .CollapseContent {
  padding: 20px 30px;
  background-color: #fff;
}
#product_IM .section5 .CollapseContent .collapseTitle {
  font-size: 20px;
  letter-spacing: 0.5px;
  color: #224E6B;
  font-weight: bold;
  border: none;
}
#product_IM .section5 .CollapseContent .tab-btn {
  width: 100px;
}
#product_IM .section5 .CollapseContent .card-body {
  flex-direction: row;
  overflow: hidden;
  border: none;
}
#product_IM .section5 .CollapseContent .card-body > div {
  display: flex;
  align-self: start;
  margin-top: 25px;
}
#product_IM .section5 .CollapseContent .card-body > div .tab-btn {
  flex-direction: column;
  margin: 0 50px 0 30px;
  position: relative;
}
#product_IM .section5 .CollapseContent .card-body > div .tab-btn .columLine {
  width: 2px;
  height: 1500px;
  background: #CCCCCC;
  position: absolute;
  top: -26px;
  left: -19px;
}
#product_IM .section5 .CollapseContent .card-body > div .tab-btn .active {
  position: relative;
}
#product_IM .section5 .CollapseContent .card-body > div .tab-btn .active::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 30px;
  background: #F67248;
  position: absolute;
  top: 7px;
  left: -24px;
}
#product_IM .section5 .CollapseContent .card-body > div .tab-btn button {
  background-color: transparent;
  margin-bottom: 20px;
  font-weight: 600;
  color: #757575;
  width: 75px;
}
#product_IM .section5 .CollapseContent .card-body > div .tab-btn .active {
  color: #F67248;
}
#product_IM .section5 .CollapseContent .card-body > div .tab-content {
  width: 100%;
}
#product_IM .section5 .CollapseContent .card-body > div .tab-content .target {
  padding: 5px;
  height: 33px;
  width: 60px;
  border-radius: 3px;
  margin-right: 20px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
}
#product_IM .section5 .CollapseContent .card-body > div .tab-content .target_G {
  background-color: #3DCCC7;
}
#product_IM .section5 .CollapseContent .card-body > div .tab-content .target_B {
  background-color: #288ED1;
}
#product_IM .section5 .CollapseContent .card-body > div .tab-content .content {
  width: 90%;
}
#product_IM .section5 .CollapseContent .card-body > div .tab-content h4 {
  font-size: 18px;
  letter-spacing: 1px;
  color: none;
  font-weight: bold;
}
#product_IM .section5 .CollapseContent .card-body > div .tab-content h4.G {
  color: #3DCCC7;
}
#product_IM .section5 .CollapseContent .card-body > div .tab-content h4.B {
  color: #288ED1;
}
#product_IM .section5 .CollapseContent .card-body > div .tab-content P {
  font-size: 16px;
  letter-spacing: 1px;
  color: #757575;
  font-weight: bold;
}
#product_IM .section5 .followAican {
  text-align: center;
  margin-top: 80px;
  font-size: 26px;
  letter-spacing: 1.5px;
  color: #2e2e2e;
}
#product_IM .section5 .followAican button {
  background: #25A6FF;
  border-radius: 5px;
  padding: 10px 20px;
  color: #fff;
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  #product_IM .section1 h4::before {
    width: 195px;
  }
  #product_IM .section2 {
    margin-bottom: 50px;
  }
  #product_IM .section2 .title2::before {
    width: 367px;
    top: 27px;
    height: 25px;
  }
  #product_IM .section2 .block {
    width: 75%;
  }
  #product_IM .section3 .product_1 {
    margin-bottom: 0;
    height: auto;
  }
  #product_IM .section3 .product_2 .row {
    flex-wrap: wrap-reverse;
  }
  #product_IM .section3 .product_3 .describeText, #product_IM .section3 .product_5 .describeText {
    margin-bottom: 80px;
  }
  #product_IM .section3 .product_4 .row {
    flex-wrap: wrap-reverse;
  }
  #product_IM .section3 .product_3 .col-lg-7 {
    align-items: center;
  }
  #product_IM .section3 .IMproductImg_01, #product_IM .section3 .IMproductImg_04 {
    position: static;
    width: 100%;
    height: 100%;
  }
  #product_IM .section3 .IMproductImg_03 .p01, #product_IM .section3 .IMproductImg_03 .p02 {
    display: none;
  }
  #product_IM .section3 .IMproductImg_02 .p01 {
    top: -320px;
    right: -100px;
  }
  #product_IM .section3 .IMproductImg_02 .p02 {
    top: -190px;
    right: -120px;
  }
  #product_IM .section3 .IMproductImg_0402 {
    top: -265px;
    right: 19px;
  }
  #product_IM .section3 .IMproductImg_05 .p01, #product_IM .section3 .IMproductImg_05 .p02 {
    display: none;
  }
  #product_IM .section5 {
    padding: 80px 0;
  }
  #product_IM .section5 .bigTitle {
    margin-bottom: 80px;
  }
  #product_IM .section5 .bigTitle .title2 {
    font-size: 28px;
  }
  #product_IM .section5 .bigTitle .BG {
    width: 230px;
    height: 32px;
    top: 15px;
  }
  #product_IM .section5 .CollapseContent .card-body {
    padding: 0;
  }
  #product_IM .section5 .CollapseContent .card-body > div {
    display: block;
  }
  #product_IM .section5 .CollapseContent .card-body > div .tab-btn {
    margin: 0 0 30px 0;
    flex-direction: unset;
    width: auto;
  }
  #product_IM .section5 .CollapseContent .card-body > div .tab-btn .active::before {
    display: none;
  }
  #product_IM .section5 .CollapseContent .card-body > div .tab-btn button {
    margin-bottom: 0;
    padding: 5px;
    background: #f5f5f5;
    margin: 5px;
    border-radius: 3px;
  }
}
@media screen and (max-width: 550px) {
  #product_IM .section2 .BtnBlock button {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  #product_IM .section1 h4::before {
    width: 228px;
  }
  #product_IM .section1 .sectionBlock {
    height: 706px;
  }
  #product_IM .section1 .sectionBlock .bannerIMG {
    width: 67%;
  }
  #product_IM .section2 .title2 {
    margin-bottom: 15px;
  }
  #product_IM .section2 .fiveBlock {
    margin-top: 0px;
  }
  #product_IM .section3 .container {
    padding: 0 30px;
  }
  #product_IM .section3 .describeText .title2 {
    font-size: 24px;
  }
  #product_IM .section3 .describeText h6 {
    font-size: 15px;
  }
  #product_IM .section3 .IMproductImg_02 .p01 {
    top: -180px;
    right: -66px;
  }
  #product_IM .section3 .IMproductImg_02 .p02 {
    top: -125px;
    right: -85px;
  }
  #product_IM .section3 .IMproductImg_0301, #product_IM .section3 .IMproductImg_03 {
    width: 100%;
  }
  #product_IM .section3 .IMproductImg_0402 {
    top: -181px;
    right: -6px;
  }
  #product_IM .section3 .product_5 .describeText h6 {
    margin-bottom: 0;
  }
  #product_IM .section5 {
    padding-top: 80px;
    margin-bottom: 50px;
  }
  #product_IM .section5 .CollapseContent {
    padding: 20px;
  }
  #product_IM .section5 .CollapseContent .card-body > div .tab-content P {
    font-size: 14px;
  }
}

#product_AI .section1 {
  height: 1100px;
}
#product_AI .section1 .sectionBG {
  height: 974px;
}
#product_AI .section1 .sectionBlock .bannerIMG {
  width: 22%;
  right: 61px;
}
#product_AI .section1 .sectionBlock .content h4::before {
  width: 275px;
}
#product_AI .section1 .strengths {
  position: absolute;
  top: 620px;
  left: 50%;
  transform: translateX(-50%);
}
#product_AI .section1 .strengths .title2 {
  margin-bottom: 30px;
  font-size: 30px;
  letter-spacing: 0.5px;
}
#product_AI .section1 .strengths .block {
  background-color: #fff;
  text-align: center;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  height: 100%;
}
#product_AI .section2 {
  margin: 50px 0 0 0;
  overflow: hidden;
}
#product_AI .section2 .fiveBlock {
  margin-top: 50px;
}
#product_AI .section2 .title2 {
  line-height: 60px;
}
#product_AI .section2 .title2::before {
  width: 700px;
  top: 30px;
}
#product_AI .section2 .block {
  width: 90%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
#product_AI .section3 .product_1 {
  margin-bottom: 70px;
}
#product_AI .section3 .product_1 .tabImg {
  width: 50%;
  display: block;
  margin: auto;
}
#product_AI .section3 .product_1 .tabImg img {
  width: 100%;
  height: 100%;
}
#product_AI .section3 .product_1 .nav-link {
  background-color: #fff;
  margin-right: 15px;
  border: 2px solid transparent;
  font-size: 14px;
  letter-spacing: 0px;
  color: #2e2e2e;
  font-weight: bold;
  margin-bottom: 10px;
}
#product_AI .section3 .product_1 .nav-link:hover {
  background-color: #FFF5F2;
}
#product_AI .section3 .product_1 .nav-link.active {
  background-color: #FFEAEA;
  border: 2px solid #F67248;
  border-color: #288ED1;
  color: #288ED1;
}
#product_AI .section3 .product_1 .nav-link:focus-visible {
  outline: none !important;
}
#product_AI .section3 .product_1 p {
  letter-spacing: 0.5px;
}
#product_AI .section3 .product_2 {
  margin-bottom: 35px;
}
#product_AI .section3 .product_2 .nav-tabs {
  border-bottom: none;
  justify-content: space-evenly;
  margin-bottom: 50px;
}
#product_AI .section3 .product_2 .nav-tabs .nav-item {
  position: relative;
}
#product_AI .section3 .product_2 .nav-tabs .nav-item::after {
  content: "";
  width: 112px;
  height: 2px;
  background: #ebebeb;
  position: absolute;
  top: 36px;
  right: -124px;
}
#product_AI .section3 .product_2 .nav-tabs .nav-item:last-child::after {
  display: none;
}
#product_AI .section3 .product_2 .nav-tabs .nav-item h6 {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  color: #224E6B;
  text-align: center;
}
#product_AI .section3 .product_2 .nav-tabs .nav-link {
  background-color: #f7f7f7;
  border: 2.5px solid transparent;
  border-radius: 50%;
  padding: 12px;
  margin: auto;
}
#product_AI .section3 .product_2 .nav-tabs .nav-link.active {
  border: 2.5px solid #00C9D1;
}
#product_AI .section3 .product_2 .tabIcon {
  width: 37px;
}
#product_AI .section3 .product_2 .tabIcon img {
  width: 100%;
  height: 100%;
}
#product_AI .section3 .product_2 .tabIconMobile {
  display: none;
}
#product_AI .section3 .product_2 .tabcontentImg {
  width: 85%;
  margin: auto;
}
#product_AI .section3 .product_2 .tabcontentImg img {
  width: 100%;
  height: 100%;
}
#product_AI .section3 .product_3 {
  margin-bottom: 100px;
}
#product_AI .section3 .product_4 {
  display: block;
  margin-bottom: 0;
  margin-top: -20px;
}
#product_AI .section3 .product_4 .bg {
  width: 100%;
  height: 50vh;
  background: #ECF3FE;
  margin-top: 150px;
  position: relative;
}
#product_AI .section3 .AIproductImg img {
  width: 100%;
  height: 100%;
}
#product_AI .section3 .AIproductImg_03 {
  width: 80%;
}
#product_AI .section3 .AIproductImg_04 {
  width: 55%;
  position: absolute;
  left: 50%;
  top: -15%;
  transform: translateX(-50%);
  z-index: 9;
}
#product_AI .section4 .iconIMG {
  padding-left: 10px;
}
@media screen and (max-width: 1300px) {
  #product_AI .section3 .product_4 .bg {
    height: 300px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 1000px) {
  #product_AI .section1 {
    height: auto;
    background-color: #e6f8ff;
    padding-bottom: 50px;
  }
  #product_AI .section1 .sectionBlock .content h4::before {
    width: 213px;
  }
  #product_AI .section1 .strengths {
    position: static;
    transform: unset;
  }
  #product_AI .section1 .strengths .title2 {
    font-size: 28px;
    text-align: center;
    padding-top: 100px;
  }
  #product_AI .section1 .strengths .block {
    padding: 20px;
  }
  #product_AI .section2 .title2::before {
    width: 485px;
    top: 28px;
    height: 25px;
  }
  #product_AI .section2 .block {
    width: 60%;
  }
  #product_AI .section3 .product_1 {
    padding: 50px 0;
    margin-bottom: 0;
  }
  #product_AI .section3 .product_1 .row {
    flex-wrap: wrap-reverse;
  }
  #product_AI .section3 .product_1 .describeText {
    margin-bottom: 50px;
  }
  #product_AI .section3 .product_1 .tabImg {
    position: static;
    width: 50%;
    margin: auto;
  }
  #product_AI .section3 .product_2 {
    padding: 50px 0;
  }
  #product_AI .section3 .product_2 .nav-tabs .nav-item::after {
    display: none;
  }
  #product_AI .section3 .product_2 .nav-tabs {
    justify-content: unset;
  }
  #product_AI .section3 .product_2 .nav-tabs .nav-link {
    border-radius: 3px;
  }
  #product_AI .section3 .product_2 .nav-tabs .nav-item {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  #product_AI .section3 .product_2 .tabIcon {
    display: none;
  }
  #product_AI .section3 .product_2 .tabcontentImg {
    width: 100%;
    height: 100%;
  }
  #product_AI .section3 .product_2 .tabIconMobile {
    display: block;
  }
  #product_AI .section3 .product_2 .tabIconMobile h5 {
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #224E6B;
    font-weight: bold;
  }
  #product_AI .section3 .product_2 .hide {
    display: none;
  }
  #product_AI .section3 .product_3 {
    margin-bottom: 0;
  }
  #product_AI .section3 .product_3 .row {
    flex-wrap: wrap-reverse;
  }
  #product_AI .section3 .product_4 .bg {
    height: 230px;
    margin-top: 100px;
  }
  #product_AI .section3 .AIproductImg_03 {
    width: 80%;
    margin: auto;
  }
  #product_AI .section3 .AIproductImg_04 {
    width: 65%;
  }
}
@media screen and (max-width: 450px) {
  #product_AI .section1 .sectionBlock .content h4::before {
    width: 297px;
  }
  #product_AI .section1 .sectionBlock {
    height: 630px;
  }
  #product_AI .section1 .sectionBlock .bannerIMG {
    width: 67%;
  }
  #product_AI .section3 .product_2 .nav-tabs .nav-link {
    padding: 10px;
  }
  #product_AI .section3 .product_4 .bg {
    margin-top: 87px;
  }
  #product_AI .section3 .AIproductImg_04 {
    width: 90%;
    top: 245px;
  }
  #product_AI .section3 .describeText .title2 {
    font-size: 24px;
  }
  #product_AI .section3 .describeText h6 {
    font-size: 15px;
  }
}

#product_TS .section1 h4::before {
  width: 234px;
}
#product_TS .section1 .bannerIMG {
  width: 20%;
  right: 60px;
}
#product_TS .section2 {
  padding-bottom: 100px;
}
#product_TS .section2 .title2::before {
  width: 400px;
  top: 42px;
}
#product_TS .section2 .fiveBlock {
  width: 90%;
  margin: auto;
}
#product_TS .section2 .fiveBlock .block {
  width: 300px;
}
#product_TS .section3 {
  margin-bottom: 300px;
}
@media screen and (max-width: 1000px) {
  #product_TS .section1 .sectionBlock {
    height: 720px;
  }
  #product_TS .section1 .sectionBlock h4::before {
    width: 186px;
  }
  #product_TS .section1 .sectionBlock .bannerIMG {
    width: 350px;
    top: 350px;
    right: 35px;
  }
  #product_TS .section2 {
    margin-bottom: 0;
    padding-bottom: 0px;
  }
  #product_TS .section2 .title2::before {
    width: 330px;
    top: 51px;
  }
}
@media screen and (max-width: 450px) {
  #product_TS .section1 .sectionBlock h4::before {
    width: 163px;
  }
}

#product_IChat .section1 h4::before {
  width: 527px;
}
#product_IChat .section1 .sectionBlock .bannerIMG {
  width: 25%;
  right: 100px;
}
#product_IChat .section2 {
  margin: 50px 0 150px 0;
  overflow: hidden;
}
#product_IChat .section2 .fiveBlock {
  margin-top: 80px;
}
#product_IChat .section2 .title2 {
  line-height: 40px;
}
#product_IChat .section2 .title2::before {
  width: 300px;
  top: 20px;
}
#product_IChat .section2 .block {
  width: 220px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
#product_IChat .section3 .product_1 {
  padding-bottom: 30px;
  height: 639px;
}
#product_IChat .section3 .product_2 {
  margin-top: 100px;
}
#product_IChat .section3 .product_2 .describeText {
  margin-top: 150px;
}
#product_IChat .section3 .product_3 .describeText {
  margin-top: 150px;
}
#product_IChat .section3 .product_5 {
  margin-bottom: 80px;
}
#product_IChat .section3 .product_6 {
  padding-bottom: 100px;
  position: relative;
}
#product_IChat .section3 .product_6 .swiper {
  width: 100%;
  height: 100%;
  margin-top: 80px;
}
#product_IChat .section3 .product_6 .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
#product_IChat .section3 .product_6 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#product_IChat .section3 .product_6 .BG {
  width: 100%;
  height: 150px;
  background-color: #e6f8ff;
  position: absolute;
  left: 0;
  bottom: 40px;
}
#product_IChat .section3 .ICproductImg img {
  width: 100%;
  height: 100%;
}
#product_IChat .section3 .ICproductImg_01 {
  width: 100%;
  padding-left: 30px;
  position: absolute;
  top: -74px;
  right: -56px;
}
#product_IChat .section3 .ICproductImg_01 .p01 {
  width: 300px;
  position: absolute;
  top: -436px;
  left: 100px;
}
#product_IChat .section3 .ICproductImg_01 .p02 {
  width: 245px;
  position: absolute;
  top: -578px;
  right: 107px;
}
#product_IChat .section3 .ICproductImg_02 {
  width: 70%;
}
#product_IChat .section3 .ICproductImg_02 .p01 {
  width: 40%;
  position: absolute;
  top: -293px;
  right: -110px;
}
#product_IChat .section3 .ICproductImg_03 {
  width: 100%;
  padding-top: 80px;
}
#product_IChat .section3 .ICproductImg_03 .p01 {
  width: 200px;
  position: absolute;
  top: -90px;
  left: 0;
}
#product_IChat .section3 .ICproductImg_03 .p02 {
  width: 240px;
  position: absolute;
  top: -90px;
  left: 200px;
}
#product_IChat .section3 .ICproductImg_03 .p03 {
  width: 240px;
  position: absolute;
  top: -90px;
  right: -2px;
}
#product_IChat .section3 .ICproductImg_04 {
  width: 100%;
  padding-right: 50px;
}
#product_IChat .section3 .ICproductImg_04 .p01 {
  width: 150px;
  position: absolute;
  top: -245px;
  right: 25px;
}
#product_IChat .section3 .ICproductImg_05 {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  #product_IChat .section1 h4::before {
    width: 335px;
  }
  #product_IChat .section2 {
    margin-bottom: 50px;
  }
  #product_IChat .section2 .title2::before {
    width: 260px;
    top: 15px;
  }
  #product_IChat .section2 .block {
    width: 75%;
  }
  #product_IChat .section2 .fiveBlock {
    margin-top: 0;
  }
  #product_IChat .section3 .product_1 {
    height: auto;
    padding: 50px 0;
  }
  #product_IChat .section3 .product_1 .p01, #product_IChat .section3 .product_1 .p02 {
    display: none;
  }
  #product_IChat .section3 .product_2 {
    margin-top: 0;
  }
  #product_IChat .section3 .product_2 .row {
    flex-wrap: wrap-reverse;
  }
  #product_IChat .section3 .product_2 .describeText {
    margin-top: 0;
  }
  #product_IChat .section3 .product_3 .describeText {
    margin-top: 0;
  }
  #product_IChat .section3 .product_4 .row {
    flex-wrap: wrap-reverse;
  }
  #product_IChat .section3 .ICproductImg_01 {
    position: static;
  }
  #product_IChat .section3 .ICproductImg_02 .p01 {
    top: -167px;
    right: -76px;
  }
  #product_IChat .section3 .ICproductImg_03 {
    padding-top: 180px;
  }
  #product_IChat .section3 .ICproductImg_03 .p01 {
    top: -197px;
  }
  #product_IChat .section3 .ICproductImg_03 .p02 {
    top: -197px;
  }
  #product_IChat .section3 .ICproductImg_03 .p03 {
    top: -120px;
    left: 0;
  }
}
@media screen and (max-width: 450px) {
  #product_IChat .section1 .sectionBlock {
    height: 669px;
  }
  #product_IChat .section1 .sectionBlock .bannerIMG {
    width: 70%;
    right: 50px;
  }
  #product_IChat .section3 .product_5 {
    margin-bottom: 20px;
  }
  #product_IChat .section3 .product_6 .describeText {
    text-align: center;
  }
  #product_IChat .section3 .product_6 .swiper {
    margin-top: 15px;
  }
  #product_IChat .section3 .ICproductImg_03 {
    padding-top: 135px;
  }
  #product_IChat .section3 .ICproductImg_03 .p01 {
    width: 150px;
    top: -150px;
  }
  #product_IChat .section3 .ICproductImg_03 .p02 {
    width: 192px;
    top: -150px;
    left: 147px;
  }
  #product_IChat .section3 .ICproductImg_03 .p03 {
    width: 191px;
    top: -90px;
  }
  #product_IChat .section3 .ICproductImg_04 .p01 {
    width: 100px;
    top: -175px;
    right: -34px;
  }
  #product_IChat .section3 .describeText .title2 {
    font-size: 24px;
  }
  #product_IChat .section3 .describeText h6 {
    font-size: 15px;
  }
}

#product_CS .section1 h4::before {
  width: 425px;
}
#product_CS .section1 .bannerIMG {
  width: 28%;
  right: 65px;
}
#product_CS .section2 {
  padding-bottom: 100px;
  margin: 50px 0 100px;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
}
#product_CS .section2 .title2::before {
  width: 610px;
  top: 35px;
}
#product_CS .section2 .fiveBlock {
  width: 100%;
  margin: auto;
  margin-top: 80px;
}
#product_CS .section2 .fiveBlock .block {
  width: 90%;
  margin: auto;
}
#product_CS .section2 .fiveBlock .block .custom-list li {
  display: flex;
}
#product_CS .section2 .fiveBlock .block .custom-list .text {
  flex: 1;
}
@media screen and (max-width: 1000px) {
  #product_CS .section1 .sectionBlock {
    height: 720px;
  }
  #product_CS .section1 .sectionBlock h4::before {
    width: 325px;
  }
  #product_CS .section1 .sectionBlock .bannerIMG {
    width: 350px;
    top: 350px;
    right: 35px;
  }
  #product_CS .section2 .title2::before {
    width: 460px;
    top: 35px;
    height: 28px;
  }
  #product_CS .section2 .fiveBlock .block {
    width: 70%;
    margin-bottom: 50px;
  }
}

#product_MS .section1 .bannerIMG {
  width: 22%;
  right: 65px;
}
#product_MS .section2 {
  padding-bottom: 100px;
}
#product_MS .section2 .title2::before {
  width: 297px;
  top: 21px;
}
#product_MS .section2 .twoBlock {
  padding: 70px 50px 50px 50px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  height: 690px;
  position: relative;
}
#product_MS .section2 .iconIMG {
  width: 200px;
  height: auto;
  margin: auto;
}
#product_MS .section2 .iconIMG img {
  width: 100%;
  height: 100%;
}
#product_MS .section2 .blockDesc {
  padding: 0px 20px;
  display: inline-block;
  border: 1px solid #CCCCCC;
  font-weight: bold;
  border-radius: 3px;
}
#product_MS .section2 .blockContent {
  font-weight: 600;
  color: #757575;
}
#product_MS .section2 .tryBtn {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
#product_MS .section2 .tryBtn a {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #product_MS .section2 .twoBlock {
    height: 735px;
  }
}
@media screen and (max-width: 1000px) {
  #product_MS .section1 .sectionBlock {
    height: 730px;
  }
  #product_MS .section1 .sectionBlock h4 {
    padding: 10px 15px 17px 10px;
  }
  #product_MS .section1 .sectionBlock h4::before {
    width: 340px;
  }
  #product_MS .section1 .sectionBlock .bannerIMG {
    width: 330px;
    top: 350px;
    right: 35px;
  }
  #product_MS .section2 {
    padding-bottom: 20px;
  }
  #product_MS .section2 .title2::before {
    width: 270px;
    top: 14px;
  }
}
@media screen and (max-width: 992px) {
  #product_MS .section2 .twoBlock {
    height: 690px;
  }
}
@media screen and (max-width: 450px) {
  #product_MS .section1 .sectionBlock h4::before {
    width: 228px;
  }
  #product_MS .section2 .title2 {
    margin-bottom: 40px;
  }
  #product_MS .section2 .title3 {
    font-size: 24px;
  }
}

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