    * {
      box-sizing: border-box;
    }

    a {
      text-decoration: none;
      color: inherit;

    }

    html,
    body {
      margin: 0;
      padding: 0;
    }

    html {
      background: #C9D6FF;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);
      /* Chrome 10-25, Safari 5.1-6 */
      background: #f0f2f5;
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }
          #buttonId {
        padding: 3px;
        box-shadow: 0px 0px 8px #ccc;
    }
    
    .chColor {
        text-align: center;
        color: #fff;
        line-height: 44.5px;
        font-size: large;
        position: fixed;
        bottom: 0px;
        z-index: 100;
        left: 0;
        right: 0;
        display: none;
        background: #fff;
        justify-content: center;
        align-items: center;
        left: 0;
        right: 0;
        max-width: 100%;
    }
        #hiddenElement .button-container {
        display: flex
    ;
        justify-content: space-between;
        margin: 0 auto;
        width: 100%;
    }
    #hiddenElement .button-container button {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: transparent;
        border: none;
        cursor: pointer;
        background:none;
        color:#000;
        padding: 0;
        line-height: 20px;
        font-size:14px;
    }
    #hiddenElement .button-container img {
        margin-bottom: 3px;
        display: block;
       
    }
    
    .chColor img {
        width: 25px;
        height: 25px;
    }
      /* 弹窗样式 */


  .newpopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 240px;
    background-color: #fff;
    border: 1px solid #757575;
    z-index: 9999;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
  }

  .newpopup img {
    width: 100%;
  }

  .newpopup button {
    display: inline-block;
    padding: 5px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color: rgba(250, 250, 250, 1);
    cursor: pointer;
    margin-top: 10px;
    opacity: 1;
    border-radius: 20px;
    background: rgb(0, 99, 255);
    width: 60%;
  }

  .conasp {
    padding: 10px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
  }

  .conasp img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .78);
    z-index: 9998;
  }

  .pst1 {
    margin: 5px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 18px;
    color: rgba(140, 140, 140, 1);
    text-align: justify;
    vertical-align: top;
    text-align: center;
  }
    /* 遮罩层样式 */
    .overlaytc {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      z-index: 1000;
    }

    /* 自定义弹窗样式 */
    .custom-alert {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: white;
      padding: 20px 20px 10px 20px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
      width: calc(100% - 80px); /* 响应式宽度，留出边距 */
      max-width: 400px; /* 最大宽度 */
      text-align: center;
      display: none; /* 默认隐藏 */
      z-index: 1001; /* 高于遮罩层 */
      font-size:16px;
    }

    .alert-content {
      display: flex;
      flex-direction: column;
    }

    .alert-message {
      margin-bottom: 10px;
      padding: 10px 20px;
    }

    .alert-actions {
      border-top: 1px solid #ddd; /* 横线分隔 */
      padding-top: 10px;
    }

    .alert-actions button {
     padding: 10px 20px;
    color: #49779c;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
	background: #fff;
	width: auto !important;
    }

    .banner {
      left: 0px;
      top: 0px;
      width: 100%;
      height: 160px;
      /* 调整盒子高度 */
      opacity: 1;
      overflow: hidden;
    }

    .banner2 {
      border-radius: 10px;
      margin-top: -160px;
    }

    .banner img {
      border-radius: 10px;
      position: relative;
      /* 将定位属性改为相对定位 */
      opacity: 0;
      max-width: 400px;
      height: 160px;
      transition: opacity 1s ease-in-out;
    }

    .banner img.active {
      opacity: 1;
      /* 显示当前图片 */
    }

    .notice {
      width: 100%;
      height: 40px;
      padding-left: 5px;
      opacity: 1;
      border-radius: 10px;
      background: rgba(255, 255, 255, 1);
      margin: 10px 0px;
      display: flex;
      align-items: center;
      /* justify-content: center; */
    }

    .notice-icon {
      left: 9.47px;
      top: 7.94px;
      width: 24.21px;
      height: 24.21px;
      opacity: 1;

    }

    .notice-span {
      padding-left: 20px;
      margin: 0 5px;
      white-space: nowrap;
      overflow: hidden;
    }

    .notice span {
      opacity: 1;
      /** 文本1 */
      font-size: 14.74px;
      font-weight: 400;
      letter-spacing: 0px;
      line-height: 21.34px;
      color: rgba(56, 56, 56, 1);
      text-align: left;
      vertical-align: top;
      display: inline-block;
      animation: scroll 30s linear infinite;

    }

    @keyframes scroll {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-100%);
      }
    }

    .group {
      left: 15px;
      top: 317.1px;
      width: 100%;
      height: 96px;
      opacity: 1;
      border-radius: 10px;
      background: rgba(255, 255, 255, 1);
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 10px;
    }

    .groups {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      width: 100px;
      /* 根据需要调整宽度 */
      height: 100px;
      /* 根据需要调整高度 */
      /* 根据需要调整背景颜色 */
      position: relative;
      /* margin-bottom: 10px; */
      margin: -5px 10px 10px 10px;
    }

    .groupt {
      position: absolute;
      top: 100%;
      left: 0;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0px;
      line-height: 26px;
      color: rgba(54, 54, 54, 1);
      text-align: center;
      white-space: nowrap;
    }


    .group1 {
      left: 0px;
      top: 0px;
      width: 44.44px;
      height: 44.44px;
      opacity: 1;
      
    }


    .group2 {
      left: 0px;
      top: 0px;
      width: 44.44px;
      height: 44.44px;
      opacity: 1;
      
    }

    .group3 {
      left: 0px;
      top: 0px;
      width: 44.44px;
      height: 44.44px;
      opacity: 1;
     
    }

    .group4 {
      left: 0px;
      top: 0px;
      width: 44.44px;
      height: 44.44px;
      opacity: 1;
     
    }

    .group5 {
      left: 0px;
      top: 0px;
      width: 44.44px;
      height: 44.44px;
      opacity: 1;
      background: linear-gradient(130.39deg, rgba(156, 212, 255, 1) 0%, rgba(61, 159, 235, 1) 100%);
    }

    .groups span {
      /** 文本1 */
      font-size: 26.67px;
      font-weight: 400;
      letter-spacing: -2.22px;
      line-height: 32px;
      color: rgb(255, 255, 255);
      text-align: left;
      vertical-align: top;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .groups img {
      width: 40px;
      position: absolute;
      transform: translate(-50%, -50%);
    }

    .shophead {
      margin-top: -5px;
      width: 100%;
      height: 110px;
      opacity: 1;
      border-radius: 10px;
      background: rgba(255, 255, 255, 1);
    }

    .heada {
      width: 100%;
      height: 42px;
      opacity: 1;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      background: linear-gradient(210.18deg, rgb(52, 98, 210) 0%, rgb(87, 157, 255) 100%);
    }

    .heada p {
      /** 文本1 */
      font-size: 17px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 40px;
      color: rgba(255, 255, 255, 1);
      text-align: left;
      vertical-align: top;
      text-align: center;
    }

    .navBar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 60px;
    }

    .navBar ul {
      display: flex;
      width: 100%;
      justify-content: space-between;
      list-style-type: none;
      padding: 0;
      margin: 0;
    }

    .navBar li {
      font-size: 17px;
      font-weight: 700;
      letter-spacing: 0px;
      line-height: 24.62px;
      color: rgba(52, 98, 210, 1);
      text-align: left;
      vertical-align: top;
      text-align: center;
      flex: 1;
      position: relative;
    }

    /* 三角 */
    .navBar li.action::after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 10px solid rgb(52, 98, 210);
    }

    /* 
    .navBar li.action::after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 30px;
      height: 10px;
      transform: translateX(50%);
      border-radius: 0 0 80% 80%;
      background-color: blue;
    } */

    /* 搜索 */
    .search-box {
      text-align: center;
      margin: 10px 0px;
    }

    /* 搜索框 */
    .groupss {
      display: flex;
      line-height: 28px;
      align-items: center;
      position: relative;
      max-width: 100%;
    }

    .input {
      width: 100%;
      height: 40px;
      line-height: 28px;
      padding: 0 1rem;
      padding-left: 2.5rem;
      border: 2px solid transparent;
      border-radius: 8px;
      outline: none;
      background-color: #ffffff;
      color: #0d0c22;
      transition: .3s ease;
    }

    .input::placeholder {
      color: #9e9ea7;
    }

    .input:focus,
    input:hover {
      outline: none;
      border-color: rgba(69, 159, 249, 0.4);
      background-color: #fff;
      box-shadow: 0 0 0 4px rgba(5, 32, 128, 0.1);
    }

    .search_icon {
      position: absolute;
      left: 1rem;
      fill: #9e9ea7;
      width: 1rem;
      height: 1rem;
    }

    .content {
      display: none;
      margin-top: 10px;
    }

    /* 产品 */
    .listitem {
      width: 100%;
      height: 150px;
      margin-bottom: 10px;
      opacity: 1;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0px 0px 10.53px rgba(0, 0, 0, 0.05);
      display: flex;
      flex-direction: column;
    }

    .mainimg img {
      width: 100px;
      height: 100px;
      opacity: 1;
      margin: 10px;
      border-radius: 5px;

    }

    .itemtext {
      margin-right: 10px;
      margin-left: -5px;
    }

    .listitem p {
      margin-top: 10px;
      margin-bottom: 0px;
      font-size: 16px;
      font-weight: 700;
      letter-spacing: 0px;
      color: rgba(54, 54, 54, 1);
      text-align: left;
      vertical-align: top;
    }

    .listitem p:nth-of-type(2) {
      margin-top: 5px;
      margin-bottom: 45px;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0px;
      line-height: 20px;
      letter-spacing: 0px;
      color: rgba(84, 84, 84, 1);
      text-align: justify;
    }

    .itemtop {
      display: flex;
      height: 120px;
      position: relative;
    }

    .corner-image {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 25px;
      /* 调整图片的宽度 */
      height: 25px;
      /* 调整图片的高度 */
    }

    .itemtop>div:first-child {
      flex: 1;
      max-height: 100%;
    }

    .itemtop>div:last-child {
      flex: 2;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      max-height: 100%;
    }

    .itembot {
      display: flex;
      /* justify-content: space-between; */
      height: 30px;
      margin: 0 10px;
      white-space: nowrap;
      scrollbar-width: none;
      /* firefox */
      -ms-overflow-style: none;
      /* IE 10+ */
      overflow-x: hidden;
      overflow-x: auto;
    }

    .itembot::-webkit-scrollbar {
      display: none;
      /* Chrome Safari */
    }

    .itembot span {
      border-radius: 5px;
      height: 25px;
      display: inline-block;
      padding: 5px;
      margin-right: 10px;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0px;
      line-height: 15px;
      
      text-align: left;
      vertical-align: top;
      white-space: nowrap;
      filter: brightness(1.05);
    }

     .spanc1 {
    color: #fe3d3d;;
    background: #ffdfdf;
  }

  .spanc2 {
    color: #088f1a;
    background:#dfffe4;
  }

  .spanc3 {
    color: #005aff;
    background: #e9f1ff;
  }

    .spanc4 {
      background: #D3CCE3;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #E9E4F0, #D3CCE3);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #E9E4F0, #D3CCE3);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .spanc5 {
      background: #ccbbc6;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #fffcdc, #d9a7c7);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #fffcdc, #ebd6e3);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .spanc6 {
      background: #ECE9E6;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #FFFFFF, #ECE9E6);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .spanc7 {
      background: #E0EAFC;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #CFDEF3, #E0EAFC);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .spanc8 {
      background: #D3CCE3;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #E9E4F0, #D3CCE3);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #E9E4F0, #D3CCE3);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

    .itembtn {
      position: absolute;
      right: 10px;
      bottom: 10px;
    }


    button {
      display: inline-block;
      padding: 2px 5px;
      width: 50px;
      border: none;
      border-radius: 5px;
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 0px;
      line-height: 22px;
      color: rgba(250, 250, 250, 1);
      cursor: pointer;
      margin-right: 5px;
      opacity: 1;
      border-radius: 10px;
      background: linear-gradient(210.18deg, rgba(52, 98, 210, 1) 0%, rgba(87, 157, 255, 1) 100%);
    }

    button:last-child {
      margin-right: 0;
    }

    .noimg {
      width: 100%;
    }

    /* 海报 */
    .popup {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 5px;
      padding-bottom: 35px;
      height: 382px;
      width: 240;
      background-color: #fff;
      border: 1px solid #ccc;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      z-index: 9999;
      text-align: center;
    }

    .popup #poster {
      width: 100%;
      height: 100%;
    }

    #imageContainer {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 9999;
    }

    #imageContainer img {
      max-width: 90%;
      max-height: 90%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .popup p {
      line-height: 0px;
    }

    .seabtn {
      margin-left: 5px;
      height: 40px;
      background: linear-gradient(210.18deg, rgb(224, 233, 255) 0%, rgb(255, 255, 255) 100%);
      opacity: 1;
      border-radius: 8px;
      color: #333333;
      /* 设置透明度为50% */
    }

    form {
      all: inherit;
      width: 100%;
    }

    /* 弹窗 */
    .overlayxy {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 9999;
    }

    #popupContenta {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 380px;
      width: 100%;
      background-color: #fff;
      padding: 5px;
      text-align: center;
      border-radius: 10px;
    }

    #phoneContainera {
      width: 100%;
      height: 100%;
    }

    #phoneContainera div {
      max-height: 420px;
      overflow: auto;
    }

    .closebtn {
      max-width: 100px;
      min-width: 100px;
      height: 36px;
      border-radius: 10px;
      font-size: 16px;
      line-height: 30px;
      color: #fff;
      border: none;
      overflow: hidden;
      background: #4262f4;
      margin: 10px;
    }