body {
  background: #FFF;
}

.headtop .head-title {
  padding-top: 60px;
  margin-bottom: 20px;
}
.headtop .seach-group {
  height: 48px;
  background-color: #fff;
  border-radius: 24px;
}
.headtop .seach-group .input-group .form-control {
  height: 48px;
  padding-left: 30px;
  border: 0;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.headtop .seach-group .input-group-btn img {
  max-width: none;
  width: 16px;
}
.headtop .seach-group .input-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.headtop .seach-group .input-group .btn-default {
  height: 48px;
  border: 0;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  padding: 0 20px;
}
.headtop .seach-group .input-group .btn-default:hover,
.headtop .seach-group .input-group .btn-default:focus,
.headtop .seach-group .input-group .btn-default:active {
  background: none;
  box-shadow: none;
  outline: none;
}
.item-group .item {
  display: block;
  text-align: center;
  background-color: #fff;
  height: 90px;
  border-radius: 4px;
  border: 1px solid #e0efff;
  box-shadow: 0 0 6px rgba(208, 208, 208, 0.5);
  padding: 30px 10px;
  transition: 0.2s;
  margin-bottom: 20px;
}
.item-group .item > span {
  color: #999;
}
.item-group .item .item-title {
  color: #333;
  margin-top: 5px;
  font-weight: bold;
  display: inline-block;
}
.item-group .item:hover {
  border-color: #4084f3;
  box-shadow: 0 0 8px 2px rgba(204, 204, 204, 0.5);
  /* .media-body {
        > span {
          color: #9cc0fc;
        }
        .media-heading {
          color: #4084f3;
        }
      } */
}
.item-group .item:hover > span {
  color: #9cc0fc;
}
.item-group .item:hover .item-title {
  color: #4084f3;
}
@media (max-width: 768px) {
  .headtop {
    height: auto;
    padding: 20px 0;
  }
  .headtop .head-title {
    padding-top: 0;
  }
  .headtop > .container {
    background-image: none;
    height: auto;
  }
}