
      .home_nav {
  /*height: 100%;*/
  display: none;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 90px;
  width: 100%;
  z-index: 9999;
  -webkit-box-shadow: 0 0 12px 0px rgb(0 0 0 / 10%); 
     box-shadow: 0 0 12px 4px rgb(0 0 0 / 10%);
}
input::-webkit-input-placeholder{
    font-size: 12px;
}
.home_nav .home_nav_sole {
  color: #4da0ff;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  text-align: center;
}
.home_nav .home_nav_list {
  color: #4da0ff;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
}
.home_nav .active{
    color:#4da0ff ;
}
.sole_nav{ position:fixed;top:0;left:0; width:100%;z-index:9999; box-shadow: 0 0 17px 10px rgb(0 0 0 / 30%);
}
@media screen and (max-width: 768px) {
   .sole_nav_box{
    display: block;
}
}
@media screen and (min-width: 769px) {
     .sole_nav_box{
    display:none !important;
}
.home_nav{
    display:none !important;
}
}
.sole_nav_box{
     position: fixed;
  left: 0;
  top: 0;
   background: #fff;
    /*background-position:100% 100px; */
    /*background-size: 100%;*/
   width: 100%;
   height: 90px;
   z-index: 9999;
}