@charset "utf-8";
/* CSS Document */

#c_grid-116273709439191{
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  z-index:999;
  transition:0.5s;
}
#c_grid-116273709439191 > .p_gridbox.signal{
  background:none;
}
#c_grid-116273709439191.active{
  background:#fff;
	box-shadow: 0 0px 32px 0 rgba(0,0,0,0.15);
}

/*解决方案*/

#c_grid-17189419200200 > .p_gridbox > .p_gridCell:nth-child(1n + 1){
  display:grid;
}
#c_effect_148-17189419200391{
  grid-area: 1 / 1;
  z-index:0;
  opacity:0;
  transition:0.5s;
}
#c_effect_148-17189419202602{
  grid-area: 1 / 1;
  z-index:0;
  opacity:0;
  transition:0.5s;
}
#c_grid-17189419200200 .active{opacity:1;z-index:9;}
#c_static_001-1715566567749 .e_container-1{position:absolute;z-index:10;max-width:400px;left:50%;transform:translateX(-50%);top:0px;overflow:hidden;border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
#c_static_001-1715566567749 .e_container-1 .s_title{
  text-align:center;
  background:#000;
  color:#fff;
  line-height:70px;
  font-size:18px;
  cursor:pointer;
}
#c_static_001-1715566567749 .active{background:var(--color1) !important;}
/*解决方案*/