.add_cate{
	text-align: center;
	color: #2d9bf5;
	border-radius: 5px;
	width: 35px;
	height: 25px;
	font-size: 18px;
	cursor: pointer;
	margin-top: -5px;
	display: none;
  }
  .infoedit .cedit{
  display: block;
  }
  .infoedit .add_cate{
  display: inline-block;
  }
  
  .infolist-body .sadd {width: 16.666667% !important;}
  .infolist-body .opt{
	 color: #229ff7;
	 height: 46px;
	 position: absolute;
	 margin-left: 55px;
	 top: 10px;
	 width: calc(100% - 60px);
	 line-height: 46px;
	 border-radius: 0 5px 5px 0;
	 background: #f9f9f9;
	 font-size: 14px;
	 display: none;
	 cursor: pointer;
	 text-align: center;
  }
  .infolist-body .sadds {height: 47px;line-height: 47px;font-size: 14px;display: none;cursor: pointer;text-align: center;color: #2789f5;border: 1px solid #2d9bf5;margin: 10px;border-radius: 5px;}
  .infolist-body .sedit{
  float: left;
  width: 25%;
  }
  .infolist-body .schild{
  float: left;
  width: 25%;
  }
  .infolist-body .del{
  float: left;
  width: 25%;
  }
  .infoedit .cedit,.infoedit .szing .sedit,.infoedit .szing .del{display:block;cursor: pointer;}
  .infoedit .szing .opt{display:block;cursor: pointer;-webkit-box-shadow: 0px 0px 10px 0px rgb(199 199 199 / 70%);}
  .infoedit .add_cate{display: inline-block !important;}
  .infoedit .sadds,.infoedit .s-o{display: block !important;}
  .mycate_no{
  background: #fff;
	padding: 4px 10px;
	display: inline-block;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 600;
  }
  @media (max-width:640px){
  .infolist-body li{width: 50%;}
  .maxh {margin: 15px 0 0 0;max-height: 100%;}
  .info_more{top: 295px;}
  .infolist-body .opt{top: 6px;height: 39px;line-height: 39px;position: absolute;margin-left: 50px;width: calc(100% - 53px);}
  .infoedit .opt{display:block;}
  .infolist-body .sadd {width: 50% !important;}
  .infolist-body .sadds{
	  height: 40px;
	  line-height: 40px;
	  margin: 6px;
  }
  }
  .child_header{
	display: flex;
	margin-top: -15px;
  }
  .child_sz{
	flex:1;
	cursor:pointer;
  }
  .sadds{cursor: pointer;}
  .child-body .bock{
	background: #f0f0f0;
  }
  .this_child{position: absolute;display: block;font-size: 18px;cursor: pointer;padding: 8px 0;width: 40px;right: 5px;padding-right: 5px;text-align: center;color: #68c5ff;}
  .child_list{
	position: absolute;
	background: #fff;
	z-index: 99;
	padding: 10px;
	width: 150px;
	right: 2px;
	top: 41px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 30px -5px rgb(0 36 100 / 30%);
  }
  .close-child{
	  position: relative;
	  background: #fff;
  }
  .close-child span{
	  height: 31px;
	  width: 30px;
	  background: #fff;
	  display: flex;
	  justify-content: center;
	  position: absolute;
	  line-height: 32px;
	  right: -8px;
	  top: -48px;
	  font-size: 16px;
	  color: #68c5ff;
	  border-bottom: 0;
	  border-radius: 5px;
  }
  .child_list li{padding: 8px 5px;font-size: 15px;width: 100%;display: flex;align-items: center;}
  .child_list li:hover{background: #eaeaea;border-radius: 5px;}
  #searchbar{
  
  }
  .ss {
	  position: relative;
	  margin: 0 auto;
	  width: 800px;
	  padding: 50px 0 35px;
	  text-align: center;
	 }
  .ss select{
	  display: flex;
	  flex-wrap: wrap;
	  align-items: center;
	  justify-content: center;
	  outline: none;
	  padding: 0 10px;
	  background: border-box;
	  border: none;
	  background: #fff;
	  border-radius: 3px 0 0 3px;
	  cursor: pointer;
  }
  .ss_inp {
	  z-index: inherit;
	  padding: 0 20px;
	  height: 50px;
	  line-height: 50px;
	  background-color: #ffffff;
	  transition: .3s;
	  width: 100%;
	  outline: none;
	  border: 1px solid #ccc;
	  border-radius: 5px;
	 }
  
  .ss_btn {
	  background: rgb(226 226 226 / 0);
	  border: 0;
	  width: 45px;
	  font-size: 18px;
	  cursor: pointer;
	  border-radius: 5px;
	  border: none;
	  outline: none;
	  position: absolute;
	  top: 96px;
	  right: 10px;
	  height: 50px;
	  line-height: 50px;
	  color: #888;
	 }
  .ss_inp:focus{
	  background: #f9f9f9;
  }
  .ss_btn:focus{
	  border: none;
	  outline: none;
  }
  .ss .tab{
	  padding: 4px 15px;
	  margin: 5px 5px;
	  display: inline-block;
	  border-radius: 50px;
	 }
  .ss .tab.active{
	color: #333;
	position: relative;
	}
  .ss .tab.active::after{
	content:'';
	background: #3F51B5;
	color: #fff;
	position: relative;
	height: 3px;
	bottom: -2px;
	border-radius: 5px;
	display: block;
	}
  @media (max-width:640px) {
	  .ss {
		  margin: 10px 0;
		  width: 100%;
		  padding: 0;
	  }
  .ss_inp{height: 42px;line-height: 42px;}
	  .ss_btn {
		  width: 50px;
		  line-height: 42px;
		  height: 42px;
		  top: 46px;
		  right: 0;
		 }
  .this_child {
	  font-size: 14px;
	  padding-right: 0;
	  margin-right: -6px;
  }
  }
  .zdy_img{position: relative;}
  .zdy_img .xz{position: absolute;bottom: 10px;left: 0;background: rgb(255 0 0 / 50%);z-index: 9999999;padding: 5px;width: 70px;text-align: center;color: #fff;border-radius: 0 20px 20px 0;}
  .img-bg {min-height: 100%;min-width: 100%;height: auto;position: fixed;border: 0 none;z-index: -1;}
  .foot_nav{
  }
  .foot_nav a{
	  padding: 2px 6px;
	  border-radius: 5px;
	  color: #828282 !important;
  }
  .d_more_c{
	padding: 0 6px;
  }
  .d_more {
	width: 100px;
	margin-left: 0;
	border-radius: 5px;
	color: #333;
	position: absolute;
	right: -20px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0px 5px 30px -5px rgb(0 36 100 / 30%);
  }
  @media screen and (max-width: 640px) {
	  .d_more {
		  right: 0px;	
	  }
  
  }
  
  
  .sidebar_bg{
	  position: fixed;
	  margin-left: -400px;
	  left: 0;
	  top: 0;
	  z-index: 9999;
	  background: rgba(0,0,0,0.3);
	  height: 100%;
	  transition: all 0.5s;
  }
  .sidebar_bg.open{
	  display:block;
	  backdrop-filter: blur(5px);
	  margin-left: 0;
	  width: 100%;
  }
  .sidebar {
	  transition: ease 0.5s;
	  z-index: 99999;
	  overflow-y: auto;
	  background: #f6f6f6;
	  height: calc(100vh);
	  width: 200px;
	  -webkit-box-flex: 0;
	  flex-grow: 0;
	  -webkit-box-ordinal-group: 2;
	  order: 1;
	  box-shadow: 0 1px 4px 0 #c7c7c7;
  }
  .sidebar-logo{
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  margin-bottom: 10px;
	  margin-top: 5px;
  }
  .sidebar-logo img{
	  width: 140px;
  }
  .sidebar .bar{
	  display: flex;
	  flex-direction: column;
	  word-wrap: break-word;
	  padding: 0 15px;
	  height: calc(100% - 60px);
	 }
  @media only screen and (max-width: 1279px) {
	  .sidebar {
		  position: fixed;
		  top: 0;
		  left: -260px;
		  height: 100%;
		  margin: 0px;
		  border-radius: 0px
	  }
	  .sidebar.open {
		  left: 0;
	  }
  }
  
  @media only screen and (min-width: 1279px) {
	  .sidebar {
		  overflow-y: auto;
		  position: fixed;
		  top: 0;
		  left: 0;
	  }
  
	  .sidebar::-webkit-scrollbar {
		  width: 0
	  }
  }
  
  @media only screen and (max-width: 375px) {
	  .sidebar {
		  height: 100%;
		  width: 240px;
	  }
  }
  
  
  .sidebar .menu-list {
	  list-style: none;
	  padding: 10px 8px;
	  margin: 0;
	  max-height: 550px;
	  overflow-y: auto;
	  overflow-x: hidden;
	  background: #fff;
	  border-radius: 5px;
	  margin-bottom: 15px;
	 }
  .sidebar .menu-list>li{padding: 5px 10px;transition: 0.3s;}
  .sidebar .menu-list>li a{padding: 6px;display:block;color: #1a1a1a;}
  .sidebar .menu-list>li>ul>li{padding: 2px 0 2px 20px;transition: 0.3s;}
  @media only screen and (max-width: 1279px) {
	  .sidebar .menu-list {
		  overflow-y: auto
	  }
  
	  .sidebar .menu-list::-webkit-scrollbar {
		  width: 0
	  }
  }
  
  
  .sidebar .menu-list .m-link {
	  align-items: center;
	  padding: 5px 10px;
	  font-size: 16px;
	  display: flex;
  }
  .sidebar .menu-list .m-link:visited,.sidebar .menu-list .m-link:hover{
		  background: #ececec;
		  border-radius: 5px;
		  transition: 0.2s;
	  }
  .sidebar .menu-list .m-link[class*=" icon-"]{
	  font-size: 16px;
	  margin-right: 5px;
  }
  .sidebar .menu-list span.f{
	  flex: 1;
	  margin-left: 5px;
  }
  .sidebar .menu-list .m-link .icon-arrow-drop-right-line:before {
	  content: "\e73a";
  }
  .sidebar .menu-list .m-link.on .icon-arrow-drop-right-line:before {
	  content: "\e737";
  }
  
  .sidebar .menu-list .arrow {
	  color: #5a5a5a;
	  opacity: 0.3;
	  font-size: 10px;
  }
  .sidebar .menu-list .ms-link:visited,.sidebar .menu-list .ms-link:hover{
		  background: #eeeeee;
		  border-radius: 5px;
	  }
  .sidebar .menu-list .sub-menu {
	  list-style: none;
	  position: relative;
	  transition: 0.3s;
	  overflow: hidden;
  }
  .sidebar .menu-list::-webkit-scrollbar{
	  scrollbar-width: none;
	  width: 3px;
	  position:absolute;
  }
  .sidebar .menu-list::-webkit-scrollbar-thumb{
	  background-color: rgba(156, 174, 224, 0.2);
	  border-radius: 5px;
  }