@charset "UTF-8";
/** 爱玩首页相关页面
 * 1. 游戏
 * 2. 礼包
 * 3. 赛事
 * 4. 我的
 */
/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
.ui-cell-row, .ui-media-list .ui-media, .ui-media-list .inner, .ui-media-list .bd .heading, .ui-tab, .ui-pacman-balls, .page-loader, .navbar-container, .navbar-item, .homepage-nav, .homepage-nav .navbar-item, .mod-ad > li, .mod-ad-info .mod-ad-item, .event-stream .mod-stream-con .ui-media-list .bd .heading, .nav-category, .nav-category-item, .m-match__block, .match-user-bar, .mod-giftpack .img-giftpack, .mod-giftpack .img-giftpack-group, .mod-giftpack .img-giftpack-checkins, .mod-giftpack-cell, .mod-giftpack-media .inner, .recentplay-media, .recentplay-media .inner, .recentplay-media .heading, .recentplay-event-hd, .recentplay-event-hd .link-help, .giftcheckin-mod, .recentplay-users, .recentplay-users > li.more .link-more, .recentplay-nav, .recentplay-nav-label, .page-index-game .ui-panel-hd .title, .page-index-game .ui-media-grid:not(.ui-scroll-x), .index-top-mod .mod-search-wrap, .index-notice-item, .index-notice-item .inner, .index-notice-item .info, .index-notice-item .heading, .index-notice-item--activity .bd, .index-hotvideos, .index-morebar, .index-hot-topics, .index-hot-topics .link-topic, .page-gift .search-panel, .gifts-panel .recentplay-gift-list .morebar, .gift-login-tab, .gift-login-tab .item, .saicheng-tl__vs, .saicheng-tl__item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/*
    Flex direction
 */
.homepage-nav .navbar-item, .nav-category, .page-index-game .ui-media-grid:not(.ui-scroll-x), .index-hotvideos, .index-hot-topics {
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.navbar-item, .recentplay-nav-label, .index-notice-item--activity .bd, .saicheng-tl__vs {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/*
    Flex wrap
 */
.nav-category, .page-index-game .ui-media-grid:not(.ui-scroll-x), .index-hotvideos, .index-hot-topics {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
.recentplay-users > li.more .link-more {
  -webkit-box-pack: end;
  -webkit-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.page-loader, .navbar-item, .nav-category-item, .mod-giftpack .img-giftpack, .index-notice-item--activity .bd, .index-morebar, .gift-login-tab .item, .saicheng-tl__vs {
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.mod-giftpack .img-giftpack-checkins, .giftcheckin-mod {
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*
    Align items
 */
.nav-category, .page-index-game .ui-media-grid:not(.ui-scroll-x), .index-hotvideos, .index-hot-topics, .saicheng-tl__item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ui-cell-row, .ui-media-list .ui-media, .ui-media-list .inner, .ui-media-list .bd .heading, .page-loader, .navbar-item, .homepage-nav .navbar-item, .mod-ad > li, .mod-ad-info .mod-ad-item, .nav-category-item, .m-match__block, .mod-giftpack .img-giftpack, .mod-giftpack .img-giftpack-checkins, .mod-giftpack-cell, .mod-giftpack-media .inner, .recentplay-media, .recentplay-media .inner, .recentplay-media .heading, .recentplay-event-hd, .recentplay-event-hd .link-help, .giftcheckin-mod, .recentplay-users, .recentplay-users > li.more .link-more, .recentplay-nav, .recentplay-nav-label, .page-index-game .ui-panel-hd .title, .index-notice-item, .index-notice-item .inner, .index-notice-item .info, .index-notice-item .heading, .index-morebar, .index-hot-topics .link-topic, .page-gift .search-panel, .gifts-panel .recentplay-gift-list .morebar, .gift-login-tab, .gift-login-tab .item, .saicheng-tl__vs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*
    Align self
 */
/*
    Align content
 */
/* normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  /* line-height: 1.15; */
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*------------------------------------*\
    $base
\*------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
}

/* Box mode */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

ul, li {
  list-style: none;
}

/* 限制图片最大宽 */
img {
  max-width: 100%;
}

/* Mobile debug fixed */
a, img {
  /* 禁止长按链接与图片弹出菜单 */
  -webkit-touch-callout: none;
}

a, button {
  /* 去掉点击链接和文本框对象时默认的灰色半透明覆盖层(iOS)或者虚框(Android) */
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

input[type=text],
input[type=password],
input[type=number],
input[type=search],
textarea {
  -webkit-appearance: none;
  appearance: none;
  /* focus显示光标 */
  -webkit-user-select: text;
  user-select: text;
}

html,
body {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* font style */
body {
  color: #050505;
  font-size: 0.59733rem;
  background: #fff;
  font-family: -apple-system-font, "Helvetica Neue", Helvetica, sans-serif;
}

h2 {
  font-size: 0.72533rem;
  line-height: 0.85333rem;
  font-weight: 400;
}

h3,
h4,
h5 {
  font-size: 0.59733rem;
  font-weight: 400;
  line-height: 0.85333rem;
}

p {
  color: #848484;
  font-size: 0.512rem;
  line-height: 0.68267rem;
}

a {
  color: #050505;
}

/*------------------------------------*\
    icon
\*------------------------------------*/
/* 全站通用 icon */
[class^="icon-"] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  background: url(//mat1.gtimg.com/v/iwan281/images/icon_sprite.png) no-repeat;
  background-size: 100px auto;
  background-position: 1000em 1000em;
}

.icon {
  /* 启动特权 */
  /* 视频VIP */
  /* 活动 */
  /* V币 */
  /* V币小号 */
}
.icon-startup {
  background-position: 0 0;
}
.icon-vqqvip {
  background-position: -25px 0;
}
.icon-event {
  background-position: -50px 0;
}
.icon-vb {
  background-position: -75px 0;
}
.icon-vb-sm {
  width: 15px;
  height: 15px;
  background-position: 0 -25px;
}

/* 排行榜前三名 icon */
[class^="ranking-icon-"] {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 1.19467rem;
  height: 1.10933rem;
  background: url(//mat1.gtimg.com/v/iwan281/images/ranking_icons_3x.png) no-repeat;
  background-size: 3.584rem auto;
  background-position: 1000em 1000em;
}

.ranking-icon-1 {
  background-position: 0 0;
}
.ranking-icon-2 {
  background-position: -2.38933rem 0;
}
.ranking-icon-3 {
  background-position: -1.19467rem 0;
}

/* 内联全局SVG */
[class^="svg-"] {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

/* 亲测可用 */
.svg-icon-usable {
  width: 0.512rem;
  height: 0.512rem;
}
.svg-icon-usable.lg {
  width: 54px;
  height: 54px;
  fill: #FF6427;
}

/* 小箭头 */
.svg-icon-arrow {
  fill: #000;
  opacity: .15;
  width: 0.55467rem;
  height: 0.55467rem;
}

/* 问号帮助 */
.svg-icon-help {
  width: 0.512rem;
  height: 0.512rem;
}

/* 删除关闭 */
.svg-icon-del {
  fill: #000;
  opacity: .15;
  width: 0.42667rem;
  height: 0.42667rem;
}

/* 搜索 */
.svg-icon-search {
  fill: #eb7e5c;
  width: 0.768rem;
  height: 0.74667rem;
}

/* 重新加载 */
.svg-icon-reload {
  width: 14px;
  height: 14px;
}

/* 关闭 */
.svg-icon-close {
  fill: #fff;
  opacity: .8;
  width: 1.70667rem;
  height: 1.70667rem;
}

/* 礼包 */
.svg-icon-giftpack {
  width: 0.512rem;
  height: 0.55467rem;
}

/*------------------------------------*\
    ui base
\*------------------------------------*/
/* 高亮文本 */
.ui-text-light {
  color: #FF6427;
}

/* 弱色文本 */
.ui-text-dark {
  color: #848484;
  display: inline-block;
}

/* 蓝色文本 */
.ui-text-info {
  color: #7ad1f5;
  display: inline-block;
}

/* 错误文本 */
.ui-text-error {
  color: #FF6427;
}

/* ui-link */
.ui-link {
  display: inline-block;
  font-size: 0.59733rem;
}

/* 单行文本截断省略号 */
.ui-nowrap, .ui-cell-bd h4, .ui-cell-bd p, .ui-media-grid .bd h4, .ui-media-grid .bd p, .ui-media-list .bd h4, .ui-media-list .bd h5, .ui-media-list .bd p:not(.ui-breakword), .ui-panel-hd h2 {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 多行文本自动换行 */
.ui-breakword {
  word-wrap: break-word;
  word-break: normal;
}

/* 文本居中 */
.ui-text-center {
  text-align: center;
}

/* 清除浮动 */
.clearfix:after, .ui-media-grid:after {
  content: "";
  display: table;
  clear: both;
}

/* 小红点提醒 */
.ui-newdot {
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
  height: 7px;
  background-color: #FF6427;
  border-radius: 100%;
}

/* 1px边横线 */
.ui-bor, .ui-tab-item.active .text:after, .ui-tab.ui-fixedtop:after, .page-morebar:before, .form-cell:before {
  position: absolute;
  left: 0;
  right: 0;
  background: #eee;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* 1px边竖线 */
.ui-bor-y, .mod-ranking-front .ui-media p .text + .text::before, .m-match--lg .m-match__pic:before {
  position: absolute;
  background-color: #eee;
  width: 1px;
  height: 100%;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* 游戏缩略图 */
.ui-thumb {
  position: relative;
  width: 2.73067rem;
  height: 2.73067rem;
  background: url(//mat1.gtimg.com/v/iwan281/images/128x128.png) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.64rem;
  /* 宽高108 */
  /* 宽高80 */
  /* 宽高80 */
  /* 宽高38 */
  /* 角标 */
  /* 排行榜 */
}
.ui-thumb img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-radius: 0.64rem;
}
.ui-thumb-sm {
  width: 2.304rem;
  height: 2.304rem;
  border-radius: 0.384rem;
}
.ui-thumb-sm img {
  border-radius: 0.384rem;
}
.ui-thumb-80 {
  width: 1.70667rem;
  height: 1.70667rem;
  border-radius: 0.128rem;
}
.ui-thumb-80 img {
  border-radius: 0.128rem;
}
.ui-thumb-60 {
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 0.128rem;
}
.ui-thumb-60 img {
  border-radius: 0.128rem;
}
.ui-thumb-xs {
  width: 0.81067rem;
  height: 0.81067rem;
  border-radius: 0.128rem;
}
.ui-thumb-xs img {
  border-radius: 0.128rem;
}
.ui-thumb [class^="ui-corner-"] {
  position: absolute;
  left: -0.04267rem;
  top: -0.04267rem;
}
.ui-thumb [class^="ranking-icon-"] {
  position: absolute;
  left: 1.62133rem;
  top: -0.64rem;
}
.ui-thumb .ranking-icon-1 {
  left: 1.96267rem;
  top: -0.59733rem;
}

/* 用户头像 */
.ui-avatar {
  width: 1.74933rem;
  height: 1.74933rem;
  position: relative;
}
.ui-avatar i {
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ui-avatar img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.ui-avatar-lg {
  width: 2.90133rem;
  height: 2.90133rem;
}
.ui-avatar-lg i {
  width: 1.06667rem;
  height: 1.06667rem;
}
.ui-avatar-md {
  width: 2.304rem;
  height: 2.304rem;
}
.ui-avatar-40 {
  width: 0.85333rem;
  height: 0.85333rem;
}
.ui-avatar-sm {
  width: 0.64rem;
  height: 0.64rem;
}

.icon-weixin {
  background: url(//mat1.gtimg.com/v/iwan281/images/weixin50x50.png) no-repeat;
  background-size: cover;
}

.icon-qq {
  background: url(//mat1.gtimg.com/v/iwan281/images/qq50x50.png) no-repeat;
  background-size: cover;
}

/* ui-pic 活动图片、视频播放封面图等 */
.ui-pic {
  position: relative;
  overflow: hidden;
}
.ui-pic img {
  display: block;
}
.ui-pic .info {
  position: absolute;
  z-index: 5;
  left: 15px;
  bottom: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 0.512rem;
  line-height: 0.85333rem;
  width: calc(100% - 30px);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ui-pic .btn-videoplay {
  position: absolute;
  z-index: 19;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  color: #fff;
  text-align: center;
}
.ui-pic .btn-videoplay .svg-videoplay {
  vertical-align: top;
  width: 17px;
  height: 18px;
  top: 16px;
  left: 1px;
}
.ui-pic--video {
  height: 0;
  padding-bottom: 56.25%;
}
.ui-pic--video:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -2.64533rem;
  right: 0;
  left: 0;
  height: 8.42667rem;
  background-image: -webkit-linear-gradient(top, transparent, #000);
  background-image: linear-gradient(to bottom, transparent, #000);
}

/* 图片放大模糊 */
.ui-piczoom {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: url(//mat1.gtimg.com/v/iwan281/images/piczoom.jpg) no-repeat;
  background-size: cover;
}
.ui-piczoom:before {
  content: "";
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(52, 40, 40, 0.6);
}
.ui-piczoom img {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
}

.ui-piczoom:not(.cover) img {
  top: 50%;
  margin-top: -7.36rem;
  will-change: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/* 字母标题 */
.ui-letter-heading {
  font-size: 0.72533rem;
  margin-bottom: 30px;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}

/* 查看更多 */
.ui-morebar {
  margin-bottom: 11px;
  text-align: center;
  border-top: thin solid #eee;
}
.ui-morebar > .ui-link {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #848484;
  font-size: 14px;
  line-height: 20px;
}
.ui-morebar > .ui-link .svg-icon-arrow {
  margin-left: 4px;
  width: 12px;
  height: 12px;
  top: 1px;
}

/* flex 横排布局 */
.ui-cell {
  position: relative;
  margin-bottom: 1.28rem;
}
.ui-cell-row {
  position: relative;
  width: 100%;
}
.ui-cell-hd {
  padding-right: 0.42667rem;
}
.ui-cell-bd {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  max-width: 100%;
  width: 0;
  word-wrap: break-word;
  word-break: normal;
}
.ui-cell-bd p {
  margin-top: 0.17067rem;
}
.ui-cell-bd .heading {
  position: relative;
}
.ui-cell-bd .heading h4 {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.ui-cell-bd .heading h4 .ui-newdot {
  left: 100%;
  right: auto;
  margin-left: 0.42667rem;
  margin-top: 0.21333rem;
}
.ui-cell-bd .heading [class^="u_icon_vip"] {
  vertical-align: top;
  margin-left: 0.29867rem;
}
.ui-cell-ft {
  padding-left: 0.64rem;
}

.ui-cells {
  position: relative;
  margin-top: 1.06667rem;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}
.ui-cells .ui-cell:last-child {
  margin-bottom: 0;
}

/* 横向滚动 */
.ui-scroll-x {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ui-scroll-x .ui-scroll-wrapper {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 0;
  white-space: nowrap;
  padding-bottom: 5px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.ui-scroll-x .ui-scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.ui-scroll-x .ui-media-grid {
  position: relative;
  padding-left: 0.192rem;
}
.ui-scroll-x .ui-media-grid .ui-media {
  display: inline-block;
  vertical-align: top;
  float: none;
  width: 3.41333rem;
  padding-top: 0;
  margin-left: 0.10667rem;
  margin-right: 0.10667rem;
}
.ui-scroll-x .ui-media-grid .bd h4 {
  max-width: 100%;
}
.ui-scroll-x .ui-media-grid .action .ui-btn {
  display: block;
  width: 2.56rem;
  margin: 0 auto;
}

/* mod-null */
.mod-null {
  position: relative;
  z-index: 0;
  padding-top: 6.4rem;
}
.mod-null-in {
  text-align: center;
  position: relative;
}
.mod-null .ico {
  position: relative;
  color: #111;
  opacity: .2;
}
.mod-null .ico .svg-icon-null {
  width: 5.12rem;
  height: 5.12rem;
  vertical-align: top;
}
.mod-null .con {
  margin-top: 0.42667rem;
}
.mod-null .con h4 {
  color: #999;
  font-size: 0.68267rem;
  line-height: 1.024rem;
}
.mod-null .action {
  margin-top: 0.85333rem;
}
.mod-null .action .ui-btn-default {
  min-width: 3.2rem;
}
.mod-null .action .back-home-btn {
  min-width: 8.85333rem;
}

/* 消息提醒 */
.ui-alert {
  display: block;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
  margin: 0.64rem auto;
}
.ui-alert-container {
  position: relative;
  padding: 0.21333rem 0.42667rem;
  line-height: 0.85333rem;
  background-color: #f7f7f7;
  border-radius: 0.128rem;
}
.ui-alert-pic {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-top: -0.04267rem;
}
.ui-alert-pic img {
  display: inline-block;
  vertical-align: top;
}
.ui-alert-link {
  display: block;
  position: relative;
  z-index: 1;
  /* &.marquee {
  	animation: marquee 5s linear infinite;
  } */
}
.ui-alert-link p {
  line-height: 0.85333rem;
  display: inline-block;
  vertical-align: middle;
  color: #050505;
}
.ui-alert-link p img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -0.04267rem;
  max-height: 0.81067rem;
  margin-right: 0.10667rem;
}
.ui-alert-link .ui-thumb {
  margin-right: 0.10667rem;
  top: 0rem;
}
.ui-alert-action {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 1.28rem;
  line-height: 0;
  height: 100%;
  text-align: center;
}
.ui-alert-action .svg-icon-arrow,
.ui-alert-action .svg-icon-del {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* 
	ui-media 
	格子排版布局
*/
.ui-media-grid {
  padding-left: 15px;
  padding-right: 15px;
  /* 一行四列 */
}
.ui-media-grid .ui-media {
  display: block;
  float: left;
  width: 33%;
  padding-top: 1.49333rem;
  position: relative;
  text-align: center;
}
.ui-media-grid .ui-media:nth-child(1), .ui-media-grid .ui-media:nth-child(2), .ui-media-grid .ui-media:nth-child(3) {
  padding-top: 0;
}
.ui-media-grid .ui-thumb {
  margin: 0 auto;
}
.ui-media-grid .bd {
  min-height: 1.70667rem;
}
.ui-media-grid .bd .heading {
  margin-top: 0.32rem;
}
.ui-media-grid .bd h4 {
  display: inline-block;
  vertical-align: top;
  max-width: 4.26667rem;
}
.ui-media-grid .bd p {
  margin-top: 0.192rem;
}
.ui-media-grid .action {
  line-height: 0;
  font-size: 0;
  margin-top: 0.49067rem;
  text-align: center;
}
.ui-media-grid .action .ui-btn-primary {
  /* display: block; */
  width: 2.56rem;
  vertical-align: top;
  /* margin-left: auto;
  margin-right: auto; */
}
.ui-media-grid.column-4 .ui-media {
  width: 24.99%;
}
.ui-media-grid.column-4 .ui-media:nth-child(4) {
  padding-top: 0;
}
.ui-media-grid.column-4 .bd h4 {
  max-width: 3.84rem;
}

/* 
	ui-media 
	列表布局
*/
.ui-media-list {
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}
.ui-media-list .text-discount {
  color: #FF6427;
}
.ui-media-list .text-price-old {
  color: #848484;
  text-decoration: line-through;
}
.ui-media-list .ui-media {
  position: relative;
  margin-bottom: 1.49333rem;
}
.ui-media-list .ui-media:last-child {
  margin-bottom: 0;
}
.ui-media-list .inner {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.ui-media-list .hd {
  padding-right: 0.42667rem;
}
.ui-media-list .bd {
  /* @include flex(1, 0, auto); */
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  max-width: 100%;
  width: 0;
  word-wrap: break-word;
  word-break: normal;
  /* padding-right: px2rem(140); */
}
.ui-media-list .bd h4 {
  /* display: inline-block;
  vertical-align: middle; */
  /* max-width: px2rem(320); */
    		/* -webkit-box-flex: 1; 
				box-flex: 1;
			-webkit-flex: 1; 
					flex: 1; */
}
.ui-media-list .bd h5 {
  display: inline-block;
  vertical-align: middle;
  color: #848484;
  margin-left: 0.21333rem;
}
.ui-media-list .bd p {
  line-height: 0.768rem;
  margin-top: 0.14933rem;
}
.ui-media-list .bd .heading {
  line-height: 0;
  position: relative;
  max-width: 100%;
}
.ui-media-list .bd .heading [class^="ui-label"] {
  display: block;
  top: -1px;
  /* position: absolute;
  right: 0;
  top: 0;
  & + h4 {
  	padding-right: px2rem(60);
  } */
}
.ui-media-list .ft {
  padding-left: 0.64rem;
  text-align: right;
}
.ui-media-list .ft .info-number {
  color: #FF6427;
  font-size: 0.59733rem;
  font-weight: 400;
}
.ui-media-list .ft .info-number .svg-icon-giftpack {
  margin-left: 0.17067rem;
  top: 0.04267rem;
}
.ui-media-list .ft .info-number + p {
  margin-top: 0.29867rem;
}
.ui-media-list .action {
  position: relative;
  z-index: 9;
  padding-left: 0.64rem;
}
.ui-media-list .action .ui-btn-primary {
  overflow: visible;
}
.ui-media-list .action .ui-btn-primary:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3.84rem;
  height: 2.56rem;
  margin-left: -1.92rem;
  margin-top: -1.28rem;
}
.ui-media-list .outer {
  display: table;
  width: 100%;
  margin-top: 0.59733rem;
  line-height: 0;
}
.ui-media-list .outer-col {
  display: table-cell;
  vertical-align: middle;
}
.ui-media-list .outer-col:last-child {
  text-align: right;
}
.ui-media-list .outer-col:first-child {
  text-align: left;
}

/* ui panel */
.ui-panel {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  /* 	margin-bottom: 17px; */
}
.ui-panel-hd {
  position: relative;
  z-index: 9;
  text-align: center;
  line-height: 0;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
  margin-bottom: 33px;
}
.ui-panel-hd h2 {
  display: inline-block;
  position: relative;
  max-width: 13.86667rem;
  padding-left: 1.17333rem;
  padding-right: 1.17333rem;
  line-height: 20px;
  font-size: 17px;
}
.ui-panel-hd h2:before, .ui-panel-hd h2:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.64rem;
  height: 0;
  border-bottom: thin solid #eee;
}
.ui-panel-hd h2:before {
  left: 0;
  margin-right: 0.53333rem;
}
.ui-panel-hd h2:after {
  right: 0;
  margin-left: 0.53333rem;
}
.ui-panel-hd--alignleft {
  text-align: left;
}
.ui-panel-hd--alignleft h2 {
  padding: 0;
}
.ui-panel-hd--alignleft h2:before, .ui-panel-hd--alignleft h2:after {
  display: none;
}
.ui-panel-hd h3 {
  text-align: left;
  font-size: 0.72533rem;
  line-height: 0.85333rem;
}
.ui-panel-hd .option {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 0.85333rem;
  height: 100%;
  color: #848484;
}
.ui-panel-hd .ui-link-help {
  display: block;
  font-size: 0.46933rem;
  line-height: 0.59733rem;
  color: #848484;
  padding-right: 0.64rem;
  padding-left: 0.64rem;
  padding-top: 0.08533rem;
  padding-bottom: 0.128rem;
}
.ui-panel-hd .ui-link-help .svg-icon-help {
  margin-right: 0.14933rem;
  top: 0.04267rem;
}
.ui-panel-hd .ui-link-arrow {
  display: block;
  height: 100%;
  padding-right: 0.55467rem;
  padding-left: 0.55467rem;
  text-align: center;
  font-size: 0.512rem;
  color: inherit;
}
.ui-panel-hd .ui-link-arrow .svg-icon-arrow {
  margin-left: 0.10667rem;
  top: 0.128rem;
  vertical-align: top;
}
.ui-panel-hd .info {
  font-size: 12px;
  line-height: 18px;
  margin-top: 0.29867rem;
}
.ui-panel-hd .info ~ .info {
  margin-top: 0.21333rem;
}
.ui-panel-bd {
  position: relative;
  z-index: 9;
}
.ui-panel-ft {
  text-align: center;
  margin-top: 0.42667rem;
}
.ui-panel + .ui-panel {
  padding-top: 30px;
  margin-top: 0;
  border-top: thin solid #eee;
}
.ui-panel .ui-morebar {
  border-top: 0;
  margin-top: 0.42667rem;
  /* 上面60 下面60 */
}

/* 固定底部进入游戏 */
.entrygame-fixedbottom .ui-btn-primary
, .entrygame-fixedbottom .ui-btn-speed {
  display: block;
  font-size: 0.64rem;
  height: 1.62133rem;
  line-height: 1.62133rem;
}
.entrygame-fixedbottom .ui-btn-primary.downloading
, .entrygame-fixedbottom .ui-btn-speed.downloading {
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.entrygame-fixedbottom .ui-btn-primary.downloading:after
, .entrygame-fixedbottom .ui-btn-speed.downloading:after {
  font-size: 0.64rem;
  height: 1.62133rem;
  line-height: 1.62133rem;
}
.entrygame-fixedbottom + .page-container {
  padding-bottom: 2.56rem;
}

/* ui-tooltip */
.ui-tooltip {
  position: fixed;
  z-index: 888;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
}
.ui-tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.ui-tooltip-content {
  z-index: 1;
  padding: 10px 15px;
}
.ui-tooltip p {
  color: #fff;
  margin: 0;
  line-height: 21px;
  font-size: 13px;
}
.ui-tooltip-close {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  height: 100%;
  width: 25px;
  padding-top: 15px;
  padding-right: 12px;
  text-align: right;
}
.ui-tooltip-close .svg-icon-del {
  width: 10px;
  height: 10px;
  fill: #aaa;
  opacity: 1;
  vertical-align: top;
}
.ui-tooltip-close ~ .ui-tooltip-content {
  padding-right: 30px;
}

.ui-tooltip-top {
  margin-top: 6px;
}
.ui-tooltip-top:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  margin-top: -6px;
  margin-right: 42px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.8);
}

.android-download-tooltip {
  right: 10px;
  top: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
}

.android-download-tooltip.animation-tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-animation: animation-tooltip  0.8s ease;
  animation: animation-tooltip  0.8s ease;
}

/* 更多福利按钮 */
.fixed-morefuli-btn {
  position: fixed;
  z-index: 999;
  right: 0rem;
  bottom: 2.77333rem;
  bottom: calc(65px + constant(safe-area-inset-bottom));
  bottom: calc(65px +  env(safe-area-inset-bottom));
  width: 2.90133rem;
  height: 2.90133rem;
  font-size: 0;
  color: transparent;
  background: url(//mat1.gtimg.com/v/iwan281/images/morefuli_btn_v2.png) no-repeat;
  background-size: cover;
}
.fixed-morefuli-btn ~ .page-container {
  padding-bottom: 55px;
  padding-bottom: calc(55px + constant(safe-area-inset-bottom));
  padding-bottom: calc(55px + env(safe-area-inset-bottom));
}

/*------------------------------------*\
    礼包/活动/预约角标
\*------------------------------------*/
.ui-corner-libao,
.ui-corner-event,
.ui-corner-yuyue {
  display: inline-block;
  width: 1.96267rem;
  height: 1.87733rem;
  font-size: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}

.ui-corner-libao {
  background-image: url(//mat1.gtimg.com/v/iwan281/images/label_libao.png);
}

.ui-corner-event {
  background-image: url(//mat1.gtimg.com/v/iwan281/images/label_event.png);
}

.ui-corner-yuyue {
  background-image: url(//mat1.gtimg.com/v/iwan281/images/label_yuyue.png);
}

/*------------------------------------*\
    标识
\*------------------------------------*/
[class^="ui-label"] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  padding: 0 2px;
  white-space: nowrap;
  border-radius: 2px;
  color: #fff;
  background-color: #FF6427;
  margin-left: 0.21333rem;
}

/* 活动标识 */
.ui-label-event {
  background-color: #ffab31;
}

/* 在玩标识 */
.ui-label-playing {
  background-color: #93d360;
}

.ui-label-pc {
  background-color: #fe8376;
}

.ui-label-player {
  background-color: #fe8376;
}

.ui-label-ongoing {
  background-color: #FF6427;
}

.ui-label-over {
  background-color: #9b9ca4;
}

.ui-label-gametype {
  background-color: #ff8859;
}

.ui-label-primary {
  min-width: 0.72533rem;
  font-size: 0.42667rem;
  height: 0.72533rem;
  line-height: 0.768rem;
  color: #111;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #FFDC14;
  border-radius: 6px 0 6px 6px;
}
.ui-label-primary:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -0.256rem;
  width: 0.55467rem;
  height: 0.08533rem;
  background-color: #FFDC14;
  border-radius: 0.04267rem 0.04267rem 0.04267rem 0.04267rem;
}
.ui-label-primary:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0.17067rem;
  margin-left: -0.17067rem;
  width: 0.34133rem;
  height: 0.08533rem;
  background-color: #FFDC14;
  border-radius: 0.04267rem 0.04267rem 0.04267rem 0.04267rem;
}

/*------------------------------------*\
    按钮
\*------------------------------------*/
[class^="ui-btn-"],
.ui-btn {
  position: relative;
  display: inline-block;
  font-size: 0.512rem;
  height: 1.06667rem;
  line-height: 1.06667rem;
  text-align: center;
  min-width: 2.56rem;
  white-space: nowrap;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  /* 按钮禁用状态 */
  /* android正在下载 */
  /* 大号按钮 */
  /* 更大号 */
}
[class^="ui-btn-"]:active, [class^="ui-btn-"]:focus,
.ui-btn:active,
.ui-btn:focus {
  outline: 0;
}
[class^="ui-btn-"].disabled,
.ui-btn.disabled {
  color: #fff;
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}
[class^="ui-btn-"] .downloading-bar,
.ui-btn .downloading-bar {
  display: none;
}
[class^="ui-btn-"].downloading,
.ui-btn.downloading {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: none;
}
[class^="ui-btn-"].downloading .text,
.ui-btn.downloading .text {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f3f3f3;
  border-radius: 3px;
}
[class^="ui-btn-"].downloading:after,
.ui-btn.downloading:after {
  content: attr(data-loading);
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  font-size: 0.512rem;
  height: 1.06667rem;
  line-height: 1.06667rem;
  color: #050505;
}
[class^="ui-btn-"].downloading .downloading-bar,
.ui-btn.downloading .downloading-bar {
  position: relative;
  z-index: 3;
  display: block;
  height: 100%;
  width: 0;
  background: #ffac34;
  border-radius: 3px 0 0 3px;
}
[class^="ui-btn-"].install-btn,
.ui-btn.install-btn {
  background: #ffac34 !important;
}
[class^="ui-btn-"].lg,
.ui-btn.lg {
  font-size: 0.59733rem;
  height: 1.49333rem;
  line-height: 1.49333rem;
}
[class^="ui-btn-"].lger,
.ui-btn.lger {
  font-size: 0.59733rem;
  height: 1.57867rem;
  line-height: 1.57867rem;
}
[class^="ui-btn-"].block,
.ui-btn.block {
  display: block;
}

.ui-btn-primary {
  color: #fff;
  background-color: #ff6427;
}
.ui-btn-default {
  color: #FF6427;
  background-color: #fff;
  border: thin solid #FF6427;
}
.ui-btn-info {
  color: #222;
  background-color: #fff;
  border: thin solid #eee;
}
.ui-btn-speed {
  color: #fff;
  background-color: #ffac34;
}

/*------------------------------------*\
    ui tab
\*------------------------------------*/
/* 页卡tab */
.ui-tab {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  background-color: #fff;
  z-index: 98;
  width: 100%;
  top: 0;
  position: relative;
}
.ui-tab-item {
  display: block;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  max-width: 100%;
  width: 0;
  word-wrap: break-word;
  word-break: normal;
  position: relative;
  z-index: 9;
  color: #050505;
  text-align: center;
  /* height: px2rem(88);
  line-height: px2rem(48); */
  padding: 0 0.42667rem;
}
.ui-tab-item .text {
  display: inline-block;
  font-size: 0.59733rem;
  line-height: 0.85333rem;
  padding-top: 0.72533rem;
  padding-bottom: 0.72533rem;
  position: relative;
  z-index: 1;
}
.ui-tab-item.active {
  color: #FF6427;
}
.ui-tab-item.active .text:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #FF6427;
}
.ui-tab.ui-fixedtop:after {
  content: "";
  z-index: 0;
  bottom: 0;
}

.ui-tab-wrap {
  position: relative;
}

/* Loading加载 */
/* 鱼嘴吧上 */
@-webkit-keyframes pacman-up {
  0% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
}
@keyframes pacman-up {
  0% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
}
/* 鱼嘴吧下 */
@-webkit-keyframes pacman-down {
  0% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
}
@keyframes pacman-down {
  0% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
}
/* 鱼脑袋来回走 */
@-webkit-keyframes pacman-walk {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateX(45px);
    transform: translateX(45px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(91px);
    transform: translateX(91px);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateX(91px) scale(-1);
    transform: translateX(91px) scale(-1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(45px) scale(-1);
    transform: translateX(45px) scale(-1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0) scale(-1);
    transform: translateX(0) scale(-1);
  }
}
@keyframes pacman-walk {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateX(45px);
    transform: translateX(45px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(91px);
    transform: translateX(91px);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateX(91px) scale(-1);
    transform: translateX(91px) scale(-1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(45px) scale(-1);
    transform: translateX(45px) scale(-1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0) scale(-1);
    transform: translateX(0) scale(-1);
  }
}
@-webkit-keyframes pacman-walk-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateX(34px);
    transform: translateX(34px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(68px);
    transform: translateX(68px);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateX(68px) scale(-1);
    transform: translateX(68px) scale(-1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(34px) scale(-1);
    transform: translateX(34px) scale(-1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0) scale(-1);
    transform: translateX(0) scale(-1);
  }
}
@keyframes pacman-walk-sm {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    opacity: 1;
    -webkit-transform: translateX(34px);
    transform: translateX(34px);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(68px);
    transform: translateX(68px);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateX(68px) scale(-1);
    transform: translateX(68px) scale(-1);
  }
  75% {
    opacity: 1;
    -webkit-transform: translateX(34px) scale(-1);
    transform: translateX(34px) scale(-1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0) scale(-1);
    transform: translateX(0) scale(-1);
  }
}
/* 三个豆子被吃时间控制 */
@-webkit-keyframes pacman-ball-1 {
  0%,3%,51%,84%,100% {
    opacity: 1;
  }
  6%,50%,88%,99% {
    opacity: 0;
  }
}
@keyframes pacman-ball-1 {
  0%,3%,51%,84%,100% {
    opacity: 1;
  }
  6%,50%,88%,99% {
    opacity: 0;
  }
}
@-webkit-keyframes pacman-ball-2 {
  0%,23%,51%,71%,100% {
    opacity: 1;
  }
  26%,50%,74%,99% {
    opacity: 0;
  }
}
@keyframes pacman-ball-2 {
  0%,23%,51%,71%,100% {
    opacity: 1;
  }
  26%,50%,74%,99% {
    opacity: 0;
  }
}
@-webkit-keyframes pacman-ball-3 {
  0%,37%,51%,54%,100% {
    opacity: 1;
  }
  40%,50%,57%,99% {
    opacity: 0;
  }
}
@keyframes pacman-ball-3 {
  0%,37%,51%,54%,100% {
    opacity: 1;
  }
  40%,50%,57%,99% {
    opacity: 0;
  }
}
/* 鱼吃豆动画 */
.ui-pacman {
  position: relative;
  width: 115px;
  height: 24px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
}
.ui-pacman-ball {
  display: block;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  text-align: center;
}
.ui-pacman-ball:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 9px;
  width: 5px;
  height: 5px;
  background: #dfdfdf;
  border-radius: 100%;
}
.ui-pacman-balls {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ui-pacman-balls .ui-pacman-ball:nth-child(2) {
  -webkit-animation: pacman-ball-2 6s linear infinite;
  animation: pacman-ball-2 6s linear infinite;
}
.ui-pacman-balls .ui-pacman-ball:nth-child(1) {
  left: 7%;
  -webkit-animation: pacman-ball-1 6s linear infinite;
  animation: pacman-ball-1 6s linear infinite;
}
.ui-pacman-balls .ui-pacman-ball:nth-child(3) {
  right: 7%;
  -webkit-animation: pacman-ball-3 6s linear infinite;
  animation: pacman-ball-3 6s linear infinite;
}
.ui-pacman-eat {
  position: relative;
  z-index: 9;
  width: 24px;
  height: 24px;
  -webkit-animation: pacman-walk 6s linear infinite;
  animation: pacman-walk 6s linear infinite;
}
.ui-pacman-eat-up, .ui-pacman-eat-down {
  display: block;
  position: relative;
  width: 100%;
  height: 50%;
  background: #ffd201;
}
.ui-pacman-eat-up {
  border-radius: 100em 100em 0 0;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-animation: pacman-up 0.5s infinite;
  animation: pacman-up 0.5s infinite;
}
.ui-pacman-eat-down {
  border-radius: 0 0 100em 100em;
  position: absolute;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation: pacman-down 0.5s infinite;
  animation: pacman-down 0.5s infinite;
}

/* 小号的 */
.page-morebar .ui-pacman {
  width: 86px;
  height: 18px;
  margin: 0.512rem auto;
}
.page-morebar .ui-pacman-ball:before {
  top: 7px;
  width: 3px;
  height: 3px;
}
.page-morebar .ui-pacman-eat {
  width: 18px;
  height: 18px;
  -webkit-animation: pacman-walk-sm 6s linear infinite;
  animation: pacman-walk-sm 6s linear infinite;
}

/* page-loader */
.page-loader {
  position: fixed;
  z-index: 999;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}
.page-loader .mod-null {
  padding: 0;
  margin-top: -2.56rem;
}
.page-loader .ui-pacman {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* page-morebar */
.page-morebar {
  position: relative;
  text-align: center;
  padding-top: 0.85333rem;
  padding-bottom: 0.85333rem;
  margin-top: 35px;
  font-size: 0.55467rem;
  line-height: 0.96rem;
}
.page-morebar:before {
  content: "";
  top: 0;
}
.page-morebar .ui-link {
  color: #FF6427;
}
.page-morebar .ui-link .svg-icon-reload {
  top: 0.064rem;
  margin-right: 7px;
}
.page-morebar .ui-link .svg-icon-arrow {
  fill: currentColor;
  opacity: 1;
  top: 0.04267rem;
  margin-right: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.page-morebar .ui-link-more {
  display: block;
}
.page-morebar.page-morebar--load:before, .page-morebar.pageload:before {
  display: none;
}

/* 表单form */
/* ui-checkbox */
.ui-checkbox {
  line-height: 0.64rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ui-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 0.91733rem;
  color: #848484;
  font-size: 0.512rem;
  text-align: justify;
}
.ui-checkbox label:after, .ui-checkbox label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.ui-checkbox label:after {
  z-index: 5;
  width: 0.59733rem;
  height: 0.59733rem;
  border: thin solid #dfdfdf;
}
.ui-checkbox label:before {
  opacity: 0;
  z-index: 9;
  left: 0.10667rem;
  top: 0.14933rem;
  width: 0.36267rem;
  height: 0.256rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjE2LjA5IiBoZWlnaHQ9IjEyLjIyIiB2aWV3Qm94PSIwIDAgMTYuMDkgMTIuMjIiPgogIDxwYXRoIGZpbGw9IiNlYjdlNWMiIGQ9Ik0xNS43NjksMS43NDUgTDYuNzY5LDExLjk0MiBDNi4zNjQsMTIuMzE4IDUuNzMxLDEyLjI5NCA1LjM1NiwxMS44ODkgTDAuMjM3LDcuMjg4IEMtMC4xMzgsNi44ODMgLTAuMTE0LDYuMjUwIDAuMjkxLDUuODc1IEMwLjY5Niw1LjUwMCAxLjMyOCw1LjUyNCAxLjcwNCw1LjkyOSBMNi4wMDgsOS43OTcgTDE0LjQxMCwwLjI3OCBDMTQuODE1LC0wLjA5NyAxNS40NDcsLTAuMDczIDE1LjgyMywwLjMzMiBDMTYuMTk4LDAuNzM3IDE2LjE3NCwxLjM2OSAxNS43NjksMS43NDUgWiIvPgo8L3N2Zz4K);
}

.ui-checkbox input[type=checkbox]:checked + label:before {
  opacity: 1;
}

/* ui-radio */
.ui-radio {
  line-height: 0.64rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.ui-radio input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-radio label {
  display: inline-block;
  position: relative;
  padding-left: 0.91733rem;
  color: #050505;
  font-size: 0.512rem;
}
.ui-radio label:after, .ui-radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.ui-radio label:after {
  z-index: 5;
  width: 0.59733rem;
  height: 0.59733rem;
  border: thin solid #dfdfdf;
  border-radius: 100%;
}
.ui-radio label:before {
  opacity: 0;
  z-index: 9;
  left: 0.14933rem;
  top: 0.14933rem;
  width: 0.29867rem;
  height: 0.29867rem;
  background-color: #FF6427;
  border-radius: 50%;
}

.ui-radio input[type=radio]:checked + label:before {
  opacity: 1;
}

/* form */
.form {
  /* &-cell-select/ */
}
.form-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.form-cell:before {
  content: " ";
  z-index: 2;
  bottom: 0;
}
.form-cell-bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.form-input, .form-textarea {
  display: block;
  width: 100%;
  font-size: 0.59733rem;
  color: #050505;
  line-height: 0.768rem;
  padding-top: 0.704rem;
  padding-bottom: 0.704rem;
  padding-left: 0;
  background: none;
  border: 0;
}
.form-input::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder {
  color: #bbb;
}
.form-input {
  height: 2.176rem;
}
.form-textarea {
  resize: none;
}
.form .ui-radio {
  margin-top: 0.72533rem;
  margin-bottom: 0.72533rem;
}
.form-select {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  outline: 0;
  background-color: transparent;
  width: 100%;
  font-size: inherit;
  position: relative;
  z-index: 1;
  height: 2.176rem;
  line-height: 2.176rem;
  color: #050505;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 0;
}
.form-select.placeholder {
  color: #bbb;
}
.form-select option {
  color: #050505;
}
.form-cell-select .form-cell-bd {
  padding-right: 0.85333rem;
}
.form-cell-select .form-cell-bd:after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  top: 50%;
  margin-top: -0.27733rem;
  width: 6px;
  height: 13px;
  opacity: .25;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjI2IiB2aWV3Qm94PSIwIDAgMTIgMjYiPgogIDxwYXRoIGQ9Ik05LjIyNywxNy45MjMgTDUuMDkyLDIyLjE2MSBMNS4wOTIsMjIuMTYxIEwxLjY0NiwyNS42OTIgQzEuMjY1LDI2LjA4MiAwLjY0OCwyNi4wODIgMC4yNjcsMjUuNjkyIEMtMC4xMTMsMjUuMzAyIC0wLjExMywyNC42NzAgMC4yNjcsMjQuMjgwIEwzLjcxMywyMC43NDggQzMuNzEzLDIwLjc0OCAzLjcxMywyMC43NDggMy43MTMsMjAuNzQ4IEw3Ljg0OCwxNi41MTEgQzEwLjUxMCwxMy43ODMgMTAuNTY3LDEyLjIzNSA3Ljg0OCw5LjQ0OCBMMy43MTMsNS4yMTEgQzMuNzEzLDUuMjExIDMuNzEzLDUuMjExIDMuNzEzLDUuMjExIEwwLjI2NywxLjY3OSBDLTAuMTEzLDEuMjg5IC0wLjExMywwLjY1NyAwLjI2NywwLjI2NyBDMC42NDgsLTAuMTIzIDEuMjY1LC0wLjEyMyAxLjY0NiwwLjI2NyBMMy45NzYsMi42NTQgTDkuMjI3LDguMDM2IEMxMi4zMTYsMTEuMjAyIDEzLjQ5OSwxMy41NDUgOS4yMjcsMTcuOTIzIFoiIC8+Cjwvc3ZnPgo=);
}
.form-cell-title {
  padding-top: 0.21333rem;
}
.form-cell-title:before {
  border-bottom-color: transparent;
}
.form-cell-title h4 {
  font-size: 0.512rem;
  color: #848484;
}
.form-cell-title .ui-link-modify {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  margin-right: -0.85333rem;
  margin-top: -0.64rem;
  padding: 0.85333rem;
  color: #FF6427;
  font-size: 0.512rem;
  min-width: 1.28rem;
}
.form-cell-help {
  text-align: center;
  margin-top: 0.59733rem;
}
.form-cell-help .ui-link-help {
  color: #dbb058;
  font-size: 0.46933rem;
  line-height: 0.64rem;
}
.form-cell-help .ui-link-help .svg-icon-help {
  fill: currentColor;
  width: 0.46933rem;
  height: 0.46933rem;
  vertical-align: middle;
  top: -0.04267rem;
  margin-right: 0.17067rem;
}
.form-cell-tip {
  position: relative;
  min-height: 0.85333rem;
  padding-top: 0.21333rem;
}
.form-cell-tip .text {
  font-size: 0.512rem;
  line-height: 0.59733rem;
}
.form-cell-msg {
  text-align: center;
  margin-top: 0.64rem;
  margin-bottom: 1.06667rem;
}
.form-cell-msg h4 {
  font-size: 0.59733rem;
  word-wrap: break-word;
  word-break: normal;
  overflow: hidden;
}
.form-cell-action {
  margin-top: 1.28rem;
  text-align: center;
}

@keyframes animation-tooltip {
  0% {
    transform: scale(0.6);
  }
  14.28% {
    transform: scale(1.1);
  }
  28.57% {
    transform: scale(0.8);
  }
  42.85% {
    transform: scale(1.03);
  }
  57.14% {
    transform: scale(1);
  }
}
/* page */
.page {
  position: relative;
  padding-bottom: 35px;
}

body {
  max-width: 16rem;
  margin: 0 auto;
}

/* 固定在顶部 */
.ui-fixedtop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 888;
}

/* 固定在底部 */
.ui-fixedbottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 888;
  padding: 0 0.64rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: thin solid #eee;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.ui-fixedbottom:before, .ui-fixedbottom:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.42667rem;
}
.ui-fixedbottom p {
  font-size: 13px;
  text-align: center;
}
.ui-fixedbottom p + .ui-btn-primary {
  margin-top: 0.34133rem;
}

[class^="u_icon_vip"] {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: url(//mat1.gtimg.com/v/iwan281/images/icon_vip.png) no-repeat;
  background-size: 14.93333rem 5.12rem;
}

.u_icon_vip_year,
.u_icon_vip_year_lost,
.u_icon_vip_year_past {
  width: 1.664rem;
  height: 0.72533rem;
}

.u_icon_vip,
.u_icon_vip_lost {
  width: 1.32267rem;
  height: 0.72533rem;
}

.u_icon_vip_lost.vip_0 {
  width: 0.72533rem;
}

/* 年费会员 */
.u_icon_vip_year.vip_1 {
  background-position: 0 0;
}

.u_icon_vip_year.vip_2 {
  background-position: -2.13333rem 0;
}

.u_icon_vip_year.vip_3 {
  background-position: -4.26667rem 0;
}

.u_icon_vip_year.vip_4 {
  background-position: -6.4rem 0;
}

.u_icon_vip_year.vip_5 {
  background-position: -8.53333rem 0;
}

.u_icon_vip_year.vip_6 {
  background-position: -10.66667rem 0;
}

.u_icon_vip_year.vip_7 {
  background-position: -12.8rem 0;
}

/* 已过期的年费会员 */
.u_icon_vip_year_lost.vip_1 {
  background-position: 0 -0.85333rem;
}

.u_icon_vip_year_lost.vip_2 {
  background-position: -2.13333rem -0.85333rem;
}

.u_icon_vip_year_lost.vip_3 {
  background-position: -4.26667rem -0.85333rem;
}

.u_icon_vip_year_lost.vip_4 {
  background-position: -6.4rem -0.85333rem;
}

.u_icon_vip_year_lost.vip_5 {
  background-position: -8.53333rem -0.85333rem;
}

.u_icon_vip_year_lost.vip_6 {
  background-position: -10.66667rem -0.85333rem;
}

.u_icon_vip_year_lost.vip_7 {
  background-position: -12.8rem -0.85333rem;
}

/* 年费已过期的会员  */
.u_icon_vip_year_past.vip_1 {
  background-position: 0 -1.70667rem;
}

.u_icon_vip_year_past.vip_2 {
  background-position: -2.13333rem -1.70667rem;
}

.u_icon_vip_year_past.vip_3 {
  background-position: -4.26667rem -1.70667rem;
}

.u_icon_vip_year_past.vip_4 {
  background-position: -6.4rem -1.70667rem;
}

.u_icon_vip_year_past.vip_5 {
  background-position: -8.53333rem -1.70667rem;
}

.u_icon_vip_year_past.vip_6 {
  background-position: -10.66667rem -1.70667rem;
}

.u_icon_vip_year_past.vip_7 {
  background-position: -12.8rem -1.70667rem;
}

/* 从未开年费的会员 */
.u_icon_vip.vip_1 {
  background-position: 0 -2.56rem;
}

.u_icon_vip.vip_2 {
  background-position: -2.13333rem -2.56rem;
}

.u_icon_vip.vip_3 {
  background-position: -4.26667rem -2.56rem;
}

.u_icon_vip.vip_4 {
  background-position: -6.4rem -2.56rem;
}

.u_icon_vip.vip_5 {
  background-position: -8.53333rem -2.56rem;
}

.u_icon_vip.vip_6 {
  background-position: -10.66667rem -2.56rem;
}

.u_icon_vip.vip_7 {
  background-position: -12.8rem -2.56rem;
}

/*  */
.u_icon_vip_lost.vip_1 {
  background-position: 0 -3.41333rem;
}

.u_icon_vip_lost.vip_2 {
  background-position: -2.13333rem -3.41333rem;
}

.u_icon_vip_lost.vip_3 {
  background-position: -4.26667rem -3.41333rem;
}

.u_icon_vip_lost.vip_4 {
  background-position: -6.4rem -3.41333rem;
}

.u_icon_vip_lost.vip_5 {
  background-position: -8.53333rem -3.41333rem;
}

.u_icon_vip_lost.vip_6 {
  background-position: -10.66667rem -3.41333rem;
}

.u_icon_vip_lost.vip_7 {
  background-position: -12.8rem -3.41333rem;
}

/**éžä¼šå‘˜**/
.u_icon_vip_lost.vip_0 {
  background-position: 0 -4.26667rem;
}

/**éžä¼šå‘˜**/
.u_icon_vip.vip_0 {
  background-position: -2.13333rem -4.26667rem;
}

/* 轮播图 */
.ui-slider-pic {
  display: block;
  position: relative;
  z-index: 1;
}
.ui-slider-pic img {
  display: block;
  width: 100%;
}
.ui-slider .swiper-pagination {
  height: 3px;
}
.ui-slider .swiper-pagination-bullet {
  position: relative;
  vertical-align: top;
  width: 11px;
  height: 3px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0;
  opacity: 1;
  margin: 0 !important;
}
.ui-slider .swiper-pagination-bullet:first-child {
  margin-left: 5px !important;
  border-radius: 2px 0 0 2px;
}
.ui-slider .swiper-pagination-bullet:last-child {
  margin-right: 5px !important;
  border-radius: 0 2px 2px 0;
}
.ui-slider .swiper-pagination-bullet-active {
  margin-left: 5px !important;
  margin-right: 5px !important;
  background: #fff;
  border-radius: 2px;
}
.ui-slider .swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 3px;
  font-size: 0;
  margin-left: -5px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 0 2px 2px 0;
}
.ui-slider .swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 3px;
  font-size: 0;
  margin-right: -5px;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px 0 0 2px;
}
.ui-slider .swiper-pagination-bullet-active:first-child {
  margin-left: -5px;
  border-radius: 2px;
}
.ui-slider .swiper-pagination-bullet-active:first-child:before {
  display: none;
}
.ui-slider .swiper-pagination-bullet-active:last-child {
  margin-right: -5px;
  border-radius: 2px;
}
.ui-slider .swiper-pagination-bullet-active:last-child:after {
  display: none;
}

/* 轮播带图文介绍的 */
.ui-slide-media {
  position: relative;
}
.ui-slide-media .ui-media {
  width: 100%;
  float: none;
}
.ui-slide-media .ui-media .heading {
  margin-top: 0.53333rem;
  margin-bottom: 0.53333rem;
}
.ui-slide-media .ui-media h4 {
  color: #fff;
}
.ui-slide-media .ui-media-grid .bd {
  min-height: 0;
}
.ui-slide-media .row {
  position: absolute;
  z-index: 9;
  top: 1.536rem;
  left: 0;
  width: 100%;
  display: table;
}
.ui-slide-media .col-left {
  display: table-cell;
  vertical-align: top;
  width: 5.71733rem;
  text-align: center;
  border-right: thin solid rgba(255, 255, 255, 0.3);
}
.ui-slide-media .col-right {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1.28rem;
  padding-right: 1.28rem;
}
.ui-slide-media .col-right .info {
  width: 7.25333rem;
  color: #fff;
  font-size: 0.68267rem;
  line-height: 1.06667rem;
  margin-top: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-slide-media .col-right .attr {
  display: inline-block;
  height: 0.896rem;
  padding: 0 0.384rem;
  margin-top: 0.42667rem;
  line-height: 0.896rem;
  font-size: 0.46933rem;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.128rem;
}

.ui-slider--coverflow .ui-slider-pic {
  overflow: hidden;
  border-radius: 3px;
}
.ui-slider--coverflow li img {
  border-radius: 3px;
}

.ui-slider--alone {
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}

/* 搜索模块 */
.mod-search {
  padding: 0.85333rem 0.64rem;
  position: relative;
  z-index: 99;
}
.mod-search-container {
  position: relative;
  height: 1.45067rem;
}
.mod-search .placeholder,
.mod-search .input-control {
  display: block;
  width: 100%;
  height: 1.45067rem;
  padding: 0.64rem 1.70667rem;
  font-size: 0.512rem;
  color: #111;
  line-height: 0.81067rem;
  background: #f5f5f5;
  border: 0;
  border-radius: 0.72533rem 0.72533rem 0.72533rem 0.72533rem;
}
.mod-search .placeholder {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.45067rem;
}
.mod-search .input-control:focus {
  outline: none;
}
.mod-search .input-control::-webkit-input-placeholder {
  color: #999;
}
.mod-search .svg-icon-search {
  position: absolute;
  z-index: 1;
  left: 18px;
  top: 50%;
  width: 0.68267rem;
  height: 16px;
  fill: #999;
  transform: translateY(-50%);
}
.mod-search .input-clear {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding-left: 0.85333rem;
  padding-right: 0.85333rem;
  text-align: center;
  color: #333;
  line-height: 1.45067rem;
}

/**
 * 首页底部导航条
 */
@-webkit-keyframes accelerateAnim {
  0%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
  }
}
.navbar {
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  -webkit-animation: accelerateAnim .1s both;
  animation: accelerateAnim .1s both;
}
.navbar-container {
  height: 50px;
  background-color: #fff;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: hidden;
}
.navbar-container:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  width: 100%;
  transform: scaleY(0.5);
}
.navbar-item {
  position: relative;
  z-index: 9;
  height: 100%;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.navbar-item [class^="svg-nav-"] {
  display: block;
  width: 24px;
  height: 24px;
}
.navbar-item [class^="svg-nav-"] svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.navbar-item .svg-nav-my {
  height: 25px;
  margin-top: -1px;
}
.navbar-item .c_s_1 {
  stroke: #666;
  fill: none;
}
.navbar-item .c_sf_1 {
  stroke: #666;
  fill: none;
}
.navbar-item .c_s_2 {
  stroke: #d5d5d5;
  fill: none;
}
.navbar-item .c_f_2 {
  stroke: none;
  fill: #d5d5d5;
}
.navbar-item .text {
  color: #666;
  font-size: 10px;
  line-height: 16px;
}
.navbar-item.active .c_s_1 {
  stroke: #FFDC14;
}
.navbar-item.active .c_sf_1 {
  stroke: #FFDC14;
  fill: #FFDC14;
}
.navbar-item.active .c_s_2 {
  stroke: #fff;
}
.navbar-item.active .c_f_2 {
  fill: #fff;
}
.navbar-item.active .text {
  color: #111;
}
.navbar-item .ui-newdot {
  left: 50%;
  top: 5px;
  margin-left: 12.5px;
}
.navbar ~ .page {
  padding-bottom: 55px;
  padding-bottom: calc(55px + constant(safe-area-inset-bottom));
  padding-bottom: calc(55px + env(safe-area-inset-bottom));
}

.navbar-skin-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.navbar-skin-img img {
  display: block;
}

.navbar-skin:before,
.navbar-skin .navbar-item {
  opacity: 0;
}
.navbar-skin ~ .page {
  padding-bottom: 110px;
}

.homepage-nav {
  position: fixed;
  z-index: 999;
  bottom: 1.408rem;
  left: 50%;
  height: 1.70667rem;
  padding-left: 0.34133rem;
  padding-right: 0.34133rem;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 15px 0 rgba(132, 132, 148, 0.2);
  border-radius: 0.85333rem;
  -webkit-transform: scale3d(1, 1, 1) translateX(-50%);
  transform: scale3d(1, 1, 1) translateX(-50%);
}
.homepage-nav .navbar-item {
  padding-left: 0.42667rem;
  padding-right: 0.42667rem;
  height: 1.70667rem;
  font-size: 0;
  white-space: nowrap;
  padding-top: 0;
}
.homepage-nav .navbar-item .text {
  color: #666;
  font-size: 0.59733rem;
}
.homepage-nav [class^="svg-nav-"] {
  width: 0.85333rem;
  height: 0.85333rem;
  display: block;
  margin-right: 0.256rem;
}

/* 广告模块 */
.mod-ad {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mod-ad > li {
  /* 		&:last-child {
  			margin-bottom: px2rem(50);
  		} */
}
.mod-ad-item {
  display: block;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  max-width: 100%;
  width: 0;
  position: relative;
  margin: 0 0.10667rem;
  min-height: 115px;
  background: url(//mat1.gtimg.com/v/iwan281/images/750x270.png) no-repeat;
  background-size: cover;
}
.mod-ad-item img {
  display: block;
  width: 100%;
}
.mod-ad-item:first-child {
  margin-left: 0;
}
.mod-ad-item:last-child {
  margin-right: 0;
}
.mod-ad-item.sm {
  height: 76px;
}
.mod-ad-item:first-child:nth-last-child(2), .mod-ad-item:first-child:nth-last-child(2) ~ .mod-ad-item {
  min-height: 63px;
}
.mod-ad-text {
  display: block;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  max-width: 100%;
  width: 0;
  word-wrap: break-word;
  word-break: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mod-ad-info {
  padding: 0;
  border-top: thin solid #eeeeee;
  border-bottom: thin solid #eeeeee;
}
.mod-ad-info .mod-ad-item + .mod-ad-item {
  border-left: thin solid #eeeeee;
}
.mod-ad-info .mod-ad-item {
  min-height: 77px;
  height: 77px;
  margin: 0;
  padding-left: 10px;
  background: none;
}
.mod-ad-info .mod-ad-item img {
  width: auto;
  height: 100%;
}

/* 
	大图和游戏混排
*/
.mod-stream {
  position: relative;
  margin-bottom: 1.49333rem;
}
.mod-stream-pic {
  margin-bottom: 0.64rem;
}
.mod-stream-con {
  position: relative;
  z-index: 9;
}
.mod-stream-con:before {
  content: "";
  position: absolute;
  top: -0.98133rem;
  left: 1.70667rem;
  height: 0;
  width: 0;
  border-left: 0.32rem solid transparent;
  border-right: 0.32rem solid transparent;
  border-bottom: 0.384rem solid #fff;
}
.mod-stream .ui-thumb {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.mod-stream-play .ui-thumb {
  -webkit-transform: scale(0.79);
  transform: scale(0.79);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* 活动 */
.event-stream .mod-stream-con:before {
  left: 0.768rem;
}
.event-stream .mod-stream-con .ui-media-list .bd .heading h5 {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  max-width: 100%;
  width: 0;
  word-wrap: break-word;
  word-break: normal;
}
.event-stream .ui-media-list .bd {
  padding-right: 0;
}
.event-stream .ui-media-list .bd h4 {
  max-width: 100%;
}

/* 发现/新游 */
.discover-stream .mod-stream-pic {
  margin-bottom: 0;
}
.discover-stream .mod-stream-pic + .mod-stream-con {
  margin-top: 0.64rem;
}
.discover-stream .mod-stream-pic + .mod-stream-con .ui-media-list .hd {
  padding-right: 0.29867rem;
}

/* 游戏分类 */
/* 分类图标 */
[class^="category-icon"] {
  display: block;
  width: 0.768rem;
  height: 0.768rem;
  color: #999;
  margin-right: 0.21333rem;
  background: url(//mat1.gtimg.com/v/iwan281/images/category_icon_sprite_1.svg) no-repeat;
  background-size: 6.144rem 1.536rem;
}
[class^="category-icon"] svg {
  display: block;
}

.category-icon-6 {
  background-position: -4.56533rem -0.768rem;
}
.category-icon-4 {
  background-position: -3.02933rem 0;
}
.category-icon-2 {
  background-position: -4.56533rem 0;
}
.category-icon-1 {
  background-position: 0 -0.768rem;
}
.category-icon-3 {
  background-position: -1.536rem -0.768rem;
}
.category-icon-5 {
  background-position: -3.072rem -0.85333rem;
}
.category-icon-7 {
  background-position: -1.536rem 0;
}

/* 分类菜单 */
.nav-category {
  position: relative;
  margin-bottom: 1.06667rem;
  background-color: #fff;
  border-top: thin solid #eee;
}
.nav-category-item {
  position: relative;
  border-right: thin solid #eee;
  border-bottom: thin solid #eee;
  height: 2.13333rem;
  width: 25%;
  -webkit-flex-grow: 0 0 25%;
  -webkit-box-flex: 0 0 25%;
  flex-grow: 0 0 25%;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.nav-category-item:nth-child(4), .nav-category-item:nth-child(8) {
  border-right: 0;
}
.nav-category-item > .text {
  display: block;
  line-height: 0.85333rem;
  font-size: 0.59733rem;
  color: #666;
}
.nav-category-item.active > .text {
  color: #111;
  font-size: 0.68267rem;
}
.nav-category-item.active .category-icon-0 {
  background-position: -0.81067rem 0;
}
.nav-category-item.active .category-icon-6 {
  background-position: -5.41867rem -0.768rem;
}
.nav-category-item.active .category-icon-4 {
  background-position: -3.84rem 0;
}
.nav-category-item.active .category-icon-2 {
  background-position: -5.33333rem 0;
}
.nav-category-item.active .category-icon-1 {
  background-position: -0.768rem -0.768rem;
}
.nav-category-item.active .category-icon-3 {
  background-position: -2.304rem -0.768rem;
}
.nav-category-item.active .category-icon-5 {
  background-position: -3.84rem -0.85333rem;
}
.nav-category-item.active .category-icon-7 {
  background-position: -2.304rem 0;
}

/* 滚动时固定在顶部 */
.nav-category-fixedtop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  border-top: 0;
}
.nav-category-fixedtop .nav-category-item {
  height: 1.49333rem;
}
.nav-category-fixedtop .nav-category-item [class^="category-icon"] {
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-1000px);
  transform: translateY(-1000px);
}

/* 排行 */
/* 
	排行榜 从第4名开始列表
*/
.ranking-media-list {
  counter-reset: section 3;
}
.ranking-media-list .ui-media {
  counter-increment: section;
}
.ranking-media-list .ui-media .inner:before {
  content: counter(section);
  color: #848484;
  font-size: 0.59733rem;
  font-style: italic;
  font-weight: 400;
  padding-right: 0.64rem;
}

.ranking-panel {
  padding-top: 10px;
  border-top: thin solid #eee;
}

.mod-search + .ranking-panel {
  border-top: 0;
  padding-top: 0;
}

/* 排行榜 前三名 */
.mod-ranking-front {
  position: relative;
  z-index: 99;
  height: 8.53333rem;
  overflow: hidden;
  margin-bottom: 1.06667rem;
  padding-top: 1.792rem;
  margin-top: -0.34133rem;
}
.mod-ranking-front .ui-btn-primary.disabled {
  background-color: #9b9ca4;
}
.mod-ranking-front .ui-media-grid {
  margin-top: 0;
  position: relative;
  z-index: 9;
}
.mod-ranking-front .ui-media-grid > .ui-media:nth-child(2) {
  top: -0.42667rem;
}
.mod-ranking-front .ui-media h4 {
  color: #fff;
}
.mod-ranking-front .ui-media p {
  color: #fff;
  opacity: .6;
}
.mod-ranking-front .ui-media p .text {
  display: inline-block;
}
.mod-ranking-front .ui-media p .text + .text::before {
  content: "";
  display: inline-block;
  height: 0.384rem;
  position: relative;
  margin-left: 0.128rem;
  margin-right: 0.128rem;
  background-color: rgba(255, 255, 255, 0.2);
}

/* 排行榜 页卡 */
.ranking-panel .ui-tab {
  border-bottom: 0;
}
.ranking-panel .ui-tab .ui-tab-item {
  /* height: 50px; */
}
.ranking-panel .ui-tab .ui-tab-item .text:after {
  opacity: 0;
}

/* iospage */
.iospage .ranking-panel .list2 .ui-piczoom {
  -webkit-clip-path: polygon(14% 0%, 16% 4%, 100% 4%, 100% 100%, 0 100%, 0% 4%, 12% 4%);
  clip-path: polygon(14% 0%, 16% 4%, 100% 4%, 100% 100%, 0 100%, 0% 4%, 12% 4%);
}
.iospage .ranking-panel .list1 .ui-piczoom {
  -webkit-clip-path: polygon(38% 0%, 40% 4%, 100% 4%, 100% 100%, 0 100%, 0% 4%, 36% 4%);
  clip-path: polygon(38% 0%, 40% 4%, 100% 4%, 100% 100%, 0 100%, 0% 4%, 36% 4%);
}
.iospage .ranking-panel .list3 .ui-piczoom {
  -webkit-clip-path: polygon(62% 0%, 64% 4%, 100% 4%, 100% 100%, 0 100%, 0% 4%, 60% 4%);
  clip-path: polygon(62% 0%, 64% 4%, 100% 4%, 100% 100%, 0 100%, 0% 4%, 60% 4%);
}
.iospage .ranking-panel .list4 .ui-piczoom {
  -webkit-clip-path: polygon(86% 0%, 88% 4%, 100% 4%, 100% 100%, 0 100%, 0% 4%, 84% 4%);
  clip-path: polygon(86% 0%, 88% 4%, 100% 4%, 100% 100%, 0 100%, 0% 4%, 84% 4%);
}

/* androidpage */
.androidpage .ranking-panel .mod-ranking-front {
  margin-top: 0;
}
.androidpage .ranking-panel .list .ui-piczoom:after {
  content: "";
  position: absolute;
  z-index: 9;
  top: -1px;
  left: 0;
  height: 0;
  width: 0;
  border-left: 0.32rem solid transparent;
  border-right: 0.32rem solid transparent;
  border-top: 0.34133rem solid #fff;
}
.androidpage .ranking-panel .list2 .ui-piczoom:after {
  margin-left: 12%;
}
.androidpage .ranking-panel .list1 .ui-piczoom:after {
  margin-left: 36%;
}
.androidpage .ranking-panel .list3 .ui-piczoom:after {
  margin-left: 60%;
}
.androidpage .ranking-panel .list4 .ui-piczoom:after {
  margin-left: 84%;
}

/**
    首页广告动画
 */
/**
    use:
    @include keyframes(animationName) {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
 */
/* 弹出广告 */
@-webkit-keyframes pageAdAlertPicShow {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  35% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pageAdAlertPicShow {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
  }
  35% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.m-match {
  display: block;
  margin-top: 1.06667rem;
  margin-bottom: 1.06667rem;
  position: relative;
  border-radius: 4px;
}
.m-match .ui-piczoom {
  background-image: url(//mat1.gtimg.com/v/iwan281/images/match_zoom.jpg);
  border-radius: 4px;
}
.m-match .ui-piczoom:before {
  background-color: rgba(36, 36, 42, 0.75);
}
.m-match .ui-piczoom.cover:before {
  background-color: rgba(36, 36, 42, 0.92);
}
.m-match .ui-piczoom.cover img {
  top: 0;
  width: 100%;
  height: 100%;
}
.m-match__block {
  position: relative;
  z-index: 9;
  height: 100%;
  padding: 0.21333rem 0.42667rem;
  border-radius: 4px;
}
.m-match .title {
  color: #fff;
  font-size: 0.59733rem;
  line-height: 0.768rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.m-match .info {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.21333rem;
}
.m-match .info-ranking {
  color: #fff;
  line-height: 0.768rem;
}
.m-match__con {
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  max-width: 100%;
  width: 0;
  word-wrap: break-word;
  word-break: normal;
}
.m-match__pic {
  margin-right: 0.42667rem;
  text-align: center;
  position: relative;
}
.m-match__pic img {
  display: inline-block;
  max-width: 100%;
}
.m-match__opt {
  padding-left: 0.42667rem;
}
.m-match__opt .svg-icon-arrow {
  color: #fff !important;
  opacity: .4 !important;
}
.m-match .ui-label-primary {
  position: absolute;
  z-index: 19;
  left: -0.29867rem;
  top: 0.29867rem;
}
.m-match .label-doing,
.m-match .label-waiting,
.m-match .label-done {
  position: absolute;
  z-index: 59;
  left: -7px;
  top: 7px;
  min-width: 0.72533rem;
  font-size: 0.42667rem;
  height: 0.72533rem;
  line-height: 0.768rem;
  color: #111;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #FFDC14;
  border-radius: 6px 0 6px 6px;
}
.m-match .label-doing:before,
.m-match .label-waiting:before,
.m-match .label-done:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -0.256rem;
  width: 0.55467rem;
  height: 0.08533rem;
  background-color: #FFDC14;
  border-radius: 0.04267rem 0.04267rem 0.04267rem 0.04267rem;
}
.m-match .label-doing:after,
.m-match .label-waiting:after,
.m-match .label-done:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0.17067rem;
  margin-left: -0.17067rem;
  width: 0.34133rem;
  height: 0.08533rem;
  background-color: #FFDC14;
  border-radius: 0.04267rem 0.04267rem 0.04267rem 0.04267rem;
}
.m-match .label-done {
  background-color: #999;
}
.m-match .label-done:before, .m-match .label-done:after {
  background-color: #999;
}

.m-match--sm {
  height: 2.77333rem;
}
.m-match--sm .m-match__block {
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}
.m-match--sm .m-match__pic {
  width: 2.64533rem;
}
.m-match--sm .m-match__pic img {
  display: block;
  height: 1.96267rem;
}

.m-match--lg {
  height: 5.41867rem;
  margin-top: 0.64rem;
  margin-bottom: 0.64rem;
}
.m-match--lg .title {
  font-size: 0.64rem;
  line-height: 0.85333rem;
}
.m-match--lg .m-match__pic {
  width: 3.41333rem;
}
.m-match--lg .m-match__pic:before {
  content: "";
  position: absolute;
  height: 3.712rem;
  top: 50%;
  right: -0.42667rem;
  margin-top: -1.856rem;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
.m-match--lg .m-match__pic + .m-match__con {
  padding-left: 0.64rem;
}
.m-match--lg .prize-img {
  height: 1.70667rem;
  margin-top: 0.29867rem;
}
.m-match--lg .prize-img img {
  height: 100%;
  display: inline-block;
  vertical-align: top;
}

.match-panel {
  padding: 0 0.64rem;
  margin-bottom: 1.62133rem;
}
.match-panel .ui-panel-hd {
  margin-bottom: 1.28rem;
}
.match-panel .ui-panel-hd .ui-link-help {
  padding: 0.17067rem 0;
}

.match-user-bar {
  align-items: center;
  -webkit-align-items: center;
}
.match-user-bar .hd {
  margin-right: 0.59733rem;
  position: relative;
}
.match-user-bar .bd {
  max-width: 100%;
  width: 0;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.match-user-bar .bd h4 {
  margin-right: 10px;
  color: #050505;
}
.match-user-bar .ft .ui-link-arrow {
  color: #999;
  font-size: 0.512rem;
}
.match-user-bar .ft .svg-icon-arrow {
  top: 2px;
  position: relative;
}
.match-user-bar .avatar {
  width: 1.74933rem;
  height: 1.74933rem;
  border-radius: 100%;
  overflow: hidden;
}

.not-login .bd h4 {
  color: #a5a5a5;
}

.match-user-bar + .match-user-bar {
  margin: 0.64rem 0;
}

.mod-giftpack {
  margin-bottom: 1.06667rem;
  margin-top: 1.06667rem;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}
.mod-giftpack .title {
  color: #050505;
  font-size: 0.59733rem;
  line-height: 1.024rem;
  font-weight: 400;
}
.mod-giftpack .title .u_icon_vip {
  margin-left: 5px;
  top: 2px;
}
.mod-giftpack .desc {
  color: #848484;
  font-size: 0.512rem;
  line-height: 0.768rem;
}
.mod-giftpack .img-giftpack {
  display: block;
  position: relative;
  width: 1.70667rem;
  height: 1.70667rem;
  padding: 0.21333rem;
  background-color: #fff;
  border: thin solid #ececec;
  border-radius: 50%;
}
.mod-giftpack .img-giftpack img {
  display: block;
  width: 100%;
}
.mod-giftpack .img-giftpack-group {
  margin-left: -0.256rem;
  margin-right: 0.68267rem;
}
.mod-giftpack .img-giftpack-group .img-giftpack {
  margin-right: -0.256rem;
}
.mod-giftpack .img-giftpack-group .img-giftpack:nth-child(1) {
  z-index: 9;
}
.mod-giftpack .img-giftpack-group .img-giftpack:nth-child(2) {
  z-index: 8;
}
.mod-giftpack .img-giftpack-group .img-giftpack:nth-child(3) {
  z-index: 7;
}
.mod-giftpack .img-giftpack-group .img-giftpack:nth-child(4) {
  z-index: 6;
}
.mod-giftpack .img-giftpack-group .img-giftpack:nth-child(5) {
  z-index: 5;
}
.mod-giftpack .img-giftpack-checkins {
  width: 100%;
}
.mod-giftpack .img-giftpack-checkins .img-giftpack {
  z-index: 5;
}
.mod-giftpack .img-giftpack-checkins > li {
  display: block;
  position: relative;
}
.mod-giftpack .img-giftpack-checkins > li:before {
  content: "";
  position: absolute;
  z-index: 0;
  right: 100%;
  top: 0.85333rem;
  margin-left: -2px;
  width: 100%;
  height: 1px;
  border-top: thin solid #ececec;
}
.mod-giftpack .img-giftpack-checkins > li:first-child:before {
  display: none;
}
.mod-giftpack .img-giftpack-checkins > li.active .img-giftpack {
  border-color: #FF6427;
}
.mod-giftpack .img-giftpack-checkins > li.active:before {
  border-top-color: #FF6427;
}
.mod-giftpack .img-giftpack-checkins > li.checked .img-giftpack {
  border-color: transparent;
}
.mod-giftpack .img-giftpack-checkins > li.checked .img-giftpack img {
  opacity: .2;
}
.mod-giftpack .img-giftpack-checkins > li.checked .img-giftpack:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(//mat1.gtimg.com/v/iwan281/images/checked_gift.svg) no-repeat;
  background-size: cover;
}
.mod-giftpack .img-giftpack-checkins > li.checked:before {
  border-top-color: #eb7956;
}
.mod-giftpack-cell__bd {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.mod-giftpack-cell__ft .ui-btn-primary {
  display: block;
}
.mod-giftpack-cell + .mod-giftpack-cell {
  margin-top: 0.42667rem;
}
.mod-giftpack-row {
  padding-bottom: 0.85333rem;
  margin-bottom: 0.64rem;
  border-bottom: thin solid #eee;
}
.mod-giftpack-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.mod-giftpack-media {
  height: 3.584rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.64rem;
  border-radius: 4px;
}
.mod-giftpack-media:before {
  content: "";
  position: absolute;
  z-index: 29;
  bottom: 0;
  left: 1.6rem;
  height: 0;
  width: 0;
  border-left: 0.21333rem solid transparent;
  border-right: 0.21333rem solid transparent;
  border-bottom: 0.21333rem solid #fff;
}
.mod-giftpack-media:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(36, 36, 42, 0.9);
}
.mod-giftpack-media .img-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  min-height: 100%;
}
.mod-giftpack-media .inner {
  position: relative;
  height: 100%;
  z-index: 19;
  color: #fff;
  padding: 0.21333rem 0.64rem;
  background-image: linear-gradient(to right, #24242a, transparent);
}
.mod-giftpack-media .ui-thumb {
  display: block;
  margin-right: 0.64rem;
}
.mod-giftpack-media .title {
  color: #fff;
  font-size: 0.59733rem;
  line-height: 0.98133rem;
}
.mod-giftpack-media .desc {
  color: #FF6427;
  font-size: 0.512rem;
  line-height: 0.85333rem;
}
.mod-giftpack-media .content {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

@-webkit-keyframes accelerateAnim {
  0%, 100% {
    -webkit-transform: scale3d(1, 1, 1);
  }
}
.mod-add-desktop-bar {
  width: 2.13333rem;
  height: 2.13333rem;
  border-radius: 50px;
  position: fixed;
  right: 1.28rem;
  z-index: 999;
  background: #FFDC14;
  bottom: 2.77333rem;
  bottom: calc(65px + constant(safe-area-inset-bottom));
  bottom: calc(65px + env(safe-area-inset-bottom));
  -webkit-animation: accelerateAnim .1s both;
  animation: accelerateAnim .1s both;
}
.mod-add-desktop-bar .svg-icon-save {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.72533rem;
  height: 0.81067rem;
  color: #111;
}
.mod-add-desktop-bar svg {
  width: 100%;
  height: auto;
}

/**
    最近在玩模块
    页面场景：首页、我的游戏、礼包中心
*/
.recentplay-mod:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.recentplay-mod {
  margin-top: 0.21333rem;
  margin-bottom: 0.21333rem;
  padding: 0.85333rem 0.64rem;
  background-color: #fff;
}
.recentplay-mod:not(:last-child) {
  border-bottom: thin solid #e7e7f1;
}

.recentplay-media {
  margin-bottom: 0.85333rem;
}
.recentplay-media .inner {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.recentplay-media .hd {
  margin-right: 0.42667rem;
}
.recentplay-media .bd {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  max-width: 100%;
  width: 0;
}
.recentplay-media .bd p {
  margin-top: 0.128rem;
}
.recentplay-media .heading {
  max-width: 100%;
}
.recentplay-media .heading h4 {
  display: block;
  max-width: 6.82667rem;
}
.recentplay-media .heading .icon-qq,
.recentplay-media .heading .icon-weixin {
  position: initial;
  width: 0.59733rem;
  height: 0.59733rem;
  margin-left: 0.128rem;
  top: 0.064rem;
  -webkit-flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-shrink: 0;
}
.recentplay-media .heading [class^="ui-label"] {
  display: block;
  margin-left: 0.128rem;
}
.recentplay-media .action {
  margin-left: 0.64rem;
}
.recentplay-media + .recentplay-nav {
  margin-top: 0.85333rem;
}

.recentplay-event {
  margin-top: 0.64rem;
  padding-top: 0.64rem;
  border-top: thin solid #eee;
}
.recentplay-event-hd {
  margin-bottom: 0.42667rem;
}
.recentplay-event-hd .title {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.recentplay-event-hd .link-help {
  color: #666;
  font-size: 0.512rem;
  margin: -0.42667rem;
  padding: 0.42667rem;
}
.recentplay-event-hd .link-help .text {
  display: block;
}
.recentplay-event-hd .link-help .svg-icon-arrow {
  margin-left: 0.17067rem;
  top: 0.04267rem;
}
.recentplay-event-bd .ui-cell {
  margin-bottom: 0;
}
.recentplay-event-bd .ui-cell + .ui-cell {
  margin-top: 0.85333rem;
}
.recentplay-event-ft .link-help {
  display: block;
  margin-top: 0.85333rem;
  padding-bottom: 0.21333rem;
  color: #848484;
  font-size: 0.512rem;
}
.recentplay-event-ft .link-help .svg-icon-arrow {
  fill: currentColor;
  opacity: 1;
  width: 0.46933rem;
  height: 0.46933rem;
  top: 0.04267rem;
  margin-left: 0.128rem;
}

.giftcheckin-mod {
  margin-top: 0.64rem;
  position: relative;
}
.giftcheckin-mod .ui-label-prize {
  display: block;
  position: absolute;
  top: -0.256rem;
  right: -0.08533rem;
  width: 0.72533rem;
  height: 0.72533rem;
  margin: 0;
  padding: 0;
  background: #FFDC14;
  border-radius: 0.256rem 0 0.256rem 0.256rem;
  font-size: 0.42667rem;
  line-height: 0.72533rem;
  color: #111;
  z-index: 20;
}
.giftcheckin-mod .ui-label-prize::before, .giftcheckin-mod .ui-label-prize::after {
  content: '';
  display: block;
  height: 0.08533rem;
  position: absolute;
  background: #FFDC14;
  border-radius: 0 6px 6px 0;
}
.giftcheckin-mod .ui-label-prize::before {
  width: 0.384rem;
  top: 0;
  right: -0.29867rem;
}
.giftcheckin-mod .ui-label-prize::after {
  width: 0.21333rem;
  top: 0.17067rem;
  right: -0.17067rem;
}
.giftcheckin-mod .giftcheckin-item {
  position: relative;
}
.giftcheckin-mod .giftcheckin-item:not(:first-child):before {
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  right: 100%;
  z-index: 0;
  border-top: 0.064rem solid #F5F5F5;
}
.giftcheckin-mod .giftcheckin-item-img {
  display: block;
  width: 1.62133rem;
  height: 1.62133rem;
  border-radius: 1.62133rem;
  padding: 0.27733rem;
  border: 0.064rem solid #f5f5f5;
  position: relative;
  z-index: 5;
  background: #f5f5f5;
}
.giftcheckin-mod .giftcheckin-item-img img {
  display: block;
  width: 100%;
  opacity: .5;
}
.giftcheckin-mod .checked .giftcheckin-item-img {
  border-color: #FFDC14;
  background: #fff;
}
.giftcheckin-mod .checked .giftcheckin-item-img img {
  opacity: 1;
}
.giftcheckin-mod .checked:not(:first-child):before {
  content: "";
  border-top: 0.064rem solid #FFDC14;
}
.giftcheckin-mod .checked .giftcheckin-item-img:after {
  content: "";
  position: absolute;
  top: -0.04267rem;
  right: -0.04267rem;
  width: 0.512rem;
  height: 0.512rem;
  background: url(//mat1.gtimg.com/v/iwan281/images/have.svg) no-repeat;
  background-size: 100% auto;
  z-index: 20;
}
.giftcheckin-mod .checked-end .giftcheckin-item-img {
  border-color: #FFDC14;
  background: #fff;
}
.giftcheckin-mod .checked-end .giftcheckin-item-img img {
  opacity: .2;
}
.giftcheckin-mod .checked-end:not(:first-child):before {
  content: "";
  border-top: 0.064rem solid #FFDC14;
}
.giftcheckin-mod .checked-end .giftcheckin-item-img:after {
  content: "\8865\9886";
  position: absolute;
  top: 0.42667rem;
  left: 0.27733rem;
  color: #111;
  font-size: 0.512rem;
}
.giftcheckin-mod .active .giftcheckin-item-img {
  border-color: #FFDC14;
  background: #fff;
}
.giftcheckin-mod .active:not(:first-child):before {
  content: "";
  border-top: 0.064rem solid #FFDC14;
}
.giftcheckin-mod .active .giftcheckin-item-img img {
  opacity: 1;
}

.recentplay-gift-list .ui-cell {
  margin-bottom: 0;
}
.recentplay-gift-list .ui-cell + .ui-cell {
  margin-top: 0.42667rem;
}
.recentplay-gift-list h5, .recentplay-gift-list h4 {
  font-size: 0.512rem;
}
.recentplay-gift-list p {
  margin-top: 0.128rem;
}
.recentplay-gift-list .discounts {
  color: #666;
}
.recentplay-gift-list .cost {
  text-decoration: line-through;
}
.recentplay-gift-list .morebar {
  margin-top: 1.06667rem;
}
.recentplay-gift-list .morebar .info {
  color: #848484;
}
.recentplay-gift-list .morebar .svg-icon-arrow {
  margin-left: 0.128rem;
  top: 0.04267rem;
}

.recentplay-users {
  margin-top: 0.64rem;
  padding-top: 0.64rem;
  border-top: thin solid #eee;
}
.recentplay-users > li {
  display: block;
}
.recentplay-users > li:not(.more) {
  margin-right: 0.17067rem;
}
.recentplay-users > li.more {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
  padding-left: 0.21333rem;
  width: 0;
}
.recentplay-users > li.more .text {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.512rem;
}
.recentplay-users > li.more .svg-icon-arrow {
  margin-left: 0.17067rem;
}
.recentplay-users .ui-thumb {
  width: 0.93867rem;
  height: 0.93867rem;
  display: block;
}
.recentplay-users .ui-thumb img {
  border-radius: 0.128rem;
}

.recentplay-topic-block {
  display: block;
  padding: 0.512rem 0.64rem;
  border: thin solid #eee;
  border-radius: 3px;
}
.recentplay-topic-block .title {
  line-height: 0.85333rem;
  word-wrap: break-word;
  word-break: break-all;
}
.recentplay-topic-block .desc {
  line-height: 0.768rem;
  margin-top: 0.08533rem;
  word-wrap: break-word;
  word-break: break-all;
}

.recentplay-activity-block .pic {
  display: block;
  width: 100%;
  border-radius: 3px;
}
.recentplay-activity-block .title {
  margin-top: 0.29867rem;
}

.recentplay-event .m-match--sm {
  margin: 0;
}

.recentplay-nav-label {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}
.recentplay-nav-label + .recentplay-nav-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.68267rem;
  height: 1.36533rem;
  border-left: thin solid #eee;
}
.recentplay-nav-label .icon img {
  display: block;
  width: 1.28rem;
  height: 1.28rem;
}
.recentplay-nav-label .text {
  color: #050505;
  margin-top: 0.17067rem;
}

/**
	爱玩首页 - 游戏页卡
 */
.page-index-game {
  background-color: #fff;
}
.page-index-game p,
.page-index-game .info,
.page-index-game .recentplay-users .link-more,
.page-index-game .recentplay-event-hd .link-help {
  color: #666;
}
.page-index-game h3,
.page-index-game h4,
.page-index-game h5,
.page-index-game a,
.page-index-game .recentplay-nav-label .text {
  color: #111;
}
.page-index-game .ui-text-dark {
  color: #999;
}
.page-index-game [class^="svg-icon-"] {
  display: block;
  width: 0.768rem;
  height: 0.72533rem;
  color: #999;
}
.page-index-game [class^="svg-icon-"] svg {
  display: block;
  width: 100%;
  height: 100%;
}
.page-index-game .svg-icon-refresh {
  width: 0.768rem;
  height: 0.72533rem;
}
.page-index-game .svg-icon-eye {
  width: 0.68267rem;
  height: 0.512rem;
}
.page-index-game .svg-icon-rise {
  width: 0.34133rem;
  height: 0.384rem;
  color: #FFDC14;
  margin-left: 0.128rem;
  top: -0.128rem;
}
.page-index-game .svg-icon-fall {
  width: 0.34133rem;
  height: 0.384rem;
  color: #A7DE77;
  margin-left: 0.128rem;
  top: -0.128rem;
  transform: scale(-1);
}
.page-index-game .svg-icon-arrow {
  width: 0.29867rem;
  height: 0.512rem;
  opacity: 1;
}
.page-index-game .svg-icon-del {
  width: 0.512rem;
  height: 0.512rem;
  opacity: 1;
}
.page-index-game .ui-label-playing,
.page-index-game .ui-label-event {
  display: block;
  position: relative;
  top: -1px;
  min-width: 0.72533rem;
  font-size: 0.42667rem;
  height: 0.72533rem;
  line-height: 0.768rem;
  color: #111;
  padding-left: 4px;
  padding-right: 4px;
  background: #FFDC14;
  border-radius: 6px 0 6px 6px;
}
.page-index-game .ui-label-playing:before,
.page-index-game .ui-label-event:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: -0.256rem;
  width: 0.55467rem;
  height: 0.08533rem;
  background-color: #FFDC14;
  border-radius: 0.04267rem 0.04267rem 0.04267rem 0.04267rem;
}
.page-index-game .ui-label-playing:after,
.page-index-game .ui-label-event:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0.17067rem;
  margin-left: -0.17067rem;
  width: 0.34133rem;
  height: 0.08533rem;
  background-color: #FFDC14;
  border-radius: 0.04267rem 0.04267rem 0.04267rem 0.04267rem;
}
.page-index-game .ui-btn-primary,
.page-index-game .ui-btn-speed,
.page-index-game .install-btn {
  min-width: 2.13333rem;
  height: 1.024rem;
  line-height: 0.98133rem;
  color: #111;
  background-color: #fff;
  border: thin solid #FFDC14;
  border-radius: 0.512rem 0.512rem 0.512rem 0.512rem;
}
.page-index-game .ui-btn-primary.yjlq-btn,
.page-index-game .ui-btn-speed.yjlq-btn,
.page-index-game .install-btn.yjlq-btn {
  min-width: 3.584rem;
}
.page-index-game .ui-btn-primary.downloading .text {
  background: none;
}
.page-index-game .ui-btn-primary.downloading .downloading-bar {
  background: #FFDC14;
}
.page-index-game .ui-btn-primary.install-btn {
  background-color: #FFDC14 !important;
}
.page-index-game .ui-btn-primary.open-btn {
  background-color: #FFDC14;
}
.page-index-game .ui-btn-primary.disabled {
  border: thin solid #111;
  color: #111;
  background-color: #fff;
  opacity: .2;
  pointer-events: none;
}
.page-index-game .ui-media-grid .ui-thumb,
.page-index-game .ui-media-list .ui-thumb {
  display: block;
  width: 1.96267rem;
  height: 1.96267rem;
}
.page-index-game .recentplay-mod .ui-thumb-sm {
  display: block;
  width: 1.96267rem;
  height: 1.96267rem;
}
.page-index-game .recentplay-mod .recentplay-nav-label [class^="svg-icon-"] {
  width: 1.28rem;
  height: 1.28rem;
  color: #666;
}
.page-index-game .recentplay-mod .recentplay-nav-label .text {
  margin-top: 0.21333rem;
}
.page-index-game .ui-panel {
  padding-left: 0.64rem;
  padding-right: 0.64rem;
  margin-top: 0;
  margin-bottom: 0;
}
.page-index-game .ui-panel + .ui-panel {
  border-top: 0;
  padding-top: 0;
}
.page-index-game .ui-panel-hd {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0.55467rem;
  margin-top: 0.81067rem;
}
.page-index-game .ui-panel-hd .title {
  height: 0.85333rem;
}
.page-index-game .ui-panel-hd .title h3 {
  font-size: 0.68267rem;
  font-weight: 500;
  line-height: 0.85333rem;
}
.page-index-game .ui-panel-hd .title .svg-icon-arrow {
  margin-left: 0.34133rem;
  color: #111;
}
.page-index-game .ui-panel-bd {
  margin-bottom: 1.664rem;
}
.page-index-game .m-match,
.page-index-game .m-match-lg {
  margin-bottom: 0;
  margin-top: 0;
}
.page-index-game .m-match .m-match__pic,
.page-index-game .m-match-lg .m-match__pic {
  margin-right: 0;
}
.page-index-game .m-match .m-match__pic:before,
.page-index-game .m-match-lg .m-match__pic:before {
  display: none;
}
.page-index-game .m-match .info-ranking,
.page-index-game .m-match-lg .info-ranking {
  opacity: .6;
  margin-top: 0.128rem;
}
.page-index-game .m-match .title,
.page-index-game .m-match-lg .title {
  font-size: 0.59733rem;
}
.page-index-game .m-match .info,
.page-index-game .m-match-lg .info {
  color: #fff;
  opacity: .6;
}
.page-index-game .ui-media-grid {
  padding-left: 0;
  padding-right: 0;
  margin-left: -0.85333rem;
  margin-right: -0.85333rem;
}
.page-index-game .ui-media-grid:after {
  display: none;
}
.page-index-game .ui-media-grid .bd {
  padding-left: 0.42667rem;
  padding-right: 0.42667rem;
  min-height: 0;
}
.page-index-game .ui-media-grid .bd .heading {
  margin-top: 0.384rem;
}
.page-index-game .ui-media-grid .bd h4 {
  display: block;
  font-size: 0.512rem;
  line-height: 0.64rem;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-index-game .ui-media-grid .bd p {
  font-size: 0.42667rem;
  height: 0.72533rem;
  line-height: 0.72533rem;
  margin-top: 0.128rem;
}
.page-index-game .ui-media-grid .bd p .ui-label-primary {
  margin-left: 0;
}
.page-index-game .ui-media-grid .action {
  margin-top: 0.384rem;
}
.page-index-game .ui-media-grid .action .ui-btn-primary {
  width: auto;
}
.page-index-game .ui-media-grid:not(.ui-scroll-x) .ui-media {
  padding-top: 0;
  float: none;
  width: auto;
  position: relative;
  width: 25%;
  -webkit-flex-grow: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
}
.page-index-game .ui-media-grid:not(.ui-scroll-x) .ui-media:nth-child(n + 5) {
  margin-top: 0.93867rem;
}
.page-index-game .ui-media-grid.ui-scroll-x {
  width: auto;
  font-size: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.08533rem;
  -webkit-overflow-scrolling: touch;
}
.page-index-game .ui-media-grid.ui-scroll-x::-webkit-scrollbar {
  display: none;
}
.page-index-game .ui-media-grid.ui-scroll-x > .col {
  display: inline-block;
  vertical-align: top;
  width: 22.7%;
}
.page-index-game .ui-media-grid.ui-scroll-x > .col:nth-last-child(4):first-child, .page-index-game .ui-media-grid.ui-scroll-x > .col:nth-last-child(4):first-child ~ .col {
  width: 24.99%;
}
.page-index-game .ui-media-grid.ui-scroll-x .ui-media {
  float: none;
  width: 100%;
}
.page-index-game .ui-media-grid.ui-scroll-x .ui-media + .ui-media {
  margin-top: 0.93867rem;
}
.page-index-game .ui-media-list {
  padding-left: 0;
  padding-right: 0;
}
.page-index-game .ui-media-list h4 {
  font-size: 0.59733rem;
  line-height: 0.72533rem;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-index-game .ui-media-list p {
  font-size: 0.42667rem;
  line-height: 0.64rem;
  margin-top: 0.21333rem;
}
.page-index-game .ui-media-list .ui-media {
  margin-bottom: 0.85333rem;
}
.page-index-game .ui-media-list .ui-media:last-child {
  margin-bottom: 0;
}
.page-index-game .page-morebar:before {
  display: none;
}
.page-index-game .page-morebar .ui-link {
  color: #999;
}
.page-index-game .page-morebar .ui-pacman {
  margin: 0 auto;
}
.page-index-game .ui-pic--video {
  border-radius: 4px;
}
.page-index-game .mod-ad {
  padding-left: 0.64rem;
  padding-right: 0.64rem;
  margin-bottom: 1.70667rem;
}
.page-index-game .mod-ad-item {
  border-radius: 4px;
  overflow: hidden;
}

.index-banner {
  margin-top: -7.552rem;
  position: relative;
  height: 9.04533rem;
  overflow: hidden;
  margin-left: -0.64rem;
  margin-right: -0.64rem;
  transition: margin-top .3s linear;
}
.index-banner img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16rem;
}
.index-banner .min-img {
  height: 3.62667rem;
  opacity: 1;
  pointer-events: auto;
  transition: opacity .3s linear;
}
.index-banner .max-img {
  height: 9.04533rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s linear;
}
.index-banner-active {
  margin-top: -2.13333rem;
}
.index-banner-active .min-img {
  opacity: 0;
  pointer-events: none;
}
.index-banner-active .max-img {
  opacity: 1;
  pointer-events: auto;
}

.index-top-mod {
  padding-top: 0.34133rem;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
  border-bottom: 5px solid #f5f5f5;
}
.index-top-mod .mod-search {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  height: 1.45067rem;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.72533rem 0.72533rem 0.72533rem 0.72533rem;
}
.index-top-mod .svg-icon-search {
  fill: #666;
  width: 0.68267rem;
  height: 0.68267rem;
  left: 0.53333rem;
  top: 50%;
  transform: translateY(-50%);
}
.index-top-mod .placeholder {
  color: #666;
  height: 1.45067rem;
  line-height: 1.45067rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1.57867rem;
}
.index-top-mod .msg-btn {
  position: relative;
  margin-left: 0.42667rem;
  width: 1.45067rem;
  height: 1.45067rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.72533rem;
  z-index: 99;
}
.index-top-mod .svg-icon-news {
  position: absolute;
  width: 0.64rem;
  height: 0.64rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index-top-mod .svg-icon-news svg {
  color: #666;
}
.index-top-mod .ui-newdot {
  width: 0.384rem;
  height: 0.384rem;
  background-color: #FF6E00;
}

.index-top-mod > div:nth-last-child(1):first-child {
  padding-bottom: 0.34133rem;
}
.index-top-mod > div:nth-last-child(1):first-child .mod-search {
  background-color: #f5f5f5;
}

.index-notice-item {
  position: relative;
  min-height: 1.83467rem;
  padding: 0.42667rem 0.64rem;
  background: #fff;
  border-bottom: 5px solid #f5f5f5;
}
.index-notice-item .inner {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  z-index: 9;
}
.index-notice-item .action {
  margin-left: 0.64rem;
}
.index-notice-item .action .ui-btn-primary {
  display: block;
}
.index-notice-item .hd {
  min-width: 0.85333rem;
  margin-right: 0.34133rem;
}
.index-notice-item .bd {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  max-width: 100%;
  width: 0;
}
.index-notice-item .ft {
  margin-left: 0.64rem;
}
.index-notice-item .info {
  max-width: 100%;
  font-size: 0.512rem;
  line-height: 0.85333rem;
}
.index-notice-item .info .user-name {
  display: inline-block;
  max-width: 4.90667rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-notice-item .heading h5 {
  font-size: 0.512rem;
  line-height: 0.85333rem;
}
.index-notice-item .heading h4 {
  font-size: 0.59733rem;
  line-height: 0.85333rem;
}
.index-notice-item .svg-icon-like,
.index-notice-item .svg-icon-reply,
.index-notice-item .svg-icon-zhuli {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 0.68267rem;
  height: 0.68267rem;
  fill: #FFDC14;
}
.index-notice-item .svg-icon-reply {
  height: 0.64rem;
}
.index-notice-item .svg-icon-zhuli {
  width: 0.768rem;
  height: 0.64rem;
}
.index-notice-item .label-info {
  position: absolute;
  z-index: 19;
  left: -18px;
  top: 5px;
  height: 0;
  width: 64px;
  border-bottom: 18px solid #FF6427;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.index-notice-item .label-info:after {
  content: '';
  position: absolute;
  z-index: 0;
  left: 43px;
  top: 17px;
  width: 0;
  height: 0;
  border-bottom: 2px solid #C63800;
  border-left: 2px solid transparent;
  border-right: 1px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.index-notice-item .label-info .text {
  position: absolute;
  z-index: 5;
  width: 60px;
  left: -14px;
  top: 0px;
  font-size: 9px;
  line-height: 18px;
  text-align: center;
  color: #fff;
}

.index-notice-item--game .hd {
  min-width: 1.70667rem;
  margin-left: 0.64rem;
  margin-right: 0.42667rem;
}

.index-notice-item--activity {
  padding: 0;
}
.index-notice-item--activity .inner {
  height: 2.56rem;
}
.index-notice-item--activity .ad-img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  max-height: 2.56rem;
}
.index-notice-item--activity .hd {
  min-width: 0;
  margin-right: 0;
}
.index-notice-item--activity .bd {
  position: relative;
  z-index: 9;
  padding-left: 6.4rem;
  padding-right: 0.85333rem;
}
.index-notice-item--activity .bd h4 {
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-notice-item--match {
  padding-top: 0;
  padding-bottom: 0;
}
.index-notice-item--match .ui-piczoom {
  background-image: url(//mat1.gtimg.com/v/iwan281/images/match_zoom.jpg);
  border-radius: 4px;
}
.index-notice-item--match .ui-piczoom:before {
  background-color: rgba(36, 36, 42, 0.75);
}
.index-notice-item--match .inner {
  height: 2.56rem;
}
.index-notice-item--match .match-img {
  height: 1.70667rem;
  display: block;
}
.index-notice-item--match .info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
}

.nav-entry__icon img {
  width: 100%;
  width: block;
}
.nav-entry__text {
  font-size: 0;
  margin-top: 0.21333rem;
}
.nav-entry__text .text {
  display: inline-block;
  vertical-align: top;
  width: 19.99%;
  text-align: center;
  font-size: 0.46933rem;
  line-height: 0.68267rem;
  color: #050505;
}
.nav-entry__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
}
.nav-entry__link .link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 100%;
  width: 19.99%;
}
.nav-entry__link .ui-newdot {
  left: 50%;
  top: -0.04267rem;
  margin-left: 0.576rem;
}
.nav-entry__link .badge-hot {
  position: absolute;
  left: 50%;
  top: -0.17067rem;
  width: 0.68267rem;
  height: 0.72533rem;
  margin-left: 0.59733rem;
  background-image: url(//mat1.gtimg.com/v/iwan281/images/badge_hot.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-entry-slider {
  width: 100%;
  padding-top: 0.64rem;
  padding-bottom: 0.42667rem;
  background: #fff;
  border-bottom: 5px solid #f5f5f5;
}
.nav-entry-slider .swiper-slide {
  font-size: 0;
}
.nav-entry-slider .swiper-pagination {
  position: relative !important;
  height: 0.21333rem !important;
  bottom: 0 !important;
  margin-top: 0.32rem !important;
}
.nav-entry-slider .swiper-pagination-bullet {
  width: 0.21333rem;
  height: 0.21333rem;
  margin-left: 0.10667rem !important;
  margin-right: 0.10667rem !important;
  background: #000;
  opacity: .2;
  border-radius: 100% !important;
}
.nav-entry-slider .swiper-pagination-bullet-active {
  margin-left: 0.10667rem !important;
  margin-right: 0.10667rem !important;
  opacity: .5;
}
.nav-entry-slider .swiper-pagination-bullet-active:before, .nav-entry-slider .swiper-pagination-bullet-active:after {
  display: none;
}

.page-index-game .recentplay-mod {
  margin: 0;
  border-bottom: 5px solid #f5f5f5;
}

.index-hotvideos {
  margin-left: -0.21333rem;
  margin-right: -0.21333rem;
}
.index-hotvideos > li {
  display: block;
  width: 50%;
  -webkit-flex-grow: 0 0 50%;
  -webkit-box-flex: 0 0 50%;
  flex-grow: 0 0 50%;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  padding-left: 0.21333rem;
  padding-right: 0.21333rem;
}
.index-hotvideos > li:nth-child(n + 3) {
  margin-top: 0.85333rem;
}
.index-hotvideos .link-video {
  display: block;
}
.index-hotvideos .link-video .pic {
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 2px;
}
.index-hotvideos .link-video .pic img {
  display: block;
  width: 100%;
  border-radius: 2px;
}
.index-hotvideos .link-video .title {
  font-size: 0.59733rem;
  line-height: 1.024rem;
  height: 2.048rem;
  margin-top: 0.42667rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.index-hotvideos .link-game {
  display: flex;
  align-items: center;
  margin-top: 0.21333rem;
}
.index-hotvideos .link-game img {
  display: block;
  width: 0.93867rem;
  height: 0.93867rem;
  border-radius: 5px;
  margin-right: 0.256rem;
}
.index-hotvideos .link-game .title {
  font-size: 0.512rem;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index-morebar {
  margin-top: -0.85333rem;
  margin-bottom: 1.70667rem;
  height: 1.792rem;
  line-height: 1.792rem;
  color: #111;
  font-size: 0.512rem;
  text-align: center;
  background: #f5f5f5;
  border-radius: 0.896rem 0.896rem 0.896rem 0.896rem;
}
.index-morebar [class^="svg-icon-"] {
  display: block;
  margin-right: 0.256rem;
}

.index-ranking-panel .ui-tab {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  width: auto;
  margin-top: -0.64rem;
}
.index-ranking-panel .ui-tab:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #eee;
}
.index-ranking-panel .ui-tab-item {
  color: #666;
  padding-left: 0.42667rem;
  padding-right: 0.42667rem;
}
.index-ranking-panel .ui-tab-item .text {
  font-size: 0.59733rem;
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
}
.index-ranking-panel .ui-tab-item.active {
  color: #111;
  font-weight: 500;
}
.index-ranking-panel .ui-tab-item.active .text {
  font-size: 0.68267rem;
}
.index-ranking-panel .ui-tab-item.active .text:after {
  width: 0.768rem;
  left: 50%;
  margin-left: -0.384rem;
  background: #FFDC14;
  opacity: 1;
}

.index-ranking-media-list {
  padding-left: 0;
  padding-right: 0;
}
.index-ranking-media-list .bd h4 {
  font-size: 0.59733rem;
}
.index-ranking-media-list .bd p {
  color: #999;
  font-size: 0.42667rem;
}
.index-ranking-media-list .ui-media {
  margin-bottom: 0.85333rem;
  counter-increment: section;
}
.index-ranking-media-list .ui-media .inner:before {
  content: counter(section);
  display: block;
  width: 1.28rem;
  padding-left: 0.21333rem;
  color: #666;
  font-weight: 400;
  font-size: 0.68267rem;
}
.index-ranking-media-list .ui-media:nth-child(-n + 3) .inner:before {
  color: #111;
}

.index-hot-topics {
  margin-left: -0.32rem;
  margin-right: -0.32rem;
}
.index-hot-topics > li {
  display: block;
  width: 50%;
  -webkit-flex-grow: 0 0 50%;
  -webkit-box-flex: 0 0 50%;
  flex-grow: 0 0 50%;
  -webkit-flex-shrink: 1;
  -webkit-box-flex: 1;
  flex-shrink: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}
.index-hot-topics > li:nth-child(n + 3) {
  margin-top: 0.85333rem;
}
.index-hot-topics .link-topic {
  display: block;
}
.index-hot-topics .link-topic .pic {
  width: 0.93867rem;
  height: 0.93867rem;
  border-radius: 6px;
  margin-right: 0.17067rem;
}
.index-hot-topics .link-topic .pic img {
  display: block;
  width: 100%;
  border-radius: 6px;
}
.index-hot-topics .link-topic .title {
  font-size: 0.59733rem;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.index-guess-panel .ui-panel-bd {
  position: relative;
  margin-left: -0.64rem;
  margin-right: -0.64rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.index-guess-panel .ui-panel-bd::-webkit-scrollbar {
  display: none;
}

.index-guess-list {
  font-size: 0;
  white-space: nowrap;
}
.index-guess-list .ui-label-primary {
  position: absolute;
  z-index: 19;
  left: -0.17067rem;
  top: 0.29867rem;
  margin-left: 0;
}
.index-guess-list .ui-btn-primary {
  background-color: transparent;
}
.index-guess-list > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 5.12rem;
  height: 6.74133rem;
  font-size: 0.512rem;
  border-radius: 8px;
  margin-left: 0.64rem;
}
.index-guess-list > li:last-child {
  margin-right: 0.64rem;
}
.index-guess-list .img-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 2px;
}
.index-guess-list .img-bg img {
  position: absolute;
  height: 7.68rem;
  width: 7.68rem;
  max-width: none;
  left: 50%;
  top: 50%;
  margin-left: -3.84rem;
  margin-top: -3.84rem;
  opacity: .06;
}
.index-guess-list .ui-media-grid {
  position: relative;
  z-index: 9;
  margin-left: 0;
  margin-right: 0;
  display: block !important;
}
.index-guess-list .ui-media-grid .ui-media {
  width: 100% !important;
  -webkit-flex-basis: 100% !important;
  flex-basis: 100% !important;
}
.index-guess-list .ui-media-grid .bd {
  padding-left: 0;
  padding-right: 0;
}
.index-guess-list .ui-media-grid .inner {
  display: block;
  padding-top: 0.85333rem;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}

.page-index-game .category-panel .nav-category {
  border-top: 0;
  margin-top: -0.64rem;
  margin-left: -0.64rem;
  margin-right: -0.64rem;
  margin-bottom: 0;
}
.page-index-game .category-panel .nav-category-item {
  border-color: transparent;
}
.page-index-game .category-panel .ui-panel-bd {
  border-top: thin solid #eee;
  padding-top: 0.72533rem;
}

/*----------------------------------------
	首页 - 热点资讯
----------------------------------------*/
.hotnews-stream {
  margin-bottom: 0;
}
.hotnews-stream .mod-stream-con {
  padding-top: 0.64rem;
  padding-bottom: 0;
}
.hotnews-stream .mod-stream-con:before {
  top: 0;
  left: 1.49333rem;
  border-bottom: 0;
  border-left: 0.32rem solid transparent;
  border-right: 0.32rem solid transparent;
  border-bottom: 0.384rem solid #fff;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.hotnews-stream .mod-stream-pic {
  margin-bottom: 0;
}
.hotnews-stream .ui-pic .info {
  color: #fff;
  font-size: 0.59733rem;
  left: 10px;
  bottom: 13px;
}
.hotnews-stream ~ .hotnews-stream {
  margin-top: 0.64rem;
}

/* 广告弹出 */
.page-adalert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.page-adalert-mask {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 0.5s;
}
.page-adalert-pic {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.page-adalert-pic img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 16rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-adalert-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 19;
  padding: 1.06667rem;
}
.page-adalert-close .svg-icon-del {
  fill: #fff;
  width: 0.896rem;
  height: 0.896rem;
  opacity: 1;
}

.page-adalert.running {
  opacity: 1;
  pointer-events: auto;
}
.page-adalert.running .page-adalert-mask {
  opacity: 1;
  pointer-events: auto;
}
.page-adalert.running .page-adalert-pic {
  opacity: 1;
  pointer-events: auto;
  -webkit-animation-name: pageAdAlertPicShow;
  animation-name: pageAdAlertPicShow;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.page-gift {
  background-color: #fff;
  padding-bottom: 0;
}
.page-gift .ui-btn-primary,
.page-gift .install-btn {
  display: block;
  min-width: 2.13333rem;
  padding-left: 0.42667rem;
  padding-right: 0.42667rem;
  height: 1.024rem;
  line-height: 0.98133rem;
  color: #111;
  background-color: #fff;
  border: thin solid #FFDC14;
  border-radius: 0.512rem 0.512rem 0.512rem 0.512rem;
}
.page-gift .ui-btn-primary.disabled {
  border: thin solid #111;
  color: #111;
  background-color: #fff;
  opacity: .2;
}
.page-gift .ui-label-playing {
  display: block;
  position: relative;
  top: -1px;
  height: 0.72533rem;
  padding: 0 0.17067rem;
  background: #FFDC14;
  border-radius: 0.256rem 0 0.256rem 0.256rem;
  font-size: 0.42667rem;
  line-height: 0.72533rem;
  flex-shrink: 0;
  color: #111;
}
.page-gift .ui-label-playing::before, .page-gift .ui-label-playing::after {
  content: '';
  display: block;
  height: 0.08533rem;
  position: absolute;
  background: #FFDC14;
  border-radius: 6px;
}
.page-gift .ui-label-playing::before {
  width: 0.34133rem;
  top: 0;
  right: -0.29867rem;
}
.page-gift .ui-label-playing::after {
  width: 0.21333rem;
  top: 0.17067rem;
  right: -0.17067rem;
}
.page-gift .ui-panel {
  margin: 0;
}
.page-gift .ui-panel + .ui-panel {
  padding-top: 0;
  border-top: 0;
}
.page-gift .ui-panel .ui-panel-hd {
  text-align: left;
  margin: 0;
  padding: 0;
  margin-bottom: 0.55467rem;
  margin-top: 0.81067rem;
}
.page-gift .ui-panel .ui-panel-hd h3 {
  font-size: 0.68267rem;
  font-weight: 500;
  line-height: 0.85333rem;
}
.page-gift .search-panel {
  padding: 0.64rem !important;
  border-bottom: 5px solid #f5f5f5;
}
.page-gift .search-panel .search-container {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 1.45067rem;
  position: relative;
}
.page-gift .search-panel .search-container .input-control {
  display: block;
  width: 100%;
  height: 1.45067rem;
  line-height: 1.45067rem;
  padding-left: 1.664rem;
  padding-right: 0.64rem;
  border-radius: 0.72533rem;
  background: #F5F5F5;
  font-size: 0.512rem;
  color: #666;
  border: none;
}
.page-gift .search-panel .search-container .input-control::-webkit-input-placeholder {
  color: #666;
}
.page-gift .search-panel .svg-icon-search {
  width: 0.68267rem;
  height: 0.68267rem;
  position: absolute;
  z-index: 1;
  left: 0.64rem;
  top: 50%;
  transform: translateY(-50%);
  fill: #666;
}
.page-gift .search-panel .cancel {
  height: 1.45067rem;
  line-height: 1.45067rem;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.59733rem;
  color: #333;
  padding: 0 0.85333rem;
}
.page-gift .page-morebar {
  margin-top: 5px;
  margin-bottom: 5px;
  background: #fff;
}
.page-gift .page-morebar .ui-pacman {
  margin: 0 auto;
}

.gifts-panel {
  padding: 0 0.64rem;
}
.gifts-panel .ui-panel-bd {
  margin-left: -0.64rem;
  margin-right: -0.64rem;
}
.gifts-panel .recentplay-mod {
  padding: 0.85333rem 0.64rem 0 0.64rem;
  margin-top: 0;
  margin-bottom: 0;
}
.gifts-panel .ui-panel-hd + .ui-panel-bd .recentplay-mod:first-child {
  padding-top: 0;
}
.gifts-panel-rencent .ui-panel-bd .recentplay-mod:last-child {
  border-bottom: 5px solid #f5f5f5;
}
.gifts-panel .recentplay-mod:not(:last-child) {
  border-bottom: thin solid #F5F5F5;
}
.gifts-panel .recentplay-mod .recentplay-event-hd h4 {
  color: #111;
}
.gifts-panel .recentplay-mod .recentplay-event {
  margin-top: 0;
  padding: 0.85333rem 0;
}
.gifts-panel .recentplay-mod .recentplay-event-hd {
  margin-bottom: 0.85333rem;
}
.gifts-panel .recentplay-mod .link-help .svg-icon-arrow {
  color: #666;
  opacity: 1;
}
.gifts-panel .recentplay-media {
  margin-bottom: 0;
}
.gifts-panel .recentplay-media .ui-thumb {
  width: 1.96267rem;
  height: 1.96267rem;
}
.gifts-panel .recentplay-media h4 {
  font-weight: 500;
  color: #111;
}
.gifts-panel .recentplay-media p {
  font-size: 0.42667rem;
  color: #999;
  margin-top: 0.128rem;
}
.gifts-panel .giftcheckin-mod {
  margin-top: 0.42667rem;
}
.gifts-panel .recentplay-event {
  border-top: 0;
}
.gifts-panel .recentplay-gift-list .ui-cell {
  margin-bottom: 0;
}
.gifts-panel .recentplay-gift-list .ui-cell + .ui-cell {
  margin-top: 0.85333rem;
}
.gifts-panel .recentplay-gift-list .ui-cell:not(:nth-child(-n+4)) {
  display: none;
}
.gifts-panel .recentplay-gift-list h4, .gifts-panel .recentplay-gift-list h5 {
  font-size: 0.59733rem;
  color: #111;
}
.gifts-panel .recentplay-gift-list p {
  color: #666;
}
.gifts-panel .recentplay-gift-list .morebar {
  margin-top: 0.85333rem;
}
.gifts-panel .recentplay-gift-list .morebar .info {
  font-size: 0.512rem;
  color: #666;
}
.gifts-panel .recentplay-gift-list .morebar .svg-icon-arrow {
  margin-left: 0.17067rem;
  top: 0;
  fill: #666;
  opacity: 1;
  width: 0.42667rem;
}
.gifts-panel .recentplay-gift-list.active .ui-cell:not(:nth-child(-n+4)) {
  display: block;
}
.gifts-panel .recentplay-gift-list.active .morebar .svg-icon-arrow {
  transform: rotate(180deg);
}

.gift-login-tab {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 1.92rem;
  background-color: #fff;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.gift-login-tab:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #eee;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.gift-login-tab .svg-icon-wx,
.gift-login-tab .svg-icon-qq {
  display: block;
  width: 0.68267rem;
  height: 0.68267rem;
  margin-right: 0.128rem;
  top: -0.04267rem;
}
.gift-login-tab .svg-icon-wx svg,
.gift-login-tab .svg-icon-qq svg {
  width: 100%;
  height: 100%;
}
.gift-login-tab .username {
  display: block;
  position: relative;
  height: 100%;
  line-height: 1.92rem;
  max-width: 4.77867rem;
  font-size: 0.59733rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gift-login-tab .username:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.384rem;
  width: 0.768rem;
  height: 0.128rem;
  background: #FFDC14;
  opacity: 0;
}
.gift-login-tab .item {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  height: 1.92rem;
  padding: 0 0.64rem;
  position: relative;
  text-align: center;
  color: #999;
}
.gift-login-tab .item.active {
  color: #111;
  font-weight: 500;
}
.gift-login-tab .item.active .svg-icon-wx {
  color: #1AAD19;
}
.gift-login-tab .item.active .svg-icon-qq {
  color: #32b9ee;
}
.gift-login-tab .item.active .username:after {
  opacity: 1;
}
.gift-login-tab.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
}

/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
.ui-cell-row, .ui-media-list .ui-media, .ui-media-list .inner, .ui-media-list .bd .heading, .ui-tab, .ui-pacman-balls, .page-loader, .navbar-container, .navbar-item, .homepage-nav, .homepage-nav .navbar-item, .mod-ad > li, .mod-ad-info .mod-ad-item, .event-stream .mod-stream-con .ui-media-list .bd .heading, .nav-category, .nav-category-item, .m-match__block, .match-user-bar, .mod-giftpack .img-giftpack, .mod-giftpack .img-giftpack-group, .mod-giftpack .img-giftpack-checkins, .mod-giftpack-cell, .mod-giftpack-media .inner, .recentplay-media, .recentplay-media .inner, .recentplay-media .heading, .recentplay-event-hd, .recentplay-event-hd .link-help, .giftcheckin-mod, .recentplay-users, .recentplay-users > li.more .link-more, .recentplay-nav, .recentplay-nav-label, .page-index-game .ui-panel-hd .title, .page-index-game .ui-media-grid:not(.ui-scroll-x), .index-top-mod .mod-search-wrap, .index-notice-item, .index-notice-item .inner, .index-notice-item .info, .index-notice-item .heading, .index-notice-item--activity .bd, .index-hotvideos, .index-morebar, .index-hot-topics, .index-hot-topics .link-topic, .page-gift .search-panel, .gifts-panel .recentplay-gift-list .morebar, .gift-login-tab, .gift-login-tab .item, .saicheng-tl__vs, .saicheng-tl__item {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/*
    Flex direction
 */
.homepage-nav .navbar-item, .nav-category, .page-index-game .ui-media-grid:not(.ui-scroll-x), .index-hotvideos, .index-hot-topics {
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.navbar-item, .recentplay-nav-label, .index-notice-item--activity .bd, .saicheng-tl__vs {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/*
    Flex wrap
 */
.nav-category, .page-index-game .ui-media-grid:not(.ui-scroll-x), .index-hotvideos, .index-hot-topics {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
.recentplay-users > li.more .link-more {
  -webkit-box-pack: end;
  -webkit-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.page-loader, .navbar-item, .nav-category-item, .mod-giftpack .img-giftpack, .index-notice-item--activity .bd, .index-morebar, .gift-login-tab .item, .saicheng-tl__vs {
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.mod-giftpack .img-giftpack-checkins, .giftcheckin-mod {
  -webkit-box-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/*
    Align items
 */
.nav-category, .page-index-game .ui-media-grid:not(.ui-scroll-x), .index-hotvideos, .index-hot-topics, .saicheng-tl__item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.ui-cell-row, .ui-media-list .ui-media, .ui-media-list .inner, .ui-media-list .bd .heading, .page-loader, .navbar-item, .homepage-nav .navbar-item, .mod-ad > li, .mod-ad-info .mod-ad-item, .nav-category-item, .m-match__block, .mod-giftpack .img-giftpack, .mod-giftpack .img-giftpack-checkins, .mod-giftpack-cell, .mod-giftpack-media .inner, .recentplay-media, .recentplay-media .inner, .recentplay-media .heading, .recentplay-event-hd, .recentplay-event-hd .link-help, .giftcheckin-mod, .recentplay-users, .recentplay-users > li.more .link-more, .recentplay-nav, .recentplay-nav-label, .page-index-game .ui-panel-hd .title, .index-notice-item, .index-notice-item .inner, .index-notice-item .info, .index-notice-item .heading, .index-morebar, .index-hot-topics .link-topic, .page-gift .search-panel, .gifts-panel .recentplay-gift-list .morebar, .gift-login-tab, .gift-login-tab .item, .saicheng-tl__vs {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*
    Align self
 */
/*
    Align content
 */
/* 首页 - 赛事中心 */
.match-live-box .ui-pic--video:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  height: 4.48rem;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.match-live-box .mod-stream-pic {
  position: relative;
  z-index: 1;
}

.match-live-box {
  position: relative;
}
.match-live-box .label-more {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 6.4rem;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 0.42667rem;
  transform: translateX(-50%);
}
.match-live-box .label-more .svg-icon-arrow {
  fill: currentColor;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.match-live-box .label-live {
  position: absolute;
  z-index: 9;
  left: 0.42667rem;
  top: 0.42667rem;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  padding-left: 0.49067rem;
  padding-right: 0.34133rem;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
}
.match-live-box .label-live:before {
  content: "";
  position: absolute;
  left: 0.23467rem;
  top: 50%;
  margin-top: -0.064rem;
  width: 0.128rem;
  height: 0.128rem;
  border-radius: 50%;
  background-color: #eb7e5c;
}

.saicheng-tl__vs {
  position: relative;
  z-index: 6;
  height: 100%;
  padding-top: 0.21333rem;
}
.saicheng-tl__vs h5 {
  font-size: 14px;
  color: #050505;
  line-height: 20px;
}
.saicheng-tl__vs h5 .text {
  display: inline-block;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.saicheng-tl__vs .label-vs {
  height: 1.70667rem;
  font-size: 13px;
  color: #aaa;
  line-height: 1.70667rem;
}
.saicheng-tl__vs .label-winner {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 2px;
  margin-left: 2px;
  line-height: 14px;
  color: #fff;
  font-size: 12px;
  padding: 0 3px;
  border-radius: 2px;
  background-color: #eb7e5c;
}
.saicheng-tl__score {
  height: 1.70667rem;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  position: relative;
  font-size: 0;
}
.saicheng-tl__score:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0.576rem;
  width: 0.128rem;
  height: 0.128rem;
  background-color: rgba(36, 36, 42, 0.8);
  border-radius: 50%;
  transform: translateX(-50%);
}
.saicheng-tl__score:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 1.00267rem;
  width: 0.128rem;
  height: 0.128rem;
  background-color: rgba(36, 36, 42, 0.8);
  border-radius: 50%;
  transform: translateX(-50%);
}
.saicheng-tl__score .score-text {
  display: inline-block;
  vertical-align: top;
  width: 0.85333rem;
  height: 1.06667rem;
  margin-left: 0.32rem;
  margin-right: 0.32rem;
  line-height: 1.06667rem;
  color: #fff;
  text-align: center;
  font-size: 0.85333rem;
  font-weight: 100;
  background-color: rgba(36, 36, 42, 0.8);
  border-radius: 3px;
}
.saicheng-tl__con {
  position: relative;
  height: 100%;
  width: 5.888rem;
}
.saicheng-tl__item {
  position: relative;
  height: 6.528rem;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 3px;
  background-color: white;
  background: #fff url(//mat1.gtimg.com/v/iwan281/images/caicheng_timeline_bg.png) no-repeat left bottom;
  background-size: auto 100%;
}
.saicheng-tl__item .label-order {
  position: absolute;
  z-index: 19;
  left: -5px;
  top: 5px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  padding-left: 5px;
  padding-right: 7px;
  background-color: #FF6427;
  border-radius: 4px 10px 10px 0;
}
.saicheng-tl__item .label-order:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-top: 3px solid #C63800;
  border-left: 5px solid transparent;
}
.saicheng-tl__item .label-status {
  position: absolute;
  right: 0.42667rem;
  top: 0.34133rem;
  font-size: 12px;
  color: #848484;
}
.saicheng-tl__session {
  height: 100%;
  background-color: #fdf2ee;
}
.saicheng-tl__session h5 {
  color: #848484;
  font-size: 12px;
  text-align: center;
  height: 1.28rem;
  line-height: 1.28rem;
}
.saicheng-tl__session ul {
  width: 2.432rem;
  padding-left: 0.42667rem;
  padding-right: 0.42667rem;
}
.saicheng-tl__session ul:after {
  content: "";
  clear: both;
  display: table;
}
.saicheng-tl__session ul > li {
  display: block;
  width: 1.49333rem;
  text-align: center;
  margin-bottom: 0.64rem;
}
.saicheng-tl__session ul > li > span {
  display: inline-block;
  width: 1.06667rem;
  height: 1.06667rem;
  padding-top: 0.10667rem;
  padding-bottom: 0.10667rem;
  color: #848484;
  font-size: 14px;
  line-height: 0.85333rem;
  text-align: center;
  border-radius: 50%;
}
.saicheng-tl__session ul > li.active > span {
  color: #fff;
  background-color: #eb7e5c;
}
.saicheng-tl__session ul.col-2 {
  width: 3.92533rem;
}
.saicheng-tl__session ul.col-2 > li {
  float: left;
}
.saicheng-tl__session ul.col-3 {
  width: 5.41867rem;
}
.saicheng-tl__session ul.col-3 > li {
  float: left;
}
.saicheng-tl__date {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  padding-left: 0.42667rem;
  padding-right: 0.42667rem;
  height: 1.06667rem;
  line-height: 1.06667rem;
  font-size: 14px;
  color: #050505;
  background-color: #f3f3f3;
  border-radius: 0.53333rem 0.53333rem 0.53333rem 0.53333rem;
}

.saicheng-tls {
  position: relative;
  width: 100%;
  min-height: 8.448rem;
  white-space: nowrap;
  font-size: 0;
  padding-left: 0.64rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.saicheng-tls::-webkit-scrollbar {
  display: none;
}
.saicheng-tls > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 14px;
  padding-right: 0.64rem;
  padding-top: 1.92rem;
}
.saicheng-tls > li:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0.512rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #f3f3f3;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.saicheng-tls > li.active .saicheng-tl__item {
  border-color: #eb7e5c;
}

.saicheng-tls-mod {
  margin-top: 0.85333rem;
}
.saicheng-tls-mod .ui-morebar {
  border-top: 0;
  margin-top: 12px;
  margin-bottom: 11px;
}

.match-slider .ui-slider-pic {
  overflow: hidden;
  border-radius: 3px;
}
#allLoginWrap,#newsLoginWrap,#logincdkwrap,#loginorderwrap,#loginlotterywrap,#loginbindwrap{
    z-index:10000;
    position: fixed;
    display: none;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background: rgba(0,0,0,.5);
}
.login_box{
    background: #fff;
    z-index:10001;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10.88rem;
    height: 7.89333rem;
    margin: -3.94666rem 0 0 -5.44rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}
.logo_iwan{
    width:100%;
    margin: 0.768rem 0 0;
}
.logo_iwan .logo_title{
    font-size: 0.64rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.64rem;
    color: #000;
}
.logo_iwan p{
    line-height: 0.512rem;
    text-align: center;
    font-size: 0.426667rem;
    color: #979797;
    margin-top: 0.341333rem;
}
.login_select{
    position: absolute;
    left: 50%;
    top: 3.456rem;
    width: 8.32rem;
    margin-left: -4.16rem;
    text-align: center;
}
.login_weixin,.news_login_weixin{
    display:inline-block;
    width:2.32533rem;
    height:2.32533rem;
    margin-left: 2.1333rem;
}
.login_qq,.news_login_qq{
    display:inline-block;
    width:2.32533rem;
    height:2.32533rem;
}
.login_select img{
    display: block;
    width: 100%;
}
.login_select p{
    font-size: 0.512rem;
    color: #000;
    line-height: 1.024rem;
    text-align: center;
    font-weight: 400;
    margin-top: 0.05333rem;
}
.login_close{
    width: 0.5333rem;
    height: 0.5333rem;
    display: block;
    position: absolute;
    right: 0.64rem;
    top: 0.64rem;
   background: url(//mat1.gtimg.com/v/iwan281/images/login-close.png);
    background-size: 0.5333rem 0.5333rem;
}@charset "UTF-8";
/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
.pop-ft, .confirm-ft, .confirm-v2 > .ft {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
/*
    Align items
 */
/*
    Align self
 */
/*
    Align content
 */
/* pop-layer */
.pop-layer,
.confirm-layer {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

/* mask */
.ui-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  -webkit-backface-visibility: hidden;
}

/* pop */
.pop {
  z-index: 5000;
  width: 10.66667rem;
  padding: 0.85333rem;
  margin-top: -2.56rem;
  background-color: #fff;
  border-radius: 0.128rem;
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pop-close {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3.41333rem;
  text-align: center;
}
.pop-close .svg-icon-close {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.85333rem;
}
.pop-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.04267rem;
  width: 0.08533rem;
  height: 1.74933rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.pop-ft {
  margin-top: 0.64rem;
}
.pop-ft .ui-btn {
  display: block;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 0.42667rem;
  margin-right: 0.42667rem;
}
.pop-ft .ui-btn:first-child {
  margin-left: 0;
}
.pop-ft .ui-btn:last-child {
  margin-right: 0;
}

/* confirm */
.confirm {
  z-index: 5000;
  width: 12.37333rem;
  margin-top: -2.56rem;
  background-color: #fff;
  border-radius: 0.256rem;
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.confirm-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 0.85333rem;
}
.confirm-close .svg-icon-del {
  top: -0.21333rem;
  right: -0.21333rem;
  fill: #aaa;
  opacity: 1;
}
.confirm-hd {
  padding: 0rem 0.85333rem;
  text-align: center;
}
.confirm-hd h3 {
  padding: 0.85333rem 0rem;
  font-size: 0.68267rem;
  border-bottom: thin solid #f3f3f3;
}
.confirm-bd {
  padding: 1.06667rem;
  font-size: 0.68267rem;
  line-height: 1.10933rem;
  color: #050505;
  text-align: center;
}
.confirm-bd > h4 {
  font-size: 0.68267rem;
  line-height: 1.10933rem;
  margin-top: 0.21333rem;
  margin-bottom: 0.21333rem;
}
.confirm-bd > .ui-checkbox {
  margin-top: 0.42667rem;
}
.confirm-ft .ui-btn {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
  display: block;
  text-align: center;
  color: #050505;
  font-size: 0.68267rem;
  line-height: 1.10933rem;
  white-space: nowrap;
  height: 2.19733rem;
  padding: 0;
  border: thin solid transparent;
  background: none;
  border-top-color: #f3f3f3;
  border-right-color: #f3f3f3;
  border-radius: 0;
}
.confirm-ft .ui-btn:last-child {
  border-right-color: transparent;
}
.confirm-ft .ui-btn-confirm {
  color: #FF6427;
}
.confirm-ft .ui-btn.disabled {
  color: #bbb;
}

.pop-show {
  pointer-events: auto;
}
.pop-show .ui-mask {
  opacity: 1;
  pointer-events: auto;
}
.pop-show .pop, .pop-show .confirm {
  opacity: 1;
  pointer-events: auto;
}

/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
.pop-ft, .confirm-ft, .confirm-v2 > .ft {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
/*
    Align items
 */
/*
    Align self
 */
/*
    Align content
 */
/* 首页游戏广告 */
.pop-pagead {
  position: fixed;
  z-index: 5000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.pop-pagead-bd {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.pop-pagead-bd .pic {
  display: block;
  text-align: center;
}
.pop-pagead-bd .pic img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.pop-pagead-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  padding: 1.06667rem;
}
.pop-pagead-close .svg-icon-del {
  fill: #fff;
  width: 0.896rem;
  height: 0.896rem;
  opacity: 1;
}

/* info-table */
.info-table {
  display: table;
  margin-top: 0.64rem;
  margin-bottom: 0.21333rem;
}
.info-table-cell {
  display: table-cell;
  text-align: left;
  padding-left: 0.21333rem;
  padding-right: 0.21333rem;
}
.info-table-cell:nth-child(1) {
  padding-left: 0;
}
.info-table-cell:nth-child(2) {
  padding-right: 0;
}
.info-table-row {
  display: table-row;
}
.info-table .atr {
  color: #848484;
  font-size: 0.512rem;
  line-height: 0.85333rem;
}
.info-table .val {
  color: #050505;
  font-size: 0.512rem;
  line-height: 0.85333rem;
}
.info-table .val .text-id {
  display: inline-block;
  vertical-align: top;
  max-width: 3.2rem;
}

/** mod-msg */
.mod-msg {
  text-align: center;
}
.mod-msg .info-table,
.mod-msg .info-table-row {
  display: block;
}
.mod-msg .info-table-cell {
  display: inline-block;
}
.mod-msg .con {
  margin-top: 0.64rem;
  margin-bottom: 0.64rem;
}
.mod-msg .con h4 {
  font-size: 0.768rem;
  line-height: 1.024rem;
  text-align: center;
}
.mod-msg .con h4 + p {
  margin-top: 0.64rem;
}
.mod-msg .con p {
  line-height: 0.768rem;
  text-align: left;
  text-align: justify;
}
.mod-msg .ico {
  line-height: 0;
  margin-top: 0.64rem;
}
.mod-msg .ui-checkbox {
  margin-top: 0.85333rem;
  margin-bottom: 0.21333rem;
}

.usable-mod-msg .con p {
  text-align: center;
}

.success-mod-msg {
  text-align: left;
}
.success-mod-msg .con p {
  text-align: center;
}
.success-mod-msg .ui-checkbox {
  text-align: justify;
}

/* pop-iwanguide */
.pop-iwanguide {
  background: none;
  padding: 0;
}
.pop-iwanguide .pop-bd {
  padding: 0;
}

.pop-iwanguide-box {
  margin: 0 auto;
  position: relative;
  width: 10.58133rem;
  overflow: hidden;
  border-radius: 0.128rem;
}
.pop-iwanguide-box img {
  display: block;
  width: 100%;
}
.pop-iwanguide-box .link-download {
  display: block;
}

/* checkingcode-form */
.checkingcode-form {
  width: 7.36rem;
  margin: 0 auto;
}
.checkingcode-form .form-cell-hd {
  padding-right: 0.53333rem;
  font-size: 0.59733rem;
}
.checkingcode-form .form-cell-ft {
  font-size: 0.59733rem;
  text-align: right;
}
.checkingcode-form .pic-vcode {
  display: inline-block;
  vertical-align: middle;
  width: 2.98667rem;
}
.checkingcode-form .link-reload {
  color: #FF6427;
}
.checkingcode-form .form-cell-vcode:before {
  display: none;
}
.checkingcode-form .form-cell-vcode .form-cell-bd {
  text-align: left;
}

/* 兑换成功 */
.exchangeok-mod h3 {
  color: #050505;
  font-size: 0.512rem;
  font-weight: 400;
}
.exchangeok-mod .text-exchangecode {
  color: #FF6427;
  font-size: 0.59733rem;
}

.exchangeok-infos {
  margin-top: 1.06667rem;
  padding-top: 0.64rem;
  border-top: thin solid #f3f3f3;
}
.exchangeok-infos h4 {
  color: #050505;
  font-size: 0.512rem;
  font-weight: 400;
  margin-bottom: 0.21333rem;
}
.exchangeok-infos p {
  line-height: 0.74667rem;
}

/* V币抽奖结果弹层 */
.vbcjrst-box {
  margin: -0.85333rem;
  margin-bottom: 0;
}
.vbcjrst-heading {
  position: relative;
  height: 4.65067rem;
  border-radius: 0.128rem 0.128rem 0 0;
  background-image: -webkit-linear-gradient(-29deg, #ff9a64 0%, #ff4a81 100%);
}
.vbcjrst-heading .img {
  position: absolute;
  z-index: 19;
  top: 2.56rem;
  left: 50%;
  margin-left: -1.536rem;
  width: 3.072rem;
  height: 3.072rem;
  border-radius: 0.42667rem;
  overflow: hidden;
}
.vbcjrst-heading .img img {
  display: inline-block;
  vertical-align: top;
  border-radius: 0.42667rem;
}
.vbcjrst-heading .flags {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vbcjrst-heading .flags .flag {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8rem;
  margin-top: -5.33333rem;
  width: 16rem;
  height: 16rem;
  background: url(//mat1.gtimg.com/v/iwan281/images/flag_cj.svg) no-repeat;
  background-size: cover;
  opacity: .15;
}
.vbcjrst-heading .stars .star {
  position: absolute;
  z-index: 3;
  width: 0.832rem;
  height: 1.00267rem;
  background: url(//mat1.gtimg.com/v/iwan281/images/star_cj.svg) no-repeat;
  background-size: cover;
}
.vbcjrst-heading .stars .star-1 {
  left: 2.304rem;
  top: 3.37067rem;
  opacity: .2;
}
.vbcjrst-heading .stars .star-2 {
  width: 0.384rem;
  height: 0.46933rem;
  left: 3.24267rem;
  top: 2.176rem;
}
.vbcjrst-heading .stars .star-3 {
  width: 0.29867rem;
  height: 0.34133rem;
  right: 3.712rem;
  top: 2.09067rem;
  opacity: .2;
}
.vbcjrst-heading .stars .star-4 {
  width: 0.49067rem;
  height: 0.576rem;
  right: 2.66667rem;
  top: 2.88rem;
  opacity: .6;
}
.vbcjrst-heading .stars .star-5 {
  width: 0.384rem;
  height: 0.46933rem;
  right: 3.072rem;
  top: 3.84rem;
}
.vbcjrst-content {
  min-height: 4.69333rem;
  padding-top: 1.92rem;
  padding-bottom: 0.128rem;
  text-align: center;
}
.vbcjrst-content p {
  font-size: 12px;
  line-height: 18px;
  color: #050505;
  margin-bottom: 5px;
}
.vbcjrst-content .info-name {
  font-size: 18px;
  line-height: 25px;
  color: #050505;
  font-weight: 400;
}
.vbcjrst-content .info-well {
  color: #848484;
}
.vbcjrst-content .info-code {
  font-size: 14px;
  line-height: 18px;
  color: #FF6427;
  font-weight: 400;
  margin-top: 8px;
  margin-bottom: 8px;
}

/* 抽奖结果相关动画控制 */
.pop-show .vbcjrst-box .flag {
  will-change: transform;
  animation: flag-cj 8s linear  99;
}
.pop-show .vbcjrst-box .star-1 {
  animation: star-cj-1 1s ease-in-out alternate 99;
}
.pop-show .vbcjrst-box .star-2 {
  animation: star-cj-2 1s ease-in-out alternate 99;
}
.pop-show .vbcjrst-box .star-3 {
  animation: star-cj-3 1s ease-in-out alternate 99;
}
.pop-show .vbcjrst-box .star-4 {
  animation: star-cj-4 1s ease-in-out alternate 99;
}
.pop-show .vbcjrst-box .star-5 {
  animation: star-cj-5 1s ease-in-out alternate 99;
}

@keyframes flag-cj {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes star-cj-1 {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes star-cj-2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
@keyframes star-cj-3 {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}
@keyframes star-cj-4 {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes star-cj-5 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
/* 章鱼动画 */
.am-octopus {
  position: relative;
  width: 65px;
  height: 60px;
}
.am-octopus-in {
  display: block;
  width: 65px;
  height: 60px;
  background: url(//mat1.gtimg.com/v/iwan281/images/am-octopus-sprite.png) no-repeat;
  background-position: 0 0;
  background-size: cover;
}

@keyframes am-octopus {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes am-octopus-in {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -715px 0;
  }
}
.pop-show .am-octopus {
  animation: am-octopus .7s alternate 99;
}
.pop-show .am-octopus-in {
  animation: am-octopus-in .5s 99;
  animation-timing-function: steps(11);
}

/* vbcjrst-none-pop */
.vbcjrst-none-pop {
  padding: 0;
  min-height: 9.13067rem;
  background: #fff;
}
.vbcjrst-none-pop .pop-ft {
  height: 0;
  margin: 0;
}
.vbcjrst-none-box {
  position: relative;
}
.vbcjrst-none-content {
  text-align: center;
  padding-top: 0.85333rem;
  padding-bottom: 1.28rem;
}
.vbcjrst-none-content h4 {
  font-size: 18px;
  line-height: 25px;
}
.vbcjrst-none-content p {
  color: #848484;
  line-height: 18px;
  font-size: 12px;
  margin-top: 3px;
}
.vbcjrst-none-content p ~ p {
  margin-top: 0;
}
.vbcjrst-none-heading {
  position: relative;
  height: 4.37333rem;
  background: url(//mat1.gtimg.com/v/iwan281/images/vbcjrst_none_1.png) no-repeat center 1.28rem;
  background-size: auto 2.56rem;
}
.vbcjrst-none-heading .am-octopus {
  margin: 0 auto;
  top: 1.92rem;
}

/* 选择角色 */
.rolehistoryWrap {
  min-height: 2.13333rem;
}

.mod-changeaccount {
  padding-top: 0.21333rem;
  padding-bottom: 1.06667rem;
}
.mod-changeaccount h3 {
  text-align: center;
  font-size: 0.68267rem;
  line-height: 1.10933rem;
}
.mod-changeaccount p {
  font-size: 0.512rem;
  line-height: 0.768rem;
}
.mod-changeaccount .content {
  text-align: center;
}
.mod-changeaccount .list {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  margin-top: 1.49333rem;
}
.mod-changeaccount .list > li {
  display: block;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
}
.mod-changeaccount .list > li p {
  margin-top: 0.64rem;
}
.mod-changeaccount .list .icon-account-qq {
  background: url(//mat1.gtimg.com/v/iwan281/images/qq.png) no-repeat;
  background-size: cover;
  width: 1.25867rem;
  height: 1.45067rem;
}
.mod-changeaccount .list .icon-account-weixin {
  background: url(//mat1.gtimg.com/v/iwan281/images/weixin.png) no-repeat;
  background-size: cover;
  width: 1.70667rem;
  height: 1.45067rem;
}

@-webkit-keyframes pop-pacman-up {
  0% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
}
@keyframes pop-pacman-up {
  0% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
  }
}
@-webkit-keyframes pop-pacman-down {
  0% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
}
@keyframes pop-pacman-down {
  0% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
}
.pop-pacman {
  width: 3.072rem;
  height: 1.28rem;
  position: relative;
  margin: 0 auto;
  /* ead/ */
  /* ball/ */
}
.pop-pacman-eat {
  position: relative;
  z-index: 9;
  width: 1.28rem;
  height: 1.28rem;
  margin: 0 auto;
}
.pop-pacman-eat-up, .pop-pacman-eat-down {
  display: block;
  position: relative;
  width: 100%;
  height: 50%;
  background: #fff;
}
.pop-pacman-eat-up {
  border-radius: 100em 100em 0 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-animation: pop-pacman-up .8s infinite;
  animation: pop-pacman-up .8s infinite;
}
.pop-pacman-eat-down {
  border-radius: 0 0 100em 100em;
  position: absolute;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation: pop-pacman-down .8s infinite;
  animation: pop-pacman-down .8s infinite;
}
.pop-pacman-ball {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.29867rem;
  height: 0.29867rem;
  margin-top: -0.14933rem;
  background: #fff;
  opacity: .2;
  border-radius: 100%;
}

@-webkit-keyframes pop-pacman-ball1 {
  0% {
    opacity: .2;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  35% {
    opacity: 1;
    -webkit-transform: translateX(-1.49333rem);
    transform: translateX(-1.49333rem);
  }
  36% {
    opacity: 0;
    -webkit-transform: translateX(-1.536rem);
    transform: translateX(-1.536rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2.98667rem);
    transform: translateX(-2.98667rem);
  }
}
@keyframes pop-pacman-ball1 {
  0% {
    opacity: .2;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  35% {
    opacity: 1;
    -webkit-transform: translateX(-1.49333rem);
    transform: translateX(-1.49333rem);
  }
  36% {
    opacity: 0;
    -webkit-transform: translateX(-1.536rem);
    transform: translateX(-1.536rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2.98667rem);
    transform: translateX(-2.98667rem);
  }
}
.pop-pacman-balls .pop-pacman-ball:nth-child(1) {
  -webkit-animation: pop-pacman-ball1 .8s linear infinite;
  animation: pop-pacman-ball1 .8s linear infinite;
}

.pop-loading {
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  width: 4.56533rem;
  height: 4.56533rem;
  margin-left: -2.28267rem;
  margin-top: -2.28267rem;
  padding-top: 0.93867rem;
  padding-bottom: 0.93867rem;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
}
.pop-loading > .info {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  margin-top: 0.896rem;
}

.getgiftpack-mod {
  margin: -0.21333rem -1.06667rem;
}
.getgiftpack-mod > h4, .getgiftpack-mod > .img {
  text-align: center;
}
.getgiftpack-mod .ui-media-grid {
  margin-top: 0.64rem;
  padding-left: 0.21333rem;
  padding-right: 0.21333rem;
}

.pop .qq-weixin-tab {
  margin: -0.85333rem;
  margin-bottom: 0;
  width: auto;
  background: none;
}
.pop .qq-weixin-tab:after {
  content: "";
  z-index: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  background: #eee;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.pop .qq-weixin-tab .ui-tab-item {
  text-align: center;
}
.pop .qq-weixin-tab .ui-tab-item .svg-icon-qq {
  width: 0.72533rem;
  height: 0.832rem;
}
.pop .qq-weixin-tab .ui-tab-item .svg-icon-weixin {
  width: 0.87467rem;
  height: 0.72533rem;
}
.pop .qq-weixin-tab .ui-tab-item .icon {
  display: block;
  padding-top: 0.64rem;
  color: #848484;
}
.pop .qq-weixin-tab .ui-tab-item .text {
  line-height: 0.768rem;
  font-size: 0.512rem;
  color: #848484;
  padding-top: 0;
  padding-bottom: 0.256rem;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}
.pop .qq-weixin-tab .ui-tab-item.active .text, .pop .qq-weixin-tab .ui-tab-item.active .icon {
  color: #FF6427;
}
.pop .qq-weixin-tab .ui-tab-item.active .text:after {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.jubao-pop-box {
  position: fixed;
  z-index: 1001;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: thin solid #dfdfdf;
  opacity: 0;
  pointer-events: none;
  padding-bottom: constant(safe-area-inset-bottom);
}
.jubao-pop-box .btns {
  padding: 0.64rem;
}
.jubao-pop-box .btns .ui-btn {
  display: block;
  width: 100%;
  font-size: 0.72533rem;
  height: 1.792rem;
  line-height: 1.70667rem;
}
.jubao-pop-box .btns .ui-btn + .ui-btn {
  margin-top: 0.64rem;
}
.jubao-pop-box .btns .ui-btn-default {
  color: #848484;
  border-color: #c1c1c1;
}
.jubao-pop-box .btns .ui-btn-primary {
  color: #eb7e5c;
  background-color: #fff;
  border: thin solid #f5bead;
}

.pop-show .jubao-pop-box {
  opacity: 1;
  pointer-events: auto;
}

.confirm-v2 {
  z-index: 5000;
  width: 12.37333rem;
  margin-top: -2.56rem;
  background-color: #fff;
  border-radius: 0.128rem;
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -2.56rem;
}
.confirm-v2 > .hd {
  padding: 0rem 0.85333rem;
  text-align: center;
}
.confirm-v2 > .hd .title {
  padding: 0.85333rem 0rem;
  font-size: 0.68267rem;
  border-bottom: thin solid #f3f3f3;
}
.confirm-v2 > .bd {
  padding: 0.85333rem;
}
.confirm-v2 > .ft {
  padding: 0.85333rem;
  padding-top: 0;
}
.confirm-v2 > .ft .ui-btn {
  display: block;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 0.42667rem;
  margin-right: 0.42667rem;
}
.confirm-v2 > .ft .ui-btn:first-child {
  margin-left: 0;
}
.confirm-v2 > .ft .ui-btn:last-child {
  margin-right: 0;
}
.confirm-v2 > .close {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3.41333rem;
  text-align: center;
}
.confirm-v2 > .close .svg-icon-close {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.85333rem;
}
.confirm-v2 > .close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.04267rem;
  width: 0.08533rem;
  height: 1.74933rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.pop-msg-box > h3 {
  margin-top: 0.21333rem;
  margin-bottom: 0.21333rem;
  font-size: 0.768rem;
  line-height: 1.10933rem;
  text-align: center;
  color: #050505;
}
.pop-msg-box > h4 {
  margin-top: 0.21333rem;
  margin-bottom: 0.21333rem;
  font-size: 0.68267rem;
  line-height: 1.10933rem;
  text-align: center;
  color: #050505;
}
.pop-msg-box > .desc {
  text-align: center;
  margin-top: 0.85333rem;
  margin-bottom: 0.85333rem;
}
.pop-msg-box > .checkbox {
  text-align: center;
  margin-top: 0.64rem;
  padding-left: 0.42667rem;
  padding-right: 0.42667rem;
}
.pop-msg-box .text-left {
  text-align: left;
}

.pop-exchangeok-box {
  text-align: center;
}
.pop-exchangeok-box .title {
  color: #050505;
  font-size: 0.512rem;
  font-weight: 400;
  margin-bottom: 0.21333rem;
}
.pop-exchangeok-box .code {
  color: #ed7e5e;
  font-size: 0.59733rem;
}
.pop-exchangeok-box .code + .title {
  margin-top: 1.06667rem;
  padding-top: 0.64rem;
  border-top: thin solid #f3f3f3;
}
.pop-exchangeok-box .desc {
  line-height: 0.74667rem;
}

/* 请输入验证码 */
.pop-checkingcode-form {
  width: 7.36rem;
  margin: 0 auto;
}
.pop-checkingcode-form .form-cell-hd {
  padding-right: 0.53333rem;
  font-size: 0.59733rem;
}
.pop-checkingcode-form .form-cell-ft {
  font-size: 0.59733rem;
  text-align: right;
}
.pop-checkingcode-form .pic-vcode {
  display: inline-block;
  vertical-align: middle;
  width: 2.98667rem;
}
.pop-checkingcode-form .link-reload {
  color: #eb7e5c;
}
.pop-checkingcode-form .form-cell-vcode:before {
  display: none;
}
.pop-checkingcode-form .form-cell-vcode .form-cell-bd {
  text-align: left;
}

/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
.pop-ft, .confirm-ft, .confirm-v2 > .ft {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
/*
    Align items
 */
/*
    Align self
 */
/*
    Align content
 */
.share-pop-box {
  position: fixed;
  z-index: 5000;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.share-pop-txt {
  position: absolute;
  right: 5.12rem;
  top: 0.42667rem;
  font-size: 0;
  color: transparent;
}
.share-pop-txt img {
  width: 5.12rem;
}

.share-pop-img {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 108px;
  height: 107px;
  background-image: url(//mat1.gtimg.com/v/iwan281/images/share_sprites.png);
  background-size: cover;
}

.pop-show .share-pop-box {
  opacity: 1;
  pointer-events: auto;
}
.pop-show .share-pop-img {
  animation: am-share-img 1s infinite;
  animation-timing-function: steps(9);
}

@keyframes am-share-img {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 972px 0;
  }
}
@charset "UTF-8";
/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
.dialog-ft {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
/*
    Align items
 */
/*
    Align self
 */
/*
    Align content
 */
/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
.dialog-ft {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
/*
    Align items
 */
/*
    Align self
 */
/*
    Align content
 */
/* mask */
.ui-mask {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  -webkit-backface-visibility: hidden;
}

.dialog-layer {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

/* dialog */
.dialog {
  z-index: 5000;
  width: 12.37333rem;
  margin-top: -2.56rem;
  background-color: #fff;
  border-radius: 0.128rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.dialog-close {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3.41333rem;
  text-align: center;
}
.dialog-close .svg-icon-close {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.85333rem;
}
.dialog-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.04267rem;
  width: 0.08533rem;
  height: 1.74933rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.dialog-hd {
  padding: 0rem 0.85333rem;
  text-align: center;
}
.dialog-hd .title {
  padding: 0.85333rem 0rem;
  font-size: 0.68267rem;
  border-bottom: thin solid #f3f3f3;
}
.dialog-bd {
  padding: 0.85333rem;
}
.dialog-ft {
  padding: 0.85333rem;
  padding-top: 0;
}
.dialog-ft .ui-btn {
  display: block;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin-left: 0.42667rem;
  margin-right: 0.42667rem;
}
.dialog-ft .ui-btn:first-child {
  margin-left: 0;
}
.dialog-ft .ui-btn:last-child {
  margin-right: 0;
}

.pop-show,
.dialog-show {
  pointer-events: auto;
}
.pop-show .ui-mask,
.pop-show .dialog,
.dialog-show .ui-mask,
.dialog-show .dialog {
  opacity: 1;
  pointer-events: auto;
}

/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
.dialog-ft {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: box;
  /* OLD - Android 4.4- */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
/*
    Align items
 */
/*
    Align self
 */
/*
    Align content
 */
.dialog-msg-box > h3 {
  margin-top: 0.21333rem;
  margin-bottom: 0.21333rem;
  font-size: 0.768rem;
  line-height: 1.10933rem;
  text-align: center;
  color: #050505;
}
.dialog-msg-box > h4 {
  margin-top: 0.21333rem;
  margin-bottom: 0.21333rem;
  font-size: 0.68267rem;
  line-height: 1.10933rem;
  text-align: center;
  color: #050505;
}
.dialog-msg-box > ol {
  list-style: decimal;
  padding-left: 17px;
  margin-top: 0.74667rem;
}
.dialog-msg-box > ol > li {
  list-style: decimal;
  color: #848484;
  font-size: 0.55467rem;
  line-height: 0.85333rem;
  text-align: justify;
  margin-bottom: 0.21333rem;
}
.dialog-msg-box > .desc {
  text-align: center;
  margin-top: 0.85333rem;
  margin-bottom: 0.85333rem;
}
.dialog-msg-box > .checkbox {
  text-align: center;
  margin-top: 0.64rem;
  padding-left: 0.42667rem;
  padding-right: 0.42667rem;
}
.dialog-msg-box > .info {
  font-size: 0.59733rem;
  line-height: 0.93867rem;
  text-align: justify;
  color: #050505;
}
.dialog-msg-box .text-center {
  text-align: center;
}
.dialog-msg-box .text-left {
  text-align: left;
}
.dialog-msg-box .text-copyurl {
  display: table-cell;
  vertical-align: middle;
  color: #050505;
  font-size: 0.59733rem;
  line-height: 0.93867rem;
  text-align: left;
  width: 100%;
  min-height: 70px;
  border: 0;
  background: none;
  resize: none;
  overflow: hidden;
}

.dialog-exchangeok-box {
  text-align: center;
}
.dialog-exchangeok-box .title {
  color: #050505;
  font-size: 0.512rem;
  font-weight: 400;
  margin-bottom: 0.21333rem;
}
.dialog-exchangeok-box .code {
  color: #FF6427;
  font-size: 0.59733rem;
}
.dialog-exchangeok-box .code + .title {
  margin-top: 1.06667rem;
  padding-top: 0.64rem;
  border-top: thin solid #f3f3f3;
}
.dialog-exchangeok-box .desc {
  line-height: 0.74667rem;
}

/* 请输入验证码 */
.dialog-checkingcode-form {
  width: 7.36rem;
  margin: 0 auto;
}
.dialog-checkingcode-form .form-cell-hd {
  padding-right: 0.53333rem;
  font-size: 0.59733rem;
}
.dialog-checkingcode-form .form-cell-ft {
  font-size: 0.59733rem;
  text-align: right;
}
.dialog-checkingcode-form .pic-vcode {
  display: inline-block;
  vertical-align: middle;
  width: 2.98667rem;
}
.dialog-checkingcode-form .link-reload {
  color: #FF6427;
}
.dialog-checkingcode-form .form-cell-vcode:before {
  display: none;
}
.dialog-checkingcode-form .form-cell-vcode .form-cell-bd {
  text-align: left;
}

.dialog .qq-weixin-tab {
  margin-left: -0.85333rem;
  margin-right: -0.85333rem;
  margin-bottom: 0;
  width: auto;
  background: none;
}
.dialog .qq-weixin-tab:after {
  content: "";
  z-index: 0;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  background: #eee;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.dialog .qq-weixin-tab .ui-tab-item {
  text-align: center;
}
.dialog .qq-weixin-tab .ui-tab-item .svg-icon-qq {
  width: 0.72533rem;
  height: 0.832rem;
}
.dialog .qq-weixin-tab .ui-tab-item .svg-icon-weixin {
  width: 0.87467rem;
  height: 0.72533rem;
}
.dialog .qq-weixin-tab .ui-tab-item .icon {
  display: block;
  padding-top: 0.64rem;
  color: #848484;
}
.dialog .qq-weixin-tab .ui-tab-item .text {
  line-height: 0.768rem;
  font-size: 0.512rem;
  color: #848484;
  padding-top: 0;
  padding-bottom: 0.256rem;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}
.dialog .qq-weixin-tab .ui-tab-item.active .text, .dialog .qq-weixin-tab .ui-tab-item.active .icon {
  color: #FF6427;
}
.dialog .qq-weixin-tab .ui-tab-item.active .text:after {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.dialog .lingqu-form .info-table {
  margin-top: 0;
}
.dialog .lingqu-form .info {
  font-size: 0.59733rem;
  color: #050505;
  margin-top: 0.64rem;
}

.giftget-msg-box {
  pointer-events: auto;
}
.giftget-msg-box .heading .title {
  text-align: center;
}
.giftget-msg-box .heading .info {
  margin-top: 0.85333rem;
  font-size: 0.512rem;
  color: #848484;
  line-height: 0.68267rem;
}
.giftget-msg-box .content-parent {
  margin-top: 0.64rem;
  margin-left: -0.85333rem;
  margin-right: -0.85333rem;
  padding-top: 0.85333rem;
  padding-left: 0.85333rem;
  padding-right: 0.85333rem;
  border-top: thin solid #eee;
  overflow: hidden;
}
.giftget-msg-box .content {
  max-height: 7.14667rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.giftget-msg-box .item .title {
  color: #050505;
  font-size: 0.512rem;
}
.giftget-msg-box .item .info {
  margin-top: 0.128rem;
  color: #848484;
}
.giftget-msg-box .item + .item {
  margin-top: 0.85333rem;
}

.giftget-progress-box {
  text-align: center;
  padding: 0.21333rem 0;
}
.giftget-progress-box .title {
  font-size: 0.72533rem;
}
.giftget-progress-box .giftget-progress {
  position: relative;
  width: 100%;
  height: 0.256rem;
  margin-top: 1.28rem;
  border-radius: 3px;
  overflow: hidden;
  background: #ddd;
}
.giftget-progress-box .giftget-progress-bar {
  width: 0;
  height: 100%;
  background: #ff6427;
  border-radius: 3px 0 0 3px;
}
.giftget-progress-box .info {
  margin-top: 0.85333rem;
}

.dialog-loading-mod {
  padding: 3.41333rem 0;
}
.dialog-loading-mod .info {
  margin-top: 1.19467rem;
  font-size: 12px;
  color: #848484;
  line-height: 16px;
  text-align: center;
}
/*  |xGv00|1dd89e5c5dc061d4be89db95efeb9a8f */