
.getmuch{
  margin:7px 10px 0 0;
}
.more-icon {
  background: url('https://m.eeworld.com.cn/statics/wap/img/more-icon.png') no-repeat;
  background-size: 0.8rem 0.8rem;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
}
#nav-page {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  background: #fff;
  display: none;
}
.inner-nav-page {
  padding: 15px 20px;
}
.nav-header {
  text-align: center;
  margin-bottom: 20px;
}
.nav-header .close {
  float: left;
  line-height: 1.6rem;
} 
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.nav-header .logo {
  height: 1.6rem;
}
.nav-header .search-icon {
  height: 1.2rem;
  margin-top: 0.2rem;
 
}
.all-nav-con {
  height: 70%;
  overflow-y: auto;
  width: 100%;
}
.inner-nav-page dl {
  margin-bottom: 20px;
  overflow: hidden;
}
.inner-nav-page dl dd {
  float: left;
  min-width: 23%;
  background: #EBEBEB;
  text-align: center;
  margin-left: 2%;
  line-height: 1.5rem;
  border-radius: 3px;
  margin-bottom: .8rem;
}
.inner-nav-page dl dt, .inner-nav-page dl dt a {
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}

#search-box {
  width: 100%;
  height: 200px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  box-shadow: 1px 1px 6px #666;
  display: none;
}
.inner-search-box {
  padding: 20px;
}
.sclose {
  float: right;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #f00;
  color: #fff;
}
.inner-search-box input {
  height: 42px;
  line-height: 42px;
  width: 98%;
  padding: 0 10px;
  border: 1px solid #eee;
}
.isubmit {
  height: 42px;
  line-height: 42px;
  width: 98%;
  background: #ddd;
  margin-top: 20px;
  border: none;
  font-weight: bold;
}
.search ol li{
  width: 100% !important;
  height: 39px !important;
}