@charset "UTF-8";
/* 活动 */
/*----------------------------------------
	1. mixin
----------------------------------------*/
/**
* 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, .event-stream .mod-stream-con .ui-media-list .bd .heading {
  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
 */
.page-loader {
  -webkit-box-pack: center;
  -webkit-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
    Align items
 */
.ui-cell-row, .ui-media-list .ui-media, .ui-media-list .inner, .ui-media-list .bd .heading, .page-loader {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*
    Align self
 */
/*
    Align content
 */
/*----------------------------------------
	2. global
----------------------------------------*/
/* 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(/m/vadr/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(/m/vadr/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 {
  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(/m/vadr/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(/m/vadr/images/weixin50x50.png) no-repeat;
  background-size: cover;
}

.icon-qq {
  background: url(/m/vadr/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(/m/vadr/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(/m/vadr/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(/m/vadr/images/label_libao.png);
}

.ui-corner-event {
  background-image: url(/m/vadr/images/label_event.png);
}

.ui-corner-yuyue {
  background-image: url(/m/vadr/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;
}

/*----------------------------------------
	3. mod
----------------------------------------*/
/* 搜索模块 */
.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;
}

/* 
	大图和游戏混排
*/
.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;
}

.event-panel {
  margin-top: 0;
}
