/* CSS Document */
body:not(.WebSiteHome) .topBox {
  padding-top: 0;
}

body:not(.WebSiteHome) .topBox > * {
  padding-bottom: unset;
}

header.scrollDown, header.noBanner {
  box-shadow: none;
}
header.scrollDown::before, header.noBanner::before {
  display: none;
}
@media (min-width: 1441px) {
  header.scrollDown .logo, header.noBanner .logo {
    padding: 24px 0;
  }
  header.scrollDown .logo lottie-player, header.noBanner .logo lottie-player {
    width: 273px;
    height: 32px;
  }
}
header.scrollDown .wrap::after, header.noBanner .wrap::after {
  background-color: #d4d4d4;
  opacity: 1;
}
header.scrollDown .menuBox .menu, header.noBanner .menuBox .menu {
  display: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.mainArea {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .mainArea {
    padding-top: 0;
  }
}

.bgBox {
  height: 100%;
  width: 100%;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.bgBox .sky {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .bgBox .sky img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}
@media (max-width: 390px) {
  .bgBox .sky img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}

@-webkit-keyframes cloudLeftAni {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

@keyframes cloudLeftAni {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
@-webkit-keyframes cloudRightAni {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
@keyframes cloudRightAni {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.itemBgi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.itemBgi .sun {
  background-color: #fff1af;
  border-radius: 50%;
  position: absolute;
  top: 25%;
  left: 19.4%;
  z-index: 1;
  width: 61vw;
  height: 61vw;
}
.itemBgi .sun::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff1af;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: sunBeforeAni 1.5s infinite linear;
          animation: sunBeforeAni 1.5s infinite linear;
}
@-webkit-keyframes sunBeforeAni {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes sunBeforeAni {
  0% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .sun {
    left: -3.6%;
    width: 105vw;
    height: 82vw;
  }
}
@media (max-width: 960px) {
  .itemBgi .sun {
    left: 0%;
    width: 98vw;
    height: 98vw;
    top: 13%;
  }
}
.itemBgi .cloud1 {
  position: absolute;
  top: 26.5%;
  left: 82%;
  z-index: 1;
  width: 4%;
  opacity: 0;
  transition: all 0.8s;
}
@media (max-width: 1180px) {
  .itemBgi .cloud1 {
    display: none;
  }
}
.itemBgi .cloud1 img {
  -webkit-animation: cloudLeftAni 5s infinite linear;
          animation: cloudLeftAni 5s infinite linear;
}
.itemBgi .cloud2 {
  position: absolute;
  top: 20%;
  left: 78%;
  z-index: 1;
  width: 2.6%;
  opacity: 0;
  transition: all 0.8s;
}
@media (max-width: 1180px) {
  .itemBgi .cloud2 {
    display: none;
  }
}
.itemBgi .cloud2 img {
  -webkit-animation: cloudRightAni 5s infinite linear;
          animation: cloudRightAni 5s infinite linear;
}
.itemBgi .cloud3 {
  position: absolute;
  top: 30.5%;
  left: 11.2%;
  z-index: 1;
  width: 3.9%;
  opacity: 0;
  transition: all 0.8s;
}
@media (max-width: 1180px) {
  .itemBgi .cloud3 {
    display: none;
  }
}
.itemBgi .cloud3 img {
  -webkit-animation: cloudLeftAni 5s infinite linear;
          animation: cloudLeftAni 5s infinite linear;
}
.itemBgi .cloud4 {
  position: absolute;
  top: 20.8%;
  left: 5.2%;
  z-index: 1;
  width: 5.8%;
  opacity: 0;
  transition: all 0.8s;
}
@media (max-width: 1180px) {
  .itemBgi .cloud4 {
    display: none;
  }
}
.itemBgi .cloud4 img {
  -webkit-animation: cloudRightAni 5s infinite linear;
          animation: cloudRightAni 5s infinite linear;
}
.itemBgi .cloud5 {
  position: absolute;
  top: 19.8%;
  left: 89.5%;
  z-index: 1;
  width: 5%;
  opacity: 0;
  transition: all 0.8s;
}
@media (max-width: 1180px) {
  .itemBgi .cloud5 {
    display: none;
  }
}
.itemBgi .cloud5 img {
  -webkit-animation: cloudLeftAni 5s infinite linear;
          animation: cloudLeftAni 5s infinite linear;
}
.itemBgi .cloud {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .cloud {
    height: 57%;
    bottom: 20%;
  }
  .itemBgi .cloud img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}
@media (max-width: 390px) {
  .itemBgi .cloud {
    height: 40%;
    bottom: 10%;
  }
  .itemBgi .cloud img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}
.itemBgi .windmill.windmill1 {
  top: 40%;
  left: 20.4%;
  width: 8%;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .windmill.windmill1 {
    top: 35%;
    width: 9%;
    z-index: 4;
  }
}
@media (max-width: 960px) {
  .itemBgi .windmill.windmill1 {
    top: 46%;
    left: 17.4%;
    width: 10%;
  }
}
@media (max-width: 660px) {
  .itemBgi .windmill.windmill1 {
    top: 50%;
    left: 14.4%;
    width: 14%;
  }
}
@media (max-width: 390px) {
  .itemBgi .windmill.windmill1 {
    top: 52%;
    left: 13.4%;
    width: 16%;
  }
}
.itemBgi .windmill.windmill1 .top {
  -webkit-animation: windmillAni 5s infinite linear;
          animation: windmillAni 5s infinite linear;
  -webkit-transform-origin: 64% 50%;
          transform-origin: 64% 50%;
}
.itemBgi .windmill.windmill2 {
  top: 28.2%;
  left: 15.4%;
  width: 10%;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .windmill.windmill2 {
    top: 26.2%;
    left: 12.4%;
    width: 12%;
    z-index: 4;
  }
}
@media (max-width: 960px) {
  .itemBgi .windmill.windmill2 {
    top: 40.2%;
    left: 9.4%;
    width: 13%;
  }
}
@media (max-width: 660px) {
  .itemBgi .windmill.windmill2 {
    top: 45.2%;
    left: 4.4%;
    width: 17%;
  }
}
@media (max-width: 390px) {
  .itemBgi .windmill.windmill2 {
    top: 47.2%;
    left: 1.4%;
    width: 19%;
  }
}
.itemBgi .windmill.windmill2 .top {
  -webkit-animation: windmillAni 5s infinite linear;
          animation: windmillAni 5s infinite linear;
  -webkit-transform-origin: 46% 59%;
          transform-origin: 46% 59%;
}
.itemBgi .mountainBg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .mountainBg {
    height: 46%;
    bottom: 9.5%;
  }
  .itemBgi .mountainBg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}
@media (max-width: 390px) {
  .itemBgi .mountainBg {
    height: 45%;
    bottom: 0;
  }
  .itemBgi .mountainBg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}
.itemBgi .tree2 {
  position: absolute;
  bottom: 33%;
  left: 16.3%;
  width: 5.5%;
  z-index: 4;
}
@media (max-width: 960px) {
  .itemBgi .tree2 {
    display: none;
  }
}
.itemBgi .sign {
  position: absolute;
  bottom: 34%;
  left: 19.9%;
  width: 1.9%;
  z-index: 4;
}
@media (max-width: 960px) {
  .itemBgi .sign {
    display: none;
  }
}
.itemBgi .dam {
  position: absolute;
  bottom: 32%;
  left: 48.75%;
  z-index: 3;
  width: 8.2%;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .dam {
    bottom: 36%;
    width: 14.2%;
  }
}
@media (max-width: 960px) {
  .itemBgi .dam {
    bottom: 46%;
    width: 17.2%;
  }
}
@media (max-width: 390px) {
  .itemBgi .dam {
    bottom: 33%;
    width: 21.2%;
  }
}
.itemBgi .waterItem {
  position: absolute;
  bottom: 24.7%;
  right: 29.5%;
  width: 15.5%;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
@media (max-width: 960px) {
  .itemBgi .waterItem {
    bottom: 42.7%;
    right: 12.5%;
    width: 15.5%;
  }
}
@media (max-width: 660px) {
  .itemBgi .waterItem {
    bottom: 37.7%;
    right: 19.5%;
    width: 18.5%;
  }
}
@media (max-width: 390px) {
  .itemBgi .waterItem {
    bottom: 30.7%;
    right: 23.5%;
    width: 23.5%;
  }
}
.itemBgi .waterItem .grass {
  position: absolute;
  top: 1%;
  right: 54%;
  width: 10%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.itemBgi .waterItem .water2 {
  margin: 21% 0 0 1%;
  width: 24%;
}
.itemBgi .waterItem .water1 {
  margin: 12% 0 0 9%;
  width: 35%;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.itemBgi .waterItem .grass1 {
  margin: 7% 0 0 15%;
  width: 15%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@-webkit-keyframes water2Ani {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes water2Ani {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes water1Ani {
  0% {
    opacity: 0;
    -webkit-transform: translate(10%, -10%) scale(0);
            transform: translate(10%, -10%) scale(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(8%, -8%) scale(0.2);
            transform: translate(8%, -8%) scale(0.2);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(2%, -2%) scale(0.8);
            transform: translate(2%, -2%) scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes water1Ani {
  0% {
    opacity: 0;
    -webkit-transform: translate(10%, -10%) scale(0);
            transform: translate(10%, -10%) scale(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(8%, -8%) scale(0.2);
            transform: translate(8%, -8%) scale(0.2);
  }
  80% {
    opacity: 1;
    -webkit-transform: translate(2%, -2%) scale(0.8);
            transform: translate(2%, -2%) scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes grass1Ani {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@keyframes grass1Ani {
  0% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@-webkit-keyframes grass2Ani {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
@keyframes grass2Ani {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
}
.itemBgi .centerHill {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .centerHill {
    height: 60%;
    bottom: 7%;
  }
  .itemBgi .centerHill img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
}
@media (max-width: 390px) {
  .itemBgi .centerHill {
    height: 77%;
    bottom: 8%;
  }
  .itemBgi .centerHill img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
}
.itemBgi .solarPanels.back {
  position: absolute;
  bottom: 32.9%;
  right: -4.1%;
  z-index: 5;
  width: 11.4%;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .solarPanels.back {
    z-index: 6;
  }
}
@media (max-width: 960px) {
  .itemBgi .solarPanels.back {
    bottom: 30.9%;
    right: -5.1%;
    z-index: 6;
    width: 12.4%;
  }
}
@media (max-width: 660px) {
  .itemBgi .solarPanels.back {
    display: none;
  }
}
.itemBgi .solarPanels.rightFont {
  position: absolute;
  right: 6.4%;
  bottom: 30%;
  width: 12%;
  z-index: 4;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .solarPanels.rightFont {
    z-index: 5;
  }
}
@media (max-width: 960px) {
  .itemBgi .solarPanels.rightFont {
    bottom: 31%;
    width: 14%;
    z-index: 6;
  }
}
@media (max-width: 660px) {
  .itemBgi .solarPanels.rightFont {
    display: none;
  }
}
.itemBgi .tree {
  position: absolute;
  bottom: 30.8%;
  right: -1.3%;
  width: 11.3%;
  z-index: 5;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .tree {
    width: 15.3%;
    z-index: 6;
  }
}
@media (max-width: 960px) {
  .itemBgi .tree {
    width: 13.3%;
    z-index: 6;
  }
}
@media (max-width: 660px) {
  .itemBgi .tree {
    width: 17.3%;
  }
}
.itemBgi .fishItem {
  position: absolute;
  bottom: 27.5%;
  display: -ms-flexbox;
  display: flex;
  width: 19.3%;
  right: 23%;
  z-index: 5;
  -ms-flex-align: end;
      align-items: end;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .fishItem {
    bottom: 36.5%;
    width: 20.3%;
    right: 7%;
    z-index: 3;
  }
}
@media (max-width: 960px) {
  .itemBgi .fishItem {
    bottom: 43.5%;
    width: 22.3%;
    right: 2%;
    z-index: 4;
  }
}
@media (max-width: 660px) {
  .itemBgi .fishItem {
    display: none;
  }
}
.itemBgi .fishItem .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
}
.itemBgi .fishItem .right {
  padding: 0 9% 0 5.6%;
  width: 90.4%;
}
.itemBgi .fishItem .buoy {
  width: 9.6%;
  margin: 0 0 1% 0;
}
.itemBgi .fishItem .bridge {
  margin: 0 0 7% 18%;
  width: 90%;
}
.itemBgi .fishItem .human2 {
  width: 22%;
  margin: 8% -2% 0% 2.7%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.itemBgi .fishItem .human1 {
  width: 92%;
  margin: 0 0% 0 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@-webkit-keyframes fishHumanAni {
  0% {
    -webkit-transform: translate(0, -4px) rotate(8deg);
            transform: translate(0, -4px) rotate(8deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fishHumanAni {
  0% {
    -webkit-transform: translate(0, -4px) rotate(8deg);
            transform: translate(0, -4px) rotate(8deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes fishHuman2Ani {
  0% {
    -webkit-transform: translate(0, 0) rotate(-8deg);
            transform: translate(0, 0) rotate(-8deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes fishHuman2Ani {
  0% {
    -webkit-transform: translate(0, 0) rotate(-8deg);
            transform: translate(0, 0) rotate(-8deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes buoyAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes buoyAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.itemBgi .rightItem {
  position: absolute;
  bottom: 29.7%;
  right: 0;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  width: 9%;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .rightItem {
    bottom: 27.7%;
    width: 11%;
    z-index: 7;
  }
}
@media (max-width: 960px) {
  .itemBgi .rightItem {
    width: 11%;
    z-index: 6;
  }
}
@media (max-width: 660px) {
  .itemBgi .rightItem {
    width: 12%;
  }
}
.itemBgi .rightItem .wood {
  width: 115%;
  position: absolute;
  right: 55.5%;
  bottom: 4.3%;
}
.itemBgi .rightItem .grass {
  width: 85.4%;
}
.itemBgi .rightItem .grass2 {
  position: absolute;
  bottom: -13%;
  right: -40%;
  width: 75%;
  z-index: -1;
}
.itemBgi .bikeBox {
  position: absolute;
  bottom: 36%;
  left: 0;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  width: 15.3%;
  -ms-flex-align: start;
      align-items: start;
  -ms-flex-pack: start;
      justify-content: start;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .bikeBox {
    bottom: 41%;
    width: 20.3%;
  }
}
@media (max-width: 960px) {
  .itemBgi .bikeBox {
    bottom: 35%;
    width: 25.3%;
  }
}
@media (max-width: 660px) {
  .itemBgi .bikeBox {
    display: none;
  }
}
.itemBgi .bikeBox .bike2 {
  width: 50%;
  margin: 0% 0 0 -2.8%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.itemBgi .bikeBox .bike {
  width: 50%;
  margin: 11% 0 0 2%;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}
@-webkit-keyframes bike2Ani {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bike2Ani {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes bikeAni {
  0% {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes bikeAni {
  0% {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }
  80% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  90% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.itemBgi .frontHill {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .frontHill {
    height: 60%;
  }
  .itemBgi .frontHill img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}
@media (max-width: 390px) {
  .itemBgi .frontHill {
    height: 41%;
  }
  .itemBgi .frontHill img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}
.itemBgi .walkItem {
  position: absolute;
  left: 25%;
  bottom: 8%;
  width: 21%;
  z-index: 5;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .walkItem {
    left: 16%;
    width: 26%;
  }
}
@media (max-width: 960px) {
  .itemBgi .walkItem {
    width: 30%;
  }
}
@media (max-width: 660px) {
  .itemBgi .walkItem {
    width: 33%;
    left: 17%;
  }
}
@media (max-width: 390px) {
  .itemBgi .walkItem {
    width: 43%;
    left: 13%;
  }
}
.itemBgi .walkItem .bottom {
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
}
.itemBgi .walkItem .human {
  position: absolute;
  bottom: 28.8%;
  left: 3.5%;
  width: 59.5%;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}
.itemBgi .walkItem .human2 {
  position: absolute;
  bottom: 18%;
  right: 8%;
  width: 66.8%;
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}
@-webkit-keyframes walkItemBottomAni {
  0% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes walkItemBottomAni {
  0% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes human2Ani {
  0% {
    -webkit-transform: translateX(20%) rotate(-5deg);
            transform: translateX(20%) rotate(-5deg);
  }
  20% {
    -webkit-transform: translateX(16%) rotate(0deg);
            transform: translateX(16%) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(12%) rotate(-5deg);
            transform: translateX(12%) rotate(-5deg);
  }
  60% {
    -webkit-transform: translateX(8%) rotate(0deg);
            transform: translateX(8%) rotate(0deg);
  }
  80% {
    -webkit-transform: translateX(4%) rotate(-5deg);
            transform: translateX(4%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes human2Ani {
  0% {
    -webkit-transform: translateX(20%) rotate(-5deg);
            transform: translateX(20%) rotate(-5deg);
  }
  20% {
    -webkit-transform: translateX(16%) rotate(0deg);
            transform: translateX(16%) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(12%) rotate(-5deg);
            transform: translateX(12%) rotate(-5deg);
  }
  60% {
    -webkit-transform: translateX(8%) rotate(0deg);
            transform: translateX(8%) rotate(0deg);
  }
  80% {
    -webkit-transform: translateX(4%) rotate(-5deg);
            transform: translateX(4%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes humanAni {
  0% {
    -webkit-transform: translateX(30%) rotate(-5deg);
            transform: translateX(30%) rotate(-5deg);
  }
  20% {
    -webkit-transform: translateX(24%) rotate(0deg);
            transform: translateX(24%) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(18%) rotate(-5deg);
            transform: translateX(18%) rotate(-5deg);
  }
  60% {
    -webkit-transform: translateX(12%) rotate(0deg);
            transform: translateX(12%) rotate(0deg);
  }
  80% {
    -webkit-transform: translateX(6%) rotate(-5deg);
            transform: translateX(6%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes humanAni {
  0% {
    -webkit-transform: translateX(30%) rotate(-5deg);
            transform: translateX(30%) rotate(-5deg);
  }
  20% {
    -webkit-transform: translateX(24%) rotate(0deg);
            transform: translateX(24%) rotate(0deg);
  }
  40% {
    -webkit-transform: translateX(18%) rotate(-5deg);
            transform: translateX(18%) rotate(-5deg);
  }
  60% {
    -webkit-transform: translateX(12%) rotate(0deg);
            transform: translateX(12%) rotate(0deg);
  }
  80% {
    -webkit-transform: translateX(6%) rotate(-5deg);
            transform: translateX(6%) rotate(-5deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
.itemBgi .plantItem {
  position: absolute;
  bottom: 13%;
  right: 5.2%;
  width: 20.6%;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .plantItem {
    bottom: 18%;
    right: 28.2%;
    width: 21.6%;
  }
}
@media (max-width: 960px) {
  .itemBgi .plantItem {
    width: 30%;
  }
}
@media (max-width: 660px) {
  .itemBgi .plantItem {
    width: 33%;
  }
}
@media (max-width: 390px) {
  .itemBgi .plantItem {
    width: 40%;
  }
}
.itemBgi .plantItem .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.itemBgi .plantItem .item {
  position: absolute;
  bottom: 27%;
  left: 24.5%;
  z-index: -1;
  width: 13%;
}
.itemBgi .plantItem .item1 {
  position: absolute;
  bottom: 5%;
  right: 24%;
  z-index: 1;
  width: 11%;
}
.itemBgi .plantItem .human {
  width: 36.7%;
  margin: 0 0 8% 0.9%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.itemBgi .plantItem .plant {
  position: absolute;
  bottom: 8%;
  right: 39%;
  z-index: -1;
  width: 17%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.itemBgi .plantItem .human2 {
  width: 44.7%;
  margin: 22.3% -0.6% 0 19.2%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@-webkit-keyframes plantAni {
  0% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
  50% {
    -webkit-transform: skew(5deg);
            transform: skew(5deg);
  }
  100% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
}
@keyframes plantAni {
  0% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
  50% {
    -webkit-transform: skew(5deg);
            transform: skew(5deg);
  }
  100% {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
  }
}
@-webkit-keyframes humanPlantAni {
  0% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}
@keyframes humanPlantAni {
  0% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
}
@-webkit-keyframes human2PlantAni {
  0% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}
@keyframes human2PlantAni {
  0% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}
.itemBgi .solarPanels.front {
  position: absolute;
  bottom: -14.5%;
  left: 1.6%;
  z-index: 5;
  width: 20.5%;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .itemBgi .solarPanels.front {
    left: -3.4%;
    width: 26.5%;
  }
}
@media (max-width: 960px) {
  .itemBgi .solarPanels.front {
    bottom: -8%;
    left: -3.4%;
    width: 27.5%;
  }
}
@media (max-width: 390px) {
  .itemBgi .solarPanels.front {
    width: 45.5%;
  }
}
@media (max-width: 960px) {
  .itemBgi.questionBgi .fishItem {
    display: none;
  }
}
.itemBgi.endBgi .sun {
  top: 66.5%;
  z-index: 6;
  left: 19.3vw;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .sun {
    top: 59.5%;
    z-index: 6;
    left: 11.3vw;
    width: 82vw;
    height: 82vw;
    z-index: 8;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .sun {
    top: 68.5%;
    left: 5vw;
    width: 90vw;
    height: 90vw;
  }
}
@media (max-width: 390px) {
  .itemBgi.endBgi .sun {
    top: 68.5%;
    left: 0;
    width: 100vw;
    height: 100vw;
  }
}
.itemBgi.endBgi .windmill.windmill1 {
  left: 7.6%;
}
.itemBgi.endBgi .windmill.windmill2 {
  left: 2.6%;
}
.itemBgi.endBgi .tree3 {
  position: absolute;
  width: 13.5%;
  bottom: 16%;
  right: 7%;
  z-index: 5;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .tree3 {
    width: 16.5%;
    z-index: 7;
  }
}
.itemBgi.endBgi .grass.front {
  position: absolute;
  bottom: 15%;
  right: 12%;
  z-index: 5;
  width: 6.2%;
}
.itemBgi.endBgi .ribbons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .ribbons {
    z-index: 8;
  }
}
.itemBgi.endBgi .ribbons > * {
  position: absolute;
}
.itemBgi.endBgi .ribbons .ribbon1 {
  top: 42.4%;
  left: 19.4%;
  width: 1.3%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .ribbons .ribbon1 {
    width: 2.3%;
    left: 16.4%;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .ribbons .ribbon1 {
    width: 3.3%;
    left: 32.4%;
    top: 34.4%;
  }
}
.itemBgi.endBgi .ribbons .ribbon2 {
  bottom: 16%;
  right: 26%;
  width: 1.3%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .ribbons .ribbon2 {
    display: none;
  }
}
.itemBgi.endBgi .ribbons .ribbon3 {
  bottom: 10.5%;
  right: 28.7%;
  width: 2.15%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .ribbons .ribbon3 {
    width: 3.15%;
    right: 25.7%;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .ribbons .ribbon3 {
    width: 4.15%;
    right: 13.7%;
    bottom: 22.5%;
  }
}
.itemBgi.endBgi .ribbons .ribbon4 {
  bottom: 12%;
  left: 26.4%;
  width: 3.5%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .ribbons .ribbon4 {
    width: 4.5%;
    left: 22.4%;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .ribbons .ribbon4 {
    width: 5.5%;
    left: 15.4%;
    bottom: 29%;
  }
}
.itemBgi.endBgi .ribbons .ribbon5 {
  top: 16.1%;
  right: 24.4%;
  width: 2.3%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .ribbons .ribbon5 {
    width: 3.3%;
    right: 21.4%;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .ribbons .ribbon5 {
    width: 5.3%;
    top: 24.1%;
  }
}
.itemBgi.endBgi .ribbons .ribbon6 {
  bottom: 36.6%;
  left: 32.7%;
  width: 1%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .ribbons .ribbon6 {
    width: 2%;
    left: 29.7%;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .ribbons .ribbon6 {
    width: 2.5%;
    left: 34.7%;
    bottom: 44.6%;
  }
}
.itemBgi.endBgi .ribbons .ribbon7 {
  bottom: 44%;
  right: 27.7%;
  width: 1.3%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .ribbons .ribbon7 {
    width: 2.3%;
    right: 24.7%;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .ribbons .ribbon7 {
    width: 3%;
    right: 24.7%;
    bottom: 44%;
  }
}
.itemBgi.endBgi .ribbons .ribbon8 {
  bottom: 42.8%;
  left: 28.9%;
  width: 2%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .ribbons .ribbon8 {
    display: none;
  }
}
.itemBgi.endBgi .ribbons .ribbon9 {
  bottom: 36.8%;
  right: 31.3%;
  width: 1.5%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .ribbons .ribbon9 {
    width: 2.5%;
    right: 28.3%;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .ribbons .ribbon9 {
    width: 3.5%;
    right: 37.3%;
    bottom: 33.8%;
  }
}
@-webkit-keyframes ribbonEndAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(20px) rotate(10deg);
            transform: translateY(20px) rotate(10deg);
  }
  40% {
    -webkit-transform: translateY(40px) rotate(0deg);
            transform: translateY(40px) rotate(0deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(60px) rotate(-15deg);
            transform: translateY(60px) rotate(-15deg);
  }
  80% {
    -webkit-transform: translateY(80px) rotate(0deg);
            transform: translateY(80px) rotate(0deg);
  }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100px) rotate(0deg);
            transform: translateY(100px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@keyframes ribbonEndAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(20px) rotate(10deg);
            transform: translateY(20px) rotate(10deg);
  }
  40% {
    -webkit-transform: translateY(40px) rotate(0deg);
            transform: translateY(40px) rotate(0deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(60px) rotate(-15deg);
            transform: translateY(60px) rotate(-15deg);
  }
  80% {
    -webkit-transform: translateY(80px) rotate(0deg);
            transform: translateY(80px) rotate(0deg);
  }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100px) rotate(0deg);
            transform: translateY(100px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes ribbon2EndAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(20px) rotate(-10deg);
            transform: translateY(20px) rotate(-10deg);
  }
  40% {
    -webkit-transform: translateY(40px) rotate(0deg);
            transform: translateY(40px) rotate(0deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(60px) rotate(15deg);
            transform: translateY(60px) rotate(15deg);
  }
  80% {
    -webkit-transform: translateY(80px) rotate(0deg);
            transform: translateY(80px) rotate(0deg);
  }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100px) rotate(0deg);
            transform: translateY(100px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@keyframes ribbon2EndAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(20px) rotate(-10deg);
            transform: translateY(20px) rotate(-10deg);
  }
  40% {
    -webkit-transform: translateY(40px) rotate(0deg);
            transform: translateY(40px) rotate(0deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(60px) rotate(15deg);
            transform: translateY(60px) rotate(15deg);
  }
  80% {
    -webkit-transform: translateY(80px) rotate(0deg);
            transform: translateY(80px) rotate(0deg);
  }
  99% {
    opacity: 0;
    -webkit-transform: translateY(100px) rotate(0deg);
            transform: translateY(100px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
.itemBgi.endBgi .balloon1 {
  position: absolute;
  top: 26.3%;
  right: 22.5%;
  z-index: 6;
  width: 2.5%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .balloon1 {
    width: 3.5%;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .balloon1 {
    width: 5.5%;
    right: 13.5%;
  }
}
@-webkit-keyframes balloon1Ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  1% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(-80px) rotate(10deg);
            transform: translateY(-80px) rotate(10deg);
  }
  60% {
    -webkit-transform: translateY(-120px) rotate(0deg);
            transform: translateY(-120px) rotate(0deg);
  }
  80% {
    -webkit-transform: translateY(-160px) rotate(-15deg);
            transform: translateY(-160px) rotate(-15deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(-180px) rotate(0deg);
            transform: translateY(-180px) rotate(0deg);
  }
  95% {
    opacity: 0;
    -webkit-transform: translateY(-190px) rotate(0deg);
            transform: translateY(-190px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@keyframes balloon1Ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  1% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(-80px) rotate(10deg);
            transform: translateY(-80px) rotate(10deg);
  }
  60% {
    -webkit-transform: translateY(-120px) rotate(0deg);
            transform: translateY(-120px) rotate(0deg);
  }
  80% {
    -webkit-transform: translateY(-160px) rotate(-15deg);
            transform: translateY(-160px) rotate(-15deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(-180px) rotate(0deg);
            transform: translateY(-180px) rotate(0deg);
  }
  95% {
    opacity: 0;
    -webkit-transform: translateY(-190px) rotate(0deg);
            transform: translateY(-190px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes balloon2Ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  1% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(-80px) rotate(-10deg);
            transform: translateY(-80px) rotate(-10deg);
  }
  60% {
    -webkit-transform: translateY(-120px) rotate(0deg);
            transform: translateY(-120px) rotate(0deg);
  }
  80% {
    -webkit-transform: translateY(-160px) rotate(15deg);
            transform: translateY(-160px) rotate(15deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(-180px) rotate(0deg);
            transform: translateY(-180px) rotate(0deg);
  }
  99% {
    opacity: 0;
    -webkit-transform: translateY(-200px) rotate(0deg);
            transform: translateY(-200px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@keyframes balloon2Ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  1% {
    opacity: 1;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(-80px) rotate(-10deg);
            transform: translateY(-80px) rotate(-10deg);
  }
  60% {
    -webkit-transform: translateY(-120px) rotate(0deg);
            transform: translateY(-120px) rotate(0deg);
  }
  80% {
    -webkit-transform: translateY(-160px) rotate(15deg);
            transform: translateY(-160px) rotate(15deg);
  }
  90% {
    opacity: 1;
    -webkit-transform: translateY(-180px) rotate(0deg);
            transform: translateY(-180px) rotate(0deg);
  }
  99% {
    opacity: 0;
    -webkit-transform: translateY(-200px) rotate(0deg);
            transform: translateY(-200px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
.itemBgi.endBgi .balloon2 {
  position: absolute;
  top: 32%;
  left: 22.1%;
  z-index: 6;
  width: 3.6%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .balloon2 {
    width: 4.6%;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .balloon2 {
    width: 6.6%;
    left: 14.1%;
  }
}
.itemBgi.endBgi .balloon3 {
  position: absolute;
  top: 41.3%;
  right: 19.6%;
  z-index: 6;
  width: 4.6%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .balloon3 {
    width: 5.6%;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .balloon3 {
    width: 8.6%;
    right: 34.6%;
  }
}
.itemBgi.endBgi .firework1 {
  position: absolute;
  top: 26%;
  right: 15.1%;
  z-index: 5;
  width: 4.2%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .firework1 {
    width: 5.2%;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .firework1 {
    width: 9.2%;
    top: 10%;
    right: 7.1%;
  }
}
.itemBgi.endBgi .firework2 {
  position: absolute;
  top: 18.7%;
  left: 18.65%;
  z-index: 5;
  width: 3%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .firework2 {
    width: 4%;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .firework2 {
    width: 7%;
    top: 8.7%;
    left: 14.65%;
  }
}
.itemBgi.endBgi .firework3 {
  position: absolute;
  top: 26.4%;
  left: 14.5%;
  z-index: 5;
  width: 3.4%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .firework3 {
    width: 4.4%;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .firework3 {
    width: 8.4%;
    left: 4.5%;
  }
}
@-webkit-keyframes fireworkAni {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  99% {
    opacity: 0;
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes fireworkAni {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  10% {
    opacity: 1;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  90% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  99% {
    opacity: 0;
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
.itemBgi.endBgi .humans {
  position: absolute;
  width: 35%;
  bottom: 0;
  left: 33%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  z-index: 6;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .humans {
    width: 43%;
    left: 29%;
    z-index: 9;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .humans {
    width: 60%;
    left: 20%;
  }
}
.itemBgi.endBgi .humans .left {
  width: 29.6%;
  padding: 0 0 0 3px;
}
.itemBgi.endBgi .humans .center {
  width: 32.6%;
  padding: 0 0 0 5.8%;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.itemBgi.endBgi .humans .right {
  width: 37.6%;
  padding: 0 0.2% 0 5.5%;
}
@-webkit-keyframes leftHumanAni {
  0% {
    -webkit-transform: translateY(50%) translateX(10%);
            transform: translateY(50%) translateX(10%);
  }
  70% {
    -webkit-transform: translateY(0) translateX(10%);
            transform: translateY(0) translateX(10%);
  }
  71% {
    -webkit-transform: translateY(0) translateX(10%);
            transform: translateY(0) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
@keyframes leftHumanAni {
  0% {
    -webkit-transform: translateY(50%) translateX(10%);
            transform: translateY(50%) translateX(10%);
  }
  70% {
    -webkit-transform: translateY(0) translateX(10%);
            transform: translateY(0) translateX(10%);
  }
  71% {
    -webkit-transform: translateY(0) translateX(10%);
            transform: translateY(0) translateX(10%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
@-webkit-keyframes centerHumanAni {
  0% {
    -webkit-transform: translateY(50%) scale(0.8);
            transform: translateY(50%) scale(0.8);
  }
  70% {
    -webkit-transform: translateY(0) scale(0.8);
            transform: translateY(0) scale(0.8);
  }
  71% {
    -webkit-transform: translateY(0) scale(0.8);
            transform: translateY(0) scale(0.8);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@keyframes centerHumanAni {
  0% {
    -webkit-transform: translateY(50%) scale(0.8);
            transform: translateY(50%) scale(0.8);
  }
  70% {
    -webkit-transform: translateY(0) scale(0.8);
            transform: translateY(0) scale(0.8);
  }
  71% {
    -webkit-transform: translateY(0) scale(0.8);
            transform: translateY(0) scale(0.8);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes rightHumanAni {
  0% {
    -webkit-transform: translateY(50%) translateX(-10%);
            transform: translateY(50%) translateX(-10%);
  }
  70% {
    -webkit-transform: translateY(0) translateX(-10%);
            transform: translateY(0) translateX(-10%);
  }
  71% {
    -webkit-transform: translateY(0) translateX(-10%);
            transform: translateY(0) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
@keyframes rightHumanAni {
  0% {
    -webkit-transform: translateY(50%) translateX(-10%);
            transform: translateY(50%) translateX(-10%);
  }
  70% {
    -webkit-transform: translateY(0) translateX(-10%);
            transform: translateY(0) translateX(-10%);
  }
  71% {
    -webkit-transform: translateY(0) translateX(-10%);
            transform: translateY(0) translateX(-10%);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
}
.itemBgi.endBgi .ribbon.left {
  position: absolute;
  z-index: 5;
  bottom: 32.3%;
  left: 23.1%;
  width: 5%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .ribbon.left {
    bottom: 45.3%;
    left: 24.1%;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .ribbon.left {
    display: none;
  }
}
.itemBgi.endBgi .ribbon.left .animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.itemBgi.endBgi .ribbon.right {
  position: absolute;
  z-index: 5;
  bottom: 44.2%;
  right: 3.6%;
  width: 6.2%;
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .ribbon.right {
    display: none;
  }
}
.itemBgi.endBgi .ribbon.right .animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@-webkit-keyframes ribbonLightAni {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  80% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  99% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@keyframes ribbonLightAni {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  80% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  99% {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@media (max-width: 1180px) {
  .itemBgi.endBgi .solarPanels.front {
    left: -5.4%;
    width: 28.5%;
    z-index: 6;
  }
}
@media (max-width: 960px) {
  .itemBgi.endBgi .solarPanels.front {
    display: none;
  }
}

.windmill {
  opacity: 1;
}
.windmill .top {
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.windmill.windmill1 {
  position: absolute;
  z-index: 2;
  width: 8%;
}
@media (max-width: 960px) {
  .windmill.windmill1 {
    z-index: 4;
  }
}
.windmill.windmill1 .top {
  -webkit-animation: windmillAni 5s infinite linear;
          animation: windmillAni 5s infinite linear;
  -webkit-transform-origin: 65% 49%;
          transform-origin: 65% 49%;
}
.windmill.windmill2 {
  position: absolute;
  z-index: 2;
  width: 10%;
}
@media (max-width: 960px) {
  .windmill.windmill2 {
    z-index: 4;
  }
}
.windmill.windmill2 .top {
  -webkit-animation: windmillAni 5s infinite linear;
          animation: windmillAni 5s infinite linear;
  -webkit-transform-origin: 46% 58%;
          transform-origin: 46% 58%;
}

@-webkit-keyframes windmillAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes windmillAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.questionArea {
  position: relative;
  height: 47.5vw;
  overflow: hidden;
  max-width: 1920px;
}
@media screen and (max-width: 1180px) and (min-width: 961px) {
  .questionArea {
    height: 60vw;
  }
}
@media (max-width: 960px) {
  .questionArea {
    height: 110vw;
  }
}
@media (max-width: 660px) {
  .questionArea {
    height: 130vw;
  }
}
@media (max-width: 390px) {
  .questionArea {
    height: 170vw;
  }
}
.questionArea .questionBox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s opacity;
  z-index: 2;
}
.questionArea .contentBox {
  position: relative;
  z-index: 1;
}
.questionArea .btnBox {
  position: relative;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.questionArea .btnBox .btn {
  width: 220px;
  height: 60px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  min-width: unset;
}
@media (max-width: 1440px) {
  .questionArea .btnBox .btn {
    width: 200px;
    height: 50px;
  }
}
@media (max-width: 490px) {
  .questionArea .btnBox .btn {
    width: 130px;
    height: 40px;
  }
}
.questionArea .questionBox.first, .questionArea .questionBox.end {
  padding: 175px 0;
}
@media (max-width: 1680px) {
  .questionArea .questionBox.first, .questionArea .questionBox.end {
    padding: 120px 0;
  }
}
@media (max-width: 1440px) {
  .questionArea .questionBox.first, .questionArea .questionBox.end {
    padding: 80px 0;
  }
}
@media (max-width: 960px) {
  .questionArea .questionBox.first, .questionArea .questionBox.end {
    padding: 107px 0;
  }
}
@media (max-width: 350px) {
  .questionArea .questionBox.first, .questionArea .questionBox.end {
    padding: 60px 0;
  }
}
.questionArea .questionBox.first .textEditor, .questionArea .questionBox.end .textEditor {
  text-align: center;
}
.questionArea .questionBox.first .textEditor .title, .questionArea .questionBox.end .textEditor .title {
  font-weight: bold;
  font-size: 70px;
  letter-spacing: 4.1px;
  padding: 0 0 0 3px;
}
@media (max-width: 1680px) {
  .questionArea .questionBox.first .textEditor .title, .questionArea .questionBox.end .textEditor .title {
    font-size: 60px;
  }
}
@media (max-width: 1440px) {
  .questionArea .questionBox.first .textEditor .title, .questionArea .questionBox.end .textEditor .title {
    font-size: 50px;
  }
}
@media (max-width: 1440px) {
  .questionArea .questionBox.first .textEditor .title, .questionArea .questionBox.end .textEditor .title {
    font-size: 50px;
  }
}
@media (max-width: 1180px) {
  .questionArea .questionBox.first .textEditor .title, .questionArea .questionBox.end .textEditor .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .questionArea .questionBox.first .textEditor .title, .questionArea .questionBox.end .textEditor .title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .questionArea .questionBox.first .textEditor .title, .questionArea .questionBox.end .textEditor .title {
    font-size: 18px;
  }
}
.questionArea .questionBox.first .textEditor .subtitle, .questionArea .questionBox.end .textEditor .subtitle {
  font-size: 40px;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 15px;
}
@media (max-width: 1680px) {
  .questionArea .questionBox.first .textEditor .subtitle, .questionArea .questionBox.end .textEditor .subtitle {
    font-size: 30px;
  }
}
@media (max-width: 1440px) {
  .questionArea .questionBox.first .textEditor .subtitle, .questionArea .questionBox.end .textEditor .subtitle {
    font-size: 25px;
  }
}
@media (max-width: 1180px) {
  .questionArea .questionBox.first .textEditor .subtitle, .questionArea .questionBox.end .textEditor .subtitle {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .questionArea .questionBox.first .textEditor .subtitle, .questionArea .questionBox.end .textEditor .subtitle {
    font-size: 18px;
  }
}
.questionArea .questionBox.first .textEditor .text, .questionArea .questionBox.end .textEditor .text {
  padding-bottom: 33px;
}
@media (max-width: 1680px) {
  .questionArea .questionBox.first .textEditor .text, .questionArea .questionBox.end .textEditor .text {
    font-size: 17px;
  }
}
@media (max-width: 1440px) {
  .questionArea .questionBox.first .textEditor .text, .questionArea .questionBox.end .textEditor .text {
    font-size: 14px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1180px) {
  .questionArea .questionBox.first .textEditor .text, .questionArea .questionBox.end .textEditor .text {
    font-size: 12px;
    padding-bottom: 15px;
  }
}
.questionArea .questionBox.first .textEditor .title > .blue, .questionArea .questionBox.first .textEditor .title > .green {
  display: inline-block;
}
.questionArea .questionBox.first.show .itemBgi .cloud1, .questionArea .questionBox.first.show .itemBgi .cloud2, .questionArea .questionBox.first.show .itemBgi .cloud3, .questionArea .questionBox.first.show .itemBgi .cloud4, .questionArea .questionBox.first.show .itemBgi .cloud5 {
  opacity: 1;
}
.questionArea .questionBox.first.show .itemBgi .fishItem .human1 {
  -webkit-animation: fishHumanAni 2s linear forwards;
          animation: fishHumanAni 2s linear forwards;
}
.questionArea .questionBox.first.show .itemBgi .fishItem .human2 {
  -webkit-animation: fishHuman2Ani 2s linear forwards;
          animation: fishHuman2Ani 2s linear forwards;
}
.questionArea .questionBox.first.show .itemBgi .fishItem .buoy {
  -webkit-animation: buoyAni 2s infinite linear;
          animation: buoyAni 2s infinite linear;
}
.questionArea .questionBox.first.show .itemBgi .walkItem .human {
  -webkit-animation: humanAni 2.5s linear forwards;
          animation: humanAni 2.5s linear forwards;
}
.questionArea .questionBox.first.show .itemBgi .walkItem .human2 {
  -webkit-animation: human2Ani 2.5s linear forwards;
          animation: human2Ani 2.5s linear forwards;
}
.questionArea .questionBox.first.show .itemBgi .walkItem .bottom {
  -webkit-animation: walkItemBottomAni 2.5s linear forwards;
          animation: walkItemBottomAni 2.5s linear forwards;
}
.questionArea .questionBox.first.show .itemBgi .bikeBox {
  opacity: 1;
}
.questionArea .questionBox.first.show .itemBgi .bikeBox .bike2 {
  -webkit-animation: bike2Ani 2.8s linear forwards;
          animation: bike2Ani 2.8s linear forwards;
}
.questionArea .questionBox.first.show .itemBgi .bikeBox .bike {
  -webkit-animation: bikeAni 3s linear forwards;
          animation: bikeAni 3s linear forwards;
}
.questionArea .questionBox.first.show .itemBgi .plantItem .plant {
  -webkit-animation: plantAni 4s linear infinite;
          animation: plantAni 4s linear infinite;
}
.questionArea .questionBox.first.show .itemBgi .plantItem .human {
  -webkit-animation: humanPlantAni 2.5s linear forwards;
          animation: humanPlantAni 2.5s linear forwards;
}
.questionArea .questionBox.first.show .itemBgi .plantItem .human2 {
  -webkit-animation: human2PlantAni 2.5s linear forwards;
          animation: human2PlantAni 2.5s linear forwards;
}
.questionArea .questionBox.first.show .itemBgi .waterItem .water2 {
  -webkit-animation: water2Ani 3s linear infinite;
          animation: water2Ani 3s linear infinite;
}
.questionArea .questionBox.first.show .itemBgi .waterItem .water1 {
  -webkit-animation: water1Ani 4s linear infinite;
          animation: water1Ani 4s linear infinite;
}
.questionArea .questionBox.first.show .itemBgi .waterItem .grass1 {
  -webkit-animation: grass1Ani 4s linear infinite;
          animation: grass1Ani 4s linear infinite;
}
.questionArea .questionBox.first.show .itemBgi .waterItem .grass {
  -webkit-animation: grass2Ani 4s linear infinite;
          animation: grass2Ani 4s linear infinite;
}
.questionArea .questionBox.show {
  opacity: 1;
  pointer-events: auto;
}
.questionArea .questionBox.show .contentBox {
  opacity: 1;
  pointer-events: auto;
}
.questionArea .questionBox.question.show .contentBox {
  opacity: 1;
  pointer-events: auto;
}
.questionArea .questionBox.question .contentBox {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  overflow-y: auto;
  padding: 7.8vw 0 0;
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  transition: 0.3s opacity;
}
@media (max-width: 1800px) {
  .questionArea .questionBox.question .contentBox {
    padding-top: 110px;
  }
}
@media (max-width: 1540px) {
  .questionArea .questionBox.question .contentBox {
    padding-top: 78px;
  }
}
@media (max-width: 960px) {
  .questionArea .questionBox.question .contentBox {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.questionArea .questionBox.question .contentBox .wrap {
  max-width: 1092px;
  height: 100%;
  position: relative;
}
.questionArea .questionBox.question .contentBox .wrap .questionContent {
  border-radius: 40px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.8s;
  height: 696px;
  width: 793px;
  margin: 0 auto;
}
@media (max-width: 1800px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent {
    padding: 20px;
    height: 660px;
  }
}
@media (max-width: 1680px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent {
    padding: 10px;
    height: 600px;
  }
}
@media (max-width: 1540px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent {
    height: 540px;
  }
}
@media (max-width: 1320px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent {
    height: 460px;
  }
}
@media (max-width: 960px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent {
    height: 640px;
    max-height: 100%;
    width: 100%;
    padding: 28px 20px 0;
  }
}
@media (max-width: 480px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent {
    height: 450px;
  }
}
.questionArea .questionBox.question .contentBox .wrap .questionContent.show {
  opacity: 1;
  pointer-events: auto;
}
.questionArea .questionBox.question .contentBox .wrap .questionContent .Txt {
  position: relative;
  z-index: 2;
  padding: 39px calc(12% - 5px) 39px 12%;
}
@media (max-width: 1680px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent .Txt {
    padding: 20px calc(10% - 5px) 20px 10%;
  }
}
@media (max-width: 1540px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent .Txt {
    padding: 20px calc(7% - 5px) 20px 7%;
  }
}
@media (max-width: 960px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent .Txt {
    padding: 39px calc(7% - 5px) 39px 7%;
    height: 80%;
    overflow: auto;
  }
  .questionArea .questionBox.question .contentBox .wrap .questionContent .Txt::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #dbdbdb;
  }
  .questionArea .questionBox.question .contentBox .wrap .questionContent .Txt::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #dbdbdb;
  }
  .questionArea .questionBox.question .contentBox .wrap .questionContent .Txt::-webkit-scrollbar-thumb {
    background: #bb0511;
  }
}
@media (max-width: 600px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent .Txt {
    padding: 20px 25px 20px 15px;
    height: 74%;
  }
}
@media (max-width: 480px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent .Txt {
    padding: 0px 5px 0px 0;
    height: 90%;
  }
}
.questionArea .questionBox.question .contentBox .wrap .questionContent .Img {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.questionArea .questionBox.question .contentBox .wrap .questionContent .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  padding: 0 0 24px 6px;
  letter-spacing: 1.2px;
  font-size: 24px;
}
@media (max-width: 1540px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent .title {
    padding: 0 0 15px 6px;
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent .title {
    font-size: 16px;
    -ms-flex-align: start;
        align-items: start;
  }
}
@media (max-width: 420px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent .title {
    font-size: 14px;
  }
}
.questionArea .questionBox.question .contentBox .wrap .questionContent .title .question {
  letter-spacing: 1px;
  font-size: 40px;
  display: block;
  padding-right: 19px;
  color: #bb0511;
}
@media (max-width: 1540px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent .title .question {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent .title .question {
    font-size: 22px;
    padding-right: 5px;
  }
}
@media (max-width: 420px) {
  .questionArea .questionBox.question .contentBox .wrap .questionContent .title .question {
    font-size: 18px;
  }
}
.questionArea .questionBox.question .contentBox .wrap .answerList {
  padding: 19px 5px 0 0;
  height: 323px;
  overflow-y: auto;
  margin-bottom: 17px;
}
.questionArea .questionBox.question .contentBox .wrap .answerList::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.questionArea .questionBox.question .contentBox .wrap .answerList::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.questionArea .questionBox.question .contentBox .wrap .answerList::-webkit-scrollbar-thumb {
  background: #bb0511;
}
@media (max-width: 1540px) {
  .questionArea .questionBox.question .contentBox .wrap .answerList {
    height: 240px;
  }
}
@media (max-width: 1320px) {
  .questionArea .questionBox.question .contentBox .wrap .answerList {
    padding: 0 5px 0 0;
  }
}
@media (max-width: 960px) {
  .questionArea .questionBox.question .contentBox .wrap .answerList {
    padding: 19px 5px 0 0;
    height: auto;
  }
}
@media (max-width: 480px) {
  .questionArea .questionBox.question .contentBox .wrap .answerList {
    padding: 0 5px 0 0;
  }
}
.questionArea .questionBox.question .contentBox .wrap .answerList .answerItem {
  margin-bottom: 20px;
}
@media (max-width: 1540px) {
  .questionArea .questionBox.question .contentBox .wrap .answerList .answerItem {
    margin-bottom: 10px;
  }
}
.questionArea .questionBox.question .contentBox .wrap .answerList .answerItem.choose .item {
  border-color: #bb0511;
}
.questionArea .questionBox.question .contentBox .wrap .answerList .answerItem.choose .item .checkBox {
  border-color: #bb0511;
}
.questionArea .questionBox.question .contentBox .wrap .answerList .answerItem.choose .item .checkBox::before {
  opacity: 1;
  -webkit-transform: scale(3.4);
          transform: scale(3.4);
}
@media (min-width: 1201px) {
  .questionArea .questionBox.question .contentBox .wrap .answerList .answerItem:hover .item {
    border-color: #bb0511;
  }
  .questionArea .questionBox.question .contentBox .wrap .answerList .answerItem:hover .item .checkBox {
    border-color: #bb0511;
  }
  .questionArea .questionBox.question .contentBox .wrap .answerList .answerItem:hover .item .checkBox::before {
    opacity: 1;
    -webkit-transform: scale(3.4);
            transform: scale(3.4);
  }
}
.questionArea .questionBox.question .contentBox .wrap .answerList .answerItem .item {
  border: 2px solid #e7e7e7;
  background-color: #fff;
  border-radius: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  padding: 14px 18px 11px 18px;
  transition: all 0.5s;
}
@media (max-width: 1540px) {
  .questionArea .questionBox.question .contentBox .wrap .answerList .answerItem .item {
    padding: 10px 15px;
  }
}
@media (max-width: 480px) {
  .questionArea .questionBox.question .contentBox .wrap .answerList .answerItem .item {
    padding: 10px 8px;
  }
}
.questionArea .questionBox.question .contentBox .wrap .answerList .answerItem .checkBox {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #e7e7e7;
  position: relative;
  padding: 10px;
  margin-top: -1px;
  transition: all 0.8s;
}
@media (max-width: 1540px) {
  .questionArea .questionBox.question .contentBox .wrap .answerList .answerItem .checkBox {
    width: 22px;
    height: 22px;
    padding: 7px;
    margin-top: 0;
  }
}
.questionArea .questionBox.question .contentBox .wrap .answerList .answerItem .checkBox::before {
  content: "";
  border-radius: 50%;
  background-color: #bb0511;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.questionArea .questionBox.question .contentBox .wrap .answerList .answerItem .text {
  width: calc(100% - 28px);
  padding-left: 20px;
  letter-spacing: 1.6px;
}
@media (max-width: 480px) {
  .questionArea .questionBox.question .contentBox .wrap .answerList .answerItem .text {
    padding-left: 5px;
  }
}
@media (max-width: 420px) {
  .questionArea .questionBox.question .contentBox .wrap .answerList .answerItem .text {
    font-size: 12px;
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem {
  position: absolute;
  width: 100%;
  overflow-y: auto;
  padding: 76px 50px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  transition: 0.5s opacity, 0.5s -webkit-transform;
  transition: 0.5s opacity, 0.5s transform;
  transition: 0.5s opacity, 0.5s transform, 0.5s -webkit-transform;
}
@media (max-width: 1680px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem {
    padding: 20px 0;
  }
}
@media (max-width: 1180px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem {
    padding: 30px 30px;
  }
}
@media (max-width: 640px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem {
    padding: 0 30px;
  }
}
@media (max-width: 400px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem {
    padding: 0 20px;
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem.show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem.show .Img.animation01 .ribbon .ribbon1 {
  -webkit-animation: ribbon2Ani 3s infinite linear;
          animation: ribbon2Ani 3s infinite linear;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem.show .Img.animation01 .ribbon .ribbon2 {
  -webkit-animation: ribbonAni 1.5s infinite linear;
          animation: ribbonAni 1.5s infinite linear;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem.show .Img.animation01 .ribbon .ribbon3 {
  -webkit-animation: ribbonAni 2.5s infinite linear;
          animation: ribbonAni 2.5s infinite linear;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem.show .Img.animation01 .ribbon .ribbon4 {
  -webkit-animation: ribbon2Ani 1.8s infinite linear;
          animation: ribbon2Ani 1.8s infinite linear;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem.show .Img.animation01 .ribbon .ribbon5 {
  -webkit-animation: ribbonAni 2.2s infinite linear;
          animation: ribbonAni 2.2s infinite linear;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem.show .Img.animation01 .ribbon .ribbon6 {
  -webkit-animation: ribbonAni 1.3s infinite linear;
          animation: ribbonAni 1.3s infinite linear;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem.show .Img.animation02 .question {
  -webkit-animation: questionAni 2s infinite;
          animation: questionAni 2s infinite;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem.show .Img.animation02 .confused {
  -webkit-animation: confusedAni 2s infinite;
          animation: confusedAni 2s infinite;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem.show .Img.animation02 .gear {
  -webkit-animation: gearAni 10s infinite linear;
          animation: gearAni 10s infinite linear;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem.show .Img.animation02 .gear1 {
  -webkit-animation: gearAni 8s infinite linear;
          animation: gearAni 8s infinite linear;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem > .textBox {
  background-color: #fff;
  padding: 20px;
  border-radius: 40px;
}
@media (max-width: 960px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem > .textBox {
    padding: 19px 10px;
    height: 90vw;
  }
}
@media (max-width: 640px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem > .textBox {
    height: 100vw;
  }
}
@media (max-width: 390px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem > .textBox {
    height: 130vw;
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .textContent {
  padding: 62px 46px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1680px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem .textContent {
    padding: 10px 32px;
  }
}
@media (max-width: 960px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem .textContent {
    padding: 0 15px;
    height: 100%;
    overflow: auto;
  }
  .questionArea .questionBox.question .contentBox .wrap > .contentItem .textContent::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
    background-color: #dbdbdb;
  }
  .questionArea .questionBox.question .contentBox .wrap > .contentItem .textContent::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #dbdbdb;
  }
  .questionArea .questionBox.question .contentBox .wrap > .contentItem .textContent::-webkit-scrollbar-thumb {
    background: #bb0511;
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .left {
  width: calc(100% - 252px);
  padding-right: 46px;
  height: 375px;
  overflow: auto;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .left::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.15);
  background-color: #dbdbdb;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .left::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #dbdbdb;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .left::-webkit-scrollbar-thumb {
  background: #bb0511;
}
@media (max-width: 1680px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem .left {
    width: calc(100% - 210px);
  }
}
@media (max-width: 960px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem .left {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .left .topBox {
  font-weight: bold;
  font-size: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: start;
  letter-spacing: 1.2px;
  padding-bottom: 19px;
  margin-bottom: 21px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 1540px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem .left .topBox {
    font-size: 22px;
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .left .topBox .en {
  font-size: 40px;
  padding-right: 15px;
  letter-spacing: 1.6px;
}
@media (max-width: 1540px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem .left .topBox .en {
    font-size: 35px;
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .left .textBox .title {
  font-size: 22px;
  padding: 0 0 19px 2px;
  letter-spacing: 2px;
}
@media (max-width: 1540px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem .left .textBox .title {
    font-size: 18px;
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .left .textBox .text {
  color: #444;
  padding: 0 0 0 2px;
  letter-spacing: 1.4px;
  font-size: 16px;
}
@media (max-width: 1540px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem .left .textBox .text {
    font-size: 14px;
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img {
  position: relative;
  width: 245px;
}
@media (max-width: 1680px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem .Img {
    width: 210px;
  }
}
@media (max-width: 960px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem .Img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img > *:not(.human) {
  position: absolute;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .human {
  padding: 2% 8.5% 0 18.6%;
  position: relative;
  z-index: 3;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .bottom {
  bottom: 5%;
  width: 102%;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .ribbon {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .ribbon > * {
  position: absolute;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .ribbon .ribbon1 {
  bottom: 32.3%;
  right: 9.1%;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .ribbon .ribbon2 {
  top: 24.7%;
  left: 15.1%;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .ribbon .ribbon3 {
  top: 45.3%;
  right: 8.3%;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .ribbon .ribbon4 {
  top: 45.3%;
  left: 29.3%;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .ribbon .ribbon5 {
  top: 38.3%;
  left: 17.3%;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .ribbon .ribbon6 {
  right: 12.3%;
  bottom: 34%;
}
@-webkit-keyframes ribbonAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(12px) rotate(10deg);
            transform: translateY(12px) rotate(10deg);
  }
  40% {
    -webkit-transform: translateY(24px) rotate(0deg);
            transform: translateY(24px) rotate(0deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(36px) rotate(-15deg);
            transform: translateY(36px) rotate(-15deg);
  }
  80% {
    -webkit-transform: translateY(48px) rotate(0deg);
            transform: translateY(48px) rotate(0deg);
  }
  99% {
    opacity: 0;
    -webkit-transform: translateY(50px) rotate(0deg);
            transform: translateY(50px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@keyframes ribbonAni {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(12px) rotate(10deg);
            transform: translateY(12px) rotate(10deg);
  }
  40% {
    -webkit-transform: translateY(24px) rotate(0deg);
            transform: translateY(24px) rotate(0deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(36px) rotate(-15deg);
            transform: translateY(36px) rotate(-15deg);
  }
  80% {
    -webkit-transform: translateY(48px) rotate(0deg);
            transform: translateY(48px) rotate(0deg);
  }
  99% {
    opacity: 0;
    -webkit-transform: translateY(50px) rotate(0deg);
            transform: translateY(50px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@-webkit-keyframes ribbon2Ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(12px) rotate(-10deg);
            transform: translateY(12px) rotate(-10deg);
  }
  40% {
    -webkit-transform: translateY(24px) rotate(0deg);
            transform: translateY(24px) rotate(0deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(36px) rotate(15deg);
            transform: translateY(36px) rotate(15deg);
  }
  80% {
    -webkit-transform: translateY(48px) rotate(0deg);
            transform: translateY(48px) rotate(0deg);
  }
  99% {
    opacity: 0;
    -webkit-transform: translateY(50px) rotate(0deg);
            transform: translateY(50px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
@keyframes ribbon2Ani {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translateY(12px) rotate(-10deg);
            transform: translateY(12px) rotate(-10deg);
  }
  40% {
    -webkit-transform: translateY(24px) rotate(0deg);
            transform: translateY(24px) rotate(0deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(36px) rotate(15deg);
            transform: translateY(36px) rotate(15deg);
  }
  80% {
    -webkit-transform: translateY(48px) rotate(0deg);
            transform: translateY(48px) rotate(0deg);
  }
  99% {
    opacity: 0;
    -webkit-transform: translateY(50px) rotate(0deg);
            transform: translateY(50px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .plus {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .plus > * {
  position: absolute;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .plus .plus1 {
  top: 32.5%;
  right: 19.1%;
  -webkit-animation: plusAni 1s infinite;
          animation: plusAni 1s infinite;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .plus .plus2 {
  top: 36.3%;
  right: 12.1%;
  -webkit-animation: plusAni 1.2s infinite;
          animation: plusAni 1.2s infinite;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .plus .plus3 {
  top: 3.8%;
  left: 35.4%;
  -webkit-animation: plusAni 1.3s infinite;
          animation: plusAni 1.3s infinite;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .plus .plus4 {
  top: 34.6%;
  left: 25.4%;
  -webkit-animation: plusAni 1.6s infinite;
          animation: plusAni 1.6s infinite;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation01 .plus .plus5 {
  top: -0.7%;
  left: 27.3%;
  -webkit-animation: plusAni 1.5s infinite;
          animation: plusAni 1.5s infinite;
}
@-webkit-keyframes plusAni {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes plusAni {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation02 .human {
  padding: 1% 24.8% 0 16.6%;
  position: relative;
  z-index: 3;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation02 .bottom {
  bottom: 0;
  width: 101%;
  left: 1%;
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation02 .question {
  top: 2%;
  right: 21%;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
@-webkit-keyframes questionAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes questionAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation02 .confused {
  top: 0;
  left: 15%;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
@-webkit-keyframes confusedAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes confusedAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation02 .gear {
  bottom: 41.7%;
  right: 12%;
}
@-webkit-keyframes gearAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes gearAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .Img.animation02 .gear1 {
  bottom: 32%;
  right: 8%;
}
@keyframes gearAni {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem .btnBox {
  -ms-flex-pack: start;
      justify-content: start;
  margin-top: 31px;
  margin-left: 3px;
}
@media (max-width: 960px) {
  .questionArea .questionBox.question .contentBox .wrap > .contentItem .btnBox {
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: 0;
  }
}
.questionArea .questionBox.question .contentBox .wrap > .contentItem.mistake .left .topBox .en {
  padding: 0 16px 0 2px;
}
.questionArea .questionBox.end .buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.questionArea .questionBox.end .buttons .btnBox:first-child {
  margin-right: 10px;
}
.questionArea .questionBox.end.show .itemBgi .ribbons .ribbon1 {
  -webkit-animation: ribbonEndAni 5s infinite linear;
          animation: ribbonEndAni 5s infinite linear;
}
.questionArea .questionBox.end.show .itemBgi .ribbons .ribbon2 {
  -webkit-animation: ribbon2EndAni 4s infinite linear;
          animation: ribbon2EndAni 4s infinite linear;
}
.questionArea .questionBox.end.show .itemBgi .ribbons .ribbon3 {
  -webkit-animation: ribbonEndAni 4s infinite linear;
          animation: ribbonEndAni 4s infinite linear;
}
.questionArea .questionBox.end.show .itemBgi .ribbons .ribbon4 {
  -webkit-animation: ribbonEndAni 5s infinite linear;
          animation: ribbonEndAni 5s infinite linear;
}
.questionArea .questionBox.end.show .itemBgi .ribbons .ribbon5 {
  -webkit-animation: ribbonEndAni 3s infinite linear;
          animation: ribbonEndAni 3s infinite linear;
}
.questionArea .questionBox.end.show .itemBgi .ribbons .ribbon6 {
  -webkit-animation: ribbon2EndAni 3s infinite linear;
          animation: ribbon2EndAni 3s infinite linear;
}
.questionArea .questionBox.end.show .itemBgi .ribbons .ribbon7 {
  -webkit-animation: ribbon2EndAni 3.5s infinite linear;
          animation: ribbon2EndAni 3.5s infinite linear;
}
.questionArea .questionBox.end.show .itemBgi .ribbons .ribbon8 {
  -webkit-animation: ribbonEndAni 3.5s infinite linear;
          animation: ribbonEndAni 3.5s infinite linear;
}
.questionArea .questionBox.end.show .itemBgi .ribbons .ribbon9 {
  -webkit-animation: ribbonEndAni 4s infinite linear;
          animation: ribbonEndAni 4s infinite linear;
}
.questionArea .questionBox.end.show .itemBgi .ribbon.left .animation {
  -webkit-animation: ribbonLightAni 3.2s infinite;
          animation: ribbonLightAni 3.2s infinite;
}
.questionArea .questionBox.end.show .itemBgi .ribbon.right .animation {
  -webkit-animation: ribbonLightAni 3s infinite;
          animation: ribbonLightAni 3s infinite;
}
.questionArea .questionBox.end.show .itemBgi .balloon1 {
  -webkit-animation: balloon1Ani 5s infinite linear;
          animation: balloon1Ani 5s infinite linear;
}
.questionArea .questionBox.end.show .itemBgi .balloon2 {
  -webkit-animation: balloon1Ani 5.5s infinite linear;
          animation: balloon1Ani 5.5s infinite linear;
}
.questionArea .questionBox.end.show .itemBgi .balloon3 {
  -webkit-animation: balloon2Ani 5.1s infinite linear;
          animation: balloon2Ani 5.1s infinite linear;
}
.questionArea .questionBox.end.show .itemBgi .firework1 {
  -webkit-animation: fireworkAni 2s infinite linear;
          animation: fireworkAni 2s infinite linear;
}
.questionArea .questionBox.end.show .itemBgi .firework2 {
  -webkit-animation: fireworkAni 1.5s infinite linear;
          animation: fireworkAni 1.5s infinite linear;
}
.questionArea .questionBox.end.show .itemBgi .firework3 {
  -webkit-animation: fireworkAni 1.8s infinite linear;
          animation: fireworkAni 1.8s infinite linear;
}
.questionArea .questionBox.end.show .itemBgi .humans .left {
  -webkit-animation: leftHumanAni 1s linear forwards;
          animation: leftHumanAni 1s linear forwards;
}
.questionArea .questionBox.end.show .itemBgi .humans .center {
  -webkit-animation: centerHumanAni 1s linear forwards;
          animation: centerHumanAni 1s linear forwards;
}
.questionArea .questionBox.end.show .itemBgi .humans .right {
  -webkit-animation: rightHumanAni 1s linear forwards;
          animation: rightHumanAni 1s linear forwards;
}