/* <style data-styled="" data-styled-version="6.1.13"> */
*,
:before,
:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  vertical-align: top;
  text-underline-position: under;
  background-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  word-break: break-word;
}

@font-face {
  font-family: "ysbthzt";
  src: url("../font/ysbthzt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*!sc*/
body {
  font-family: "sans-serif";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  background: #f0eeeb;
  -webkit-text-size-adjust: 100%;
  min-width: 360px;
}

/*!sc*/
body .is-scroll-lock {
  overflow: hidden;
}

/*!sc*/
[lang="en"] body {
  font-family: "__Pretendard_298203", "__Pretendard_Fallback_298203",
    "sans-serif";
}

/*!sc*/
[lang="ja"] body {
  font-family: "__Noto_Sans_JP_2ea8d3", "__Noto_Sans_JP_Fallback_2ea8d3",
    "sans-serif";
}

/*!sc*/
[lang="th"] body {
  font-family: "__NotoSansTH_4ba439", "__NotoSansTH_Fallback_4ba439",
    "sans-serif";
}

/*!sc*/
[lang="pt"] body {
  font-family: "__Noto_Sans_ff454c", "__Noto_Sans_Fallback_ff454c", "sans-serif";
}

/*!sc*/
[lang="zh-Hant"] body {
  font-family: "__Noto_Sans_TC_b02bce", "__Noto_Sans_TC_Fallback_b02bce",
    "sans-serif";
}

/*!sc*/
[lang="zh-Hans"] body {
  font-family: "__Noto_Sans_SC_5e0982", "__Noto_Sans_SC_Fallback_5e0982",
    "sans-serif";
}

/*!sc*/
ol,
ul {
  list-style: none;
}

/*!sc*/
table {
  width: 100%;
  border-spacing: 0;
  table-layout: fixed;
}

/*!sc*/
th,
td {
  text-align: center;
  vertical-align: middle;
}

/*!sc*/
a {
  text-decoration: none;
}

/*!sc*/
button,
input[type="file"],
input[type="image"],
input[type="reset"],
input[type="button"],
input[type="submit"] {
  border: none;
  border-radius: 0;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
}

/*!sc*/
input:not([type]),
input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea,
select {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 38px;
  color: #000;
  padding: 0 10px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: none;
  border-radius: 0px;
}

/*!sc*/
input:not([type]):disabled,
input[type="date"]:disabled,
input[type="datetime-local"]:disabled,
input[type="email"]:disabled,
input[type="month"]:disabled,
input[type="number"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="text"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="week"]:disabled,
textarea:disabled,
select:disabled {
  background: #f7f7f7;
}

/*!sc*/
input:not([type])::placeholder,
input[type="date"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="email"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #999;
}

/*!sc*/
textarea {
  height: 300px;
  padding: 10px;
  line-height: 1.5;
}

/*!sc*/
input[type="number"]::-webkit-outer-spin-button,
input[type="number"] ::-webkit-inner-spin-button {
  appearance: none;
}

/*!sc*/
.react-modal__container {
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: none;
}

/*!sc*/
.react-modal__container__enter {
  opacity: 1;
  filter: blur(0);
  transition-property: all;
  transition-duration: 0.3s;
}

/*!sc*/
.react-modal__container__exit {
  opacity: 0;
  filter: blur(1rem);
  transition-property: all;
  transition-duration: 0.3s;
}

/*!sc*/
body.react-fullpage__parents {
  background-color: #000;
}

/*!sc*/
.is-mobile .react-fullpage__scrollbar {
  width: 4px;
}

/*!sc*/
.is-mobile .react-fullpage__scrollbar-handler {
  border-radius: 2px;
}

/*!sc*/
.react-fullpage__section {
  scrollbar-width: none;
  overflow: hidden;
}

/*!sc*/
.react-fullpage__scrollbar-handler {
  background-color: rgba(255, 255, 255, 0.3);
}

/*!sc*/
.react-dialog__wrapper {
  z-index: 10000;
}

/*!sc*/
.react-dialog__dialog {
  border: 2px solid #aea8a0;
  padding: 46px;
}

/*!sc*/
.react-dialog__message {
  font-size: 18px;
  line-height: 150%;
  color: #222;
}

/*!sc*/
.react-dialog__button-wrapper {
  margin-top: 24px;
}

/*!sc*/
.react-dialog__button-ok,
.react-dialog__button-cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 42px;
  padding: 0 40px;
  background-color: #5e5142;
  outline: 1px solid #a79f96;
  outline-offset: 2px;
  font-size: 18px;
  color: #fff;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
}

/*!sc*/
.react-dialog__button-ok:focus,
.react-dialog__button-cancel:focus {
  outline: 1px solid #a79f96;
  outline-offset: 2px;
}

/*!sc*/
.react-dialog__button-cancel {
  border: 0;
  background-color: #8c8c8c;
}

/*!sc*/
.gallery-enter-active {
  transition: all 300ms;
}

/*!sc*/
.gallery-enter-from,
.gallery-leave-to {
  transform: scale(0.5);
  opacity: 0;
}

/*!sc*/
.drawer-enter-active {
  transition: all 300ms;
}

/*!sc*/
.drawer-enter-from,
.drawer-leave-to {
  transform: translateX(100%);
}

/*!sc*/
.default-enter-active,
.default-leave-active {
  transition: all 300ms;
}

/*!sc*/
.default-enter-from,
.default-leave-to {
  opacity: 0;
}

/*!sc*/
.blur300-enter-active,
.blur300-leave-active {
  transition: all 300ms;
}

/*!sc*/
.blur300-enter-from,
.blur300-leave-to {
  opacity: 0;
}

/*!sc*/
.dropdown-enter {
  opacity: 0;
  transform: translateY(-5px);
}

/*!sc*/
.dropdown-enter-active {
  opacity: 1;
  transform: translateY(0);
  transition: transform 300ms, opacity 300ms;
}

/*!sc*/
.dropdown-exit {
  opacity: 1;
}

/*!sc*/
.dropdown-exit-active {
  opacity: 0;
  transform: translateY(-5px);
  transition: transform 300ms, opacity 300ms;
}

/*!sc*/
.default1000-enter {
  opacity: 0;
}

/*!sc*/
.default1000-enter-active {
  opacity: 1;
  transition: opacity 1000ms;
}

/*!sc*/
.default1000-exit {
  opacity: 1;
}

/*!sc*/
.default1000-exit-active {
  opacity: 0;
  transition: opacity 1000ms;
}

/*!sc*/
.default300-enter {
  opacity: 0;
  filter: blur(1rem);
}

/*!sc*/
.default300-enter-active {
  opacity: 1;
  filter: blur(0);
  transition: all 300ms;
}

/*!sc*/
.default300-exit {
  opacity: 1;
  filter: blur(0);
}

/*!sc*/
.default300-exit-active {
  opacity: 0;
  filter: blur(1rem);
  transition: all 300ms;
}

/*!sc*/
data-styled.g4[id="sc-global-cjkCeY1"] {
  content: "sc-global-cjkCeY1,";
}

/*!sc*/
.nyQya {
  flex-shrink: 0;
}

/*!sc*/
.is-mobile .nyQya a img {
  width: 68px;
}

/*!sc*/
.nyQya a {
  display: block;
}

/*!sc*/
data-styled.g24[id="sc-31d7d3af-0"] {
  content: "nyQya,";
}

/*!sc*/
.cZgsox {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  /* min-width: 1660px; */
  display: flex;
  align-items: center;
  column-gap: 50px;
  height: 70px;
  padding-left: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

/*!sc*/
.is-mobile .cZgsox {
  min-width: 360px;
  height: 56px;
  padding: 0 20px;
  justify-items: start;
}

/*!sc*/
data-styled.g30[id="sc-820e7899-0"] {
  content: "cZgsox,";
}

/*!sc*/
.edocia .drawer-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 0px;
  right: 0px;
  z-index: 102;
  width: 360px;
  height: 100%;
  background-color: #000;
  display: flex;
  flex-flow: column;
}

/*!sc*/
.edocia .drawer-background {
  position: fixed;
  inset: 0px;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

/*!sc*/
.edocia .drawer-background button {
  width: 100%;
  height: 100%;
}

/*!sc*/
data-styled.g38[id="sc-80c6c719-0"] {
  content: "edocia,";
}

/*!sc*/
.ifXdIz {
  position: fixed;
  top: 0;
  left: 50px;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
}

/*!sc*/
.ifXdIz .center {
  position: relative;
  display: flex;
  flex-flow: column;
  row-gap: 27px;
}

/*!sc*/
.ifXdIz .center::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  background-color: rgba(118, 117, 116, 0.3);
  width: 2px;
}

/*!sc*/
.ifXdIz button {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 6px;
  text-align: left;
  font-size: 16px;
  line-height: 19px;
  color: #767574;
  transition: all 300ms;
}

/*!sc*/
.ifXdIz button::before {
  display: block;
  content: "";
  width: 22px;
  height: 22px;
  /* background-image: url(static/picture/fullpage-pagination.svg); */
  background-image: url(../picture/fullpage-pagination.svg);
  background-position: center;
  transition: all 300ms;
}

/*!sc*/
.ifXdIz button[data-active="true"] {
  font-weight: 500;
  color: #dbcbb3;
}

/*!sc*/
.ifXdIz button[data-active="true"]::before {
  /* background-image: url(static/picture/fullpage-pagination-active.svg); */
  background-image: url(../picture/fullpage-pagination-active.svg);
}

/*!sc*/
.lhqVeU {
  position: relative;
  min-width: 1660px;
}

/*!sc*/
.is-mobile .lhqVeU {
  min-width: 360px;
}

/*!sc*/
data-styled.g63[id="sc-88ef8325-0"] {
  content: "lhqVeU,";
}

/*!sc*/
.bxoJGS .base-header {
  position: fixed;
  justify-content: space-between;
  align-content: center;
}

.base_header_l {
  display: flex;
  align-items: center;
  padding-right: 3.5%;
}

/*!sc*/
data-styled.g64[id="sc-3532bd8b-0"] {
  content: "bxoJGS,";
}

.react-fullpage__parents {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ydvub {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.ydvub > ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;
}

.ydvub > ul > li {
  position: relative;
  margin-right: 135px;
}

.ydvub > ul > li > a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 70px;
  color: rgb(255, 255, 255);
  white-space: nowrap;
}

.ydvub > ul > li ul {
  display: none;
  position: absolute;
  top: 70px;
  left: calc(50% - 75px);
  width: 150px;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  padding: 15px 0px;
  row-gap: 18px;
}

.ydvub > ul > li ul li {
  font-size: 14px;
  line-height: 1.5;
}

.ydvub > ul > li ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 5px;
  color: rgb(163, 163, 164);
}

.ydvub > ul > li ul li a span {
  margin-left: 10px;
}

.ydvub > ul > li:hover ul {
  display: grid;
}

.cWUBdo {
  display: flex;
  font-size: 18px;
  align-items: center;
}

.gyEwNG .trigger {
  width: 28px;
  height: 28px;
  font-size: 0px;
  transition: translate 200ms;
}

.bwoLUu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.bwoLUu_img1 {
  width: 24px;
  height: 24px;
}

.bwoLUu .trigger {
  width: 40px;
  height: 25px;
  margin: 0 6px;
  transition: translate 200ms;
  white-space: nowrap;
}

.bwoLUu .layer {
  position: absolute;
  top: 47px;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateX(-50%);
  padding: 28px 30px;
  display: grid;
  row-gap: 20px;
}

.bwoLUu .layer li a:hover,
.bwoLUu .layer li a {
  color: rgb(230, 230, 230);
}

.bwoLUu .layer li a {
  display: block;
  text-align: center;
  width: 100%;
  color: rgb(176, 176, 176);
  white-space: nowrap;
  font-size: 12px;
}

.react-fullpage__wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin-top: 70px;
}

.react-fullpage__container {
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: transform;

  transition-duration: 0.5s;
  /* transition: all, 0.5s; */
}

.react-fullpage__section[data-active="true"] {
  overflow-y: auto;
}

.react-fullpage__section {
  scrollbar-width: none;
  position: relative;
}

.react-fullpage__section {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
  width: 100%;
  height: 100%;
}

.react-transition__wrapper {
  display: none;
}

.react-fullpage__section[data-active="true"] {
  overflow-y: auto;
}

.react-fullpage__section {
  scrollbar-width: none;
}

.page1_txt {
  width: 45%;
  color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
  z-index: 3;
}

/* .page1_txt_c {
    font-size: 24px;
    font-weight: bold;
    color: red;
    mask-image: -webkit-linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));

} */

.page1_txt_img {
  display: block;
  margin: 0 auto;
  margin-bottom: 32px;
  width: 100%;
}

.page1_txt_c {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  /*background: -webkit-linear-gradient(to bottom, #F5F2E1, #8F8D83);*/
  /*background: linear-gradient(to bottom, #F5F2E1, #8F8D83);*/
  background: linear-gradient(
    180deg,
    #f5f2e1 37.5%,
    #ffffff 68.85%,
    #8f8d83 100%
  );

  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.page1_img1 {
  position: absolute;
  bottom: 0px;
  left: 100px;
  width: 40%;
  z-index: 5;
}

.page1_img2 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 48%;
  z-index: 5;
}

.page1_bg1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
}

.page2 {
  width: 100%;
  height: 100%;
  background-image: url(../image/indexImg/page2Bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 300ms;
  overflow: hidden;
}

.page2_dao1 {
  width: 28%;
  position: absolute;
  left: 8%;
  top: 30%;
  z-index: 5;
}

.page2_dao1 .page2_dao_box_qi {
  position: absolute;
  top: 4%;
  left: 26%;
  opacity: 0;
}

.page2_dao_box .page2_dao_box_img {
  width: 100%;
}

.page2_dao2 {
  width: 36%;
  position: absolute;
  left: 16%;
  top: 54%;
  z-index: 6;
}

.page2_dao2 .page2_dao_box_qi {
  position: absolute;
  top: 168px;
  left: 155px;
  opacity: 0;
}

.page2_dao3 {
  width: 31%;
  position: absolute;
  left: 18%;
  top: 13%;
  z-index: 3;
}

.page2_dao3 .page2_dao_box_qi {
  position: absolute;
  top: -11%;
  left: 71%;
  opacity: 0;
}

.page2_dao4 {
  width: 37%;
  position: absolute;
  left: 30%;
  top: 25%;
  z-index: 3;
}

.page2_dao4 .page2_dao_box_qi {
  position: absolute;
  top: 24%;
  left: 20%;
  opacity: 0;
}

.page2_dao5 {
  width: 32%;
  position: absolute;
  left: 52%;
  top: 51%;
  z-index: 4;
}

.page2_dao5 .page2_dao_box_qi {
  position: absolute;
  top: 126px;
  left: 137px;
  opacity: 0;
}

.page2_dao6 {
  width: 41%;
  position: absolute;
  left: 49%;
  top: 6%;
  z-index: 1;
}

.page2_dao6 .page2_dao_box_qi {
  opacity: 0;
  position: absolute;
  top: 169px;
  left: 276px;
}

.page2_dao1:hover {
  transform: scale(1.006);
  transition: transform 0.8s;
}

.page2_dao1:hover .page2_dao_box_qi {
  opacity: 1;
  transition: 0.8s;
}

.page2_dao2:hover {
  transform: scale(1.006);
  transition: transform 0.8s;
}

.page2_dao2:hover .page2_dao_box_qi {
  opacity: 1;
  transition: 0.8s;
}

.page2_dao3:hover {
  transform: scale(1.006);
  transition: transform 0.8s;
}

.page2_dao3:hover .page2_dao_box_qi {
  opacity: 1;
  transition: 0.8s;
}

.page2_dao4_f {
  width: 42%;
  height: 49%;
  position: absolute;
  left: 31%;
  top: 11%;
  z-index: 3;
  /* background-color: #000; */
}

.page2_dao4_h {
  transform: scale(1.006);
  transition: transform 0.8s;
}

.page2_dao4_h .page2_dao_box_qi {
  opacity: 1;
  transition: 0.8s;
}

/* .page2_dao4_h:hover.page2_dao4 {
  transform: scale(1.006);
  transition: transform .8s;
}
.page2_dao4_h:hover .page2_dao_box_qi {
  opacity: 1;
 transition: 0.8s;
} */

.page2_dao5:hover {
  transform: scale(1.006);
  transition: transform 0.8s;
}

.page2_dao5:hover .page2_dao_box_qi {
  opacity: 1;
  transition: 0.8s;
}

.page2_dao6:hover {
  transform: scale(1.006);
  transition: transform 0.8s;
}

.page2_dao6:hover .page2_dao_box_qi {
  opacity: 1;
  transition: 0.8s;
}

.page3 {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
  overflow: hidden;
}

.page3_lis {
  width: 300%;
  height: 100%;
  position: relative;
  display: flex;
  transition: transform 0.5s ease;
}

.page3_b_imgs {
  text-align: center;
  display: flex;
  font-size: 25px;
  color: #fff;
  position: absolute;
  bottom: 12%;
  left: 50%;
  color: #817151;
  transform: translateX(-50%);
}

.page3_b_imgs_li {
  cursor: pointer;
}

.page3_b_imgs_li > p {
  font-family: ysbthzt;
  font-weight: bold;
  text-shadow: 2px 2px 4px #000000;
}

.page3_b_imgs_li[data-active="true"] > p {
  text-align: center;
  font-weight: bold;
  background: linear-gradient(
    to bottom,
    #936509 12.5%,
    #ffdba5 45.49%,
    #997641 85%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.page3_b_imgs_li[data-active="true"] .page3_b_imgs_li_img2 {
  display: block;
}

.page3_b_imgs_li[data-active="true"] .page3_b_imgs_li_img1 {
  display: none;
}

.page3_b_imgs_li_img2 {
  display: none;
}

.page3_b_imgs_li:nth-child(2) {
  margin: 0 72px;
}

.page3_b_imgs_li > img {
  width: 80px;
  height: 80px;
}

.page3_li {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}

.page3_li_r {
  width: 74%;
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 15;
  filter: saturate(0.4);
}

.page3_li_b1 .page3_li_t {
  position: absolute;
  left: 24%;
  bottom: 30%;
  z-index: 20;
}

.page3_li_b2 .page3_li_r {
  width: 60%;
  position: absolute;
  right: 0%;
  bottom: 5%;
  z-index: 15;
}

.page3_li_b2 .page3_li_t {
  position: absolute;
  left: 27%;
  bottom: 30%;
  z-index: 20;
}

.page3_li_b3 .page3_li_r {
  width: 59%;
  position: absolute;
  right: 0%;
  bottom: 5%;
  z-index: 15;
}

.page3_li_b3 .page3_li_t {
  position: absolute;
  left: 24%;
  bottom: 33%;
  z-index: 20;
}

.page3_li_b1 {
  background-image: url("../image/indexImg/page3bg1.png");
  background-size: cover;
}

.page3_li_b2 {
  background-image: url("../image/indexImg/page3bg2.png");
  background-size: cover;
}

.page3_li_b3 {
  background-image: url("../image/indexImg/page3bg3.png");
  background-size: cover;
}

.page4 {
  position: relative;
}

footer {
  width: 100%;
  background: #202020;
  color: #fff;
  height: 13%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 55px;
  z-index: 5;
}

@media screen and (max-width: 800px) {
  .footerInner {
    width: 90%;
    flex-direction: column;
    gap: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .footerInner {
    width: 90%;
    flex-direction: column;
    gap: 5px;
  }
}

.footerInner {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.footerLogo {
  /* width: 92px; */
  height: 40px;
}

.footerLogo > img {
  width: 100%;
  height: 100%;
}
.footerDownLoad {
  display: flex;
  flex-direction: column;
}

.footerDownLoad_topBtn,
.footerDownLoad_botBtn {
  border: 1px solid #fdfdfd;
  border-radius: 2px !important;
}

.footerDownLoad_topBtn img,
.footerDownLoad_botBtn img {
  height: 35px;
}

.footer_title {
  font-family: Alibaba PuHuiTi 2;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #858585;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

@media screen and (max-width: 800px) {
  .footerTxt {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .footerTxt {
    text-align: center;
  }
}
@media screen and (max-width: 1050px) {
  .ydvub > ul > li {
    margin-right: 100px;
  }
  .quite_btn {
    margin-left: 100px !important;
  }
  .login_sign_btn {
    margin-left: 50px !important;
    gap: 50px !important;
  }
}

.footerTxt {
  text-align: left;
  font-family: Pretendard;
  line-height: 22px;
}
@media screen and (max-width: 1300px) {
  .login_sign_btn {
    margin-left: 100px !important;
    gap: 100px !important;
  }
}

@media screen and (max-width: 1440px) {
  .footerTxt > p:first-child {
    font-size: 14px;
  }
}

.footerTxt > p:first-child {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 1440px) {
  .footerTxt > p:nth-child(2) {
    font-size: 13px;
  }
}

.footerTxt > p:nth-child(2) {
  color: #a6a6a6;
  font-size: 14px;
}

.footerDownLoad {
  display: flex;
  gap: 10px;
}

/* @media screen and (max-width: 1200px) {
    .footerDownLoad > div {
        width: 140px;
    }
} */

.footerDownLoad > div {
  /* width: 160px; */
}

.page4 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.page4_t {
  height: 82%;
  background-image: url("../image/indexImg/page4bg1.png");
  background-size: cover;
}

.page4_t_harder {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 3%;
  transform: translateX(-50%);
  color: #fff;
}

.page4_t_harder > p {
  font-size: 40px;
  text-align: center;
}

.page4_t_harder > p:first-child {
  text-align: center;
  font-weight: bold;
  background: linear-gradient(
    180deg,
    #b98943 12.5%,
    #ffdba5 45.49%,
    #997641 85%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page4_img1 {
  width: 10%;
  position: absolute;
  left: 29%;
  top: 16%;
  z-index: 2;
}

.page4_img2 {
  width: 17%;
  position: absolute;
  left: 22%;
  top: 57%;
  z-index: 2;
}

.page4_img3 {
  width: 10%;
  position: absolute;
  left: 61%;
  top: 16%;
  z-index: 2;
}

.page4_img4 {
  width: 17%;
  position: absolute;
  left: 61%;
  top: 57%;
  z-index: 2;
}

.page4_img5 {
  width: 14%;
  position: absolute;
  left: 43%;
  top: 21%;
  z-index: 2;
}

.page4_img6 {
  width: 25%;
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%);
}

.page4 .page4_h_img:hover {
  transform: scale(1.05);
  transition: transform 0.8s;
}

/* 隐藏滚动条 */
/* .react-fullpage__container {
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.react-fullpage__container::-webkit-scrollbar {
    display: none;
} */
.page1_vido {
  position: absolute;
  width: 100%;
  height: 103.5%;
  top: -1%;
  z-index: -1;
  object-fit: fill;
  /* opacity: 0.9; */
}

.QVsZA {
  display: flex;
  align-items: center;
}

.header_li:hover.header_li > a > span {
  color: #fff;
}

.header_li:hover {
  filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #efe940);
}

.ifXdIz button[data-active="true"] .QVsZA_img2 {
  display: none;
}

.ifXdIz button[data-active="false"] .QVsZA_img2 {
  display: block;
}

.ifXdIz button[data-active="false"] .QVsZA_img1 {
  display: none;
}

.QVsZA_img2 {
  display: none;
}

.page_select_status1[data-active="true"] .QVsZA_img2 {
  display: none;
}

.page_select_status1[data-active="false"] .QVsZA_img2 {
  display: block;
}

.page_select_status1[data-active="false"] .QVsZA_img1 {
  display: none;
}

.QVsZA_img2 {
  display: none;
}

.ibnSnV .opening-cloud {
  overflow: hidden;
  position: absolute;
  inset: 0px;
  z-index: 10;
  pointer-events: none;
}

.ibnSnV .opening-cloud .cloud:nth-child(1) {
  translate: calc(-25vw) calc(-25vh);
}

.ibnSnV .opening-cloud .cloud:nth-child(2) {
  translate: 0% calc(-25vh);
}

.ibnSnV .opening-cloud .cloud:nth-child(3) {
  translate: 25vw calc(-25vh);
}

.ibnSnV .opening-cloud .cloud:nth-child(4) {
  translate: 25vw 0%;
}

.ibnSnV .opening-cloud .cloud:nth-child(6) {
  translate: 0% 25vh;
}

.ibnSnV .opening-cloud .cloud:nth-child(7) {
  translate: calc(-25vw) 25vh;
}

.ibnSnV .opening-cloud .cloud:nth-child(8) {
  translate: calc(-25vw) 0%;
}

.ibnSnV .opening-cloud .cloud {
  position: absolute;
  top: calc(50% - 641px);
  left: calc(50% - 1106px);
  width: 2213px;
  height: 1282px;
  background-image: url("../image/indexImg/worldmap-cloud.webp");
  transition-property: all;
  transition-delay: 700ms;
  transition-duration: 0ms;
  scale: 2;
}

.ibnSnV .opening-cloud[data-active-index="1"] .cloud:nth-child(1) {
  translate: -100vw -100vh;
}

.ibnSnV .opening-cloud[data-active-index="1"] .cloud {
  transition-delay: 0ms;
  transition-duration: 5000ms;
  opacity: 0;
  scale: 1;
}

.ibnSnV .opening-cloud[data-active-index="1"] .cloud:nth-child(2) {
  translate: 0% -100vh;
}

.ibnSnV .opening-cloud[data-active-index="1"] .cloud:nth-child(3) {
  translate: 100vw -100vh;
}

.ibnSnV .opening-cloud[data-active-index="1"] .cloud:nth-child(4) {
  translate: 100vw 0%;
}

.ibnSnV .opening-cloud[data-active-index="1"] .cloud:nth-child(5) {
  translate: 100vw 100vh;
}

ibnSnV .opening-cloud[data-active-index="1"] .cloud:nth-child(6) {
  translate: 0% 100vh;
}

.ibnSnV .opening-cloud[data-active-index="1"] .cloud:nth-child(7) {
  translate: -100vw 100vh;
}

.ibnSnV .opening-cloud[data-active-index="1"] .cloud:nth-child(8) {
  translate: -100vw 0%;
}

.ibnSnV .opening-cloud[data-active-index="1"] .cloud {
  transition-delay: 0ms;
  transition-duration: 5000ms;
  opacity: 0;
  scale: 1;
}

.gFllTR:nth-child(1) {
  bottom: -30%;
  animation-delay: -30000ms;
}

.gFllTR:nth-child(2) {
  top: -30%;
  animation-delay: -60000ms;
}

.gFllTR:nth-child(3) {
  bottom: -30%;
  animation-delay: -90000ms;
}

.gFllTR:nth-child(4) {
  top: -30%;
  animation-delay: -120000ms;
}

.gFllTR {
  position: absolute;
  left: -100%;
  width: 2213px;
  height: 1282px;
  background-image: url("../image/indexImg/worldmap-cloud-dong.webp");
  animation: 120000ms linear 0s infinite normal none running cloudMove;
  opacity: 0.5;
}

@keyframes cloudMove {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.page2_daoS {
  width: 1000px;
  height: 100vh;
  display: flex;
  overflow-x: scroll;
}

.page2_map {
  /*display: none;*/
}

.footerDownLoad > div {
  border-radius: 8px;
  display: flex;
  align-items: center;
  /* box-shadow: inset 2px 2px 2px 3px rgba(255, 255, 255, 0.5), 7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1); */
  position: relative;
  overflow: hidden;
}

.footerDownLoad > div > span:nth-child(1) {
  top: 0;
  left: 0;
  width: 20%;
  height: 4px;
  background: #fff;
  animation: animate1 1s linear infinite;
}

.footerDownLoad > div > span {
  position: absolute;
  display: block;
  border-radius: 5px;
}

.footerDownLoad > div > span:nth-child(2) {
  top: 0;
  right: 0;
  width: 4px;
  height: 20%;
  background: #fff;
  animation: animate2 1.1s linear infinite;
}

.footerDownLoad > div > span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 20%;
  height: 4px;
  background: #fff;
  animation: animate3 1.2s linear infinite;
}

.footerDownLoad > div > span:nth-child(4) {
  bottom: 0;
  left: 0;
  width: 4px;
  height: 20%;
  background: #fff;
  animation: animate4 1.3s linear infinite;
}

.footerDownLoad > div > a > img {
  border: 4px solid;
  border-image: linear-gradient(180deg, #ffce00 0%, #ff9100 100%) 1;
}

@keyframes animate1 {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes animate2 {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

@keyframes animate3 {
  0% {
    right: -100%;
  }
  100% {
    right: 100%;
  }
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 100%;
  }
}

.footerDownLoad > div > a > image {
  width: 100%;
}

#loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 52px;
  color: #ffffff;
  background-color: #0a84ff;
  display: block;
}
