.bannerSerach {
  width: 6.56rem;
  height: 0.5rem;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 1.52rem;
  transform: translateX(-50%);
  display: flex;
}

.bannerSerach input {
  width: 100%;
  height: 100%;
  padding: 0 .27rem;
}

.bannerSerach button {
  width: 1.15rem;
  height: 0.5rem;
  background: #1D5BAD;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bannerSerach button img {
  width: .26rem;
  height: .27rem;
}

.searchMain {
  width: 14.6rem;
  margin: 0 auto;
  padding: .78rem 0 .76rem;
}

.searchTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  margin-bottom: .3rem;
}

.searchTit span {
  color: #FF0000;
}

.searchItem {
  width: 100%;
  height: 2.06rem;
  background: #FFFFFF;
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border: 0.01rem solid #EBEBEB;
  padding: .18rem .25rem .21rem .47rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: .27rem;
}

.searchL {
  width: 100%;
  max-width: 13.28rem;
}

.searchLtit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.24rem;
  color: #383635;
  margin-bottom: .21rem;
}

.searchLtxt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #757575;
  line-height: 0.32rem;
}

.searchR {
  width: 2.85rem;
  height: 1.67rem;
  overflow: hidden;
  flex-shrink: 0;
  margin-left: .58rem;
}

.page {
  padding-top: .31rem;
}