/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: Helvetica, 'Hiragino Sans GB', "Helvetica Neue", "PingFang SC", PingFangSC-Regular, 'Microsoft Yahei', Arial, sans-serif, Verdana, Simsun, "Segoe UI Web Light", "Segoe UI Light", "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", "Helvetica Neue", Arial;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  word-break: break-all;
  white-space: normal;
}
/**
 * Remove default margin.
 */
body,
ul,
li {
  margin: 0;
}
ul,
li,
input {
  padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 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/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;
  text-decoration: none;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-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 */
  outline: none;
  /* add Vonsy */
}
/**
 * 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;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
  box-sizing: content-box;
}
/**
 * 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"] {
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * 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;
}
/* add
   ==========================================================================
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th,
p {
  padding: 0;
}
p {
  margin: 0;
}
/* reset */
ul,
li {
  list-style: none;
}
figure {
  margin: 0;
  padding: 0;
}
.httploader {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .5s;
}
.httploader img {
  display: block;
  width: 40px;
}
a,
li,
div,
p,
input,
img {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  tap-highlight-color: rgba(255, 0, 0, 0);
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
.f-cb:after,
.f-cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.f-cb,
.f-cbli li {
  zoom: 1;
}
.f-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.f-dn {
  display: none;
}
.f-db {
  display: block;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.f-pr {
  position: relative;
}
.f-pa {
  position: absolute;
}
.f-prz {
  position: relative;
  zoom: 1;
}
.f-oh {
  overflow: hidden;
}
.f-ff0 {
  font-family: arial, \5b8b\4f53;
}
.f-ff1 {
  font-family: "Microsoft YaHei";
}
.f-fs1 {
  font-size: 12px;
}
.f-fs2 {
  font-size: 14px;
}
.f-fs3 {
  font-size: 16px;
}
.f-fs4 {
  font-size: 18px;
}
.f-fwn {
  font-weight: normal;
}
.f-fwb {
  font-weight: bold;
}
.f-tal {
  text-align: left;
}
.f-tac {
  text-align: center;
}
.f-tar {
  text-align: right;
}
.f-vam,
.f-vama * {
  vertical-align: middle;
}
.f-wsn {
  word-wrap: normal;
  white-space: nowrap;
}
.f-pre {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}
.f-wwb {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}
.f-ti {
  overflow: hidden;
  text-indent: -30000px;
}
.f-ti2 {
  text-indent: 2em;
}
.f-lhn {
  line-height: normal;
}
.f-tdu,
.f-tdu:hover {
  text-decoration: underline;
}
.f-tdn,
.f-tdn:hover {
  text-decoration: none;
}
.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.f-csp {
  cursor: pointer;
}
.f-csd {
  cursor: default;
}
.f-csh {
  cursor: help;
}
.f-csm {
  cursor: move;
}
.f-usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.f-ma {
  margin-left: auto;
  margin-right: auto;
}
/* add condition */
.f-cr {
  color: #F30;
}
.f-gr {
  color: #060;
}
.f-cblue {
  color: #4873b4;
}
.f-cgray {
  color: #C7C4CA;
}
.u-pr10 {
  padding-right: 10px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 50px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 56.25px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 58.59375px;
  }
}
@media screen and (min-width: 400px) {
  html {
    font-size: 62.5px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 64.6875px;
  }
}
@media screen and (min-width: 440px) {
  html {
    font-size: 68.75px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 75px;
  }
}
@media screen and (min-width: 520px) {
  html {
    font-size: 81.25px;
  }
}
@media screen and (min-width: 560px) {
  html {
    font-size: 87.5px;
  }
}
@media screen and (min-width: 600px) {
  html {
    font-size: 93.75px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 100px;
  }
}
@media screen and (min-width: 680px) {
  html {
    font-size: 106.25px;
  }
}
@media screen and (min-width: 720px) {
  html {
    font-size: 112.5px;
  }
}
@media screen and (min-width: 760px) {
  html {
    font-size: 118.75px;
  }
}
@media screen and (min-width: 800px) {
  html {
    font-size: 125px;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-size: 150px;
  }
}
.u-gipt {
  display: inline-block;
  line-height: 32px;
  box-sizing: border-box;
}
.u-gipt .lab {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 5em;
}
.u-gipt .ipt {
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.u-gipt.u-gipt-lab {
  position: relative;
}
.u-gipt.u-gipt-lab .ipt {
  padding-left: 5em;
}
.u-gipt input,
.u-gipt textarea,
.u-gipt select {
  width: 100%;
  padding: 2px 8px;
  margin: 0;
  outline: none;
  border: 1px solid #E0E1E1;
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 3px;
  background: none;
  color: #7F8A98;
}
.u-gipt input:focus,
.u-gipt textarea:focus,
.u-gipt select:focus {
  border-color: #2DAAFF;
}
.u-gipt input {
  height: 32px;
}
.u-gipt input[readonly] {
  background-color: #F6F6F6;
}
.u-gipt input[readonly]:focus {
  border-color: #E0E1E1;
}
.u-gipt input.u-gipt-wreadonly[readonly] {
  background-color: #ffffff;
}
.u-gipt input.u-gipt-wreadonly[readonly]:focus {
  border-color: #E0E1E1;
}
.u-gipt textarea {
  padding: 4px 6px;
  line-height: 1.6em;
}
.u-gipt.u-gipt-active input {
  border-color: #2DAAFF;
}
.u-gipt.u-gipt-success input {
  border-color: #3EB5AC;
}
.u-gipt.u-gipt-error input {
  border-color: #F84545;
}
.u-gipt.u-gipt-warning input {
  border-color: #FAD46B;
}
.u-gipt.u-gipt-required {
  position: relative;
}
.u-gipt.u-gipt-required:after {
  content: '*';
  display: block;
  position: absolute;
  right: -25px;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 40px;
  text-align: center;
  color: #F30;
  font-size: 24px;
  font-family: "Microsoft Yahei", Verdana, Simsun, "Segoe UI Web Light", "Segoe UI Light", "Segoe UI Web Regular", "Segoe UI", "Segoe UI Symbol", "Helvetica Neue", Arial;
}
.u-gipt.u-gipt-ileft {
  position: relative;
}
.u-gipt.u-gipt-ileft:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 40px;
}
.u-gipt.u-gipt-ileft input {
  padding-left: 24px;
}
.u-gipt.u-gipt-iright {
  position: relative;
}
.u-gipt.u-gipt-iright:after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  line-height: 40px;
}
.u-gipt.u-gipt-iright input {
  padding-right: 24px;
}
.u-gipt.disabled input {
  background-color: #f0f0f0;
}
.u-radio-group {
  position: relative;
  height: 36px;
  line-height: 36px;
}
.u-radio-group .g-control-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 5em;
}
.u-radio-group .g-control-label + .g-control-radio {
  margin-left: 5em;
}
.u-radio-group .g-control-radio {
  width: 150px;
}
.u-radio-group .g-control-radio b {
  margin-top: 10px;
}
.u-radio-group.u-gipt-required {
  position: relative;
}
.u-radio-group.u-gipt-required:after {
  content: '*';
  display: block;
  position: absolute;
  right: -25px;
  top: 0;
  width: 32px;
  height: 36px;
  line-height: 44px;
  text-align: center;
  color: #F30;
  font-size: 24px;
  font-family: 'Microsoft YaHei';
}
.u-gbtn,
.u-gbtn:focus {
  min-width: 120px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid transparent;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  outline: none;
  color: #FFF;
  background-color: #2DAAFF;
  padding: 0;
}
.u-gbtn:hover,
.u-gbtn:focus:hover {
  background-color: #5EC8FF;
  color: #FFF;
}
.u-gbtn:active,
.u-gbtn:focus:active,
.u-gbtn.active,
.u-gbtn:focus.active {
  background-color: #2589CC;
}
.u-gbtn[disabled='disabled'],
.u-gbtn:focus[disabled='disabled'],
.u-gbtn[disabled],
.u-gbtn:focus[disabled],
.u-gbtn.disabled,
.u-gbtn:focus.disabled {
  background-color: #D1ECFF;
  cursor: default;
}
.u-gbtn[disabled='disabled']:hover,
.u-gbtn:focus[disabled='disabled']:hover,
.u-gbtn[disabled]:hover,
.u-gbtn:focus[disabled]:hover,
.u-gbtn.disabled:hover,
.u-gbtn:focus.disabled:hover {
  background-color: #D1ECFF;
}
.u-gbtn[disabled='disabled'].active,
.u-gbtn:focus[disabled='disabled'].active,
.u-gbtn[disabled].active,
.u-gbtn:focus[disabled].active,
.u-gbtn.disabled.active,
.u-gbtn:focus.disabled.active {
  background-color: #D1ECFF;
}
a.u-gbtn,
a.u-gbtn:focus {
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
}
.u-gbtn.u-gipt-w75,
.u-gbtn:focus.u-gipt-w75 {
  min-width: 64px;
  font-size: 14px;
}
.u-gbtn.u-gbtn-hollow,
.u-gbtn:focus.u-gbtn-hollow {
  color: #7F8A98;
  background-color: #FFF;
  border-color: #E0E1E1;
}
.u-gbtn.u-gbtn-hollow:hover,
.u-gbtn:focus.u-gbtn-hollow:hover {
  border-color: #2DAAFF;
}
.u-gbtn.u-gbtn-hollow:active,
.u-gbtn:focus.u-gbtn-hollow:active,
.u-gbtn.u-gbtn-hollow.active,
.u-gbtn:focus.u-gbtn-hollow.active {
  border-color: #2589CC;
}
.u-gbtn.u-gbtn-hollow[disabled='disabled'],
.u-gbtn:focus.u-gbtn-hollow[disabled='disabled'],
.u-gbtn.u-gbtn-hollow[disabled],
.u-gbtn:focus.u-gbtn-hollow[disabled],
.u-gbtn.u-gbtn-hollow.disabled,
.u-gbtn:focus.u-gbtn-hollow.disabled {
  background-color: #EDEEF2;
  cursor: default;
  color: #D2D2D2;
  border: none;
}
.u-gbtn.u-gbtn-hollow[disabled='disabled']:hover,
.u-gbtn:focus.u-gbtn-hollow[disabled='disabled']:hover,
.u-gbtn.u-gbtn-hollow[disabled]:hover,
.u-gbtn:focus.u-gbtn-hollow[disabled]:hover,
.u-gbtn.u-gbtn-hollow.disabled:hover,
.u-gbtn:focus.u-gbtn-hollow.disabled:hover {
  background-color: #EDEEF2;
  border: none;
}
.u-gbtn.u-gbtn-hollow[disabled='disabled'].active,
.u-gbtn:focus.u-gbtn-hollow[disabled='disabled'].active,
.u-gbtn.u-gbtn-hollow[disabled].active,
.u-gbtn:focus.u-gbtn-hollow[disabled].active,
.u-gbtn.u-gbtn-hollow.disabled.active,
.u-gbtn:focus.u-gbtn-hollow.disabled.active {
  background-color: #EDEEF2;
  border: none;
}
.u-gbtn.u-gbtn-cancel,
.u-gbtn:focus.u-gbtn-cancel {
  background-color: #FFF;
  color: #666;
  border: 1px solid #DDD;
}
.u-gbtn.u-gbtn-cancel:hover,
.u-gbtn:focus.u-gbtn-cancel:hover {
  border-color: #2589CC;
  color: #2589CC;
}
/* input：checkbox & radio */
.u-gchk {
  display: inline-block;
  min-height: 16px;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
}
.u-gchk b {
  display: inline-block;
  display: none \9;
  float: left;
  width: 16px;
  height: 16px;
  overflow: hidden;
  border: 1px solid #c3c3c3;
  user-select: none;
  border-radius: 2px;
  background-color: #FFF;
}
.u-gchk b:after {
  content: '.';
  display: block;
  width: 16px;
  height: 16px;
  visibility: hidden;
  color: #2DAAFF;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-indent: -2px;
  font-family: 'Microsoft YaHei';
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjNENEI1RUIzM0EyMTFFNjkzNjZBODY2NjhCNzhBQjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjNENEI1RUMzM0EyMTFFNjkzNjZBODY2NjhCNzhBQjIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGM0Q0QjVFOTMzQTIxMUU2OTM2NkE4NjY2OEI3OEFCMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGM0Q0QjVFQTMzQTIxMUU2OTM2NkE4NjY2OEI3OEFCMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn9cwS4AAABESURBVHjaYkw58J+BSABWyESKYmI1IDuBkQkq8J8Yxeg2/CekGKaBEYsirIqRbWAkZDI2T6NLMmLzFBMORYy4ggwgwAC9kQ01LXviTQAAAABJRU5ErkJggg==);
  background-position: 1px 3px;
  background-repeat: no-repeat;
  text-indent: -999px;
  overflow: hidden;
}
.u-gchk input:not(.inputText) {
  display: block;
  float: left;
  margin-left: -15px;
  margin-left: 0 \9;
  margin-top: 4px;
  margin-right: 5px \9;
}
.u-gchk input:checked + b:after {
  display: block;
  visibility: visible;
}
.u-gchk input:checked + b {
  border-color: #2DAAFF;
}
.u-gchk input[disabled] + b {
  display: block;
  display: none \9;
  display: block \9 \0;
  visibility: visible;
  border-color: #DDD;
  background-color: #F6F6F6;
}
.u-gchk input[disabled]:checked + b:after {
  display: block;
  visibility: visible;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjQ5NkJFNjkzRjUxMTFFNkJDNzA4QUNEMEM2QTZBNTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjQ5NkJFNkEzRjUxMTFFNkJDNzA4QUNEMEM2QTZBNTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNDk2QkU2NzNGNTExMUU2QkM3MDhBQ0QwQzZBNkE1MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGNDk2QkU2ODNGNTExMUU2QkM3MDhBQ0QwQzZBNkE1MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuQywlMAAABGSURBVHjaYlyxYgUDkeA/iGAiRTGxGv4jsRmZoAL/iVGMbsN/QophGhixKMKqGNkGRkImY/M0uiQjNk8x4VDEiCvIAAIMAHRvDQofk+wlAAAAAElFTkSuQmCC);
}
.u-gchk.radio b {
  border-radius: 16px;
}
.u-gchk.radio b:after {
  width: 8px;
  height: 8px;
  margin: 4px;
  border-radius: 16px;
}
.u-gchk.radio input:checked + b:after {
  visibility: visible;
  text-indent: -999px;
  background-color: #2DAAFF;
}
.u-gchk.false-full b:after {
  width: 8px;
  height: 8px;
  visibility: visible;
  margin: 3px;
  text-indent: -999px;
  background-color: #2DAAFF;
}
.u-gchk.false-full input:checked + b:after {
  visibility: visible;
  width: 16px;
  height: 16px;
  margin: 0;
  text-indent: 0;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjNENEI1RUIzM0EyMTFFNjkzNjZBODY2NjhCNzhBQjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjNENEI1RUMzM0EyMTFFNjkzNjZBODY2NjhCNzhBQjIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGM0Q0QjVFOTMzQTIxMUU2OTM2NkE4NjY2OEI3OEFCMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGM0Q0QjVFQTMzQTIxMUU2OTM2NkE4NjY2OEI3OEFCMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn9cwS4AAABESURBVHjaYkw58J+BSABWyESKYmI1IDuBkQkq8J8Yxeg2/CekGKaBEYsirIqRbWAkZDI2T6NLMmLzFBMORYy4ggwgwAC9kQ01LXviTQAAAABJRU5ErkJggg==);
  background-position: 1px 3px;
  background-repeat: no-repeat;
  text-indent: -999px;
  overflow: hidden;
  background-color: #FFF;
}
/* veeValidate */
.errormsg {
  height: 20px;
  line-height: 16px;
  padding: 0 10px;
  color: #f50;
}
.errormsg .validateError {
  display: block;
  text-indent: 4.5em;
}
html,
body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
#vm {
  width: 100%;
  font-size: .3rem;
  position: relative;
}
#vm .w-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0;
}
#vm .loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100000000;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vm .loading img {
  width: 10%;
  height: auto;
}
#vm .ZIndex {
  z-index: 101;
}
#vm .altWin {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10000000;
  background: #89898a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
#vm .altWin .alt {
  width: 80%;
  height: 2.5rem;
  background: #ffffff;
  border-radius: 10px;
}
#vm .altWin .alt .altText {
  width: 100%;
  height: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #E4E4E4 ;
}
#vm .altWin .alt .altText {
  width: 100%;
  height: 70%;
  border-bottom: 1px solid #E4E4E4 ;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
#vm .altWin .alt .altText2 {
  width: 100%;
  height: 70%;
  border-bottom: 1px solid #E4E4E4 ;
}
#vm .altWin .alt .altText2 .succBack {
  width: 100%;
  height: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vm .altWin .alt .altText2 .thanks {
  width: 100%;
  height: 20%;
  text-align: center;
  font-size: .25rem;
  color: #898989;
}
#vm .altWin .alt .know {
  width: 100%;
  height: 30%;
  color: #30C0B1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vm .index-base {
  color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #ffffff;
}
#vm .index-base .imgContainer {
  width: 87%;
  height: 3.1rem;
  margin: 0 auto;
  -webkit-box-shadow: 0px 8px 40px #ffcd74;
  box-shadow: 0px 8px 40px #ffcd74;
  margin-top: .3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .4rem .4rem .3rem .5rem;
  background: url(yellow-pk.png) no-repeat center center;
  background-size: cover;
  border-radius: 20px;
}
#vm .index-base .imgContainer .img-right {
  width: 100%;
  height: .3rem;
}
#vm .index-base .imgContainer .img-right .img-right-con {
  width: 100%;
  height: .3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}
#vm .index-base .imgContainer .img-right .img-right-con .active-rule {
  width: auto;
  font-size: .26rem;
  height: .3rem;
  line-height: .3rem;
}
#vm .index-base .imgContainer .img-right .img-right-con .go-bg {
  width: .18rem;
  height: .22rem;
  background: url(go-icon.png) no-repeat right top;
  background-size: contain;
}
#vm .index-base .imgContainer .center-container {
  width: 100%;
  height: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#vm .index-base .imgContainer .center-container .head-coner {
  width: 30%;
  height: 100%;
}
#vm .index-base .imgContainer .center-container .head-coner .head-img {
  width: 1rem;
  height: 1rem;
  border: 6px solid #ffffff;
  border-radius: 50%;
  background: url(headPortrait.png) no-repeat center center;
  background-size: contain;
}
#vm .index-base .imgContainer .center-container .head-coner .nk-name {
  width: 1.1rem;
  height: auto;
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: .26rem;
  font-weight: bold;
  margin-top: .1rem;
}
#vm .index-base .imgContainer .center-container .sorce {
  width: 35%;
  height: 100%;
}
#vm .index-base .imgContainer .center-container .sorce .s-text {
  width: 100%;
  height: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vm .index-base .imgContainer .center-container .sorce .s-text .total-coner {
  width: 100%;
  height: auto;
}
#vm .index-base .imgContainer .center-container .sorce .s-text .total-coner .total-score {
  width: 100%;
  text-align: center;
  font-size: .26rem;
}
#vm .index-base .imgContainer .center-container .sorce .s-text .total-coner .score-num {
  width: 100%;
  text-align: center;
  font-size: .4rem;
  margin: .05rem 0 0 0;
  padding: 0;
}
#vm .index-base .imgContainer .center-container .sorce .rank-btn {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#vm .index-base .imgContainer .center-container .sorce .rank-btn .btn {
  width: 1.5rem;
  height: .65rem;
  line-height: .65rem;
  background: url(rankBtn.png) no-repeat center center;
  background-size: contain;
  text-align: center;
  font-size: 16px;
  border-radius: 25px;
}
#vm .index-base .blue-bg {
  width: 87%;
  height: 5.8rem;
  margin: 0 auto;
  -webkit-box-shadow: 0px 8px 50px #89b6fa;
  box-shadow: 0px 8px 50px #89b6fa;
  margin-top: .5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .4rem 0rem .4rem .4rem;
  background: url(blue-pk.png) no-repeat center center;
  background-size: cover;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#vm .index-base .blue-bg .PK-btn {
  width: 100%;
  height: auto;
}
#vm .index-base .blue-bg .PK-btn .btn {
  width: 2rem;
  height: 1rem;
  background: url(PKbtn.png) no-repeat center left;
  background-size: contain;
  text-align: center;
  font-size: 20px;
  border-radius: 25px;
}
#vm .respondPK {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10010000;
  background: #ffffff;
  color: #ffffff;
}
#vm .respondPK .PKconer {
  margin-top: .5rem;
  width: 100%;
  height: 2.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#vm .respondPK .PKconer .c-left {
  width: 38%;
  height: 100%;
  position: relative;
}
#vm .respondPK .PKconer .c-left .cl-top {
  width: 100%;
  height: 1.2rem;
  background: url(left-blue.png) no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#vm .respondPK .PKconer .c-left .cl-top .clt-left {
  width: 55%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 550;
}
#vm .respondPK .PKconer .c-left .cl-top .clt-right {
  width: .8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#vm .respondPK .PKconer .c-left .cl-top .clt-right .cltr-head {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: url(left-headimg.png) no-repeat center center;
  background-size: contain;
}
#vm .respondPK .PKconer .c-left .cl-center-nkname {
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #4ebdff;
  margin: 0;
  padding: 0;
}
#vm .respondPK .PKconer .c-left .cl-right-num {
  width: 100%;
  height: .9rem;
  line-height: .9rem;
  text-align: center;
  font-size: 24px;
  color: #ffb90d;
  margin: 0;
  padding: 0;
}
#vm .respondPK .PKconer .c-center {
  width: 24%;
  height: 100%;
  background: url(clock.png) no-repeat center center;
  background-size: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vm .respondPK .PKconer .c-center .counts {
  margin: 0;
  padding: 0;
  width: auto;
  height: 2.7rem;
  line-height: 3.1rem;
}
#vm .respondPK .PKconer .c-right {
  width: 38%;
  height: 100%;
  position: relative;
}
#vm .respondPK .PKconer .c-right .cr-top {
  width: 100%;
  height: 1.2rem;
  background: url(right-red.png) no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#vm .respondPK .PKconer .c-right .cr-top .crt-left {
  width: .8rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#vm .respondPK .PKconer .c-right .cr-top .crt-left .crtl-head {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: url(right-headimg.png) no-repeat center center;
  background-size: contain;
}
#vm .respondPK .PKconer .c-right .cr-top .crt-right {
  width: 55%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 550;
}
#vm .respondPK .PKconer .c-right .cl-center-nkname {
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fa6f6f;
  margin: 0;
  padding: 0;
}
#vm .respondPK .PKconer .c-right .cl-right-num {
  width: 100%;
  height: .9rem;
  line-height: .9rem;
  text-align: center;
  font-size: 24px;
  color: #ffb90d;
  margin: 0;
  padding: 0;
}
#vm .respondPK .topic {
  width: 100%;
  height: 3rem;
  background: url(ques-bluebg.png) no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
}
#vm .respondPK .topic .topic-text {
  width: auto;
  height: auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  animation: Restopic 0.3s forwards;
  -webkit-animation: Restopic 0.3s forwards;
  /*Safari and Chrome*/
}
#vm .respondPK .trues {
  margin-top: .5rem;
  width: 100%;
  height: 1.7rem;
  background-size: contain;
  position: relative;
}
#vm .respondPK .trues .trues2 {
  position: absolute;
  top: .15rem;
  width: 100%;
  height: 1.14rem;
  line-height: 1.14rem;
  text-align: center;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vm .respondPK .trues .trues2 .trues2-text {
  border-radius: 35px;
  -webkit-box-shadow: 0px 15px 30px #ffcd74;
  box-shadow: 0px 15px 30px #ffcd74;
  background: #ffa708 url(normalState-yellow.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  animation: PKtopicT 0.2s forwards;
  -webkit-animation: PKtopicT 0.2s forwards;
  /*Safari and Chrome*/
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
}
#vm .respondPK .trues .trues2 .b1 {
  -webkit-box-shadow: 0px 15px 30px #89e3d5;
  box-shadow: 0px 15px 30px #89e3d5;
  background: #07c2a9 url(true-blue3.png) no-repeat center center;
  background-size: cover;
}
#vm .respondPK .trues .trues2 .b2 {
  -webkit-box-shadow: 0px 15px 30px #89e3d5;
  box-shadow: 0px 15px 30px #89e3d5;
  background: #07c2a9 url(true-blue1.png) no-repeat center center;
  background-size: cover;
}
#vm .respondPK .trues .trues2 .b3 {
  -webkit-box-shadow: 0px 15px 30px #89e3d5;
  box-shadow: 0px 15px 30px #89e3d5;
  background: #07c2a9 url(true-blue2.png) no-repeat center center;
  background-size: cover;
}
#vm .respondPK .trues .trues2 .b4 {
  -webkit-box-shadow: 0px 15px 30px #89e3d5;
  box-shadow: 0px 15px 30px #89e3d5;
  background: #07c2a9 url(true-blue.png) no-repeat center center;
  background-size: cover;
}
#vm .respondPK .trues .trues2 .y1 {
  -webkit-box-shadow: 0px 15px 30px #ffc09b;
  box-shadow: 0px 15px 30px #ffc09b;
  background: #fd6e12 url(false-yellow.png) no-repeat center center;
  background-size: cover;
}
#vm .respondPK .trues .trues2 .y2 {
  -webkit-box-shadow: 0px 15px 30px #ffc09b;
  box-shadow: 0px 15px 30px #ffc09b;
  background: #fd6e12 url(false-yellow1.png) no-repeat center center;
  background-size: cover;
}
#vm .respondPK .trues .trues2 .y3 {
  -webkit-box-shadow: 0px 15px 30px #ffc09b;
  box-shadow: 0px 15px 30px #ffc09b;
  background: #fd6e12 url(false-yellow2.png) no-repeat center center;
  background-size: cover;
}
#vm .respondPK .trues .trues2 .y4 {
  -webkit-box-shadow: 0px 15px 30px #ffc09b;
  box-shadow: 0px 15px 30px #ffc09b;
  background: #fd6e12 url(false-yellow3.png) no-repeat center center;
  background-size: cover;
}
#vm .respondPK .falses {
  width: 100%;
  height: 1.7rem;
  background-size: contain;
  position: relative;
}
#vm .respondPK .falses .falses2 {
  position: absolute;
  top: .1rem;
  width: 100%;
  height: 1.14rem;
  line-height: 1.14rem;
  text-align: center;
  background-size: contain;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vm .respondPK .falses .falses2 .falses2-text {
  opacity: 0;
  animation: PKtopicF 0.3s forwards;
  -webkit-animation: PKtopicF 0.3s forwards;
  /*Safari and Chrome*/
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
  border-radius: 35px;
  -webkit-box-shadow: 0px 15px 30px #ffcd74;
  box-shadow: 0px 15px 30px #ffcd74;
  background: #ffa708 url(normalState-yellow.png) no-repeat center center;
  background-size: cover;
}
#vm .respondPK .falses .falses2 .b1 {
  -webkit-box-shadow: 0px 15px 30px #89e3d5;
  box-shadow: 0px 15px 30px #89e3d5;
  background: #07c2a9 url(true-blue3.png) no-repeat center center;
  background-size: cover;
}
#vm .respondPK .falses .falses2 .b2 {
  -webkit-box-shadow: 0px 15px 30px #89e3d5;
  box-shadow: 0px 15px 30px #89e3d5;
  background: #07c2a9 url(true-blue1.png) no-repeat center center;
  background-size: cover;
}
#vm .respondPK .falses .falses2 .b3 {
  -webkit-box-shadow: 0px 15px 30px #89e3d5;
  box-shadow: 0px 15px 30px #89e3d5;
  background: #07c2a9 url(true-blue2.png) no-repeat center center;
  background-size: cover;
}
#vm .respondPK .falses .falses2 .b4 {
  -webkit-box-shadow: 0px 15px 30px #89e3d5;
  box-shadow: 0px 15px 30px #89e3d5;
  background: #07c2a9 url(true-blue.png) no-repeat center center;
  background-size: cover;
}
#vm .respondPK .falses .falses2 .y1 {
  -webkit-box-shadow: 0px 15px 30px #ffc09b;
  box-shadow: 0px 15px 30px #ffc09b;
  background: #fd6e12 url(false-yellow.png) no-repeat center center;
  background-size: cover;
}
#vm .respondPK .falses .falses2 .y2 {
  -webkit-box-shadow: 0px 15px 30px #ffc09b;
  box-shadow: 0px 15px 30px #ffc09b;
  background: #fd6e12 url(false-yellow1.png) no-repeat center center;
  background-size: cover;
}
#vm .respondPK .falses .falses2 .y3 {
  -webkit-box-shadow: 0px 15px 30px #ffc09b;
  box-shadow: 0px 15px 30px #ffc09b;
  background: #fd6e12 url(false-yellow2.png) no-repeat center center;
  background-size: cover;
}
#vm .respondPK .falses .falses2 .y4 {
  -webkit-box-shadow: 0px 15px 30px #ffc09b;
  box-shadow: 0px 15px 30px #ffc09b;
  background: #fd6e12 url(false-yellow3.png) no-repeat center center;
  background-size: cover;
}
#vm .howmangQues {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10010000;
  background: #ffffff;
  color: #ffffff;
}
#vm .howmangQues .PKconer {
  margin-top: .5rem;
  width: 100%;
  height: 2.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#vm .howmangQues .PKconer .c-left-animate {
  animation: PKleft 0.3s forwards;
  -webkit-animation: PKleft 0.3s forwards;
  /*Safari and Chrome*/
}
#vm .howmangQues .PKconer .c-left {
  width: 38%;
  height: 100%;
  position: relative;
}
#vm .howmangQues .PKconer .c-left .cl-top {
  width: 100%;
  height: 1.2rem;
  background: url(left-blue.png) no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#vm .howmangQues .PKconer .c-left .cl-top .clt-left {
  width: 55%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 550;
}
#vm .howmangQues .PKconer .c-left .cl-top .clt-right {
  width: .8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#vm .howmangQues .PKconer .c-left .cl-top .clt-right .cltr-head {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: url(left-headimg.png) no-repeat center center;
  background-size: contain;
}
#vm .howmangQues .PKconer .c-left .cl-center-nkname {
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #4ebdff;
  margin: 0;
  padding: 0;
}
#vm .howmangQues .PKconer .c-left .cl-right-num {
  width: 100%;
  height: .9rem;
  line-height: .9rem;
  text-align: center;
  font-size: 24px;
  color: #ffb90d;
  margin: 0;
  padding: 0;
}
#vm .howmangQues .PKconer .c-centerone {
  width: 24%;
  height: 100%;
  opacity: 0;
  animation: PKcenter 0.3s forwards;
  -webkit-animation: PKcenter 0.3s forwards;
  /*Safari and Chrome*/
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
#vm .howmangQues .PKconer .c-center {
  width: 24%;
  height: 100%;
  background: url(clock.png) no-repeat center center;
  background-size: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vm .howmangQues .PKconer .c-center .counts {
  margin: 0;
  padding: 0;
  width: auto;
  height: 2.7rem;
  line-height: 3.1rem;
}
#vm .howmangQues .PKconer .c-right-animate {
  right: -100%;
  animation: PKright 0.3s forwards;
  -webkit-animation: PKright 0.3s forwards;
  /*Safari and Chrome*/
}
#vm .howmangQues .PKconer .c-right {
  width: 38%;
  height: 100%;
  position: relative;
}
#vm .howmangQues .PKconer .c-right .cr-top {
  width: 100%;
  height: 1.2rem;
  background: url(right-red.png) no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#vm .howmangQues .PKconer .c-right .cr-top .crt-left {
  width: .8rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#vm .howmangQues .PKconer .c-right .cr-top .crt-left .crtl-head {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: url(right-headimg.png) no-repeat center center;
  background-size: contain;
}
#vm .howmangQues .PKconer .c-right .cr-top .crt-right {
  width: 55%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 550;
}
#vm .howmangQues .PKconer .c-right .cl-center-nkname {
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fa6f6f;
  margin: 0;
  padding: 0;
}
#vm .howmangQues .PKconer .c-right .cl-right-num {
  width: 100%;
  height: .9rem;
  line-height: .9rem;
  text-align: center;
  font-size: 24px;
  color: #ffb90d;
  margin: 0;
  padding: 0;
}
#vm .howmangQues .topic-animate {
  width: 100%;
  height: 3rem;
  opacity: 0;
  animation: PKtopic 0.3s forwards;
  -webkit-animation: PKtopic 0.3s forwards;
  /*Safari and Chrome*/
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
#vm .howmangQues .topic {
  width: 100%;
  height: 3rem;
  background: url(ques-bluebg.png) no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#vm .howmangQues .topic .title-coner {
  width: 100%;
  height: 1.5rem;
  text-align: center;
}
#vm .howmangQues .topic .title-coner .ch-title {
  width: 100%;
  height: 1rem;
  font-size: 38px;
  font-weight: bold;
}
#vm .howmangQues .topic .title-coner .num-title {
  width: 100%;
  height: .5rem;
  font-size: 26px;
}
#vm .howmangQues .topic .fifth {
  width: 100%;
  height: 2.3rem;
  text-align: center;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  animation: fifth 0.3s forwards;
  -webkit-animation: fifth 0.3s forwards;
  /*Safari and Chrome*/
}
#vm .howmangQues .topic .fifth .ch-title {
  width: 100%;
  height: .8rem;
  font-size: 28px;
}
#vm .howmangQues .topic .fifth .num-title {
  width: 100%;
  height: .5rem;
  font-size: 26px;
}
#vm .howmangQues .topic .fifth .double {
  width: 100%;
  height: .65rem;
  background: url(double.png) no-repeat center center;
  background-size: contain;
  margin-top: .3rem;
}
#vm .matching-coner {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10000000;
  background: #ffffff url(match-bg.jpg) no-repeat center center;
  background-size: contain;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
}
#vm .matching-coner .match-center {
  width: 100%;
  height: 4rem;
}
#vm .matching-coner .match-center .match-head {
  width: 100%;
  height: 2.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vm .matching-coner .match-center .match-head .img-bg {
  width: 2.8rem;
  height: 2.8rem;
  animation: match 1s infinite;
  -webkit-animation: match 1s infinite;
  /*Safari and Chrome*/
  background: url(match-headimg.png) no-repeat center center;
  background-size: contain;
  position: relative;
}
#vm .matching-coner .match-center .match-head .img-bg img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
#vm .matching-coner .match-center .match-text {
  width: 100%;
  height: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: .3rem;
}
#vm .matching-coner .match-center .match-text img {
  width: auto;
  height: .5rem;
  margin-left: .5rem;
}
#vm .vsContainer {
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1001000;
  color: #ffffff;
}
#vm .vsContainer .top-bot {
  width: 100%;
  height: auto;
  position: relative;
}
#vm .vsContainer .top-bot .vs-top {
  position: relative;
  width: 100%;
  animation: vsTop 0.3s;
  -webkit-animation: vsTop 0.3s;
  /*Safari and Chrome*/
}
#vm .vsContainer .top-bot .vs-top .vstop-img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
#vm .vsContainer .top-bot .vs-top .vstop-img img {
  display: block;
  width: 100%;
}
#vm .vsContainer .top-bot .vs-top .vstop-head {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 19%;
  left: 39%;
  width: 21%;
  border-radius: 999px;
  overflow: hidden;
}
#vm .vsContainer .top-bot .vs-top .vstop-head img {
  display: block;
  width: 100%;
}
#vm .vsContainer .top-bot .vs-top .personalInfor {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 11%;
}
#vm .vsContainer .top-bot .vs-top .personalInfor .person-nkname {
  width: 100%;
  height: auto;
  color: #4baefc;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bolder;
  font-size: 14px;
}
#vm .vsContainer .top-bot .vs-top .personalInfor .city {
  width: 100%;
  height: auto;
  color: #4eb4ff;
  text-align: center;
  font-size: 14px;
}
#vm .vsContainer .top-bot .vs-top .personalInfor .paiming {
  width: 100%;
  height: auto;
  color: #4eb4ff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#vm .vsContainer .top-bot .vs-bottom {
  position: relative;
  width: 100%;
  animation: vsBottom 0.3s;
  -webkit-animation: vsBottom 0.3s;
  /*Safari and Chrome*/
}
#vm .vsContainer .top-bot .vs-bottom .vsbot-img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
#vm .vsContainer .top-bot .vs-bottom .vsbot-img img {
  display: block;
  width: 100%;
}
#vm .vsContainer .top-bot .vs-bottom .vsbot-head {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 42%;
  left: 40%;
  width: 21%;
  border-radius: 999px;
  overflow: hidden;
}
#vm .vsContainer .top-bot .vs-bottom .vsbot-head img {
  display: block;
  width: 100%;
}
#vm .vsContainer .top-bot .vs-bottom .personalInfor {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 1%;
}
#vm .vsContainer .top-bot .vs-bottom .personalInfor .person-nkname {
  width: 100%;
  height: auto;
  color: #f16f6f;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bolder;
  font-size: 14px;
}
#vm .vsContainer .top-bot .vs-bottom .personalInfor .city {
  width: 100%;
  height: auto;
  color: #f16f6f;
  text-align: center;
  font-size: 14px;
}
#vm .vsContainer .top-bot .vs-bottom .personalInfor .paiming {
  width: 100%;
  height: auto;
  color: #f16f6f;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
#vm .vsContainer .top-bot .vs-img {
  width: auto;
  height: 1.9rem;
  position: absolute;
  z-index: 1000;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  animation: vsImg 0.3s;
  -webkit-animation: vsImg 0.3s;
  /*Safari and Chrome*/
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
#vm .vsContainer .top-bot .vs-img img {
  width: auto;
  height: 1.4rem;
}
#vm .success-coner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #ffffff;
  color: #FFFFFF;
}
#vm .success-coner .success-text {
  width: 100%;
  height: 3.3rem;
  margin: .6rem 0;
  background: url(succ-new.png) no-repeat center center;
  background-size: contain;
}
#vm .success-coner .succ-playerInfor {
  width: 90%;
  height: 2.9rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vm .success-coner .succ-playerInfor .succ-left {
  width: 39%;
  height: 100%;
  color: #4eb4ff;
}
#vm .success-coner .succ-playerInfor .succ-left .sucl-head {
  width: 100%;
  height: 1.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#vm .success-coner .succ-playerInfor .succ-left .sucl-head img {
  width: 1.2rem;
  height: 1.2rem;
  border: 10px solid #4eb3ff;
  border-radius: 50%;
}
#vm .success-coner .succ-playerInfor .succ-left .sucl-nkmame {
  margin: .1rem 0 .05rem 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#vm .success-coner .succ-playerInfor .succ-left .sucl-num {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
#vm .success-coner .succ-playerInfor .succ-vs {
  width: 22%;
  height: 100%;
}
#vm .success-coner .succ-playerInfor .succ-vs .succ-vsimg {
  height: 1.7rem;
  background: url(vs-imgsmall.png) no-repeat center center;
  background-size: contain;
}
#vm .success-coner .succ-playerInfor .succ-right {
  width: 39%;
  height: 100%;
  color: #f16f6f;
}
#vm .success-coner .succ-playerInfor .succ-right .sucl-head {
  width: 100%;
  height: 1.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#vm .success-coner .succ-playerInfor .succ-right .sucl-head img {
  width: 1.2rem;
  height: 1.2rem;
  border: 10px solid #f06f6f;
  border-radius: 50%;
}
#vm .success-coner .succ-playerInfor .succ-right .sucl-nkmame {
  margin: .1rem 0 .05rem 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#vm .success-coner .succ-playerInfor .succ-right .sucl-num {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
#vm .success-coner .sude-btnbg {
  margin-top: .2rem;
  width: 100%;
  height: 1.7rem;
  background: url(normalState-yellowbg.png) no-repeat center center;
  background-size: contain;
  position: relative;
}
#vm .success-coner .sude-btnbg .sude-btnyel {
  position: absolute;
  top: .2rem;
  width: 100%;
  background: url(normalState-yellow.png) no-repeat center center;
  background-size: contain;
  height: 1.07rem;
  line-height: 1.07rem;
  text-align: center;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vm .success-coner .sude-btnbg .sude-btnyel .sude-text {
  width: 4.5rem;
  height: 100%;
}
#vm .success-coner .sude-residue {
  width: 100%;
  height: auto;
  text-align: center;
  color: #0bcfb3;
  font-size: 18px;
  font-weight: bold;
}
#vm .defeat-coner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #ffffff;
  color: #FFFFFF;
}
#vm .defeat-coner .success-text {
  width: 100%;
  height: 2.9rem;
  margin: .6rem 0;
  background: url(defeat-new.png) no-repeat center center;
  background-size: contain;
}
#vm .defeat-coner .succ-playerInfor {
  width: 90%;
  height: 2.9rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vm .defeat-coner .succ-playerInfor .succ-left {
  width: 39%;
  height: 100%;
  color: #4eb4ff;
}
#vm .defeat-coner .succ-playerInfor .succ-left .sucl-head {
  width: 100%;
  height: 1.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#vm .defeat-coner .succ-playerInfor .succ-left .sucl-head img {
  width: 1.2rem;
  height: 1.2rem;
  border: 10px solid #4eb3ff;
  border-radius: 50%;
}
#vm .defeat-coner .succ-playerInfor .succ-left .sucl-nkmame {
  margin: .1rem 0 .05rem 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#vm .defeat-coner .succ-playerInfor .succ-left .sucl-num {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
#vm .defeat-coner .succ-playerInfor .succ-vs {
  width: 22%;
  height: 100%;
}
#vm .defeat-coner .succ-playerInfor .succ-vs .succ-vsimg {
  height: 1.7rem;
  background: url(vs-imgsmall.png) no-repeat center center;
  background-size: contain;
}
#vm .defeat-coner .succ-playerInfor .succ-right {
  width: 39%;
  height: 100%;
  color: #f16f6f;
}
#vm .defeat-coner .succ-playerInfor .succ-right .sucl-head {
  width: 100%;
  height: 1.7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#vm .defeat-coner .succ-playerInfor .succ-right .sucl-head img {
  width: 1.2rem;
  height: 1.2rem;
  border: 10px solid #f06f6f;
  border-radius: 50%;
}
#vm .defeat-coner .succ-playerInfor .succ-right .sucl-nkmame {
  margin: .1rem 0 .05rem 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#vm .defeat-coner .succ-playerInfor .succ-right .sucl-num {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
#vm .defeat-coner .sude-btnbg {
  margin-top: .2rem;
  width: 100%;
  height: 1.7rem;
  background: url(normalState-yellowbg.png) no-repeat center center;
  background-size: contain;
  position: relative;
}
#vm .defeat-coner .sude-btnbg .sude-btnyel {
  position: absolute;
  top: .2rem;
  width: 100%;
  background: url(normalState-yellow.png) no-repeat center center;
  background-size: contain;
  height: 1.07rem;
  line-height: 1.07rem;
  text-align: center;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vm .defeat-coner .sude-btnbg .sude-btnyel .sude-text {
  width: 4.5rem;
  height: 100%;
}
#vm .defeat-coner .sude-residue {
  width: 100%;
  height: auto;
  text-align: center;
  color: #0bcfb3;
  font-size: 18px;
  font-weight: bold;
}
#vm .share-chance {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: #ffffff;
  color: #FFFFFF;
}
#vm .share-chance .shch-img {
  width: 100%;
  margin-top: 1.2rem;
  height: 3.5rem;
  background: url(shareChange-bg.jpg) no-repeat center center;
  background-size: contain;
}
#vm .share-chance .chance-over {
  width: 100%;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
}
#vm .share-chance .sude-btnbg {
  margin-top: .25rem;
  width: 100%;
  height: 1.7rem;
  background: url(normalState-yellowbg.png) no-repeat center center;
  background-size: contain;
  position: relative;
}
#vm .share-chance .sude-btnbg .sude-btnyel {
  position: absolute;
  top: .2rem;
  width: 100%;
  background: url(normalState-yellow.png) no-repeat center center;
  background-size: contain;
  height: 1.07rem;
  line-height: 1.07rem;
  text-align: center;
  font-size: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vm .share-chance .sude-btnbg .sude-btnyel .sude-text {
  width: 4.5rem;
  height: 100%;
}
#vm .share-chance .sude-btnbg .sude-btnyel .sude-text2 {
  width: 4.5rem;
  height: 100%;
  font-size: 18px;
}
#vm .share-chance .sude-residue {
  width: 100%;
  height: auto;
  text-align: center;
  color: #0bcfb3;
  font-size: 18px;
  font-weight: bold;
}
#vm .activity-rules {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10010000;
  background: #000000;
  color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#vm .activity-rules .rules-content {
  width: 86%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: .3rem 0;
  overflow: scroll;
}
#vm .activity-rules .rules-content img {
  width: .45rem;
  height: auto;
  margin-bottom: .15rem;
}
#vm .activity-rules .rules-content p {
  width: 100%;
  height: auto;
  margin-bottom: .15rem;
  line-height: .36rem;
  font-size: 12px;
  letter-spacing: 1px;
}
#vm .sude-text2 {
  width: 4.5rem;
  height: 100%;
  font-size: 18px;
}
@keyframes match {
  from {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-webkit-keyframes match {
  /*Safari and Chrome*/
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes vsTop {
  from {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes vsTop {
  /*Safari and Chrome*/
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes vsBottom {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes vsBottom {
  /*Safari and Chrome*/
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes vsImg {
  from {
    -webkit-transform: scale(5);
    transform: scale(5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes vsImg {
  /*Safari and Chrome*/
  from {
    -webkit-transform: scale(5);
    transform: scale(5);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes PKleft {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes PKleft {
  /*Safari and Chrome*/
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes resPKleft {
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes resPKleft {
  /*Safari and Chrome*/
  from {
    left: -100%;
  }
  to {
    left: 0;
  }
}
@keyframes PKright {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes PKright {
  /*Safari and Chrome*/
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}
@keyframes resPKright {
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes resPKright {
  /*Safari and Chrome*/
  from {
    right: -100%;
  }
  to {
    right: 0;
  }
}
@keyframes PKcenter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes PKcenter {
  /*Safari and Chrome*/
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes resPKcenter {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes resPKcenter {
  /*Safari and Chrome*/
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes PKtopic {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes PKtopic {
  /*Safari and Chrome*/
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes Restopic {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes Restopic {
  /*Safari and Chrome*/
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes PKtopicT {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }
  to {
    width: 4.7rem;
    height: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes PKtopicT {
  /*Safari and Chrome*/
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }
  to {
    width: 4.7rem;
    height: 100%;
    opacity: 1;
  }
}
@keyframes PKtopicF {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }
  to {
    width: 4.7rem;
    height: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes PKtopicF {
  /*Safari and Chrome*/
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }
  to {
    width: 4.7rem;
    height: 100%;
    opacity: 1;
  }
}
@keyframes fifth {
  from {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fifth {
  /*Safari and Chrome*/
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.g-login-com .title {
  margin: 0;
  font-size: .24rem;
  font-weight: 400;
  padding-bottom: 15px;
  color: #666666 !important;
  text-align: center;
}

@media screen and (min-width: 320px) {
html {
    font-size: 50px;
}
}
@media screen and (min-width: 360px) {
html {
    font-size: 56.25px;
}
}
@media screen and (min-width: 375px) {
html {
    font-size: 58.59375px;
}
}
@media screen and (min-width: 400px) {
html {
    font-size: 62.5px;
}
}
@media screen and (min-width: 414px) {
html {
    font-size: 64.6875px;
}
}
@media screen and (min-width: 440px) {
html {
    font-size: 68.75px;
}
}
@media screen and (min-width: 480px) {
html {
    font-size: 75px;
}
}
@media screen and (min-width: 520px) {
html {
    font-size: 81.25px;
}
}
@media screen and (min-width: 560px) {
html {
    font-size: 87.5px;
}
}
@media screen and (min-width: 600px) {
html {
    font-size: 93.75px;
}
}
@media screen and (min-width: 640px) {
html {
    font-size: 100px;
}
}
@media screen and (min-width: 680px) {
html {
    font-size: 106.25px;
}
}
@media screen and (min-width: 720px) {
html {
    font-size: 112.5px;
}
}
@media screen and (min-width: 760px) {
html {
    font-size: 118.75px;
}
}
@media screen and (min-width: 800px) {
html {
    font-size: 125px;
}
}
@media screen and (min-width: 960px) {
html {
    font-size: 150px;
}
}
.g-login-com {
  font-size: .24rem;
  /* fadename :modal-fade */
  /* fadename:fade */
}
.g-login-com.modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.g-login-com.layer {
  background-color: #009688;
  padding: 36px 0;
}
.g-login-com.layer .login-wrap {
  margin: 0 auto;
}
.g-login-com .title {
  margin: 0;
  font-size: .24rem;
  font-weight: 400;
  padding-bottom: 15px;
  color: #1b9d73;
}
.g-login-com .login-wrap {
  position: relative;
  width: 64%;
  background-color: #fff;
  border-radius: 10px;
  padding: .4rem .55rem;
}
.g-login-com .lg-ipt {
  height: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: .32rem;
  letter-spacing: 2px;
  background-color: #fff;
  -webkit-appearance: none;
}
.g-login-com .lg-ipt:focus {
  border-color: #20bc8a;
}
.g-login-com .lg-ipt::-webkit-input-placeholder {
  font-size: .24rem;
  letter-spacing: 0;
}
.g-login-com .lg-ipt:-ms-input-placeholder {
  font-size: .24rem;
  letter-spacing: 0;
}
.g-login-com .lg-ipt::-ms-input-placeholder {
  font-size: .24rem;
  letter-spacing: 0;
}
.g-login-com .lg-ipt::placeholder {
  font-size: .24rem;
  letter-spacing: 0;
}
.g-login-com .lg-ipt::-webkit-input-placeholder {
  font-size: .24rem;
  letter-spacing: 0;
}
.g-login-com .login-unit {
  margin-bottom: .3rem;
}
.g-login-com .login-phone {
  position: relative;
  width: 100%;
  height: 0.8rem;
}
.g-login-com .login-phone .phone-label {
  width: 100%;
}
.g-login-com .login-phone .labelname {
  position: absolute;
  top: 0.15rem;
  left: 0;
  z-index: 99;
  width: 1rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  border-right: 1px solid #ddd;
}
.g-login-com .login-phone .lg-ipt {
  width: 100%;
  padding: 0 .2rem;
}
.g-login-com .login-captchas {
  position: relative;
}
.g-login-com .login-captchas .captchas-label {
  width: 100%;
}
.g-login-com .login-captchas .lg-ipt {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  padding: 0 .2rem;
}
.g-login-com .login-captchas .captchas-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  display: block;
  width: 48%;
  height: 0.8rem;
  line-height: 0.8rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #1b9d73;
  text-align: center;
  text-decoration: none;
}
.g-login-com .login-captchas .captchas-btn.disabled {
  color: #ccc;
}
.g-login-com .login-captchas .captchas-btn:focus {
  outline: none;
}
.g-login-com .submit-btn {
  display: block;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 5px;
  text-align: center;
  font-size: .3rem;
  margin: .3rem auto 0;
  background: #1b9d73;
  color: #FFF;
  text-decoration: none;
}
.g-login-com .submit-btn.disabled {
  background: #a6f2e8;
}
.g-login-com .error-tips {
  padding-top: 10px;
  color: #F30;
  font-size: 12px;
  line-height: 16px;
}
.g-login-com .close {
  position: absolute;
  right: -24px;
  top: -24px;
  display: block;
  width: 24px;
  height: 24px;
  text-decoration: none;
  color: #FFF;
  font-size: 24px;
  text-align: center;
  line-height: 21px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border: 2px solid #FFF;
  border-radius: 24px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAuCAYAAABXuSs3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE2NzQxOTZDQkY3NzExRTdBQjFDQzYxNzIwNUM2NUJEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE2NzQxOTZEQkY3NzExRTdBQjFDQzYxNzIwNUM2NUJEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTY3NDE5NkFCRjc3MTFFN0FCMUNDNjE3MjA1QzY1QkQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTY3NDE5NkJCRjc3MTFFN0FCMUNDNjE3MjA1QzY1QkQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5fETB1AAAAqklEQVR42uyYSwqFQAwEJ+L9rxwRXImfMelBhlTDWypF2YTmmbu3GbO0SQM44IADDngI3I/fiHx697TG14SdPSYyTcfvYsLOXz1rdPzBugc77x1fEuMK8xLTpY33mpeaxnineZlpZi3gP4L3bA/Zni99Vd7udHbbYDy6PaTmSxnPbg+J+VL/q5ztRS+D3dx5Ot6SnY50Xg5uAyXayI6zDgEHHHDAAZdkE2AAAJ0oaAQP8GgAAAAASUVORK5CYII=');
  background-size: 93%;
  background-repeat: no-repeat;
  background-position: center center;
}
.g-login-com .close:hover {
  background-color: #64c0ff;
  color: #fff;
}
.g-login-com.modal-fade-enter-active,
.g-login-com.modal-fade-leave-active {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.g-login-com.modal-fade-enter-active .modal-content,
.g-login-com.modal-fade-leave-active .modal-content {
  -webkit-transition: all 0.4s cubic-bezier(0.27, 1.12, 0.32, 1.5);
  transition: all 0.4s cubic-bezier(0.27, 1.12, 0.32, 1.5);
}
.g-login-com.modal-fade-enter,
.g-login-com.modal-fade-leave-active {
  opacity: 0;
}
.g-login-com.modal-fade-enter .modal-content,
.g-login-com.modal-fade-leave-active .modal-content {
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
.g-login-com.fade-enter-active,
.g-login-com.fade-leave-active {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.g-login-com.fade-enter,
.g-login-com.fade-leave-active {
  opacity: 0;
}

.g-share-com {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /*fadebottom  */
}
.g-share-com .share-wrap {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 14px;
  color: #FFF;
  text-align: center;
}
.g-share-com .sharelist {
  width: 84%;
  padding: 10px 8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.g-share-com .sharelist li {
  width: 18%;
  padding: 10px 3.5%;
  line-height: 2em;
}
.g-share-com .sharelist img {
  display: block;
  width: 100%;
}
.g-share-com .sharelist .labelname {
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.g-share-com.bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.g-share-com.bottom .share-wrap {
  width: 100%;
  background-color: #fff;
}
.g-share-com.bottom .share-wrap .labelname {
  color: #666;
}
.g-share-com.bottom .tip {
  width: 100%;
  line-height: 3em;
  border-top: 1px solid #ddd;
  color: #ccc;
  font-size: 12px;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.g-share-com.fade-enter-active,
.g-share-com.fade-leave-active {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.g-share-com.fade-enter,
.g-share-com.fade-leave-active {
  opacity: 0;
}
.g-share-com.fadebottom-enter-active,
.g-share-com.fadebottom-leave-active {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.g-share-com.fadebottom-enter-active .share-wrap,
.g-share-com.fadebottom-leave-active .share-wrap {
  -webkit-transition: all .3s;
  transition: all .3s;
}
.g-share-com.fadebottom-enter,
.g-share-com.fadebottom-leave-active {
  opacity: 0;
}
.g-share-com.fadebottom-enter .share-wrap,
.g-share-com.fadebottom-leave-active .share-wrap {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
