.bio1 {
  padding: 6.25vw 0 0 0;
}

.bio1 .wrap .product-title {
  display: flex;
  align-items: center;
  gap: 1.0417vw;
}

.bio1 .wrap .product-title .item {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

.bio1 .wrap .ev {
  color: #888;
  font-size: 1.0417vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
}

.bio1 .wrap .ev.on {
  color: #0168AE;
}

.bio1 .wrap hr {
  border-top: 2px solid #99BFDD;
  height: 4px;
  margin: 0.5208vw 0 1.25vw;
}


.bio1 .wrap .main {
  margin-left: 7.75vw;
  /* display: grid; */
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.6667vw;
}

.bio1 .main {
  display: none;
}

.bio1 .main.active {
  display: grid;
}
/* 
.bio1 .main-container {
  height: 4.1667vw;
} */

.bio2 {
  padding: 3.125vw 0 12.2396vw;
}

.bio2 .wrap .product-title {
  display: flex;
  align-items: center;
  gap: 1.7188vw;
}

.bio2 .wrap .product-title .item {
  display: flex;
  gap: 3.125vw;
}

.bio2 .wrap .product-title .item .ev {
  color: rgba(1, 104, 174, 0.60);
  font-size: 1.0417vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
}

.bio2 .wrap .product-title .item .ev.on {
  color: #0168AE;
}

.bio2 .wrap .main {
  margin-top: 2.0833vw;
  /* display: flex; */
  flex-direction: column;
  gap: 1.875vw;
}

.bio2 .wrap .main .ev {
  padding: 1.0938vw 2.7604vw 1.0938vw 2.1354vw;
  border-radius: 0.625vw;
  border: 1px solid #88C9FC;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all ease 0.6s;
  cursor: pointer;
}
/* 彩光边框效果 - Glow Border */
    @keyframes glow {
      0% {
        background-position: 0% 0%;
      }
      50% {
        background-position: 100% 100%;
      }
      100% {
        background-position: 0% 0%;
      }
    }

    .bio2 .wrap .main .ev.on{
      position: relative;
      border: 1px solid transparent; 
      background: transparent;
      /* 移除原来的 border，改用伪元素实现
      border: none; */
    }

    /* 使用伪元素创建彩光边框动画 */
    .bio2 .wrap .main .ev.on::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 0.625vw;
      padding: 1px;
      background: linear-gradient(
        135deg,
        #71b3e6,
        #9aa0f3,
        rgb(73, 152, 255),
        #9df8ff,
        #88C9FC
      );
      background-size: 300% 300%;
      animation: glow 3s ease infinite;
      -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      z-index: -1;
    }

.bio2 .wrap .main .pic {
  width: 3.5417vw;
  height: 3.5417vw;
}

.bio2 .wrap .main .ev .pic img:nth-child(1) {
  display: none;
}

.bio2 .wrap .main .ev.on .pic img:nth-child(1) {
  display: block;
}

.bio2 .wrap .main .ev.on .pic img:nth-child(2) {
  display: none;
}

.bio2 .wrap .main .ev .left_box {
  display: flex;
  gap: 2.5521vw;
  align-items: center;
}

.bio2 .wrap .main .ev .left_box p {
  color: #888;
  font-family: "Noto Sans SC";
  font-size: 1.0417vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2
}

.bio2 .wrap .main .ev.on .left_box p {
  color: #0168AE;
}

.bio2 .wrap .main .ev .right_box a {
  display: flex;
  align-self: center;
  justify-content: center;
  width: 7.3438vw;
  padding: 0.625vw 0;
  border-radius: 1.8229vw;
  border: 1px solid #99BFDD;
  color: #888;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: capitalize;
}

.bio2 .wrap .main .ev.on .right_box a {
  color: #0168AE;
  font-weight: 500;
  border: 1px solid #BCE2FF;
  background: linear-gradient(90deg, rgba(188, 226, 255, 0.20) 0.12%, rgba(188, 226, 255, 0.20) 88.78%);
}

.bio2 .wrap .page {
  margin-top: 6.6667vw;
  display: flex;
  gap: 4.6875vw;
  justify-content: center;
}

.bio2 .wrap .page .num {
  color: #888;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.bio2 .wrap .page .num.on {
  color: #0168AE;
}

.bio2 .main {
  display: none;
}

.bio2 .main.active {
  display: flex;
}

.bio2 .main-container {
  min-height: 13.5417vw;
}

/* .bio2 .main-container {
  height: 4.1667vw;
} */
.contain-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  /* 半透明黑色遮罩，可调整透明度 */
  z-index: 998;
  /* 遮罩层级低于表单容器 */
  display: none;
  /* 初始隐藏 */
}

.contain {
  max-height: 80vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: 100%;
  height: 100%; */
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* 初始隐藏 */
  display: none;
  padding: 1.3542vw 0 0;
  /* width: 69.2188vw; */
  width: 48.9063vw;
  background-color: #fff;
}
.container {
  padding: 0 0 5.2083vw;
overflow-y: auto;
  -webkit-scrollbar:none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.contain h2 {
  color: #0168AE;
  text-align: center;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 222.25%;
}

.contain .name {
  color: #656565;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8333vw;
}

.contain .Eform {
  padding: 1.8229vw 5.2083vw 0;
  /* margin-top: 60px; */
  gap: 1.1458vw 3.125vw;
}

.contain .Eform .ev {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.8333vw;
  /* align-items: center; */
}

.Eform .ev .name::after {
  content: '*';
  color: #0168AE;
}

.Eform .type-input {
  border-radius: 0.3125vw;
  border: 1px solid #99BFDD;
  background: #FFF;
  padding: 0 13px;
}

.Eform .type-input input {
  /* padding: 0 20px; */
  height: 2.5vw;
  background: transparent;
}

.Eform .type-textarea {
  border-radius: 12px;
  border: 1px solid #DDD;
  background: #FFF;
  padding: 20px 13px;
}

.Eform .type-textarea .name {
  margin-bottom: 10px;
}

.Eform .type-textarea textarea {
  height: 300px;
}

.Eform input::placeholder {
  color: #BBBDBF;
}

.Eform textarea::placeholder {
  color: #BBBDBF;
}

.Eform .size1 {
  width: 17.1875vw;
}

.Eform .size2 {
  width: 100%;
}


.lightTips {
  font-size: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 15px 30px;
  position: fixed;
  z-index: 998;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition-property: padding, opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  border-radius: 8px;
  box-shadow: 0 0 5px #999;
  point-event: none;
}

.unTips {
  color: transparent;
  opacity: 0;
  overflow: hidden;
  width: 0;
  padding: 0;
}

.C-select {
  position: relative;
}

.C-select .simulate {
  font-size: 0.8333vw;
  width: 100%;
  position: relative;
  z-index: 20;
  height: 2.5vw;
  padding: 0.625vw 0.5208vw;
  background: #fff;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #99BFDD;
  cursor: pointer;
  /* border-bottom: 2px solid #999; */
  transition: all ease .3s;
}

/* .C-select:hover .simulate {
  border-bottom: 2px solid var(--color);
} */

.C-select .simulate::after {
  content: '';
  position: absolute;
  right: 0.625vw;
  display: block;
  width: 20px;
  height: 20px;
  background: url('/img/case2-1.svg') no-repeat center/contain;
  transition: all ease .3s;
}

.C-select.on .simulate::after {
  transform: rotate(-180deg);
}

.C-select input {
  display: none;
}

.C-select .placeholder {
  /* display: none; */
  flex: 1;
  color: rgba(1, 104, 174, 0.80);
}

.C-select .name {
  flex: 1;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.C-select .name:empty {
  display: none;
}

.C-select .name:empty+.placeholder {
  display: block;
}


.C-select .options {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: rgba(1, 104, 174, 0.80);
  ;
  max-height: 10.4167vw;
  font-size: 0.7292vw;
  /* padding: 0 0 10px; */
  z-index: 5;
  font-weight: 400;
  line-height: 1.2;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.C-select.on .options {
  opacity: 1;
  pointer-events: visible;
  overflow-y: auto;
    -webkit-scrollbar: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.C-select .option {
  width: 100%;
  cursor: pointer;
  padding: 10px 24px;
  border-right: 1px solid #99BFDD;
  border-bottom: 1px solid #99BFDD;
  border-left: 1px solid #99BFDD;
  background: #FFF;
}

.C-select .option:hover {
  background: #99BFDD;
  color: #fff !important;
}

.C-select .option.on {
  color: #99BFDD;
  font-weight: bold;
}

button {
  color: #0168AE;
  margin-top: 1.0417vw;
  border-radius: 4px;
  border: 1px solid #99BFDD;
  background: #FFF;
  display: flex;
  width: 9.375vw;
  height: 2.0833vw;
  padding: 0.5208vw 0 0.625vw 0;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all ease 0.6s;
}

button:hover {
  background: rgba(1, 104, 174, 0.80);
  color: #fff;
}

.contain .close {
  position: absolute;
  top: 1.1458vw;
  right: 0.9375vw;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.contain .bottom_bg {
  position: absolute;
  bottom: 0;
  height: 3.0208vw;
  width: 100%;
  background-color: #0168AE;
  z-index: -1;
}
input {
  color: rgba(1, 104, 174, 0.80);
  font-size: inherit;
  width: 100%;
  display: block;
  outline: none;
  border: none;
  background: #fff;
}

@media screen and (max-width:769px) {
  .product-title h2 {
    padding-right: 0;
    width: 100px;
  }

  .bio1 .main {
    margin-top: 0;
  }

  .bio1 .wrap .ev {
    font-size: 12px;
    display: flex;
    flex-wrap: nowrap;
  }

  .contain .name {
    font-size: 14px;
  }

  .C-select .options {
    font-size: 12px;
  }
  .Eform .type-input {
    font-size: 12px
}
  .bio1 .main.active {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    gap: 30px;
  }

  .bio1 .main-container {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-scrollbar: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    height: 35px;
  }

  .bio1 .main-container {
    display: flex;
    flex-wrap: nowrap;
  }
  .contain .bottom_bg {
    height: 30px;
  }
  .main {
    flex: 0 0 100%;
  }

  .bio1 .item .ev {
    white-space: nowrap;
  }

  .bio1 .main-container .main .ev {
    width: 128px;
  }

  .bio1 .item {
    overflow-x: auto;
    overflow-y: hidden;
    height: auto;
    gap: 20px;
    -webkit-scrollbar: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .bio2 .wrap .product-title .item .ev {
    font-size: 12px;
    white-space: nowrap;
  }

  .bio2 .wrap .product-title .item {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-scrollbar: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 20px;
  }

  .bio2 .wrap .main .ev {
    padding: 10px 25px 10px 20px;
    border-radius: 4px;
  }

  .bio2 .wrap .main .pic {
    width: 40px;
    height: 40px;
  }

  .bio2 .wrap .main .ev .left_box p {
    font-size: 12px;
  }

  .bio2 .wrap .main .ev .right_box a {
    font-size: 12px;
    width: auto;
    padding: 10px;
    border-radius: 6px;
  }

  .bio2 .wrap .main {
    gap: 20px;
  }

  .bio2 .wrap .page .num {
    font-size: 12px;
  }

  .contain h2 {
    font-size: 20px;
  }

  .contain {
    width: 300px;
    padding: 40px 0 60px;
  }

  .Eform .size1 {
    width: 105px;
  }

  .contain .Eform {
    padding: 10px 30px 0;
  }

  .Eform .type-input input {
    height: 20px;
  }

  .C-select .simulate {
    height: 45px;
    font-size: 14px;
    padding: 10px 10px;
  }

  .C-select .options {
    min-height: 150px;
  }

  .C-select .option {
    padding: 5px 12px;
  }

  .C-select {
    width: 240px !important;
  }

  button {
    margin-top: 20px;
    width: 100px;
    /* height: 20px; */
    padding: 15px 0;
    border-radius: 6px;
  }

  .contain .Eform .ev {
    gap: 10px;

  }
}