@charset "UTF-8";
html {
  font-family: 'helvetica neue', helvetica, 'heiti sc', 'droid sans fallback' , "\5FAE\8F6F\96C5\9ED1";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  width: 100%; }

body {
  margin: 0;
  -webkit-overflow-scrolling: touch;
  width: 100%; }

a, button, input, select, textarea {
  outline: none; }

ul, ol {
  list-style: none; }

em, i {
  font-style: normal; }

ol, ul, input, figure {
  margin: 0;
  padding: 0; }

dl, dd, h1, h2, h3, h4, h5, h6, p, form {
  margin: 0; }

img {
  width: 100%;
  border: 0; }

table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

a, button, button:active, input {
  -webkit-tap-highlight-color: transparent; }

mark {
  background-color: transparent;
  color: inherit; }

a:link, a:hover, a:active, a:visited {
  text-decoration: none; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder, input:focus::-moz-placeholder {
  color: transparent; }

button, input[type=button], input[type=password], input[type=submit], input[type=text], textarea {
  -webkit-appearance: none; }

input:-ms-clear {
  display: none; }

/* clear IE10 X */
input {
  -webkit-user-modify: read-write-plaintext-only;
  border: none; }

select {
  overflow-x: hidden; }

/* ellipsis */
.elli {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.clearfix:after, .userTop:after, .userInput .accountDet:after, .module .title:after, .searchModule:after, .selectTypeCon:after {
  content: " ";
  display: block;
  clear: both; }

.dib {
  display: inline-block; }

.di-vm, .userTop .loginBtn img, .userTop .loginBtn span, .userInput .verify img, .hotGameUl img, .seleceTypeBtn:after {
  display: inline-block;
  vertical-align: middle; }

.fl {
  float: left; }

.fr {
  float: right; }

.none {
  display: none; }

.hide {
  font-size: 0;
  width: 0;
  text-indent: -9999px; }

.posCenter, .dialog .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); }

.tac {
  text-align: center; }

html, body {
  font-size: 0.5333333333rem; }

/**************************  通用弹窗  S ***********************************/
.dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 20; }
  .dialog .content {
    width: 13.3333333333rem;
    background: #fff;
    border-radius: 5px;
    padding: 1.5555555556rem 1.1111111111rem; }
  .dialog .closeBtn {
    background: url(../images//icon/icon.png) center 0 no-repeat;
    background-size: 16rem auto;
    background-position: -6.2222222222rem -0.2222222222rem;
    width: 0.7333333333rem;
    height: 0.7333333333rem;
    position: absolute;
    top: 0.4444444444rem;
    right: 0.3333333333rem; }
  .dialog .title {
    height: 1.7777777778rem;
    line-height: 1.7777777778rem;
    color: #ff8c3c;
    border-bottom: 1px #cbcaca solid;
    text-align: center;
    font-size: 0.6666666667rem;
    font-weight: bold;
    margin-bottom: 0.4444444444rem; }
  .dialog .textTit {
    font-size: 0.7555555556rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 0.4444444444rem 0; }
  .dialog .cdkTxt {
    font-size: 0.6222222222rem; }
    .dialog .cdkTxt span {
      background: #eaeaea;
      color: #ff8832;
      padding: 0.1111111111rem 0.2222222222rem;
      margin: 0 0.2222222222rem; }
  .dialog .minTips {
    color: #676767;
    font-size: 0.4444444444rem;
    line-height: 0.6666666667rem;
    margin: 0.4444444444rem 0; }
    .dialog .minTips strong {
      color: #ff0000;
      font-size: 0.5333333333rem;
      font-weight: normal; }
  .dialog .tips {
    color: #333;
    text-align: center;
    font-size: 0.6222222222rem; }

/**************************  通用弹窗  E ***********************************/
/**************************  登录  S ***********************************/
.userTop {
  height: 1.7777777778rem;
  background: #4c4b4b;
  line-height: 1.7777777778rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  .userTop .loginBtn a {
    float: right;
    color: #fff;
    margin-right: 0.7777777778rem; }
  .userTop .loginBtn img {
    width: 1.1555555556rem;
    height: 1.1555555556rem;
    border-radius: 50%; }
  .userTop .loginBtn span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 2.2222222222rem;
    display: inline-block;
    margin-left: 0.2222222222rem; }

.searchBox {
  width: 8.8888888889rem;
  height: 1.0666666667rem;
  border-radius: 25px;
  float: left;
  margin: 0.3333333333rem;
  overflow: hidden;
  border: 1px solid #999;
  background: #fff; }
  .searchBox input {
    background: none;
    font-size: 0.4888888889rem;
    color: #999;
    line-height: 1.0666666667rem;
    width: 7.5555555556rem;
    text-indent: 0.4444444444rem;
    vertical-align: top; }
  .searchBox ::-webkit-input-placeholder {
    color: #999; }

.searchBtn {
  background: url(../images//icon/icon.png) center 0 no-repeat;
  background-size: 16rem auto;
  background-position: -1.8888888889rem 0rem;
  width: 1.1555555556rem;
  height: 1.0666666667rem;
  display: inline-block; }

.userInput .inputList {
  margin-bottom: 0.4444444444rem; }
.dialog .userInput .tips {
  color: #ff8832;
  font-size: 0.4444444444rem;
  line-height: 0.7777777778rem;
  margin: 0.2222222222rem 0 0.1111111111rem 0;
  text-align: left; }
.userInput .errorTips {
  color: #ff8832;
  font-size: 0.5333333333rem; }
.userInput input {
  border-radius: 4px;
  background: #e9e9e9;
  height: 36px;
  text-indent: 0.4444444444rem; }
.userInput input[type='text'], .userInput input[type='password'] {
  color: #333;
  width: 100%; }
.userInput .verify {
  position: relative; }
  .userInput .verify input {
    width: 5.5555555556rem;
    margin-right: 0.2222222222rem; }
  .userInput .verify img {
    border: 1px #ff8c3c solid;
    width: 4.4444444444rem;
    height: 34px; }
  .userInput .verify .changeVerify {
    color: #ff8832;
    margin-left: 0.2222222222rem;
    font-size: 0.6222222222rem; }
.userInput .remember {
  color: #858383;
  float: left;
  padding-right: 0.6666666667rem; }
  .userInput .remember input {
    vertical-align: middle; }
.userInput .accountDet {
  margin: 0.2222222222rem 0;
  line-height: 1.3333333333rem; }
.userInput .haveAccount, .userInput .forget {
  float: right;
  color: #ff8832;
  font-size: 0.5777777778rem;
  margin-right: 0.4444444444rem; }

.orangeBtn {
  width: 4.4444444444rem;
  height: 1.7777777778rem;
  line-height: 1.7777777778rem; }

.orangeBigBtn {
  width: 100%;
  height: 1.7777777778rem;
  line-height: 1.7777777778rem; }

.orangeBigBtn, .orangeBtn {
  color: #fff;
  border-radius: 2px;
  border: none;
  background: #ff8c3c;
  font-size: 0.6666666667rem;
  text-align: center;
  display: block;
  margin: 0 auto; }

.registCon .inputList {
  margin-bottom: 0; }

.loginCon .noAccount {
  line-height: 1.3333333333rem; }
  .loginCon .noAccount a {
    color: #ff8c3c; }

/**************************  登录  E ***********************************/
/***************************  公共结构 S ***************************/
.wrapper {
  margin-top: 1.7777777778rem;
  background: #ececec; }

.module {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background: #fff;
  margin-bottom: 0.4444444444rem; }
  .module .title {
    padding: 0 0.6666666667rem 0 0.5555555556rem;
    line-height: 1.6222222222rem;
    font-size: 0.7111111111rem;
    color: #000;
    border-bottom: 1px solid #eaeaea; }
    .module .title span:before {
      content: "";
      width: 0.8444444444rem;
      height: 0.8444444444rem;
      display: inline-block;
      vertical-align: text-bottom;
      margin-right: 0.2222222222rem; }
    .module .title span.star:before {
      background: url(../images//icon/icon.png) center 0 no-repeat;
      background-size: 16rem auto;
      background-position: -0.2444444444rem -5.0222222222rem; }
    .module .title span.news:before {
      background: url(../images//icon/icon.png) center 0 no-repeat;
      background-size: 16rem auto;
      background-position: -1.2888888889rem -5.0222222222rem; }
    .module .title span.game:before {
      background: url(../images//icon/icon.png) center 0 no-repeat;
      background-size: 16rem auto;
      background-position: -2.4222222222rem -5.0222222222rem; }
    .module .title .more {
      float: right;
      font-size: 0.4444444444rem;
      color: #666; }

.flex {
  display: flex;
  display: -webkit-flex; }
  .flex a, .flex .average {
    flex: 1;
    -webkit-box-flex: 1; }

.entry {
  text-align: center;
  line-height: 1.7777777778rem;
  padding: 0 0.3333333333rem;
  background: #ececec; }
  .entry a {
    color: #333; }

/***************************  公共结构 E ***************************/
/**************************  公共模块 S **************************/
.hotGameUl li {
  border-bottom: 1px solid #eee;
  padding: 0.6666666667rem; }
  .hotGameUl li:last-child {
    border: none; }
.hotGameUl img {
  width: 2.2666666667rem; }
.hotGameUl .gameDet {
  width: 8rem;
  margin-left: 0.4444444444rem; }
.hotGameUl .name {
  color: #333;
  font-size: 0.6666666667rem; }
.hotGameUl .type {
  color: #999;
  font-size: 0.5333333333rem; }
.hotGameUl .download {
  font-size: 0.6222222222rem;
  width: 3.5555555556rem;
  height: 1.2444444444rem;
  color: #fff;
  background: #f58830;
  display: inline-block;
  line-height: 1.2444444444rem;
  border-radius: 3px;
  margin-top: 0.3333333333rem;
  text-align: center; }

.boutique {
  text-align: center;
  margin: 0.6222222222rem 0 0.7777777778rem 0; }
  .boutique img {
    width: 3.6rem; }
  .boutique .name {
    color: #333;
    font-size: 0.5777777778rem; }
  .boutique .type {
    color: #999;
    font-size: 0.4444444444rem; }
  .boutique .download {
    font-size: 0.6222222222rem;
    width: 3.5555555556rem;
    height: 1.2444444444rem;
    color: #fff;
    background: #f58830;
    display: inline-block;
    line-height: 1.2444444444rem;
    border-radius: 3px;
    margin-top: 0.3333333333rem; }

.searchModule {
  background: #fff;
  padding: 0.4444444444rem; }

.seleceTypeBtn {
  background: #fe8227;
  color: #fff;
  padding: 0 0.4444444444rem;
  height: 1.1777777778rem;
  text-align: center;
  line-height: 1.1777777778rem;
  border-radius: 3px;
  float: right;
  clear: both; }
  .seleceTypeBtn:after {
    content: "";
    background: url(../images//icon/icon.png) center 0 no-repeat;
    background-size: 16rem auto;
    background-position: -4.0444444444rem -0.2444444444rem;
    width: 0.4666666667rem;
    height: 0.2444444444rem; }
  .seleceTypeBtn.on:after {
    background: url(../images//icon/icon.png) center 0 no-repeat;
    background-size: 16rem auto;
    background-position: -3.2888888889rem -0.2rem; }

.selectTypeCon {
  background: #000;
  width: 100%;
  text-align: center;
  clear: both; }
  .selectTypeCon a {
    color: #fff;
    float: left;
    width: 33.3%;
    position: relative;
    font-size: 0.5777777778rem;
    line-height: 1.3333333333rem; }
    .selectTypeCon a:before {
      content: "•";
      position: absolute;
      left: 0.3333333333rem; }

/**************************  公共模块 E **************************/

/*# sourceMappingURL=game.css.map */
