   /* 新加 - 模块 */
   .header1 {
     background-image: linear-gradient(45deg, #1e293d 25%, #20364c 75%);
     height: 50px;
     padding: 0 15%;
     display: flex;
     align-items: center;
     justify-content: space-between;
     position: absolute;
     z-index: 20;
     width: 100%;
   }

   .text0 {
     font-size: 15px;
     color: #fff;
   }

   .header1 span {
     display: flex;
     align-items: center;
   }

   .item0Box {
     margin-right: 60px;
     display: flex;
     align-items: center;
     grid-gap: 35px;
   }

   .item0 {
     display: flex;
     align-items: center;
     grid-gap: 5px;
   }

   .item0 img {
     width: 25px;
   }

   .item0 a {
     font-size: 15px;
     color: #fff;
   }

   .icon0Box {
     display: flex;
     align-items: center;
     grid-gap: 20px;
   }

   .icon0 {
     display: block;
   }

   .icon0 img {
     width: 30px;
     height: 25px;
     object-fit: contain;
     filter: brightness(0) invert(1);
     transition: 0.5s;
   }

   .icon0:hover img {
     filter: brightness(1) invert(0);
   }

   @media (max-width: 1200px) {
     .header1 {
       display: none;
     }
   }

   /* 导航更新代码 */
   .header {
     margin: 0 auto;
     transition: 0.5s;
     height: 85px;
     background: #fff0;
     top: 50px;
   }

   .header.on {
     background-color: rgba(0, 0, 0, 0.4);
     top: 0px;
   }

   .header .container {
     position: relative;
   }

   /* logo */
   .header .logo {
     width: 180px;
     height: 85px;
   }

   .header.on .logo .logo1 {
     display: none;
   }

   .header.on .logo .logo2 {
     display: flex;
   }

   @media (max-width: 1200px) {
     .header {
       background: rgba(0, 0, 0, 0.4);
       top: 0px;
     }

     .header .logo {
       padding: 5px 0;
     }
   }

   /* 导航 */
   .header .navBox {
     display: flex;
     justify-content: space-between;
     align-items: center;
   }

   .header .nav {
     width: calc(100% - 400px);
     max-width: 640px;
   }

   .header .nav .navbar_nav {
     width: 100%;
     display: flex;
     justify-content: space-between;
   }

   .header .navbar_nav li.dropdown {
     width: auto;
     height: 85px;
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: row;
   }

   .header .navbar_nav li>a {
     transition: 0.5s;
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     font-size: 16px;
     color: #fff;
     line-height: 1;
     padding: 0;
     opacity: 1;
     width: auto;
     height: 100%;
     padding: 0;
   }

   .header .navbar_nav li>a i {
     margin-left: 5px;
     font-size: 12px;
   }

   /* .header.on .navbar_nav li>a,
   .header:hover .navbar_nav li>a {
     color: var(--color);
   } */
   .header .navbar_nav li>a:hover,
   .header .navbar_nav li>a.active {
     color: var(--color);
   }

   .header .navbar_nav li>a.active::after {
     content: "";
     display: block;
     width: 56px;
     height: 5px;
     background: url(/assets/images/download.svg) repeat-x left center;
     position: absolute;
     bottom: 10px;
   }



   /* 二级分类 */
   .header .navbar_nav li.dropdown .dropdown_menu {
     display: none;
     position: absolute;
     top: 100%;
     width: 1000px;
     left: auto;
     background: #f5f8f8;
     padding: 30px;
     justify-content: space-between;
   }

   .header .navbar_nav li.dropdown:hover .dropdown_menu {
     display: flex;
   }

   .header .navbar_nav li.dropdown .dropdown_menu p {
     color: #1d1d1f99;
     font-size: 14px;
     letter-spacing: 6px;
     margin-bottom: 25px;
   }

   .header .navbar_nav li.dropdown .dropdown_menu a {
     color: #1b1b1d;
     transition: 0s;
     height: 40px;
     padding: 0 15px;
     font-size: 16px;
     text-align: center;
     line-height: 1.5;
     display: block;
     width: 100%;
   }

   .header .navbar_nav li.dropdown .dropdown_menu a:hover {
     color: var(--color);
   }

   .header .navbar_nav li.dropdown .dropdown_menu .menu_1 {
     width: 140px;
     display: flex;
     flex-direction: column;
     align-items: center;
   }


   .header .navbar_nav li.dropdown .dropdown_menu .menu_2 {
     width: calc((100% - 200px) / 2);
     border-left: 1px solid #eeeeee;
     display: flex;
     flex-direction: column;
     align-items: center;
   }

   .header .navbar_nav li.dropdown .dropdown_menu .menu_2 a {
     height: auto;
     padding: 0;
     display: block;
   }

   .header .navbar_nav li.dropdown .dropdown_menu .menu_2 a img {
     width: 100%;
   }

   /* 导航图标代码 */
   .NavRight {
     width: 25px;
   }

   .NavRight img {
     width: 100%;
   }

   .headerSs {
     position: fixed;
     z-index: 9999;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(29, 29, 31, 0.9);
     backdrop-filter: blur(5px);
     -webkit-backdrop-filter: blur(5px);
     display: none;
     align-items: center;
     padding: 0 5vw;

   }

   .headerSs.on {
     display: flex;
   }

   .headerSs .closed0 {
     position: absolute;
     right: 3vw;
     top: 3vw;
   }

   .headerSs .m_navSs {
     height: 60px;
     padding: 0 30px;
   }

   .m_navSs {
     width: 100%;
     height: 50px;
     border-radius: 50px;
     border: 1px solid #fff;
     padding: 0 5vw;
     display: flex;
     align-items: center;
   }

   .m_navSs button {
     width: 25px;
     height: 25px;
     background: url(/assets/img/search_2.png) no-repeat center;
     background-size: 100% 100%;
   }

   .m_navSs input {
     background: #fff0;
     width: calc(100% - 25px);
     padding-left: 15px;
     outline: none;
     color: #fff;
     font-weight: bold;
   }

   .m_navSs input::placeholder {
     color: #fff;
     font-weight: bold;
   }

   @media (max-width: 1200px) {
     .header .navBox {
       width: 260px;
       padding: 0;
     }

     .header {
       width: 100%;
       height: 85px !important;
       border-bottom: 0px;
     }

     .header .w1200 {
       display: flex;
       justify-content: space-between;
       align-items: center;
       height: 100%;
     }

     .header #navToggle {
       margin: 0;
       display: flex;
       align-items: center;
     }

     .header #navToggle span {
       margin: 0;
     }

     .header #navToggle span,
     .header #navToggle span:before,
     .header #navToggle span:after {
       background: #fff !important;
       height: 2px;
     }

     .header.on #navToggle span,
     .header.on #navToggle span:before,
     .header.on #navToggle span:after {
       background: #fff !important;
     }

     .NavRight {
       display: none;
     }

     .m_nav {
       background: #1d1d1f66;
       backdrop-filter: blur(5px);
     }

     .m_nav .ul {
       padding: 0;
     }

     .m_nav.open .ul li {
       padding: 10px 0;
       text-align: center;
       border: 0;
     }

     .m_nav .ul li a {
       font-weight: bold;
       font-size: 30px;
       line-height: 2;
       height: auto;
       color: #fff;
     }
   }