.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;
  }
}
.gm-wrapper {
  /* margin-top: .2rem; */
  height: 3rem;
  background: white;
  position: relative;
}
.gm-wrapper .logo {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  margin-left: .8rem;
  transform: translate(0, -50%);
}
.gm-wrapper .message {
  font-size: .6rem;
  position: absolute;
  top: 50%;
  margin-left: 3rem;
  transform: translate(0, -50%);
}
.gm-wrapper .download {
  color: #333333;
  background: #ffde4d;
  border-width: 0;
  width: 2.2rem;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: .8rem;
  transform: translate(0, -50%);
  padding: .2rem .4rem;
  font-size: .55rem;
}
.bottom {
  /* height: 6rem; */
  /* margin-top: .2rem; */
  position: relative;
  background: #333333;
}
.bottom .main-divide {
  /* height: 2.5rem; */
  padding: .5rem 1rem;
  /* padding: .8rem .4rem; */
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bottom .main-divide .main-item {
  -webkit-box-flex: 0.2;
  -webkit-flex: 0.2;
  -ms-flex: 0.2;
  flex: 0.2;
}
.bottom .main-divide .main-item img {
  width: 1rem;
  height: 1rem;
}
.bottom .main-divide .main-item p.footer-title {
  margin-top: .1rem;
  color: white;
  font-size: .5rem;
  border-right: 1px solid white;
}
.bottom .main-divide .main-item p.footer-title1 {
  border-width: 0;
}
.bottom .main-divide li {
  display: inline;
  padding: .1rem .5rem;
  /* padding-left: .4rem; */
  /* background: rgb(245, 145, 245); */
  font-size: .6rem;
  /* margin-left: -.2rem; */
  border-left: 1px solid #eeeeee;
  /* border-right: 1px solid white; */
}
.bottom .main-divide li:nth-child(2) {
  border-left-width: 0;
}
.bottom .company-name {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: .65785rem;
  color: #b3aeae;
  /* border-top: 1px solid #eeeeee; */
}
.game-bottom-download {
  /* margin-top: .2rem; */
  height: 3rem;
  line-height: 3rem;
  background: white;
  position: relative;
}
.game-bottom-download img {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.game-bottom-download .download-btn-container {
  width: 100%;
  height: 100%;
  padding-left: 4rem;
  padding-right: .2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  /* 09版 */
  -webkit-box-pack: space-around;
  /* 12版 */
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  /* 其它取值如下：
    align-items     主轴原点方向对齐
    flex-end        主轴延伸方向对齐
    space-between   等间距排列，首尾不留白
    space-around    等间距排列，首尾留白
 */
  text-align: center;
}
.game-bottom-download .download-btn-container button {
  font-size: .6rem;
  height: 1.4rem;
  -webkit-box-flex: 0.3868;
  -webkit-flex: 0.3868;
  -ms-flex: 0.3868;
  flex: 0.3868;
  background: transparent;
  border: 1px solid #9a9a9a;
  border-radius: 4px;
  padding: 0 1rem;
}
.marginTop_22 {
  margin-top: 2.2rem;
}
img.no-search-result {
  display: block;
  margin: 0 auto;
  width: 6.8rem;
  padding: .5rem 0;
}





