.first-page[data-v-5dc8039e] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.first-page .one[data-v-5dc8039e] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.first-page .one .circle[data-v-5dc8039e] {
      position: absolute;
      top: calc(50% - 240PX);
      left: calc(50% - 160PX);
      width: 320PX;
      height: 320PX;
      border-radius: 50%;
      background-color: #006cff;
      opacity: 1;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      -webkit-animation: zoomIn-5dc8039e 0.3s ease-out forwards,scaleIn-5dc8039e 0.5s 1.5s ease-in-out forwards;
              animation: zoomIn-5dc8039e 0.3s ease-out forwards,scaleIn-5dc8039e 0.5s 1.5s ease-in-out forwards;
}
.first-page .one .opacityA[data-v-5dc8039e] {
      opacity: 0;
}
.first-page .one .circleMoveTop[data-v-5dc8039e] {
      -webkit-animation: circleMoveTop-5dc8039e 0.3s ease-out forwards;
              animation: circleMoveTop-5dc8039e 0.3s ease-out forwards;
}
.first-page .one .logoMoveTop[data-v-5dc8039e] {
      -webkit-animation: logoMoveTop-5dc8039e 0.3s ease-out forwards;
              animation: logoMoveTop-5dc8039e 0.3s ease-out forwards;
}
.first-page .one .scroll-bg[data-v-5dc8039e] {
      position: absolute;
      left: 50%;
      width: 60vw;
      height: 100vh;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-image: url(../img/sp_bg.98ef7cac.png);
      background-repeat: repeat-y;
      background-size: 100% auto;
      -webkit-animation: scrollBg-5dc8039e 40s linear infinite;
              animation: scrollBg-5dc8039e 40s linear infinite;
}
.first-page .one .logo-gif[data-v-5dc8039e] {
      position: absolute;
      top: calc(50% - 120PX);
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 200PX;
      z-index: 2;
}
.first-page .one .go[data-v-5dc8039e] {
      position: absolute;
      width: 280PX;
      bottom: 115PX;
      left: calc(50% - 140PX);
      text-align: right;
      font-weight: 400;
      opacity: 0.8;
      font-size: 14PX;
      color: #ffffff;
      letter-spacing: 0;
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s;
      line-height: 26PX;
}
.first-page .one .go p[data-v-5dc8039e] {
        white-space: nowrap;
        line-height: 26PX;
        margin: 0;
}
.first-page .title_content[data-v-5dc8039e] {
    font-family: D-DIN-Bold;
    position: absolute;
    width: 280PX;
    bottom: 230PX;
    left: calc(50% - 140PX);
    font-size: 15PX;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 26PX;
}
@-webkit-keyframes zoomIn-5dc8039e {
from {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
}
50% {
    opacity: 1;
}
to {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes zoomIn-5dc8039e {
from {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
}
50% {
    opacity: 1;
}
to {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@-webkit-keyframes scaleIn-5dc8039e {
from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
to {
    opacity: 1;
    -webkit-transform: scale(10);
            transform: scale(10);
}
}
@keyframes scaleIn-5dc8039e {
from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
to {
    opacity: 1;
    -webkit-transform: scale(10);
            transform: scale(10);
}
}
@-webkit-keyframes opacityC-5dc8039e {
from {
    opacity: 0.4;
}
50% {
    opacity: 1;
}
to {
    opacity: 0.4;
}
}
@keyframes opacityC-5dc8039e {
from {
    opacity: 0.4;
}
50% {
    opacity: 1;
}
to {
    opacity: 0.4;
}
}
@-webkit-keyframes title_n-5dc8039e {
from {
    opacity: 0;
}
50% {
    opacity: 0.4;
}
to {
    opacity: 1;
}
}
@keyframes title_n-5dc8039e {
from {
    opacity: 0;
}
50% {
    opacity: 0.4;
}
to {
    opacity: 1;
}
}
@-webkit-keyframes scrollBg-5dc8039e {
from {
    background-position: 0 0;
}
to {
    background-position: 0 -300vh;
}
}
@keyframes scrollBg-5dc8039e {
from {
    background-position: 0 0;
}
to {
    background-position: 0 -300vh;
}
}
@-webkit-keyframes circleMoveTop-5dc8039e {
from {
    top: -20%;
    -webkit-transform: scale(10);
            transform: scale(10);
}
to {
    top: -350PX;
    -webkit-transform: scale(2);
            transform: scale(2);
}
}
@keyframes circleMoveTop-5dc8039e {
from {
    top: -20%;
    -webkit-transform: scale(10);
            transform: scale(10);
}
to {
    top: -350PX;
    -webkit-transform: scale(2);
            transform: scale(2);
}
}
@-webkit-keyframes logoMoveTop-5dc8039e {
to {
    top: 40PX;
    width: 110PX;
}
}
@keyframes logoMoveTop-5dc8039e {
to {
    top: 40PX;
    width: 110PX;
}
}
.my_fadeIn[data-v-5dc8039e] {
  -webkit-animation: fadeIn-5dc8039e 0.3s ease-in both;
          animation: fadeIn-5dc8039e 0.3s ease-in both;
}
@-webkit-keyframes fadeIn-5dc8039e {
from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes fadeIn-5dc8039e {
from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}

.headerImg[data-v-67f6bd0c] {
  width: 100%;
  height: 100%;
}
.headerImg .default-img[data-v-67f6bd0c] {
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.swiper-container[data-v-67f6bd0c] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.swiper-wrapper[data-v-67f6bd0c],
.swiper-slide[data-v-67f6bd0c],
.swiper-slide img[data-v-67f6bd0c] {
  width: 100%;
  height: 100%;
}

[data-v-f610c43c] .swiper-slide {
  overflow: hidden;
}
.page1-view[data-v-f610c43c] {
  width: 17.8125rem;
  margin: 25vh auto 0;
  font-family: D-DIN;
  font-size: 1rem;
  color: #242422;
  letter-spacing: 0;
  line-height: 1.5rem;
}
.page1-view p[data-v-f610c43c] {
    opacity: 0;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
}
.center_content[data-v-f610c43c] {
  padding: 1.25rem 0;
}
.full-view[data-v-f610c43c] {
  font-family: D-DIN;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.decline[data-v-f610c43c] {
  width: 1.875rem;
  position: absolute;
  bottom: 3.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}
.back_image[data-v-f610c43c] {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.page3-circie[data-v-f610c43c] {
  position: absolute;
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
  right: 15%;
  top: 25%;
  -webkit-animation: page3CircieAni-f610c43c 0.55s ease-in 0.3s forwards;
          animation: page3CircieAni-f610c43c 0.55s ease-in 0.3s forwards;
}
@-webkit-keyframes page2CircieAni-f610c43c {
from {
    opacity: 0;
}
to {
    opacity: 0.44;
}
}
@keyframes page2CircieAni-f610c43c {
from {
    opacity: 0;
}
to {
    opacity: 0.44;
}
}
@-webkit-keyframes page3CircieAni-f610c43c {
from {
    opacity: 0;
}
to {
    opacity: 0.58;
}
}
@keyframes page3CircieAni-f610c43c {
from {
    opacity: 0;
}
to {
    opacity: 0.58;
}
}
.three[data-v-f610c43c] {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden !important;
}
.circie_img[data-v-f610c43c] {
  width: 100%;
  margin-top: -3.125rem;
  opacity: 0;
  -webkit-animation: pageBgIn-f610c43c 0.5s ease-in forwards;
          animation: pageBgIn-f610c43c 0.5s ease-in forwards;
}
.book_img[data-v-f610c43c] {
  position: absolute;
  width: 80%;
  z-index: 99;
  right: 0;
  bottom: 8.75rem;
}
.animate__fadeInBottomRight[data-v-f610c43c] {
  --animate-duration: 2s;
}
.page3-view[data-v-f610c43c] {
  position: absolute;
  top: 6.5625rem;
}
.page3-view .line[data-v-f610c43c] {
    background-color: #006cff;
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
}
.cont[data-v-f610c43c] {
  z-index: 40;
  font-family: D-DIN;
  font-size: 1rem;
  color: #242422;
  letter-spacing: 0;
  line-height: 1.5rem;
  padding-left: 2.5rem;
}
.cont i[data-v-f610c43c] {
    font-family: D-DIN-Bold;
    font-size: 2.625rem;
    color: #006cff;
    font-style: oblique;
}
.cptc[data-v-f610c43c] {
  padding-left: 2.5rem;
  font-size: 1.125rem;
  color: #242422;
  letter-spacing: 0;
  line-height: 3.25rem;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.animate__bounceInUp[data-v-f610c43c] {
  --animate-duration: 20s;
}
.first_size[data-v-f610c43c] {
  font-size: 1.125rem;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.second_size[data-v-f610c43c] {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.second_size i[data-v-f610c43c] {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
}
.last_size[data-v-f610c43c] {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.last_size i[data-v-f610c43c] {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
}
.center_size[data-v-f610c43c] {
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 3.25rem;
}
.logo_image[data-v-f610c43c] {
  width: 15.5625rem;
  height: 1.4375rem;
  margin: 2.8125rem auto;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
.logo_image img[data-v-f610c43c] {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes aaa-f610c43c {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
75% {
    -webkit-transform: scale(2);
            transform: scale(2);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes aaa-f610c43c {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
75% {
    -webkit-transform: scale(2);
            transform: scale(2);
}
100% {
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
.computer_box[data-v-f610c43c] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-animation: bg-f610c43c 1.5s linear forwards;
          animation: bg-f610c43c 1.5s linear forwards;
}
.computer_box .page2-circe[data-v-f610c43c] {
    position: absolute;
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    background-color: #006cff;
    opacity: 0;
    left: -1.25rem;
    top: 40%;
    -webkit-animation: page2CircieAni-f610c43c 0.5s ease-in 0.3s forwards;
            animation: page2CircieAni-f610c43c 0.5s ease-in 0.3s forwards;
}
.line[data-v-f610c43c] {
  background-color: #fff;
  height: 1px;
  border: none;
  opacity: 0;
}
@-webkit-keyframes bg-f610c43c {
from {
    background-color: transparent;
}
to {
    background-color: #006cff;
}
}
@keyframes bg-f610c43c {
from {
    background-color: transparent;
}
to {
    background-color: #006cff;
}
}
.computer_img[data-v-f610c43c] {
  width: 100%;
  margin-top: -3.125rem;
  opacity: 0;
  -webkit-animation: pageBgIn-f610c43c 0.5s ease-in forwards;
          animation: pageBgIn-f610c43c 0.5s ease-in forwards;
}
@-webkit-keyframes pageBgIn-f610c43c {
from {
    opacity: 0;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
@keyframes pageBgIn-f610c43c {
from {
    opacity: 0;
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
}
to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
}
.cpt_img[data-v-f610c43c] {
  width: 80%;
  position: absolute;
  right: 0px;
  bottom: 6.25rem;
  opacity: 1;
  z-index: 99;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-direction: 0.3s;
          animation-direction: 0.3s;
}
.computer_size[data-v-f610c43c] {
  font-family: D-DIN;
  font-size: 1rem;
  position: absolute;
  top: 5.3125rem;
  right: 0px;
  color: white;
  width: 70%;
  z-index: 9999;
}
.computer_size div[data-v-f610c43c] {
    line-height: 1.5rem;
    margin-top: 8px;
}
.best[data-v-f610c43c] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.best i[data-v-f610c43c] {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}
.best .line[data-v-f610c43c] {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
}
.eight[data-v-f610c43c] {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.eight i[data-v-f610c43c] {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
}
.best i[data-v-f610c43c],
.eight i[data-v-f610c43c],
.thre i[data-v-f610c43c],
.countLess i[data-v-f610c43c] {
  display: inline-block;
  font-size: 2.5rem;
  color: #ffffff;
  letter-spacing: 0;
  padding: 0 5px;
}
.thre[data-v-f610c43c] {
  text-align: right;
  float: right;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.thre div[data-v-f610c43c] {
    padding-right: 1.875rem;
}
.thre i[data-v-f610c43c] {
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
}
.thre .line[data-v-f610c43c] {
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
}
.countLess[data-v-f610c43c] {
  clear: both;
  padding-right: 10px;
  padding-top: 1.25rem;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.countLess i[data-v-f610c43c] {
    -webkit-animation-delay: 3.2s;
            animation-delay: 3.2s;
    font-size: 2rem;
}
.head_port[data-v-f610c43c] {
  width: 100%;
  height: 100%;
  background-image: url(../img/03_1_bg.41279828.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}
.head_image_first[data-v-f610c43c],
.head_image_second[data-v-f610c43c],
.head_image_third[data-v-f610c43c],
.head_image_fourth[data-v-f610c43c],
.head_image_fiveth[data-v-f610c43c] {
  background: #006cff;
  border-radius: 50%;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.head_image_first[data-v-f610c43c] {
  width: 12.5rem;
  height: 12.5rem;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 1.25rem;
}
.head_image_first img[data-v-f610c43c] {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}
.head_image_second[data-v-f610c43c] {
  width: 6.25rem;
  height: 6.25rem;
  position: absolute;
  top: 7%;
  left: 16%;
}
.head_image_third[data-v-f610c43c] {
  width: 3.125rem;
  height: 3.125rem;
  position: absolute;
  top: 5%;
  left: 68%;
}
.head_image_fourth[data-v-f610c43c] {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 96vw;
  left: 5%;
}
.head_image_fiveth[data-v-f610c43c] {
  width: 3.625rem;
  height: 3.625rem;
  position: absolute;
  top: 97vw;
  right: 20%;
}
.swiper_header[data-v-f610c43c] {
  width: 6.25rem;
  height: 6.25rem;
  background: #006cff;
  border-radius: 50%;
  left: 5rem;
  top: 22.1875rem;
}
.div_name[data-v-f610c43c] {
  position: absolute;
  left: 11%;
  bottom: 14%;
}
.group[data-v-f610c43c] {
  font-family: D-DIN-Bold;
  font-size: 1.125rem;
  color: #003885;
  line-height: 1.5rem;
  z-index: 9999;
}
.groups[data-v-f610c43c] {
  font-family: D-DIN-Bold;
  font-size: 1.875rem;
  color: #006cff;
  line-height: 2rem;
}
.member_name[data-v-f610c43c] {
  font-family: D-DIN;
  font-size: 0.875rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-height: 9rem;
  overflow-y: auto;
}
.member_name > div[data-v-f610c43c] {
    width: 50%;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fame[data-v-f610c43c] {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #006cff;
}
.ani-delay2[data-v-f610c43c] {
  opacity: 0;
}
.left_fame[data-v-f610c43c] {
  width: 45%;
  height: 100%;
  position: absolute;
  left: 3%;
  background-image: url(../img/3_2_bg1.10633db9.png);
  background-repeat: repeat-y;
  background-size: 100%;
  -webkit-animation: opFadeIn-f610c43c 0.5s 1s linear forwards,scrollBg-f610c43c 100s 1s linear infinite;
          animation: opFadeIn-f610c43c 0.5s 1s linear forwards,scrollBg-f610c43c 100s 1s linear infinite;
}
.left_fame_type3[data-v-f610c43c] {
  background-image: url(../img/3_2_bg1_type3.472dd559.png);
}
.right_fame[data-v-f610c43c] {
  width: 45%;
  height: 100%;
  position: absolute;
  right: 3%;
  background-image: url(../img/3_2_bg2.fb424779.png);
  background-repeat: repeat-y;
  background-size: 100%;
  -webkit-animation: opFadeIn-f610c43c 0.5s 1s linear forwards,scrollAg-f610c43c 100s 1s linear infinite;
          animation: opFadeIn-f610c43c 0.5s 1s linear forwards,scrollAg-f610c43c 100s 1s linear infinite;
}
.right_fame_type3[data-v-f610c43c] {
  background-image: url(../img/3_2_bg2_type3.e02caf29.png);
}
@-webkit-keyframes scrollBgP-f610c43c {
from {
    background-position: 0 0;
}
to {
    background-position: 0 -200vh;
}
}
@keyframes scrollBgP-f610c43c {
from {
    background-position: 0 0;
}
to {
    background-position: 0 -200vh;
}
}
@-webkit-keyframes scrollBg-f610c43c {
from {
    background-position: 0 0;
}
50% {
    background-position: 0 -200vh;
}
to {
    background-position: 0 0;
}
}
@keyframes scrollBg-f610c43c {
from {
    background-position: 0 0;
}
50% {
    background-position: 0 -200vh;
}
to {
    background-position: 0 0;
}
}
@-webkit-keyframes scrollAg-f610c43c {
from {
    background-position: 0 0;
}
50% {
    background-position: 0 200vh;
}
to {
    background-position: 0 0;
}
}
@keyframes scrollAg-f610c43c {
from {
    background-position: 0 0;
}
50% {
    background-position: 0 200vh;
}
to {
    background-position: 0 0;
}
}
.on_shadow[data-v-f610c43c] {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 1;
}
.under_shadow[data-v-f610c43c] {
  width: 100%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  z-index: 1;
}
.hope[data-v-f610c43c] {
  position: absolute;
  width: 70%;
  left: 7%;
  top: 2rem;
  z-index: 2;
  color: #ffffff;
  font-family: D-DIN-Bold;
  font-size: 1.125rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.625rem;
}
.title_names[data-v-f610c43c] {
  width: 80%;
  text-align: right;
  position: absolute;
  right: 10%;
  bottom: 15%;
}
.title_names > img[data-v-f610c43c]:nth-of-type(1) {
    width: 9.75rem;
}
.title_names > img[data-v-f610c43c]:nth-of-type(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    width: 15rem;
    margin-top: 1.875rem;
}
.follow[data-v-f610c43c] {
  width: 6.25rem;
}
@-webkit-keyframes opFadeIn-f610c43c {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes opFadeIn-f610c43c {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.dear[data-v-f610c43c] {
  width: 100%;
  height: 100%;
  background: #006cff;
  color: #ffffff;
  position: relative;
  background-image: url(../img/04_bg.6ed98b8a.png);
  background-repeat: repeat-y;
  background-size: 100%;
}
.dear_content[data-v-f610c43c] {
  width: 80%;
  color: white;
  position: absolute;
  margin: auto;
  left: 10%;
  top: 18%;
}
.title_dear[data-v-f610c43c] {
  font-size: 1rem;
  line-height: 1.75rem;
}
.title_name[data-v-f610c43c] {
  font-family: D-DIN-Bold;
  font-size: 1.25rem;
  line-height: 2.5rem;
  margin: 10px 0;
}
.title_content[data-v-f610c43c] {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 400;
}
.title_content p[data-v-f610c43c] {
    word-wrap: break-word;
    word-break: break-word;
}
.texta[data-v-f610c43c] {
  width: 100%;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5rem;
  font-weight: 400;
  background: rgba(0, 85, 201, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 1px;
  color: white;
  word-wrap: break-word;
  word-break: break-word;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 2rem;
}
.textb[data-v-f610c43c] {
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: white;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 1px;
  position: relative;
}
.textb img[data-v-f610c43c] {
  width: 80%;
  display: block;
  margin: auto;
}
.my_fadeIn[data-v-f610c43c] {
  opacity: 0;
  -webkit-animation-name: fadeIn-f610c43c;
          animation-name: fadeIn-f610c43c;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
@-webkit-keyframes fadeIn-f610c43c {
from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes fadeIn-f610c43c {
from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@media screen and (max-height: 43.75rem) {
.decline[data-v-f610c43c] {
    width: 1.625rem;
}
.page1-view[data-v-f610c43c] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.page1-view .center_content[data-v-f610c43c] {
      padding: 0.75rem 0;
}
.page1-view .logo_image[data-v-f610c43c] {
      margin: 2rem auto;
}
.computer_size[data-v-f610c43c] {
    font-size: 0.875rem;
    top: 4.375rem;
}
.computer_size div[data-v-f610c43c] {
      line-height: 1.375rem;
      margin-top: 6px;
}
.computer_size div i[data-v-f610c43c] {
        font-size: 2rem;
}
.computer_size .countLess[data-v-f610c43c] {
      padding-top: 0.875rem;
}
.computer_size .countLess i[data-v-f610c43c] {
        font-size: 1.5rem;
}
.cpt_img[data-v-f610c43c] {
    width: 65%;
    bottom: 3.75rem;
}
.book_img[data-v-f610c43c] {
    width: 70%;
    bottom: 2.5rem;
    -webkit-animation-direction: 0.3s;
            animation-direction: 0.3s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
}
.cont[data-v-f610c43c] {
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding-left: 1.875rem;
}
.cont .center_size[data-v-f610c43c] {
      line-height: 2.625rem;
}
.cont i[data-v-f610c43c] {
      font-size: 2.375rem;
}
.cptc[data-v-f610c43c] {
    font-size: 1rem;
    line-height: 2.625rem;
    padding-left: 1.875rem;
}
.hope[data-v-f610c43c] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.head_image_first[data-v-f610c43c] {
    width: 10rem;
    height: 10rem;
}
.head_image_second[data-v-f610c43c] {
    width: 5rem;
    height: 5rem;
    left: 13%;
}
.head_image_fourth[data-v-f610c43c] {
    width: 3.75rem;
    height: 3.75rem;
    top: 83vw;
    left: 17%;
}
.head_image_third[data-v-f610c43c] {
    width: 2.5rem;
    height: 2.5rem;
}
.head_image_fiveth[data-v-f610c43c] {
    top: 91vw;
    right: 20%;
}
.div_name .group[data-v-f610c43c] {
    font-size: 1rem;
    line-height: 1.25rem;
}
.div_name .member_name[data-v-f610c43c] {
    max-height: 6.25rem;
    overflow-y: auto;
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.title_dear[data-v-f610c43c] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.title_name[data-v-f610c43c] {
    font-size: 1.125rem;
    line-height: 2.125rem;
}
.title_content[data-v-f610c43c] {
    font-size: 0.875rem;
    line-height: 1.375rem;
}
.texta[data-v-f610c43c] {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 1.625rem;
}
.title_names[data-v-f610c43c] {
    bottom: 10%;
}
.title_names > img[data-v-f610c43c]:nth-of-type(1) {
      width: 9.6875rem;
}
.title_names > img[data-v-f610c43c]:nth-of-type(2) {
      -webkit-animation-delay: 0.2s;
              animation-delay: 0.2s;
      width: 13.625rem;
      margin-top: 10px;
}
}

