/* 1 */
/*
  name: clear float
  .test {
    @include clearfix();
  }
 */
/*
  name: san jiao xing
  .test {
    @include triangle(20px, left, red);
  }
 */
/*
  name: sheng lue hao
  .test {
    @include text-overflow();
  }
 */
/*
  name: wen ben bu huang hang
  .test {
    @include text-overflow();
  }
 */
/*
  name: yuan jiao
  .test {
    @include text-overflow();
  }
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html, body, div, h1, h2, h3, h4, h5, h6, ul, li, dd, dl, dt, input, span, button, img, p, textarea, select, pre {
  margin: 0;
  padding: 0;
  outline: 0; }

html {
  background: #fff; }

body {
  font-size: 12px;
  line-height: 1;
  font-family: "PingHei", "Microsoft YaHei", "\5b8b\4f53", serif;
  background: #e4e4e4;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative; }

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word; }

li {
  list-style-type: none; }

input, textarea {
  border: 0;
  resize: none;
  font-size: 100%; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden; }

a, a:hover, a:focus {
  text-decoration: none;
  bblr: expression(this.onFocus=this.blur());
  outline-style: none;
  color: #666; }

.clearfix::before, .clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.color_white {
  color: #fff !important; }

.color7d {
  color: #7d7d7d !important; }

.color_orange {
  color: #ff8648 !important; }

.color_red {
  color: #ff2129 !important; }

.color_red2 {
  color: #c81e28 !important; }

.color_green {
  color: #7CE69C !important; }

.android_green {
  color: #2dca24; }

.color_yellow {
  color: #ffff73 !important; }

.float_l, .float {
  float: left; }

.float_r {
  float: right; }

.img_loading {
  background: url("/wap/img/icon/loading-1.gif") no-repeat center center;
  display: block; }

/*
button {
  cursor: pointer;
}
*/
.hide {
  display: none !important; }

.show {
  display: block !important; }

.box_sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.text_hidden {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.triangle_up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid red;
  position: relative; }

.triangle_up:after {
  content: '';
  position: absolute;
  left: -8px;
  top: 1px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff; }

.main-header {
  margin: 16px 32px 48px 64px;
  padding-bottom: 4px;
  font-size: 14px; }

.gr_slide img {
  width: 100%; }

/*
html *{
  outline:0;
  -webkit-text-size-adjust:none;
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}
*/
fieldset, img {
  border: 0; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

del {
  text-decoration: line-through; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 500; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500; }

q:before, q:after {
  content: ''; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

ins, a {
  text-decoration: none; }

.grBindPhoneAlert .alert-btn-p:first-child {
  background: #289c20;
  color: #fff; }

.grBindPhoneAlert .alert-btn-p:last-child {
  background: #e4e4e4;
  color: #fff; }

.dtpicker-button {
  background: #ffb300 !important; }

/*
@import '../main.scss';
*/
.gr_assess_m {
  line-height: 0.72289rem;
  height: 0.72289rem;
  padding: 0 0.24096rem;
  background: #c81e28;
  color: #fff;
  font-size: 12px;
  margin-top: 0.19277rem;
  margin-right: 0.24096rem;
  position: relative; }

.gr_assess_triangle {
  position: absolute;
  top: 50%;
  margin-top: -0.14458rem;
  right: -0.14458rem;
  border-top: 0.14458rem solid transparent;
  border-bottom: 0.14458rem solid transparent;
  border-left: 0.14458rem solid #c81e28;
  background-color: #fff; }

/*
.gr_header_sign {
  position: relative;
}

.gr_assess_m {
  position: absolute;
  top: pxTorem(-34px);
  left: pxTorem(-10px);
  color: $color_red2;
  font-size: 12px;
}
*/
.gr_header {
  height: 1.18072rem;
  line-height: 1.18072rem;
  font-size: 0.33735rem;
  padding: 0.12048rem 0.24096rem;
  overflow: hidden; }
  .gr_header .gr_header_logo_m {
    height: 100%; }
    .gr_header .gr_header_logo_m img {
      height: 100%; }
  .gr_header .icon {
    font-size: 22px; }
  .gr_header .gr_header_sign a {
    color: #464646; }

.gr_game_header {
  height: 2.10843rem;
  padding: 0.07229rem 0.12048rem;
  overflow: hidden; }
  .gr_game_header .gr_game_h_logo_m {
    height: 100%;
    width: 2.10843rem;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 0.36145rem;
    float: left; }
    .gr_game_header .gr_game_h_logo_m img {
      height: 100%; }
  .gr_game_header .gr_game_h_details {
    height: 100%;
    line-height: 0.43373rem;
    max-width: 50%;
    overflow: hidden;
    font-size: 12px;
    float: left;
    color: #000; }
    .gr_game_header .gr_game_h_details h1 {
      font-size: 18px;
      height: 0.96386rem;
      line-height: 0.96386rem;
      color: #464646;
      width: 100%;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      overflow: hidden; }
  .gr_game_header .gr_game_h_d_text p {
    padding: 0 0.12048rem;
    border-right: 1px solid #464646; }
  .gr_game_header .gr_game_h_d_text p:first-child {
    padding-left: 0; }
  .gr_game_header .gr_game_h_d_text p:last-child {
    padding-right: 0;
    border-right: none; }
  .gr_game_header .gr_game_h_btns_m {
    float: right; }
    .gr_game_header .gr_game_h_btns_m .gr_btn_m {
      width: 2.0241rem;
      height: 0.81928rem;
      line-height: 0.81928rem; }
    .gr_game_header .gr_game_h_btns_m .gr_btn_m:last-child {
      margin-top: 0.3253rem; }

.gr_select_m {
  background: #e4e4e4;
  font-size: 16px; }
  .gr_select_m .gr_input_m {
    height: 0.96386rem;
    line-height: 0.96386rem;
    width: 75%;
    border-radius: 5px;
    margin: 0.16867rem 0.12048rem;
    overflow: hidden;
    float: left;
    background: #fff; }
    .gr_select_m .gr_input_m .icon {
      margin: 0 0.12048rem; }
    .gr_select_m .gr_input_m input {
      width: 85%;
      line-height: 14px; }
  .gr_select_m .gr_btn_m {
    float: right;
    height: 0.96386rem;
    line-height: 0.96386rem;
    margin: 0.16867rem 0.12048rem;
    width: 2rem;
    text-align: center;
    border-radius: 5px;
    background: #1ec828; }
    .gr_select_m .gr_btn_m a {
      color: #fff;
      font-size: 16px; }

.gr_tab_nav_m .gr_tab_nav_list {
  overflow: auto;
  line-height: 1.08434rem;
  text-align: center;
  width: 99%;
  margin: 0 auto; }
  .gr_tab_nav_m .gr_tab_nav_list li {
    float: left;
    heigh: 1.08434rem;
    width: 33.3%;
    font-size: 16px;
    font-weight: 600;
    border-right: 1px solid #e4e4e4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .gr_tab_nav_m .gr_tab_nav_list li:last-child {
    border-right: none; }
  .gr_tab_nav_m .gr_tab_nav_list a {
    color: #464646; }

.gr_tab_nav_m .gr_tab_nav_bd li {
  border-bottom: 0.04819rem solid #e4e4e4; }

.gr_tab_nav_m .gr_tab_nav_bd .active {
  border-bottom: 0.04819rem solid #1ec828; }

.gr_tab_nav_m .gr_tab_nav_bg li {
  border-bottom: 0.09639rem solid #e4e4e4; }

.gr_tab_nav_m .gr_tab_nav_bg .active {
  background: #1ec828; }
  .gr_tab_nav_m .gr_tab_nav_bg .active a {
    color: #fff; }

@media screen and (max-width: 500px) {
  .gr_select_m {
    font-size: 12px; }
    .gr_select_m .gr_btn_m a {
      font-size: 12px; } }

.gr_main {
  width: 100%;
  background: #fff; }
  .gr_main .gr_main_header {
    height: 1.03614rem;
    line-height: 1.03614rem;
    font-size: 16px;
    padding: 0 0.36145rem; }
  .gr_main .gr_main_header_title {
    float: left; }
  .gr_main .gr_main_header_more {
    float: right;
    font-size: 14px; }

.gr_btn_m {
  height: 0.72289rem;
  line-height: 0.72289rem;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 0 0.06024rem;
  background: #ccc; }
  .gr_btn_m a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%; }

.gr_btn_green {
  background: #2dca24; }
  .gr_btn_green a {
    color: #fff; }

.gr_btn_orange {
  background: #ffb300; }
  .gr_btn_orange a {
    color: #fff; }

.gr_input_m {
  border: 1px solid #ccc;
  overflow: hidden; }
  .gr_input_m input {
    width: 100%;
    height: 100%; }

.gr_slect_m {
  overflow: hidden; }
  .gr_slect_m select {
    width: 95%;
    height: 95%; }

/*
@import '../main.scss';
@import '../component/header.scss';
@import '../component/main.scss';
@import '../component/form.scss';
@import '../component/login.scss';
*/
.gr_game_news_icon_list {
  margin-bottom: 0.24096rem; }

.gr_game_news .gr_main_header {
  border-bottom: 1px solid #ccc; }

.gr_game_news .gr_game_news_m {
  margin-top: 0.24096rem;
  padding: 0 0.48193rem; }

.gr_game_news .gr_game_news_img_m {
  height: 2.40964rem;
  width: 3.78313rem;
  overflow: hidden; }
  .gr_game_news .gr_game_news_img_m img {
    width: 100%;
    height: 100%; }

.gr_game_news .gr_game_news_text {
  width: 55%;
  min-width: 4.6988rem;
  margin-left: 0.24096rem; }

.gr_game_news .gr_game_news_title {
  font-size: 14px;
  height: 0.66265rem;
  line-height: 0.66265rem;
  overflow: hidden;
  text-align: center; }

.gr_game_news .gr_game_news_t {
  color: #000;
  line-height: 0.42169rem;
  height: 1.62651rem;
  overflow: hidden;
  position: relative; }

.gr_game_news .gr_game_news_ske::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 0.48193rem;
  background: -o-linear-gradient(right, transparent, #fff 55%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(55%, #fff));
  background: -o-linear-gradient(left, transparent, #fff 55%);
  background: linear-gradient(to right, transparent, #fff 55%); }

.gr_game_news .gr_news_icon {
  float: left;
  width: 0.96386rem;
  margin: 0 0.12048rem;
  border-radius: 5px;
  text-align: center;
  font-size: 14px; }

.gr_game_news .gr_news_icon_red {
  background: #c81e28;
  color: #fff; }

.gr_game_news .gr_news_icon_orange {
  background: #ff6400;
  color: #fff; }

.gr_game_news .gr_news_icon_black {
  background: #000;
  color: #fff; }

.gr_game_news .gr_game_news_list_m {
  padding: 0.48193rem 0.12048rem; }

.gr_game_news .gr_game_news_list {
  height: 0.60241rem;
  line-height: 0.60241rem; }

.gr_game_news .gr_game_news_l_t {
  width: 4.33735rem;
  color: #444; }

.gr_game_news .gr_game_news_l_t2 {
  float: left;
  width: 80%;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.gr_game_news .gr_game_news_l_d {
  color: #464646; }

@media screen and (min-width: 600px) {
  .gr_game_news .gr_game_news_text {
    width: 60%; } }

@media screen and (min-width: 700px) {
  .gr_game_news .gr_game_news_text {
    width: 65%; } }

@media screen and (min-width: 800px) {
  .gr_game_news .gr_game_news_text {
    width: 70%; } }

@media screen and (min-width: 900px) {
  .gr_game_news .gr_game_news_text {
    width: 75%; } }

@media screen and (max-width: 350px) {
  .gr_game_news .gr_game_text {
    font-size: 14px;
    line-height: 16px; }
  .gr_game_news_list .gr_news_icon {
    font-size: 12px; }
  .gr_game_news_list .gr_game_news_l_t2 {
    font-size: 12px; } }

.gr_footer {
  text-align: center;
  padding: 0.48193rem 0;
  line-height: 20px;
  background: #ccc;
  font-size: 12px;
  color: #333; }
  .gr_footer a {
    color: #333; }
  .gr_footer .active {
    color: #FF6709;
    padding-right: 0.24096rem; }

.gr_footer_remarks {
  height: 1.56627rem;
  background: #e4e4e4;
  text-align: center;
  line-height: 0.48193rem;
  font-size: 12px;
  color: #525252;
  position: fixed;
  bottom: 0;
  max-width: 1024px; }

.gr_footer_remarks_fill {
  height: 1.56627rem;
  background: #fff; }

.gr_login_m {
  display: none; }

.gr_mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 100;
  opacity: 0.8; }

.gr_login_form_m {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 70%;
  border-radius: 10px;
  background: #fff;
  margin-left: -35%;
  margin-top: -2.71084rem;
  padding: 0.48193rem 0.24096rem;
  z-index: 101; }

.gr_login_input_m {
  clear: both;
  overflow: auto;
  border-bottom: 1px solid #000;
  height: 0.96386rem;
  line-height: 0.96386rem;
  font-size: 16px;
  margin-bottom: 0.24096rem; }
  .gr_login_input_m label {
    float: left;
    height: 100%;
    padding: 0 0.12048rem; }
  .gr_login_input_m .gr_input_m {
    float: left;
    width: 88%;
    height: 100%;
    border: none; }

.gr_login_btn_m {
  height: 0.96386rem;
  line-height: 0.96386rem;
  border-bottom: 0;
  margin-top: 0.24096rem; }
  .gr_login_btn_m .gr_btn_m {
    height: 100%;
    line-height: 0.96386rem; }

.gr_login_link {
  color: #464646; }

.gr_login_faq_link {
  margin-right: 0.24096rem; }

.gr_game_news {
  margin-top: 0.24096rem; }

.gr_game_news:last-child {
  border-bottom: 0.24096rem solid #e4e4e4; }

.gr_game_news_header {
  padding: 0.24096rem 0; }

.gr_slide {
  min-height: 4.81928rem; }

.gr_footer_m {
  width: 100%;
  height: 1.20482rem;
  line-height: 1.20482rem;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  margin-top: 0.18072rem; }
  .gr_footer_m .gr_footer_loading {
    background: url("/wap/img/icon/loading-1.gif") no-repeat center center;
    height: 100%; }

html, body, .swiperBox {
  height: 100%;
  position: relative; }

.swiperBox .swiper-slide {
  height: auto !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #efeef4; }

.gr_search_games_m {
  width: 98%;
  height: 1.20482rem;
  background: #fafafa;
  margin: 0.24096rem auto 0;
  clear: both; }

.gr_search_games_list_m {
  clear: both;
  overflow: hidden;
  line-height: 1.20482rem;
  height: 1.20482rem;
  width: 75%;
  float: left; }

.gr_search_games_list {
  float: left;
  height: 1.20482rem;
  min-width: 20%;
  max-width: 100%;
  padding: 0 10px;
  text-align: center; }

.gr_search_games_more {
  float: left;
  width: 25%;
  height: 1.20482rem;
  line-height: 1.20482rem; }

.gr_search_games_link {
  display: block;
  height: 100%;
  width: 100%;
  color: #c0231b; }
