* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 13px;
  box-sizing: border-box;
  background-color: #f8f8f8;
}

/*包含以下五种的链接*/
a {
  text-decoration: none;
  cursor: pointer;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
  text-decoration: none;
}
/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
  text-decoration: none;
}
ul {
  margin-bottom: 0;
}
.logo img {
  height: 40px;
}
.banner img {
  height: 40px;
}

.logo-block {
  margin: auto;
  padding-top: 10px;
}

.logo-warp {
  display: flex;
  justify-content: space-between;
}

.logo-warp .logo {
  height: 32px;
}

.logo-warp .banner {
  height: 32px;
}

.menu-block {
  margin-top: 10px;
  width: 100%;
  background-color: #2e77f7;
  display: flex;
  justify-content: center;
}

.menus {
  max-width: 1170px;
  width: 100%;
  list-style: none;
  height: 44px;
  line-height: 44px;
}

.menus li {
  height: 44px;
  line-height: 44px;
  float: left;

  padding-left: 15px;
  padding-right: 15px;
}

.menus li a {
  cursor: pointer;
  display: block;
  color: #fff;
  text-decoration: none;
}

.menus li.active {
  background-color: #2053ac;
}
.seach {
  cursor: pointer;
}
.sort_top {
  cursor: pointer;
}
.item1 {
  flex-wrap: wrap;
  line-height: 25px;
}
.item1 div {
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#ph {
  margin-right: 6px;
}
.nulldata {
  text-align: center;
  transform: translateY(100px);
}
.glyphicon {
  margin-bottom: 3px;
  margin-left: 5px;
}
.actcolor {
  color: #1458ce;
  font-weight: bold;
}
.glyphicon-remove {
  display: none;
  line-height: 44px;
}
.sraechInput {
  width: 85%;
}
