
    .header{position:fixed;top:0;left:0;width:100%;z-index:999;background:white;border-bottom:1px solid #E4EAF3;}
  
    .header-nav ul .navtoplit{padding:25px 40px;cursor:pointer;}
    .header-nav ul .navtoplit a{font-size:16px}
    .header-nav li a{color:black}
   
    .childnav{width:100%;position:absolute;top:100%;left:0;background:white;border-bottom:1px solid #E4EAF3;
        border-top:1px solid #E4EAF3;max-height: 500px;overflow: auto
    }
    .childnav-paidn{width:30%;border-right:1px solid #E4EAF3;position: relative}
   .header-nav .childnav-paidn ul .toplit {padding:30px 0;border-bottom:1px solid #E4EAF3;font-size:18px;cursor:pointer;color: black;
        
    }
    .childnav-paidn li i{margin-right:20px}
     .childnav-paidn .toplit:last-child{border:none}
     
     .childrenbox{position:absolute;left:100%;top:0;width:200%;
     padding: 20px 0 ;padding-left:100px;
     height: 100%;overflow: auto;
     }
     .childrenbox ul{ display: flex;flex-direction: column;gap:10px;height:100%}
     
     .shoimg{margin-right:20%}
     
/* 滚动条轨道样式 */
  .scrollbar::-webkit-scrollbar {
    width: 8px; /* 设置滚动条宽度 */
  }
 
  /* 滚动条滑块样式 */
  .scrollbar::-webkit-scrollbar-thumb {
    background-color: #013586; /* 设置滑块背景颜色 */
    border-radius: 4px; /* 设置滑块圆角 */
  }
 
  /* 滚动条轨道hover状态样式 */
  .scrollbar::-webkit-scrollbar-track:hover {
    background-color: #f1f1f1; /* 设置轨道hover状态时的背景颜色 */
  }
 
  /* 滚动条滑块hover状态样式 */
  .scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* 设置滑块hover状态时的背景颜色 */
  }
  
  /*手机端导航*/
  .phonenav{display:none;padding:15px 0}
  .phonenav .iconfont{font-size:24px}
  .phonenav-pop{position:absolute;top:100%;left:0;width:100%;
      height: 100vh;background: rgba(0,0,0,.5);
  }
  .phonenav-pop>ul>li{border-top:1px solid #eee;}
  .phonenav-pop .litopic{padding:15px 20px;display:inline-block;width:100%}
  .phchildnav>li{padding:15px 0px 15px 30px;border-top:1px solid #eee;}
  .phchildnav ul{margin-top:10px;line-height:30px}
  
/* 弹出搜索 begin */
.searchBar-m {display:none;width:100%;height:100%;position:fixed;top:0px;z-index:9999;text-align:center}
.searchBar-m .mask {position:absolute;left:0;right:0;width:100%;height:100%;background:#000;opacity:0.8;}
.searchBar-m a {display:block;position:absolute;right:5%;top:5%;width:60px;height:60px;line-height:56px;font-size:48px;z-index:9999;color:#fff;}
.searchBar-m .form-group {width:70%;max-width:720px;position:absolute;left:50%;top:40%;transform:translate(-50%,-200%);}
.searchBar-m .input{width:88%;background:transparent;border:0;border-bottom:2px solid #f2f2f2;color:#6E6E6E;height:60px;line-height:60px;float:left;padding:0;color:white}
.searchBar-m .button {width:8%;height:60px;line-height:60px;border-bottom:2px solid #f2f2f2;display:block;float:left;background:url(../images/ico-search-button.png) no-repeat center 50%;text-indent:-2000px;border:none;border-bottom:2px solid #f2f2f2}
.searchBar-m .button:hover{background:url(../images/ico-search-button.png) no-repeat center 50%;}
/* 弹出搜索 end */

input:focus {
    outline: none;
}
