@charset "UTF-8";
.arrow-bg[data-v-24000a34] {
  cursor: pointer;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.0416666667vw 0.8333333333vw;
  display: flex;
  align-items: center;
  border-radius: 0.2083333333vw;
}
.arrow-svg[data-v-24000a34] {
  width: 0.4419418229vw;
  height: 0.8102289583vw;
  transform: translateY(0) scale(1.4);
}

/* 亮色  */
.arrow-bg.light[data-v-24000a34] {
  background-color: rgb(245, 246, 247);
}
.arrow-bg.light svg[data-v-24000a34] {
  transform: translateY(0px) scale(1.4);
  color: rgb(0, 0, 0);
}
.arrow-bg.light .arrow-handle[data-v-24000a34] {
  transition: width 0.3s ease;
  height: 0.1041666667vw;
  margin-left: -0.4166666667vw;
  width: 1.4583333333vw;
  background-color: rgb(0, 0, 0);
}
.arrow-bg.light:hover .arrow-handle[data-v-24000a34] {
  width: 3.3333333333vw;
}

/* 暗色 */
.arrow-bg.dark[data-v-24000a34] {
  background: rgb(32, 32, 32);
}
.arrow-bg.dark svg[data-v-24000a34] {
  transform: translateY(0px) scale(1.4);
  color: rgb(255, 255, 255);
}
.arrow-bg.dark .arrow-handle[data-v-24000a34] {
  transition: width 0.3s ease;
  height: 0.1041666667vw;
  margin-left: -0.4166666667vw;
  width: 1.4583333333vw;
  background: rgb(255, 255, 255);
}
.arrow-bg.dark:hover .arrow-handle[data-v-24000a34] {
  width: 3.3333333333vw;
}

/* 禁用状态 */
.arrow-bg.disable[data-v-24000a34] {
  cursor: not-allowed;
}
.arrow-bg.light.disable svg[data-v-24000a34] {
  color: rgb(201, 203, 205);
}
.arrow-bg.light.disable .arrow-handle[data-v-24000a34] {
  background-color: rgb(201, 203, 205);
}
.arrow-bg.dark.disable svg[data-v-24000a34] {
  color: rgba(174, 174, 174, 0.5);
}
.arrow-bg.dark.disable .arrow-handle[data-v-24000a34] {
  background: rgba(174, 174, 174, 0.5);
}

/* 禁用悬停效果 */
.arrow-bg.disable:hover .arrow-handle[data-v-24000a34] {
  width: 1.4583333333vw !important;
}
.arrow-bg.disable-animation:hover .arrow-handle[data-v-24000a34] {
  width: 1.4583333333vw !important;
}
.arrow-bg[data-v-2990e815] {
  cursor: pointer;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.0416666667vw 0.8333333333vw;
  display: flex;
  align-items: center;
  border-radius: 0.2083333333vw;
}
.arrow-svg[data-v-2990e815] {
  width: 0.4419418229vw;
  height: 0.8102289583vw;
  transform: translateY(0) scale(1.4);
}

/* 亮色  */
.arrow-bg.light[data-v-2990e815] {
  background-color: rgb(245, 246, 247);
}
.arrow-bg.light svg[data-v-2990e815] {
  transform: translateY(0px) scale(1.4);
  color: rgb(0, 0, 0);
}
.arrow-bg.light .arrow-handle[data-v-2990e815] {
  transition: width 0.3s ease;
  height: 0.1041666667vw;
  margin-right: -0.4166666667vw;
  width: 1.4583333333vw;
  background-color: rgb(0, 0, 0);
}
.arrow-bg.light:hover .arrow-handle[data-v-2990e815] {
  width: 3.3333333333vw;
}

/* 暗色 */
.arrow-bg.dark[data-v-2990e815] {
  background: rgb(32, 32, 32);
}
.arrow-bg.dark svg[data-v-2990e815] {
  transform: translateY(0px) scale(1.4);
  color: rgb(255, 255, 255);
}
.arrow-bg.dark .arrow-handle[data-v-2990e815] {
  transition: width 0.3s ease;
  height: 0.1041666667vw;
  margin-right: -0.4166666667vw;
  width: 1.4583333333vw;
  background: rgb(255, 255, 255);
}
.arrow-bg.dark:hover .arrow-handle[data-v-2990e815] {
  width: 3.3333333333vw;
}

/* 禁用状态 */
.arrow-bg.disable[data-v-2990e815] {
  cursor: not-allowed;
}
.arrow-bg.light.disable[data-v-2990e815] {
  background-color: rgb(245, 246, 247);
}
.arrow-bg.light.disable svg[data-v-2990e815] {
  color: rgba(174, 174, 174, 0.5);
}
.arrow-bg.light.disable .arrow-handle[data-v-2990e815] {
  background-color: rgba(174, 174, 174, 0.5);
}
.arrow-bg.dark.disable[data-v-2990e815] {
  background: rgb(32, 32, 32);
}
.arrow-bg.dark.disable svg[data-v-2990e815] {
  color: rgba(174, 174, 174, 0.5);
}
.arrow-bg.dark.disable .arrow-handle[data-v-2990e815] {
  background: rgba(174, 174, 174, 0.5);
}

/* 禁用悬停效果 */
.arrow-bg.disable:hover .arrow-handle[data-v-2990e815] {
  width: 1.4583333333vw !important;
}
.arrow-bg.disable-animation:hover .arrow-handle[data-v-2990e815] {
  width: 1.4583333333vw !important;
}.business-license-viewer[data-v-cec26aa2] {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99999;
}
.business-license-viewer .overlay[data-v-cec26aa2] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.business-license-viewer .business-license-show-area[data-v-cec26aa2] {
  background-color: #fff;
  position: absolute;
}
.business-license-viewer .business-license-show-area .title[data-v-cec26aa2] {
  text-align: center;
}
.business-license-viewer .business-license-show-area .business-license-img[data-v-cec26aa2] {
  margin-top: 1.3541666667vw;
  width: 37.5vw;
  height: 27.1875vw;
}
.business-license-viewer .business-license-show-area .business-license-img img[data-v-cec26aa2] {
  width: 100%;
  height: 100%;
}
.business-license-viewer .business-license-show-area .close-btn[data-v-cec26aa2] {
  position: absolute;
  cursor: pointer;
}
@media (min-width: 768px) {
.business-license-viewer .business-license-show-area[data-v-cec26aa2] {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2.0833333333vw;
    border-radius: 0.4166666667vw;
    min-height: 34.2708333333vw;
    min-width: 41.6666666667vw;
    z-index: 9999999;
}
.business-license-viewer .business-license-show-area .title[data-v-cec26aa2] {
    --min-font-size: 10px;
    --min-scale: 24px;
    --max-scale: 24px;
    font-size: 24px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: rgb(26, 29, 37);
    font-size: 1.25vw;
}
.business-license-viewer .business-license-show-area .business-license-img[data-v-cec26aa2] {
    margin-top: 1.3541666667vw;
    width: 37.5vw;
    height: 27.1875vw;
}
.business-license-viewer .business-license-show-area .close-btn[data-v-cec26aa2] {
    top: 2.3958333333vw;
    right: 2.3958333333vw;
}
.business-license-viewer .business-license-show-area .close-btn img[data-v-cec26aa2] {
    width: 0.9895833333vw;
    height: 0.9895833333vw;
}
}
@media (min-width: 0) and (max-width: 767px) {
.business-license-viewer .business-license-show-area[data-v-cec26aa2] {
    bottom: 0;
    width: 100%;
    padding: 14px 24px 240px;
    min-height: 548px;
}
.business-license-viewer .business-license-show-area .title[data-v-cec26aa2] {
    --min-font-size: 10px;
    --min-scale: 18px;
    --max-scale: 18px;
    font-size: 18px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: rgb(26, 29, 37);
}
.business-license-viewer .business-license-show-area .business-license-img[data-v-cec26aa2] {
    margin-top: 30px;
    width: 100%;
    height: 236px;
}
.business-license-viewer .business-license-show-area .close-btn[data-v-cec26aa2] {
    top: 20px;
    right: 30px;
}
.business-license-viewer .business-license-show-area .close-btn img[data-v-cec26aa2] {
    width: 19px;
    height: 19px;
}
}.video-fade-enter-active[data-v-f716a585],
.video-fade-leave-active[data-v-f716a585] {
  transition: opacity 0.3s ease;
}
.video-fade-enter-from[data-v-f716a585],
.video-fade-leave-to[data-v-f716a585] {
  opacity: 0;
}
.video-fade-enter-to[data-v-f716a585],
.video-fade-leave-from[data-v-f716a585] {
  opacity: 1;
}
button[data-v-f716a585] {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.button-base[data-v-f716a585] {
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.button-base .button-bg[data-v-f716a585] {
  transition: all 0.5s ease;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (hover: hover) and (min-width: 1920) {
.button-base .button-base[data-v-f716a585]:hover {
    animation: delay-transparent-f716a585 0.3s ease forwards;
}
}
@keyframes delay-transparent-f716a585 {
0% {
    background-color: inherit;
}
33.33% {
    background-color: inherit;
}
100% {
    background-color: transparent;
}
}
.button-pc[data-v-f716a585] {
  border-radius: var(--40f0088a);
  position: relative;
  padding: var(--fb5249b2);
  --min-font-size: 10px;
  --min-scale: 16px;
  --max-scale: 16px;
  font-size: 16px;
  --line-height-v: 8px;
  line-height: calc(100% + var(--line-height-v));
  font-weight: 400;
  font-family: "URW Form", "HYQiHeiX1-45J";
  color: rgb(255, 255, 255);
  font-size: 0.8333333333vw;
}
.button-pc .button-content[data-v-f716a585] {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  font-size: inherit;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vw-unit[data-v-f716a585] {
  font-size: 0.8333333333vw;
}
.button-mob[data-v-f716a585] {
  padding: 2.6666666667vw 2.1333333333vw;
  border-radius: 1.0666666667vw;
  position: relative;
  font-size: 3.7333333333vw;
}
.button-mob .button-content[data-v-f716a585] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}
.button-hover-effect-facial[data-v-f716a585]:hover {
  border-color: rgba(0, 0, 0, 0);
}
.button-hover-effect-facial:hover .button-content[data-v-f716a585] {
  color: rgb(255, 255, 255);
}
.button-hover-effect-linear[data-v-f716a585]:hover {
  border-color: rgba(0, 0, 0, 0);
}
.button-hover-effect-linear:hover .button-content[data-v-f716a585] {
  color: rgb(255, 255, 255);
}
.button-linear-dark[data-v-f716a585] {
  color: rgb(0, 0, 0);
  border: 1px solid rgb(0, 0, 0);
  background-color: transparent;
}
.button-linear-light[data-v-f716a585] {
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  background-color: transparent;
}
.button-facial-dark[data-v-f716a585] {
  color: rgb(255, 255, 255);
  background-color: rgb(0, 0, 0);
}
.button-facial-light[data-v-f716a585] {
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
}
.button-simple-dark[data-v-f716a585] {
  color: rgb(0, 0, 0);
  padding: 0;
}
.button-simple-light[data-v-f716a585] {
  color: rgb(255, 255, 255);
  padding: 0;
}
.button-disabled[data-v-f716a585] {
  cursor: not-allowed;
}
.button-disabled[data-v-f716a585]:hover {
  animation: none;
}
.button-disabled.button-linear-dark[data-v-f716a585] {
  color: rgb(185, 188, 194);
  border: 1px solid rgb(185, 188, 194);
}
.button-disabled.button-facial-dark[data-v-f716a585] {
  color: rgb(255, 255, 255);
  background-color: rgb(185, 188, 194);
}
.button-disabled.button-simple-dark[data-v-f716a585] {
  color: rgb(185, 188, 194);
}
.button-disabled.button-linear-light[data-v-f716a585] {
  color: rgb(86, 87, 90);
  border: 1px solid rgb(86, 87, 90);
}
.button-disabled.button-facial-light[data-v-f716a585] {
  color: rgb(0, 0, 0);
  background-color: rgb(86, 87, 90);
}
.button-disabled.button-simple-light[data-v-f716a585] {
  color: rgb(159, 161, 164);
}
.button-click-effect-linear-dark[data-v-f716a585]:hover {
  border: 1px solid rgb(74, 79, 89);
}
.button-click-effect-linear-dark:hover .button-content[data-v-f716a585] {
  color: rgb(74, 79, 89);
}
.button-click-effect-facial-dark[data-v-f716a585]:hover {
  background-color: rgb(74, 79, 89);
}
.button-click-effect-facial-dark:hover .button-content[data-v-f716a585] {
  color: rgb(255, 255, 255);
}
.button-click-effect-linear-light[data-v-f716a585]:hover {
  border: 1px solid rgb(159, 161, 164);
}
.button-click-effect-linear-light:hover .button-content[data-v-f716a585] {
  color: rgb(159, 161, 164);
}
.button-click-effect-facial-light[data-v-f716a585]:hover {
  background-color: rgb(159, 161, 164);
}
.button-click-effect-facial-light:hover .button-content[data-v-f716a585] {
  color: rgb(0, 0, 0);
}.number-scroll[data-v-6511eeb1] {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  height: calc(1em + 8px);
}
.digit[data-v-6511eeb1] {
  height: inherit;
  line-height: inherit;
  transform: translateY(0);
  transition: transform 1.2s 0.1s cubic-bezier(0.2, 0.1, 0.2, 1);
  pointer-events: none;
}
.digit.is-chinese-char[data-v-6511eeb1] {
  font-size: 0.8em;
}
.digit span[data-v-6511eeb1] {
  height: inherit;
  line-height: inherit;
  display: block;
}
.pc-video-container[data-v-fdb3cf4a] {
  position: relative;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}
.pc-video-container video[data-v-fdb3cf4a] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: transparent;
  mix-blend-mode: difference;
  position: relative;
}
.mob-video-container .video-wrapper[data-v-fdb3cf4a] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mob-video-container .video-wrapper video[data-v-fdb3cf4a] {
  height: 100%;
  mix-blend-mode: difference;
  -o-object-fit: cover;
     object-fit: cover;
  background: transparent;
  z-index: -1;
  transform: translateZ(0); /* 触发硬件加速 */
}
.video-wrapper[data-v-fdb3cf4a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loading-overlay[data-v-fdb3cf4a],
.error-overlay[data-v-fdb3cf4a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  color: white;
}
.spinner[data-v-fdb3cf4a] {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin-fdb3cf4a 1s linear infinite;
}
@keyframes spin-fdb3cf4a {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.unsupported[data-v-fdb3cf4a] {
  color: white;
  text-align: center;
  padding: 20px;
}.mob-video-container .jsmpeg-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.mob-video-container .jsmpeg-content canvas {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mob-video-container .jsmpeg-content .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}.common-video-container[data-v-5b19908e] {
  width: 100%;
  height: 100%;
}.prd-swiper_usuall .swiper-container[data-v-c72a32a0] {
  padding: 0 24px;
}
.prd-swiper_usuall .swiper_usuall-ctrl[data-v-c72a32a0] {
  margin-top: 24px;
}
.prd-swiper_usuall .swiper_usuall-ctrl .ctrl-pagination .ctrl-pagination-box[data-v-c72a32a0] {
  display: flex;
  justify-content: center;
}
.prd-swiper_usuall .swiper_usuall-ctrl .ctrl-pagination .ctrl-pagination-box .ctrl-pagination-item[data-v-c72a32a0] {
  width: 30px;
  height: 2px;
  background: rgb(201, 205, 212);
  border-radius: 0;
}
.prd-swiper_usuall .swiper_usuall-ctrl .ctrl-pagination .ctrl-pagination-box .ctrl-pagination-item.swiper-pagination-bullet-active[data-v-c72a32a0] {
  background: rgb(26, 29, 37);
}.prd-sketch_stage_general[data-v-43711c78] {
  padding-top: 120px;
  padding-bottom: 60px;
}
.prd-sketch_stage_general .gereral_box[data-v-43711c78] {
  max-width: 1440px;
  margin: 0 auto;
}
.prd-sketch_stage_general .gereral_top_title[data-v-43711c78] {
  text-align: center;
  margin-bottom: 60px;
}
.prd-sketch_stage_general .gereral_top_title .title[data-v-43711c78] {
  --min-font-size: 10px;
  --min-scale: 64px;
  --max-scale: 64px;
  font-size: 64px;
  --line-height-v: 8px;
  line-height: calc(100% + var(--line-height-v));
  font-weight: 400;
  font-family: "URW Form", "HYQiHeiX1-45J";
  color: rgb(26, 29, 37);
  font-size: 3.3333333333vw;
  color: rgb(26, 29, 37);
  line-height: -1px;
  letter-spacing: 0px;
}
.prd-sketch_stage_general .gereral_top_title .des[data-v-43711c78] {
  --min-font-size: 10px;
  --min-scale: 24px;
  --max-scale: 24px;
  font-size: 24px;
  --line-height-v: 8px;
  line-height: calc(100% + var(--line-height-v));
  font-weight: 400;
  font-family: "URW Form", "HYQiHeiX1-45J";
  color: rgb(26, 29, 37);
  font-size: 1.25vw;
  color: rgb(92, 96, 106);
  line-height: -1px;
  letter-spacing: 0px;
  margin-top: 22px;
}
.prd-sketch_stage_general .gereral_toggle_box .gereral_content[data-v-43711c78] {
  margin-bottom: 60px;
}
.prd-sketch_stage_general .gereral_toggle_box .gereral_content .content_wrap[data-v-43711c78] {
  width: 100%;
  height: 580px;
}
.prd-sketch_stage_general .gereral_toggle_box .tab-box[data-v-43711c78] {
  display: flex;
  justify-content: center;
  overflow-x: auto;
}
.prd-sketch_stage_general .gereral_toggle_box .tab-box .tab-wrap[data-v-43711c78] {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  border-bottom: 1px solid rgb(201, 205, 212);
  position: relative;
}
.prd-sketch_stage_general .gereral_toggle_box .tab-box .tab-item[data-v-43711c78] {
  width: -moz-max-content;
  width: max-content;
  margin-left: 60px;
  cursor: pointer;
}
.prd-sketch_stage_general .gereral_toggle_box .tab-box .tab-item[data-v-43711c78]:first-child {
  margin-left: 0;
}
.prd-sketch_stage_general .gereral_toggle_box .tab-box .tab-item .title[data-v-43711c78] {
  --min-font-size: 10px;
  --min-scale: 26px;
  --max-scale: 26px;
  font-size: 26px;
  --line-height-v: 8px;
  line-height: calc(100% + var(--line-height-v));
  font-weight: 400;
  font-family: "URW Form", "HYQiHeiX1-45J";
  color: rgb(26, 29, 37);
  font-size: 1.3541666667vw;
  color: rgb(161, 166, 175);
  line-height: 34px;
  letter-spacing: 0px;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.prd-sketch_stage_general .gereral_toggle_box .tab-box .tab-item.selected .title[data-v-43711c78] {
  color: rgb(26, 29, 37);
}
.prd-sketch_stage_general .gereral_toggle_box .tab-box .underline[data-v-43711c78] {
  position: absolute;
  bottom: -1px;
  height: 2px;
  background-color: rgb(26, 29, 37); /* Underline color */
  transition: all 0.3s ease-in-out; /* Smooth animation */
}
.prd-sketch_stage_general .gereral_toggle_box .descriptioon-box[data-v-43711c78] {
  padding-top: 32px;
}
.prd-sketch_stage_general .gereral_toggle_box .descriptioon-box .descriptioon-wrap .descriptioon-item .des[data-v-43711c78] {
  color: rgb(92, 96, 106);
  --min-font-size: 10px;
  --min-scale: 16px;
  --max-scale: 16px;
  font-size: 16px;
  --line-height-v: 8px;
  line-height: calc(100% + var(--line-height-v));
  font-weight: 400;
  font-family: "URW Form", "HYQiHeiX1-45J";
  color: rgb(26, 29, 37);
  font-size: 0.8333333333vw;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
@media (min-width: 1024.98px) {
.prd-sketch_stage_general[data-v-43711c78] {
    padding-top: 6.25vw;
    padding-bottom: 3.125vw;
}
.prd-sketch_stage_general .gereral_box[data-v-43711c78] {
    max-width: 75vw;
}
.prd-sketch_stage_general .gereral_top_title[data-v-43711c78] {
    margin-bottom: 3.125vw;
}
.prd-sketch_stage_general .gereral_top_title .title[data-v-43711c78] {
    line-height: -0.0520833333vw;
}
.prd-sketch_stage_general .gereral_top_title .des[data-v-43711c78] {
    line-height: -0.0520833333vw;
    margin-top: 1.1458333333vw;
}
.prd-sketch_stage_general .gereral_toggle_box .gereral_content[data-v-43711c78] {
    margin-bottom: 3.125vw;
}
.prd-sketch_stage_general .gereral_toggle_box .gereral_content .content_wrap[data-v-43711c78] {
    height: 30.2083333333vw;
}
.prd-sketch_stage_general .gereral_toggle_box .tab-box .tab-item[data-v-43711c78] {
    margin-left: 3.125vw;
}
.prd-sketch_stage_general .gereral_toggle_box .tab-box .tab-item .title[data-v-43711c78] {
    line-height: 1.7708333333vw;
    margin-bottom: 0.8333333333vw;
}
.prd-sketch_stage_general .gereral_toggle_box .tab-box .underline[data-v-43711c78] {
    bottom: -0.0520833333vw;
    height: 0.1041666667vw;
}
.prd-sketch_stage_general .gereral_toggle_box .descriptioon-box[data-v-43711c78] {
    padding-top: 1.6666666667vw;
}
.prd-sketch_stage_general .gereral_toggle_box .descriptioon-box .descriptioon-wrap .descriptioon-item .des[data-v-43711c78] {
    line-height: 1.25vw;
}
}
@media (max-width: 1024px) {
.prd-sketch_stage_general[data-v-43711c78] {
    padding-top: 60px;
    padding-bottom: 60px;
}
.prd-sketch_stage_general .gereral_box[data-v-43711c78] {
    max-width: 100%;
    margin: 0 auto;
}
.prd-sketch_stage_general .gereral_top_title[data-v-43711c78] {
    margin-bottom: 36px;
}
.prd-sketch_stage_general .gereral_top_title .title[data-v-43711c78] {
    --min-font-size: 10px;
    --min-scale: 28px;
    --max-scale: 28px;
    font-size: 28px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: rgb(26, 29, 37);
    line-height: 39px;
}
.prd-sketch_stage_general .gereral_top_title .des[data-v-43711c78] {
    --min-font-size: 10px;
    --min-scale: 14px;
    --max-scale: 14px;
    font-size: 14px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: rgb(26, 29, 37);
    color: rgb(92, 96, 106);
    line-height: 19px;
    margin-top: 10px;
}
.prd-sketch_stage_general .gereral_toggle_box .gereral_content[data-v-43711c78] {
    margin-bottom: 36px;
}
.prd-sketch_stage_general .gereral_toggle_box .gereral_content .content_wrap[data-v-43711c78] {
    width: 100%;
    height: auto;
}
.prd-sketch_stage_general .gereral_toggle_box .tab-box[data-v-43711c78] {
    display: flex;
    justify-content: flex-start;
    color: rgb(92, 96, 106);
    overflow-x: auto;
}
.prd-sketch_stage_general .gereral_toggle_box .tab-box .tab-wrap[data-v-43711c78] {
    width: -moz-max-content;
    width: max-content;
    display: flex;
    border-bottom: 1px solid rgb(201, 205, 212);
    position: relative;
    flex-wrap: nowrap;
    margin: 0 auto;
}
.prd-sketch_stage_general .gereral_toggle_box .tab-box .tab-item[data-v-43711c78] {
    margin-left: 0;
    padding: 0 26px 16px;
    cursor: pointer;
    width: -moz-max-content;
    width: max-content;
}
.prd-sketch_stage_general .gereral_toggle_box .tab-box .tab-item .title[data-v-43711c78] {
    --min-font-size: 10px;
    --min-scale: 16px;
    --max-scale: 16px;
    font-size: 16px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: #a1a6af;
    line-height: 22px;
    margin-bottom: 0;
}
.prd-sketch_stage_general .gereral_toggle_box .tab-box .tab-item.selected .title[data-v-43711c78] {
    font-family: "HYQiHeiX1-55J";
    color: rgb(26, 29, 37);
}
.prd-sketch_stage_general .gereral_toggle_box .tab-box .underline[data-v-43711c78] {
    position: absolute;
    bottom: -1px;
    height: 2px;
    background-color: rgb(26, 29, 37); /* Underline color */
    transition: all 0.3s ease-in-out; /* Smooth animation */
}
.prd-sketch_stage_general .gereral_toggle_box .descriptioon-box[data-v-43711c78] {
    padding-top: 16px;
}
.prd-sketch_stage_general .gereral_toggle_box .descriptioon-box .descriptioon-wrap .descriptioon-item .des[data-v-43711c78] {
    --min-font-size: 10px;
    --min-scale: 14px;
    --max-scale: 14px;
    font-size: 14px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: rgb(26, 29, 37);
    line-height: 19px;
}
}.store-info-card-comp-wrap[data-v-5e6f727d] {
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}
.store-info-card-comp-wrap .store-name[data-v-5e6f727d] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.store-info-card-comp-wrap .store-address[data-v-5e6f727d] {
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.store-info-card-comp-wrap .store-tags[data-v-5e6f727d] {
  display: flex;
  flex-wrap: wrap;
}
.store-info-card-comp-wrap .store-tags span[data-v-5e6f727d] {
  display: inline-block;
  vertical-align: middle;
}
.store-info-card-comp-wrap .store-tags span.border[data-v-5e6f727d] {
  border: 1px solid rgb(201, 205, 212);
  cursor: pointer;
}
.store-info-card-comp-wrap .store-tags span.yellow[data-v-5e6f727d] {
  background-color: rgb(253, 244, 227);
}
.store-info-card-comp-wrap .store-tags span.blue[data-v-5e6f727d] {
  background-color: rgb(224, 240, 255);
}
.store-info-card-comp-wrap .store-tags span.purple[data-v-5e6f727d] {
  background-color: rgb(226, 231, 247);
}
.store-info-card-comp-wrap .store-detail-info[data-v-5e6f727d] {
  display: flex;
  align-items: center;
}
.store-info-card-comp-wrap .store-detail-info .distance-info[data-v-5e6f727d] {
  display: flex;
  align-items: center;
}
.store-info-card-comp-wrap .store-detail-info .store-contact-info[data-v-5e6f727d] {
  display: flex;
  align-items: center;
}
.store-info-card-comp-wrap .operation-btn[data-v-5e6f727d] {
  float: right;
}
@media (min-width: 768px) {
.store-info-card-comp-wrap .store-name[data-v-5e6f727d] {
    --min-font-size: 10px;
    --min-scale: 20px;
    --max-scale: 20px;
    font-size: 20px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: rgb(0, 20, 51);
    font-size: 1.0416666667vw;
}
.store-info-card-comp-wrap .store-address[data-v-5e6f727d] {
    --min-font-size: 10px;
    --min-scale: 16px;
    --max-scale: 16px;
    font-size: 16px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: rgb(92, 96, 106);
    font-size: 0.8333333333vw;
    margin-top: 0.625vw;
}
.store-info-card-comp-wrap .store-tags[data-v-5e6f727d] {
    font-size: 0.625vw;
    line-height: 1.3020833333vw;
    color: rgb(92, 96, 106);
    margin-bottom: 0.625vw;
    display: flex;
}
.store-info-card-comp-wrap .store-tags span[data-v-5e6f727d] {
    line-height: 1.3020833333vw;
    height: 1.3020833333vw;
    padding: 0 0.4166666667vw;
    margin-right: 0.625vw;
    margin-top: 0.625vw;
}
.store-info-card-comp-wrap .store-detail-info[data-v-5e6f727d] {
    --min-font-size: 10px;
    --min-scale: 14px;
    --max-scale: 14px;
    font-size: 14px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: rgb(92, 96, 106);
    font-size: 0.7291666667vw;
}
.store-info-card-comp-wrap .store-detail-info .distance-info[data-v-5e6f727d] {
    padding-right: 1.0416666667vw;
    position: relative;
}
.store-info-card-comp-wrap .store-detail-info .distance-info img[data-v-5e6f727d] {
    width: 0.78125vw;
    height: 0.78125vw;
    margin-right: 0.6770833333vw;
}
.store-info-card-comp-wrap .store-detail-info .distance-info[data-v-5e6f727d]::after {
    height: 0.7291666667vw;
    position: absolute;
    top: 50%;
    right: -1px;
    content: "";
    transform: translateY(-50%);
    width: 1px;
    background-color: rgb(201, 205, 212);
}
.store-info-card-comp-wrap .store-detail-info .store-contact-info[data-v-5e6f727d] {
    padding-left: 1.0416666667vw;
    --min-font-size: 10px;
    --min-scale: 14px;
    --max-scale: 14px;
    font-size: 14px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: rgb(92, 96, 106);
    font-size: 0.7291666667vw;
}
.store-info-card-comp-wrap .store-detail-info .store-contact-info .tel-icon[data-v-5e6f727d] {
    width: 0.78125vw;
    height: 0.78125vw;
    margin-right: 0.6770833333vw;
}
.store-info-card-comp-wrap .operation-btn[data-v-5e6f727d] {
    margin-top: 0.625vw;
    height: 2.5vw;
}
}
@media (min-width: 0) and (max-width: 767px) {
.store-info-card-comp-wrap .store-name[data-v-5e6f727d] {
    --min-font-size: 10px;
    --min-scale: 18px;
    --max-scale: 18px;
    font-size: 18px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: rgb(0, 20, 51);
}
.store-info-card-comp-wrap .store-address[data-v-5e6f727d] {
    --min-font-size: 10px;
    --min-scale: 14px;
    --max-scale: 14px;
    font-size: 14px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: rgb(92, 96, 106);
    margin-top: 12px;
}
.store-info-card-comp-wrap .store-tags[data-v-5e6f727d] {
    font-size: 12px;
    line-height: 25px;
    color: rgb(92, 96, 106);
    margin-bottom: 12px;
}
.store-info-card-comp-wrap .store-tags span[data-v-5e6f727d] {
    padding: 4px 8px;
    margin-right: 16px;
    margin-top: 12px;
}
.store-info-card-comp-wrap .store-detail-info[data-v-5e6f727d] {
    --min-font-size: 10px;
    --min-scale: 12px;
    --max-scale: 12px;
    font-size: 12px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: rgb(92, 96, 106);
}
.store-info-card-comp-wrap .store-detail-info .distance-info[data-v-5e6f727d] {
    padding-right: 24px;
}
.store-info-card-comp-wrap .store-detail-info .distance-info img[data-v-5e6f727d] {
    width: 12px;
    height: 12px;
    margin-right: 8px;
}
.store-info-card-comp-wrap .store-detail-info .store-contact-info[data-v-5e6f727d] {
    --min-font-size: 10px;
    --min-scale: 12px;
    --max-scale: 12px;
    font-size: 12px;
    --line-height-v: 8px;
    line-height: calc(100% + var(--line-height-v));
    font-weight: 400;
    font-family: "URW Form", "HYQiHeiX1-45J";
    color: rgb(92, 96, 106);
}
.store-info-card-comp-wrap .store-detail-info .store-contact-info .tel-icon[data-v-5e6f727d] {
    width: 12px;
    height: 12px;
    margin-right: 8px;
}
.store-info-card-comp-wrap .operation-btn[data-v-5e6f727d] {
    margin-top: 12px;
    height: 30px;
    width: 80px;
}
}