/* 用来修复首页的尺寸， 不要放别的东西 */

.wrapper .inner {
  max-width: 85%;
}
.ld-footer {
  background-color: #c11025;
  position: relative;
}

.common-wp {
  width: 16rem;
  margin: 0 auto;
  max-width: 85%;

  height: 7.23rem;
  /* background-color: antiquewhite; */
}

/* 修复footer */
.ld-footer {
  padding: 0.18rem 0;
}
.ld-footer .logo {
  margin-bottom: 0.5rem;
}
.ld-footer .site-info p {
  margin-bottom: 0.25rem;
}
.ld-footer .site-info span,
.ld-footer .site-info a {
  margin-right: 0.2rem;
  font-size: 0.16rem;
}
.ld-footer .mr {
  padding-top: 0.65rem;
}
.site-link {
  margin-left: -0.2rem;
}
.site-link-item {
  margin-left: 0.2rem;
}
.site-link .site-link-item > a {
  width: 1.92rem;
  height: 0.53rem;
  line-height: 0.53rem;
  font-size: 0.18rem;
}
.sub-site-link {
  left: 0;
  bottom: 0.53rem;
  max-height: 3rem;
}
.footerLink {
  width: 3.05rem;
}
.footerLink-item {
  margin-right: 0.35rem;
  margin-bottom: 0.15rem;
}
.footerLink-item a i {
  width: 0.5rem;
  height: 0.5rem;
  background-size: 0.27rem 0.27rem;
}
.footerLink-item a span {
  font-size: 0.12rem;
  margin: 0.06rem 0;
}

/* 搜索框 */

.wp-search-index {
  width: 30%;
  margin: 22% auto;
}
.wp-search-index .search-input {
  margin: 0;
}
.wp-search-index .search-input input.search-title {
  height: .44rem;
  background: #fff;
  text-indent: .08rem;
  color: #666;
  box-shadow: inset 0rem 0rem .03rem rgba(0, 0, 0, 0.5);
}
.wp-search-index .search-btn {
  height: .46rem;
  width: 1.2rem;
  text-align: center;
  line-height: .44rem;
  background: #94070a;
  right: -0.01rem;
  top: -0.01rem;
}
.wp-search-index .search-btn input.search-submit {
  background: none;
  height: .44rem;
  width: 1.2rem;
  border: none;
  font-size: .18rem;
  color: #fff;
  font-family: "MicrosoftYaHei";
}
#search .close-index {
  top: 4%;
  right: 1%;
}
.wp-search-index {
  background-color: #fff;
}
.wp_search {
  border: 2px solid #d0d0d0;
  overflow: hidden;
}
