@font-face {
  font-family: "hkbw8";
  src: url("../fonts/hkbw8.eot");
  src: url("../fonts/hkbw8.eot?#iefix") format("embedded-opentype"), url("../fonts/hkbw8.woff2") format("woff2"), url("../fonts/hkbw8.woff") format("woff"), url("../fonts/hkbw8.ttf") format("truetype"), url("../fonts/hkbw8.svg#hkbw8") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "wkFont";
  src: url("../fonts/PopGothicCjkTc-Regular.woff2") format("woff2");
}
#space {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
}

::-webkit-scrollbar {
  display: none;
}

body {
  width: 100vw;
  overflow-x: hidden;
  color: #333333;
  font-family: "wkFont";
  font-size: 22px;
  background-color: #180b35;
  /*
    .fs120{
        font-size: 6.25vw;
        @include media-ex{
            font-size: 12vw;
        }
    }
    .fs100{
        font-size: 5.2vw;
        line-height: 1.2;
        @include media-ex{
            font-size: 10vw;
        }
    }
    .fs72{
        font-size: 3.75vw;
        @include media-ex{
            font-size: 8vw;
        }
    }
    .fs60{
        font-size: 3.125vw;
        @include media-ex{
            font-size: 7vw;
        }
    }
    .fs56{
        font-size: 2.9vw;
        @include media-ex{
            font-size: 8vw;
        }
    }
    .fs54{
        font-size: 2.825vw;
        @include media-ex{
            font-size: 6.5vw;
        }
    }
    .fs50{
        font-size: 2.6vw;
        @include media-ex{
            font-size: 6.3vw;
        }
    }
    .fs48{
        font-size: 2.5vw;
        line-height: 1.3;
        @include media-ex{
            font-size: 24px
        }
    }
    .fs46{
        font-size: 2.4vw;
        @include media-ex{
            font-size: 6vw;
        }
    }
    .fs42{
        font-size: 2.1875vw;
        @include media-ex{
            font-size: 5.5vw;
        }
    }
    .fs40{
        font-size: 2.1vw;
        @include media-ex{
            font-size: 5.2vw;
        }
    }
    .fs38{
        font-size: 1.98vw;
        @include media-ex{
            font-size: 5vw;
        }
    }
    .fs36{
        font-size: 1.875vw;
        @include media-xxlmax{
            font-size: 2.875vw;
        }
        @include media-mdmax{
            font-size: 3.875vw;
        }
        @include media-ex{
            font-size: 24px;
        }
    }
    .fs80{
        font-size: 4.2vw;
        @include media-mdmax {
            font-size: 7vw;
        }
        @include media-ex{
            font-size: 10vw;
        }
    }
    .fs66{
        font-size: 3.4375vw;
        @include media-mdmax {
            font-size: 6vw;
        }
        @include media-ex{
            font-size: 8vw;
        }
    }
    .fs44{
        font-size: 2.3vw;
        line-height: 1.4;
        @include media-xlmax{
            font-size: 3vw;
        }
        @include media-mdmax{
            font-size: 3vw;
        }
        @include media-ex{
            font-size: 8vw;
        }
    }
    .fs20{
        font-size: 1.04vw;
        @include media-mdmax {
            font-size: 1.8vw;
        }
        @include media-ex{
            font-size: 16px;
        }
    }

    .fs32{
        font-size: 1.86vw;
        line-height: 1.6;
        @include media-xlmax{
            font-size: 2.1vw;
        }
        @include media-mdmax{
            font-size: 2.5vw;
        }
        @include media-ex{
            font-size: 4.8vw;
        }
    }
    .fs30{
        font-size: 30px;

    }
    .fs28{
        font-size: 1.45vw;
        line-height: 1.4;
        @include media-xlmax{
            font-size: 2vw;
        }
        @include media-mdmax{
            font-size: 2.3vw;
        }
        @include media-ex{
            font-size: 18px;
        }
    }
    .fs26{
        font-size: 1.35vw;
        line-height: 1.4;
        @include media-xlmax{
            font-size: 1.9vw;
        }
        @include media-mdmax{
            font-size: 2.1vw;
        }
        @include media-ex{
            font-size: 4.3vw;
        }
    }
    .fs24,h2,.h2{
        font-size: 1.25vw;
        line-height: 1.4;
        @include media-xlmax{
            font-size: 1.8vw;
        }
        @include media-mdmax{
            font-size: 2vw;
        }
        @include media-ex{
            font-size: 20px;
        }
    }
    .fs20{
        font-size: 20px;
    }
    .fs18{
        font-size: 20px;
        @include media-ex{
            font-size: 18px;
        }
    }
    .fs16{
        font-size: 18px;
        @include media-ex{
            font-size: 16px;
        }
    }
    .fs14{
        font-size: 16px;
        @include media-ex{
            font-size: 14px;
        }
    }
    .fs12{
        font-size: 14px;
        @include media-ex{
            font-size: 12px;
        }
    }
    .fs10{
        font-size: 12px;
        @include media-ex{
            font-size: 10px;
        }
    }*/
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
body .home-main {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
body .home-main .l-ico1 {
  display: block;
  position: absolute;
  left: -1rem;
  top: 6vh;
}
body .home-main .l-ico2 {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
body .home-main .l-ico3 {
  position: absolute;
  right: 2%;
  top: 23vh;
  display: block;
}
body .home-main .l-ico4 {
  position: absolute;
  right: 0%;
  top: 35vh;
  display: block;
}
body .home-main .l-ico5 {
  position: absolute;
  left: -1rem;
  bottom: 15vh;
  display: block;
}
body .home-main .i1 {
  animation: random_move1 4s infinite;
}
body .home-main .i2 {
  animation: random_move22 8s infinite;
}
body .home-main .i3 {
  animation: random_move3 6s infinite;
}
body .home-main .i4 {
  animation: random_move1 5s infinite;
}
body .home-main .i5 {
  animation: random_move4 7s infinite;
}
@keyframes random_move1 {
  33% {
    transform: translateX(25px);
    transform: translateY(10px);
  }
  66% {
    transform: translateX(10px);
    transform: translateY(25px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}
@keyframes random_move2 {
  33% {
    transform: translateX(10px);
    transform: translateY(40px);
  }
  66% {
    transform: translateX(30px);
    transform: translateY(20px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}
@keyframes random_move22 {
  33% {
    transform: translateX(10px);
  }
  66% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes random_move3 {
  33% {
    transform: translateX(14px);
    transform: translateY(60px);
  }
  66% {
    transform: translateX(50px);
    transform: translateY(30px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}
@keyframes random_move4 {
  33% {
    transform: translateX(70px);
    transform: translateY(30px);
  }
  66% {
    transform: translateX(40px);
    transform: translateY(80px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}
body p {
  line-height: 28px;
}
@media (max-width: 1024px) {
  body p {
    line-height: 1.6;
  }
}
body em {
  font-style: normal;
}
body .font-w {
  font-weight: normal;
}
body .line-24 {
  line-height: 24px;
}
body h4 {
  font-weight: bold;
}
body .title {
  font-weight: bold;
  line-height: 66px;
}
@media (max-width: 1280px) {
  body .title {
    line-height: 1.6;
  }
}
body i {
  font-style: normal;
}
body a {
  color: #333333;
  text-decoration: none;
  transition: all 0.35s ease;
}
body a:hover {
  color: #064CEA;
}
body img {
  max-width: 100%;
}
body .text-decoration {
  text-decoration: underline;
}
body .bold {
  font-weight: bold;
}
body .blueText {
  color: #064CEA;
}
body .blueLight {
  color: #00A0E9;
}
body .garycolor {
  color: rgba(51, 51, 51, 0.6);
}
body .black {
  color: #000000;
}
body .greenback {
  background: #63CC71;
}
body .greenDeep {
  background: #52B75F;
}
body .orangeDeep {
  color: #b05f0b;
}
body .yellow {
  color: #FFDA00;
}
body .yellowlight {
  color: #AC7D13;
}
body .yellowDeep {
  color: #805825;
}
body .boxshadow2 {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
body .hkbw8 {
  /*font-family: 'hkbw8';*/
}
body .wkFont {
  font-family: "wkFont";
}
body .more {
  background: #F2F2F2;
  padding: 1.2rem 4.3rem;
  text-align: center;
  border-radius: 1rem;
  border: none;
  color: #707070;
  position: relative;
  display: inline-block;
  transition: 0.2s ease-in-out;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16), -10px -10px 20px white;
}
@media (max-width: 575.98px) {
  body .more {
    padding: 1rem 2rem;
  }
}
body .more:hover {
  color: #064CEA;
  box-shadow: inset 10px 10px 20px rgba(0, 0, 0, 0.16), inset -10px -10px 20px #ffffff;
}
body .more2 {
  color: #064CEA;
  border: 2px solid #064CEA;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1vw;
}
@media (max-width: 1024px) {
  body .more2 {
    font-size: 1vw;
  }
}
@media (max-width: 768px) {
  body .more2 {
    width: 140px;
    height: 50px;
  }
}
@media (max-width: 575.98px) {
  body .more2 {
    font-size: 4.2vw;
  }
}
body .more2:hover {
  color: #ffffff;
  background: #064CEA;
}
body .white {
  color: #ffffff;
}
body .more-border {
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 200px;
  height: 60px;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  body .more-border {
    width: 160px;
    height: 50px;
  }
}
body .more-border:hover {
  color: #064CEA;
  background: #ffffff;
}
body ul {
  margin-bottom: 0;
}
body .more3 {
  background-image: linear-gradient(to right, #0752eb, #23c6fe);
  border-radius: 99px;
  color: #ffffff;
  padding: 1.75rem 1.5rem;
  width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
  font-size: 16px;
  box-shadow: 0px 5px 20px rgba(6, 76, 234, 0.2);
}
body .more3 span {
  display: flex;
  align-items: center;
}
body .more3 span::after {
  content: "";
  width: 22px;
  height: 24px;
  background: url(../images/ico-right.png) no-repeat top center;
  display: inline-block;
  margin-left: 1rem;
}
body .more3:hover {
  background-image: linear-gradient(to right, #23c6fe, #0752eb);
  border: none !important;
  color: #ffffff;
  transition: all 0.35s ease;
}
body .more4 {
  max-width: 100%;
  width: 250px;
  padding: 8px 10px;
  font-size: 32px;
  margin: 0 auto;
  background: #f3a892; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f3a892 0%, #e74510 49%, #eb5213 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f3a892", endColorstr="#eb5213",GradientType=0 ); /* IE6-9 */
  border: 2px solid #e12f0b;
  border-radius: 50px;
  color: #ffffff;
  transition: all 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  body .more4 {
    font-size: 20px;
  }
}
body .more4::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/s.png) no-repeat top center;
  background-size: cover;
  opacity: 0;
}
body .more4:hover {
  opacity: 0.8;
  color: #ffffff;
}
body .apply {
  max-width: 100%;
  width: 250px;
  padding: 8px 10px;
  font-size: 32px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50px;
  color: #e84711;
  border: 1px solid #f08763;
  transition: all 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 575.98px) {
  body .apply {
    font-size: 20px;
  }
}
body .row {
  --bs-gutter-x: 1rem;
  z-index: 9;
  position: relative;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}

.form-control {
  color: #999999;
}

.video_pup .boxc::-webkit-scrollbar {
  width: 8px;
}

.video_pup .boxc::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 2em;
}

.video_pup .boxc::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 2em;
}

.Application_pup .apply::-webkit-scrollbar {
  width: 0px;
}

.Application_pup .apply::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 2em;
}

.Application_pup .apply::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.16);
  border-radius: 2em;
}

.dropdown-menu li:nth-last-child(1) a {
  border-bottom: none;
}
.dropdown-menu {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: auto;
  width: auto;
  padding: 15px 0;
  margin-top: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  z-index: 9;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 1rem;
}
.dropdown-menu li a {
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  color: #333333;
  white-space: nowrap;
  font-size: 0.8vw;
}
@media (max-width: 1366px) {
  .dropdown-menu li a {
    font-size: 1vw;
  }
}
.dropdown-menu li:nth-child(1) a {
  padding-top: 0.5rem;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  margin-left: -1;
  display: none !important;
}

.dropdown-submenu {
  position: relative;
}

.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.form-control:focus,
.form-select:focus,
.btn:focus {
  box-shadow: none !important;
}

@media (min-width: 1680px) {
  .container {
    max-width: 1400px;
  }
}
@media (max-width: 575.98px) {
  .container {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .icons,
  .inner-mob {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .d-md-block,
  .d-none {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .d-md-none {
    display: inline-block !important;
  }
}

.icon {
  width: 2em;
  height: 2em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  fill: #333333;
}
@media (max-width: 1024px) {
  .icon {
    width: 3em;
    height: 3em;
  }
}
@media (max-width: 575.98px) {
  .icon {
    width: 2.5em;
  }
}

@media (max-width: 575.98px) {
  .webskp {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .mobile {
    display: block;
  }
}

.text-right {
  text-align: right !important;
}

.icon-box {
  width: auto !important;
}
@media (max-width: 1024px) {
  .icon-box {
    display: flex !important;
  }
}

@keyframes img_move {
  0% {
    top: 0px;
  }
  25% {
    top: -7px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: -7px;
  }
  100% {
    top: 0px;
  }
}
@keyframes rotate_left {
  100% {
    transform: rotate(360deg);
    left: 50px;
    opacity: 1;
  }
}
@keyframes rotate_right {
  100% {
    transform: rotate(360deg);
    right: 50px;
    opacity: 1;
  }
}
@keyframes random_move1 {
  33% {
    transform: translateX(45px);
    transform: translateY(10px);
  }
  66% {
    transform: translateX(10px);
    transform: translateY(45px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}
@keyframes random_move2 {
  33% {
    transform: translateX(10px);
    transform: translateY(50px);
  }
  66% {
    transform: translateX(40px);
    transform: translateY(20px);
  }
  100% {
    transform: translateX(0px);
    transform: translateY(0px);
  }
}
@keyframes mymove {
  0% {
    bottom: 1px;
  }
  50% {
    bottom: 3px;
  }
  100% {
    bottom: 5px;
  }
}
@keyframes mymove1 {
  0% {
    left: 5px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 15px;
  }
}
.tag {
  display: flex;
  align-items: center;
}
.tag div {
  border-radius: 5px;
  background: #1ca4e4;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 20px;
  margin-right: 0.5rem;
  text-align: center;
  color: #fff;
}
.tag div:nth-last-child(1) {
  background: #505050;
}
@media (max-width: 575.98px) {
  .tag div {
    padding: 1px 10px;
    font-size: 18px;
  }
}

.Login .form-group {
  display: block !important;
  position: relative;
}
.Login .form-group .inputLabel {
  position: absolute;
  left: 0;
  top: 5px;
}
@media (max-width: 575.98px) {
  .Login .form-group .inputLabel {
    top: 0px;
  }
}
.Login .form-group .form-control {
  padding-left: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #064CEA;
  transition: all 0.35s ease;
  width: 26px;
  height: 26px;
}
.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next {
  right: -2rem;
}
.swiper-button-next.swiper-button-next::after,
.swiper-button-prev.swiper-button-next::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/right.png) no-repeat top center;
}
.swiper-button-next.swiper-button-prev,
.swiper-button-prev.swiper-button-prev {
  left: -2rem;
}
.swiper-button-next.swiper-button-prev::after,
.swiper-button-prev.swiper-button-prev::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/left.png) no-repeat top center;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
}

header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 999;
}
header .topbar {
  background-color: #222222;
  padding: 0.65rem 0;
  position: relative;
}
header .topbar .container {
  max-width: 90vw !important;
}
header .topbar .container .swiper-slide a {
  color: #ffffff;
  text-align: center;
  display: block;
  width: 100%;
  font-family: "NunitoSans-Regular";
  font-weight: normal;
}
header .topbar .btns {
  position: absolute;
  width: 40px;
  right: 2rem;
  top: 0;
  height: 100%;
}
@media (max-width: 575.98px) {
  header .topbar .btns {
    display: none;
  }
}
header .topbar .btns .swiper-button-next,
header .topbar .btns .swiper-button-prev {
  color: #ffffff;
  display: flex;
  align-items: center;
  width: auto;
  height: 100%;
  box-shadow: none;
  margin-top: 0;
  top: 0;
  background: none;
}
header .topbar .btns .swiper-button-prev::after {
  content: "\f104";
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 1.2em;
}
header .topbar .btns .swiper-button-prev::before {
  display: none;
}
header .topbar .btns .swiper-button-next::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-weight: normal;
  font-size: 1.2em;
}
header .topbar .btns .swiper-button-next::before {
  display: none;
}
header .logo {
  max-width: 60%;
  margin: 0 auto;
  width: 300px;
}
header .header .logoBlock {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header .logoBlock img {
  display: block;
  margin: 0 10px;
}
header .header .logoBlock img:nth-child(1) {
  width: 50%;
}
header .header .logoBlock img:nth-child(2) {
  width: 30%;
}
@media (max-width: 575.98px) {
  header .header .logoBlock img:nth-child(2) {
    margin-top: 10px;
  }
}
header .header .container {
  position: relative;
}
@media (max-width: 575.98px) {
  header .header .container {
    max-width: 100%;
  }
}
header .header .container .left {
  width: 90%;
  display: flex;
  align-items: center;
}
header .header .container .left .logo {
  width: 23%;
  margin: 0;
}
@media (max-width: 575.98px) {
  header .header .container .left .logo {
    width: 30%;
  }
}
header .header .container .left .logo img {
  width: 100%;
}
header .header .container .left .person {
  color: #ffffff;
  width: 45%;
  margin-left: 1rem;
}
@media (max-width: 575.98px) {
  header .header .container .left .person {
    width: 55%;
  }
}
header .header .container .left .person .part1 .name {
  white-space: nowrap;
}
header .header .container .left .person .part2 p {
  line-height: 1;
  margin: 0.5rem 0;
}
header .header .container .left .person .part2 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px;
  margin-top: 0.5rem;
  border: 1px solid #03986d;
  border-radius: 5px;
  background-image: linear-gradient(#018b72, #72d6a2);
  color: #ffffff;
  text-align: center;
  margin-right: 0.5rem;
}
header .header .container .left .person p {
  font-size: 18px;
  margin: 0.2rem 0;
}
@media (max-width: 575.98px) {
  header .header .container .left .person p {
    font-size: 14px;
  }
}
header .header .container .icon-box a {
  margin-left: 2vmin;
}
header .header .container .icon-box .btn {
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 25px;
}
header .header .container .icon-box .btn span {
  position: absolute;
  display: block;
  height: 3px;
  width: 30px;
  background-color: #ffffff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1411764706);
  opacity: 1;
  transition: all 0.35s ease;
}
header .header .container .icon-box .btn span:first-child {
  top: 0;
}
header .header .container .icon-box .btn span:last-child {
  bottom: 0;
}
header .header .container .icon-box .btn span:nth-child(2), header .header .container .icon-box .btn span:nth-child(3) {
  top: calc(50% - 1px);
}
header .header .container .icon-box .btn[aria-expanded=true] span:first-child {
  top: calc(50% - 1px);
  opacity: 0;
  width: 0;
}
header .header .container .icon-box .btn[aria-expanded=true] span:last-child {
  bottom: calc(50% - 1px);
  opacity: 0;
  width: 0;
}
header .header .container .icon-box .btn[aria-expanded=true] span:nth-child(2) {
  transform: rotate(45deg);
}
header .header .container .icon-box .btn[aria-expanded=true] span:nth-child(3) {
  transform: rotate(-45deg);
}
header .header .container .right {
  position: relative;
  width: auto;
}
header .header .container .right .icon-box a {
  margin-right: 1.5vmin;
}
header .header .container .right .icon-box img {
  width: 5vmin;
}
header .header .container .right .nav-link {
  border-radius: 10px;
}
header .header .container .right .nav-link:hover {
  background: #064CEA;
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
header .header .container .right .nav-link:hover i {
  color: #ffffff;
}
header .header .container .right .nav-link i {
  margin-left: 0.3rem;
}
header .header .container .right .search-box form {
  border: 1px solid #064CEA;
  box-shadow: 0 0 0 0.5px #064CEA;
}
header .header .container .right .search-box form .form-control {
  border: none;
}
header .header .container .right .search-box form .form-control:focus {
  box-shadow: none;
}
header .header .container .right .search-box form .btn {
  border: none;
  color: #064CEA;
}
header .header .container .right .search-box form .btn:hover, header .header .container .right .search-box form .btn:active {
  background-color: transparent;
  color: #064CEA;
}
header .header .container .right .search-box form .btn:focus {
  box-shadow: none;
}
header .header .container .right .icob {
  position: absolute;
  right: 0;
  top: 40px;
  padding: 0.5rem 1.5rem;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  display: none;
}
header .header .container .right .icob ul {
  padding-left: 0;
}
header .header .container .right .icob ul li {
  list-style: none;
  white-space: nowrap;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 1rem 0;
  font-size: 22px;
}
header .header .container .right .icob ul li i {
  margin-right: 0.5rem;
  display: inline-block;
}
header .header .container .right .icob ul li:last-child {
  border: 0;
}
header .header #collapseNav {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 68px;
  width: 100%;
  height: 100vh;
  padding: 0 4rem;
}
@media (max-width: 1024px) {
  header .header #collapseNav {
    top: 110px;
  }
}
@media (max-width: 992px) {
  header .header #collapseNav {
    top: 103px;
  }
}
@media (max-width: 768px) {
  header .header #collapseNav {
    top: 103px;
    padding: 0 3.5rem;
  }
}
@media (max-width: 575.98px) {
  header .header #collapseNav {
    top: 115px;
    padding: 0 1rem;
  }
}
header .header #collapseNav .navconbox {
  overflow-y: scroll;
  height: 500px;
  display: block;
}
header .header #collapseNav .nav .nav-item {
  color: #333333;
}
header .header #collapseNav .nav .nav-item .nav-link {
  padding-left: 1.45rem;
  color: #333333;
}
header .header #collapseNav .nav .nav-item .btn {
  color: #333333;
  text-align: left;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #F6F6F6;
}
header .header #collapseNav .nav .nav-item .btn .fa {
  color: #064CEA;
  font-size: 20px;
}
header .header #collapseNav .nav .nav-item .btn .fa::before {
  transition: all 0.35s ease;
  content: "+";
}
header .header #collapseNav .nav .nav-item .btn[aria-expanded=true] .fa::before {
  content: "-";
}
header .header #collapseNav .nav .nav-item .nav-item {
  padding-left: 1rem;
  margin-top: 0.5rem;
}
header .header #collapseNav .nav .nav-item .nav-item .btn {
  padding-left: 1.45rem;
}
header .header #collapseNav .nav .nav-item .nav-item .btn .fa {
  margin-top: 0.2rem;
}
header .header #collapseNav .nav .nav-item .nav-item .nav-link {
  padding-left: 1.45rem;
  color: #064CEA;
}
header .header #collapseNav .nav .nav-item .nav-item .nav-item {
  color: #064CEA;
}
header .header #collapseNav .nav .nav-item .nav-item .nav-item .nav-link {
  padding-left: 2.125rem;
  color: #064CEA;
}
header .header #collapseNav .nav .nav-item .scoial a {
  width: 30px;
  height: 30px;
  border: 1px solid #064CEA;
  color: #064CEA;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header #collapseNav .copy {
  position: fixed;
  bottom: 4rem;
}
header .header #collapseNav .copy a:nth-child(1)::after, header .header #collapseNav .copy a:nth-child(1)::before {
  content: "";
  display: inline-block;
  margin: 0 0.5rem;
  width: 1px;
  height: 10px;
  background-color: #333333;
}
header .nav-box {
  z-index: 99;
}
header .nav-box .nav .nav-link {
  color: #333;
}
@media (max-width: 1280px) {
  header .nav-box .nav .nav-link {
    padding: 0.5rem;
  }
}
@media (max-width: 992px) {
  header .nav-box .nav .nav-link {
    padding: 0.5rem 0;
  }
}
header .nav-box .nav .nav-link:hover {
  color: #064CEA;
}
header .lang,
header .user,
header .cart,
header .search {
  margin-left: 2vmin;
  position: relative;
  z-index: 999;
  color: #ffffff;
  cursor: pointer;
}
header .lang i,
header .lang img,
header .user i,
header .user img,
header .cart i,
header .cart img,
header .search i,
header .search img {
  margin: 0 0.3rem;
  opacity: 0.6;
}
header .lang i:hover,
header .lang img:hover,
header .user i:hover,
header .user img:hover,
header .cart i:hover,
header .cart img:hover,
header .search i:hover,
header .search img:hover {
  opacity: 1;
}
header .lang .number,
header .user .number,
header .cart .number,
header .search .number {
  transform: scale(0.7);
  text-align: center;
  margin-left: 0.5rem;
  color: #ffffff;
  font-family: "Nunito-Sans-Bold";
  position: relative;
  z-index: 99;
  padding: 5px;
}
header .lang .number::before,
header .user .number::before,
header .cart .number::before,
header .search .number::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  padding-bottom: 100%;
  z-index: -1;
  border-radius: 50%;
  margin: auto;
  background: #ff4b4b;
}
header .lang dl,
header .user dl,
header .cart dl,
header .search dl {
  display: none;
  position: absolute;
  left: -1px;
  top: 50px;
  background: #064CEA;
  box-sizing: border-box;
  padding: 0.5rem;
  width: 100%;
}
@media (max-width: 575.98px) {
  header .lang dl,
  header .user dl,
  header .cart dl,
  header .search dl {
    top: 43px;
    width: 50px;
    left: -5px;
  }
}
header .lang dl dd,
header .user dl dd,
header .cart dl dd,
header .search dl dd {
  margin-bottom: 0;
  margin-top: 2px;
}
header .lang dl dd a,
header .user dl dd a,
header .cart dl dd a,
header .search dl dd a {
  margin: 0 !important;
  display: block;
  text-align: center;
  color: #ffffff;
}
header .lang .login_in,
header .user .login_in,
header .cart .login_in,
header .search .login_in {
  display: none;
  width: 26px;
  height: 26px;
  position: relative;
}
header .lang .login_in.in,
header .user .login_in.in,
header .cart .login_in.in,
header .search .login_in.in {
  display: block;
}
header .lang .login_in .number,
header .user .login_in .number,
header .cart .login_in .number,
header .search .login_in .number {
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  z-index: 999;
  padding: 5px;
}
header .lang .login_in .number::before,
header .user .login_in .number::before,
header .cart .login_in .number::before,
header .search .login_in .number::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  padding-bottom: 100%;
  z-index: -1;
  border-radius: 50%;
  margin: auto;
  background: #ff4b4b;
}
header .lang .login_in img,
header .user .login_in img,
header .cart .login_in img,
header .search .login_in img {
  margin-left: 0;
}

.opennav {
  overflow: hidden;
}
.opennav header {
  position: fixed;
  top: 0;
}

.finishImg {
  width: 300px;
  max-width: 60vw;
}

.tag a {
  border-radius: 5px;
  background: #1ca4e4;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 10px;
  margin-right: 0.2rem;
  text-align: center;
  color: #ffffff !important;
}
.tag a:nth-last-child(1) {
  background: #ffcd36;
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0 !important;
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  opacity: 0 !important;
}

.banner .banner-img {
  position: relative;
}
.banner .banner-img img {
  position: absolute;
  left: -12vw;
  top: -37rem;
}
@media (max-width: 1680px) {
  .banner .banner-img img {
    top: -30rem;
  }
}
@media (max-width: 1024px) {
  .banner .banner-img img {
    top: -20rem;
  }
}
@media (max-width: 992px) {
  .banner .banner-img img {
    display: none;
  }
}
.banner .banner-img .inner {
  position: relative;
  z-index: 99;
  margin-left: 23%;
}
@media (max-width: 992px) {
  .banner .banner-img .inner {
    margin-left: 0;
    padding: 5rem 0;
  }
}
.banner .banner-img .inner h1 {
  background: -webkit-gradient(left top, right top, color-stop(40%, rgb(7, 80, 235)), color-stop(60%, rgb(35, 199, 254)));
  background: linear-gradient(to right, rgb(7, 80, 235) 40%, rgb(35, 199, 254) 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0750EB", endColorstr="#23C7FE", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  font-weight: bold !important;
}
@media (max-width: 1024px) {
  .banner .banner-img .inner .more3 {
    margin: 0 auto;
  }
}
.banner .row .col-md-8 {
  width: 58%;
}
@media (max-width: 992px) {
  .banner .row .col-md-8 {
    width: 100%;
    text-align: center;
  }
}
.banner .row .col-md-4 {
  width: 42%;
  box-sizing: border-box;
  padding-right: 10rem;
}
@media (max-width: 1440px) {
  .banner .row .col-md-4 {
    padding-right: 5rem;
  }
}
@media (max-width: 1024px) {
  .banner .row .col-md-4 {
    padding-right: 3rem;
  }
}
@media (max-width: 992px) {
  .banner .row .col-md-4 {
    width: 97%;
    padding-right: 1rem;
    margin-left: 1rem;
  }
}
@media (max-width: 575.98px) {
  .banner .row .col-md-4 {
    width: 100%;
  }
}
.banner .row .row .col-md-2 {
  width: 20%;
  position: relative;
}
@media (max-width: 575.98px) {
  .banner .row .row .col-md-2 {
    width: 31%;
  }
}
.banner .row .row .col-md-2 a {
  display: block;
  background: #F2F2F2;
  position: relative;
}
.banner .row .row .col-md-2 a::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: -10px -10px 20px white;
}
.banner .row .row .col-md-2 a img {
  border-radius: 50%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .banner .row .row .col-md-2 a img {
    width: 100%;
  }
}
.banner .row .row .col-md-8 {
  width: 60%;
}
@media (max-width: 575.98px) {
  .banner .row .row .col-md-8 {
    width: 69%;
  }
}
.banner .row .row .col-md-8 a {
  display: block;
  background: #F2F2F2;
  border-radius: 70px;
  box-shadow: -10px -10px 20px white;
  padding: 0.5rem;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.banner .row .row .col-md-8 a::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 70px;
}
@media (max-width: 575.98px) {
  .banner .row .row .col-md-8 a {
    margin-right: 1.5rem;
  }
}
.banner .row .row .col-md-8 a .left {
  width: 85%;
}
.banner .row .row .col-md-8 a .left .icos {
  width: 30%;
}
.banner .row .row .col-md-8 a .left .txt {
  width: 55%;
  margin-left: 1rem;
  text-align: left;
}
.banner .row .row .col-md-8 a .left .txt .fs20 {
  font-weight: normal;
  line-height: 24px;
  margin-top: 0.5rem;
}
.banner .row .row .col-md-8 a .ico-right {
  transition: all 0.35s ease;
}
.banner .row .row .col-md-8 a .ico-right i {
  color: #064CEA;
  margin-right: 1rem;
}
.banner .searchbox {
  position: relative;
  z-index: 9;
}
.banner .searchbox .navs .nav-tabs {
  border-bottom: none;
}
.banner .searchbox .navs .nav-tabs button {
  color: #333333;
  border: none;
  border-radius: 30px 30px 0px 0px;
  padding: 1.5rem 3rem;
  width: 15%;
  font-weight: bold;
  font-size: 16px;
  background: none;
}
@media (max-width: 1024px) {
  .banner .searchbox .navs .nav-tabs button {
    width: 20%;
  }
}
@media (max-width: 768px) {
  .banner .searchbox .navs .nav-tabs button {
    width: 30%;
  }
}
@media (max-width: 575.98px) {
  .banner .searchbox .navs .nav-tabs button {
    width: 40%;
    padding: 1rem;
  }
}
.banner .searchbox .navs .nav-tabs button.active {
  background: #ffffff;
  color: #064CEA;
}
.banner .searchbox .tab-content {
  background: #ffffff;
  border-radius: 0 30px 30px 30px;
  padding: 30px;
}
@media (max-width: 768px) {
  .banner .searchbox .tab-content .col-md-3 {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.banner .searchbox .tab-content .col-md-4 {
  width: 33.33333333%;
  padding-right: 0;
}
.banner .searchbox .tab-content .col-md-4.mt-2 {
  display: none;
}
.banner .searchbox .tab-content .col-md-4.show {
  display: block;
}
@media (max-width: 768px) {
  .banner .searchbox .tab-content .col-md-4 {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.banner .searchbox .tab-content .form-group {
  border: 1px solid #cccccc;
  border-radius: 9px;
  padding: 0.66rem 0rem;
}
@media (max-width: 575.98px) {
  .banner .searchbox .tab-content .form-group {
    padding: 0.4rem 0rem;
  }
}
.banner .searchbox .tab-content .form-group .inputLabel {
  position: absolute;
  left: 0;
  top: 0;
}
.banner .searchbox .tab-content .form-group label {
  color: rgba(51, 51, 51, 0.6);
  padding: 0 1rem;
}
.banner .searchbox .tab-content .form-group .form-control {
  border: none;
  padding: 0 1rem;
  font-family: "Noto-Sans-CJK-TC";
  font-weight: bold;
}
.banner .searchbox .tab-content button {
  width: 100%;
  height: auto;
  background-image: linear-gradient(to right, #0752eb, #23c6fe);
  border: none;
  color: #ffffff;
  padding: 1.4rem;
  border-radius: 9px;
  position: relative;
}
@media (max-width: 768px) {
  .banner .searchbox .tab-content button {
    padding: 1.8rem;
  }
}
@media (max-width: 575.98px) {
  .banner .searchbox .tab-content button {
    padding: 1.1rem;
  }
}
.banner .searchbox .tab-content button::after {
  content: "\f002";
  font-family: "FontAwesome";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease;
}
.banner .searchbox .tab-content .showdown {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.banner .searchbox .tab-content .showdown.open::after {
  content: "\f106";
}
.banner .searchbox .tab-content .showdown::after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 575.98px) {
  .banner .searchbox .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.close {
  cursor: pointer;
  position: absolute;
  width: 24px;
  right: 0.7rem;
  top: 0rem;
  display: block;
  z-index: 99;
  height: 30px;
}
.close::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 5px;
  left: -15px;
  top: 20px;
  background: #ffffff;
  transform: rotate(45deg) scaleX(1.35);
  transition-delay: 0.1s;
}
.close::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 5px;
  left: -15px;
  top: 20px;
  background: #ffffff;
  transform: rotate(-45deg) scaleX(1.35);
  transition-delay: 0.1s;
}

.checkform .checkboxlist .checkbox-inline {
  display: flex;
  align-items: center;
  width: 100%;
}
.checkform .checkboxlist .checkbox-inline .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: -3px;
  cursor: pointer;
  line-height: 0;
}
.checkform .checkboxlist .checkbox-inline .checkbox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.checkform .checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark {
  background-color: #e84711;
  border-color: #e84711;
}
.checkform .checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark::after {
  border-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}
.checkform .checkboxlist .checkbox-inline .checkbox .checkmark {
  position: absolute;
  height: 18px;
  width: 18px;
  left: 0px;
  top: 0px;
  border-radius: 3px;
  background: none;
  margin-right: 10px;
  transition: 0.5s;
  border: 1.5px solid #999999;
  cursor: pointer;
}
.checkform .checkboxlist .checkbox-inline .checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 10px;
  height: 16px;
  border: solid #e84711;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transition: 0.2s;
  border-width: 0 2px 2px 0;
}
.checkform .checkboxlist .checkbox-inline span {
  color: #999;
  font-weight: normal;
}
@media (max-width: 575.98px) {
  .checkform .checkboxlist .checkbox-inline span {
    font-size: 16px;
  }
}
.checkform .radioboxlist .radiobox-inline {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
.checkform .radioboxlist .radiobox-inline .radiobox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 2px;
  cursor: pointer;
  line-height: 1;
}
.checkform .radioboxlist .radiobox-inline .radiobox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}
.checkform .radioboxlist .radiobox-inline .radiobox input:checked ~ .radiomark::after {
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}
.checkform .radioboxlist .radiobox-inline .radiobox .radiomark {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background: none;
  margin-right: 10px;
  transition: 0.5s;
  border: 1.5px solid #333333;
  cursor: pointer;
}
.checkform .radioboxlist .radiobox-inline .radiobox .radiomark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #064CEA;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transition: 0.2s;
}

.checkform2 .checkboxlist .checkbox-inline {
  display: flex;
  align-items: center;
  width: 100%;
}
.checkform2 .checkboxlist .checkbox-inline .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 2px;
  cursor: pointer;
  line-height: 1;
}
.checkform2 .checkboxlist .checkbox-inline .checkbox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.checkform2 .checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark {
  background-color: #f1c336;
  border-color: #f1c336;
}
.checkform2 .checkboxlist .checkbox-inline .checkbox input:checked ~ .checkmark::after {
  border-color: #000000;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}
.checkform2 .checkboxlist .checkbox-inline .checkbox .checkmark {
  position: absolute;
  height: 24px;
  width: 24px;
  left: 0px;
  top: 0px;
  border-radius: 3px;
  background: none;
  margin-right: 10px;
  transition: 0.5s;
  border: 2px solid #f1c336;
  cursor: pointer;
}
.checkform2 .checkboxlist .checkbox-inline .checkbox .checkmark::after {
  content: "";
  position: absolute;
  top: 43%;
  left: 50%;
  width: 10px;
  height: 16px;
  border: solid #e84711;
  border-width: 0 3px 3px 0;
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transition: 0.2s;
  border-width: 0 2px 2px 0;
}
.checkform2 .checkboxlist .checkbox-inline span {
  color: #999;
  font-weight: normal;
}
.checkform2 .radioboxlist .radiobox-inline {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
.checkform2 .radioboxlist .radiobox-inline .radiobox {
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  margin-top: 2px;
  cursor: pointer;
  line-height: 1;
}
.checkform2 .radioboxlist .radiobox-inline .radiobox input {
  opacity: 0;
  position: relative;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}
.checkform2 .radioboxlist .radiobox-inline .radiobox input:checked ~ .radiomark::after {
  transform: translate(-50%, -50%) rotate(45deg) scale(0.8);
}
.checkform2 .radioboxlist .radiobox-inline .radiobox .radiomark {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  background: none;
  margin-right: 10px;
  transition: 0.5s;
  border: 1.5px solid #333333;
  cursor: pointer;
}
.checkform2 .radioboxlist .radiobox-inline .radiobox .radiomark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  background: #064CEA;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  transition: 0.2s;
}

.radioform .radioboxlist {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.radioform .radioboxlist .radiobox-inline {
  width: 100%;
  height: 100%;
}
.radioform .radioboxlist .radiobox-inline .radiobox {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.radioform .radioboxlist .radiobox-inline .radiobox input {
  opacity: 0;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  zoom: 1.5;
}
.radioform .radioboxlist .radiobox-inline .radiobox input:checked ~ .radiomark::after {
  opacity: 1;
}
.radioform .radioboxlist .radiobox-inline .radiobox input:checked ~ .radiomark .level {
  display: block;
}
.radioform .radioboxlist .radiobox-inline .radiobox .radiomark {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.radioform .radioboxlist .radiobox-inline .radiobox .radiomark::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: #31a8ff;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.radioform .radioboxlist .radiobox-inline .radiobox .radiomark .level {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: none;
  z-index: 99;
}

.nav-tabs {
  border-bottom: none;
}

.pageTitle {
  font-size: 32px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .pageTitle {
    font-size: 24px;
  }
}

.fouritems {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fouritems .it {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 28px;
  margin: 0 4px;
  margin-bottom: 1rem;
  aspect-ratio: 1;
}
@media (max-width: 575.98px) {
  .fouritems .it {
    padding: 1rem 0rem;
    width: 50%;
    margin: 0 0 1rem 0;
  }
}
.fouritems .it.garyback .in {
  width: 100%;
  height: 100%;
  background: url(../images/k3.svg) no-repeat top center;
  background-size: 100% 100%;
}
.fouritems .it.garyback .in span {
  color: #707070;
}
.fouritems .it.garyback .in img {
  filter: grayscale(1);
}
.fouritems .it.pinkback .in {
  width: 100%;
  height: 100%;
  background: url(../images/k1.svg) no-repeat top center;
  background-size: 100% 100%;
}
.fouritems .it.pinkback .in span {
  color: #ff138e;
}
.fouritems .it .in {
  width: 100%;
  height: 100%;
  background: url(../images/k2.svg) no-repeat top center;
  background-size: 100% 100%;
  position: relative;
  padding: 7.3rem 3rem;
}
@media (max-width: 768px) {
  .fouritems .it .in {
    padding: 3.3rem 3rem;
  }
}
@media (max-width: 575.98px) {
  .fouritems .it .in {
    padding: 1rem 0.5rem;
  }
}
.fouritems .it img {
  position: absolute;
  right: 18%;
  top: 25%;
  width: 45%;
}
@media (max-width: 768px) {
  .fouritems .it img {
    width: 40%;
    top: 18%;
    right: 18%;
  }
}
@media (max-width: 575.98px) {
  .fouritems .it img {
    width: 35%;
    top: 18%;
    right: 23%;
  }
}
.fouritems .it span {
  display: block;
  color: #c18f45;
  text-align: left;
  position: absolute;
  left: 20%;
  bottom: 20%;
  font-size: 40px;
}
@media (max-width: 768px) {
  .fouritems .it span {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .fouritems .it span {
    left: 28%;
    bottom: 18%;
    font-size: 32px;
  }
}
.fouritems .it b {
  color: #855000;
}

.relative {
  position: relative;
}
.relative::after {
  content: "\f107";
  font-family: "FontAwesome";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.5rem;
}
.relative .form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
}

.Login {
  position: relative;
  overflow: hidden;
}
.Login .contentbox {
  max-width: 100%;
  width: 450px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.88);
  box-sizing: border-box;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  position: relative;
}
.Login .contentbox form {
  position: relative;
  z-index: 99;
}
.Login .contentbox form label {
  color: rgba(51, 51, 51, 0.6);
}
.Login .contentbox form .form-control {
  border: none;
  border-radius: 0;
  background: none;
  color: #999999;
  font-size: 22px;
}
@media (max-width: 575.98px) {
  .Login .contentbox form .form-control {
    font-size: 16px;
  }
}
.Login .contentbox form .form-group {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ffffff;
  padding-left: 0;
  padding-right: 0;
}
.Login .contentbox form button {
  max-width: 100%;
  width: 250px;
  padding: 8px 10px;
  font-size: 32px;
  text-align: center;
  display: block;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .Login .contentbox form button {
    font-size: 20px;
  }
}
.Login .contentbox form .forget {
  color: #999;
  text-decoration: underline;
  font-size: 16px;
}
.Login .contentbox .border-top {
  border: none !important;
}
.Login .contentbox .border-top::before {
  content: "";
  display: block;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  padding-top: 1.5rem;
}
.Login .contentbox .more2 {
  width: 100%;
  text-align: center;
  padding: 1.1rem;
}
.Login .contentbox .code {
  border: none;
  width: 50px;
  height: 60px;
  background: #ffffff;
  border-radius: 10px;
  margin: 5px;
  text-align: center;
  font-family: "NunitoSans-Regular";
}
.Login .contentbox .send {
  text-decoration: underline;
}
.Login .contentbox .left {
  width: 18%;
}
@media (max-width: 575.98px) {
  .Login .contentbox .left {
    width: 28%;
  }
}
.Login .contentbox .left img {
  width: 100%;
}
.Login .contentbox .right {
  width: 80%;
}
@media (max-width: 575.98px) {
  .Login .contentbox .right {
    width: 70%;
  }
}
.Login .contentbox .right .line {
  width: 100%;
  background: #f3f3f3;
  height: 3px;
  position: relative;
}
.Login .contentbox .right .line i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #00A0E9;
}
.Login .contentbox .right b {
  color: #999999;
}
.Login .contentbox .right .bt {
  background: #00A0E9;
  border-radius: 5px;
  padding: 0 5px;
  color: #ffffff;
  font-size: 10px;
}
.Login .todaylist {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.Login .todaylist .items {
  width: 25%;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .Login .todaylist .items {
    padding: 1rem 1.2rem;
  }
}
@media (max-width: 575.98px) {
  .Login .todaylist .items {
    padding: 0rem;
    margin-top: 0rem;
    width: 50%;
  }
}
.Login .todaylist .items .planetContainer {
  position: relative;
  height: 180px;
  width: 180px;
  margin: 0 auto;
  transition: 1s ease;
}
.Login .todaylist .items .planetContainer .planet {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 120px;
  height: 120px;
  background: linear-gradient(to bottom, #fecf4e 1%, #a62a44 50%, #310441 100%);
  border-radius: 50%;
  transition: 1s ease;
  transform: rotate(-15deg) translate(-35%, -55%);
}
.Login .todaylist .items .planetContainer .ring-before,
.Login .todaylist .items .planetContainer .ring-after,
.Login .todaylist .items .planetContainer .ring-bigger-before,
.Login .todaylist .items .planetContainer .ring-bigger-after {
  content: "";
  width: 126px;
  height: 42px;
  border-radius: 50%;
  border: 3px solid rgba(248, 197, 77, 0.8);
  position: absolute;
  top: 80px;
  left: 28px;
  transform: skew(-54deg);
}
.Login .todaylist .items .planetContainer .ring-bigger-before,
.Login .todaylist .items .planetContainer .ring-bigger-after {
  transform: skew(-54deg) scale(1.3);
  border-color: rgb(211, 188, 104);
}
.Login .todaylist .items .planetContainer .ring-before,
.Login .todaylist .items .planetContainer .ring-bigger-before {
  z-index: 3;
  -webkit-clip-path: inset(50% 0 0 0);
          clip-path: inset(50% 0 0 0);
}
.Login .todaylist .items .planetContainer .ring-after,
.Login .todaylist .items .planetContainer .ring-bigger-after {
  z-index: 1;
  -webkit-clip-path: inset(0 0 50% 0);
          clip-path: inset(0 0 50% 0);
}
.Login .todaylist .items:hover .planetContainer {
  transform: rotate(30deg) scale(1.1);
}
.Login .todaylist .items b {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
  color: #e8e9c9;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .Login .todaylist .items b {
    font-size: 34px;
  }
}
.Login .todaylist .items .star {
  display: block;
  text-align: center;
  margin-top: 0.5rem;
}
@media (max-width: 575.98px) {
  .Login .todaylist .items .star {
    margin-top: 0;
  }
}
.Login .todaylist .items .star i {
  color: #ffcd36;
}

.ysnoBox div {
  filter: drop-shadow(3px 3px 2px rgba(255, 255, 255, 0.4));
  transition: 1s ease;
}
.ysnoBox div:hover {
  filter: none;
  cursor: pointer;
}

.levelPlayBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.5rem 0.5rem 0;
}
.levelPlayBlock div {
  display: flex;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  color: #64c78e;
  border: 2px solid #64c78e;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.levelPlayBlock div i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #64c78e;
  color: #ffffff;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.Word-Practice {
  position: relative;
}
.Word-Practice .level {
  background: #00A0E9;
  color: #ffffff;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  padding: 5px 20px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.Word-Practice .line {
  max-width: 100%;
  width: 100%;
  margin: 20px auto;
  border-radius: 15px;
  border: 2px solid #ffffff;
  background: #fcedd3;
  height: 44px;
  position: relative;
}
.Word-Practice .line i {
  position: absolute;
  left: 2px;
  top: 0px;
  height: 100%;
  background: #f39800;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 10px;
  color: #ffffff;
}
.Word-Practice .line i::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 60px;
  background: url(../images/hot.png) no-repeat top center;
  background-size: contain;
  position: absolute;
  right: -50px;
  top: -15%;
}
.Word-Practice .pint {
  display: block;
  margin: 0 auto;
  background: #03986d;
  border-radius: 9px;
  color: #ffffff;
  text-align: center;
  padding: 8px 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.Word-Practice .trainingTips {
  display: none;
}
.Word-Practice .trainingTips.tipsLevel5 .con {
  padding: 1rem;
}
.Word-Practice .trainingTips img {
  display: block;
  margin: 0 auto;
}
.Word-Practice .trainingTips .con {
  max-width: 90%;
  padding: 2rem;
  border: 3px solid #ffffff;
  background: rgba(28, 164, 228, 0.75);
  border-radius: 11px;
  box-sizing: border-box;
  color: #ffffff;
  margin: 0 auto;
}
.Word-Practice .trainingTips .con p {
  margin-bottom: 0;
  line-height: 1.5;
}
.Word-Practice .pimg {
  position: relative;
}
.Word-Practice .pimg img {
  display: block;
  margin: 0 auto;
}
.Word-Practice .voice .x {
  max-width: 80%;
  width: 350px;
  margin: 0 auto;
  height: 8px;
  background: #a8e3ff;
  border-radius: 5px;
  border: 2px solid #00A0E9;
  position: relative;
}
.Word-Practice .voice .x i {
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: #00A0E9;
}
.Word-Practice .voice .x i::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/mone.png) no-repeat top center;
  position: absolute;
  right: -10px;
  top: -8px;
}
.Word-Practice .swiper-silde-box {
  position: relative;
  max-width: 90%;
  margin: 0 auto;
}
.Word-Practice .swiper-silde-box .swiper-slide img {
  width: 100%;
}
.Word-Practice .bx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.Word-Practice .bx .left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media (max-width: 575.98px) {
  .Word-Practice .bx .left {
    width: 100%;
    flex-direction: row;
  }
}
.Word-Practice .bx .left .ics {
  width: 100%;
}
.Word-Practice .bx .right {
  width: 50%;
}
@media (max-width: 575.98px) {
  .Word-Practice .bx .right {
    width: 100%;
  }
}
.Word-Practice .addpart div {
  display: flex;
  padding: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  color: #64c78e;
  border: 2px solid #64c78e;
  margin: 1.5rem 0.5rem;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
.Word-Practice .addpart div i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #64c78e;
  color: #ffffff;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.Word-Practice .slots {
  position: absolute;
  top: 10px;
  right: 10px;
  /*width: 25%;*/
  width: auto;
  height: 20vw;
  max-height: 60%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.5019607843);
  /*
      img{
          width: 100%;
          height: 35vw;
          max-height: 100%;
          object-fit: cover;
          object-position: center top;
      }
      img:not(.dontSlide){
          animation-name: slotsSlide;
          animation-duration: 0.3s;
          animation-fill-mode: forwards;
          animation-direction: alternate;
      }
      .dontSlide{
          display: block;
      }
      */
}
.Word-Practice .slots div {
  animation-name: slotsReel;
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  width: 100%;
  height: 100%;
}
.Word-Practice .slots img {
  /*width: 100%;*/
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

@keyframes slotsSlide {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-120%);
  }
}
@keyframes slotsReel {
  0% {
    transform: translateY(0%);
    display: block;
  }
  100% {
    transform: translateY(-2000%);
  }
}
.answerCheck .fa {
  font-size: 40px;
  margin: 0 3px;
}
@media (max-width: 575.98px) {
  .answerCheck .fa {
    font-size: 26px;
  }
}
.answerCheck .fa-check-circle {
  color: gray;
}
.answerCheck .fa-check-circle.checked {
  color: #77c78d;
}
.answerCheck .fa-times-circle {
  color: gray;
}
.answerCheck .fa-times-circle.checked {
  color: #e43c5f;
}

.tableIcon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tableIcon a img {
  width: 45px;
}
@media (max-width: 575.98px) {
  .tableIcon a img {
    width: 35px;
  }
}

.finishText {
  position: relative;
}

.finishText span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  animation: waviy 1s infinite;
}
@media (max-width: 575.98px) {
  .finishText span {
    font-size: 20px;
  }
}

.finishText span:nth-child(1) {
  animation-delay: 0.2s;
}

.finishText span:nth-child(2) {
  animation-delay: 0.4s;
}

.finishText span:nth-child(3) {
  animation-delay: 0.6s;
}

.finishText span:nth-child(4) {
  animation-delay: 0.8s;
}

.finishText span:nth-child(5) {
  animation-delay: 1s;
}

.finishText span:nth-child(6) {
  animation-delay: 1.2s;
}

.finishText span:nth-child(7) {
  animation-delay: 1.4s;
}

.finishText span:nth-child(8) {
  animation-delay: 1.6s;
}

.finishText span:nth-child(9) {
  animation-delay: 1.8s;
}

.finishText span:nth-child(10) {
  animation-delay: 2s;
}

.finishText span:nth-child(11) {
  animation-delay: 2.2s;
}

.finishText span:nth-child(12) {
  animation-delay: 2.4s;
}

.finishText span:nth-child(13) {
  animation-delay: 2.6s;
}

.finishText span:nth-child(14) {
  animation-delay: 2.8s;
}

.finishText span:nth-child(15) {
  animation-delay: 3s;
}

.finishText span:nth-child(16) {
  animation-delay: 3.2s;
}

.finishText span:nth-child(17) {
  animation-delay: 3.4s;
}

.finishText span:nth-child(18) {
  animation-delay: 3.6s;
}

.finishText span:nth-child(19) {
  animation-delay: 3.8s;
}

.finishText span:nth-child(20) {
  animation-delay: 4s;
}

@keyframes waviy {
  0%, 40%, 100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
.gary {
  color: #959595;
}

.tableBigFont {
  font-size: 28px;
}
@media (max-width: 575.98px) {
  .tableBigFont {
    font-size: 18px;
  }
}

.Student .container > .tables .col-xs-2 {
  font-size: 24px;
}
@media (max-width: 575.98px) {
  .Student .container > .tables .col-xs-2 {
    font-size: 16px;
  }
}

.Teacher span {
  display: block;
}
.Teacher .row .col-md-6 {
  width: 50%;
}
.Teacher .row .col-md-6:nth-last-child(1) .box {
  border: 1px solid #007d59;
  background-image: linear-gradient(#66cfc3, #65cc82);
}
.Teacher .row .col-md-6 .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #9e7700;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 1.5rem;
  color: #ffffff;
  height: 100%;
  background-image: linear-gradient(#ffc431, #e2a40a);
}
.Teacher .row .col-md-6 .box p {
  margin-bottom: 0;
  line-height: 1;
}

.tableFont .col-xs-2 {
  font-size: 28px !important;
}
@media (max-width: 575.98px) {
  .tableFont .col-xs-2 {
    font-size: 16px !important;
  }
}

.Student {
  position: relative;
  padding-bottom: 5rem;
}
.Student .tables {
  flex-wrap: nowrap;
}
.Student .tables .test_detail p {
  margin: 6px 0;
  line-height: 1;
}
.Student .tables .test_detail p:nth-child(1) {
  color: #00A0E9;
}
.Student .tables .test_detail p:nth-child(2) {
  color: #000;
}
.Student .tables .test_detail p:nth-child(3) {
  color: gray;
}
.Student .tables .col-xs-4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .Student .tables .col-xs-4 {
    font-size: 18px;
  }
}
.Student .tables .col-xs-4 p {
  margin: 4px 0;
  line-height: 1;
  font-size: 24px;
}
@media (max-width: 575.98px) {
  .Student .tables .col-xs-4 p {
    font-size: 14px;
  }
}
.Student .tables .col-xs-2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #666666;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575.98px) {
  .Student .tables .col-xs-2 {
    font-size: 14px;
  }
}
.Student .tables .col-xs-2 em {
  display: block;
  font-weight: normal;
}
.Student .tables .col-xs-2 .blue {
  display: block;
  color: #00A0E9;
  font-size: 28px;
}
.Student .list .tables {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 1rem 0.5rem;
  margin-top: 0.5rem;
}
.Student .list .tables span {
  color: #535353;
}
.Student .five {
  flex-wrap: wrap;
}
.Student .five .col-xs-2 {
  width: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 12px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0.6rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .Student .five .col-xs-2 {
    font-size: 14px;
  }
}
.Student .five .col-xs-2 img {
  /*
          position: absolute;
          right: -15px;
          bottom: -15px;
          */
  width: 30px;
}
.Student .five .col-xs-2.blueback, .Student .five .col-xs-2.grayback {
  background-image: linear-gradient(#203864, #0a44af);
  border: 1px solid #0f419d;
}
.Student .five .col-xs-2.blueback h6, .Student .five .col-xs-2.grayback h6 {
  margin: 0;
  font-size: 20px;
  text-align: left;
}
.Student .five .col-xs-2.blueback p, .Student .five .col-xs-2.grayback p {
  font-size: 10px;
  line-height: 16px;
  margin: 5px 0 0;
}
.Student .five .col-xs-2.yellowback {
  background-image: linear-gradient(#ffc000, #ffd144);
  border: 1px solid #e6ae00;
}
.Student .five .col-xs-2.pinkback {
  background-image: linear-gradient(#f33d93, #ff5bb6);
  border: 1px solid #ff138e;
}
.Student .five .col-xs-2.greenback {
  background-image: linear-gradient(#018b72, #72d6a2);
  border: 1px solid #03986d;
}
.Student .five .col-xs-2.grayback {
  background-image: linear-gradient(rgba(179, 179, 179, 0.7254901961), rgba(114, 114, 114, 0.631372549));
  border: 1px solid #a0a0a0;
}
.Student .five .col-xs-6 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 2%;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.Student .five .studentSyllable .syllableBlock {
  width: 23.5%;
  height: 50px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px 0px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 0 0.5rem;
}
.Student .five .studentSyllable .syllableBlock.blueback {
  background-image: linear-gradient(#203864, #0a44af);
  border: 1px solid #0f419d;
}
.Student .five .studentSyllable .syllableBlock.yellowback {
  background-image: linear-gradient(#ffc000, #ffd144);
  border: 1px solid #e6ae00;
}
.Student .five .studentSyllable .syllableBlock.pinkback {
  background-image: linear-gradient(#f33d93, #ff5bb6);
  border: 1px solid #ff138e;
}
.Student .five .studentSyllable .syllableBlock.greenback {
  background-image: linear-gradient(#018b72, #72d6a2);
  border: 1px solid #03986d;
}
.Student dl dd {
  font-size: 10px;
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
.Student dl dd::before {
  content: "";
  width: 27px;
  height: 17px;
  border-radius: 5px;
  display: inline-block;
  background-image: linear-gradient(#ffc000, #ffd144);
  border: 1px solid #e6ae00;
  margin-right: 0.5rem;
}
.Student dl dd:nth-last-child(1)::before {
  background-image: linear-gradient(#f33d93, #ff5bb6);
  border: 1px solid #ff138e;
}

.Student_pup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.35s ease;
}
.Student_pup.show {
  opacity: 1;
  pointer-events: initial;
}
.Student_pup label {
  font-size: 36px;
}
.Student_pup .content {
  max-width: 90vw;
  width: 600px;
  padding: 1.5rem;
  background: #ffcd36;
  border-radius: 20px;
  position: relative;
}
.Student_pup .content .close {
  position: absolute;
  right: 0rem;
  top: 0.5rem;
  color: #ffffff;
}
.Student_pup .content .btn {
  border-radius: 7px;
  border: 1px solid #03986d;
  padding: 0.5rem 1.5rem;
  color: #03986d;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0.2rem;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
}
.Student_pup .content .btn:nth-child(1) {
  color: #ffffff;
  background: #03986d;
}

.Choose_level dl dd {
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
  color: #ffffff;
}
.Choose_level dl dd::before {
  content: "";
  width: 27px;
  height: 17px;
  border-radius: 5px;
  display: inline-block;
  background-image: linear-gradient(#ffc000, #ffd144);
  border: 1px solid #e6ae00;
  margin-right: 0.5rem;
}
.Choose_level dl dd:nth-last-child(1)::before {
  background-image: linear-gradient(#f33d93, #ff5bb6);
  border: 1px solid #ff138e;
}

.Choose_student {
  position: relative;
}
.Choose_student .items {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.15);
  margin-bottom: 0.8rem;
  position: relative;
  overflow: hidden;
}
.Choose_student .items .itemRow {
  display: flex;
  align-items: center;
  padding: 1rem;
  justify-content: space-between;
  color: #ffffff;
  position: relative;
}
.Choose_student .items .itemRow .settings {
  border-radius: 20px;
  width: 60px;
  height: 40px;
  text-align: center;
  background-image: linear-gradient(to right, #ffe080, #e6ae00);
}
.Choose_student .items .itemRow .settings i {
  color: #fff;
  line-height: 40px;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
  font-size: 24px;
}
.Choose_student .items .itemRow .level {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
  height: 80px;
  font-size: 18px;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  color: #000;
}
.Choose_student .items .itemRow .level::after {
  content: "";
  display: inline-block;
  background: #eab511;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.Choose_student .items .itemRow span {
  color: #ffffff;
}
.Choose_student .items .itemRow .goTips {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.Choose_student .items .itemRow .goTips span {
  font-size: 28px;
  color: #fff;
}
.Choose_student .items .itemRow .goTips .goTipsButton {
  zoom: 0.8;
  color: #fff;
  pointer-events: visible;
}

.update_password {
  position: relative;
  overflow: hidden;
}
.update_password form .form-control {
  border-radius: 5px;
  background: #fff;
  border: none;
  padding: 1.3rem 1rem;
  color: #000;
}

.mycount p {
  font-family: "Noto-Sans-CJK-TC";
  font-weight: normal;
}
.mycount span {
  display: block;
  width: 100%;
  padding: 0.5rem;
  background: #f2f2f2;
  border-radius: 10px;
  font-family: "Nunito-Sans-Bold";
}
.mycount .more2 {
  width: auto;
  height: auto;
  padding: 0.8rem 2rem;
  background: #064CEA;
  color: #ffffff;
}

.choose_card {
  position: relative;
}
.choose_card .col-md-6 {
  width: 45%;
}
.choose_card .col-md-6 a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.choose_card .col-md-6 a.active::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.5);
}
.choose_card .col-md-6 a .boximg {
  border: 3px solid #fff;
  border-radius: 10px;
  max-width: 300px;
}
.choose_card .col-md-6 a .boximg img {
  width: 100%;
  border-radius: 10px;
}
.choose_card .col-md-6 a h2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffda00;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  font-size: 8vw;
}
@media (max-width: 575.98px) {
  .choose_card .col-md-6 a h2 {
    font-size: 20vw;
  }
}

.modal.in {
  display: block;
  opacity: 1;
  overflow: hidden;
  width: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.6);
}
.modal.in .modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal.in .modal-dialog .modal-content {
  max-width: 360px;
  border-radius: 30px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}
.modal.in .modal-dialog .modal-footer {
  border-top: none !important;
}
.modal.in .modal-dialog .modal-footer button {
  width: 48%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: 2px solid #064cea;
  box-shadow: none;
}
.modal.in .modal-dialog .modal-footer button:nth-child(1) {
  color: #ffffff;
}
.modal.in .modal-dialog .content2 {
  display: none;
}

@media (max-width: 575.98px) {
  .bread {
    border-bottom: 1px solid #e8e8e8;
  }
}
.bread .container {
  max-width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (max-width: 1024px) {
  .bread .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 575.98px) {
  .bread .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.bread span {
  margin: 0 0.1rem;
}

.whiteback {
  background-color: #ffffff !important;
}

.error-input {
  border-bottom: 1px solid red !important;
}

.error-label label {
  color: red !important;
}

label.error-info {
  margin-top: 10px;
  line-height: 1;
}

label.error {
  margin-bottom: 8px;
  margin-top: 8px;
}

label.error,
label.error i,
label.error-info,
label.error-info i,
span.error-info {
  width: initial !important;
  color: red !important;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0 !important;
}

label.error-info i {
  display: inline-block;
  margin-right: 5px;
}

.passwordField {
  position: relative;
  width: 100%;
}

.passwordField .error-info.password {
  display: inline-flex;
  font-size: 18px;
  margin-bottom: 5px;
}

.passwordField .eyeBox {
  position: absolute;
  right: 10px;
  top: 15px;
  transform: translateY(-50%);
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.passwordField .eyeBox .fa-eye {
  display: none;
}

.fa {
  color: #999;
}

.load-more::after {
  display: none;
}

footer {
  max-width: 1024px;
  width: 100%;
  height: 80px;
  background: url(../images/footbg.png) no-repeat top center;
  background-size: cover;
  padding: 1rem 0;
  color: #ffffff;
  z-index: 99;
  /*
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    */
}
footer img {
  display: block;
  margin: 0.5rem auto;
}

.message {
  position: fixed;
  right: 0rem;
  bottom: 0rem;
  z-index: 99;
  border: none;
  color: #ffffff;
  height: 120px;
  width: 120px;
  background: url(../images/LiveChat.png) no-repeat top center;
  opacity: 0;
  transform: translateY(5rem);
  transition: all 0.35s ease;
}
.message.on {
  opacity: 1;
  transform: translateY(0);
}
.message span {
  transform: translateY(6px);
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .message {
    right: 0rem;
  }
}
@media (min-width: 992px) {
  .message {
    right: 0rem;
    bottom: 0rem;
    transform: translateY(8rem);
  }
  .message span {
    transform: translateY(9px);
    font-size: 2rem;
  }
}
@media (min-width: 1680px) {
  .message {
    right: 0rem;
    bottom: 0rem;
    transform: translateY(15rem);
  }
}

.white {
  color: #ffffff !important;
}

main.therapist {
  background-color: #f6f8fc;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-bottom: -80px;
}

main {
  position: relative;
  z-index: 99;
  min-height: calc(100vh - 180px);
}
@media (min-width: 576px) {
  main {
    --bs-container: 540px;
  }
}
@media (min-width: 768px) {
  main {
    --bs-container: 720px;
  }
}
@media (min-width: 992px) {
  main {
    --bs-container: 960px;
  }
}
@media (min-width: 1200px) {
  main {
    --bs-container: 1140px;
  }
}
@media (min-width: 1400px) {
  main {
    --bs-container: 1320px;
  }
}
@media (min-width: 1680px) {
  main {
    --bs-container: 1500px;
  }
}

.pageinfo ul {
  display: flex;
  justify-content: center;
}
.pageinfo ul li {
  list-style: none;
}
.pageinfo ul li::before {
  display: none !important;
  font-style: none;
}
.pageinfo ul li a {
  padding: 0.5rem 0.8rem;
  color: #c1c1c1;
}
.pageinfo ul li .active {
  color: #000;
  border-bottom: 2px solid #c7af81;
}
.pageinfo ul li .prev {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 1rem;
}
.pageinfo ul li .prev::after {
  content: "\f104";
  font-family: "FontAwesome";
}
.pageinfo ul li .next {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 1rem;
}
.pageinfo ul li .next::after {
  content: "\f105";
  font-family: "FontAwesome";
}
@media (max-width: 575.98px) {
  .pageinfo .more {
    padding: 1rem 1.5rem;
  }
}
.pageinfo span {
  color: rgba(0, 0, 0, 0.5);
}

.more-more {
  position: relative;
}
.more-more:hover {
  color: #064CEA;
}
.more-more::after {
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 0.5rem;
}

.navbox {
  position: relative;
  margin-top: -5rem;
}
.navbox .row .col-md-2 a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  transition: all 0.35s ease;
}
.navbox .row .col-md-2 a:hover {
  background-image: linear-gradient(#f2de7b, #d5b41b);
}
.navbox .row .col-md-2 a:hover .ico11 {
  display: block;
}
.navbox .row .col-md-2 a:hover .ico1 {
  display: none;
}
.navbox .row .col-md-2 a:hover p {
  color: #ffffff;
}
.navbox .row .col-md-2 a .icos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.navbox .row .col-md-2 a .ico11 {
  display: none;
  transition: all 0.35s ease;
}/*# sourceMappingURL=style.css.map */