@media screen and (max-width: 999px) {
  .container-safe {
    width: calc(100% - 48px);
  }

  .dispear-sm {
    display: none !important;
  }

  .half-lg-60-mdsm {
    width: 70%;
  }

  .sixty-lg-70-md-80-sm {
    width: 80%;
  }

  .fill-sm-80-md-70-lg,
  .fill-sm-md-90-lg {
    width: 100%;
  }

  .sixty-lg-70-mdsm {
    width: 70%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1599px) {
  .container-safe {
    width: 90%;
  }

  .half-lg-60-mdsm {
    width: 65%;
  }

  .sixty-lg-70-md-80-sm {
    width: 70%;
  }

  .fill-sm-80-md-70-lg {
    width: 85%;
  }

  .fill-sm-md-90-lg {
    width: 100%;
  }

  .sixty-lg-70-mdsm {
    width: 70%;
  }
}

@media screen and (min-width: 1600px) {
  .container-safe {
    width: 1440px;
  }

  .half-lg-60-mdsm {
    width: 52%;
  }

  .sixty-lg-70-md-80-sm {
    width: 60%;
  }

  .fill-sm-80-md-70-lg {
    width: 70%;
  }

  .fill-sm-md-90-lg {
    width: 90%;
  }

  .sixty-lg-70-mdsm {
    width: 60%;
  }
}

.container-safe {
  margin: 0 auto;
}

@media (min-width: 0px) {
  html {
    font-size: 0.875vw;
  }
}

@media (min-width: 400px) {
  html {
    font-size: 0.8125vw;
  }
}

@media (min-width: 800px) {
  html {
    font-size: 0.75vw;
  }
}

@media (min-width: 1000px) {
  html {
    font-size: 0.6875vw;
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}

:root {
  --nav-height: 6rem;
  --color1: #1c213e;
  --color2: #727687;
  --color3: #adb0bd;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #f6f7f8;
  color: #1c213e;
  color: var(--color1, #1c213e);
}

a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

.button-deep {
  cursor: pointer;
  align-items: center;
  color: #fff;
  border-radius: 0.4rem;
  background: linear-gradient(90deg, #3062f6, #6c66f5);
}

nav {
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  height: var(--nav-height);
  z-index: 5;
  width: 100%;
  transition: background-color 0.5s, box-shadow 1s;
  background-color: transparent;
}

nav:hover {
  background-color: #fff;
}

nav .nav-container {
  display: flex;
  align-items: center;
  padding: 0 2.4rem;
  width: 100%;
  height: 100%;
}

nav .nav-container > a img {
  width: 12.45rem;
  flex-shrink: 0;
}

nav .nav-container .nav-menu {
  display: flex;
  align-items: center;
  margin-left: 8rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  height: 100%;
  flex-wrap: nowrap;
  overflow: hidden;
}

nav .nav-container .nav-menu .nav-menu-item {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  cursor: default;
}

nav .nav-container .nav-menu .nav-menu-item .rotate-arrow {
  width: 1.2rem;
  height: 1.2rem;
  transition: transform 0.3s;
}

nav .nav-container .nav-menu .nav-menu-item:hover .rotate-arrow {
  transform: rotate(180deg);
}

nav .nav-container .menu-spread-btn {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  height: 3.6rem;
  padding: 1rem 2.4rem;
  margin-left: auto;
  justify-content: center;
}

nav.scrolled {
  background-color: #fff9;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

nav.scrolled:hover {
  background-color: #fff;
}

nav .nav-menu-item:hover .menu-spread-wrapper {
  max-height: 50rem;
  visibility: visible;
  opacity: 1;
}

nav .nav-menu-item:hover > a {
  color: #3062f6;
}

nav .menu-spread-wrapper {
  position: fixed;
  top: 6rem;
  top: var(--nav-height);
  padding-top: 0.5rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.5s, opacity 0.5s;
  background-color: #fff;
}

nav .menu-spread {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  min-height: 39.2rem;
  padding: 3.6rem;
  border-radius: 1.6rem;
  background-color: #fff;
}

nav .menu-spread .last-pic img {
  border-radius: 0.4rem;
  width: 26rem;
}

nav .menu-spread .hydc-mobile {
  width: 34rem;
  flex-shrink: 0;
}

nav .menu-spread .menu-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

nav .menu-spread .menu-item-wrapper .menu-item-title {
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
}

nav .menu-spread .menu-item-wrapper .menu-item-title svg {
  width: 1.6rem;
  height: 1.6rem;
}

nav .menu-spread .menu-item-wrapper a.menu-item-title:hover span {
  color: #3062f6;
}

nav .menu-spread .menu-item-wrapper .single-menu-item {
  padding-left: 2.6rem;
}

nav .menu-spread .menu-item-wrapper .single-menu-item .item-title {
  color: #1c213e;
  color: var(--color1, #1c213e);
  font-size: 1.4rem;
  cursor: pointer;
}

nav .menu-spread .menu-item-wrapper .single-menu-item .item-title span {
  color: #3062f6;
  font-family: Roboto;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0rem 0.2rem;
  background: #dde6ff;
  border-radius: 0.2rem;
  vertical-align: middle;
}

nav .menu-spread .menu-item-wrapper .single-menu-item .item-title:hover {
  color: #3062f6;
}

nav .menu-spread .menu-item-wrapper .single-menu-item .item-description {
  margin-top: 0.4rem;
  color: #adb0bd;
  color: var(--color3, #adb0bd);
  font-size: 1.2rem;
}

nav .spread-menu1 .nav-mobile-qrcode {
  display: flex;
  gap: 1rem;
}

nav .spread-menu1 .nav-mobile-qrcode .mini-qrcode-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  border-radius: 1rem;
  background: #f6f7f8;
  width: 16.4rem;
  height: 14.6rem;
}

nav .spread-menu1 .nav-mobile-qrcode .mini-qrcode-wrapper img.circle-img {
  width: 7.68rem;
  height: 7.68rem;
  border-radius: 50%;
  border: 0.1rem solid #d7dbe1;
}

nav .spread-menu1 .nav-mobile-qrcode .mini-qrcode-wrapper img.rect-img {
  width: 7.68rem;
  height: 7.68rem;
  border-radius: 0.6rem;
  border: 0.1rem solid #d7dbe1;
}

nav
  .spread-menu1
  .nav-mobile-qrcode
  .mini-qrcode-wrapper
  .nav-qrcode-description {
  color: #1c213e;
  color: var(--color1, #1c213e);
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 1rem;
}

nav
  .spread-menu1
  .nav-mobile-qrcode
  .mini-qrcode-wrapper
  .nav-qrcode-description
  svg {
  width: 1.2rem;
  height: 1.2rem;
}

nav
  .spread-menu1
  .nav-mobile-qrcode
  .mini-qrcode-wrapper
  .nav-qrcode-description
  img {
  width: 1.2rem;
  height: 1.2rem;
}

nav .spread-menu2 .menu-solution-card {
  padding: 2.4rem;
  border-radius: 10px;
  overflow: hidden;
  height: 20rem;
  position: relative;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-position: right;
}

nav .spread-menu2 .header .title {
  font-size: 1.6rem;
  font-weight: 600;
}

nav .spread-menu2 .header .item-description {
  margin-top: 1rem;
  width: 60%;
  color: #727687;
  color: var(--color2, #727687);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}

nav .spread-menu2 .dynamic-arrow {
  margin-top: 1rem;
}

nav .spread-menu2 .menu-gov-solution-bg {
  background-image: url(../../index/menu-gov-solution.png);
}

nav .spread-menu2 .menu-fin-solution-bg {
  background-image: url(../../index/menu-fin-solution.png);
}

nav .spread-menu3 .menu-items-left {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 6rem;
}

nav .spread-menu3 .menu-items-left .flex-bias-auto {
  flex-basis: auto;
}

.banner .header-content .click-now {
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.banner .header-content .click-now:hover {
  width: 260px;
}

footer {
  background-color: #fff;
}

footer .contact-us-img {
  width: 100%;
  height: 200px;
  background-image: url(../../index/footer-img.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  align-items: center;
  position: relative;
}

footer .contact-us-img .gradient-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 500px);
  height: 100%;
  background: linear-gradient(90deg, #0872ff 60%, #0872ff00);
}

footer .contact-us-img .info-wrapper {
  z-index: 1;
}

footer .contact-us-img .info-wrapper .slogan {
  color: #fff;
  font-family: MiSans VF;
  font-size: 4rem;
  font-weight: 520;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

footer .contact-us-img .info-wrapper .footer-contactus-btn {
  border-radius: 2px;
  background: #fff;
  color: #3062f6;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  width: 240px;
  height: 36px;
  padding: 10px 16px;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
}

footer .contact-us-img .info-wrapper .footer-contactus-btn svg {
  width: 16px;
  height: 16px;
  color: #3062f6;
}

footer .contact-us-img .info-wrapper .footer-contactus-btn img {
  width: 16px;
  height: 16px;
  color: #3062f6;
}

footer .contact-us-img .info-wrapper .footer-contactus-btn:hover {
  width: 260px;
}

footer .footer-content {
  height: 320px;
  width: 100%;
  padding: 40px 0;
}

footer .footer-content .footer-info {
  display: flex;
}

footer .footer-content .footer-info .footer-list-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

footer .footer-content .footer-info .footer-list-wrapper .footer-list .title {
  font-family: MiSans VF;
  font-size: 1.8rem;
  font-weight: 450;
  margin-bottom: 20px;
  display: block;
}

footer
  .footer-content
  .footer-info
  .footer-list-wrapper
  .footer-list
  a.title:hover {
  color: #3062f6;
}

footer .footer-content .footer-info .footer-list-wrapper .footer-list ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #727687;
  color: var(--color2);
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
}

footer
  .footer-content
  .footer-info
  .footer-list-wrapper
  .footer-list
  ul
  li:hover {
  color: #1c213e;
  color: var(--color1, #1c213e);
}

footer .footer-content .footer-info .footer-list-wrapper .contact-info {
  margin-left: 20px;
}

footer .footer-content .footer-info .footer-list-wrapper .contact-info .title {
  font-family: MiSans VF;
  font-size: 1.8rem;
  font-weight: 450;
  margin-bottom: 20px;
}

footer
  .footer-content
  .footer-info
  .footer-list-wrapper
  .contact-info
  .icon-pair {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.4rem;
  line-height: 20px;
}

footer
  .footer-content
  .footer-info
  .footer-list-wrapper
  .contact-info
  .icon-pair
  img {
  width: 16px;
  height: 16px;
}

footer
  .footer-content
  .footer-info
  .footer-list-wrapper
  .contact-info
  .foot-qrcodes {
  margin-top: 24px;
  display: flex;
  gap: 32px;
}

footer
  .footer-content
  .footer-info
  .footer-list-wrapper
  .contact-info
  .foot-qrcodes
  .qrcode-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

footer
  .footer-content
  .footer-info
  .footer-list-wrapper
  .contact-info
  .foot-qrcodes
  .qrcode-wrapper
  .wx-qrcode {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  border: 1px solid #016ade;
}

footer
  .footer-content
  .footer-info
  .footer-list-wrapper
  .contact-info
  .foot-qrcodes
  .qrcode-wrapper
  .wx-mini-qrcode {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #016ade;
}

footer
  .footer-content
  .footer-info
  .footer-list-wrapper
  .contact-info
  .foot-qrcodes
  .qrcode-wrapper
  .code-name {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
}

footer .footer-bottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 15px 0;
  text-align: center;
  color: #b3b3b3;
  font-size: 1.4rem;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #fefefe;
  box-shadow: 0 0 16px #3c73aa1a;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  z-index: 3;
}

.back-to-top a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.back-to-top a svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.back-to-top .list-wrapper {
  padding-right: 10px;
  position: absolute;
  bottom: 0;
  right: 48px;
  display: none;
}

.back-to-top .list-wrapper .back-to-top-list {
  display: flex;
  padding: 12px 6px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 80px;
  font-size: 14px;
  background-color: #fff;
  list-style: none;
  margin: 0;
  border-radius: 6px;
}

.back-to-top .list-wrapper .back-to-top-list li {
  width: 68px;
  padding: 0 4px;
  text-align: center;
  border-radius: 2px;
}

.back-to-top .list-wrapper .back-to-top-list li:hover {
  color: #304ef6;
  background-color: #e8f0ff;
}

.back-to-top:hover .list-wrapper {
  display: block;
}

.back-to-top:hover > a svg {
  color: #304ef6;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.dynamic-arrow {
  display: flex;
  align-items: center;
  height: 32px;
  gap: 4px;
  color: #3062f6;
  font-size: 1.6rem;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}

.dynamic-arrow .dynamic-arrow-item {
  width: 1.6rem;
  height: 1.6rem;
  overflow: hidden;
}

.dynamic-arrow .dynamic-arrow-item svg {
  width: 3.2rem;
  height: 3.2rem;
  transition: transform 0.5s ease;
  transform: translate(-50%);
}

.dynamic-arrow .dynamic-arrow-item img {
  width: 3.2rem;
  height: 3.2rem;
  transition: transform 0.5s ease;
  transform: translate(-50%);
}

.dynamic-arrow:hover svg {
  transform: translate(0) translateY(-45%);
}

.dynamic-arrow:hover img {
  transform: translate(0) translateY(-45%);
}

.enlarge-background {
  background-repeat: no-repeat;
  background-size: auto 100%;
  overflow: hidden;
  transition: background-size 0.5s;
}

.enlarge-background:hover {
  background-size: auto 115%;
}

.cards-wrapper-4col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
}

.cards-wrapper-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
}

.cards-wrapper-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  gap: 20px;
}

.button-white {
  border-radius: 2px;
  border: 1px solid #b0c4ff;
  background: #ffffff80;
  color: #3062f6;
  cursor: pointer;
  transition: all 0.5s ease;
}

.button-white svg {
  width: 16px;
  height: 16px;
  color: #3062f6;
}

.button-white:hover {
  border: 0;
  color: #fff;
  background: linear-gradient(90deg, #3062f6, #6c66f5);
}

.button-white:hover svg {
  width: 16px;
  height: 16px;
  color: #fff;
}

.button-contactus-below {
  display: flex;
  font-size: 16px;
  width: 240px;
  height: 36px;
  padding: 10px 16px;
  justify-content: space-between;
  align-items: center;
  margin: 36px auto 0;
}

.popup-show-btn {
  cursor: pointer;
}

body.lock-scroll {
  overflow: hidden;
}

.contact-us-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 6;
  transition: all 0.3s ease;
}

.contact-us-popup .overlay {
  width: 100%;
  height: 100%;
  background: #000000b3;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-us-popup .popup-content {
  width: 92rem;
  height: 66rem;
  position: relative;
  background-color: #fff;
  border-radius: 16px;
  display: flex;
  background-image: url(../../index/contact-us-bg.png);
  background-size: cover;
  padding: 1.6rem;
}

.contact-us-popup .popup-content .left-form {
  width: 52.8rem;
  padding: 3.6rem;
  border-radius: 20px;
  border: 2px solid #fff;
  background: #fffc;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  display: flex;
  flex-direction: column;
}

.contact-us-popup .popup-content .left-form .title {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contact-us-popup .popup-content .left-form form {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-us-popup .popup-content .left-form form .basic-info {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2.4rem 1.6rem;
  gap: 2.4rem 1.6rem;
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .basic-info
  .label-and-input
  label {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .basic-info
  .label-and-input
  label
  span {
  color: #e62c3b;
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .basic-info
  .label-and-input
  input {
  margin-top: 0.8rem;
  width: 100%;
  height: 2.8rem;
  padding: 0 1rem;
  border-radius: 2px;
  border: 1px solid #d7dbe1;
  border: 1px solid var(--1-, #d7dbe1);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .basic-info
  .label-and-input
  input:focus {
  border: 1px solid #5580ff;
  outline: 0px solid #5580ff;
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .basic-info
  .label-and-input
  input::-moz-placeholder {
  color: #adb0bd;
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .basic-info
  .label-and-input
  input::placeholder {
  color: #adb0bd;
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .basic-info
  .label-and-input
  input.error:focus {
  border: 1px solid #e62c3b;
}

.contact-us-popup .popup-content .left-form form .business-demand {
  margin-top: 2.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.contact-us-popup .popup-content .left-form form .business-demand .title-1 {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .business-demand
  .title-1
  span {
  color: #e62c3b;
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .business-demand
  .choose-group {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .business-demand
  .choose-group
  .title-2 {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .business-demand
  .choose-group
  .label-group {
  display: flex;
  gap: 1.6rem;
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .business-demand
  .choose-group
  .label-group
  label {
  width: 10rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem;
  cursor: pointer;
}

.contact-us-popup .popup-content .left-form form .read-contracts-submit {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .read-contracts-submit
  .read-contracts {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .read-contracts-submit
  .read-contracts
  label {
  display: flex;
  align-items: center;
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .read-contracts-submit
  .read-contracts
  a {
  color: #016ade;
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .read-contracts-submit
  .button-submit {
  display: flex;
  font-size: 1.4rem;
  height: 3.6rem;
  overflow: hidden;
  padding: 1.6rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.4rem;
  background: linear-gradient(90deg, #3062f6, #6c66f5);
}

.contact-us-popup
  .popup-content
  .left-form
  form
  .read-contracts-submit
  .button-submit
  svg {
  width: 1.6rem;
  height: 1.6rem;
  color: #fff;
}

.contact-us-popup .popup-content .left-form .success {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}

.contact-us-popup .popup-content .left-form .success .success-title {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 2rem;
  font-weight: 600;
}

.contact-us-popup .popup-content .left-form .success .success-title svg {
  width: 2.4rem;
  height: 2.4rem;
}

.contact-us-popup .popup-content .left-form .success .success-content {
  font-size: 1.4rem;
}

.contact-us-popup .popup-content .left-form .success .success-img {
  width: 12rem;
  height: 12rem;
  background-image: url(../../index/submit-sucess.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-us-popup .popup-content .right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.contact-us-popup .popup-content .right-content .right-logo {
  height: 3.24rem;
  width: 100%;
  background-image: url(../../index/right-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-us-popup .popup-content .right-content .right-qrcode {
  height: 16rem;
  width: 16rem;
  background-image: url(../../index/right-qrcode.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-us-popup .popup-content .right-content .description-title {
  font-size: 1.4rem;
  text-align: center;
}

.contact-us-popup .popup-content .close-window {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 1.2rem;
  right: 1.6rem;
  cursor: pointer;
}

.contact-us-popup.hidden {
  opacity: 0;
  visibility: hidden;
}

.contact-us-popup .checkbox-custom {
  position: relative;
  width: 1.2rem;
  height: 1.2rem;
  border: 0.1rem solid #ccc;
  border-radius: 0.2rem;
  display: inline-flex;
  padding-left: 0;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1rem;
  background-color: #fff;
}

.contact-us-popup input[type="checkbox"] {
  display: none;
}

.contact-us-popup input[type="checkbox"]:checked + .checkbox-custom {
  border: 0.1rem solid #5580ff;
  background-color: #5580ff;
}

.contact-us-popup input[type="checkbox"]:checked + .checkbox-custom:after {
  content: "✓";
  color: #fff;
  font-size: 1rem;
}

@media screen and (min-width: 1000px) {
  .menu-spread-btn {
    display: flex;
  }
}

.toast {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 7;
  height: 2.8rem;
  display: inline-flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: rgba(2, 2, 2, 0.6);
  color: #fff;

  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.toast.show {
  opacity: 1;
}
