@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(/m/vadr/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(/m/vadr/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(/m/vadr/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(/m/vadr/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(/m/vadr/images/qq.png) no-repeat;
  background-size: cover;
  width: 1.25867rem;
  height: 1.45067rem;
}
.mod-changeaccount .list .icon-account-weixin {
  background: url(/m/vadr/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(/m/vadr/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;
}
/*
Created by chenyangli on 2018-10-12.
*/
/* 
    Created on : 2018-10-12, 14:09:55
    Author     : chenyangli
*/
button,input,optgroup,option,select,textarea{font:inherit;outline:0;border:0;-webkit-tap-highlight-color:transparent;-webkit-appearance:none;appearance:none;background:0 0;box-sizing:content-box;-webkit-box-sizing:content-box}
.svg_icon path,.svg_icon use{fill:currentColor}
.mod_dialog{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;background:rgba(0,0,0,.6);display:none;color:#000;-webkit-animation:animateFix .1s both}
.mod_dialog em{color:#ffdc14}
.mod_dialog.show{display:-webkit-box;display:-webkit-flex;display:flex}
.mod_dialog_content{border-radius:5px;width:250px;background-clip:padding-box;pointer-events:auto;background-color:#fff;position:relative}
.mod_dialog_lg .mod_dialog_content{width:285px}
.mod_dialog_head{text-align:center;margin:20px 20px 16px}
.mod_dialog_head h4{font-size:14px;margin:5px 0}
.mod_dialog_body{margin:20px;text-align:center;max-height:290px;overflow:auto;-webkit-overflow-scrolling:touch}
.mod_dialog h3{font-size:16px;margin:5px 0}
.mod_dialog_text{font-size:14px;text-align:justify}
.mod_dialog_img{width:100%;margin-bottom:14px}
.mod_dialog_text_list{font-size:14px;text-align:justify;color:#666;padding-left:17px}
.mod_dialog_text_list li{margin-bottom:5px;list-style:decimal}
.mod_dialog_close{position:absolute;right:-6px;top:-64px}
.mod_dialog_close .icon_l{color:#fff}
.mod_dialog_foot{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:-webkit-box;display:-webkit-flex;display:flex;width:100%;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;padding:0 20px 20px}
.mod_dialog_foot button{margin-right:20px}
.mod_dialog_foot button:last-child{margin-right:0}
.mod_dialog_confirm .mod_dialog_foot{border-bottom-left-radius:5px;border-bottom-right-radius:5px;display:-webkit-box;display:-webkit-flex;display:flex;width:100%;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:50px;line-height:50px;position:relative;font-size:16px;padding:0}
.mod_dialog_confirm .mod_dialog_foot button{text-align:center;width:100%;background:0 0;display:block;margin:0;position:relative}
.mod_dialog_confirm .mod_dialog_foot:before{border-top:1px solid #f3f3f3;content:'';display:block;width:100%;position:absolute;left:0;top:0;-webkit-transform-origin:left top;transform-origin:left top}
.mod_dialog_confirm .mod_dialog_foot button:after{border-right:1px solid #f3f3f3;content:'';display:block;bottom:0;position:absolute;right:0;top:0;-webkit-transform-origin:right top;transform-origin:right top}
.mod_dialog_confirm .mod_dialog_foot button:active{opacity:.6}
.mod_dialog_confirm .mod_dialog_foot button:first-child{border-bottom-left-radius:5px}
.mod_dialog_confirm .mod_dialog_foot button:last-child{border-right:0;border-bottom-right-radius:5px}
.mod_dialog_confirm .mod_dialog_foot button:last-child:after{content:none}.mod_btn_primary{width:100%;max-width:166px;position:relative;display:block;text-align:center;background-clip:padding-box;font-size:14px;height:34px;line-height:34px;border-radius:17px;box-sizing:border-box;color:#111;background-color:#ffdc14}
.mod_btn_primary.disabled,.mod_btn_primary:disabled{background-color:#f5f5f5;color:rgba(17,17,17,.3)}
.mod_btn_primary_outline{background:#fff;border:1px #ffdc14 solid}
.mod_toast{position:fixed;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;top:0;left:0;display:none;z-index:101;-webkit-animation:animateFix .1s both}

@media screen and (-webkit-min-device-pixel-ratio:2){
.mod_dialog_confirm .mod_dialog_foot:before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}
.mod_dialog_confirm .mod_dialog_foot button:after{-webkit-transform:scaleX(.5);transform:scaleX(.5)}
}
@media screen and (-webkit-min-device-pixel-ratio:3){
.mod_dialog_confirm .mod_dialog_foot:before{-webkit-transform:scaleY(.3333);transform:scaleY(.3333)}
.mod_dialog_confirm .mod_dialog_foot button:after{-webkit-transform:scaleX(.3333);transform:scaleX(.3333)}
}
.iw_dialog_sky{height:50px;margin:-20px -20px 0 -20px;background:url(http://vm.gtimg.cn/tencentvideo/vstyle/mobile/app/game/style/img/iw/sky_bg_2.png) no-repeat center bottom;background-size:100% 84px}
.iw_dialog_sky_thumb{position:absolute;left:50%;top:-20px;width:60px;height:60px;margin-left:-30px}
.iw_dialog_sky .mod_thumb{width:60px;height:60px}
.iw_dialog_sky_star{position:absolute;width:6px;height:6px;background:url(http://vm.gtimg.cn/tencentvideo/vstyle/mobile/app/game/style/img/iw/star.png) no-repeat;background-size:cover}
.iw_dialog_sky_star:nth-child(1){left:-24px;top:39px;width:10px;height:10px;-webkit-animation:iwSkyStar-1 1s ease-in-out alternate 99;animation:iwSkyStar-1 1s ease-in-out alternate 99}
.iw_dialog_sky_star:nth-child(2){left:-50px;top:33px;opacity:.5;-webkit-animation:iwSkyStar-2 1s ease-in-out alternate 99;animation:iwSkyStar-2 1s ease-in-out alternate 99}
.iw_dialog_sky_star:nth-child(3){left:-23px;top:11px;width:5px;height:5px;-webkit-animation:iwSkyStar-3 1s ease-in-out alternate 99;animation:iwSkyStar-3 1s ease-in-out alternate 99}
.iw_dialog_sky_star:nth-child(4){left:100%;top:8px;margin-left:12px;-webkit-animation:iwSkyStar-4 1s ease-in-out alternate 99;animation:iwSkyStar-4 1s ease-in-out alternate 99}
.iw_dialog_sky_star:nth-child(5){left:100%;margin-left:32px;top:28px;-webkit-animation:iwSkyStar-5 1s ease-in-out alternate 99;animation:iwSkyStar-5 1s ease-in-out alternate 99}
.iw_dialog_sky_star:nth-child(6){left:100%;margin-left:3px;top:38px;opacity:.5;-webkit-animation:iwSkyStar-6 1s ease-in-out alternate 99;animation:iwSkyStar-6 1s ease-in-out alternate 99}
.iw_dialog_sky.is_nopic{height:60px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}
.iw_dialog_sky.is_nopic .iw_dialog_sky_title{position:relative}
.iw_dialog_sky.is_nopic .iw_dialog_sky_title .title{font-size:16px}
.iw_dialog_sky.is_nopic .iw_dialog_sky_star{margin-top:-15px}
.iw_dialog_giftorder{padding:0 15px;min-height:55px;margin-top:20px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}
.iw_dialog_giftorder .icon_sm:not(.icon_close_sm){margin-right:5px;top:0}
.iw_dialog_giftorder .title{font-weight:600}
.iw_dialog_giftorder .title .account{margin-left:10px}
.iw_dialog_giftorder .account{margin-top:4px}
.iw_dialog_giftorder .body{width:100%}
.iw_dialog_giftorder .mod_form_item{font-size:12px;height:35px;padding-top:4px}
.iw_dialog_giftorder .mod_form_item label{width:68px;color:#111;line-height:35px;height:100%}
.iw_dialog_giftorder .mod_form_item input{text-align:left;caret-color:#ffdc14;height:14px;line-height:14px;margin:9px 0 9px 0}
.iw_dialog_giftorder .mod_checkbox input{top:0;margin:4px 4px 0 0}
.iw_dialog_giftorder .mod_form_item_tips{text-align:left;line-height:30px;margin-bottom:-15px}
.iw_dialog_giftorder .mod_form_item_tips.mod_form_item_warning{color:#ff2335}
.iw_dialog_giftorder .mod_checkbox input{width:12px;height:12px}.mod_form_item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative}
.iw_dialog .mod_dialog_body{overflow:visible;max-height:-webkit-fit-content;max-height:fit-content}
.mod_form_item:after{border-bottom:1px solid #eee;content:'';display:block;width:100%;position:absolute;left:0;bottom:0;-webkit-transform-origin:left bottom;transform-origin:left bottom}
@media screen and (-webkit-min-device-pixel-ratio:2){
.mod_form_item:after{-webkit-transform:scaleY(.5);transform:scaleY(.5)}
}
@media screen and (-webkit-min-device-pixel-ratio:3){
.mod_form_item:after{-webkit-transform:scaleY(.3333);transform:scaleY(.3333)}
}
.mod_form_item label{text-align:left;display:block;width:94px;height:50px;line-height:50px}
.mod_form_item input{background:0 0;width:100%;height:50px;-webkit-box-flex:1;-webkit-flex:1;flex:1}
.mod_form_item select{background:0 0;width:100%;height:50px;-webkit-box-flex:1;-webkit-flex:1;flex:1}
.mod_form_item .mod_radio label{width:auto;display:inline-block}
.mod_form_item_select{position:relative}
.mod_form_item_select:before{content:"";position:absolute;z-index:0;right:6px;top:50%;margin-top:-6px;width:6px;height:13px;opacity:.25;background-repeat:no-repeat;background-size:cover;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9IjEyIiBoZWlnaHQ9IjI2IiB2aWV3Qm94PSIwIDAgMTIgMjYiPgogIDxwYXRoIGQ9Ik05LjIyNywxNy45MjMgTDUuMDkyLDIyLjE2MSBMNS4wOTIsMjIuMTYxIEwxLjY0NiwyNS42OTIgQzEuMjY1LDI2LjA4MiAwLjY0OCwyNi4wODIgMC4yNjcsMjUuNjkyIEMtMC4xMTMsMjUuMzAyIC0wLjExMywyNC42NzAgMC4yNjcsMjQuMjgwIEwzLjcxMywyMC43NDggQzMuNzEzLDIwLjc0OCAzLjcxMywyMC43NDggMy43MTMsMjAuNzQ4IEw3Ljg0OCwxNi41MTEgQzEwLjUxMCwxMy43ODMgMTAuNTY3LDEyLjIzNSA3Ljg0OCw5LjQ0OCBMMy43MTMsNS4yMTEgQzMuNzEzLDUuMjExIDMuNzEzLDUuMjExIDMuNzEzLDUuMjExIEwwLjI2NywxLjY3OSBDLTAuMTEzLDEuMjg5IC0wLjExMywwLjY1NyAwLjI2NywwLjI2NyBDMC42NDgsLTAuMTIzIDEuMjY1LC0wLjEyMyAxLjY0NiwwLjI2NyBMMy45NzYsMi42NTQgTDkuMjI3LDguMDM2IEMxMi4zMTYsMTEuMjAyIDEzLjQ5OSwxMy41NDUgOS4yMjcsMTcuOTIzIFoiIC8+Cjwvc3ZnPgo=)}
.mod_form_item_content{max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-wrap:break-all;word-break:normal;-webkit-box-flex:1;-webkit-flex:1;flex:1;text-align:left}
.mod_form_item_static{font-size:12px}
.mod_form_item_static label{color:#666;height:30px;line-height:30px}
.mod_form_item_static:after{content:none}
.mod_form_item_error{text-align:left;color:#ff6427;font-size:12px}
.mod_form_checkcode{width:70px;height:30px;object-fit:cover;margin-right:20px}
.mod_form_manage{margin:0 16px}
.mod_form_manage .mod_form_item:after{content:none}
.mod_form_manage input{height:20px;line-height:20px;background:#f5f5f5;border:2px;padding:10px}
.mod_form_manage label{height:20px;line-height:20px;margin-top:20px;margin-bottom:10px;width:auto;margin-right:10px}
.mod_form_manage textarea{width:100%;line-height:20px;background:#f5f5f5;border:2px;padding:10px}
.mod_form_manage .mod_form_item_tips{height:20px;line-height:20px;margin-top:20px;margin-bottom:10px}
.mod_form_manage .mod_btn_wrap{margin-top:30px}
.mod_form_item_tips{font-size:12px}
.mod_form_wordcount{font-size:12px;color:#999;position:absolute;right:10px;bottom:8px}
.mod_form_wordcount.warn{color:#ff2335}
.mod_checkbox{display:block;color:#666;font-size:12px}
.mod_checkbox input{display:inline-block;width:10px;height:10px;border:1px solid #dfdfdf;position:relative;top:3px;overflow:visible;background:0 0;-webkit-appearance:none;outline:0;margin-right:4px;vertical-align:top;padding:0;border-radius:50%}
.mod_checkbox input:checked{background:#ffdc14;border-color:#ffdc14}
.mod_checkbox input:checked:after{content:'';position:absolute;width:8px;height:6px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAABr5z2BAAAABGdBTUEAALGPC/xhBQAAAKRJREFUKBWtkMsNgzAQBfGVY5Q+qCPcqMCFpIZ0QOrInQJSSxpAzqzwS8AsEkis9GSzeMafUB2slFIAuWXsdQg3mPRE1e4WQBj8FJnHtmJSk0fOxTPyz4PtJMEEkajeTBYSvrdh240FDRmJ6ieh4cF2DXvIf9GIpJRc6ZV3XsPSOJIPvXlNdxbgjayOZH4SCbZ3LkWOZD8sGZKODOROlg+mRWeNX/rLP8/kvb9cAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:cover;left:50%;top:50%;margin-left:-4px;margin-top:-3px}
.mod_radio{text-align:left}
.mod_radio input{display:inline-block;width:14px;height:14px;position:relative;overflow:visible;border:0;background:0 0;-webkit-appearance:none;appearance:none;outline:0;margin-left:7px;vertical-align:middle;padding:0;margin-top:-2px;border:thin solid #ccccd4;border-radius:8px;background-clip:padding-box}
.mod_radio input:checked:after{content:'';display:block;width:8px;height:8px;background:#ffdc14;border-radius:4px;position:absolute;left:3px;top:3px}.mod_dialog_close{position:absolute;right:-6px;top:-64px}
.mod_dialog_close .icon_l{color:#fff}
.current .icon_wechat_sm{color:#1aad19}
.current .icon_qq_sm{color:#32b9ee}@charset "UTF-8";
/* 极光专区 */
/**
* 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, .mod-ad > li, .mod-ad-info .mod-ad-item, .ui-like-btn--sm, .comment-item__top, .comment-item__top .username, .comment-item__top .actions, .comment-item__top .actions .reply-btn, .comment-form-pop > .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
 */
.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, .mod-ad > li, .mod-ad-info .mod-ad-item, .ui-like-btn--sm, .comment-item__top, .comment-item__top .actions, .comment-item__top .actions .reply-btn, .comment-form-pop > .ft {
  -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(/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;
}

body {
  background-color: #3d439b;
}

.page {
  color: #fff;
}
.page a {
  color: #fff;
}
.page p {
  color: rgba(255, 255, 255, 0.4);
}
.page .svg-icon-arrow {
  fill: #fff;
  opacity: .4;
}

.ui-morebar > .ui-link {
  color: #fff;
}

.page-container {
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}

.jg-banner {
  margin-left: -0.64rem;
  margin-right: -0.64rem;
  height: 10.19733rem;
  background: url(/m/vadr/images/jg_01.jpg) no-repeat;
  background-size: cover;
}

.jg-wrap {
  padding: 15px 0;
  background: linear-gradient(#3f4ca5, #445fba);
  border-radius: 8px;
  margin-bottom: 0.55467rem;
}

.ui-panel + .ui-panel {
  border-top: 0;
  padding-top: 0;
}

/* 广告模块 */
.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(/m/vadr/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-ad {
  margin-bottom: 0.55467rem;
  padding: 0;
  background-color: #445fba;
  border-radius: 8px;
}
.mod-ad .mod-ad-info {
  border: 0 !important;
}
.mod-ad .mod-ad-item + .mod-ad-item {
  margin-left: 0.42667rem;
  border-left-color: transparent;
}
.mod-ad .mod-ad-item + .mod-ad-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 1.70667rem;
  width: 0;
  margin-top: -0.85333rem;
  border-left: thin solid #3d439b;
}

.checkingift-panel {
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}

.checkingift-cells {
  margin-top: 0.85333rem;
  padding-left: 0;
  padding-right: 0;
  border-top: thin solid #3d439b;
}
.checkingift-cells .ui-cell {
  margin-top: 0.81067rem;
  margin-bottom: 0;
}
.checkingift-cells .ui-cell-row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.checkingift-cells .ui-cell-hd {
  color: #FF6427;
  line-height: 0.85333rem;
}
.checkingift-cells .icon-vqqvip {
  vertical-align: top;
  top: -4px;
}

/**
* 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, .mod-ad > li, .mod-ad-info .mod-ad-item, .ui-like-btn--sm, .comment-item__top, .comment-item__top .username, .comment-item__top .actions, .comment-item__top .actions .reply-btn, .comment-form-pop > .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
 */
.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, .mod-ad > li, .mod-ad-info .mod-ad-item, .ui-like-btn--sm, .comment-item__top, .comment-item__top .actions, .comment-item__top .actions .reply-btn, .comment-form-pop > .ft {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

/*
    Align self
 */
/*
    Align content
 */
/**
    use:
    @include keyframes(animationName) {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
 */
.ui-like-btn {
  position: relative;
  font-size: 0;
  text-align: center;
  color: #dadada;
}
.ui-like-btn .svg-icon-like {
  width: 0.59733rem;
  height: 0.59733rem;
  z-index: 9;
}
.ui-like-btn__iconwrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -0.08533rem;
  width: 0.59733rem;
  height: 0.59733rem;
  margin-right: 0.53333rem;
}
.ui-like-btn__iconwrap .round {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 0rem;
  height: 0rem;
  border: thin solid #eb7e5c;
  border-radius: 100%;
}
.ui-like-btn__count {
  display: inline-block;
  vertical-align: top;
  color: #24242a;
  font-size: 0.59733rem;
}
.ui-like-btn__txt {
  display: inline-block;
  vertical-align: top;
  color: #848484;
  font-size: 0.59733rem;
  margin-left: 0.128rem;
}

.ui-like-btn.active {
  color: #FF6427;
}
.ui-like-btn.active .ui-like-btn__count {
  color: #FF6427;
}

.ui-like-btn--lg {
  display: inline-block;
  padding: 0.49067rem 0.64rem;
  height: 1.62133rem;
  line-height: 0.59733rem;
  border-width: thin;
  border-color: #dfdfdf;
  border-style: solid;
  border-radius: 0.81067rem 0.81067rem 0.81067rem 0.81067rem;
  background-color: #fff;
}

.ui-like-btn--sm {
  color: #dadada;
  height: 1.28rem;
}
.ui-like-btn--sm .ui-like-btn__iconwrap {
  margin-right: 0;
  top: -0.04267rem;
  display: block;
}
.ui-like-btn--sm .ui-like-btn__count {
  display: block;
  color: #aaa;
  font-size: 12px;
  margin-left: 0.21333rem;
}

.ui-like-btn.animated .svg-icon-like {
  -webkit-animation-name: animated_like;
  animation-name: animated_like;
  -webkit-animation-duration: 0.4995s;
  animation-duration: 0.4995s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2664s;
  animation-delay: 0.2664s;
}
.ui-like-btn.animated .round {
  -webkit-animation-name: animated_like_round;
  animation-name: animated_like_round;
  -webkit-animation-duration: 0.2331s;
  animation-duration: 0.2331s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.2997s;
  animation-delay: 0.2997s;
}

/*点赞动画*/
@-webkit-keyframes animated_like {
  /* 8~11=3, 10~40, 20%*/
  /* 11~18=7, 40~20, 67%*/
  /* 18~23=5, 20~28,  100%*/
  /* 8~23=15*/
  /* 100/15=6.66*/
  0% {
    -webkit-transform: scale3d(0.35, 0.35, 0.35);
    transform: scale3d(0.35, 0.35, 0.35);
  }
  20% {
    -webkit-transform: scale3d(1.43, 1.43, 1.43);
    transform: scale3d(1.43, 1.43, 1.43);
  }
  67% {
    -webkit-transform: scale3d(0.71, 0.71, 0.71);
    transform: scale3d(0.71, 0.71, 0.71);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes animated_like {
  /* 8~11=3, 10~40, 20%*/
  /* 11~18=7, 40~20, 67%*/
  /* 18~23=5, 20~28,  100%*/
  /* 8~23=15*/
  /* 100/15=6.66*/
  0% {
    -webkit-transform: scale3d(0.35, 0.35, 0.35);
    transform: scale3d(0.35, 0.35, 0.35);
  }
  20% {
    -webkit-transform: scale3d(1.43, 1.43, 1.43);
    transform: scale3d(1.43, 1.43, 1.43);
  }
  67% {
    -webkit-transform: scale3d(0.71, 0.71, 0.71);
    transform: scale3d(0.71, 0.71, 0.71);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*光圈发散*/
@-webkit-keyframes animated_like_round {
  /* 9~16=7*/
  /* 运行时间 7*3.33 = .2331*/
  /* 延迟 9*3.33 = .2997*/
  /* 终点大小 50*50, 放大 50/6 = 8.33*/
  0% {
    opacity: 1;
    width: 0rem;
    height: 0rem;
  }
  /* 40% {*/
  /*     opacity: 1;*/
  /*     width: px2rem(6);*/
  /*     height: px2rem(6);*/
  /*     margin-left: px2rem(-3);*/
  /*     margin-top: px2rem(-3);*/
  /* }*/
  100% {
    opacity: 0;
    width: 1.10933rem;
    height: 1.10933rem;
    margin-left: -0.55467rem;
    margin-top: -0.55467rem;
  }
}
@keyframes animated_like_round {
  /* 9~16=7*/
  /* 运行时间 7*3.33 = .2331*/
  /* 延迟 9*3.33 = .2997*/
  /* 终点大小 50*50, 放大 50/6 = 8.33*/
  0% {
    opacity: 1;
    width: 0rem;
    height: 0rem;
  }
  /* 40% {*/
  /*     opacity: 1;*/
  /*     width: px2rem(6);*/
  /*     height: px2rem(6);*/
  /*     margin-left: px2rem(-3);*/
  /*     margin-top: px2rem(-3);*/
  /* }*/
  100% {
    opacity: 0;
    width: 1.10933rem;
    height: 1.10933rem;
    margin-left: -0.55467rem;
    margin-top: -0.55467rem;
  }
}
.topic-item {
  padding-left: 0.64rem;
  padding-right: 0.64rem;
  margin-bottom: 1.28rem;
  display: block;
}
.topic-item__pic {
  margin-bottom: 1.00267rem;
}
.topic-item__pic img {
  display: block;
  width: 100%;
}
.topic-item .title {
  font-size: 0.68267rem;
  line-height: 0.896rem;
}
.topic-item .info {
  font-size: 0.55467rem;
  line-height: 0.896rem;
  margin-top: 0.29867rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 引入话题 */
.comment-item {
  padding: 0.64rem;
  border-width: thin;
  border-color: #dfdfdf;
  border-style: solid;
  border-radius: 3px;
  background-color: #fff;
}
.comment-item__top .avatar {
  margin-right: 0.32rem;
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 50%;
  background: url(/m/vadr/images/default_head.png) no-repeat;
  background-size: cover;
}
.comment-item__top .avatar img {
  display: block;
  width: 1.28rem;
  height: 1.28rem;
  border-radius: 50%;
}
.comment-item__top .username {
  width: 0;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.comment-item__top .username .text {
  display: block;
  font-size: 0.59733rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.comment-item__top .actions {
  margin-right: -0.42667rem;
  height: 1.28rem;
}
.comment-item__top .actions > li {
  display: block;
  height: 100%;
}
.comment-item__top .actions .ui-like-btn {
  padding: 0.64rem;
  height: 1.92rem;
  margin-top: -0.32rem;
}
.comment-item__top .actions .reply-btn {
  padding: 0.64rem;
  height: 1.92rem;
  margin-top: -0.32rem;
  color: #aaa;
  font-size: 12px;
}
.comment-item__top .actions .reply-btn .svg-icon-reply {
  display: block;
  fill: #dadada;
  top: 1px;
  width: 0.55467rem;
  height: 0.512rem;
}
.comment-item__top .actions .reply-btn .counts {
  display: block;
  margin-left: 0.21333rem;
}
.comment-item__top .actions .more-btn {
  padding: 0.64rem;
  height: 1.92rem;
  margin-top: -0.32rem;
  display: block;
  position: relative;
}
.comment-item__top .actions .more-btn i,
.comment-item__top .actions .more-btn i:before,
.comment-item__top .actions .more-btn i:after {
  position: absolute;
  width: 0.10667rem;
  height: 0.10667rem;
  background: #dadada;
  border-radius: 100%;
}
.comment-item__top .actions .more-btn i {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.comment-item__top .actions .more-btn i:before {
  content: "";
  left: 0;
  top: -0.17067rem;
}
.comment-item__top .actions .more-btn i:after {
  content: "";
  left: 0;
  bottom: -0.17067rem;
}
.comment-item__con {
  word-wrap: break-word;
  word-break: normal;
  line-height: 20px;
  font-size: 13px;
  text-align: justify;
  padding-top: 0.42667rem;
}

.ranking-label {
  position: relative;
  display: block;
}

.ranking-tips {
  display: none;
  position: absolute;
  top: -1.92rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 0.21333rem;
  background: rgba(36, 36, 42, 0.8);
  border-radius: 3px;
  font-size: 0.512rem;
  color: #FFFFFF;
  height: 1.49333rem;
  line-height: 1.49333rem;
  width: 4.13867rem;
  text-align: center;
}
.ranking-tips.direction-bot {
  top: auto;
  bottom: -1.92rem;
}
.ranking-tips.direction-bot i {
  top: -7px;
  bottom: auto;
  left: 50%;
  overflow: hidden;
}
.ranking-tips.direction-bot i:before {
  top: 2px;
  -webkit-transform: skew(0deg, 5deg) rotate(222deg);
  transform: skew(0deg, 5deg) rotate(222deg);
}
.ranking-tips i {
  position: absolute;
  bottom: -7px;
  width: 15px;
  left: 50%;
  margin-left: -7px;
  height: 7px;
  overflow: hidden;
}
.ranking-tips i:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 0 0 2px 0;
  background: rgba(36, 36, 42, 0.8);
  -webkit-transform: skew(0deg, 5deg) rotate(40deg);
  transform: skew(0deg, 5deg) rotate(40deg);
}

.ui-label--dw {
  background: #ffad36;
  color: #fff;
}

.ui-label--jy {
  background: #747a97;
  color: #fff;
}

.ui-label--wz {
  background: #ff6427;
  color: #fff;
}

.comment-list {
  position: relative;
  padding: 0 0.64rem;
}
.comment-list > li {
  padding-bottom: 0.42667rem;
}

.comment-list-scroll {
  position: relative;
  max-height: 14.93333rem;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.comment-list-scroll::-webkit-scrollbar {
  display: none;
}

.comment-item--hasreply {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.comment-item--hasreply .comment-item__top .avatar {
  margin-right: 0.64rem;
}
.comment-item--hasreply .comment-item__con {
  color: #848484;
  padding-left: 1.92rem;
  padding-top: 0.256rem;
}

.comment-item__reply {
  margin-left: 1.28rem;
  padding: 0 0.64rem;
  border-radius: 3px;
  background-color: whitesmoke;
}
.comment-item__reply > .more {
  display: block;
  color: #aaa;
  font-size: 13px;
  padding-top: 0.512rem;
  padding-bottom: 0.55467rem;
  border-top: thin solid #e9e9e9;
}

.reply-list {
  margin-top: 0.68267rem;
  padding-top: 0.46933rem;
  padding-bottom: 0.21333rem;
}
.reply-list > li {
  line-height: 20px;
  margin-bottom: 0.34133rem;
  word-wrap: break-word;
  word-break: normal;
  text-align: justify;
}
.reply-list > li > .username {
  display: inline;
  color: #050505;
  font-size: 13px;
}
.reply-list > li > .desc {
  display: inline;
  color: #848484;
  font-size: 13px;
}

.comment-list--hasreply > li {
  padding-bottom: 0.64rem;
}

.comment-empty {
  text-align: center;
  color: #aaa;
  font-size: 13px;
  padding-top: 0.64rem !important;
  padding-bottom: 0.64rem !important;
}

.comments-panel .ui-panel-hd h4 {
  text-align: left;
  font-size: 0.59733rem;
  color: #050505;
}
.comments-panel .ui-panel-hd h4 small {
  font-size: 0.59733rem;
  color: #848484;
}

/* 引入评论 */
.comment-form {
  position: relative;
}
.comment-form + .page-container {
  padding-bottom: 2.56rem;
}
.comment-form .share-btn {
  display: block;
  width: 3.15733rem;
  height: 100%;
  text-align: center;
  color: #848484;
  margin-right: -0.64rem;
}
.comment-form .share-btn .svg-icon-share {
  width: 1.024rem;
  height: 1.024rem;
  vertical-align: top;
  top: 50%;
  margin-top: -0.512rem;
}
.comment-form .form-input {
  width: 100%;
  height: 1.62133rem;
  padding: 0;
  padding-left: 0.64rem;
  color: #848484;
  line-height: 1.664rem;
  background-color: #f3f3f3;
  border-radius: 3px;
}
.comment-form .form-input.disabled {
  color: #fff;
  background: #dfdfdf;
}
.comment-form .form-cell-ft {
  position: relative;
  height: 100%;
}
.comment-form .form-cell {
  height: 2.56rem;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
}
.comment-form .form-cell:before {
  background: transparent;
}

.comment-form-pop {
  position: absolute;
  z-index: 1100;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
}
.comment-form-pop .form-textarea {
  padding: 0.64rem;
  color: #050505;
  font-size: 0.59733rem;
  line-height: 0.768rem;
  min-height: 3.69067rem;
}
.comment-form-pop .form-textarea::-webkit-input-placeholder {
  color: #848484;
}
.comment-form-pop > .ft {
  padding: 0.64rem;
}
.comment-form-pop > .ft .status {
  -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;
}
.comment-form-pop > .ft .count {
  color: #848484;
  font-size: 0.59733rem;
}
.comment-form-pop > .ft .length-txt {
  font-style: normal;
}
.comment-form-pop > .ft .ui-btn {
  margin-left: 0.21333rem;
}
.comment-form-pop > .ft .ui-btn-link {
  color: #848484;
  background: none;
  border-radius: 0;
}

.pop-show .comment-form-pop {
  opacity: 1;
  pointer-events: auto;
}

.comment-pop-layer {
  position: absolute !important;
  overflow: hidden !important;
}
.comment-pop-layer .ui-mask {
  position: absolute !important;
}

/* 引入发表评论表单 */
.comment-item {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}

.comment-list {
  padding-left: 0;
  padding-right: 0;
}
.comment-list > li {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
  border-bottom: thin solid #3d439b;
}

.comment-form .share-btn {
  color: #dadada;
}
.comment-form .form-input {
  color: rgba(255, 255, 255, 0.4);
  background: #3f4ca5;
}
.comment-form .form-input.disabled {
  color: rgba(255, 255, 255, 0.2);
  background: #4050ab;
}
.comment-form .form-cell {
  padding-left: 0;
  padding-right: 0;
}

.panel-topic {
  padding-left: 0.64rem;
  padding-right: 0.64rem;
  margin-top: 1.19467rem !important;
  padding-top: 1.024rem !important;
  border-top: thin solid #3d439b !important;
}
.panel-topic .ui-panel-hd {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0.98133rem;
}
.panel-topic .ui-panel-hd .option {
  right: -0.512rem;
}
.panel-topic .topic-item {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0.98133rem;
}
.panel-topic .topic-item__pic {
  margin-left: -0.64rem;
  margin-right: -0.64rem;
}
.panel-topic .ui-morebar {
  margin-bottom: 0;
  margin-top: 0;
}

.panel-topic .comment-list {
  z-index: 1;
  -webkit-backface-visibility: hidden;
}
.panel-topic .panel-bd-comment {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.panel-topic .panel-bd-comment:after {
  content: "";
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.26133rem;
  background-image: -webkit-linear-gradient(top, rgba(66, 87, 177, 0), #435db8);
  background-image: linear-gradient(to bottom, rgba(66, 87, 177, 0), #435db8);
}

.top3-panel {
  margin-top: 0;
  height: 10.624rem;
  overflow: hidden;
  position: relative;
  padding-top: 1.024rem;
  border-radius: 8px;
  margin-bottom: 0.768rem;
}
.top3-panel .ui-piczoom:before {
  background-color: rgba(61, 67, 155, 0.6);
}

.mod-ranking-front {
  position: relative;
  padding-top: 0.21333rem;
}
.mod-ranking-front .ui-btn-primary.disabled {
  background-color: #9b9ca4;
}
.mod-ranking-front .ui-media-grid > .ui-media:nth-child(2) {
  top: -0.42667rem;
}

.mod-stream--jiguang {
  padding-bottom: 0;
  margin-bottom: 0.64rem;
}
.mod-stream--jiguang .mod-stream-con {
  position: relative;
  z-index: 9;
  padding-bottom: 0.64rem;
}
.mod-stream--jiguang .mod-stream-con:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 1.792rem;
  transform: translateX(-50%);
  border-left: 0.32rem solid transparent;
  border-right: 0.32rem solid transparent;
  border-top: 0.384rem solid #445fba;
}
.mod-stream--jiguang .mod-stream-pic {
  position: relative;
  z-index: 1;
}
.mod-stream--jiguang .checkingift-cells {
  margin-top: 0.64rem;
  border-top: 0;
  padding-left: 0.64rem;
  padding-right: 0.64rem;
  padding-bottom: 0.64rem;
  border-bottom: thin solid #3d439b;
}
.mod-stream--jiguang .checkingift-cells .ui-cell {
  margin-top: 0;
}
.mod-stream--jiguang:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.games-panel {
  padding-top: 1.024rem !important;
  padding-bottom: 1.06667rem;
  background-color: #445fba;
  border-radius: 8px;
}

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