.search-title {
  /*font-size: 21px;
  padding-top: 15px;
  padding-bottom: 15px;*/
  color: #222222;
  text-align: center;
  font-size: 1.3125rem;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.search-input {
  position: relative;
}
.search-input input {
  box-sizing: border-box;
  width: 100%;
  /*height: 40px;
  line-height: 40px;
  padding-left: 12px;
  border: 1px solid #0B6DCE;*/
  background: #F8F8F8 ;
  outline: none;
  height: 2.5rem;
  line-height: 2.5rem;
  padding-left: 0.75rem;
  border: 0.0625rem solid #0B6DCE;
}

.search-input-icon {
  position: absolute;
  /*top: 9px;
  right: 16px;
  width: 20px;*/
  top: 0.5625rem;
  right: 1rem;
  width: 1.25rem;
}
.search-intro {
  /*font-size: 12px;
  padding-top: 20px;
  padding-bottom: 10px;*/
  color: #999999;
  font-size: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
}

.search-content {
  background: #fff;
  /*padding: 25px 15px 40px 15px;
  margin-bottom: 40px;*/
  padding: 1.5625rem 0.9375rem 2.5rem 0.9375rem;
  margin-bottom: 2.5rem;
}
.search-conbox {
  /*padding-bottom: 15px;*/
  padding-bottom: 0.9375rem;
  overflow: hidden;
}
.search-content-img {
  float: left;
  width: 19%;
  /*height: 60px;
  line-height: 60px;
  border: 1px solid #EDEDED;*/
  text-align: center;
  height: 3.75rem;
  line-height: 3.75rem;
  border: 0.0625rem solid #EDEDED;
}
.search-content-img img {
  max-width: 100%;
  vertical-align: middle !important;
}
.search-content-detail {
  float: right;
  width: 76%;
  /*padding-bottom: 14px;
  border-bottom: 1px solid #EEEEEE;*/
  padding-bottom: 0.875rem;
  border-bottom: 0.0625rem solid #EEEEEE;
}
.search-content-detail-1 {
  display: block;
  /*font-size: 16px;
  padding-bottom: 5px;*/
  font-size: 1rem;
  padding-bottom: 0.3125rem;
  color: #222222;
}
.search-content-detail-2 {
  /*font-size: 12px;
  line-height: 18px;*/
  color: #999999;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
#LoadmoreBTN a {
    width: 60%;
    max-width: 260px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    margin: 10px 0px 10px 0px;
    border: 1px solid #f2f2f2;
    color: #347ee3;
    font-size: 1em;
    text-decoration: none;
}
.mec_refresh_loading{
	display: none;
}

.spinner {
  margin: 10px auto 10px;
  text-align: center;
}
 
.spinner > div {
  width: 10px;
  height: 10px;
  background-color: rgb(0, 122, 251);
 
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
 
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  00%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
 
@keyframes bouncedelay {
  00%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}