/******************************************************screenFull************************************************************/
.screenFull {
  width: 100%;
  /*  height: 100vh;
    overflow-y: auto;*/
}
.screenFull::-webkit-scrollbar {
  display: none;
}
.screenFull .operate {
  display: none;
}
.screenFull > ul {
  position: relative;
}
.screenFull > ul > li {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.screenFull > ul > li > div {
  /*    border: 1px solid rgba(222,222,222,1);*/
  padding: 10px;
  color: var(--white-color);
}
.screenFull > ul > li > div h1,
.screenFull > ul > li > div h2 {
  font-size: 2rem;
  line-height: 1.4em;
}
.screenFull > ul > li > .mess {
  /*    border: 1px solid rgba(222,222,222,1);*/
  padding: 10px;
  color: var(--white-color);
}
.screenFull > ul > li > .mess h1,
.screenFull > ul > li > .mess h2 {
  font-size: 2rem;
  line-height: 1.4em;
}

@media screen and (min-width: 1081px) {
  .screenFull {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .screenFull .operate {
    position: absolute;
    top: 120px;
    width: 90%;
    height: 1px;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .screenFull .operate::before,
  .screenFull .operate::after {
    position: absolute;
    content: "";
    width: 400px;
    height: 200px;
    top: 0;
    border-top: 1px solid rgba(222, 222, 222, 0.2);
  }
  .screenFull .operate::before {
    left: 0;
    border-top-left-radius: 100px;
    border-left: 1px solid rgba(222, 222, 222, 0.2);
  }
  .screenFull .operate::after {
    border-right: 1px solid rgba(222, 222, 222, 0.2);
    right: 0;
    border-top-right-radius: 100px;
  }
  .screenFull .operate ul {
    position: absolute;
    margin-left: -5px;
    top: 30vh;
  }
  .screenFull .operate ul li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid rgba(222, 222, 222, 0.2);
    margin: 20px 0;
    cursor: pointer;
    transition: all cubic-bezier(0.9, 0.03, 0, 0.81) 0.8s;
  }
  .screenFull .operate ul li.current {
    cursor: default;
    height: 60px;
    background: var(--yellow-color);
  }
  .screenFull .row-layout {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }
  .screenFull > ul {
    position: relative;
    width: 100%;
    transition: all cubic-bezier(0.9, 0.03, 0, 0.81) 0.8s;
  }
  .screenFull > ul li > div,
  .screenFull > ul li > .mess {
    width: 88%;
    max-width: 1520px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .screenFull > ul li > div h1,
  .screenFull > ul li > div h2,
  .screenFull > ul li > .mess h1,
  .screenFull > ul li > .mess h2 {
    font-size: 3rem;
    width: 40%;
  }
  .screenFull > ul li > div > p,
  .screenFull > ul li > .mess > p {
    width: 40%;
    font-size: 1.4em;
    line-height: 1.6em;
  }
  .screenFull > ul li:last-child {
    flex-direction: column;
    justify-content: flex-start;
    overflow-y: auto;
  }
  .screenFull > ul li:last-child::-webkit-scrollbar {
    display: none;
  }
  .screenFull > ul li:last-child > div {
    height: max-content;
  }
  .screenFull .activeBtn {
    margin-top: 30px;
    width: max-content !important;
    color: var(--white-color) !important;
  }
  .screenFull .footerLayout {
    width: 100% !important;
    max-width: none;
  }
  .screenFull > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 100px;
  }
  .screenFull > ul > li > div,
  .screenFull > ul > li > .mess {
    width: 90%;
    height: calc(95vh - 120px);
    /*    border: 1px solid rgba(222,222,222,1);*/
    padding: 30px 50px;
    color: var(--white-color);
  }
}
@media screen and (max-width: 1280px) and (min-width: 1081px) {
  .screenFull .operate::before,
  .screenFull .operate::after {
    width: 200px;
    height: 100px;
  }
  .screenFull .operate::before {
    border-top-left-radius: 50px;
  }
  .screenFull .operate::after {
    border-top-right-radius: 50px;
  }
  .screenFull > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 100px;
  }
  .screenFull > ul > li > div,
  .screenFull > ul > li > .mess {
    width: 90%;
    height: auto;
    /*    border: 1px solid rgba(222,222,222,1);*/
    padding: 10px 50px;
  }
  .screenFull h1,
  .screenFull h2 {
    font-size: 2.1rem !important;
  }
  .screenFull > p {
    width: 40%;
    font-size: 1.1em !important;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 1080px) {
  .screenFull > ul > li {
    padding: 30px 10px;
  }
  .screenFull > ul > li > div,
  .screenFull > ul > li > .mess {
    background-position-x: right;
  }
}
.tipNumber {
  position: absolute;
  top: 60vh;
  display: flex;
  align-items: center;
  margin-left: -5px;
}
.tipNumber > span {
  color: var(--yellow-color);
  margin-right: 2px;
}

/******************************************************screenFull************************************************************/
/*********************************************simplyAnimate**************************************************/
.simplyAnimateTop {
  -webkit-animation: simplyRunTop ease-in-out 1.2s forwards;
  -o-animation: simplyRunTop ease-in-out 1.2s forwards;
  animation: simplyRunTop 2s ease-in-out forwards;
}

@keyframes simplyRunTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes simplyRunTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    -moz-transform: translateY(30%);
    -ms-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.simplyAnimateRight {
  -webkit-animation: simplyRunRight ease-in-out 1.2s forwards;
  -o-animation: simplyRunRight ease-in-out 1.2s forwards;
  animation: simplyRunRight 2s ease-in-out forwards;
}

@keyframes simplyRunRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes simplyRunRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.simplyAnimateLeft {
  -webkit-animation: simplyRunLeft ease-in-out 1.2s forwards;
  -o-animation: simplyRunLeft ease-in-out 1.2s forwards;
  animation: simplyRunLeft 2s ease-in-out forwards;
}

@keyframes simplyRunLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes simplyRunLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes wordEffectLeft {
  0% {
    /*  opacity: 0;*/
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes wordEffectLeft {
  0% {
    /*        opacity: 0;*/
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.wordEffect {
  position: relative;
}
.wordEffect span {
  position: relative;
  display: inline-block;
}
.wordEffect span:nth-child(1) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.05s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.05s forwards;
  animation: wordEffectLeft 0.2s linear 0.05s forwards;
}
.wordEffect span:nth-child(2) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.1s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.1s forwards;
  animation: wordEffectLeft 0.2s linear 0.1s forwards;
}
.wordEffect span:nth-child(3) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.15s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.15s forwards;
  animation: wordEffectLeft 0.2s linear 0.15s forwards;
}
.wordEffect span:nth-child(4) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.2s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.2s forwards;
  animation: wordEffectLeft 0.2s linear 0.2s forwards;
}
.wordEffect span:nth-child(5) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.25s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.25s forwards;
  animation: wordEffectLeft 0.2s linear 0.25s forwards;
}
.wordEffect span:nth-child(6) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.3s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.3s forwards;
  animation: wordEffectLeft 0.2s linear 0.3s forwards;
}
.wordEffect span:nth-child(7) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.35s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.35s forwards;
  animation: wordEffectLeft 0.2s linear 0.35s forwards;
}
.wordEffect span:nth-child(8) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.4s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.4s forwards;
  animation: wordEffectLeft 0.2s linear 0.4s forwards;
}
.wordEffect span:nth-child(9) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.45s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.45s forwards;
  animation: wordEffectLeft 0.2s linear 0.45s forwards;
}
.wordEffect span:nth-child(10) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.5s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.5s forwards;
  animation: wordEffectLeft 0.2s linear 0.5s forwards;
}
.wordEffect span:nth-child(11) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.55s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.55s forwards;
  animation: wordEffectLeft 0.2s linear 0.55s forwards;
}
.wordEffect span:nth-child(12) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.6s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.6s forwards;
  animation: wordEffectLeft 0.2s linear 0.6s forwards;
}
.wordEffect span:nth-child(13) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.65s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.65s forwards;
  animation: wordEffectLeft 0.2s linear 0.65s forwards;
}
.wordEffect span:nth-child(14) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.7s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.7s forwards;
  animation: wordEffectLeft 0.2s linear 0.7s forwards;
}
.wordEffect span:nth-child(15) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.75s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.75s forwards;
  animation: wordEffectLeft 0.2s linear 0.75s forwards;
}
.wordEffect span:nth-child(16) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.8s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.8s forwards;
  animation: wordEffectLeft 0.2s linear 0.8s forwards;
}
.wordEffect span:nth-child(17) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.85s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.85s forwards;
  animation: wordEffectLeft 0.2s linear 0.85s forwards;
}
.wordEffect span:nth-child(18) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.9s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.9s forwards;
  animation: wordEffectLeft 0.2s linear 0.9s forwards;
}
.wordEffect span:nth-child(19) {
  -webkit-animation: wordEffectLeft 0.2s linear 0.95s forwards;
  -o-animation: wordEffectLeft 0.2s linear 0.95s forwards;
  animation: wordEffectLeft 0.2s linear 0.95s forwards;
}
.wordEffect span:nth-child(20) {
  -webkit-animation: wordEffectLeft 0.2s linear 1s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1s forwards;
  animation: wordEffectLeft 0.2s linear 1s forwards;
}
.wordEffect span:nth-child(21) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.05s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.05s forwards;
  animation: wordEffectLeft 0.2s linear 1.05s forwards;
}
.wordEffect span:nth-child(22) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.1s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.1s forwards;
  animation: wordEffectLeft 0.2s linear 1.1s forwards;
}
.wordEffect span:nth-child(23) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.15s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.15s forwards;
  animation: wordEffectLeft 0.2s linear 1.15s forwards;
}
.wordEffect span:nth-child(24) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.2s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.2s forwards;
  animation: wordEffectLeft 0.2s linear 1.2s forwards;
}
.wordEffect span:nth-child(25) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.25s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.25s forwards;
  animation: wordEffectLeft 0.2s linear 1.25s forwards;
}
.wordEffect span:nth-child(26) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.3s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.3s forwards;
  animation: wordEffectLeft 0.2s linear 1.3s forwards;
}
.wordEffect span:nth-child(27) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.35s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.35s forwards;
  animation: wordEffectLeft 0.2s linear 1.35s forwards;
}
.wordEffect span:nth-child(28) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.4s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.4s forwards;
  animation: wordEffectLeft 0.2s linear 1.4s forwards;
}
.wordEffect span:nth-child(29) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.45s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.45s forwards;
  animation: wordEffectLeft 0.2s linear 1.45s forwards;
}
.wordEffect span:nth-child(30) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.5s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.5s forwards;
  animation: wordEffectLeft 0.2s linear 1.5s forwards;
}
.wordEffect span:nth-child(31) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.55s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.55s forwards;
  animation: wordEffectLeft 0.2s linear 1.55s forwards;
}
.wordEffect span:nth-child(32) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.6s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.6s forwards;
  animation: wordEffectLeft 0.2s linear 1.6s forwards;
}
.wordEffect span:nth-child(33) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.65s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.65s forwards;
  animation: wordEffectLeft 0.2s linear 1.65s forwards;
}
.wordEffect span:nth-child(34) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.7s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.7s forwards;
  animation: wordEffectLeft 0.2s linear 1.7s forwards;
}
.wordEffect span:nth-child(35) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.75s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.75s forwards;
  animation: wordEffectLeft 0.2s linear 1.75s forwards;
}
.wordEffect span:nth-child(36) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.8s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.8s forwards;
  animation: wordEffectLeft 0.2s linear 1.8s forwards;
}
.wordEffect span:nth-child(37) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.85s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.85s forwards;
  animation: wordEffectLeft 0.2s linear 1.85s forwards;
}
.wordEffect span:nth-child(38) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.9s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.9s forwards;
  animation: wordEffectLeft 0.2s linear 1.9s forwards;
}
.wordEffect span:nth-child(39) {
  -webkit-animation: wordEffectLeft 0.2s linear 1.95s forwards;
  -o-animation: wordEffectLeft 0.2s linear 1.95s forwards;
  animation: wordEffectLeft 0.2s linear 1.95s forwards;
}
.wordEffect span:nth-child(40) {
  -webkit-animation: wordEffectLeft 0.2s linear 2s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2s forwards;
  animation: wordEffectLeft 0.2s linear 2s forwards;
}
.wordEffect span:nth-child(41) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.05s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.05s forwards;
  animation: wordEffectLeft 0.2s linear 2.05s forwards;
}
.wordEffect span:nth-child(42) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.1s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.1s forwards;
  animation: wordEffectLeft 0.2s linear 2.1s forwards;
}
.wordEffect span:nth-child(43) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.15s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.15s forwards;
  animation: wordEffectLeft 0.2s linear 2.15s forwards;
}
.wordEffect span:nth-child(44) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.2s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.2s forwards;
  animation: wordEffectLeft 0.2s linear 2.2s forwards;
}
.wordEffect span:nth-child(45) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.25s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.25s forwards;
  animation: wordEffectLeft 0.2s linear 2.25s forwards;
}
.wordEffect span:nth-child(46) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.3s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.3s forwards;
  animation: wordEffectLeft 0.2s linear 2.3s forwards;
}
.wordEffect span:nth-child(47) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.35s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.35s forwards;
  animation: wordEffectLeft 0.2s linear 2.35s forwards;
}
.wordEffect span:nth-child(48) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.4s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.4s forwards;
  animation: wordEffectLeft 0.2s linear 2.4s forwards;
}
.wordEffect span:nth-child(49) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.45s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.45s forwards;
  animation: wordEffectLeft 0.2s linear 2.45s forwards;
}
.wordEffect span:nth-child(50) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.5s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.5s forwards;
  animation: wordEffectLeft 0.2s linear 2.5s forwards;
}
.wordEffect span:nth-child(51) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.55s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.55s forwards;
  animation: wordEffectLeft 0.2s linear 2.55s forwards;
}
.wordEffect span:nth-child(52) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.6s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.6s forwards;
  animation: wordEffectLeft 0.2s linear 2.6s forwards;
}
.wordEffect span:nth-child(53) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.65s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.65s forwards;
  animation: wordEffectLeft 0.2s linear 2.65s forwards;
}
.wordEffect span:nth-child(54) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.7s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.7s forwards;
  animation: wordEffectLeft 0.2s linear 2.7s forwards;
}
.wordEffect span:nth-child(55) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.75s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.75s forwards;
  animation: wordEffectLeft 0.2s linear 2.75s forwards;
}
.wordEffect span:nth-child(56) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.8s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.8s forwards;
  animation: wordEffectLeft 0.2s linear 2.8s forwards;
}
.wordEffect span:nth-child(57) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.85s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.85s forwards;
  animation: wordEffectLeft 0.2s linear 2.85s forwards;
}
.wordEffect span:nth-child(58) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.9s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.9s forwards;
  animation: wordEffectLeft 0.2s linear 2.9s forwards;
}
.wordEffect span:nth-child(59) {
  -webkit-animation: wordEffectLeft 0.2s linear 2.95s forwards;
  -o-animation: wordEffectLeft 0.2s linear 2.95s forwards;
  animation: wordEffectLeft 0.2s linear 2.95s forwards;
}
.wordEffect span:nth-child(60) {
  -webkit-animation: wordEffectLeft 0.2s linear 3s forwards;
  -o-animation: wordEffectLeft 0.2s linear 3s forwards;
  animation: wordEffectLeft 0.2s linear 3s forwards;
}

/*********************************************simplyAnimate**************************************************/
.main-content {
  position: relative;
  margin: 120px auto;
}

.dragTxt {
  position: relative;
  display: block !important;
}
.dragTxt ul {
  position: relative;
  transition: all cubic-bezier(0.13, 0.62, 0.18, 0.84) 0.8s;
}
.dragTxt ul li {
  position: relative;

  margin: 60px 0;
  --color: var(--red-color);
}
.dragTxt ul li a {
  display: block;
  border-radius: 20px;
  padding: 20px;

  height: 100%;
  background: var(--white-color);
}
.dragTxt ul li a p {
  font-size: 1.4rem;
  color: var(--color);
  line-height: 1.4em;
}
.dragTxt ul li a label {
  display: block;
}
.dragTxt ul li a span {
  display: block;
  color: var(--color);
  margin-top: 30px;
}
.dragTxt > div {
  display: none;
}

@media screen and (min-width: 1081px) {
  .dragTxt ul {
    display: inline-flex;
  }
  .dragTxt ul li {
    width: 400px;
  }
  .dragTxt ul li a {
    margin-right: 40px;
    padding: 30px;
  }
  .dragTxt ul li a p {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .dragTxt > div {
    display: flex;
    align-items: center;
  }
  .dragTxt > div a {
    padding: 10px 30px;
    border: 1px solid var(--white-color);
    background: var(--white-color);
    border-radius: 30px;
    width: 140px;
    color: var(--black-color);
  }
  .dragTxt > div a:hover {
    background: none;
    color: var(--white-color);
  }
  .dragTxt > div .dragTxt-line {
    position: relative;
    width: 50vw;
    height: 1px;
    padding: 0;
    background: rgba(255, 255, 255, 0.2);
    margin-left: 20px;
    --line: 200px;
  }
  .dragTxt > div .dragTxt-line::before {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    height: 2px;
    width: var(--line);
    background: var(--white-color);
    transition: all cubic-bezier(0.13, 0.62, 0.18, 0.84) 0.8s;
  }
  .dragTxt > div .dragTxt-left,
  .dragTxt > div .dragTxt-right {
    width: 50px;
    height: 50px;
    background: var(--white-color);
    border-radius: 50%;
    color: #333257;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    font-size: 1.4em;
    cursor: pointer;
    border: 1px solid var(--white-color);
    transition: all ease-in-out 0.4s;
  }
  .dragTxt > div .dragTxt-left:hover,
  .dragTxt > div .dragTxt-right:hover {
    background: none;
    color: var(--white-color);
  }
}
@media screen and (max-width: 1280px) and (min-width: 1081px) {
  .dragTxt ul li a p {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }
}
.main-about {
  position: relative;
  margin: 60px 0;
}
.main-about h3 {
  font-size: 1.6rem;
}

@media screen and (min-width: 1081px) {
  .main-about {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, 46%);
    justify-content: space-between;
  }
  .main-about > div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .main-about img {
    border-radius: 60px;
    width: 100%;
  }
  .main-about h3 {
    font-size: 3rem;
  }
  .main-about p {
    font-size: 1.2rem;
  }
}

#January-Promo-BOC-Sciences {
  position: relative;
}
#January-Promo-BOC-Sciences::before {
  position: absolute;
  content: "";
  left: 0;
  top: -130px;
  width: 240px;
  height: 130px;
  background-image: url("../images/2023-January-Promotion-500.png");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1081px) {
  #January-Promo-BOC-Sciences {
    width: 60%;
  }
}

.main-about {
  position: relative;
  margin-top: 3rem;
}
.main-about h3 {
  font-size: 1.6rem;
}

@media screen and (min-width: 1081px) {
  .main-about p {
    font-size: 1.2rem;
  }
}
.gradient {
  background: linear-gradient(to right, #a8b752, #82ab28, #809f39);
}

/*************************************bannerCarousel**************************************/
.banner-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* height: 600px;*/
  --y: -1;
}

.banner-carousel .operate {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100px;
  background: none;
  z-index: 100;
  cursor: pointer;
  transition: all ease 0.4s;
  font-size: 3em;
  --backColor: var(--white-color);
  --borderColor: var(--main-color);
}

.banner-carousel .operate span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.2);
}
.banner-carousel .operate span:hover {
  color: var(--main-color);
}

/* .banner-carousel .operate span::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: var(--backColor);
  z-index: -1;
  transition: all ease 0.4s;
  border-radius: 2px;
} */
.banner-carousel .operate.left {
  left: 100px;
}

.banner-carousel .operate.right {
  right: 100px;
}

@media screen and (max-width: 1601px) {
  .banner-carousel .operate.left {
    left: 0;
  }
  .banner-carousel .operate.right {
    right: 0;
  }
  .banner-carousel .operate {
    width: 50px;
  }
  .banner-carousel .operate span::after {
    width: 40px;
    height: 40px;
  }
}
.banner-carousel .operate:hover {
  --backColor: rgba(255, 255, 255, 0.6);
  --borderColor: var(--purple-color);
}

.new-banner {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.new-banner > ul {
  display: flex;
  width: 800vw;
  padding: 0;
}

.new-banner > ul > li {
  position: relative;
  width: 100vw;
  height: calc(100vh - 89px);
  min-height: 500px;
  max-height: 700px;
  display: block;
}

.banner-carousel ul.carousel-content > li {
  display: flex;
  justify-content: center;
  --imgSrc: "";
  --imgSrcwebp: "";
  color: #08294d;
}

.banner-carousel ul.carousel-content > li .imgData {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media screen and (max-width: 1140px) and (min-width: 1081px) {
  .new-banner > ul > li {
    height: calc(100vh - 110px);
  }
}
.banner-carousel ul.carousel-content li img {
  vertical-align: top;
}

.banner-carousel ul.carousel-content > li .carousel-contentMess {
  position: absolute;
  /* width:88%;*/
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*z-index: 10;*/
  /*  left: 0;*/
  top: 0;
}
@media screen and (min-width: 1080px) {
  .banner-carousel ul.carousel-content > li .carousel-contentMess {
    padding-left: 3%;
  }
}
@media screen and (max-width: 1080px) {
  .banner-carousel ul.carousel-content > li .carousel-contentMess {
    padding: 50px;
  }
}
.banner-carousel ul.carousel-content li .carousel-contentMess > div {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.banner-carousel ul.carousel-content li h2,
.banner-carousel ul.carousel-content li h1,
.banner-carousel ul.carousel-content li .banner-title {
  position: relative;
  font-weight: bold;
  margin: 2rem 0;
  font-size: 2em;
  font-family: "SourceSansProBold";
}

@media screen and (min-width: 1081px) {
  .banner-carousel ul.carousel-content li .carousel-contentMess > div {
    font-size: 1.04em;
  }
  .banner-carousel ul.carousel-content li h2,
  .banner-carousel ul.carousel-content li h1,
  .banner-carousel ul.carousel-content li .banner-title {
    font-size: 2.8rem;
    /*  text-align: center;*/
    line-height: 1.2em;
  }
}
.titleCurrent {
  animation: simpleAn 2.6s cubic-bezier(0.13, 0.95, 0, 0.99) forwards;
}

.imgCurrent {
  animation: simpleAn 2s cubic-bezier(0.13, 0.95, 0, 0.99) forwards;
}

@keyframes simpleAn {
  0% {
    transform: translateX(calc(50% * var(--y)));
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.banner-carousel ul.carousel-content li.after {
  animation: simplyAn 0.6s ease forwards;
  /* position: relative;*/
}

@keyframes simplyAn {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(calc(-100% * var(--y)));
    opacity: 1;
  }
}
.banner-carousel ul.scrollOperate {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*    background:rgba(88,88,88,0.8);*/
  z-index: 10;
}

.banner-carousel ul.scrollOperate li {
  position: relative;
  width: 30px;
  height: 10px;
  border-radius: 10px;
  margin: 6px;
  transition: all ease 0.4s;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}

.banner-carousel ul.scrollOperate li.current {
  width: 10px;
  background-color: var(--main-color);
}

.banner-carousel ul.scrollOperate li:hover {
  background-color: var(--main-color);
}

.banner-carousel .new-nuka-btn {
  margin: 3rem 0;
  padding: 20px 120px;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  white-space: nowrap;
}

@media screen and (max-width: 1320px) {
  .banner-carousel .new-nuka-btn {
    margin: 2em 0;
  }
}
.sideCarousel .operate {
  display: none;
}

.sideCarousel h2 {
  font-size: 1.4em;
}

.sideCarousel.banner-carousel ul.carousel-content {
  position: relative;
  width: 100%;
  height: auto;
  color: #000;
}

.sideCarousel.banner-carousel ul.scroll {
  bottom: 5px;
  display: none;
}

.sideCarousel.banner-carousel ul.scroll > li {
  --color: var(--black-color);
  border: 1px solid var(--color);
}

.sideCarousel.banner-carousel ul.scroll > li:hover {
  --color: var(--light-purple-color);
}

.sideCarousel {
  margin-top: 20px;
  overflow: hidden;
  border-radius: 6px;
}

.sideCarousel ul.carousel-content li .carousel-contentMess {
  background: var(--white-color);
  position: relative;
  height: auto;
  text-shadow: 1px 0 10px rgba(1, 1, 1, 0.2);
}

.sideCarousel ul.carousel-content li .carousel-contentMess p {
  font-size: 1em;
  color: var(--black-color);
}

.sideCarousel ul.carousel-content li {
  flex-direction: column;
}

.sideCarousel ul.carousel-content li .imgData {
  height: 100%;
  position: relative;
  background: var(--imgSrc) no-repeat;
  width: 100%;
  background-size: cover;
}

/*************************************bannerCarousel**************************************/
.main-h-full {
  height: calc(100vh - 110px);
}

.new-style9 {
  position: relative;
}
.new-style9 > dt {
  position: relative;
  border-radius: 4px;
  background-color: rgba(181, 181, 181, 0.1);
  padding: 1.1em 1em 1em 1em;
}
.new-style9 > dt .title {
  color: #3c6a36;
  font-size: 1.18em;
  font-weight: bold;
  font-family: "SourceSansProBold";
  margin-bottom: 5px;
}
.new-style9 > dt p {
  line-height: 1.45em;
}
.new-style9 > dt::after {
  position: absolute;
  content: "\e986";
  right: 0.2em;
  font-family: "icomoon";
  color: var(--main-color);
  transform: rotateZ(-80deg);
  font-size: 1.4em;
  top: 10px;
}

.new-style10 {
  position: relative;
  margin: 0;
  grid-gap: 1em;
}
.new-style10 > dt {
  position: relative;
  background-color: rgba(255, 255, 255, 0.96);
  padding: 1em;
  margin: 0;
}
.new-style10 > dt .title {
  display: block;
  font-size: 1.18em;
  font-weight: bold;
  font-family: "SourceSansProBold";
  color: #3c6a36;
  margin-bottom: 10px;
}
.new-style10 > dt p {
  line-height: 1.45em;
  padding-right: 25px;
}
.new-style10 > dt .title:hover {
  color: var(--yellow-color);
}
.new-style10 > dt .img {
  width: 3em;
  position: absolute;
  right: 15px;
  top: 10px;
}

.title-styl1 {
  position: relative;
  font-size: 1.7rem;
  font-family: "SourceSansProBold";
  font-weight: bold;
}
.title-styl1::before,
.title-styl1::after {
  position: relative;
  content: "★";
  color: var(--yellow-color);
}
.title-styl1::before {
  margin-right: 0.5em;
}
.title-styl1::after {
  margin-left: 0.5em;
}
.index-field-one,
.index-field-three {
  background: #f8f8f7;
  padding: 30px 20px;
}
.index-field-two {
  background: #f2f2f2;
  padding: 30px 20px;
}
.new-style11 {
  position: relative;
  margin: 1em 0;
}
.new-style11 p {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "SourceSansProBold";
}
.new-style11 p a {
  color: #3c6a36;
}
.new-style11 > li {
  position: relative;
  background: linear-gradient(to bottom, rgba(181, 181, 181, 0.16), rgba(181, 181, 181, 0.26));
  border-radius: 4px;
  padding: 1.5em 1em;
  text-align: center;
}
.new-style11 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.new-style17 {
  position: relative;
  padding: 2em;
  border-radius: 2em;
  border: 1px solid #ddd;
  margin: 2em auto;
  background: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
}
.new-style17 > li {
  position: relative;
  padding-left: 1.3em;
  transition: all ease 0.4s;
  margin-bottom: 4px;
}
.new-style17 > li a {
  color: #3c6a36;
}
.new-style17 > li:hover {
  transform: scale(1.06);
}
.new-style17 > li:hover:before {
  color: var(--yellow-color);
}
.new-style17 > li::before {
  position: absolute;
  content: ">";
  color: #999;
  left: 0;
  font-weight: bold;
  font-size: 0.92em;
}

@media screen and (min-width: 768px) {
  .new-style17::after {
    position: absolute;
    content: "";
    border-top: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
    width: 2em;
    aspect-ratio: 1;
    transform: rotateZ(45deg);
    left: calc(100% - 1em);
    top: calc(50% + 2.6em);
    background-color: var(--white-color);
  }
}
.new-style18 {
  position: relative;
}
.new-style18 > dt {
  position: relative;
  --translateY: 0;
  --width: 20%;
  box-shadow: 5px 5px 5px rgba(58, 58, 58, 0.1);
  padding: 1em 2em;
  margin: 1em 0;
  border-radius: 6px;
  background: linear-gradient(to right, var(--white-color), #e5f3d4);
  transform: translateY(var(--translateY));
  transition: all ease-in-out 0.3s;
}
.new-style18 > dt .title {
  margin: 0;
  position: relative;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
  font-family: "SourceSansProBold";
}
.new-style18 > dt .title::after {
  position: absolute;
  content: "";
  width: var(--width);
  height: 1px;
  background: linear-gradient(to right, var(--main-color), var(--main-dark-color));
  left: 0;
  bottom: -0.5em;
  transition: all 0.3s ease-in-out;
}
.new-style18 > dt:hover {
  --translateY: -5px;
  --width: 100%;
}
@media screen and (min-width: 1081px) {
  .list-style2 {
    z-index: 10;
  }
  .list-style2 > li {
    margin: 2.5em auto;
  }
  .list-style2 > li a,
  .list-style3 > li a {
    color: #3c6a36;
  }
  .list-style2 > li:first-child {
    transform: translateX(80%);
  }
  .list-style2 > li:nth-child(2) {
    transform: translateX(40%);
  }
  .list-style2 > li:nth-child(3) {
    transform: translateX(20%);
  }
  .list-style2 > li:nth-child(4) {
    transform: translateX(60%);
  }

  .list-style3 {
    padding-left: 2em;
  }
  .list-style3 > li {
    margin: 1.5em auto;
  }
  .list-style3 > li:first-child {
    transform: translate3d(-80%, -5.5em, 0);
    white-space: nowrap;
  }
  .list-style3 > li:nth-child(2) {
    transform: translate3d(-2em, -4em, 0);
  }
  .list-style3 > li:nth-child(4) {
    transform: translate3d(-2em, 3em, 0);
  }
  .list-style3 > li:nth-child(5) {
    transform: translate3d(-200%, 6em, 0);
  }
}

.new-style22 {
  position: relative;
}
.new-style22 .item {
  position: relative;
  --scal: 1;
  --translateY: 0;
}
.new-style22 .item > * {
  display: block;
  background-color: var(--white-color);
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  transform: translateY(var(--translateY));
  transition: all ease-in-out 0.3s;
  color: var(--black-color);
  box-shadow: 1px 0 20px 0 rgba(0, 0, 0, 0.1);
}
.new-style22 .item > * .title {
  font-weight: bold;
  font-size: 1.2em;
}
.new-style22 .item a[href] {
  color: var(--white-color);
}
.new-style22 .item > * .img {
  position: relative;
  aspect-ratio: 1.2;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.new-style22 .item > * .img img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
  transform: scale3d(var(--scal), var(--scal), 1);
}
.new-style22 .item > * .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem 1.5rem;
  color: var(--white-color);
  height: 100%;
  background: linear-gradient(to bottom, rgba(60, 106, 54, 0), rgba(60, 106, 54, 0.9));
  padding-top: 40%;
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.new-style22 .item > * .text * {
  transition: all ease-in-out 0.3s;
  opacity: 1;
}
.new-style22 .item > * .newBtn {
  font-size: 0.9rem;
  padding: 0.2em 1.5em;
  font-weight: 100;
  font-family: "AileronLight";
  position: absolute;
  bottom: 1.5em;
  margin: 0;
}
.new-style22 .item:hover {
  --scal: 1.04;
  --translateY: -0.2em;
}
