@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

* {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

body {
  padding: 0;
  margin: 0;
  background: #fff;
  font: 0.16rem/1.8 "黑体";
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

li {
  list-style: none;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

textarea {
  overflow: auto;
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: 700;
}

a {
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

input,
select {
  outline: none;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}

textarea {
  overflow: auto;
  resize: none;
}

.hide {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.show {
  display: block;
}

.text-center {
  text-align: center;
}

img[src=""],
img:not([src]) {
  opacity: 0;
}

@-webkit-keyframes higtLow {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1, 0.3);
    transform: scale(1, 0.3);
  }
}

@keyframes higtLow {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(1, 0.3);
    transform: scale(1, 0.3);
  }
}

@keyframes tinyScale {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.01, 1.01, 1.01);
    transform: scale3d(1.01, 1.01, 1.01);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bouncedelay {

  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes rotate {
  100% {
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-reserve {
  100% {
    -o-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes bubble {
  0% {
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -o-transform: translateY(-24px);
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    transform: translateY(-24px);
  }

  100% {
    -o-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg);
    transform: rotate3d(0, 0, 1, 20deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -20deg);
    transform: rotate3d(0, 0, 1, -20deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -15deg);
    transform: rotate3d(0, 0, 1, -15deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes cyberpunk {
  0% {
    clip-path: inset(20% -5px 60% 0);
    transform: translate(-6px, 5px);
    visibility: visible;
  }

  10% {
    clip-path: inset(50% -5px 30% 0);
    transform: translate(6px, -5px);
  }

  20% {
    clip-path: inset(20% -5px 60% 0);
    transform: translate(5px, 0px);
  }

  30% {
    clip-path: inset(80% -5px 5% 0);
    transform: translate(-8px, 5px);
  }

  40% {
    clip-path: inset(0 -5px 80% 0);
    transform: translate(3px, 6px);
  }

  50% {
    clip-path: inset(50% -5px 30% 0);
    transform: translate(-6px, -5px);
  }

  60% {
    clip-path: inset(80% -5px 5% 0);
    transform: translate(-7px, 5px);
  }

  70% {
    clip-path: inset(0 -5px 80% 0);
    transform: translate(3px, 6px);
  }

  80% {
    clip-path: inset(0 -5px 80% 0);
    transform: translate(3px, 6px);
  }

  90% {
    clip-path: inset(0 -5px 80% 0);
    transform: translate(3px, 6px);
  }

  100% {
    clip-path: inset(0 -5px 80% 0);
    transform: translate(3px, 6px);
  }
}

.container {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
}

.animated.fadeInDown.infinite {
  animation-duration: 1.2s;
  /* 动画持续 1 秒钟 */
  animation-timing-function: ease-out;
  /* 缓慢加速，速度逐渐减小 */
}

.wrap {
  width: 100%;
  position: relative;
  background: url("../image/bg.jpg") no-repeat;
  background-size: 100%;
}

.home-title {
  position: absolute;
  top: 5rem;
  left: 4.85rem;
  width: 9.95rem;
  height: 1.88rem;
  content: "";
  display: inline-block;
  background: url(../image/section1/pc-slogan.png) no-repeat;
  background-size: 100%;
}

#leaf_particle {
  width: 2560px;
  height: 100vh;
  left: 37%;
  margin-left: -960px;
  top: 0;
  pointer-events: none;
  z-index: 3;
  background-color: transparent;
  position: fixed;
}

#leaf_particle.hidden {
  visibility: hidden;
}

.wrap .leaf-top {
  position: fixed;
  width: 100%;
  height: 3.6rem;
  top: -3rem;
  background: url("../image/leaf-top.png") no-repeat;
  background-size: 100%;
  transition: all 1s;
  animation: brightness 8s ease-out 0.2s infinite both;
  pointer-events: none;
}

.leaf-top.refresh {
  transform: translate3d(0px, 2.5rem, 0px);
}


@keyframes brightness {
  0% {
    filter: brightness(1);
  }

  10% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.5);
  }

  90% {
    filter: brightness(1);
  }

  100% {
    filter: brightness(1);
  }
}

/* 二级页面背景 */
.role-page-bg {
  background-image: url(../images/role-page-bg.jpg);
}

/*页眉*/
.header {
  width: 100%;
  /* height: .94rem; */
  position: absolute;
  top: 0.34rem;
  /* background: url("../images/bg-header.png") no-repeat; */
  background-size: 100%;
  z-index: 9;
  font-size: 0;
}

.header .icon {
  width: 0.86rem;
  margin-top: -0.04rem;
  margin-left: 1.18rem;
  cursor: default;
}

.header .logo {
  width: 2.63rem;
  position: absolute;
  cursor: default;
  left: 1.2rem;
  top: -0.2rem;
}

.header .link-btn {
  vertical-align: middle;
  float: right;
  position: relative;
  right: 2.5rem;
  margin-top: -0.1rem;
}

.header .link-btn a {
  margin-left: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  width: 1.52rem;
  height: 0.46rem;
  /* margin: 0 0.11rem; */
}

.header .link-btn a:last-child {
  margin-left: 0.1rem;
  display: inline-block;
  vertical-align: middle;
  width: 1.77rem;
  height: 0.46rem;
  /* margin: 0 0.11rem; */
}

.header .link-btn .btn-web-img {
  background: url(../images/btn-web.png) no-repeat;
  background-size: 100%;
}

.header .link-btn .btn-fb-img {
  background: url(../images/btn-fb.png) no-repeat;
  background-size: 100%;
}

.header .link-btn .btn-line-img {
  background: url(../images/btn-line.png) no-repeat;
  background-size: 100%;
}

.header .link-btn .btn-discuss-img {
  background: url(../images/btn-discuss.png) no-repeat;
  background-size: 100%;
}

.header .link-btn>span {
  font-size: 0.24rem;
  margin-left: 0.08rem;
  font-weight: 700;
  float: right;
  margin-top: 0.3rem;
}

.header .link-btn>span>span {
  color: #31518d;
}

.header .link-btn>span>span:nth-of-type(2) {
  cursor: pointer;
}

/*标题*/
.title {
  /* width: auto; */
  text-align: center;
}

.title img {
  width: 6.85rem;
  height: 2.19rem;
}

select::-ms-expand {
  display: none;
}

.swiper-slide-next .item-front {
  width: 3.24rem;
  height: 5.44rem;
  top: 0.1rem;
  left: 0.3rem;
}

.swiper-slide-next .item-front.active {
  width: 3.24rem;
  height: 5.44rem;
  top: 0.1rem;
  left: 0.3rem;
  opacity: 1;
}

.swiper-slide-next .item-front.active::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 5.04rem;
  top: 0.2rem;
  left: 0.05rem;
  box-shadow: 0px 0px 20px #fff61b;
}

.swiper-slide-next .back {
  width: 4rem;
  height: 6rem;
  top: 0.1rem;
  left: -0.36rem;
}


.lottery .title {
  text-align: center;
  /* height: .94rem; */
  width: 100%;
}

.zoom {
  -webkit-animation: pulse 1s infinite;
  -o-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

.tiny-zoom {
  -webkit-animation: tinyScale 1s infinite;
  -o-animation: tinyScale 1s infinite;
  animation: tinyScale 1s infinite;
}

#lottery a.lottery-share {
  width: 1.88rem;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
}

#lottery a.btn-query {
  width: 1.44rem;
  position: absolute;
  top: 0.55rem;
  left: 5.8rem;
  z-index: 3;
}

#lottery a.btn-query img {
  width: 1.44rem;
}

#lottery ul {
  width: 6rem;
  height: 5.6rem;
  /* margin-left: 2.5rem; */
  padding-top: 0.76rem;
  position: relative;
  top: -0.6rem;
  z-index: 1;
}

#lottery ul li {
  width: 2.69rem;
  height: 2.9rem;
  position: absolute;
}

#lottery ul li.active .lottery-cur {
  width: 3.34rem;
  height: 3.31rem;
  position: absolute;
  left: 0rem;
  top: 0rem;
  background: url("../images/lottery-cur.png") no-repeat;
  background-size: 100%;
}

#lottery ul li.smoke .lottery-smoke {
  width: 1.17rem;
  height: 1.11rem;
  position: absolute;
  left: 0rem;
  top: 0.01rem;
  background: url("../images/lottery-smoke.png") no-repeat;
  background-size: 100%;
}

#lottery ul .awards_1 {
  background: url("../images/lottery-1.png") no-repeat;
  background-size: 100%;
  top: 1.4rem;
  left: 3.92rem;
  width: 2.48rem;
  height: 3.09rem;
}

#lottery ul li.active .lottery-cur-1 {
  width: 2.57rem;
  height: 3.18rem;
  left: -0.06rem;
  top: -0.06rem;
  background-image: url(../images/lottery-cur-1.png);
}

#lottery ul li.awards_2 .lottery-cur-1 {
  top: 0.7rem;
  left: -0.36rem;
}

#lottery ul li.smoke .lottery-smoke-1 {
  width: 2.22rem;
  height: 2.17rem;
  left: -0.02rem;
  background-image: url(../images/lottery-smoke-1.png);
}

#lottery ul .awards_2 {
  width: 3.5rem;
  height: 2.87rem;
  top: 3.02rem;
  left: 3.9rem;
  background: url("../images/lottery-2.png") no-repeat;
  background-size: 100%;
}

#lottery ul li.active .lottery-cur-2 {
  width: 3.57rem;
  height: 2.95rem;
  top: -0.04rem;
  left: -0.05rem;
  background-image: url(../images/lottery-cur-2.png);
}

#lottery ul .awards_2 .lottery-gift {
  width: 1.81rem;
  height: 1.4rem;
  position: absolute;
  top: 0.7rem;
  left: 2.1rem;
  background: url(../images/lottery-2-gift.png) no-repeat;
  background-size: 100%;
  display: none;
}

#lottery ul .awards_2:hover .lottery-gift {
  display: block;
}

#lottery ul .awards_3 {
  top: 4.5rem;
  left: 3.9rem;
  width: 2.46rem;
  height: 3.04rem;
  background: url("../images/lottery-3.png") no-repeat;
  background-size: 100%;
}

#lottery ul li.active .lottery-cur-3 {
  width: 2.55rem;
  height: 3.12rem;
  top: -0.05rem;
  left: -0.04rem;
  background-image: url(../images/lottery-cur-3.png);
}

#lottery ul li.smoke .lottery-smoke-3 {
  /* width: 1.51rem;
    height: 1.51rem;
    background-image: url(../images/lottery-smoke-3.png); */
}

#lottery ul .awards_3 .lottery-gift {
  width: 2.68rem;
  height: 1.68rem;
  position: absolute;
  top: 0.28rem;
  left: 2.1rem;
  background: url(../images/lottery-3-gift.png) no-repeat;
  background-size: 100%;
  display: none;
}

#lottery ul .awards_3:hover .lottery-gift {
  display: block;
}

#lottery ul .awards_8 {
  top: 1.62rem;
  left: 1.64rem;
  background: url("../images/lottery-8.png") no-repeat;
  background-size: 100%;
}

#lottery ul .awards_4 {
  top: 4.5rem;
  left: 1.48rem;
  width: 2.44rem;
  height: 3.05rem;
  background: url("../images/lottery-4.png") no-repeat;
  background-size: 100%;
}

#lottery ul li.active .lottery-cur-4 {
  width: 2.53rem;
  height: 3.13rem;
  top: -0.04rem;
  left: -0.06rem;
  background-image: url(../images/lottery-cur-4.png);
}

#lottery ul .awards_4 .lottery-gift {
  width: 2.2rem;
  height: 1.2rem;
  position: absolute;
  top: -0.1rem;
  left: 1.5rem;
  background: url(../images/lottery-4-gift.png) no-repeat;
  background-size: 100%;
  display: none;
}

#lottery ul .awards_4:hover .lottery-gift {
  display: block;
}

#lottery ul .awards_7 {
  top: 2.98rem;
  left: -0.04rem;
  background: url("../images/lottery-7.png") no-repeat;
  background-size: 100%;
}

#lottery ul .awards_6 {
  top: 1.4rem;
  left: 1.52rem;
  width: 2.42rem;
  height: 3.08rem;
  background: url("../images/lottery-6.png") no-repeat;
  background-size: 100%;
}

#lottery ul li.active .lottery-cur-6 {
  width: 2.51rem;
  height: 3.17rem;
  top: -0.05rem;
  left: -0.06rem;
  background-image: url(../images/lottery-cur-6.png);
}

#lottery ul .awards_6 .lottery-gift {
  width: 1.01rem;
  height: 0.56rem;
  position: absolute;
  top: 0rem;
  left: -0.6rem;
  background: url(../images/lottery-6-gift.png) no-repeat;
  background-size: 100%;
  display: none;
}

#lottery ul .awards_6:hover .lottery-gift {
  display: block;
}

#lottery ul .awards_5 {
  top: 3rem;
  left: 0.46rem;
  width: 3.49rem;
  height: 2.89rem;
  background: url("../images/lottery-5.png") no-repeat;
  background-size: 100%;
}

#lottery ul li.active .lottery-cur-5 {
  width: 3.57rem;
  height: 2.98rem;
  top: -0.05rem;
  left: -0.06rem;
  background-image: url(../images/lottery-cur-5.png);
}

#lottery ul li.smoke .lottery-smoke-5 {
  width: 2.22rem;
  height: 2.17rem;
  top: 0.74rem;
  left: 0.3rem;
  background-image: url(../images/lottery-smoke-1.png);
}

#lottery ul .awards_5 .lottery-gift {
  width: 2.2rem;
  height: 1.2rem;
  position: absolute;
  top: -0.1rem;
  left: -1.2rem;
  background: url(../images/lottery-5-gift.png) no-repeat;
  background-size: 100%;
  display: none;
}

#lottery ul .awards_5:hover .lottery-gift {
  display: block;
}

.lottery-btn {
  top: 5.8rem;
  left: 4.06rem;
  z-index: 2;
}

.lottery-btn a.lottery-start {
  width: 2.66rem;
  height: 2.57rem;
  position: absolute;
  top: -2.6rem;
  left: -1.46rem;
}

.lottery-btn .lottery-start .lottery-start-bg {
  width: 2.2rem;
  position: absolute;
  top: -3rem;
  left: 0.2rem;
  z-index: -1;
}

.lottery-start-bg.shaking {
  -webkit-animation: swing 1s linear infinite;
  animation: swing 1s linear infinite;
}

.lottery .lottery-hint {
  margin-top: 0.2rem;
}

.lottery .lottery-hint img {
  height: 0.42rem;
  width: auto;
}

.footer {
  width: 19.20rem;
  height: 1.22rem;
  /* padding: .1rem 0.4rem; */
  background: url(../image/footer-bg.png) no-repeat;
  background-size: 100%;
  position: relative;
}

.footer .cont {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.1rem;
  /* margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); */
}

.copyright,
.logo-game,
.copyright img,
.copyright p {
  /* display: inline-block;
  vertical-align: top; */
}

.logo-game .logo-game_company {
  color: #ccc;
  font-size: 0.14rem;
  position: absolute;
  top: 0.74rem;
  right: 0rem;
}

.logo-game {
  width: 3.29rem;
  height: 0.66rem;
  margin-right: 0.6rem;
  position: relative;
  /* top: 0.2rem; */
  background: url(../images/logo-game.png) no-repeat center;
  background-size: 100%;
}

.logo-game:after {
  content: "";
  width: 0.02rem;
  height: 1rem;
  position: absolute;
  top: -0.16rem;
  right: -0.6rem;
  /* background-color: #999999; */
}

.copyright {
  margin-left: 0.6rem;
  position: relative;
}

.copyright img {
  width: 0.68rem;
  margin-top: 0.03rem;
}

.copyright div {
  margin-left: 0.15rem;
  font-size: 0.12rem;
  color: #cccccc;
  text-align: left;
  white-space: pre-line;
  /* margin-top: 0.15rem; */
}

/*侧边栏*/
.slidebar {
  width: 2.50rem;
  height: 6.77rem;
  position: fixed;
  right: 0.1rem;
  top: 40%;
  margin-top: -2.5rem;
  z-index: 99;
  transition: all 0.3s;
}

.slidebar nav {
  font-size: 0;
  text-align: center;
  position: relative;
  left: 0.2rem;
  top: -0.9rem;
  z-index: 11;
}

.slidebar nav a {
  /* width: 1.81rem;
  height: 0.70rem; */
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 0.46rem;
}

.slidebar nav a.nav-as {
  width: 1.96rem;
  height: .61rem;
  background-image: url(../image/slidebar-as.png);
  top: 3.88rem;
  left: 0.11rem;
  transition: all 0.3s;
}

.slidebar nav a.nav-as:hover {
  width: 1.66rem;
  height: .29rem;
  background-image: url(../image/slidebar-as-hover.png);
  top: 4.05rem;
  left: 0.25rem;
  transition: all 0.1s;
}

.slidebar nav a.nav-gp {
  width: 2.09rem;
  height: .61rem;
  background-image: url(../image/slidebar-gp.png);
  top: 4.43rem;
  left: -0.01rem;
  transition: all 0.1s;
}

.slidebar nav a.nav-gp:hover {
  width: 1.78rem;
  height: .29rem;
  background-image: url(../image/slidebar-gp-hover.png);
  top: 4.6rem;
  left: 0.14rem;
  transition: all 0.1s;
}

.slidebar nav a.nav-hw {
  width: 1.87rem;
  height: .64rem;
  top: 5rem;
  left: 0.21rem;
  background-image: url("../image/slidebar-hw.png");
  transition: all 0.1s;
}

.slidebar nav a.nav-hw:hover {
  width:1.57rem;
  height: .32rem;
  top: 5.16rem;
  left: 0.35rem;
  background-image: url("../image/slidebar-hw-hover.png");
}

.slidebar nav a.nav-ur {
  width: 1.68rem;
  height: .63rem;
  top: 5.55rem;
  left: 0.41rem;
  background-image: url("../image/slidebar-ur.png");
  transition: all 0.1s;
}

.slidebar nav a.nav-ur:hover {
  width:1.38rem;
  height: .30rem;
  top: 5.7rem;
  left: 0.55rem;
  background-image: url("../image/slidebar-ur-hover.png");
}

.slidebar nav a.btn-query {
  width: 1.49rem;
  height: .63rem;
  top: 6.1rem;
  left: 0.6rem;
  background-image: url(../image/slidebar-query.png);
  transition: all 0.1s;
}

.slidebar nav a.btn-query:hover {
  width: 1.18rem;
  height: .31rem;
  top: 6.25rem;
  left: 0.75rem;
  background-image: url(../image/slidebar-query-hover.png);
}

/* 二維碼 */

.slidebar nav .nav-qrcode {
  display: inline-block;
  width: 1.04rem;
  height: 1.20rem;
  background: url(../image/nav-qecode.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 6.78rem;
  right: 0.78rem;
}

.slidebar nav .nav-qrcode.down {
  background: url(../image/nav-qecode-down.png) no-repeat;
  background-size: 100%;
  top: 6.78rem;
  right: 0.78rem;
}

.slidebar nav .nav-qrcodeWen {
  display: inline-block;
  width: .85rem;
  height: .13rem;
  background: url(../image/nav-qrcodeWen.png) no-repeat;
  background-size: 100%;
  position: relative;
  top: 1rem;
  right: 0.01rem;
}

.slidebar nav .nav-qrcodeWen.down {
  background: url(../image/nav-qrcodeWen-down.png) no-repeat;

}

.slidebar nav .btn-top {
  width: 0.61rem;
  height: 0.19rem;
  top: 8.23rem;
  left: 0.84rem;
  background: url(../image/slidebar-btn-top.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s;
}

.slidebar-loop-bg{
  position: absolute;
  top: 0.23rem;
  left: -0.2rem;
  width: 2.75rem;
  height: 8.05rem;
  background: url(../image/slidebar-bg.png) no-repeat;
  background-size: 100%;
}

.slidebar-loop-bg img {
  position: absolute;
}

.slidebar-loop-bg img:nth-child(1) {
  width: 3.03rem;
  height: 2.53rem;
  top: 0.1rem;
  left: -0.2rem;
}
.slidebar-loop-bg.down img:nth-child(1) {
  width: 3.03rem;
  height: 2.53rem;
  top: 0.1rem;
  left: -0.2rem;
}

.slidebar-loop-bg img:nth-child(2) {
  width: 3.03rem;
  height: 2.53rem;
  top: 0.1rem;
  left: -0.213rem;
}
.slidebar-loop-bg.down img:nth-child(2) {
  width: 3.03rem;
  height: 2.53rem;
  top: 0.1rem;
  left: -0.213rem;
}

.slidebar-loop-bg img:nth-child(3) {
  width: 3.03rem;
  height: 2.53rem;
  top: 0.1rem;
  left: -0.22rem;
}
.slidebar-loop-bg.down img:nth-child(3) {
  width: 3.03rem;
  height: 2.53rem;
  top: 0.1rem;
  left: -0.22rem;
}

.slidebar-loop-bg img:nth-child(4) {
  width: 3.03rem;
  height: 2.53rem;
  top: 0.1rem;
  left: -0.23rem;
}
.slidebar-loop-bg.down img:nth-child(4) {
  width: 3.03rem;
  height: 2.53rem;
  top: 0.1rem;
  left: -0.23rem;
}







/*弹出视频*/
.shade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
}

.videos {
  width: 10rem;
  height: 5.62rem;
  position: absolute;
  left: 50%;
  margin-left: -5rem;
  top: 50%;
  margin-top: -3rem;
}

.close {
  width: 0.19rem;
  height: 0.19rem;
  position: absolute;
  left: 10.2rem;
  background: url(../image/pop-close.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  /* -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; */
  z-index: 101;
}

/* .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
} */

/*弹层*/
.dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  z-index: 101;
}

/* 弹窗关闭 */
.dia-close {
  width: 0.35rem;
  height: 0.32rem;
  top: 0.13rem;
  right: 0.42rem;
  position: absolute;
  background: url(../image/pop/pop-close.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 30;
}

.dia-close1 {
  width: 0.6rem;
  height: 0.64rem;
  top: -0.2rem;
  right: -0.18rem;
  position: absolute;
  background: url("../images/dio-clone.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 300;
}

.dia-close-2 {
  width: 0.28rem;
  height: 0.3rem;
  top: 0.13rem;
  right: 0.42rem;
  position: absolute;
  background: url(../image/pop/pop-close.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  z-index: 30;
}

.dia-pic-close {
  width: 0.55rem;
  height: 0.58rem;
  position: absolute;
  top: 5rem;
  left: 13.5rem;
  background: url("../images/pop-close.png") no-repeat;
  background-size: 100%;
  z-index: 300;
}

/* 预下载弹窗 */
.down-content {
  width: 4.94rem;
  height: 5.66rem;
  left: 52%;
  background: url("../image/pop/down-bg.png") no-repeat;
  background-size: 100%;
}

.down-content.over {
  background: url("../image/pop/down-bg-over.png") no-repeat;
  background-size: 100%;
  height: 5.66rem;
  width: 5.18rem;
}

.down-content .btn {
  width: 4.6rem;
  height: 1.68rem;
  background: url(../image/pop/btn-down.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: -0.4rem;
  margin-left: -2.8rem;
  cursor: pointer;
}

.down-content.over .btn {
  width: 4.6rem;
  height: 1.68rem;
  background: url(../image/pop/btn-down-over.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: -0.4rem;
  margin-left: -2.8rem;
  cursor: pointer;
}

.over .btn {
  bottom: 0.4rem;
}

.down-container .over .btn-rewery {
  bottom: -.6rem;
}

.down-content .btn::after {
  content: "";
  display: inline-block;
  width: 0.38rem;
  height: 0.32rem;
  background: url(../image/section2/btn-hand-login-downm.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: 0.02rem;
  top: 1.2rem;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
  cursor: default;
}

.down-content.over .btn::after {
  content: "";
  display: inline-block;
  width: 0.38rem;
  height: 0.32rem;
  background: url(../image/section2/btn-hand-login-downm.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: 0.02rem;
  top: 0.8rem;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
  cursor: default;
}

.down-content .btn::before {
  content: "";
  display: inline-block;
  width: 0.53rem;
  height: 0.52rem;
  background: url(../image/section1/icon-red.png) no-repeat;
  background-size: 70%;
  cursor: pointer;
  position: absolute;
  top: 0.4rem;
  left: 0.8rem;
  z-index: 1;
  cursor: default;
}



/* .down-content .btn::after {
  content: "";
  display: inline-block;
  width: 0.51rem;
  height: 0.53rem;
  background: url("../image/pop/like-hander.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 0.99rem;
  left: 4.45rem;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
} */
/*
.down-content .btn::before {
  content: "";
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  background: url(../image/icon-red.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 0.04rem;
  right: 0.05rem;
  z-index: 1;
} */

.down-content .dia-close {
  width: 0.35rem;
  height: 0.32rem;
  background: url(../image/pop/pop-login-close.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 4.22rem;
  top: 0.3rem;
  cursor: pointer;
}

/* 登录弹窗 */
.pop-login {
  width: 9.68rem;
  height: 7.79rem;
  background: url(../image/pop/login-pop-bg.png) no-repeat;
  background-size: 100%;
  left: 45%;
}
.pop-block2 {
  width: 4.3rem;
  height: 1.9rem;
  position: absolute;
  top: 2rem;
  left: 5rem;
  z-index: 5;
  cursor: pointer;
}

.pc-requ-gp {
  width: 4.2rem;
  height: 2.5rem;
  position: absolute;
  left: 0.7rem;
  bottom: 2.7rem;
  cursor: pointer;
}

.dia-close-login {
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  background: url(../images/pop-close.png) no-repeat;
  background-size: 100%;
  z-index: 300;
  top: 1.1rem;
  left: 6.3rem;
}

.pop-login .pop-login-btn {
  position: absolute;
  width: 3.34rem;
  height: .77rem;
  top: 5.8rem;
  left: 5.4rem;
}

.pop-login .step-info {
  position: relative;
  top: 4.5rem;
  left: 5.2rem;
  display: flex;
}

.pop-login-bg {
  width: 1.52rem;
  height: 0.51rem;
  line-height: .51rem;
  display: flex;
  align-items: center;
}

.pop-login .step-info .order-select {
  background: url(../image/section2/order-select.png) no-repeat;
  background-position-x: 1.17rem;
  background-position-y: 0.19rem;
  font-size: .16rem;
  /* font-weight: 700; */
  color: #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  background-color: transparent;
  box-sizing: border-box;
  border: 0;
  width: 1.52rem;
  height: 0.46rem;
  text-align: center;
  padding: 0 0.18rem;
  background-size: 0.13rem 0.11rem;
}

.pop-login-bg .quhao-xiala {
  width: .15rem;
  height: .13rem;
  /* background: url(../image/section2/order-select.png) no-repeat 100%;
  background-size: 100%; */
}

.pop-login .step-info .order-select::after {
  content: '';
  width: 100%;
  display: inline-block;
}

.pop-login .step-info .order-tel {
  width: 2.27rem;
  height: 0.49rem;
  vertical-align: bottom;
  font-size: 0.16rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  /* margin-left: 0.2rem; */
  background-color: transparent;
  border: 0px;
}

.pop-login .step-info .order-tel.activeFalse {
  color: red;
  border: none;
}

.pop-login .step-info .order-tel.activeTrue {
  color: #000;
  border: none;
}

.pop-login .step-info input::-webkit-input-placeholder {
  color: #454545;
}

.pop-login .step-info input:-moz-placeholder {
  color: #454545;
}

.pop-login .step-info input:-ms-input-placeholder {
  color: #454545;
}

/* 弹出fb点赞弹窗 */
.pop-fb-like-bg {
  position: relative;
  background: url(../image/pop/like-bg.png) no-repeat;
  background-size: 100%;
  width: 7.8rem;
  height: 7rem;
}

.pop-fb-like .step-fb {
  position: absolute;
  left: 2rem;
  top: 3.8rem;
  width: 1.8rem;
  height: 0.64rem;
  background: url(../image/btn-fblink.png) no-repeat;
  background-size: 100%;
}

.pop-fb-like .step-fb::after {
  content: "";
  display: inline-block;
  width: 0.49rem;
  height: 0.5rem;
  /* background: url(../images/fb-like-hand.png) no-repeat; */
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: -0.2rem;
  top: 0.2rem;
  /* top: 0.35rem; */
  /* left: 0.9rem; */
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
  cursor: default;
}

.pop-fb-like .step-fb::before {
  content: "";
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  /* background: url(../images/fb-like-red.png) no-repeat; */
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -0.21rem;
  /* left: 1.4rem; */
  right: 0rem;
  z-index: 1;
  cursor: default;
}

.pop-fb-like .discuss-fb {
  position: relative;
  background: url(../image/pop/discuss-fb.png) no-repeat;
  background-size: 100%;
  width: 6.71rem;
  height: 1.41rem;
  top: 4.8rem;
  left: -0.6rem;
}

.pop-fb-like .discuss-fb.no-red-hand::after {
  content: none;
}

.pop-fb-like .discuss-fb.no-red-hand::before {
  content: none;
}

.pop-fb-like .discuss-fb::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.88rem;
  background: url(../image/icon-hand.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: 1.1rem;
  top: 0.8rem;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
  cursor: default;
}

.pop-fb-like .discuss-fb::before {
  content: "";
  display: inline-block;
  width: 0.34rem;
  height: 0.34rem;
  background: url(../image/section2/icon-red.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 0.13rem;
  left: 2rem;
  z-index: 1;
  cursor: default;
}

.pop-fb-like .discuss-fb a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.pop-fb-like .step-fb a .fb-like {
  margin: 0 0.4rem;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.pop-fb-like .dia-close {
  left: 3rem;
  top: 7rem;
}

/* 登录弹窗-活动过期 */
.pop-login-overtime {
  background-image: url("../images/login-pop-bg-overtime.png");
}

.pop-login .dia-close {
  top: 0.4rem;
  left: 9.6rem;
  width: 0.35rem;
  height: 0.32rem;
  background: url(../image/pop/pop-login-close.png) no-repeat;
  background-size: 100%;
  opacity: 0.5;
}

.login .pop-login .step1-os-radio {
  position: absolute;
  top: 1.3rem;
  left: 3.4rem;
  font-size: 0.3rem;
  color: #fff;
}

.island-bg {
  width: 10.51rem;
  height: 11.32rem;
  position: absolute;
}

.island-bg .ai-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -1.2rem;
}

.island-bg .ai-btn {
  cursor: pointer;
  width: 3.99rem;
  height: 1.16rem;
  position: absolute;
  bottom: 3.1rem;
  left: 50%;
  margin-left: -2rem;
}

.ai-island .dia-close {
  top: 0.8rem;
  right: 6.4rem;
}

.pop-login .step1-os-radio #osRadioIOS {
  margin-left: 0.6rem;
}

.pop-login .step1-os-radio img {
  width: 0.4rem;
}

.pop-login .step1-os-radio span {
  vertical-align: middle;
  user-select: none;
}

.pop-login .content .step-info {
  position: relative;
  top: 2.14rem;
  left: 2.2rem;
}

.pop-login .step-info input {
  width: 4rem;
  height: 0.69rem;
  /* margin-top: .12rem; */
  margin-left: 0.2rem;
  /* background: #fff; */
  vertical-align: middle;
  border: 0 solid #ffffff;
  /* box-shadow: .03rem .03rem .03rem #babfd5 inset; */
  font-size: 0.24rem;
  font-weight: 700;
  color: #454545;
  text-align: center;
  text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.pop-login .step-info input::-webkit-input-placeholder {
  color: #565868;
}

.pop-login .step-info input:-moz-placeholder {
  color: #565868;
}

.pop-login .step-info input:-ms-input-placeholder {
  color: #565868;
}

.pop-login-checkbox-wrapper input[type="checkbox"] {
  position: relative;
  display: inline-block;
  appearance: none;
  -webkit-appearance: none;
  width: .15rem;
  height: .15rem;
  outline: none;
  background-color: transparent;
  /* margin-top: 0.01rem; */
  left: .06rem;
  top: 0.05rem;
}

.pop-login-checkbox-wrapper {
  position: absolute;
  display: flex;
  top: 5.2rem;
  left: 5.6rem;
  align-items: center;
}

.pop-login-checkbox-wrapper input[type="checkbox"]:checked {
  background: transparent;
}

.pop-login-checkbox-wrapper .pop-login-checkbox {
  width: 0.15rem;
  height: 0.16rem;
  background: url(../image/pop/login-checkbox.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.pop-login-checkbox-wrapper .pop-login-checkbox:checked::after {
  content: '';
  display: inline-block;
  width: 0.22rem;
  height: 0.19rem;
  background: url(../image/pop/login-checkbox-active.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -.02rem;
  left: -0.01rem;
}

.pop-login-checkbox-wrapper .pop-login-checkbox-hint {
  display: inline-block;
  width: 2.75rem;
  height: 0.19rem;
  margin-left: 0.2rem;
  margin-top: 0.02rem;
}

.pop-login .order-btn {
  text-align: center;
  position: relative;
  top: 3.7rem;
  left: -0.1rem;
}

.pop-login .pop-btn-login {
  width: 6.14rem;
  display: inline-block;
  position: relative;
}

.pop-login .pop-btn-login img {
  /* width: 1.69rem; */
}

.pop-login .btn-query {
  width: 1.12rem;
  display: inline-block;
  vertical-align: middle;
}

.pop-login .order-hint {
  width: 5.24rem;
  margin: 0.3rem auto;
}

.pop-login .step-fb {
  position: relative;
  left: 5.16rem;
  top: 2.36rem;
}

.pop-login .step-fb a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
}

.pop-login .step-fb a .fb-like {
  margin: 0 0.6rem;
  display: block;
  -webkit-transform: scale(2.1);
  -moz-transform: scale(2.1);
  -ms-transform: scale(2.1);
  -o-transform: scale(2.1);
  transform: scale(2.1);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.pop-login .step-gift {
  position: absolute;
  top: 5.76rem;
  left: 6.8rem;
}

.pop-login .step-gift .step-gift-btn {
  position: absolute;
  width: 2rem;
  height: 0.71rem;
  background: url("../images/step-gift-btn.png") no-repeat;
  background-size: 100%;
}

.pop-login .step-gift .step-gift-btn.over {
  background-image: url("../images/step-gift-got.png");
}

/* 分享邀请链接 */
.share-code .pop-share-code-nei {
  width: 7.4rem;
  height: 5.48rem;
  background: url("../images/pop-share-code-bg.png") no-repeat;
  background-size: 100%;
  text-align: center;
  font-size: 0;
}

.pop-share-code-nei p {
  width: 3rem;
  margin: auto;
  line-height: 0.5rem;
  font-size: 0.28rem;
  color: #000;
  text-align: center;
}

.share-code .code-btns {
  padding-top: 2.45rem;
  /* padding-left: 0rem; */
  display: flex;
  justify-content: center;
}

.share-code .share-code-btn {
  /* width: 2rem; */
  display: inline-block;
  margin: 0 0.4rem;
}

.code-btns .fb-btn {
  margin-top: 0;
}

.code-btns img {
  width: 0.96rem;
  height: 0.96rem;
}

.code-btns .fb-btn img {
  /* width: .61rem; */
}

.pop-share-code .dia-close {
  left: 6.9rem;
  top: -0rem;
}

/* .pop-share-code .dia-close{
    width: .50rem;
    height: .50rem;
    position: absolute;
    top: -.3rem;
    right: -.6rem;
    background:url(../images/btn-close.png);
    background-size: 100%;
    cursor:pointer;
    z-index: 101;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.dia-close:hover{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
} */

/* 第一次注册分享facebook */
.fb-like-container .fb-like-inner {
  position: relative;
  width: 9.12rem;
  height: 2.94rem;
  background: url(../images/order-success.png);
  background-size: 100%;
}

.fb-like-container .dia-close {
  width: 1.17rem;
  height: 1.17rem;
  position: absolute;
  top: -0.4rem;
  right: -0.6rem;
  background: url("../images/pop-close.png") no-repeat;
  background-size: 100%;
}

.fb-like-container .fb-like-inner {
  display: flex;
  justify-content: center;
}

.fb-like-container .pop-fb-like-btn {
  margin-top: 2.1rem;
  display: block;
  transform: scale(1.5);
}

.pop-reg-success {
  position: relative;
  font-size: 0;
  text-align: center;
  width: 5.69rem;
  height: 6.79rem;
  background: url(../image/pop/reg-success-bg.png) no-repeat;
  background-size: 100%;
}

.pop-reg-success .reward-bg {
  position: absolute;
  left: 0rem;
  top: 0.08rem;
  width: 5.5rem;
  overflow: hidden;
  height: 0.36rem;
}

.pop-reg-success .reward-list {
  position: absolute;
  font-size: 0.18rem;
  white-space: nowrap;
  color: #dcdcdc;
  font-weight: bold;
  line-height: 0.34rem;
  margin-left: 0.94rem;
  -moz-animation: my-animation 45s linear infinite;
  -webkit-animation: my-animation 45s linear infinite;
  animation: my-animation 45s linear infinite;
}

.reward-list .reward-list-item {
  display: inline;
  margin-right: 1rem;
}

@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(1%);
  }

  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-90%);
  }
}

.pop-reg-success .dia-close {
  display: none !important;
}

.pop-reg-success .requ {
  width: 4.3rem;
  height: 1.8rem;
  position: absolute;
  left: 0.5rem;
  bottom: 3.2rem;
  cursor: pointer;
}

.pop-reg-success .qr_code {
  position: absolute;
  font-size: 0;
  text-align: center;
  width: 1.93rem;
  height: 1.93rem;
  left: -1.92rem;
  top: -0.75rem;
  background: url(../image/pop/qr-code.png) no-repeat;
  background-size: 100%;
}

/* .res-success-container .requ {
  width: 4.7rem;
  height: 1.6rem;
  position: absolute;
  left: 0.5rem;
  bottom: 2rem;
  cursor: pointer;
} */

.res-success-container .pop-res-bg {
  position: relative;
  background: url(../image/pop/res-success-bg.png) no-repeat;
  background-size: 100%;
  width: 8.36rem;
  height: 4.77rem;
}

.res-success-container .pop-res-bg::after {
  content: '';
  position: absolute;
  width: 3.72rem;
  height: 2.04rem;
  background: url(../image/pop/res-success-bg-light1.png) no-repeat;
  background-size: 100%;
  top: 1.1rem;
  left: 2.4rem;
  animation: flashScale 2s ease-in-out infinite 1s;
}

/* .res-success-container .pop-res-bg::before {
  content: '';
  position: absolute;
  width: .65rem;
  height: .66rem;
  background: url(../image/pop/res-success-bg-light2.png) no-repeat;
  background-size: 100%;
  top: 1.7rem;
  left: 3.1rem;
  animation: flashScale 2s ease-in-out infinite;
} */

@keyframes flashScale {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.02);
    opacity: 0.1;
  }
}

.res-success-container .requ {
  position: absolute;
  width: 6rem;
  height: 3.3rem;
  top: 1rem;
  left: 1.1rem;
  cursor: pointer;
  z-index: 5;
}

/* .res-success-container .requ::before {
  content: '';
  position: absolute;
  width: .53rem;
  height: .55rem;
  background: url(../image/pop/res-success-bg-light3.png) no-repeat;
  background-size: 100%;
  top: 1.2rem;
  left: 2.6rem;
  animation: flashScale 2s ease-in-out infinite;
} */

/* .res-success-container .requ::after {
  content: '';
  position: absolute;
  width: .34rem;
  height: .29rem;
  background: url(../image/pop/res-success-bg-light4.png) no-repeat;
  background-size: 100%;
  top: 2.26rem;
  left: 2.48rem;
  animation: flashScale 2s ease-in-out infinite;
} */

.res-success-container .dia-close {
  top: 0.25rem;
  left: 6.6rem;
}

.pop-query-diamond {
  text-align: center;
  position: absolute;
  top: 1.09rem;
  left: 5.5rem;
}

.pop-query-diamond span {
  font-size: 0.55rem;
  -webkit-text-size-adjust: none;
  font-weight: 700;
  margin-left: 0.1rem;
  background-image: -webkit-linear-gradient(top, #fff2f1, #fade71);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pop-success-btn {
  width: 2.9rem;
  top: 5.35rem;
  left: 2.3rem;
  position: relative;
}

.pop-success-btn a {
  display: inline-block;
  width: 1.23rem;
  height: 0.42rem;
  position: absolute;
}

.pop-success-btn a:first-child {
  width: 1.31rem;
  height: 0.39rem;
  background: url(../image/pop/pop-order-store-ios-over.png) no-repeat;
  background-size: 100%;
  left: 0;
}

.pop-success-btn a:nth-child(2) {
  width: 1.31rem;
  height: 0.39rem;
  background: url(../image/pop/pop-order-store-gp-over.png) no-repeat;
  background-size: 100%;
  right: .15rem;
}

.pop-success-btn a:nth-child(3) {
  background: url(../image/pop/pop-order-store-hw.png) no-repeat;
  background-size: 100%;
  bottom: -0.9rem;
  left: 0.74rem;
  width: 1.37rem;
  height: 0.41rem;
}

.pop-res-success .pop-res-bg a {
  position: absolute;
  width: 2.71rem;
  height: 0.59rem;
  top: 4.35rem;
  left: 2.8rem;
}

.pop-res-success .pop-res-bg a::before {
  content: '';
  display: inline-block;
  width: 0.23rem;
  height: 0.23rem;
  background: url(../image/pop/icon-red.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: -0.1rem;
  left: 0.1rem;
  z-index: 1;
  cursor: default;
}

.pop-res-success .pop-res-bg a::after {
  content: '';
  display: inline-block;
  width: .46rem;
  height: .39rem;
  background: url(../image/section2/set2-hand.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  top: 0.38rem;
  right: -0.05rem;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
  cursor: default;
}

.pop-success-btn a span {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline;
  float: left;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.auto-download-bg {
  width: 5.33rem;
  height: 6.93rem;
  background: url(../image/pop/autoDownPop.png) no-repeat;
  background-size: 100%;
}

.auto-download-pop .dia-close {
  top: -0.15rem;
  left: 5rem;
}
/* .pop-success-btn .order-store-gp-light {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(../images/order-store-light.png) no-repeat;
  background-size: 100%;
  content: "";
  transition: all 650ms;
  -webkit-animation: sg 2s linear infinite;
  -moz-animation: sg 2s linear infinite;
  -ms-animation: sg 2s linear infinite;
  animation: sg 2s linear infinite;
} */

/* .pop-success-btn a::before{
    content: '';
    position: absolute;
    background: url("../images/reg-success-appstore-tip.png") no-repeat;
    background-size: 100%;
    width: 1.24rem;
    height: 0.33rem;
    top: -0.3rem;
    left: 1.6rem;
    z-index: 1;
    animation: inner 3s ease-in-out infinite;
} */
@keyframes inner {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(0.1rem);
    transform: translateY(0.1rem);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.pop-success-btn a:nth-child(2) {
  /* margin-top: -0.05rem; */
}

.reg-success-qrcode {
  width: 1.55rem;
  height: 1.55rem;
  position: absolute;
  top: 5.1rem;
  left: 3.8rem;
}

.reg-success-qrcode-line {
  position: absolute;
  width: 1.55rem;
  height: 0.11rem;
  top: 5.1rem;
  left: 3.8rem;
  animation: moveLine 4s linear infinite;
}

@keyframes moveLine {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, 1.45rem, 0);
    -webkit-transform: translate3d(0, 1.45rem, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

/* 注销登录弹窗 */
.logout-container .pop-logout-k {
  width: 5.96rem;
  height: 2.2rem;
  background: url("../images/pop-logout-bg.png") no-repeat;
  background-size: 100%;
}

.pop-logout .dia-close {
  left: 6rem;
  top: -0.5rem;
}

.pop-logout a.logout-btn {
  display: block;
  width: 2.21rem;
  height: 0.69rem;
  position: absolute;
  top: 1.2rem;
  left: 1.9rem;
}

/* 抽奖弹窗 */
.gift .pop-gift {
  top: 40%;
  left: 50%;
  position: absolute;
  width: 6.09rem;
  /* display: flex;
    flex-direction: column;
    align-items: center; */
}

.gift .pop-gift .pop-gift-k {
  left: 50%;
  z-index: 200;
}

.gift .pop-gift .pop-gift-k .pop-bag {
  width: 7.64rem;
  height: 7.64rem;
}

.pop-gift a.lottery-share {
  width: 2.02rem;
  position: absolute;
  top: 4.3rem;
  left: 5.1rem;
  z-index: 2;
}

.pop-gift a.lottery-invite {
  width: 4rem;
  position: absolute;
  top: 8.5rem;
  left: 3rem;
  z-index: 2;
}

.pop-gift a.lottery-share img {
  /* width: 1.25rem; */
}

.pop-gift .dia-close {
  left: 5.2rem;
  top: -1.5rem;
}

.pop-gift-nei {
  width: 6.56rem;
  /* margin-left: .54rem; */
  padding-top: 1.2rem;
  position: relative;
  font-size: 0;
  text-align: center;
}

.pop-gift-nei h2 {
  padding-top: 1rem;
  padding-bottom: 0.1rem;
}

.pop-gift-nei .pop-bag {
  width: 2.76rem;
  position: relative;
  top: 0.8rem;
  left: 1.2rem;
  animation: bubble 5s infinite;
}

.pop-gift-nei .lottery-pop-btn {
  /* width: 1.98rem; */
  position: absolute;
  top: 4.1rem;
  left: -2.5rem;
}

.pop-gift-nei .lottery-pop-btn a {
  /* margin-bottom: .05rem; */
  display: inline-block;
  width: 2.54rem;
  height: 0.97rem;
  margin-right: 0.5rem;
}

.pop-gift .dia-close {
  top: -1rem;
  left: 4.56rem;
}

.pop-gift-header {
  width: 3.24rem;
  height: 0.54rem;
  left: 50%;
  transform: translate(-38%);
  top: -0.8rem;
  position: absolute;
}

.pop-gift-header img:nth-child(1) {
  width: 3.14rem;
  height: 0.54rem;
  display: block;
  margin: 0 auto;
}

.pop-gift-header .pop-gift-header-hint {
  width: auto;
  height: 0.29rem;
  display: block;
  margin: 0.3rem auto 0.5rem;
}

/* 卡牌 */
.pop-gift-flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
  /* 元素变形的原点 */
  transform-origin: center center;
  /* 背部可见 翻转更立体 */
  backface-visibility: visible;
  left: 0.4rem;
  /* top: -0.3rem; */
  width: 4.42rem;
  height: 5.42rem;
}

.pop-btn-y {
  width: 2.19rem;
  height: 0.76rem;
  background: url(../images/lottery/pop-gift-btn.png) no-repeat;
  background-size: 100%;
  position: absolute !important;
  bottom: 1.9rem !important;
  left: 50% !important;
  transform: translate(-35%) !important;
}

.pop-btn-s {
  width: 4.69rem;
  height: 1.73rem;
  background: url("../images/lottery/pop-gift-bot.png") no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-45%);
}

.pop-lottery-share {
  width: 1.23rem;
  height: 0.62rem;
  position: absolute;
  left: 11.5rem;
  bottom: 1.9rem;
}

.pop-lottery-share-draw {
  width: 0.61rem;
  height: 0.28rem;
  position: absolute;
  right: 7.2rem;
  bottom: 2.42rem;
}

.pop-gift-front,
.pop-gift-back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

/* 卡片前面内容 */
.pop-gift-front {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  width: 4.42rem;
  height: 5.42rem;
}

.pop-gift-front-btn {
  width: 2.03rem;
  height: 0.66rem;
  position: absolute;
  top: 5.8rem;
  left: 1rem;
  z-index: 101;
}

.pop-gift-front .pop-gift-front-card {
  width: 4.42rem;
  height: 5.42rem;
}

/* 卡片后面内容 */
.pop-gift-back {
  z-index: 2;
  width: 4.09rem;
}

.pop-gift-back-btn {
  width: 2.03rem;
  height: 0.66rem;
  position: absolute;
  top: 5.8rem;
  left: 1rem;
  z-index: 101;
}

.pop-gift-back .pop-gift-back-cardOne {
  width: 4.09rem;
  margin-left: 1.3rem;
}

.pop-gift-back .pop-gift-back-cardTwo {
  width: 4.09rem;
  margin-left: 1.3rem;
}

/* 翻转180度 */
.pop-gift-k .pop-gift-flipper.active {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  animation: animal 0.5s;
  animation-timing-function: ease-out;
}

@keyframes animal {
  0% {
    transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
  }

  /* 20%{
      transform: rotateY(720deg);
      -ms-transform: rotateY(720deg);
      -webkit-transform: rotateY(720deg);
    }
    40%{
        transform: rotateY(720deg);
        -ms-transform: rotateY(720deg);
        -webkit-transform: rotateY(720deg);
    }
    60%{
        transform: rotateY(1080deg);
        -ms-transform: rotateY(1080deg);
        -webkit-transform: rotateY(1080deg);
    }
    80%{
        transform: rotateY(1440deg);
        -ms-transform: rotateY(1440deg);
        -webkit-transform: rotateY(1440deg);
    } */
  100% {
    transform: rotateY(900deg);
    -ms-transform: rotateY(900deg);
    -webkit-transform: rotateY(900deg);
  }
}

.pop-gift-k .pop-gift-flipper.active.front {
  transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  /* IE 9 */
  -moz-transform: rotateY(0deg);
  /* Firefox */
  -webkit-transform: rotateY(0deg);
  /* Safari 和 Chrome */
  -o-transform: rotateY(0deg);
  /* Opera */
}

.pop-gift-k .pop-gift-flipper.active.back {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  /* IE 9 */
  -moz-transform: rotateY(180deg);
  /* Firefox */
  -webkit-transform: rotateY(180deg);
  /* Safari 和 Chrome */
  -o-transform: rotateY(180deg);
  /* Opera */
}

.pop-gift-light {
  width: 4rem;
  height: 6.4rem;
  background: url("../images/pop-gift-light.png") no-repeat;
  background-size: 100%;
  animation: myfirst 3s infinite;
  position: absolute;
  top: -0.47rem;
  left: -0.4rem;
  pointer-events: none;
  z-index: -1;
}

@keyframes myfirst {
  0% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  100% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
}

.pop-gift .pop-gift-unlock {
  width: 2.64rem;
  height: 2.8rem;
  position: absolute;
  left: -2.5rem;
  top: 3.4rem;
}

.pop-gift-k .pop-gift-cyberpunk-title,
.pop-gift-k .pop-gift-cyberpunk-title::after {
  width: 4.57rem;
  height: 1.24rem;
  position: absolute;
  left: 0.16rem;
  top: 4.5rem;
  background: url("../images/pop-gift-cyberpunk-title.png") no-repeat;
  background-size: 100%;
}

.pop-gift-k .pop-gift-cyberpunk-title::after {
  content: "";
  top: 0;
  left: 0;
  visibility: hidden;
  animation: cyberpunk 1s infinite;
  animation-timing-function: steps(1, end);
}

.pop-star {
  position: absolute;
  top: 1rem;
  z-index: 10;
  /* 不影响层级下面的组件鼠标事件 */
  /* pointer-events:none; */
  /* background-color: brown; */
}

.pop-star ul {
  display: flex;
  flex-direction: row;
  list-style: none;
}

.pop-star .pop-star1 {
  position: absolute;
  width: 0.4rem;
  height: 0.52rem;
  top: -1rem;
  animation: star1 1s infinite ease-out;
}

.pop-star .pop-star2 {
  position: absolute;
  width: 0.42rem;
  height: 0.55rem;
  top: -0.5rem;
  left: 3rem;
  animation: star1 2s infinite ease-out;
}

.pop-star .pop-star3 {
  position: absolute;
  width: 0.43rem;
  height: 0.55rem;
  top: 2rem;
  left: 3.5rem;
  animation: star1 1s 0.5s infinite ease-out;
}

.pop-star .pop-star4 {
  position: absolute;
  width: 0.44rem;
  height: 0.57rem;
  top: 3rem;
  animation: star1 2s infinite ease-out;
}

.pop-star .pop-star5 {
  position: absolute;
  width: 0.44rem;
  height: 0.57rem;
  top: -1rem;
  left: 3.6rem;
  animation: star1 2s 0.5s infinite ease-out;
}

.pop-star .pop-star6 {
  position: absolute;
  width: 0.4rem;
  height: 0.52rem;
  top: 4.2rem;
  left: 3.6rem;
  animation: star1 1s infinite ease-out;
}

@keyframes star1 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }

  100% {
    opacity: 1;
  }
}

.pop-gift-share {
  width: 5.07rem;
  height: 0.92rem;
  position: absolute;
  top: 5.6rem;
  left: 1.35rem;
  z-index: 300;
}

.pop-gift-share-first {
  width: 5.34rem;
  height: 1.46rem;
  position: absolute;
  top: 4.8rem;
  left: 1.2rem;
  z-index: 300;
}

/* 七星卡解锁弹窗 */
.pop-unlock .pop-unlock-k {
  width: 6.28rem;
  height: 6.9rem;
  background: url("../images/pop-unlock-k.png") no-repeat;
  background-size: 100%;
}

.pop-unlock .unlock-close {
  width: 0.32rem;
  height: 0.32rem;
  position: absolute;
  top: 0.1rem;
  left: 6.5rem;
  background: url("../images/pop-close.png") no-repeat;
  background-size: 100%;
}

/* 欢迎回来弹窗 */
.welcomepp-box {
  width: 6.63rem;
  height: 3.53rem;
  background: url(../image/pop/welcomepp-box1.png) no-repeat;
  background-size: 100%;
}

.store-btns .store-ios {
  width: 1.53rem;
  height: 0.47rem;
  background: url(../image/pop/store-ios.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 3.8rem;
  left: 1.95rem;
}

.store-btns .store-gp {
  width: 1.53rem;
  height: 0.47rem;
  background: url(../image/pop/store-gp.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 3.8rem;
  left: 3.6rem;
}
.welcomepp-box .welcome-text {
  width: 2.40rem;
  height: .29rem;
  background: url(../image/pop/welcometext.png) no-repeat;
  background-size: 100%;
}

.store-btns .welcome-text {
  position: absolute;
  /* color: #FFEDBE; */
  /* line-height: 0.32rem; */
  /* border-bottom: 0.01rem solid; */
  top: 4.5rem;
  left: 2.3rem;
}

.welcome-close {
  width: 0.35rem;
  height: 0.32rem;
  background: url(../image/pop/pop-close.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 85%;
  /* top: 1.4rem; */
  transform: translateX(-50%);
}

.poker-Draw {
  width: 2.03rem;
  height: 2.86rem;
  display: flex;
  justify-content: space-around;
  margin-top: -0.55rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.poker-Draw-fis {
  width: 2.88rem;
  height: 2.86rem;
}

.poker-Draw-two {
  width: 2.26rem;
  height: 2.86rem;
}

.poker-yuang_active {
  width: 0.53rem !important;
  height: 0.54rem !important;
  transform: translateX(-35%) !important;
}

.Draw-Line {
  width: 6.67rem;
  height: 0.18rem;
  background: url("../images/prok/Draw-Line.png") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 1.7rem;
  left: 50%;
  transform: translateX(-50%);
}

.poker-Draw-1 {
  position: absolute;
  left: 1.7rem;
}

.poker-Draw-2 {
  position: absolute;
  left: 4rem;
}

.poker-Draw-3 {
  position: absolute;
  left: 6.05rem;
}

.poker .poker-top-swiper>.swiper-slide {
  position: absolute;
}

.poker-Draw .poker-yuang {
  width: 0.37rem;
  height: 0.35rem;
  position: absolute;
  bottom: 0.34rem;
  left: 50%;
  transform: translate(-50%);
}

.poker-Draw-prev {
  width: 0.42rem;
  height: 0.41rem;
  position: absolute;
  top: 0.45rem;
  left: -0.1rem;
  background: url(../images/prok/poker-swiper-prev.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
}

.poker-Draw-next {
  width: 0.42rem;
  height: 0.41rem;
  position: absolute;
  top: 0.45rem;
  right: -0.3rem;
  background: url(../images/prok/poker-swiper-next.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
}

/* 活动说明弹窗 */
.pop-draw-description .pop-draw-description-k {
  width: 6.09rem;
  height: 7.83rem;
  background: url(../images/pop-draw-description-k.png) no-repeat;
  background-size: 100%;
  overflow: hidden;
}

.pop-draw-description-nei {
  width: 5.63rem;
  position: relative;
  height: 7.84rem;
  background: url(../images/pop-draw-description-nei.png) no-repeat;
  background-size: 100%;
}

.pop-draw-description-k img {
  width: 5.44rem;
}

.draw-description .dia-close {
  top: 0.5rem;
  left: 5.9rem;
}

/* 我的七行卡弹窗 */
.pop-mycard {
  width: 6.66rem;
  height: 8.3rem;
  background: url("../images/pop-mycard.png") no-repeat;
  background-size: 100%;
  /* overflow: hidden; */
}

.pop-mycard-k {
  /* overflow-y: scroll; */
  width: 5.3rem;
  height: 6.2rem;
  margin-left: 0.38rem;
  margin-top: 0.2rem;
}

.pop-mycard-item img {
  width: 5.91rem;
  height: 4.72rem;
}

.swiper-slide .num-bg {
  width: 0.82rem;
  height: 0.8rem;
  background: url("../images/icon-num-bg.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: -0.5rem;
  bottom: 0.8rem;
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.8rem;
}

.pop-mycard-list {
  height: 6.5rem;
  width: 5.9rem;
  top: 1.5rem;
}

.pop-mycard-list .swiper-slide {
  width: 3.24rem;
  height: 5.45rem;
  margin: 0 auto;
}

.pop-mycard-list .pop-newcard-item {
  /* margin-bottom: 0.3rem; */
  height: 100%;
}

.pop-mycard-list .swiper-wrapper {
  /* transition: top 1s; */
}

.pop-mycard-list .pop-newcard-item.swiper-slide-next {
  /* top: -1rem; */
}

.mycard-swiper-button-next {
  position: absolute;
  top: 7.4rem;
  left: 2.7rem;
  background: url(../images/duel/icon-dule.png) no-repeat;
  background-size: 100%;
  width: 1.2rem;
  height: 0.99rem;
  z-index: 1;
  cursor: pointer;
  animation: zz 2s ease-in infinite;
}

@keyframes zz {
  0% {
    top: 7.3rem;
  }

  50% {
    top: 7.45rem;
  }

  100% {
    top: 7.3rem;
  }
}

.mycard-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  z-index: 101;
}

.mycard-dialog .dia-close {
  left: 7rem;
  top: 0.3rem;
}

.pop-find {
  width: 6.48rem;
  height: 8.23rem;
  background: url("../images/pop-success-ka.png") no-repeat;
  background-size: 100%;
}

.pop-find-btn {
  width: 3.6rem;
  height: 0.78rem;
  position: absolute;
  bottom: 1.9rem;
  left: 50%;
  transform: translate(-50%);
}

/* 花火弹窗 */
.gift-1 .pop-gift-k {
  width: 4.69rem;
  height: 6.05rem;
  background: url("../images/lottery-pop-bg-1.png") no-repeat;
  background-size: 100%;
}

.gift-1 .pop-gift-1-inner {
  width: 3.94rem;
  position: absolute;
  left: 0.3rem;
  top: 2.3rem;
  animation: bubble 5s infinite;
}

.pop-gift-link {
  width: 5.04rem;
  height: 0.26rem;
  position: relative;
  top: 6.2rem;
  left: 50%;
  transform: translateX(-45%);
}

.gift-1 .pop-gift-cyberpunk-title,
.gift-1 .pop-gift-cyberpunk-title::after {
  width: 3.9rem;
  height: 1.36rem;
  position: absolute;
  left: 0.3rem;
  top: 4.4rem;
  background: url("../images/pop-gift-1-cyberpunk-title.png") no-repeat;
  background-size: 100%;
}

.gift-1 .pop-gift-cyberpunk-title::after {
  content: "";
  top: 0;
  left: 0;
  visibility: hidden;
  animation: cyberpunk 1s infinite;
  animation-timing-function: steps(1, end);
}

.gift-1 a.lottery-share {
  left: 4.6rem;
  top: 4.5rem;
}

.gift-1 .dialog {
  left: 50%;
  top: 45%;
}

.gift-1 .dia-close {
  left: 3.86rem;
  top: 7.3rem;
}

/* 查询奖励弹窗 */
.pop-query-k {
  width:4.96rem;
  height: 5.29rem;
  background: url("../image/pop/pop-query-bg1.png") no-repeat;
  background-size: 100%;
  /* overflow: hidden; */
  position: relative;
  /* margin-top: 0.2rem; */
}

.pop-query-info {
  width: 5.77rem;
  height: 0.8rem;
  background: url("../images/pop-query-info.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0.19rem;
}

.pop-query .dia-close {
  top: -0.3rem;
  right: -0.4rem;
}

.pop-query-wai {
  width: 4.8rem;
  /* overflow-x: hidden; */
  position: absolute;
  top: 1.6rem;
  left: 0.08rem;
}

.pop-query-nei {
  width: 100%;
  position: relative;
  overflow-y: scroll;
  height: 3.3rem;
  /* top: 1.7rem; */
  overflow-x: hidden;
}

.pop-query-nei::-webkit-scrollbar {
  width: 0.05rem;
  color: #e9e9e9;
}

.pop-query-nei::-webkit-scrollbar-thumb {
  background-color: #e9e9e9;
  border-radius: .1rem;
}

.pop-query-nei::-webkit-scrollbar-track {
  background-color: transparent;
}


.query-info {
  position: absolute;
  left: -0.02rem;
  width: 100%;
  height: 100%;
}

.award-top {
  width: 100%;
  height: 0.5rem;
  position: relative;
  left: 0.2rem;
  /* top: 2rem; */
}

.award-top .award-name {
  background: url(../images/award-name.png) no-repeat;
  background-size: 100%;
  width: 0.58rem;
  height: 0.29rem;
  margin-left: 1.7rem;
}

.award-top .award-code {
  background: url(../images/award-code.png) no-repeat;
  background-size: 100%;
  width: 1.16rem;
  height: 0.29rem;
  margin-left: 1.62rem;
}

.query-title {
  font-size: 0;
}

.query-title span {
  padding: 0.65rem 0 0.09rem;
  line-height: 0.56rem;
  height: 0.4rem;
  /* font-size: .3rem; */
  font-weight: 700;
  color: #5b628a;
  text-align: center;
  display: inline-block;
}

.query-title .name {
  width: 2.6rem;
}

.query-title .code {
  width: 3.16rem;
}

.query-info li {
  position: relative;
  left: 0.2rem;
  line-height: 0.46rem;
  margin-bottom: 0.2rem;
  /* margin-left: -0.15rem; */
  /* height: 0.63rem; */
  display: flex;
  align-items: center;
}

.query-info li span {
  font-size: 0.15rem;
  /* font-weight: 700; */
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.query-info li .name {
  width: 2.23rem;
  height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .14rem;
  margin-right: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.56rem;
  background: url(../image/pop/query-name.png) no-repeat;
  background-size: 100%;
  /* padding: 0 2%; */
}

.query-info li .code {
  width: 1.16rem;
  height: 0.36rem;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .115rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.17rem;
  background: url(../image/pop/query-code.png) no-repeat;
  background-size: 100%;
}

.query-info li .btn-copy {
  position: relative;
}

.query-info li .btn-get {
  position: relative;
}

.query-info li .btn-copy a {
  width: .98rem;
  height: 0.36rem;
  margin: auto;
  background: url("../image/pop/pop-query-copy.png") no-repeat;
  background-size: 100%;
  display: block;
  margin-left: 0.1rem;
}

.query-info li .btn-get a {
  width: .98rem;
  height: 0.36rem;
  margin: auto;
  background: url("../image/pop/pop-query-get.png") no-repeat;
  background-size: 100%;
  display: block;
  margin-left: 0.1rem;
}

.query-info li .go-share {
  position: relative;
  margin-left: 0.1rem;
  top: 0.01rem;
}

.query-info li .go-share a {
  width: 1.41rem;
  height: 0.7rem;
  margin: auto;
  background: url("../images/go-award.png") no-repeat;
  background-size: 100%;
  display: block;
}

.query-info li .go-lottery {
  position: relative;
  margin-left: 0.1rem;
  top: 0.01rem;
}

.query-info li .go-lottery a {
  width: 1.41rem;
  height: 0.7rem;
  margin: auto;
  background: url("../images/go-award.png") no-repeat;
  background-size: 100%;
  display: block;
}

.pop-line-nei p {
  width: 3rem;
  margin: auto;
  line-height: 0.5rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}

.pop-query-next {
  width: 0.49rem;
  height: 0.34rem;
  position: absolute;
  top: 7rem;
  left: 2.95rem;
  background: url(../images/mycard-swiper-button-next.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
  animation: zquery 2s ease-in infinite;
  margin-top: 0.5rem;
}

@keyframes zquery {
  0% {
    top: 7.12rem;
  }

  50% {
    top: 7rem;
  }

  100% {
    top: 7.12rem;
  }
}

.pop-line .dia-close {
  /* width: .50rem;
    height: .50rem;
    position: absolute;
    top: 0;
    left: 3.20rem;
    background:url(../images/btn-close.png);
    background-size: 100%;
    cursor:pointer;
    z-index: 101;
    -webkit-transition: all .3s;
    transition: all .3s; */
}

.dia-close:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* 查询奖励弹窗 */
.pop-exchange-k {
  width: 9.09rem;
  height: 8.38rem;
  background: url("../images/order-pop-bg.png") no-repeat;
  background-size: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
}

.pop-exchange-pic {
  width: 7.6rem;
  height: 2.47rem;
  background: url(../images/pop-exchange-pic.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0.76rem;
  top: 2.2rem;
}

.pop-exchange-pic .pop-exchange-poker-num {
  width: 4.88rem;
  height: 0.34rem;
  background: url(../images/pop-exchange-poker-num.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 1.3rem;
  top: 2rem;
}

.pop-exchange-poker-text {
  position: absolute;
  color: #ffe9c2;
  font-size: 0.2rem;
  left: 1.65rem;
}

.pop-exchange-poker-text span {
  position: absolute;
  color: #e8a330;
  margin-left: -0.05rem;
  margin-top: 0.01rem;
}

.pop-exchange .dia-close {
  top: 0.2rem;
  left: 9rem;
}

.pop-exchange-nei {
  position: relative;
  width: 7.59rem;
  height: 2.77rem;
  top: 4.615rem;
  left: 0.77rem;
  overflow: hidden;
}

.pop-exchange-title {
  position: relative;
  width: 7.59rem;
  height: 0.46rem;
  background: url(../images/pop-exchange-title.png) no-repeat;
  background-size: 100%;
}

.pop-exchange-nei .pop-exchange-info {
  position: absolute;
  overflow-y: scroll;
  width: 7.78rem;
  height: 2.35rem;
  top: 0.45rem;
}

.pop-exchange-info .pop-exchange-content li {
  line-height: 0.65rem;
  height: 0.58rem;
  display: flex;
}

.pop-exchange-content li .num {
  width: 2.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(167, 133, 89, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.25rem;
  padding: 0 2%;
  border: 1px solid #8c704b;
  border-top: transparent;
  border-right: transparent;
  font-size: 0.15rem;
}

.pop-exchange-content li .gift {
  width: 4.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(167, 133, 89, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.25rem;
  padding: 0 2%;
  border: 1px solid #8c704b;
  border-top: transparent;
  border-right: transparent;
  font-size: 0.16rem;
}

.pop-exchange-content li .status {
  width: 2.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(167, 133, 89, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.25rem;
  padding: 0 2%;
  border: 1px solid #8c704b;
  border-right: transparent;
  border-top: transparent;
  font-size: 0.16rem;
}

.pop-exchange-content li span {
  color: #ffedd6;
}

.query-title {
  font-size: 0;
}

.query-title span {
  padding: 0.65rem 0 0.09rem;
  line-height: 0.56rem;
  height: 0.4rem;
  /* font-size: .3rem; */
  font-weight: 700;
  color: #5b628a;
  text-align: center;
  display: inline-block;
}

.query-title .name {
  width: 2.6rem;
}

.query-title .code {
  width: 3.16rem;
}

/* .query-info li{
    line-height: 0.65rem;
    margin-bottom: 0.05rem;
    height: 0.58rem;
    display: flex;
} */

/* .query-info li .name{
    width: 2.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #ffffff;
    margin-right: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.25rem;
    padding: 0 2%;
} */
/* .query-info li .code{
    width: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0.25rem;
    padding: 0 2%;
    background-color: #ffffff;
} */
/* .query-info li .btn-copy{
    margin-left: .1rem;
} */
.pop-line-nei p {
  width: 3rem;
  margin: auto;
  line-height: 0.5rem;
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
}

.pop-query-next {
  width: 0.49rem;
  height: 0.34rem;
  position: absolute;
  top: 7rem;
  left: 2.95rem;
  background: url(../images/mycard-swiper-button-next.png) no-repeat;
  background-size: 100%;
  z-index: 1;
  cursor: pointer;
  animation: zquery 2s ease-in infinite;
  margin-top: 0.5rem;
}

@keyframes zquery {
  0% {
    top: 7.12rem;
  }

  50% {
    top: 7rem;
  }

  100% {
    top: 7.12rem;
  }
}

.pop-line .dia-close {
  /* width: .50rem;
    height: .50rem;
    position: absolute;
    top: 0;
    left: 3.20rem;
    background:url(../images/btn-close.png);
    background-size: 100%;
    cursor:pointer;
    z-index: 101;
    -webkit-transition: all .3s;
    transition: all .3s; */
}

.dia-close:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* 活动已结束 */
.over .over-content {
  font-size: 0rem;
  width: 7.56rem;
  height: 6.33rem;
  background: url(../image/pop/pop-over-bg.png) no-repeat;
  background-size: 100%;
  position: relative;
  top: 37%;
  left: 50%;
}

.over-btngp {
  display: flex;
  position: absolute;
  top: 7.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.over-content .over-btns {
  position: absolute;
  top: 6.5rem;
  left: 50%;
  /* display: flex; */
  transform: translateX(-50%);
}

.over-query-btn {
  display: inline-block;
  /* width: 2.37rem;
  height: 0.76rem; */
}

.over-query-btn::after {
  content: "";
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  background: url(../image/pop/like-red.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  left: 0.2rem;
  top: -0.1rem;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
  cursor: default;
}

.over-query-btn::before {
  content: "";
  display: inline-block;
  width: 0.65rem;
  height: 0.46rem;
  background: url(../image/pop/like-hander.png) no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  right: -0.2rem;
  top: 0.3rem;
  -webkit-animation: fblike 1s ease-in-out infinite;
  animation: fblike 1s ease-in-out infinite;
  cursor: default;
}

.over-btngp a {
  margin: 0 0.05rem;
}

/* .over a img {
  width: 2.45rem;
} */
.over-btngp a {
  width: 1.91rem;
  height: 0.66rem;
}

.over-content .over-query {
  position: absolute;
  top: 6.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.over-content .over-query img {
  width: 1.86rem;
}

.over .dia-close {
  /* top: -0.2rem; */
  right: 0.3rem;
}

/* 創建同盟彈窗 */
.pop-create-team-bg {
  position: relative;
  width: 7.35rem;
  height: 7.02rem;
  background: url(../images/pop-create-team-bg.png) no-repeat;
  background-size: 100%;
}

.pop-create-team-success-bg .pop-team-create-name {
  position: absolute;
  color: #ffeac4;
  font-size: 0.35rem;
  top: 1.5rem;
  left: 0.5rem;
}

.pop-team-create-form .pop-team-create-input.pop-team-create-name {
  position: absolute;
  width: 5.2rem;
  height: 0.45rem;
  border: 1px solid #7c6145;
  font-size: 20px;
  color: #604e3b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  top: 1.9rem;
  left: 1.7rem;
  text-align: center;
  background-color: #ad9677;
}

.pop-team-create-form .pop-team-create-input.pop-team-create-tenet {
  position: absolute;
  width: 4.85rem;
  height: 0.45rem;
  border: 1px solid #7c6145;
  font-size: 20px;
  color: #604e3b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  top: 2.65rem;
  left: 2.05rem;
  text-align: center;
  background-color: #ad9677;
}

.pop-team-create-form .pop-team-create-input.pop-team-create-line {
  position: absolute;
  width: 4.45rem;
  height: 0.45rem;
  border: 1px solid #7c6145;
  font-size: 20px;
  color: #604e3b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  top: 3.4rem;
  left: 2.45rem;
  text-align: center;
  background-color: #ad9677;
}

.pop-create-team-bg .pop-team-create-flag {
  position: relative;
  top: 4.25rem;
  left: 1.7rem;
}

.pop-create-team-bg .pop-team-create-flag li:nth-child(1) {
  width: 1.23rem;
  height: 1.55rem;
  background: url(../images/flag-1.png) no-repeat;
  background-size: 100%;
  position: absolute;
}

.pop-create-team-bg .pop-team-create-flag li:nth-child(1).active {
  width: 1.23rem;
  height: 1.55rem;
  background: url(../images/flag-1-active.png) no-repeat;
  background-size: 100%;
  position: absolute;
}

.pop-create-team-bg .pop-team-create-flag li:nth-child(2) {
  width: 1.23rem;
  height: 1.55rem;
  background: url(../images/flag-2.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 1rem;
}

.pop-create-team-bg .pop-team-create-flag li:nth-child(2).active {
  width: 1.23rem;
  height: 1.55rem;
  background: url(../images/flag-2-active.png) no-repeat;
  background-size: 100%;
  position: absolute;
}

.pop-create-team-bg .pop-team-create-flag li:nth-child(3) {
  width: 1.23rem;
  height: 1.55rem;
  background: url(../images/flag-3.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 2rem;
}

.pop-create-team-bg .pop-team-create-flag li:nth-child(3).active {
  width: 1.23rem;
  height: 1.55rem;
  background: url(../images/flag-3-active.png) no-repeat;
  background-size: 100%;
  position: absolute;
}

.pop-create-team-bg .pop-team-create-flag li:nth-child(4) {
  width: 1.23rem;
  height: 1.55rem;
  background: url(../images/flag-4.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 3rem;
}

.pop-create-team-bg .pop-team-create-flag li:nth-child(4).active {
  width: 1.23rem;
  height: 1.55rem;
  background: url(../images/flag-4-active.png) no-repeat;
  background-size: 100%;
  position: absolute;
}

.pop-create-team-bg .pop-team-create-flag li:nth-child(5) {
  width: 1.23rem;
  height: 1.55rem;
  background: url(../images/flag-5.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 4rem;
}

.pop-create-team-bg .pop-team-create-flag li:nth-child(5).active {
  position: absolute;
  width: 1.23rem;
  height: 1.55rem;
  background: url(../images/flag-5-active.png) no-repeat;
  background-size: 100%;
}

.pop-team-create-btn {
  position: absolute;
  width: 2.42rem;
  height: 0.63rem;
  top: 6.05rem;
  left: 2.45rem;
  background: url(../images/pop-team-create-btn.png) no-repeat;
  background-size: 100%;
}

.pop-create-team .dia-close {
  top: 0rem;
  left: 7.5rem;
}

.pop-team-create-form .pop-team-create-input::-webkit-input-placeholder {
  color: #604e3b;
}

.pop-team-create-form .pop-team-create-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #604e3b;
}

.pop-team-create-form .pop-team-create-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #604e3b;
}

.pop-team-create-form .pop-team-create-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #604e3b;
}



.pop-line-2 .pop-line-bg {
  width: 6.13rem;
  height: 3.01rem;
  background: url("../images/pop-line-bg-2.png") no-repeat;
  background-size: 100%;
}

.pop-line-2 .pop-line-2-share {
  position: absolute;
  top: 1.76rem;
  left: 2.58rem;
}

.pop-line-2 .pop-line-2-share img {
  width: 0.82rem;
}

.pop-line-2 .dia-close {
  top: 3.2rem;
  left: 2.7rem;
}

/* 更换同盟弹窗 */
.pop-change-team .pop-change-team-bg {
  position: relative;
  width: 8.09rem;
  height: 4.83rem;
  background: url("../images/pop-change-team-bg.png") no-repeat;
  background-size: 100%;
}

.pop-change-team .dia-close {
  left: 8rem;
  top: 0rem;
}

.pop-team-cancel {
  position: absolute;
  width: 1.8rem;
  height: 0.63rem;
  background: url(../images/pop-team-cancel.png) no-repeat;
  background-size: 100%;
  left: 4.4rem;
  top: 3.5rem;
}

/* 活动规则 */
.pop-activity-rules .pop-rule-content {
  position: relative;
  width: 5.77rem;
  height: 5.44rem;
  background: url("../image/pop/pop-activity-rules-bg.png") no-repeat;
  background-size: 100%;
}

.pop-rule-content .btn {
  width: 2.93rem;
  height: 1.14rem;
  background: url("../image/pop/pop-btn-yes.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
}

.pop-rule-content .pop-rule-nei {
  position: absolute;
  width: 7.28rem;
  height: 6.7rem;
  left: 0.3rem;
  overflow: scroll;
  overflow-x: hidden;
}

.pop-rule-detail img {
  width: 5.81rem;
  height: 8.05rem;
}

.pop-activity-rules .dia-close {
  top: 7.6rem;
  left: 9.3rem;
}

.pop-ai .pop-ai-bg {
  width: 5.77rem;
  height: 3.68rem;
  background: url("../image/pop/pop-ai.png") no-repeat;
  background-size: 100%;
}

.pop-ai .pop-ai-bg .btn {
  position: absolute;
  bottom: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.93rem;
  height: 1.14rem;
  background: url("../image/pop/pop-btn-yes.png") no-repeat;
  background-size: 100%;
  cursor: pointer;
}

.pop-ai .dia-close {
  top: 6.8rem;
  right: 9.3rem;
}

/* 積分詳情弹窗 */
.pop-integral-detail .pop-integral-content {
  position: relative;
  width: 7.35rem;
  height: 4.74rem;
  background: url("../images/pop-integral-detail-bg.png") no-repeat;
  background-size: 100%;
  font-size: 0.8rem;
  font-weight: 700;
}

.pop-integral-content .pop-integral-flag {
  position: absolute;
  width: 1.68rem;
  height: 2.2rem;
  top: 1.5rem;
  left: 0.75rem;
}

.pop-integral-detail .dia-close {
  left: 7.4rem;
  top: 0rem;
}

.pop-integral-content>span {
  position: absolute;
  top: 1.08rem;
  left: 2.7rem;
  width: 2.2rem;
  text-align: center;
  background-image: -webkit-linear-gradient(top, #feeac3, #e4be7c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pop-integral-content .pop-integral-poker_point {
  top: 2.07rem;
}

.pop-integral-content .pop-integral-poker_sum {
  left: 4.8rem;
  top: 2.07rem;
}

.pop-integral-content .pop-integral-team_name {
  position: absolute;
  font-size: 0.22rem;
  font-weight: 100;
  width: 1.4rem;
  text-align: center;
  color: #ffeac4;
  top: 3.75rem;
  left: 0.9rem;
}

.pop-integral-content .pop-integral-detail-btn {
  position: absolute;
  width: 1.77rem;
  height: 0.6rem;
  top: 3.63rem;
  left: 2.45rem;
  background: url(../images/integral-detail-btn.png) no-repeat;
  background-size: 100%;
}

.pop-integral-content .pop-integral-instant-btn {
  position: absolute;
  width: 2.59rem;
  height: 0.6rem;
  top: 3.63rem;
  left: 4.4rem;
  background: url(../images/integral-instant-btn.png) no-repeat;
  background-size: 100%;
}

/* 推薦彈窗 */
.pop-recommend .pop-recommend-content {
  width: 6.42rem;
  height: 4.09rem;
  background: url("../images/pop-recommend-bg.png") no-repeat;
  background-size: 100%;
  position: relative;
}

.pop-recommend-content .pop-recommend-text {
  position: absolute;
  color: #f83333;
  font-size: 0.38rem;
  top: 1rem;
  left: 2.5rem;
}


/*  陣營展示彈窗  */
.pop-camp-recommend-content .pop-camp-recommend-info {
  width: 19rem;
  height: 12rem;
}

.pop-camp-recommend .dia-close {
  left: 14.5rem;
  top: 2rem;
}

/* 卡池图鉴弹窗 */
.pop-poker-container .pop-pool-bg {
  position: relative;
  background: url(../images/pop-pool-bg.png) no-repeat;
  background-size: 100%;
  width: 8.09rem;
  height: 7.27rem;
  top: -0.3rem;
  left: -0.07rem;
}

.pop-poker-container .pop-pool-bg .pop-pool-title {
  position: absolute;
  background: url(../images/pop-pool-title.png) no-repeat;
  background-size: 100%;
  width: 3.46rem;
  height: 0.4rem;
  top: 0.8rem;
  left: 2.4rem;
}

.pop-poker-container .pop-pool-bg .pop-pool-sum {
  position: absolute;
  background: url(../images/pop-pool-sum.png) no-repeat;
  background-size: 100%;
  width: 2.06rem;
  height: 0.35rem;
  top: 6.3rem;
  left: 2.9rem;
}

.pop-poker-container .pop-pool-num span {
  position: absolute;
  font-weight: 700;
  font-size: 0.3rem;
  left: 2.1rem;
  top: -0.1rem;
  background-image: -webkit-linear-gradient(top, #fff7e9, #d1b686);
  -webkit-text-size-adjust: none;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  cursor: default;
}

.pop-poker-container .pop-pool-bg .pop-pool-container {
  position: relative;
  width: 7.25rem;
  height: 4.63rem;
  top: 1.42rem;
  left: 0.475rem;
  overflow: hidden;
}

.pop-poker-container .pop-pool-bg .pop-pool-heros {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 7.44rem;
  height: 4.6rem;
  overflow: scroll;
  overflow-x: hidden;
  padding-top: 0.05rem;
}

.pop-poker-pool .dia-close {
  left: 8rem;
  top: 0;
}

/* 孙尚香边框特效 */
.star-hero-light {
  position: relative;
  background: url(../images/star-hero-light.png) no-repeat;
  background-size: 100%;
  width: 2.15rem;
  height: 2.58rem;
  top: -2.35rem;
  left: -0.42rem;
}

/* 初始武将颜色 */
.pop-poker-container .pop-pool-bg .pop-pool-hero {
  position: relative;
  width: 1.32rem;
  height: 2.05rem;
  margin: 0.065rem 0.05rem 0.05rem 0.068rem;
  filter: grayscale(100%);
}

/* 拥有普通武将颜色 */
.pop-poker-container .pop-pool-bg .pop-pool-hero.active1 {
  position: relative;
  width: 1.32rem;
  height: 2.05rem;
  margin: 0.065rem 0.05rem 0.05rem 0.068rem;
  filter: grayscale(0);
}

/* 拥有五星武将颜色 */
.pop-poker-container .pop-pool-bg .pop-pool-hero.active2 {
  position: relative;
  width: 1.32rem;
  height: 2.05rem;
  margin: 0.065rem 0.05rem 0.05rem 0.068rem;
  filter: grayscale(0);
}

.pop-poker-container .pop-pool-bg .pop-pool-hero.active2::after {
  content: "";
  position: absolute;
  background: url(../images/star-hero-light.png) no-repeat;
  background-size: 100%;
  width: 1.43rem;
  height: 2.23rem;
  top: -0.08rem;
  left: -0.05rem;
}

/* 拥有孙尚香颜色 */
.pop-poker-container .pop-pool-bg .pop-pool-hero.active4 {
  position: relative;
  width: 1.32rem;
  height: 2.05rem;
  margin: 0.065rem 0.05rem 0.05rem 0.068rem;
  filter: grayscale(0);
}

.pop-poker-container .pop-pool-bg .pop-pool-hero.active4::after {
  content: "";
  position: absolute;
  background: url(../images/sun-hero-light.png) no-repeat;
  background-size: 100%;
  width: 1.5rem;
  height: 2.24rem;
  top: -0.12rem;
  left: -0.065rem;
}

.pop-pool-hero .pop-pool-hero-num.active {
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  top: 1.8rem;
  left: 1.1rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0.027rem solid #a27b49;
  z-index: 1;
}

.pop-pool-hero-num span {
  position: absolute;
  color: #fdedcd;
  font-size: 0.15rem;
  text-align: center;
  line-height: 0.2rem;
  width: 0.2rem;
  height: 0.2rem;
  font-weight: 900;
  left: 0.005rem;
  top: 0.005rem;
}

@media screen and (max-width: 1920px) {

  .order-info .content .step-fb a .fb-like,
  .pop-login .step-fb a .fb-like {
    margin: 0 0.5rem;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -ms-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .order-info .content .step-fb {
    width: 2.2rem;
    position: absolute;
    top: 4.15rem;
    left: 83%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1600px) {

  .order-info .content .step-fb a .fb-like,
  .pop-login .step-fb a .fb-like {
    margin: 0 0.55rem;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .order-info .content .step-fb {
    width: 2.2rem;
    position: absolute;
    top: 4.15rem;
    left: 78%;
    transform: translateX(-50%);
  }

  .order-info .step .step-fb::before {
    left: 1.6rem;
  }

  .order-info .step .step-fb::after {
    left: 1.3rem;
  }
}

@media screen and (max-width: 1480px) {

  .order-info .content .step-fb a .fb-like,
  .pop-login .step-fb a .fb-like {
    margin: 0 0.55rem;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .order-info .content .step-fb {
    width: 2.2rem;
    position: absolute;
    top: 4.15rem;
    left: 77%;
    transform: translateX(-50%);
  }

  .order-info .step .step-fb::before {
    left: 1.6rem;
  }

  .order-info .step .step-fb::after {
    left: 1.3rem;
  }
}

@media screen and (max-width: 1366px) {

  .order-info .content .step-fb a .fb-like,
  .pop-login .step-fb a .fb-like {
    margin: 0 0.4rem;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .order-info .content .step-fb {
    width: 2.2rem;
    position: absolute;
    top: 4.1rem;
    left: 80%;
    transform: translateX(-50%);
  }

  .order-info .step .step-fb::before {
    left: 1.4rem;
    top: 0rem;
  }

  .order-info .step .step-fb::after {
    left: 1.2rem;
    top: 0.6rem;
  }
}

@media screen and (max-width: 1280px) {

  .order-info .content .step-fb a .fb-like,
  .pop-login .step-fb a .fb-like {
    margin: 0 0.3rem;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .order-info .content .step-fb {
    width: 2.2rem;
    position: absolute;
    top: 4.05rem;
    left: 80%;
    transform: translateX(-50%);
  }

  .order-info .step .step-fb::after {
    left: 1.1rem;
    top: 0.65rem;
  }
}

@media screen and (max-width: 1080px) {

  .order-info .content .step-fb a .fb-like,
  .pop-login .step-fb a .fb-like {
    margin: 0 0.3rem;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .order-info .content .step-fb {
    width: 2.2rem;
    position: absolute;
    top: 4rem;
    left: 77%;
    transform: translateX(-50%);
  }

  .order-info .step .step-fb::before {
    left: 1.5rem;
    top: 0.05rem;
  }

  .order-info .step .step-fb::after {
    left: 1.3rem;
    top: 0.7rem;
  }
}




/* 预下载&倒计时主图 */
.Down {
  width: 100%;
  background: url(../image/bg_down.jpg) no-repeat;
  background-size: 100%;
}
