html,
body {
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lib_name {
  font-size: 48px;
  color: #000;
  text-align: center;
  margin-top: 6%;
}
.search_container {
  width: 810px;
  margin: 6% auto 0;
  position: relative;
}
.search_container .search_select {
  width: 110px;
}
.search_container .search_select .layui-input {
  height: 56px;
  padding-left: 30px;
  font-size: 16px;
  border-radius: 23px 0 0 23px;
  border: 1px solid #006cb7;
  border-right: none;
}
.search_container .search_input {
  width: 615px;
  background: #fff;
  border: 1px solid #006cb7;
  border-left: none;
  border-right: none;
}
.search_container .search_input input {
  margin: 14px 0;
  height: 26px;
  line-height: 26px;
  border: none;
  border-left: 1px solid #929292;
}
.search_container .search-btn {
  width: 85px;
  height: 56px;
}
.search_container .search-btn button {
  width: 100%;
  height: 100%;
  border-radius: 0 23px 23px 0;
  border: 1px solid #006cb7;
  background-color: #006cb7;
  background-position: -4px -16px;
}
.search_container .advanced_search {
  position: absolute;
  top: 0;
  right: -105px;
  font-size: 16px;
}
.search_container .advanced_search a {
  display: block;
  height: 56px;
  line-height: 56px;
  color: #006cb7;
}
.search_container .layui-inline {
  float: left;
}
.lib_list {
  width: 668px;
  margin: 6% auto 0;
  padding-bottom: 125px;
}
.lib_list ul li {
  cursor: pointer;
  /* background: url("/assets/images/lib_bg2.png") no-repeat; */
  width: 140px;
  height: 130px;
  display: inline-block;
  margin: 0 40px;
}
.lib_list ul li .top {
  width: 100%;
  height: 45px;
  background-position: 18px -86px;
  margin: 25px 0 10px;
}
.lib_list ul li .top i {
  display: block;
  margin: 0 auto;
}
.lib_list ul li .name {
  font-size: 16px;
  text-align: center;
  color: #fff;
}
.lib_list ul li .name a{
	color:#fff;
}
.lib_list ul .active {
  background-image: url(/assets/images/lib_bg.png);
}
.join {
  width: 130px;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  background-color: #409eff;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  margin: 40px auto;
  display: block;
  font-size: 16px;
}
.join:hover {
  color: #fff;
}
.desc_container {
  width: 1000px;
  margin: 30px auto 0;
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
}
.desc_container p {
  text-indent: 2em;
  line-height: 36px;
}
.desc_container ul {
  margin-top: 30px;
  overflow: hidden;
}
.desc_container ul li {
  border-bottom: 1px dashed #eee;
  width: 25%;
  height: 37px;
  float: left;
}
.desc_container ul li span {
  width: 6em;
  padding: 0 5px 0 12px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  color: #006cb7;
  float: left;
}
.desc_container ul li i {
  color: #333;
  float: left;
  position: relative;
  word-break: break-all;
}
.footer {
  position: fixed;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
}
