.searchHeader {
  width: 750px;
  padding: 0 30px;
  height: 106px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.searchHeader .return {
  display: flex;
  align-items: center;
  font-size: 0;
  position: relative;
  z-index: 2;
  height: 100%;
  width: auto;
}
.searchHeader .pageTitle {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 38px;
  color: #2c2d2e;
}

.tabNavSearch {
  position: initial;
  transform: translateX(0);
  margin: 0 auto;
  display: none;
}
.tabNavSearch ul {
  width: 560px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tabNavSearch ul li a {
  font-family: "yuyang03";
  display: block;
  font-size: 36px;
  color: #848895;
  line-height: 96px;
}
.tabNavSearch ul li.on a {
  font-size: 40px;
  color: #2c2d2e;
  background: url(../images/tabNavImg.png) no-repeat bottom 15px center;
}
.tabNavSearch.active {
  background: #f0f3f6;
}

#searchForm {
  margin-top: 54px;
  position: relative;
}
#searchForm input {
  width: 690px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9) url(../images/searchIco2.png) no-repeat left 40px center;
  height: 86px;
  border-radius: 43px;
  border: 0;
  font-size: 28px;
  color: #2c2d2e;
  padding: 0 80px;
  display: block;
}
#searchForm input::-moz-placeholder {
  color: rgba(132, 136, 149, 0.7);
}
#searchForm input:-ms-input-placeholder {
  color: rgba(132, 136, 149, 0.7);
}
#searchForm input::placeholder {
  color: rgba(132, 136, 149, 0.7);
}
#searchForm .searchBtn {
  position: absolute;
  padding: 0 15px;
  line-height: 86px;
  text-align: center;
  border-top-right-radius: 43px;
  border-bottom-right-radius: 43px;
  color: #fff;
  background: #47b0fb;
  right: 30px;
  top: 0;
  font-size: 28px;
  min-width: 120px;
}

.hotSearch {
  padding: 0 30px;
  margin-top: 57px;
}
.hotSearch .tit {
  font-size: 34px;
  color: #2c2d2e;
}
.hotSearch ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 6px;
}
.hotSearch ul li {
  background: #FFF;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.65);
  margin-right: 24px;
  margin-top: 20px;
}
.hotSearch ul li a {
  display: block;
  color: #2c2d2e;
  opacity: 0.7;
  font-size: 26px;
  line-height: 60px;
  padding: 0 23px;
}

.moveBtn {
  color: #48b4fc;
}

.listBlock, .moveTips {
  display: none;
}

body {
  background: url(../images/htmlBg2.jpg) no-repeat;
}/*# sourceMappingURL=search.css.map */