.privacy-pc-container[data-v-49473993] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 4.6875vw 12.5vw;
}
.privacy-pc-container .section-left[data-v-49473993] {
  width: 14.5833333333vw;
  padding-right: 3.5416666667vw;
  border-right: 1px solid #d9dce1;
  margin-right: 3.5416666667vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.3958333333vw;
}
.privacy-pc-container .section-left .menu[data-v-49473993] {
  width: 100%;
  font-size: 1.3541666667vw;
  font-weight: 400;
  line-height: 1.7708333333vw;
  letter-spacing: 0;
  color: rgb(140, 149, 163);
  cursor: pointer;
}
.privacy-pc-container .section-left .menu .menu-title[data-v-49473993] {
  font-family: HYQiHeiX1-Bold;
}
.privacy-pc-container .section-left .menu.is-active[data-v-49473993] {
  color: rgb(0, 20, 51);
}
.privacy-pc-container .section-right[data-v-49473993] {
  flex: 1;
}
.privacy-pc-container .section-right .right-title[data-v-49473993] {
  font-family: HYQiHeiX1-Bold;
  font-size: 2.9166666667vw;
  margin-bottom: 3.75vw;
}
.privacy-pc-container .section-right .legal-text[data-v-49473993] {
  color: rgb(38, 55, 81);
}
.privacy-pc-container .section-right .legal-text[data-v-49473993] .text-section {
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 1.25vw;
  letter-spacing: 0px;
  margin-bottom: 1.0416666667vw;
}
.privacy-pc-container .section-right .legal-text[data-v-49473993] .text-section .to-privacy {
  font-family: HYQiHeiX1-Bold;
  color: rgb(88, 73, 167);
  cursor: pointer;
}
.privacy-pc-container .section-footer[data-v-49473993] {
  margin-top: 3.2291666667vw;
}
@media (max-width: 768px) {
.privacy-pc-container .section-footer[data-v-49473993] {
    margin-top: 24px;
}
}
.privacy-pc-container .tab-container[data-v-49473993] {
  position: relative;
}
.privacy-pc-container .tab-container .read-more[data-v-49473993] {
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 2;
}
.privacy-pc-container .tab-container .read-more.list .table-item[data-v-49473993] {
  border: 0.0520833333vw solid rgba(255, 255, 255, 0.6);
  width: 7.2916666667vw;
  cursor: pointer;
  display: flex;
  font-size: 0.8333333333vw;
  font-weight: 500;
}
.privacy-pc-container .tab-container .read-more.list .table-item .title[data-v-49473993] {
  width: 9.5833333333vw;
  overflow: hidden;
  padding-left: 1.25vw;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.privacy-pc-container .tab-container .read-more.list .table-item .operate-icon[data-v-49473993] {
  cursor: pointer;
  position: absolute;
  width: 1.4583333333vw;
  height: 1.4583333333vw;
  top: 0.1041666667vw;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  margin: auto;
  right: 1.1458333333vw;
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.privacy-pc-container .tab-container .read-more.list .table-item .operate-icon svg[data-v-49473993] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.privacy-pc-container .tab-container .read-more.list .table-item .rotate[data-v-49473993] {
  transform: rotate(0deg);
}
.privacy-pc-container .tab-container .read-more.list .expand-area[data-v-49473993] {
  position: absolute;
  border: 1px solid rgb(235, 237, 239);
  padding: 0.8333333333vw 0;
  border-radius: 4px;
  box-shadow: 0px 4px 12px 0px rgba(1, 11, 25, 0.05);
  background: rgb(255, 255, 255);
  top: 4.375vw;
  right: 0;
  padding-bottom: 1.25vw;
  width: 20.8333333333vw;
  min-height: 6.25vw;
  max-height: 15.625vw;
  overflow-y: auto;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition: transform 0.3s;
}
.privacy-pc-container .tab-container .read-more.list .expand-area[data-v-49473993]::-webkit-scrollbar {
  display: block;
  width: 2px;
  background: rgb(235, 232, 232);
}
.privacy-pc-container .tab-container .read-more.list .expand-area[data-v-49473993]::-webkit-scrollbar-thumb {
  width: 2px;
  background: rgb(0, 20, 51);
}
.privacy-pc-container .tab-container .read-more.list .expand-area .select-item[data-v-49473993] {
  height: 2.9166666667vw;
  display: flex;
  align-items: center;
  color: rgb(0, 20, 51);
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 0.9375vw;
  letter-spacing: 0;
  padding: 0 0.8333333333vw;
}
.privacy-pc-container .tab-container .read-more.list .expand-area .select-item[data-v-49473993]:hover {
  background: rgb(245, 247, 250);
}
.privacy-pc-container .tab-container .read-more.list .is-expand[data-v-49473993] {
  transform: scale(1);
}
.privacy-pc-container .tab-container .tab-header[data-v-49473993] {
  display: flex;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  gap: 3.125vw;
  overflow-y: hidden;
  overflow-x: scroll;
  border-bottom: 1px solid #d9dce1;
}
.privacy-pc-container .tab-container .tab-header[data-v-49473993]::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
.privacy-pc-container .tab-container .tab-header[data-v-49473993] {
    gap: 26px;
}
}
.privacy-pc-container .tab-container .tab-header .tab[data-v-49473993] {
  position: relative;
  font-size: 1.3541666667vw;
  font-family: HYQiHeiX1-Bold;
  color: #8c95a3;
  white-space: nowrap;
  padding-bottom: 0.8854166667vw;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 768px) {
.privacy-pc-container .tab-container .tab-header .tab[data-v-49473993] {
    font-size: 14px;
    padding-bottom: 16px;
}
}
.privacy-pc-container .tab-container .tab-header .tab.is-active[data-v-49473993] {
  font-family: HYQiHeiX1-Bold;
  color: #001433;
}
@keyframes growWidth-49473993 {
from {
    width: 0;
}
to {
    width: 100%;
}
}
.privacy-pc-container .tab-container .tab-header .tab.is-active[data-v-49473993]::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #001433;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  animation: growWidth-49473993 0.3s ease;
}
@keyframes descFadeIn-49473993 {
from {
    opacity: 0;
    transform: translate(0, 20px);
}
to {
    opacity: 1;
    transform: translate(0, 0);
}
}
.privacy-pc-container .tab-container .tab-swiper[data-v-49473993] {
  padding: 0 vw(16);
}
.privacy-pc-container .tab-container .tab-swiper .swiper-slide[data-v-49473993] {
  width: auto !important;
  font-size: 0.8333333333vw;
  padding-bottom: 0.8854166667vw;
  color: #aaa;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.privacy-pc-container .tab-container .tab-swiper .swiper-slide.active[data-v-49473993] {
  font-family: HYQiHeiX1-Bold;
  color: #001433;
}
@keyframes growWidth-49473993 {
from {
    width: 0;
}
to {
    width: 100%;
}
}
.privacy-pc-container .tab-container .tab-swiper .swiper-slide.active[data-v-49473993]::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #001433;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  animation: growWidth-49473993 0.3s ease;
}
.privacy-pc-container .tab-container .tab-content[data-v-49473993] {
  width: 100%;
  margin-top: 1.6666666667vw;
}
@media (max-width: 768px) {
.privacy-pc-container .tab-container .tab-content[data-v-49473993] {
    margin-top: 16px;
    text-align: justify;
}
}
.privacy-pc-container .tab-container .tab-content .tab-desc[data-v-49473993] {
  font-family: HYQiHeiX1-Bold;
  font-size: 0.8333333333vw;
  color: #263751;
  animation: descFadeIn-49473993 0.3s ease-in;
}
.privacy-pc-container .tab-container .tab-content .tab-desc[data-v-49473993] .text-section {
  font-size: 0.8333333333vw;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 1.5625vw;
}
.privacy-pc-container .tab-container .tab-content .tab-desc[data-v-49473993] table {
  width: 100%;
  margin-bottom: 0.8333333333vw;
  font-size: 0.7291666667vw;
  line-height: 1.5;
}
.privacy-pc-container .tab-container .tab-content .tab-desc[data-v-49473993] table th,
.privacy-pc-container .tab-container .tab-content .tab-desc[data-v-49473993] table td {
  padding: 0.4166666667vw 0.8333333333vw;
  border: 1px solid #d9dce1;
}
.privacy-pc-container .tab-container .tab-content .tab-desc[data-v-49473993] table td {
  opacity: 0.8;
}
.privacy-pc-container .tab-container .tab-content .tab-desc[data-v-49473993] .cus-table tr td:nth-of-type(1) {
  width: 18%;
}
.privacy-pc-container .tab-container .tab-content .tab-desc[data-v-49473993] .cus-table tr td:nth-of-type(2) {
  width: 45%;
}
@media (max-width: 768px) {
.privacy-pc-container .tab-container .tab-content .tab-desc[data-v-49473993] {
    font-family: HYQiHeiX1-Bold;
    font-size: 12px;
    white-space: normal;
}
}.privacy-mob-container[data-v-27722246] {
  padding: 24vw 6.4vw;
}
.privacy-mob-container .section-left[data-v-27722246] {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 6.9333333333vw;
  margin: 0 auto 7.4666666667vw auto;
  border-bottom: 1px solid #d9dce1;
}
.privacy-mob-container .section-left .menu[data-v-27722246] {
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 5.8666666667vw;
  letter-spacing: 0;
  color: rgb(140, 149, 163);
  cursor: pointer;
  position: relative;
  padding-bottom: 4.2666666667vw;
}
.privacy-mob-container .section-left .menu.is-active[data-v-27722246] {
  color: #001433;
}
@keyframes growWidth-27722246 {
from {
    width: 0;
}
to {
    width: 100%;
}
}
.privacy-mob-container .section-left .menu.is-active[data-v-27722246]::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #001433;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  animation: growWidth-27722246 0.3s ease;
}
.privacy-mob-container .section-right[data-v-27722246] {
  flex: 1;
}
.privacy-mob-container .section-right[data-v-27722246] .text-section {
  font-size: 3.2vw;
  line-height: 5.3333333333vw;
  letter-spacing: 0px;
  margin-bottom: 5.3333333333vw;
}
.privacy-mob-container .section-footer[data-v-27722246] {
  width: 100%;
  margin-top: 16.5333333333vw;
}
@media (max-width: 768px) {
.privacy-mob-container .section-footer[data-v-27722246] {
    margin-top: 24px;
}
}
.privacy-mob-container .tab-container[data-v-27722246] {
  position: relative;
}
.privacy-mob-container .tab-container .tab-header[data-v-27722246] {
  display: flex;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  gap: 16vw;
  overflow-y: hidden;
  overflow-x: scroll;
  border-bottom: 1px solid #d9dce1;
}
.privacy-mob-container .tab-container .tab-header[data-v-27722246]::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
.privacy-mob-container .tab-container .tab-header[data-v-27722246] {
    gap: 26px;
}
}
@keyframes descFadeIn-27722246 {
from {
    opacity: 0;
    transform: translate(0, 20px);
}
to {
    opacity: 1;
    transform: translate(0, 0);
}
}
.privacy-mob-container .tab-container .tab-swiper[data-v-27722246] {
  padding: 0 4.2666666667vw;
}
.privacy-mob-container .tab-container .tab-swiper .swiper-slide[data-v-27722246] {
  width: auto !important;
  font-size: 3.7333333333vw;
  line-height: 5.8666666667vw;
  padding-bottom: 4.2666666667vw;
  color: #aaa;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.privacy-mob-container .tab-container .tab-swiper .swiper-slide.active[data-v-27722246] {
  color: #001433;
}
@keyframes growWidth-27722246 {
from {
    width: 0;
}
to {
    width: 100%;
}
}
.privacy-mob-container .tab-container .tab-swiper .swiper-slide.active[data-v-27722246]::after {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #001433;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  animation: growWidth-27722246 0.3s ease;
}
.privacy-mob-container .tab-container .tab-content[data-v-27722246] {
  width: 100%;
  margin-top: 8.5333333333vw;
}
@media (max-width: 768px) {
.privacy-mob-container .tab-container .tab-content[data-v-27722246] {
    margin-top: 16px;
    text-align: justify;
}
}
.privacy-mob-container .tab-container .tab-content .tab-desc[data-v-27722246] {
  font-size: 4.2666666667vw;
  color: #263751;
  white-space: pre-line;
  animation: descFadeIn-27722246 0.3s ease-in;
}
.privacy-mob-container .tab-container .tab-content .tab-desc[data-v-27722246] table {
  width: 100%;
  margin-bottom: 4.2666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
.privacy-mob-container .tab-container .tab-content .tab-desc[data-v-27722246] table th, .privacy-mob-container .tab-container .tab-content .tab-desc[data-v-27722246] table td {
  padding: 2.1333333333vw 2.1333333333vw;
  border: 1px solid #d9dce1;
}
.privacy-mob-container .tab-container .tab-content .tab-desc[data-v-27722246] table td {
  opacity: 0.8;
}
.privacy-mob-container .tab-container .tab-content .tab-desc[data-v-27722246] .cus-table tr td:nth-of-type(1) {
  width: 18%;
}
.privacy-mob-container .tab-container .tab-content .tab-desc[data-v-27722246] .cus-table tr td:nth-of-type(2) {
  width: 45%;
}
@media (max-width: 768px) {
.privacy-mob-container .tab-container .tab-content .tab-desc[data-v-27722246] {
    font-size: 12px;
    white-space: normal;
}
}