@charset "utf-8";
html {
  font-size: 26px;
}
@media only screen and (max-width: 2560px) {
  html {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1920px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1680px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1440px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1366px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 14px;
  }
}
@font-face {
  font-family: 'HarmonyOS Sans SC';
  src: url('../font/HARMONYOS_SANSSC_MEDIUM.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-stretch: "normal";
  font-display: swap;
  ascent-override: 100%;
}
.c1 {
  width: 83.3vw;
  margin: 0 auto;
}
.c2 {
  width: 63.9vw;
  margin: 0 auto;
}
.fx {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.as {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.ac {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.ae {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.jsb {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.jsa {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.fc {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.jcc {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.fw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tar {
  text-align: right;
}
.tac {
  text-align: center;
}
img {
  width: 100%;
  display: block;
}
.transition {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.lt50 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l50 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.t50 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.target {
  opacity: 0;
  visibility: hidden;
}
.target.fadeIn {
  transform: translate3d(0, 59.994px, 0);
  opacity: 0;
  visibility: hidden;
}
.target.fadeInRight {
  transform: translate3d(59.994px, 0, 0);
  opacity: 0;
  visibility: hidden;
}
.target.fadeInLeft {
  transform: translate3d(-59.994px, 0, 0);
  opacity: 0;
  visibility: hidden;
}
.target.split-lines {
  overflow: hidden;
}
.target.split-lines .word {
  display: inline-block;
  transform: translateY(100%);
}
.target.perspective {
  overflow: hidden;
  transform: perspective(800.008px) rotateX(-30deg) scale(1.06, 1.06);
}
.target.smper {
  overflow: hidden;
  transform: perspective(800.008px) rotateY(-5deg) scale(1.04, 1.04);
}
.target.action {
  opacity: 1;
  visibility: visible;
}
.target.action.fadeIn,
.target.action.fadeInRight,
.target.action.fadeInLeft {
  transform: translate3d(0, 0, 0);
  transition-duration: 1s;
  transition-timing-function: ease-out;
}
.target.action.split-lines .word {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.target.action.perspective {
  transform: perspective(800.008px);
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.target.action.smper {
  transform: perspective(800.008px);
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.delay1 {
  transition-delay: 0.1s;
}
.delay2 {
  transition-delay: 0.2s;
}
.delay3 {
  transition-delay: 0.3s;
}
.delay4 {
  transition-delay: 0.4s;
}
.delay5 {
  transition-delay: 0.5s;
}
.delay6 {
  transition-delay: 0.6s;
}
::-webkit-scrollbar {
  width: 6.006px;
  background-color: transparent;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  border-radius: 2.992px;
  background-color: #333;
}
.fs63 {
  font-size: 2.864rem;
}
.fs42 {
  font-size: 1.909rem;
}
.fs28 {
  font-size: 1.273rem;
}
.fs24 {
  font-size: 1.091rem;
}
.fs18 {
  font-size: 0.818rem;
}
.com-tit {
  line-height: 1.2;
}
.com-tit .p1 {
  color: #0062AC;
  text-transform: uppercase;
  margin: 0 1.091rem;
}
.com-tit .ico {
  display: inline-block;
  width: 1.318rem;
}
.com-tit .rico {
  transform: rotate(180deg);
}
.com-tit .p2 {
  width: 60.9%;
  margin: 2rem auto 0;
}
.com-intro em {
  font-style: italic;
}
.com-intro em * {
  font-style: italic;
}
.com-intro strong,
.com-intro b {
  font-weight: bold;
}
.com-intro strong *,
.com-intro b * {
  font-weight: bold;
}
.com-intro img {
  display: inline;
  width: auto;
  max-width: 100% !important;
  height: auto !important;
}
.com-intro table {
  width: 100% !important;
  max-width: 100% !important;
  border-collapse: collapse !important;
}
.com-intro tr {
  border: 0.045rem solid #333;
}
.com-intro th,
.com-intro td {
  padding: 0.455rem 0.2%;
  border: 0.045rem solid #333;
  text-align: center;
  vertical-align: middle;
}
.com-intro ol,
.com-intro li {
  list-style: disc;
}
.com-intro video {
  width: auto;
  max-width: 100% !important;
}
.imgScale .img {
  overflow: hidden;
}
.imgScale .img img {
  transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transition: 0.5s cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 860px) and (hover: hover) {
  .imgScale:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2.727rem, 0);
    transform: translate3d(0, 2.727rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2.727rem, 0);
    transform: translate3d(0, 2.727rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2.727rem, 0, 0);
    transform: translate3d(-2.727rem, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2.727rem, 0, 0);
    transform: translate3d(-2.727rem, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2.727rem, 0, 0);
    transform: translate3d(2.727rem, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2.727rem, 0, 0);
    transform: translate3d(2.727rem, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (max-width: 1680px) {
  .fs63 {
    font-size: 2.5rem;
  }
  .fs42 {
    font-size: 1.8rem;
  }
  .fs28 {
    font-size: 1.1rem;
  }
  .fs24 {
    font-size: 1rem;
  }
  .fs18 {
    font-size: 0.818rem;
  }
}
@media only screen and (max-width: 1440px) {
  .fs63 {
    font-size: 2.222rem;
  }
}
@media only screen and (max-width: 1024px) {
  .c1,
  .c2 {
    width: 96vw;
  }
  .fs63 {
    font-size: 2.125rem;
  }
  .fs42 {
    font-size: 1.625rem;
  }
  .fs18 {
    font-size: 14px;
  }
  .com-tit .p2 {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .com-tit .p1 {
    margin: 0 0.313rem;
  }
  .com-tit .p2 {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .fs63 {
    font-size: 1.571rem;
  }
  .fs42 {
    font-size: 1.429rem;
  }
}
