a[href="https://www.soft8soft.com/verge3d-trial/"] {
  display: none !important;
}
.default {
  /* 品牌颜色 */
  --brand-color: #ff6000;

  /* 默认颜色 */
  --primary-color: #ff6000;
  --primary-color5: #9447ff;
  --primary-color4: #b070ff;
  --primary-color3: #ca99ff;
  --primary-color2: #e1c2ff;
  --primary-color1: #f6ebff;
  /* 默认背景色 */
  --primary-background: #f7f7f7;
  /* 默认背景 hover */
  --primary-background-hover: #f0f0f0;
  /* 默认背景 active */
  --primary-background-active: #e6e6e6;

  /* 常用语背景的3种颜色（new） */
  --primary-background1: #f7f7f7;
  --primary-background2: #f0f0f0;
  --primary-background3: #e6e6e6;

  /* 分割线 */
  --split-line-color: #ededed;

  /* 按钮描边 */
  --primary-button-border: #eaeaea;

  /* 线框组件描边 */
  --line-type-component-border: #d1d0d2;

  /* 默认可交互组件背景色 */
  --interactive-component-background-color: #f8f7fa;

  /* 禁用组件描边色 */
  --disabled-component-border: #e9e9e9;

  /* 禁用组件背景色 */
  --disabled-component-background: #f9f9f9;

  /* 一、二、三级标题颜色 */
  --one-level-text-color: #191919;
  --two-level-text-color: #4c4c4c;
  --three-level-text-color: #7f7f7f;

  /* 提示文字色 */
  --tooltip-text-color: #b2b2b2;
  /*禁用文字色 */
  --disabled-text-color: #cacaca;

  /* 提示用色 */
  --error-color: #ff445e;
  --warn-color: #ff9947;
  --success-color: #1fd486;

  /* 链接颜色 */
  --link-color: #9155ff;

  --primary-light-color: #fbeeff;

  --primary-disable: #aa87f0;
  --primary-hover: #9155ff;
  --primary-highlight: #5a23d7;

  --error-disable: #ffabac;
  --error-hover: #ff8288;
  --error-highlight: #cc3d4e;

  --warn-disable: #ffd5ab;
  --warn-hover: #ffbb81;
  --warn-highlight: #d87c41;

  --success-disable: #6eedae;
  --success-hover: #45e098;
  --success-highlight: #0fad6f;

  --minor-color: #f6f5f7;
  --minor-disable: #f9f9f9;
  --minor-hover: #fbeeff;
  --minor-highlight: #731eff;

  --assist-color: #f9f9f9;
  --assist-highlight: #ededed;
  --assist-disable: #f9f9f9;
  --assist-hover: #f4f3f5;

  --h1-color: rgba(0, 0, 0, 0.85);
  --h2-color: rgba(0, 0, 0, 0.65);
  --h3-color: rgba(0, 0, 0, 0.45);
  --h4-color: rgba(0, 0, 0, 0.25);
  --shadow-color: rgba(0, 0, 0, 0.1);
  --theme-background-color: #ffffff;
  --theme-background-light: #f5f5f5;
  --half-deep: rgba(0, 0, 0, 0.5);
  --btn-color: #ffffff;
  --border-color: rgba(0, 0, 0, 0.11);
  --text-tip-color: #60656c;

  --input-placeholder-color: #b2b2b2;

  --primary-btn-bg: #731eff;
  --primary-btn-hover: #8045ed;
  --primary-btn-active: #400eba;
  --primary-btn-disable: #c59cff;
}


html {
  overflow: hidden;
}
body {
  overflow: overlay;
  overflow-x: hidden;
}

body {
    overscroll-behavior: none;
    font-size: var(--fs-base);
    font-weight: var(--fw-normal);
    line-height: var(--lh-normal);
}
body, button {
    font-family: 'HarmonyOS_Sans_SC', 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol' !important;
}
body[lang=zh-CN] {
    --pac-font-family: "HarmonyOS_Sans_SC";
    --fs-sm: 14px;
    --fs-base: 16px;
    --fs-lg: 20px;
    --fs-xl: 28px;
    --fs-2xl: 32px;
    --fs-3xl: 40px;
    --fs-4xl: 48px;
    --fs-5xl: 56px;
    --fs-6xl: 64px;
    --fw-bold: 600;
    --fw-medium: 500;
    --fw-normal: 400;
    --lh-none: 1.2;
    --lh-tight: 1.5;
    --lh-normal: 1.7;
    --lh-loose: 2.2;
    --dialog-tab-title-fs: 16px;
    --dialog-tab-content-fc: #7f7f7f;
    --small-font-color: #7f7f7f;
    --normal-font-color: #191919;
    --dialog-tab-title-margin: 16px 0 8px 0;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*::after, *::before {
    box-sizing: border-box;
}
*::after, *::before {
    box-sizing: border-box;
}

html, body, #app {
    width: 100%;
    height: 100%;
}
.pac-new-menu-card__left__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 0;
    box-shadow: 0 4px 8px #0000000d;
    overflow: hidden;
}

.wrapper .container {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: relative;
}
.pac-new-menu-card {
    pointer-events: none;
    height: 100%;
}

.pac-new-menu-card__left {
    max-height: 100%;
    width: 70px;
    pointer-events: all;
    float: left;
    position: fixed;
}
.pac-new-menu-card__left__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 0;
    /* box-shadow: 0 4px 8px #0000000d; */
    box-shadow: 0 4px 8px #00000045;
    overflow: hidden;
}

.mockup-features {
    position: absolute;
    left: 20px;
    top: 200px;/*修改了上外边距*/
    z-index: 12;
    pointer-events: none;
    height: calc(100% - 104px);
}
.pac-new-menu-card__right {
    width: 240px;
    height: 100%;
    pointer-events: none;
    position: absolute;
    left: 80px;
    top: 0;
}
.pac-new-menu-card__left__item:not(:last-child) {
    margin-bottom: 8px;
}

.pac-new-menu-card__left__item {
    display: flex;
    flex-direction: column;
}
.pac-new-menu-card__left__item__content:hover, .pac-new-menu-card__left__item__content--active, .pac-new-menu-card__left__item__content:hover i, .pac-new-menu-card__left__item__content--active i {
    color: var(--primary-color);
}
.pac-new-menu-card__left__item__content {
    width: 100%;
    text-align: center;
    font-size: 11px;
    padding: 10px 0;
    color: #4c4c4c;
    cursor: pointer;
}
.pac-new-menu-card__left__item__content i {
    color: #191919;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 5px;
}
@font-face {
    font-family:pacdora-iconfont;src:url(../font/hbz.woff2) format("woff2"),url(../font/hbz.eot) format("embedded-opentype"),url(../font/hbz.ttf) format("truetype"),url(../font/hbz.woff) format("woff"),url(../font/hbz.svg) format("svg");font-weight:400;font-style:normal;font-display:swap;
}

[class^=p-icon-], [class*=" p-icon-"] {
    font-family: pacdora-iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.p-icon-scene-edit-active:before {
    content: "";
}
.pac-ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pac-new-menu-card__right {
    width: 240px;
    height: 100%;
    pointer-events: none;
    position: absolute;
    left: 80px;
    top: 0;
}
.pac-new-menu-card__left__item:not(:last-child) {
    margin-bottom: 8px;
}

.pac-new-menu-card__left__item {
    display: flex;
    flex-direction: column;
}
.pac-new-menu-card .pac-new-menu-card__right__component--active>:first-child {
    pointer-events: all;
}
.mockup-edit {
    background: #fff;
    border-radius: 16px;
    padding: 20px 16px;
}

.p-icon-model:before {
    content: "";
}
.p-icon-scene-bg:before {
    content: "";
}
.p-icon-scene-video:before {
    content: "";
}
.p-icon-icon-3d:before {
    content: "";
}

.pac-new-menu-card__left__item__content__divider {
    width: 56px;
    height: 1px;
    background-color: #dadde0;
    margin: 15px auto 7px;
}
.mockup-edit .mockup-edit-divider {
    height: 1px;
    width: 100%;
    background: #ededed;
    margin: 20px 0;
}

.mockup-tools {
    position: absolute;
    width: 100%;
    /* height: 48px; */
    height: 36px;
    bottom: 20px;
    left: 0;
    z-index: 12;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    padding-left: var(--eab01b9a);
}
.mockup-tools .pac-toolbar {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    padding: 8px 10px;
}
.pac-toolbar {
    height: 48px;
    background: #ffffff;
    border-radius: 8px;
    padding: 8px 18px;
    display: flex;
    box-shadow: 0 4px 8px #0000001a;
}
.pac-toolbar__item:not(:last-child) {
    margin-right: 10px;
}
.pac-toolbar__item {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.pac-toolbar__item i {
    font-size: 20px;
    color: #191919;
}
.mockup-tools .pac-toolbar__item .p-icon-narrow, .mockup-tools .pac-toolbar__item .p-icon-enlarge {
    font-weight: 600;
}
.p-icon-enlarge:before {
    content: "";
}
.pac-toolbar__item--divider:not(:last-child) {
    margin-right: 20px;
}

.pac-toolbar__item--divider:after {
    content: "";
    width: 1px;
    height: 18px;
    position: absolute;
    right: -10px;
    background-color: #d8d8d8;
}
.pac-toolbar__item--component {
    min-height: 32px;
    min-width: 32px;
    width: auto;
    background: transparent !important;
}
.mockup-tools .pac-toolbar__item .model-collapse {
    margin: 0 5px;
}
.model-collapse {
    display: flex
;
    align-items: center;
    height: 24px;
    font-size: var(--fs-sm);
    font-weight: var(--fw-normal);
    line-height: var(--lh-normal);
    color: #191919;
    background: #ffffff;
    border-radius: 16px;
}
.pac-toolbar__item--divider:after {
    content: "";
    width: 1px;
    height: 18px;
    position: absolute;
    right: -10px;
    background-color: #d8d8d8;
}
.camera-bookMark {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding-top: 1px;
    border-radius: 8px;
}
.pac-toolbar__item--divider:after {
    content: "";
    width: 1px;
    height: 18px;
    position: absolute;
    right: -10px;
    background-color: #d8d8d8;
}
.p-icon-ruler:before {
    content: "";
}
.p-icon-narrow:before {
    content: "";
}
.model-collapse__open, .model-collapse__close {
    display: inline-block;
    max-width: 48px;
    cursor: pointer;
}
.model-collapse__slider {
    width: 72px;
    margin: 0 15px 0 10px;
}

.model-collapse__slider .slider-box {
    height: 4px;
    border-radius: 4px;
}
.slider-box {
    height: 3px;
    border-radius: 2px;
    position: relative;
    background: #cfcfcf;
    flex: 1;
}
.model-collapse__slider .active {
    background: var(--primary-color);
}
.slider-box .active {
    background: var(--primary-color);
    display: inline-block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
}
.model-collapse__slider .pointer {
    top: 2px;
    border-radius: 7px;
    box-shadow: 0 0 3px #0003;
}
.slider-box .pointer {
    width: 12px;
    height: 12px;
    background: #ffffff;
    border: 1px solid var(--primary-color);
    border-radius: 6px;
    box-shadow: 0 0 3px #0003;
    position: absolute;
    left: -6px;
    top: 1px;
    cursor: pointer;
    position: relative;
}
.p-icon-icon-angle:before {
    content: "";
}

.pac-toolbar__item:active:not(.pac-toolbar__item--no-active):not(.pac-toolbar__item--disabled), .pac-toolbar__item--active {
    background: var(--primary-background-active) !important;
}
.pac-toolbar__item:hover:not(.pac-toolbar__item--disabled) {
    background: var(--primary-background-hover);
}

.camera-bookMark:hover {
    background: var(--primary-background-hover);
}
.model-collapse__open:hover, .model-collapse__close:hover {
    color: var(--primary-color);
}

.edit-size-box.isShowSizes {
    cursor: pointer;
}
.edit-size-box {
    background: var(--primary-background1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 6px 16px;
}
.edit-size-box .left .title {
    font-size: 12px;
    color: #7f7f7f;
}
.edit-size-box .left .name {
    font-size: var(--fs-sm);
    color: #191919;
    font-weight: var(--fw-normal);
}

.upload-box .upload-empty {
    width: 210px;
    height: 210px;
    background: rgba(115, 30, 255, .06);
    border: 1.5px dashed var(--primary-color);
    color: var(--primary-color);
    border-radius: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.p-icon-upload-btn:before {
    content: "";
}
.upload-box .upload-empty .img i {
    font-size: 22px;
}

.mockup-edit .title {
    font-size: var(--fs-base);
    font-weight: var(--fw-normal);
    line-height: var(--lh-normal);
    font-weight: var(--fw-medium);
    margin-bottom: 12px;
}



#app{display: none}

.hide{display: none}
.container{overflow: hidden}
.no-select {
  user-select: none; /* 标准语法 */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* 老版Firefox */
  -ms-user-select: none; /* IE 10及以下 */
}
.annotation{
  position: absolute;
    top: -0.7em;
    left: -0.5em;
    width: auto;
    min-width: 1em;
    height: 1.4em;
    /*padding: 0.3em 0.5em;*/
    /*padding: 0.3em 0;*/
    /*border: 1px solid #fff;*/
    border-radius: 2em;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 1.4em;
    /*color: #fff;*/
    text-align: center;
    user-select: none;
    /*background: rgba(0, 0, 0, 0.8);*/
}

/*http://design.51hbz.com/pdesign/skin/picture/yunt.jpg*/
.v3d-simple-preloader-logo {
  background-image: url("../../media/logo2.png")!important;
  /* background-size: cover; */
}

/* mobile responsive: bottom horizontal menu */
@media (max-width: 768px) {
  /* .wrapper .container {
    padding-bottom: 112px;
  } */

  .mockup-features {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    height: auto;
    z-index: 100;
    pointer-events: none;
    text-align: center;
  }

  .pac-new-menu-card {
    width: 100%;
    height: auto;
    pointer-events: none;
  }

  .pac-new-menu-card__left {
    width: 100%;
    max-height: none;
    float: none;
    position: static;
    pointer-events: all;
    margin-bottom: 50px;
  }

  .pac-new-menu-card__left__content {
    position: static;
    width: auto;
    border-radius: 6px;
    padding: 0px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
    white-space: nowrap;
  }

  .pac-new-menu-card__left__item {
    flex-direction: column;
    flex: 0 0 auto;
    align-items: center;
  }

  .pac-new-menu-card__left__item:not(:last-child) {
    margin-bottom: 0;
  }

  .pac-new-menu-card__left__item__content {
    padding: 6px 10px;
    font-size: 12px;
  }

  .pac-new-menu-card__left__item__content__divider {
    display: none;
  }

  /* mobile right panel: fixed above bottom menu */
  .pac-new-menu-card__right {
    position: fixed;
    left: 0;
    right: 0;
    bottom: calc(95px); /* 72px toolbar offset + 48px toolbar height */
    top: auto;
    height: auto; /* override desktop height:100% */
    width: 100%;
    max-height: 50vh;
    overflow: auto;
    padding: 0 12px;
    pointer-events: all;
    z-index: 2; /* above .mockup-features */
    background: transparent;
  }

  .pac-new-menu-card__right__component {
    pointer-events: all;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 8px #0000001a;
  }

  /* lift the toolbar so it doesn't overlap the bottom menu */
  .mockup-tools {
    bottom: 72px;
  }
}

/*  */

._range-bubble span:nth-child(1),
._range-bubble span:nth-child(2) {
    display: none;
}

:root{ --price-bar-height:52px; }

.price-bar{
  position: absolute;
  top: 10px; left: 0; right: 0;
  /* height: var(--price-bar-height); */
  /* background: #fff; */
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.08); */
  z-index: 1;
  /* backdrop-filter: saturate(180%) blur(6px); */
}
.price-bar__inner{
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 0 16px;
  overflow-x: auto;
  /* overflow: hidden; */
}
.price-item{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f7f7f7;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
}
/* font-weight: 300; */
.price-item .qty{  color: #191919; }
.price-item .sep{ color: #c5c5c5; }
.price-item .price{ color: var(--primary-color); font-weight: 700; }
.price-item .currency{ color: #666; }
.price-item:hover{ background: #f0f0f0; }

/* layout adjustments to avoid overlap */
#v3d-container{ /*top: var(--price-bar-height); *//*height: calc(100% - var(--price-bar-height));*/ }
.wrapper .container{ height: calc(100% - var(--price-bar-height)); padding-top: var(--price-bar-height); box-sizing: border-box; }

@media (max-width: 768px){
  :root{ --price-bar-height:56px; }
  .price-bar__inner{ gap: 12px; padding: 0 12px; }
  .price-item{ font-size: 13px; padding: 6px 8px; }
}

/* ===== Glass, two-row concise price bar ===== */
:root{ --price-bar-height: 92px; }
.price-bar{ background: transparent; }
.price-bar__inner{
  position: relative;
  align-items: stretch;
  gap: 24px;
  padding: 5px 10px;
  background: rgb(0, 0, 0,0.9);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 6px;
  /* box-shadow: 0 8px 24px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.25); */
  backdrop-filter: blur(10px);
}
/* middle divider line */
.price-bar__inner::before{
  content: "";
  position: absolute;
  /* left: 0;   */
  top: 50%;
  height: 1px;
  width: 95%;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(0,0,0,0.25), rgba(0,0,0,0.6), rgba(0,0,0,0.25));
}
@media (max-width: 768px){
.price-bar__inner::before{
 
  width: 115%;

}
}
.price-bar .price-item{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 72px;
  padding: 6px 4px;
  color: #eef6ff;
  background: transparent;
  border-radius: 12px;
  text-align: center;
}
.price-bar .price-item .unit,
.price-bar .price-item .sep,
.price-bar .price-item .currency{ display: none; }
.price-bar .price-item .qty{
  /* font-size: 16px; */
  /* font-weight: 800; */
  color: #000000;
  /* text-shadow: 0 1px 2px rgba(0,0,0,0.25); */
}
.price-bar .price-item .price{
  display: block;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color:#d54700;
}

.price-bar .price-item .price::before{ content: "¥"; margin-right: 2px; }
.price-bar .price-item:first-child {
  content: ""
}


/* dots aligned at middle line */
.price-bar .price-item .price::after{
  content: "";
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 6px; height: 6px;
  background: #7b7b7b;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.15);
}
.price-bar .price-item:hover .qty{ color: var(--primary-color); }

@media (max-width: 768px){
  :root{ --price-bar-height: 98px; }
  .price-bar__inner{ gap: 16px;  }
  /* padding: 10px 12px; */
  .price-bar .price-item{ min-width: 40px; }
}

/* center the price bar and set width to 95% */
.price-bar__inner{ width: 95%; margin: 0 auto; max-width: 720px;}

/* --- Compatibility: translucent background for price bar --- */
/* Fallback: solid semi-transparent background (works everywhere) */
.price-bar__inner{
  background: rgba(0, 0, 0, 0.9) !important; /* override any invalid rgb(a) syntax */
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-clip: padding-box;
  /* box-shadow: 0 4px 4px rgba(0,0,0,0.08); */
  box-shadow: 0 4px 8px #00000021;
}
/* Prefer glass blur when supported */
@supports ((-webkit-backdrop-filter: blur(8px)) or (backdrop-filter: blur(8px))) {
  .price-bar__inner{
    background: white !important;
    -webkit-backdrop-filter: blur(10px) saturate(160%);
    backdrop-filter: blur(10px) saturate(160%);
  }
}

.price1{color:#000000}


/* 开关 */
#kg{position: fixed;z-index:2;bottom: 120px;width:100%;}
.switch {
    margin: 0 auto;
  --_switch-bg-clr: #70a9c5;
  --_switch-padding: 0px; /* padding around button*/
  --_slider-bg-clr: rgba(12, 74, 110, 0.65); /* slider color unchecked */
  --_slider-bg-clr-on: rgba(12, 74, 110, 1); /* slider color checked */
  --_slider-txt-clr: #ffffff;
  --_label-padding: 0.5rem 1rem; /* padding around the labels -  this gives the switch it's global width and height */
  --_switch-easing: cubic-bezier(
    0.47,
    1.64,
    0.41,
    0.8
  ); /* easing on toggle switch */
  color: white;
  width: fit-content;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 9999px;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
  isolation: isolate;
  font-size:12px;
}

.switch input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.switch > span {
  display: grid;
  place-content: center;
  transition: opacity 300ms ease-in-out 150ms;
  padding: var(--_label-padding);
}
.switch::before,
.switch::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  transition: inset 150ms ease-in-out;
}
/* switch slider */
.switch::before {
  background-color: var(--_slider-bg-clr);
  inset: var(--_switch-padding) 50% var(--_switch-padding)
    var(--_switch-padding);
  transition:
    inset 500ms var(--_switch-easing),
    background-color 500ms ease-in-out;
  z-index: -1;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.3),
    0 1px rgba(255, 255, 255, 0.3);
}
/* switch bg color */
.switch::after {
  background-color: var(--_switch-bg-clr);
  inset: 0;
  z-index: -2;
}
/* switch hover & focus */
.switch:focus-within::after {
  inset: -0.25rem;
}
.switch:has(input:checked):hover > span:first-of-type,
.switch:has(input:not(:checked)):hover > span:last-of-type {
  opacity: 1;
  transition-delay: 0ms;
  transition-duration: 100ms;
}
/* switch hover */
.switch:has(input:checked):hover::before {
  inset: var(--_switch-padding) var(--_switch-padding) var(--_switch-padding)
    45%;
}
.switch:has(input:not(:checked)):hover::before {
  inset: var(--_switch-padding) 45% var(--_switch-padding)
    var(--_switch-padding);
}
/* checked - move slider to right */
.switch:has(input:checked)::before {
  background-color: var(--_slider-bg-clr-on);
  inset: var(--_switch-padding) var(--_switch-padding) var(--_switch-padding)
    50%;
}
/* checked - set opacity */
.switch > span:last-of-type,
.switch > input:checked + span:first-of-type {
  opacity: 0.75;
}
.switch > input:checked ~ span:last-of-type {
  opacity: 1;
}



/* #action_bg1{
    position: fixed;
    bottom: 120px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: 50px;
} */

#action_bg2
{
  /* border:2px solid #191919; */
  /* padding: 5px; */
  /* position: fixed; */
  /* bottom: 122px; */
  /* left: 50%; */
 /* width: 25px; */
  /* height: 25px;  */
  /* margin-left: 60px; */
  /* border-radius: 50%; */
}
/* #action_bg2 .pickr .pcr-button::after{border-radius: 50%;} */
#action_bg2 .pickr .pcr-button::before{/*border-radius: 50%;*/box-shadow: 0 4px 8px #c3c3c3b3;background: white;}
/* #action_bg2 .pickr .pcr-button{border-radius: 50%;width: 30px;height: 30px;} */

/* materials 弹窗 */

@media (max-width: 899px) {
  /* ._field:where(:not(._field-apart,._field-compact,._field-embed))>._field-label {
      inset-inline-start: 0;
      width: auto !important;
  } */
  #action_materials ._field>._field-label
  {color: var(--_c-text);
    /* width: var(--_form-w-label)!important; */
    text-align: end;
    margin-inline-end: var(--_rem-space)!important;
    height: var(--_form-h)!important;
    line-height: calc(var(--_form-h) / 2)!important;
    display: flex!important;
    justify-content: flex-end!important;
    align-items: center!important;}
}
#action_materials img{border-radius: 6px;border: 1px solid #e0e0e0;max-width: 80px;max-height: 30px;}
#action_materials ._row{margin-bottom: 10px;}

#action_materials  ax-btn span{padding: 0 5px;}


#action_tietu {display: none;}

#tab ._tab-body{
  width:80%;
  overflow: hidden;
  padding: 15px 0 10px 0px;
}
 ._dialog-padding {padding-top: 0px;}

 .v3d-annotation{height: auto;}
 ._box-image img{width: 80%;margin: 0 auto;}

/*案例*/

div._dialog[placement="left"] ._dialog-wrap {
   /* 样式规则 */
   left:100px;
   position: fixed;
   min-height: 600px;
}
@media (max-width: 599px), (min-width: 600px) and (max-width: 899px) and (orientation: landscape) {
    ._grid[class*=_xxs-] {
      --_lyt-avg: 2;
  }
}
 

