 /* 通用样式 */
 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 body {
     margin: 0;
     padding: 0px;
     width: 100%;
     height: 100%;
     font-family: Arial, Arial;
 }

 /* 导航栏样式 */
 .nav {
     padding: 0px 5% !important;
     width: 100%;
     color: #FFFFFF;
     height: 60px;
     position: fixed;
     top: 0;
     z-index: 999;
     background: rgba(23, 25, 29, 0.3);
     /* display: flex;
     justify-content: space-around; */
     align-items: center;
     /* font-family: Microsoft YaHei, Microsoft YaHei; */
     user-select: none;
 }

 .scrolled {
     background: #FFFFFF;
     color: #17191d;
     box-shadow: 0px 0px 24px 0px rgba(23, 25, 29, .10);
 }

 .product-minbox {
     margin-top: 80px;
 }


 .head2 {
     display: none;
 }

 .nav-list::after {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100px;
     width: calc(var(--anchor-width) * 1px);
     height: 4px;
     border-radius: 12px;
     background-color: var(--anchor-bagColor);
     /* background-color: #ffffff; */
     transition: all .3s;
     transform: translate3d(calc(var(--anchor-offset)* 1px), 0, 0);
     transform-origin: left;
     will-change: transform, width;
 }



 /* 不同屏幕尺寸的内边距 */
 @media (min-width: 768px) {
     .nav {
         display: flex;
         justify-content: center;
         padding: 0px;
     }
 }

 /* 左侧内容样式 */
 .left-content {
     display: flex;
     align-items: center;
     height: 100%;
 }

 .logo-group {
     display: flex;
     align-items: center;
     /* margin-right: 66px; */
 }

 .logo-group svg {
     margin-right: 12px;
 }

 /* 导航列表样式，小屏幕隐藏，中屏幕显示 */
 .nav-list {
     display: none;
     position: relative;
     width: 100%;
     /* flex: 1; */
 }

 @media (min-width: 868px) {
     .nav-list {
         display: flex;
         font-size: 16px;
         height: 60px;

         list-style: none;
         padding: 0;
     }

     #message-board {
         display: block;
     }

 }


 .nav-list li {
     /* position: relative; */
     white-space: nowrap;
     cursor: pointer;
     transition: all .2s;
     /* width: 93px; */
 }

 .nav-list li.selected {}

 /* 不同屏幕尺寸的右边距 */
 @media (min-width: 1536px) {
     .nav-list li {
         margin-right: 100px;

     }

     .nav {
         display: flex;
         justify-content: space-between;
     }

     .nav-list {
         width: 430px;
     }

 }

 @media (min-width: 1280px) and (max-width: 1535px) {
     .nav-list li {
         margin-right: 80px;
     }

     .nav-list {
         width: 455px;
     }

     .nav {
         display: flex;
         justify-content: space-between;
     }
 }

 @media (min-width: 768px) and (max-width: 1279px) {
     .nav-list li {
         margin-right: 50px;
     }

     .nav-list {
         width: 420px;
     }

     .nav {
         display: flex;
         justify-content: space-between;
     }
 }

 @media (max-width: 768px) {
     .nav {
         display: flex;
         justify-content: space-between;
     }
 }

 .nav-list li div {
     line-height: 60px;
 }

 /* 语言切换部分样式 */
 .language-switch {
     width: 192px;
     display: flex;
     align-items: center;
     cursor: pointer;
     /* font-family: Arial, Arial; */


 }

 .language-switch-box {
     height: 32px;
     width: 104px;
     line-height: 32px;
     text-align: center;
     border-radius: 60px;
     /* border: 1px solid rgba(255, 255, 255, 0.3); */
 }


 .language-switch svg {
     width: 18px;
     height: 18px;
 }

 .jumpcss1:hover {
     color: #0F63EE;
 }

 .language-switch {
     /* color: #FFFFFF; */
     margin-left: 8px;
 }

 .main-box1 {
     position: relative;
     background-image: url('../assets/img/背景1.png');
     /* background-repeat: repeat;
     background-size: cover; */
     background-size: cover;
     /* 铺满、等比例、多余裁掉 */
     background-position: center;
     /* 居中显示 */
     background-repeat: no-repeat;
     height: 540px;
     /* width: 100%; */
     width: 100vw;
     max-width: 100%;
     display: flex;
 }

 .slogan {
     display: flex;
     flex-wrap: wrap;

     margin: auto;
     max-width: 1166px;
     text-align: center;
     font-size: 48px;
     color: #ffffff;
     text-shadow: 2px 2px 8px rgba(0, 0, 0, .5);
     /* font-family: 'Kanit'; */
 }



 /* 主容器样式 */
 .main-box3 {
     /* background-image: url('../assets/img/中间背景.png'); */
     background-repeat: repeat;
     background-size: cover;
     width: 100%;
     padding-top: 80px;
     /* padding-bottom: 80px; */
     /* background-color: #F1F6FE; */
 }

 .tema-back {
     background-image: url('../assets/img/中间背景.png');
     background-repeat: repeat;
     background-size: cover;
     background-color: #F5F9FE;
     padding-top: 80px;
     padding-bottom: 80px;
 }

 /* 介绍标签容器样式 */
 .intro-label {
     /* width: 160px;
     height: 44px;
     border-radius: 59px;
     margin: 80px auto 0;
     /* padding: 7px 12px; */

     /* background: #ffffff; */

     /* margin: 80px auto 0; */
     /* padding: 7px 12px; */
     display: flex;
     align-items: center;
     justify-content: center;
 }

 /* 介绍标签中的圆点样式 */
 .intro-dot {
     /* width: 7px;
     height: 7px;
     border-radius: 7px;
     background: #FF9505;
     margin-right: 12px; */
 }

 /* 介绍标签中的文本样式 */
 .intro-text {
     display: flex;
     align-items: center;
     height: 42px;
     border-radius: 59px;
     padding: 7px 24px;
     /* background: #ffffff; */
     font-size: 20px;
     font-weight: bold;
     color: #17191d;
     /* font-family: 'Orbitron'; */
     user-select: none;
 }

 /* 公司名称样式 */
 .company-name {
     margin-top: 32px;
     font-weight: bold;
     font-size: 28px;
     color: #17191d;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-left: 44px;
     margin-right: 44px;
 }

 /* 公司描述样式 */
 .company-description {
     /* margin-top: 24px; */
     /* height: 44px; */
     max-width: 1000px;
     margin-left: auto;
     margin-right: auto;
     color: #6A6D75;
     /* margin-bottom: 80px; */
     display: flex;
     flex-direction: column;
     /* align-items: center; */
     /* 横向居中每一行 */
     justify-content: center;

     img {
         width: 100%;
     }

 }

 .company-description-text {
     text-align: left;
     display: flex;
     align-items: baseline;
     margin-top: 8px;
     font-size: 14px;
     line-height: 22px;
 }


 .company-description1 {
     /* margin: auto; */
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;

 }

 .round-box {
     min-width: 6px;
     height: 6px;
     background-color: #FFA83E;
     border-radius: 50%;
     display: inline-block;
     margin-right: 8PX;
 }

 .company-description-text1 {
     text-align: left;
     /* margin-top: 8px; */
     font-size: 14px;
     line-height: 22px;
     display: flex;
     align-items: center;
 }


 .Team-intru {
     /* margin: auto; */
     display: flex;
     justify-content: center;
     margin-top: 40px;
     margin-left: -65px;


     li {
         text-align: center;
         max-width: 172px;
         margin-left: 88px;

         div {
             font-size: 14px;
             color: #6A6D75;
             line-height: 22px;
             margin-left: -10px;

         }

         b {

             color: #17191D;
         }
     }
 }

 .Team-intru-text {
     /* font-family: Arial, Arial; */
     font-weight: bold;
     font-size: 50px;
     color: #FFA83E;
     line-height: 76px;
 }

 .description-pic {
     max-width: 450px;
     height: 450px;
     margin: auto;

     img {
         width: 100%;
         height: 450px;

     }
 }

 /* 小屏幕适配 */
 @media (max-width: 767px) {
     .company-name {
         flex-wrap: wrap;
     }

     .swiperLi {
         width: 236px;
     }

     .hoverCSS1 {
         opacity: 0;
     }

     .slogan {
         /* margin: auto 30px; */
         font-size: 24px;

     }

     .company-description div {
         flex-wrap: wrap;
     }


     #info-list {
         margin-right: 30px
     }

     .Team-intru {

         li {
             text-align: center;
             max-width: 172px;
             margin-left: 10px;


         }
     }

 }

 /* 中等屏幕及以上适配 */
 @media (min-width: 768px) {
     .company-name {
         flex-wrap: nowrap;
     }

     .slogan {
         /* margin: auto 184px; */
         font-size: 48px;

     }

     .Team-intru {


         li {
             text-align: center;
             max-width: 172px;
             margin-left: 88px;


         }
     }
 }

 /* 产品标签容器样式 */
 .product-label-container {
     width: 119px;
     height: 44px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 59px;
     margin: 80px auto 0;
     /* padding:0px 12px; */
     background: #ffffff;
 }

 /* 产品标签样式 */
 .product-label {
     display: flex;
     align-items: center;
     height: 30px;
 }

 /* 产品标签中的圆点样式 */
 .product-dot {
     width: 7px;
     height: 7px;
     border-radius: 7px;
     background: #FF9505;
     margin-right: 12px;
 }

 /* 产品标签中的文本样式 */
 .product-label-text {
     font-size: 20px;
     font-weight: bold;
     color: #17191d;
     /* font-family: 'Orbitron'; */
     user-select: none;
 }

 /* 产品介绍标题样式 */
 .product-intro-title {
     display: flex;
     justify-content: center;
     margin: 32px auto 0;
     height: 42px;
     font-weight: bold;
     font-size: 28px;
     color: #17191d;
     width: 297px;
 }

 /* 产品描述样式 */
 .product-description {
     margin-top: 24px;
     line-height: 22px;
     /* width: 453px;
     margin-left: auto;
     margin-right: auto; */
     display: flex;
     align-items: center;
     /* justify-content: center; */
     color: #6A6D75;
     font-size: 14px;

 }

 .product-description-box {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .product-description1 {

     margin: 0px auto;
     line-height: 22px;
     max-width: 680px;
     font-size: 14px;
     text-align: left;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     color: #6A6D75;
     margin-bottom: 32px;
 }

 .swipercss {
     /* 容器样式 */
     padding-left: 81px;
     padding-right: 81px;
     margin-left: auto;
     margin-right: auto;


     .flex {
         display: flex;
     }

     .productText {
         font-size: 36px;
         font-weight: bold;
         padding: 0px 50px;
         padding-top: 41px;
         user-select: none;
     }

     .getBtncss {
         width: 132px;
         cursor: pointer;
         margin-top: 242px;
         margin-left: 32px;
         height: 36px;
         border: 1px solid #ffffff;
         border-radius: 37px;
         background-color: rgba(255, 255, 255, 0.8);
         padding: 6px 0px;
         padding-left: 12px;
         display: flex;
         align-items: center;
     }

     .hoverCSS {
         position: relative;
         width: 283px;
         height: 410px;
         /* transform: skew(-4deg); */
         /* background-image: url('../assets/img/中间背景.png'); */
         background-color: #ffffff;
         left: 130px;
         clip-path: polygon(0 0, 100% 0, calc(100% - 23px) 100%, 0 100%);
         top: 5px;
     }

     .headlineCSS {
         font-size: 16px;
         line-height: 24px;
         color: #17191D;
         font-weight: bold;
         margin: 48px 24px;
         transform: skewX(3deg);
     }

     .headTextCSS {
         width: 230px;
         line-height: 22px;
         font-size: 14px;
         /* height: 88px; */
         color: #17191D;
         margin-left: 28px;
         transform: skewX(3deg);
     }


     .getTextCSS {
         font-weight: bold;
         font-size: 14px;
         margin-right: 8px;
         user-select: none;
     }

     .justify-center {
         justify-content: center;
     }



     .image-container {
         height: 460px;
         color: #ffffff;
         z-index: 99;
         /* box-shadow: 5px 0px 4px 0px rgba(0, 0, 0, 0.15) */
     }




     .btnbox {
         display: flex;
         margin-top: 32px;
         align-items: center;
         justify-content: center;

         .btnbox1 {
             display: flex;
             align-items: center;
             justify-content: center;
             width: 56px;
             height: 36px;
             cursor: pointer;
             border-radius: 20px;
             /* border: 1px solid #A0A6B3; */
             border: 1px solid rgba(255, 255, 255, 0.3);

             .img2 {
                 display: none;
             }



         }



         .btnbox2 {
             display: flex;
             align-items: center;
             justify-content: center;
             background-color: #0F63EE;
             width: 56px;
             height: 36px;
             cursor: pointer;
             border-radius: 20px;
             border: 1px solid rgba(255, 255, 255, 0.3);


             .img2 {
                 display: none;
             }
         }



     }

     .SWrperCSS {
         margin-right: 24px;
         display: flex;
         z-index: 99;
         cursor: pointer;
         animation: mar 25s linear infinite;


         @keyframes mar {
             0% {
                 transform: translateX(0);
             }

             30% {
                 transform: translateX(-30%)
             }

             70% {
                 transform: translateX(-70%)
             }

             100% {
                 transform: translateX(-100%);
             }
         }
     }

     .btnPag {
         margin: 24px;
         /* font-family: 'Oxanium, Oxanium'; */
     }

     .btnpag1 {
         color: #6A6D75;
         font-size: 16px;

     }

     .btnpag2 {
         color: #17191d;
         font-size: 20px;

     }
 }

 .jumpcss {
     width: 28px;
     height: 28px;
     background: url('../assets/icon/To\ down.svg'), linear-gradient(256deg, rgba(63, 130, 241, 0.8) 0%, #0F63EE 100%);
     box-shadow: inset 1px -1px 1px 0px #6FA1F5;
     border-radius: 28px;
     /* background-image: url('../assets/icon/To\ down.svg'); */
     background-repeat: repeat;
     background-size: cover;
 }

 /* 主容器样式 */
 .main-box {
     /* width: 100%; */
     padding: 80px 0px;
     display: flex;
     justify-content: center;

     /* 公司名称样式 */
     .company1-name {
         font-weight: bold;
         font-size: 20px;
         line-height: 30px;
         color: #ffffff;
     }

     /* 初始样式，所有屏幕都可见 */
     #message-board {
         width: 27%;
     }

     /* 二维码列表项样式 */
     .code-item {
         display: flex;
         flex-direction: column;
         /* align-items: center; */
         margin-right: 48px;
     }

     /* 底部信息列表样式 */
     .footer-list {
         display: flex;
         margin-top: 32px;
     }

     /* 底部信息列表项样式 */
     .footer-item {
         display: flex;
         margin-right: 65px;
         color: #ffffff;
     }

     /* 媒体查询，当屏幕宽度小于等于 768px 时隐藏元素 */
     @media (max-width: 868px) {
         #message-board {
             display: none;
         }

         .code-item {
             margin-right: 28px;
         }
     }

     @media (max-width: 667px) {
         .servecss {
             width: 80%;
         }
     }



     /* 底部信息图标样式 */
     .svgcss {
         width: 28px;
         height: 28px;
         margin-right: 8px;

     }


     /* 底部信息名称样式 */
     .footer-info-name {
         height: 22px;
         font-size: 14px;
         color: #C7C8CC;
         white-space: nowrap;

     }

     /* 底部信息详情样式 */
     .footer-info-detail {
         font-weight: bold;
         margin-top: 8px;
         font-size: 16px;
         color: #FFFFFF;
         /* white-space: nowrap; */
         display: flex;
         /* max-width: 440px; */
         flex-wrap: wrap;
     }

     /* 复制图标样式 */
     .copy-icon {
         width: 12px;
         /* height: 12px; */
         /* margin-left: 4px; */
         /* margin-top: -2px; */
         cursor: pointer;
     }

     /* 二维码列表样式 */
     .code-list {
         display: flex;
         align-items: center;
         margin: 44px 0;
         padding-left: 0px;
         margin-left: 36px;
     }



     /* 二维码名称样式 */
     .code-name {
         color: #ffffff;

         text-align: left;
         margin-top: 12px;
         font-size: 14px;
         margin-left: 6px;
         font-weight: bold;
     }

     /* 二维码容器样式 */
     .code-container {
         white-space: nowrap;
         border: 1px solid rgba(255, 255, 255, 0.6);
         padding: 4px;
         width: 90px;
         border-radius: 4px;
     }

     .code-box {
         display: flex;
         align-items: f
     }

     .code-expand {
         color: rgba(255, 255, 255, 0.7);
         font-size: 12px;
         /* max-width: 90px; */
     }

     /* 二维码背景样式 */
     .code-bg {
         width: 80px;
         height: 80px;
         border-radius: 4px;
         background-color: #ffffff;
         border-radius: 4px;
     }



     .copy-wrapper {
         margin-left: 8px;
         width: 18px;
         height: 18px;
         position: relative;
         display: inline-block;
     }

     .copy-wrapper:hover {
         margin-left: 8px;
         width: 18px;
         height: 18px;
         border-radius: 4px;
         display: flex;
         align-items: center;
         justify-content: center;
         background-color: rgba(255, 255, 255, 0.1);
         cursor: pointer;

     }

     .tooltip {
         position: absolute;
         left: 50%;
         bottom: 100%;
         transform: translateX(-50%) translateY(-4px);
         padding: 4px 8px;
         font-size: 12px;
         color: #fff;
         background: rgba(0, 0, 0, .75);
         border-radius: 4px;
         white-space: nowrap;
         opacity: 0;
         pointer-events: none;
         transition: opacity .15s;
     }

     .copy-wrapper:hover .tooltip {
         opacity: 1;
     }

     /* 安全标题列表样式 */
     .safe-title-list {
         display: flex;

         .code-name {
             margin-right: 60px;
         }
     }

     /* 安全标题列表项样式 */
     .safe-title-item {
         margin-right: 60px;
         white-space: nowrap;
     }

     /* 消息板标题样式 */
     .message-board-title {
         font-weight: bold;
         font-size: 20px;
         color: #ffffff;
         margin-bottom: 32px;
         user-select: none;
         line-height: 30px;
     }

     /* 输入框组样式 */
     .input-group {
         /* width: 100%; */
         width: 93.5%;
         display: flex;
         justify-content: space-between;

         input {
             width: 100%;
             background-color: #2B3A6A;
         }
     }

     /* 通用输入框样式 */
     .input-field {
         border: 0;
         border-radius: 4px;
         padding: 0;
         background-color: #f0f0f0;
     }

     /* 小输入框样式 */
     .input-field-small {
         width: 208px;
         height: 44px;
         margin-right: 24px;
     }

     /* 大输入框样式 */
     .input-field-large {
         width: 440px;
         height: 88px;
     }

     /* 邮箱输入框容器样式 */
     .email-inputs {
         display: flex;
         flex-direction: column;
         margin-top: 24px;
         /* margin-bottom: 24px; */
     }

     .clearcss {
         position: absolute;
         top: 14px;
         right: 8.7%;
         cursor: pointer;
         display: none;
     }

     .clearcss1 {
         position: absolute;
         top: 11px;
         right: 6%;
         cursor: pointer;
         display: none;
     }

     /* 提交按钮容器样式 */
     .submit-container {
         width: 93.5%;
         margin-top: 12px;
     }

     /* 提交按钮样式 */
     .submit-button {
         color: #ffffff;
         /* width: 89%; */
         height: 44px;
         border-radius: 4px;
         display: flex;
         align-items: center;
         justify-content: center;
         background-color: #0F63EE;
         cursor: pointer;
     }

     .submit-button:hover {
         background-color: #6FA1F5;
     }

     .inputColor {
         background-color: #2B3A6A;
         padding-left: 12px;
         color: #ffffff
     }

     .inputbox {
         width: 93.5%;
         margin-bottom: 24px;
         background-color: #2B3A6A;
     }
 }

 .foot-box {
     /* display: flex;
     justify-content:center; */
     /* background: linear-gradient(180deg, #111A2D 0%, #30497E 100%); */
     background: url('../assets/img/底部背景.png');
     background-repeat: repeat;
     background-size: cover;


     /* 底部说明文字样式 */
     .footer-text {
         width: 100%;
         display: flex;
         justify-content: center;
         align-items: center;
         /* margin: auto; */
         font-size: 12px;
         color: #ffffff;
         line-height: 14px;
     }
 }


 /* 公司信息部分样式 */
 .company-info {
     display: flex;
     align-items: center;
 }



 /* 产品图 */
 .core-box {
     margin: auto;
     display: grid;
     grid-template-columns: repeat(4, 240px);
     /* 2 列，每列 488 */
     column-gap: 33px;
     justify-content: center;
     row-gap: 22px;

     /* 左右间距 33 */
     li {
         width: 240px;
         height: 148px;
         box-sizing: border-box;
         box-shadow: 0px 4px 24px 0px rgba(23, 25, 29, 0.15);
         background-size: cover;
         /* 等比例填满，多余裁剪 */
         background-position: center;
         /* 居中 */
         background-repeat: no-repeat;
         border-radius: 4px;
         /* 让 padding/border 不撑大宽度 */

     }

     .core-box-pic {
         height: 116px;
         /* background-color: #D9D9D9; */
     }

     .core-box-title {
         height: 32px;
         line-height: 32px;
         font-weight: bold;
         font-size: 14px;
         color: #fff;
         background-color: #4188FF;
         opacity: 0.9;
         text-align: center;
         border-radius: 0px 0px 4px 4px;

     }
 }


 .core-img {
     background-image: url();
 }







 /* 图标样式 */
 .svg-icon {
     width: 64px;
     height: 38px;
     margin-right: 12px;
 }

 /* 分割线样式 */
 .divider {
     width: 0;
     height: 12px;
     margin: 0 12px;
     /* color: #ffffff; */

 }

 .header-text:hover {
     color: #FFA83E;
 }

 ul {
     list-style: none;
 }

 input {
     border: 0px;
     padding: 0px;
     height: 44px;
     color: #F5F5F5;
     padding-left: 22px;
     border-radius: 4px;
     padding-right: 50px;
 }

 /* input:focus{
    box-shadow: 0px 0px 0px 3px rgba(15,99,238,0.4);
    border: 1px solid #0F63EE;
 } */

 input::placeholder {
     color: white;
 }

 input::before {
     content: url('https://img.icons8.com/ios-glyphs/30/000000/user.png');
     position: absolute;
     left: 5px;
     top: 50%;
     transform: translateY(-50%);
 }

 .inputbox:placeholder-shown::before {
     content: "*";
     color: red;
     margin-right: 5px;
 }

 input::placeholder {
     color: #C7C8CC;
 }

 textarea::placeholder {
     color: #C7C8CC;
 }

 textarea {
     height: 108px;
     width: 93.5%;
     resize: none;
     background-color: #2B3A6A;
     border: 0px;
     padding-left: 22px;
     padding-top: 13px;
     color: #fff;
     font-family: Arial, Arial;
     border-radius: 4px;
     padding-right: 50px;
 }

 textarea:focus {
     outline: none;
     /* 去除默认的聚焦轮廓 */
     border: 1px solid #0F63EE;
     height: 108px;
     box-shadow: 0px 0px 0px 3px rgba(15, 99, 238, 0.4);
 }

 textarea:hover {
     outline: none;
     /* 去除默认的聚焦轮廓 */
     border: 1px solid #0F63EE;
     height: 108px;
 }

 @media (min-width: 768px) {
     .SWrperCSS {
         display: inline-block;
         margin: 10px;
     }
 }

 /* 小屏样式：只显示一个轮播图 */
 @media (max-width: 767px) {
     .SWrperCSS {
         display: none;
     }

     .SWrperCSS:first-child {
         display: block;
     }
 }


 .languagebox2 {
     display: none;
 }

 @media (max-width: 667px) {
     .footer-item {
         display: flex;
         flex-wrap: wrap;
         margin-right: 10px !important;
     }

     .main-box {
         display: block !important;
     }

     .footer-info-detail {
         /* max-width: 366px;
          display: flex;
         flex-wrap: wrap; */
     }

     .footer-info-detail-box {
         /* max-width: 366px !important;
        display: flex;
        flex-wrap: wrap; */
     }



 }





 input:focus {
     outline: none;
     /* 去除默认的聚焦轮廓 */
     border: 1px solid #0F63EE;
     box-shadow: 0px 0px 0px 3px rgba(15, 99, 238, 0.4);
     height: 44px;
 }

 input:hover {
     outline: none;
     /* 去除默认的聚焦轮廓 */
     border: 1px solid #0F63EE;
     height: 44px;
 }




 .swiper {
     width: 1087px;
     height: 410px;
     overflow: hidden;

 }

 /* 设置滑动项的样式 */
 .swiper-slide {
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 24px;
     /* background-color: #f0f0f0; */
 }

 .selected {
     color: #ffffff;
 }

 .selected1 {
     color: #17191D;
 }


 /* 幻灯片容器样式 */
 .swiper-container {
     width: 300px;
     height: 200px;
     overflow: hidden;
     position: relative;
 }

 .swiper-slide {
     width: 100%;
     height: 100%;
     position: absolute;
     opacity: 0;
     transition: opacity 0.3s ease;
 }

 .swiper-slide.active {
     opacity: 1;
 }

 .btnbox1,
 .btnbox2 {
     cursor: pointer;
 }


 .image-container {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     justify-content: center;
     /* width: 944px; */
     /* width: 1240px; */
     /* width: 1040px; */
     overflow: hidden;
     /* width: calc(var(--swiper-width) ); */
     /* position: relative; */
     margin: auto;
 }

 @media (max-width: 1536px) and(min-width:1083) {
     .image-container {
         width: 994px;
     }


 }

 @media (min-width: 768px) and (max-width: 1279px) {
     /* .image-container {
         width: 472px;
     } */

     .swiperLi {
         width: 236px !important;
     }

     .hoverCSS1 {
         opacity: 0 !important;
     }

     .core-box {
         margin: auto;
         display: grid;
         grid-template-columns: repeat(2, 240px);
         /* 2 列，每列 488 */
         column-gap: 33px;
         justify-content: center;
         row-gap: 22px;
     }
 }

 @media (max-width: 768px) {
     .image-container {
         width: 236px;
     }

     .core-box {
         margin: auto;
         display: grid;
         grid-template-columns: repeat(1, 240px);
         /* 2 列，每列 488 */
         column-gap: 33px;
         justify-content: center;
         row-gap: 22px;
     }

     .swiperLi {
         width: 236px !important;
     }

     .hoverCSS1 {
         opacity: 0 !important;
     }
 }

 @media (max-width:414) {

     .footer-info-detail-box {
         max-width: 366px !important;
         display: flex;
         flex-wrap: wrap;
     }

     .main-box {
         display: block !important;
     }

     .nav {
         width: 100% !important;
         display: flex;
         padding: 0px 44px !important;
         justify-content: flex-start !important;
     }
 }

 .img-ul {
     position: relative;
     display: flex;
     cursor: pointer;

     margin-top: 12px;

     /* animation: mar 35s linear infinite; */


     li {
         display: flex;
         position: relative;
         transition: all .3s;

         .swiperImg {
             width: 236px;
             height: 420px;
             /* box-shadow: 0px 0px 28px 0px rgba(23,25,29,.15); */
             /* z-index: 99; */
         }

         .hoverCSS1 {
             position: absolute;
             top: 5px;
             /* left: 226px; */
             right: 20px;
             width: 283px;
             height: 410px;
             background-color: #ffffff;
             transform: skewX(-3deg) translateX(3%);
             /* clip-path: polygon(0 0, 100% 0, calc(100% - 21px) 100%, 0 100%); */
             transition: all 0.5s ease;
             opacity: 0;
             z-index: 99;
             box-shadow: 0px 0px 20px 0px rgba(23, 25, 29, .15);
         }
     }



 }



 @keyframes all {
     0% {
         transform: translateX(0);
         opacity: 1;
     }

     30% {
         transform: translateX(-30%);
         opacity: 0.8;
     }

     70% {
         transform: translateX(-70%);
         opacity: 0.4
     }

     100% {
         transform: translateX(-100%);
         opacity: 0
     }
 }



 .image-item {
     width: 237px;
     height: 420px;
     /* position: absolute; */
     transition: transform 0.5s ease;
     z-index: 99;
 }

 .hoverCSS {
     position: absolute;
     top: 0;
     right: -240px;
     /* 初始位置在右侧隐藏 */
     width: 283px;
     height: 100%;
     background-color: rgba(255, 255, 255, 0.9);
     transition: right 0.3s ease;
     /* 动画过渡效果 */
     padding: 20px;

     box-sizing: border-box;
 }

 .image-item:hover.hoverCSS {
     right: 0;
     /* 鼠标悬停时显示盒子 */
 }

 /* 左侧额外盒子的样式 */
 .left-image-item {
     width: 237px;
     height: 420px;
     position: absolute;
     left: -237px;
     transition: transform 0.5s ease;
 }