/* 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%; }

html, body {
  height: 100%; }

.gr_faq_main .gr_faq_title_m {
  background: #fff;
  position: relative; }
  .gr_faq_main .gr_faq_title_m h1 {
    height: 1.08434rem;
    line-height: 1.08434rem;
    text-indent: 20px;
    font-size: 16px;
    font-weight: 600;
    border-top: 0.12048rem solid #e4e4e4; }
  .gr_faq_main .gr_faq_title_m .gr_progress_m {
    height: 0.12048rem;
    width: 100%; }

.gr_faq_main .gr_faq_back_m {
  position: absolute;
  top: 0.12048rem;
  left: 0;
  width: 1.08434rem;
  text-align: center;
  font-size: 20px;
  line-height: 1.08434rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg); }
  .gr_faq_main .gr_faq_back_m a {
    display: block;
    color: #ffb300; }

.gr_faq_main .gr_faq_img_m img {
  width: 100%; }

.gr_faq_main .gr_faq_text_m {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  padding: 0.48193rem 0.24096rem; }
  .gr_faq_main .gr_faq_text_m h1 {
    font-size: 18px;
    height: 0.72289rem;
    line-height: 0.72289rem; }
  .gr_faq_main .gr_faq_text_m p {
    font-size: 14px;
    color: #464646;
    text-indent: 2em;
    line-height: 0.48193rem; }

.gr_faq_main .gr_faq_text_l {
  margin-bottom: 0.24096rem; }

.gr_progress_m {
  width: 145px;
  height: 10px;
  background: #dedede;
  border-radius: 10px;
  overflow: hidden; }
  .gr_progress_m .gr_progress_fill {
    height: 100%;
    border-radius: 10px;
    background: #1ec828; }

.gr_progress_red .gr_progress_fill {
  background: red; }

.gr_progress_orange .gr_progress_fill {
  background: #ff8a00; }

.gr_faq_main .gr_faq_title_m h1 {
  text-align: center; }

.gr_register_m {
  width: 90%;
  margin: 0 auto; }

.gr_register_m {
  width: 90%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px; }
  .gr_register_m .gr_register_t {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.44578rem; }
  .gr_register_m .gr_register_form_m {
    padding: 0.48193rem 0.24096rem; }
  .gr_register_m .gr_register_list {
    clear: both;
    /*
    height: pxTorem(80px);
    */
    line-height: 0.96386rem;
    font-size: 14px; }
  .gr_register_m .gr_register_list_title {
    font-size: 18px;
    font-weight: 900;
    color: #ff2129;
    line-height: 0.72289rem;
    margin-top: 0.24096rem; }
  .gr_register_m .gr_register_list_input {
    position: relative;
    overflow: inherit;
    background: #ffb300;
    border-radius: 5px;
    margin-top: 0.48193rem;
    height: 0.96386rem; }
    .gr_register_m .gr_register_list_input .gr_form_icon_m {
      float: left;
      font-size: 16px;
      font-weight: 600;
      width: 30%;
      text-align: center;
      color: #444;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
    .gr_register_m .gr_register_list_input .gr_input_m, .gr_register_m .gr_register_list_input .gr_select_m, .gr_register_m .gr_register_list_input .gr_text_m, .gr_register_m .gr_register_list_input .gr_radio_m {
      float: left;
      width: 68%;
      padding-left: 3%;
      border-top: 2px solid #ffb300;
      border-bottom: 2px solid #ffb300;
      /*
      border-radius: 10px;
      border-bottom: 1px solid $color_e4;
      */ }
    .gr_register_m .gr_register_list_input .gr_input_m, .gr_register_m .gr_register_list_input .gr_select_m, .gr_register_m .gr_register_list_input .gr_radio_m {
      height: 0.96386rem; }
    .gr_register_m .gr_register_list_input .gr_input_m {
      background: #fff; }
    .gr_register_m .gr_register_list_input .gr_input_prompt_m {
      width: 68%;
      float: right;
      font-size: 12px;
      color: #ff2129;
      overflow: hidden;
      white-space: nowrap;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
  .gr_register_m .gr_register_list_textarea {
    height: 2.28916rem; }
  .gr_register_m .gr_input_m input {
    width: 95%;
    height: 90%;
    margin: 0 auto; }
  .gr_register_m .gr_register_list_input_prompt {
    background: #fff;
    margin-top: 0;
    height: auto; }

.gr_register_m .gr_register_list_code .gr_input_m {
  width: 40%; }

.gr_send_code_m {
  width: 28%;
  float: right;
  text-align: center;
  color: #fff;
  border-left: 1px solid #fff; }

.gr_register_m .gr_form_btn_m {
  text-align: center;
  color: #fff;
  background: #ffb300;
  border-radius: 5px;
  margin-top: 0.72289rem;
  margin-bottom: 0.24096rem; }
  .gr_register_m .gr_form_btn_m .gr_btn_m {
    height: 0.96386rem;
    line-height: 0.96386rem; }

.gr_send_code_m .gr_btn_m {
  height: 0.96386rem;
  line-height: 0.96386rem; }

.gr_btn_m {
  line-height: 0.96386rem;
  height: 0.96386rem;
  font-weight: 600;
  font-size: 16px; }

.gr_select_m {
  background: #ffb300; }
  .gr_select_m select {
    width: 95%;
    height: 99%;
    vertical-align: top; }

.gr_radio_m {
  color: #fff;
  font-size: 16px; }
  .gr_radio_m .open {
    display: none; }
  .gr_radio_m .active .icon {
    display: none; }
  .gr_radio_m .active .open {
    display: inline-block; }

.gr_text_m {
  background: #fff; }
  .gr_text_m textarea {
    width: 100%;
    margin: 0.12048rem 0;
    line-height: 0.48193rem;
    height: 1.92771rem;
    vertical-align: middle; }

.gr_from_img h1, .gr_from_img h2 {
  font-size: 12px; }

.gr_register_radio_icon {
  font-size: 12px;
  line-height: 16px; }

@media screen and (max-width: 370px) {
  .gr_register_m .gr_register_list_input .gr_form_icon_m {
    font-size: 14px; } }

.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; }

body {
  background: #fff url("/img/icon/desert.png") no-repeat bottom;
  background-size: contain;
  min-height: 12.04819rem; }
