﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea,
article,
aside,
audio,
canvas,
command,
datalist,
details,
dialog,
embed,
figure,
header,
hgroup,
keygen,
mark,
meter,
nav,
output,
progress,
rp,
rt,
ruby,
section,
source,
time,
video {
    border: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    list-style: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

a:link,
a:visited {
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
}

a {
    outline: none;
    *hide-focus: none;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    display: block;
}

body,
html {
    font-size: 0.24rem;
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
    border-radius: 0;
}

html img,
body img {
    display: block;
    width: auto;
    border: 0;
}

html,
body {
    position: relative;
    height: 100%;
    background: #fff
}

a:active,a:visited,a:hover {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

*{
    font-family: Arial, sans-serif;
}

.center {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*轮播主体*/
html,
body,
.pageBox {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    clear: both;
}

.pageMain {
    width: 7.5rem;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/* 顶通 */
.header-box {
    width: 7.5rem;
    height: 1.2rem;
    position: fixed;
    background: rgba(0, 15, 25, 0.7);
    z-index: 50;
}
.header-box .logo-box {
    width: 1.28rem;
    height: 0.89rem;
    position: absolute;
    top: 0.15rem;
    left: 0.2rem;
}
.header-box .right-box {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 1rem;
}
.header-box .right-box>li {
    width: 0.6rem;
    height: 100%;
    position: relative;
    float: left;
    margin-left: 0.2rem;
}
.header-box .right-box>li:nth-of-type(3) {
    width: 1.94rem;
    margin-left: 0.3rem;
}
.header-box .right-box>li .menu {
    width: 0.36rem;
    height: 0.33rem;
    background: url(../images/mob/icon_menu.png);
    background-size: 100% 100%;
}
.header-box .right-box>li .lang {
    width: 0.35rem;
    height: 0.35rem;
    background: url(../images/mob/icon_lang.png);
    background-size: 100% 100%;
}
.header-box .right-box>li .play-now {
    width: 1.94rem;
    height: 0.5rem;
    background: url(../images/mob/btn_playnow.png);
    background-size: auto 100%;
    background-position: -0.2rem 0;
    border-radius: 0.05rem;
    text-align: center;
    position: relative;
    font-size: 0;
}
.header-box .right-box>li .play-now>i {
    display: inline-block;
    width: 0.26rem;
    height: 0.24rem;
    background: url(../images/mob/icon_playnow.png);
    background-size: 100% 100%;
    margin-right: 0.1rem;
    vertical-align: middle;
}
.header-box .right-box>li .play-now>p {
    display: inline-block;
    width: auto;
    max-width: 1.5rem;
    line-height: 0.5rem;
    font-size: 0.18rem;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}   
.header-box .right-box>li .play-now.cn>p ,.header-box .right-box>li .play-now.en>p {
    font-family: 'myFont';
    font-weight: normal;
}
.header-box .down-list {
    width: 100%;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 20;
    overflow: hidden;
    transition: all 0.5s ease;
}
.header-box .down-list.on {
    height: 100%;
}
.header-box .down-list .menu-close {
    position: absolute;
    width: 0.47rem;
    height: 0.47rem;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    background: url(../images/mob/menu_close.png);
    background-size: 100% 100%;
}
.header-box .down-list ul {
    width: 7.5rem;
    height: auto;
    margin: 1.5rem auto 0;
    display: none;
}
.header-box .down-list ul.on {
    display: block;
}
.header-box .down-list ul li {
    margin-bottom: 0.1rem;
    text-align: center;
}
.header-box .down-list ul li p {
    display: inline-block;
    position: relative;
    width: auto;
    height: 0.5rem;
    margin: 0 auto;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #d8d8d8;
    transition: all .3s ease;
}
.header-box .down-list ul li.on p {
    color: #fffad5;
}
.header-box .down-list ul li.on p::before,
.header-box .down-list ul li.on p::after {
    content: '';
    width: 0.22rem;
    height: 0.08rem;
    position: absolute;
    top: 50%;
    margin-top: -0.04rem;
}
.header-box .down-list ul li.on p::before {
    background: url(../images/mob/menu_left.png);
    background-size: 100% 100%;
    left: -0.3rem;
}
.header-box .down-list ul li.on p::after {
    background: url(../images/mob/menu_right.png);
    background-size: 100% 100%;
    right: -0.3rem;
}
.header-box .down-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    font-size: 0;
}
.header-box .down-list ul li a img {
    display: inline-block;
    width: 0.21rem;
    height: 0.21rem;
    margin-right: 0.1rem;
    vertical-align: middle;
}
.header-box .down-list ul li a p {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    transition: all .3s ease;
}
.header-box .download-list p {
    text-align: left;
}
.header-box .btn-music {
    width: 0.36rem;
    height: 0.36rem;
    position: absolute;
    top: 50%;
    margin-top: -0.18rem;
    right: 0.3rem;
    background: url(../images/pc/music_off-1.png);
    background-size: 100% 100%;
    z-index: 5;
}
.header-box .btn-music.on {
    background: url(../images/pc/music_on-1.png);
    background-size: 100% 100%;
    animation: rotate 10s infinite linear;
}


.page {
    width: 100%;
    position: relative;
    margin: 0 auto;
}

/* 首屏 */
.page {
    width: 100%;
    position: relative;
    margin: 0 auto;   
    font-size: 0;
}
/* 首屏 */
.page1 {
    height: 15.56rem;
    background: url(../images/mob/bg1.jpg) top center no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}
.page1 .video-btn {
    width: 1.53rem;
    height: 1.04rem;
    position: absolute;
    top: 10.5rem;
    left: 50%;
    margin-left: -0.76rem;
    animation: change 2.5s linear infinite alternate both;
}
.page1 .video-btn img {
    width: 100%;
    height: 100%;
}
.yuyue-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 12rem;
}
.yuyue-box .btn-yuyue {
    display: block;
    width: 4rem;
    height: 0.93rem;
    background: url(../images/mob/btn_yuyue-1.png);
    background-size: 100% 100%;
    margin: 0 auto;
    animation: tada 1.2s linear infinite both;
}
.yuyue-box .btn-yuyue p {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    font-size: 0.36rem;
    line-height: 0.36rem;
    box-sizing: border-box;
    padding: 0 0.6rem 0.05rem 0.5rem;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    font-weight: bold;
    color: #000;
}
.yuyue-box .btn-yuyue.cn p, .yuyue-box .btn-yuyue.en p {
    font-family: 'myFont';
    font-weight: normal;
}
.yuyue-box .btn-yuyue.cn p {
    font-size: 0.5rem;
    line-height: 0.5rem;
}
.yuyue-box .btn-yuyue.zh p {
    font-size: 0.42rem;
    line-height: 0.42rem;
}
.yuyue-box .btn-yuyue.de p {
    font-size: 0.32rem;
    line-height: 0.32rem;
}
.download-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 13.4rem;
    display: flex;
    justify-content: center
}
.download-box a {
    width: 1.6rem;
    height: 0.5rem;
    position: relative;
    margin: 0 0.2rem;
}
.arrow {
    width: 0.24rem;
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    margin-left: -0.12rem;
    animation: arrow 2.5s linear infinite;
}

/* 预约阶段奖励 */
.page2 {
    width: 100%;
    height: 10.7rem;
    background: url(../images/mob/bg2.jpg) top center no-repeat;
    background-size: cover;
    text-align: center;
}
.part {
    margin: 0 auto;
    position: relative;
}
.part1 {
    width: 100%;
    height: 10.5rem;
    z-index: 10;
}
.loading-part {
    width: 7.37rem;
    height: 8.93rem;
    background: url(../images/mob/loading_bg.png);
    background-size: 100% 100%;
    position: absolute;
    top: 1.1rem;
    left: 50%;
    margin-left: -3.68rem;
}
.loading-part>div {
    width: 6.5rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0.5rem;
}
.title-box {
    width: 6.4rem;
    height: 0.97rem;
    background: url(../images/mob/title_bg.png);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -3.2rem;
    z-index: 10;
    text-align: center;
    transform-origin: 50% 0;
    transform: scale(0.9);
}
.title-box .title {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 4.7rem;
    text-align: center;
    color: #fffad5;
    font-size: 0.3rem;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    top: 50%;
    word-break: break-all;
    -webkit-transform: translate(0,-45%);
    transform: translate(0,-45%);
}
.title-box.cn .title, .title-box.en .title {
    font-family: 'myFont';
    font-weight: normal;
}
.title-box.cn .title {
    font-size: 0.5rem;
}
.title-box.zh .title {
    font-size: 0.4rem;
}
.title-box .title::before,
.title-box .title::after {
    content: '';
    width: 0.51rem;
    height: 0.45rem;
    position: absolute;
    top: 50%;
    margin-top: -0.22rem;
}
.title-box .title::before {
    background: url(../images/mob/title_left.png);
    background-size: 100% 100%;
    left: -0.55rem;
}
.title-box .title::after {
    background: url(../images/mob/title_right.png);
    background-size: 100% 100%;
    right: -0.55rem;
}

.loading-part .yuyue-num-box {
    width: 90%;
    margin: 1rem auto 0;
    font-size: 0.26rem;
    color: #838383;
    text-align: center;
}
.loading-part .yuyue-num-box span {
    color: #599be4;
}
.loading-part .loading-box {
    width: 5.6rem;
    height: 6.5rem;
    margin: 0.1rem auto 0;
    position: relative;
    font-size: 0;
}
.loading-part .loading-box .loading-empty {
    position: absolute;
    width: 0.32rem;
    height: 6.5rem;
    background: #b5cce6;
    box-sizing: border-box;
    border-radius: 0.16rem;
    top: 0rem;
    left: 50%;
    margin-left: -0.16rem;
}
.loading-part .loading-box .loading-true {
    position: absolute;
    width: 0.32rem;
    min-height: 0.3rem;
    max-height: 6.5rem;
    background-image: linear-gradient(#f5a613, #fdc83a);
    box-sizing: border-box;
    border-radius: 0.16rem;
    top: 0rem;
    left: 50%;
    margin-left: -0.16rem;
    z-index: 5;
}
.loading-part .loading-box .loading-gift {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    text-align: center;
}
.loading-part .loading-box .loading-gift li {
    display: inline-block;
    width: 3rem;
    height: 1.54rem;
    position: absolute;
}
.loading-part .loading-box .loading-gift li:nth-of-type(1) {
    top: 0.28rem;
    left: 0;
}
.loading-part .loading-box .loading-gift li:nth-of-type(2) {
    top: 1.4rem;
    right: 0;
}
.loading-part .loading-box .loading-gift li:nth-of-type(3) {
    top: 2.45rem;
    left: 0;
}
.loading-part .loading-box .loading-gift li:nth-of-type(4) {
    top: 3.6rem;
    right: 0;
}
.loading-part .loading-box .loading-gift li:nth-of-type(5) {
    top: 4.7rem;
    left: 0;
}
.loading-box .loading-gift li .icon-box {
    width: 1.54rem;
    height: 1.54rem;
    background: url(../images/mob/reward_un.png);
    background-size: 100% 100%;
    margin: 0 auto;
    position: absolute;
}
.loading-box .loading-gift li:nth-of-type(1).on .icon-box {
    background: url(../images/mob/reward_on1.png);
    background-size: 100% 100%;
}
.loading-box .loading-gift li:nth-of-type(2).on .icon-box {
    background: url(../images/mob/reward_on2.png);
    background-size: 100% 100%;
}
.loading-box .loading-gift li:nth-of-type(3).on .icon-box {
    background: url(../images/mob/reward_on3.png);
    background-size: 100% 100%;
}
.loading-box .loading-gift li:nth-of-type(4).on .icon-box {
    background: url(../images/mob/reward_on4.png);
    background-size: 100% 100%;
}
.loading-box .loading-gift li:nth-of-type(5).on .icon-box {
    background: url(../images/mob/reward_on5.png);
    background-size: 100% 100%;
}
.loading-box .loading-gift li:nth-child(odd) .icon-box {
    left: 0;
}
.loading-box .loading-gift li:nth-child(even) .icon-box {
    right: 0;   
}
.loading-box .loading-gift li .icon-box i {
    width: 1.15rem;
    height: 0.9rem;
    position: absolute;
    top: 0.25rem;
    left: 50%;
    margin-left: -0.57rem;
}
.loading-box .loading-gift li .icon-box p {
    width: 1.3rem;
    position: absolute;
    bottom: 0.1rem;
    left: 50%;
    margin-left: -0.65rem;
    font-size: 0.14rem;
    line-height: 0.14rem;
    color: #b2b2b2;
}
.loading-box .loading-gift li:nth-of-type(1).on .icon-box p {
    color: #3db122;
}
.loading-box .loading-gift li:nth-of-type(2).on .icon-box p {
    color: #54a8e5;
}
.loading-box .loading-gift li:nth-of-type(3).on .icon-box p {
    color: #9e5cc8;
}
.loading-box .loading-gift li:nth-of-type(4).on .icon-box p {
    color: #d66181;
}
.loading-box .loading-gift li:nth-of-type(5).on .icon-box p {
    color: #f7ae1c;
}
.loading-box .loading-gift li>p {
    width: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    text-align: center;
    font-size: 0.24rem;
    color: #9f9d9d;
    font-weight: bold;
}
.loading-box .loading-gift li:nth-child(odd)>p {
    left: 1.55rem;
}
.loading-box .loading-gift li:nth-child(even)>p {
    right: 1.55rem; 
}
.loading-box .loading-gift li.on>p {
    color: #f2a100;
}
.loading-box .loading-gift li::after {
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    margin-top: -0.25rem;
    background: url(../images/mob/loading_un.png);
    background-size: 100% 100%;
}
.loading-box .loading-gift li:nth-child(odd)::after {
    left: 2.55rem;
}
.loading-box .loading-gift li:nth-child(even)::after {
    right: 2.55rem;
}
.loading-box .loading-gift li.on::after {
    background: url(../images/mob/loading_on.png);
    background-size: 100% 100%;
}

/* 各版块 */
.page3 {
    width: 100%;
    height: 28.26rem;
    background: url(../images/mob/bg3.jpg) top center no-repeat;
    background-size: cover;
    text-align: center;
    /* overflow: hidden; */
}
.part2 {
    width: 100%;
    height: 22.4rem;
}
.part2>div {
    width: 7rem;
    position: absolute;
    left: 50%;
    margin-left: -3.5rem;
    z-index: 5;
}

/* 玩法体验 */
.play-box {
    height: 4.7rem;
    top: 2.3rem;
}
.play-box .play-show {
    width: 6.88rem;
    height: 4rem;
    position: absolute;
    left: 0;
    top: 0.3rem;
}
.play-box .play-show video {  
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play-box .play-show .play {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.play-box .play-show .fight {
    width: 100%;
    position: absolute;
    bottom: -0.3rem;
    left: 0;
    z-index: 10;
    pointer-events: none;
}
.play-box .play-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
}
.play-box .play-mask img {
    max-width: 90%;
}
.play-box .frame {
    width: 7.41rem;
    position: absolute;
    top: -2.05rem;
    left: -0.2rem;
    pointer-events: none;
    z-index: 5;
}
.play-box .gif-role1 {
    width: 1.5rem;
    position: absolute;
    top: -2.4rem;
    left: 5rem;
    pointer-events: none;
    transform: scaleX(-1);
}

/* 游戏特色 */
.feature-box {
    height: 4.9rem;
    top: 7.1rem;
}
.feature-box .frame {
    width: 7.35rem;
    position: absolute;
    top: 0.12rem;
    left: -0.24rem;
    pointer-events: none;
}
.feature-box .gif-role2 {
    width: 1rem;
    position: absolute;
    top: 2.8rem;
    right: -0.3rem;
    transform: scaleX(-1);
    z-index: 10;
    pointer-events: none;
}
.feature-box .gif-role3 {
    width: 1.8rem;
    position: absolute;
    top: 3.3rem;
    left: 0rem;
    z-index: 10;
    pointer-events: none;
}

/* 特色轮播 */
.feature-swiper-box {
    width: 6.62rem;
    height: 4rem;
    position: absolute;
    background: url(../images/mob/p2_swiper_bg.png);
    background-size: 100% 100%;
    top: 0.6rem;
    left: 50%;
    margin-left: -3.31rem;
    z-index: 5;
}
.feature-swiper-box .swiper-feature {
    width: 5.9rem;
    position: absolute;
    top: 0.3rem;
    left: 0.39rem;
}
.feature-swiper-box .swiper-slide {
    width: 5.9rem!important;
    height: 3.32rem!important;
    margin: 0 auto;
    pointer-events: none;
}
.feature-swiper-box .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prev-feature, .next-feature, .prev-roles, .next-roles {
    width: 1.1rem;
    height: 1.13rem;
    position: absolute;
    top: 1.4rem;
    z-index: 10;
}
.prev-feature, .prev-roles {
    left: -0.35rem;
    background: url(../images/mob/btn_prev.png) top center;
    background-size: 100% 100%;
}
.next-feature, .next-roles {
    right: -0.32rem;
    background: url(../images/mob/btn_next.png) top center;
    background-size: 100% 100%;
}
/* 角色展示 */
.roles-box {
    height: 10.5rem;
    top: 11.95rem;
}
.roles-box .frame {
    width: 7.5rem;
    position: absolute;
    top: 0.04rem;
    left: -0.3rem;
    pointer-events: none;
    z-index: 1;
}
/* 角色轮播 */
.roles-swiper-box {
    width: 6.4rem;
    height: 9.2rem;
    position: absolute;
    top: 0.4rem;
    left: 50%;
    margin-left: -3.2rem;
    z-index: 5;
}
.roles-swiper-box .swiper-roles {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.roles-swiper-box .swiper-slide {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.roles-detail-box {
    width: 5.7rem;
    height: 5.32rem;
    position: absolute;
    top: 0.6rem;
    left: 0.3rem;
    z-index: 4;
}
.roles-detail-box::after {
    content: '';
    width: 2.27rem;
    height: 2.27rem;
    position: absolute;
    background: url(../images/mob/light.png) top center;
    background-size: 100% 100%;
    left: -0.3rem;
    top: -0.8rem;
    opacity: 0.5;
    animation: light2 10s linear infinite;
    pointer-events: none;
}
.roles-detail-box .con {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/mob/roles_info_bg.png) top center;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: .25s all ease;
    transform-origin: 50% 5%;
    transform: rotate(-10deg)
}
.roles-detail-box .con::after {
    content: '';
    width: 1.48rem;
    height: 1.03rem;
    position: absolute;
    background: url(../images/mob/bow2.png) top center;
    background-size: 100% 100%;
    right: -0.9rem;
    top: -0.4rem;
    pointer-events: none;
}
.roles-detail-box .con.on {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg)
}
.roles-detail-box .con.leave {
    visibility: hidden;
    opacity: 0;
    transform: rotate(10deg)
}
.roles-detail-box .name {
    width: auto;
    height: 0.5rem;
    position: absolute;
    top: 0.4rem;
    left: 0.5rem;
}
.roles-detail-box .name span {
    display: inline-block;
    text-align: left;
    color: #956854;
    font-size: 0.5rem;
    line-height: 0.5rem;
    font-weight: bold;
    padding-right: 0.5rem;
    position: relative;
    z-index: 2;
}
.roles-detail-box .name.cn span, .roles-detail-box .name.en span {
    font-family: 'myFont';
    font-weight: normal;
}
.roles-detail-box .name i {
    width: 100%;
    height: 0.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e2b189;
}
.roles-detail-box .roles-info {
    width: 4.8rem;
    height: 3.2rem;
    position: absolute;
    top: 1.2rem;
    left: 0.5rem;
}
.roles-detail-box .roles-info li {
    width: 100%;
    height: auto;
    margin-bottom: 0.1rem;
    font-size: 0;
}
.roles-detail-box .roles-info li img {
    display: inline-block;
    width: 0.35rem;
    height: 0.35rem;
    margin-right: 0.15rem;
    vertical-align: top;
}
.roles-detail-box .roles-info li p {
    display: inline-block;
    width: 4rem;
    color: #956854;
    font-size: 0.2rem;
    line-height: 0.35rem;
    text-align: left;
    vertical-align: top;
}
.prev-roles, .next-roles {
    top: 4rem;
}
.roles-show-box {
    width: 8rem;
    height: 7rem;
    position: absolute;
    bottom: 0rem;
    left: 50%;
    margin-left: -4rem;
    z-index: 5;
    cursor: pointer;
    transform-origin: 50% 100%;
    transform: scale(0.8);
    pointer-events: none;
}
.roles-show-box.small {
    transform: scale(0.75)
}
.roles-show-box canvas {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.roles-show-box::after {
    content: '';
    width: 3.8rem;
    height: 3.8rem;
    background: url(../images/mob/light.png) top center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -1.9rem;
    top: 0.5rem;
    opacity: 0.5;
    animation: light1 15s linear infinite;
    pointer-events: none;
}
.roles-touch {
    width: 6rem;
    height: 5.4rem;
    position: absolute;
    bottom: 0rem;
    left: 0.15rem;
    z-index: 15;
    cursor: pointer;
    transform-origin: 50% 100%;
    transform: scale(0.8);
}
.roles-loading {
    position: absolute;
    left: 2.2rem;
    top: 3.8rem;
    z-index: 0;
}
.roles-loading::before {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 0.2rem;
    content: '';
    background: #FEEBBC;
    position: absolute;
    animation: rolesLoading1 1.5s infinite ease-in-out;
}
.roles-loading::after {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 0.2rem;
    content: '';
    position: absolute;
    background: #f6e5c9;
    left: 0.22rem;
    animation: rolesLoading2 1.5s infinite ease-in-out;
}
.wheel {
    width: 100%;
    height: 0.5rem;
    position: absolute;
    left: 0;
    bottom: -0.03rem;
    display: flex;
    justify-content: space-between;
}
.wheel li {
    width: 1.2rem;
    height: 100%;
    position: relative;
}
.wheel li::before {
    content: '';
    width: 1.2rem;
    height: 0.41rem;
    background: url(../images/mob/wheel.png) top center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation: wheel 2s linear infinite;
}
.wheel li::after {
    content: '';
    width: 1.09rem;
    height: 0.24rem;
    background: url(../images/mob/wheel_shadow.png) top center;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -0.55rem;
    bottom: 0;
}
.bow1 {
    width: 1.18rem;
    position: absolute;
    left: -0.55rem;
    top: 0.55rem;
    z-index: 1;
}

.roles-box .gif-role4 {
    width: 1.2rem;
    position: absolute;
    top: 2.5rem;
    left: -0.5rem;
    z-index: 6;
    pointer-events: none;
}
.roles-box .gif-role5 {
    width: 1rem;
    position: absolute;
    top: 8.5rem;
    left: 0.3rem;
    z-index: 6;
    pointer-events: none;
}


/* 装饰物 */
.parachute {
    width: 1rem;
    position: absolute;
    top: -2rem;
    left: -1rem;
    pointer-events: none;
    animation: parachute 10s linear infinite;
}


/* 图片滚动、漫画轮播 */
.part3 {
    width: 100%;
    height: 5.85rem;
    z-index: 5;
}
.part3>div {
    width: 7.5rem;
    height: 100%;
    margin: 0 auto; 
    position: relative;
}
.community-box {
    width: 7.32rem;
    height: 5.46rem;
    background: url(../images/mob/media_frame.png) top center;
    background-size: 100% 100%;
    position: absolute;
    left: 0rem;
    top: 0rem;
}
.community-box .title-box {
    transform: scale(0.7);
    margin-left: 0;
    left: 1.2rem;
    top: -0.1rem;
}
.community-box .community-show {
    width: 5.2rem;
    height: 4rem;
    position: absolute;
    top: 0.8rem;
    left: 1.6rem;
}
.community-box .community-btn {
    width: 1.08rem;
    height: auto;
    position: absolute;
    top: 1.2rem;
    left: 0rem;
}
.community-box .community-btn a {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.2rem;
}
.community-box .community-btn a img {
    width: 100%;
}
.community-box .community-role {
    width: 3rem;
    height: 3.4rem;
    position: absolute;
    top: 2rem;
    left: -0.8rem;
    pointer-events: none;
    transform: translateY(100%);
}
.community-box .gif-role6 {
    width: 1.4rem;
    position: absolute;
    top: 3.7rem;
    right: -0.5rem;
    transform: scaleX(-1);
    z-index: 5;
    pointer-events: none;
}
.flower {
    width: 7.5rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    pointer-events: none;
}

/* 底通 */
.footer {
    height: 3.29rem;
    background: url(../images/mob/bg4.jpg) top center no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.footer>img {
    width: 1.65rem;
    margin: 0.3rem auto 0;
}
.footer nav {
    margin: 0.3rem auto 0.5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer nav a {
    display: inline-block;
    margin: 0 0.4rem;
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #ffe8de;
    text-decoration: underline;
}
.footer .media {
    margin: 0 auto;
    text-align: center;
}
.footer .media a {
    display: inline-block;
    width: auto;
    height: 0.31rem;
    margin: 0 0.3rem;
    text-align: center;
}
.footer .media a img {
    display: inline-block;
    width: 0.31rem;
    vertical-align: middle;
    margin-right: 0.1rem;
}
.footer .media a p {
    display: inline-block;
    font-size: 0.2rem;
    line-height: 0.31rem;
    color: #ffe8de;
    vertical-align: middle;
    text-decoration: underline;
}

/*弹框*/
.pop_group {
    display: none;
}
.pop-close {
    background: url(../images/mob/pop_close.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0.33rem;
    top: 0.1rem;
    width: 0.61rem;
    height: 0.76rem;
    z-index: 10;
    transform-origin: 50% 0;
}

/* 预约弹框 */
.pop_yuyue, .pop_yuyue_suc {
    width: 7.33rem;
    height: 4.9rem;
    background: url(../images/mob/pop_pre.png) top center no-repeat;
    background-size: 100% 100%;
    font-size: 0;
}
.yuyue-title-box {
    width: 4.5rem;
    height: 0.9rem;
    margin: 0.6rem auto 0;
    position: relative;
    text-align: center;
}
.yuyue-title-box .yuyue-title {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 3.8rem;
    text-align: center;
    color: #956854;
    font-size: 0.45rem;
    line-height: 0.45rem;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.yuyue-title-box.cn .yuyue-title, .yuyue-title-box.en .yuyue-title {
    font-family: 'myFont';
    font-weight: normal;
}
.yuyue-title-box .yuyue-title::before,
.yuyue-title-box .yuyue-title::after {
    content: '';
    width: 0.3rem;
    height: 0.26rem;
    position: absolute;
    top: 50%;
    margin-top: -0.15rem;
}
.yuyue-title-box .yuyue-title::before {
    background: url(../images/mob/title_left1.png);
    background-size: 100% 100%;
    left: -0.4rem;
}
.yuyue-title-box .yuyue-title::after {
    background: url(../images/mob/title_right1.png);
    background-size: 100% 100%;
    right: -0.4rem;
}
.pop_yuyue .yuyue-tips {
    width: 5.2rem;
    margin: 0.1rem auto 0.2rem;
    text-align: center;
    color: #4a4a4a;
    font-size: 0.2rem;
}
.pop_yuyue .email-tips {
    width: 4.2rem;
    margin: 0 auto;
    text-align: left;
    color: #6c6a68;
    font-size: 0.2rem;
}
.pop_yuyue .email {
    display: block;
    width: 4.2rem;
    height: 0.5rem;
    margin: 0.1rem auto 0.4rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    color: #e8e8e8;
    box-sizing: border-box;
    padding: 0 0.2rem;
    outline: none;
    background: #989a9c;
    border: none;
    border-radius: 0.2rem;
}
.pop_yuyue .email::placeholder {
    color: #e8e8e88f;
}
.pop_yuyue .preregister-sub {
    width: 2.6rem;
    height: 0.7rem;
    margin: 0 auto;
    background: url(../images/pc/btn_submit-1.png);
    background-size: 100% 100%;
}
.pop_yuyue .preregister-sub p {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    font-size: 0.22rem;
    line-height: 0.22rem;
    box-sizing: border-box;
    padding: 0 0.35rem 0.1rem;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    font-weight: bold;
    color: #c73d00;
}
.pop_yuyue .preregister-sub.cn p, .pop_yuyue .preregister-sub.en p {
    font-family: 'myFont';
    font-weight: normal;
}
.pop_yuyue .preregister-sub.cn p {
    font-size: 0.32rem;
    line-height: 0.32rem;
}
.pop_yuyue .preregister-sub.zh p {
    font-size: 0.28rem;
    line-height: 0.28rem;
}

/* 预约成功 */
.pop_yuyue_suc .success-tips {
    width: 5.2rem;
    margin: 0.5rem auto 0.3rem;
    text-align: center;
    color: #4a4a4a;
    font-size: 0.2rem;
}
.pop_yuyue_suc .media {
    margin: 0 auto;
    text-align: center;
}
.pop_yuyue_suc .media a {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 0.3rem;
    text-align: center;
    transition: .3s all ease;
}
.pop_yuyue_suc .media a img {
    display: block;
    width: 0.31rem;
    margin: 0 auto;
}
.pop_yuyue_suc .media a  p {
    font-size: 0.2rem;
    line-height: 0.31rem;
    color: #4a4a4a;
    text-align: center;
    margin: 0 auto;
}
.pop_yuyue_suc .media a:hover p {
    text-decoration: underline;
}

/*气泡提示*/
.pop-tips {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 6.6rem;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    z-index: 500;
    background: rgba(0,0,0,.75);
    font-size: .26rem;
    color: #fff;
    border-radius: .1rem;
    text-align: center;
    display: none;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
}
.pop-tips p {
    max-width: 6.6rem;
    text-align: center;
    padding: .2rem .5rem;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 400;
    overflow: hidden;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    display: none;
}


/* youtube视频 */
.iframe-video {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.75);
    display: none;
}
.zlert-main {
    width: 7rem;
    height: 4rem;
    position: absolute;
    left: 50%;
    margin-left: -3.5rem;
    top: 50%;
    margin-top: -2rem;
    background-color: #344674;
    display: table;
}
.zlert-main>a {
    position: absolute;
    width: 0.47rem;
    height: 0.47rem;
    bottom: -0.8rem;
    left: 50%;
    margin-left: -0.24rem;
    background: url(../images/pc/menu_close-1.png) no-repeat top center;
    background-size: cover;
}
.zlert-main>p {
    font-size: 0.3rem;
    height: 4rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    word-break: break-word;
    padding: 0 0.4rem;
}
.zlert-main>p iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}

/*loading模块*/
.loadingPage {
    width: 100%;
    height: 100%;
    background: #19100b;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20000;
}
.loadingPage-box {
    width: 7rem;
    height: 0.2rem;
    position: absolute;
    left: 50%;
    margin-left: -3.5rem;
    top: 50%;
    margin-top: -0.1rem;
}
.loadingPage-empty {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.04rem;
    background: #512610;
}
.loadingPage-true {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0.04rem;
    background: #fec3a5;
    transition: all .2s ease;
    z-index: 5;
}
.loadingPage-box .dragon-box {
    width: 2.23rem;
    height: 2.46rem;
    position: absolute;
    bottom: -0.25rem;
    left: 50%;
    margin-left: -1.11rem;
    pointer-events: none;
}
.loadingPage-box .dragon-box .dragon2, .loadingPage-box .dragon-box .dragon-attack {
    display: none;
}
.loadingPage-box .dragon-box .dragon-attack {
    width: 2.8rem;
    position: absolute;
    left: 1.5rem;
    top: 1rem;
}
.loadingPage-box p {
    width: auto;
    font-size: 0.2rem;
    color: #fec3a5;
    text-align: right;
    position: absolute;
    top: 0.25rem;
    right: 0rem;
    font-weight: bold;
}

/*loading*/
.api-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8) url(../images/mob/loading-1.gif) no-repeat center center;
    background-size: 50px;
    z-index: 900;
    display: none;
}

/*横屏*/
.mod-orient-layer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .9;
    z-index: 9
}

.mod-orient-layer__content {
    position: absolute;
    width: 100%;
    height: 3rem;
    top: 50%;
    margin-top: -1.5rem;
    text-align: center;
    padding-top: 20px
}

.mod-orient-layer__icon-orient {
    display: inline-block;
    width: 1.3rem;
    height: 2rem;
    background: url(../../../../hd/36m/king/across/images/landscape.png) no-repeat;
    -webkit-animation: rotation infinite 1.5s ease-in-out;
    animation: myfirst infinite 1.5s ease-in-out;
    animation-direction: alternate;
    background-size: 100%;
}

.mod-orient-layer__desc {
    color: #fff;
    text-align: center;
    font-size: 0.2rem;
}


@keyframes myfirst {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
}

@-moz-keyframes myfirst

/* Firefox */
    {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
}

@-webkit-keyframes myfirst

/* Safari  Chrome */
    {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
}

@-o-keyframes myfirst

/* Opera */
    {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    to {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes arrow {
    0% {transform: translateY(0);opacity: 0.6;}
    50% {transform: translateY(30%);opacity: 1;}
    100% {transform: translateY(0);opacity: 0.6;}
}
@keyframes arrow {
    0% {transform: translateY(0);opacity: 0.6;}
    50% {transform: translateY(30%);opacity: 1;}
    100% {transform: translateY(0);opacity: 0.6;}
}

@keyframes wave {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(1.5deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(-1.5deg); }
    100% { transform: rotate(0deg); }
}

@keyframes loadingDash {
    0% {opacity: 1;transform: scale(1.05) rotate(0deg);}
    40% {opacity: 0.5;transform: scale(1.05) rotate(0.5deg);}
    50% {opacity: 0.8;transform: scale(1.05) rotate(0deg);}
    60% {opacity: 0.5;transform: scale(1.05) rotate(-0.5deg);}
    80% {opacity: 1;transform: scale(1.05) rotate(0deg);}
}

@keyframes loadingPop {
    0% {transform: scale(1) rotate(0deg);}
    40% {transform: scale(1.02) rotate(1deg);}
    50% {transform: scale(1) rotate(0deg);}
    60% {transform: scale(1.02) rotate(-1deg);}
    80% {transform: scale(1) rotate(0deg);}
}

@keyframes light1 {
    0% { transform: translate(0%,0%); }
    20% { transform: translate(15%,15%); }
    40% { transform: translate(0%,30%); }
    60% { transform: translate(-15%,15%); }
    80% { transform: translate(-10%,-10%); }
    100% { transform: translate(0%,0%); }
}

@keyframes light2 {
    0% { transform: translate(0%,0%); }
    20% { transform: translate(5%,5%); }
    40% { transform: translate(0%,10%); }
    60% { transform: translate(-5%,5%); }
    80% { transform: translate(-10%,-10%); }
    100% { transform: translate(0%,0%); }
}

@keyframes wheel {
    0% { transform: translate(0%,0%); }
    20% { transform: translate(0%,-5%); }
    25% { transform: translate(0%,0%); }
    40% { transform: translate(0%,-5%); }
    45% { transform: translate(0%,0%); }
    60% { transform: translate(0%,-5%); }
    65% { transform: translate(0%,0%); }
    80% { transform: translate(0%,-5%); }
    85% { transform: translate(0%,0%); }
    100% { transform: translate(0%,0%); }
}

@keyframes rolesLoading1 {
    0% {
      transform: translateX(0rem) rotate(0deg);
    }
    50% {
      transform: translateX(0.5rem) scale(1.2) rotate(260deg);
      background: #f6e5c9;
      border-radius: 0rem;
    }
    100% {
      transform: translateX(0rem) rotate(0deg);
    }
}
@keyframes rolesLoading2 {
    0% {
      transform: translateX(0rem);
    }
    50% {
      transform: translateX(-0.5rem) scale(1.2) rotate(-260deg);
      background: #FEEBBC;
      border-radius: 0rem;
    }
    100% {
      transform: translateX(0rem);
    }
}

@keyframes parachute {
    0% { top: -2rem; left: -1rem; transform: rotate(0deg);}
    10% { top: -1.5rem; left: -0.5rem; transform: rotate(10deg);}
    20% { top: -1rem; left: 0rem; transform: rotate(20deg);}
    30% { top: -0.5rem; left: 0.5rem; transform: rotate(10deg);}
    40% { top: 0rem; left: 1rem; transform: rotate(20deg);}
    50% { top: 0.5rem; left: 1.5rem; transform: rotate(25deg);}
    60% { top: 1rem; left: 2rem; transform: rotate(30deg);}
    70% { top: 1.5rem; left: 2.5rem; transform: rotate(20deg);}
    80% { top: 2rem; left: 2.5rem; transform: rotate(10deg);}
    100% { top: 3rem; left: -1rem; transform: rotate(0deg);}
}

@keyframes change {
    0% {
        transform: translate(0) scale(1)
    }
    50% {
        transform: scale(0.8)
    }
    100% {
        transform: scale(1)
    }
}

/* 渐变 */
@supports (-webkit-background-clip: text) {
    .header-box .down-list ul li p {
        background-image:  linear-gradient(#d8d8d8, #d8d8d8);
        background-clip: text;
        color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .header-box .down-list ul li.on p {
        background-image: linear-gradient(#feecaf, #fff);
    }
    .title-box .title {
        background-image:  linear-gradient(#feecaf, #fff);
        background-clip: text;
        color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-size: calc(100% - 2px) calc(100% - 2px);
        background-position: center;
        background-repeat: no-repeat;
    }
    /* .pop_yuyue .preregister-sub p {
        background-image:  linear-gradient(#f67000, #ca4100);
        background-clip: text;
        color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    } */
}

/* 公共 */
.img-center {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s ease;
}
.common-scroll {
    overflow-y: auto;
    box-sizing: border-box;
    padding-right: 0.1rem;
}

.common-scroll::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 0.1rem;
}

.common-scroll::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background: #6f5d5183;
}

.common-scroll::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background: transparent;
}
  
/* 点击小蓝块去除 */
*{-webkit-tap-highlight-color:transparent;-webkit-appearance:none;}

[data-ya] {
    visibility: hidden;
}
[data-ya].animated {
    visibility: visible;
}
