.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-direction-c {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* 父元素-水平居中（主轴是横向才生效） */
* {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Arial", "Helvetica", "sans-serif";
  box-sizing: border-box;
}
html {
  font-size: 14px;
  font-family: '微软雅黑';
}
body {
  -webkit-touch-callout: none;
  font-size: 0.12rem;
  height: 100%;
  background: #f2f2f2;
}
html,
body {
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  margin: 0px auto;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  color: #333;
  position: relative;
}
.a-text {
  text-decoration: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a {
  outline: none;
}
ul,
li {
  list-style: none;
}
*:after,
*:before {
  box-sizing: border-box;
}
.marginTop {
  margin-top: .2rem;
}
.white {
  background: white;
}
img,
ul,
li,
span,
button,
input,
select,
a {
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
a {
  text-decoration: none;
  color: #333;
}
button,
input,
select {
  vertical-align: middle;
  outline: 0;
  border: none;
  font-family: 'SimHei';
}
@media only screen and (min-width: 100px) {
  html {
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 319px) {
  html {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 374px) {
  html {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 401px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 428px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 481px) {
  html {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 569px) {
  html {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 641px) {
  html {
    font-size: 35px !important;
  }
}
.search-page {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 640px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0 auto;
  z-index: 101;
  background: #ffffff;
}
.search-page .no-search-result {
  /* width: 30%; */
  display: block;
  margin: auto;
  margin-top: .5rem;
}
.search-page .search-box {
  background: #ffda44;
  /* height: 2rem; */
  /* line-height: 2rem; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .4rem .3rem;
  padding-left: .3rem;
  box-sizing: border-box;
}
.search-page .search-box .search-con {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: white;
  height: 1.4rem;
  line-height: 1.4rem;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  padding-right: 1rem;
  margin-left: .3rem;
}
.search-page .search-box .search-con input {
  width: 100%;
  height: 1.4rem;
  line-height: 1.4rem;
  outline: 0;
  /* letter-spacing: 1px; */
  border-radius: 4px;
  text-indent: 14px;
  font-size: .6rem;
}
.search-page .search-box .search-con .search-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 1%;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: .8rem;
  background-position: 0 center;
  background-image: url(../assets/banner-sousuo.png);
}
.search-page .search-box .cancel {
  width: 2rem;
  font-size: .6rem;
  background: transparent;
  border-width: 0;
  color: #3e3e3e;
  outline: 0;
  text-align: center;
  line-height: 1.4rem;
}
.search-page .search-his-box,
.search-page .search-recommend-box {
  background: white;
  padding: .4rem .6rem;
}
.search-page .search-his-box .rec,
.search-page .search-recommend-box .rec {
  font-size: .6rem;
  margin-bottom: .2rem;
}
.search-page .search-his-box .his-tag,
.search-page .search-recommend-box .his-tag {
  display: inline-block;
  vertical-align: top;
  padding: 0 .4rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border-radius: 5px;
  margin-top: .2rem;
  margin-right: .3rem;
  font-size: .6275rem;
  color: #666;
  border: 1px solid #e0e0e0;
  word-break: break-all;
}
.search-page .result-list {
  background: white;
}
.search-page .result-list .gamesCore-wrapper {
  padding: 0 .5rem;
}
.modal-history {
  display: none;
  position: fixed;
  z-index: 102;
  width: 100%;
  top: 2rem;
  bottom: 0;
  max-width: 640px;
  top: 2.2rem;
  background: rgba(1, 1, 1, 0.6);
}
.modal-history p {
  font-size: .6rem;
  color: #666;
  background: white;
  padding: .4rem .6rem;
  border-bottom: 1px solid #eeeeee;
}
.modal-history .history-ul {
  background: white;
}
.modal-history .history-ul a {
  color: #666;
}
.modal-history .history-ul li {
  border-bottom: 1px solid #eeeeee;
  padding-top: .2rem;
  padding-bottom: .2rem;
  padding-left: 1.4rem;
  font-size: .6rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: .6rem;
  background-position: .6rem center;
  background-image: url(../assets/banner-sousuo.png);
}
.search_bg {
  height: 100%;
  background-color: #ffffff;
}
.search-pagegai {
  height: auto;
}





