* {
    margin: 0;
    padding: 0
}

img {
    border: 0;
    width: 100%;
    vertical-align: top;
    height: auto;
}

ul,
li {
    list-style: none
}

h1,
div,
ul,
li,
em,
form,
h1 {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    -webkit-tap-highlight-color: transparent;
    font-style: normal
}

em,
i {
    font-style: normal
}

html {
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    height: 100%;
    font-size: 300%
}

body,
html {
    position: relative;
    overflow-x: auto;
    overflow: auto;
    height: auto;
}

body {
    font-family: 'Palatino Linotype, microsoft yahei', Verdana, Arial, Helvetica, sans-serif;
    background: #000;
    width: 100%;
    height: 100%;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #FFF;
    outline: none
}

div,
p,
nav,
ul,
li,
input {
    box-sizing: border-box;
}

input {
    border: none;
    outline-style: none;
    outline: none;
    background: transparent;
    vertical-align: top;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .2);
    font-size: 0.24rem;
}

/* 使用webkit内核的浏览器 */
:-moz-placeholder {
    color: rgba(255, 255, 255, .2);
    font-size: 0.24rem;
}

/* Firefox版本4-18 */
::-moz-placeholder {
    color: rgba(255, 255, 255, .2);
    font-size: 0.24rem;
}

/* Firefox版本19+ */
:-ms-input-placeholder {
    color: rgba(255, 255, 255, .2);
    font-size: 0.24rem;
}

/* IE浏览器 */
::-webkit-scrollbar {
    width: 10px;
    /*对垂直流动条有效*/
    height: 10px;
    /*对水平流动条有效*/
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(202, 220, 240, .3);
    background-color: rgba(202, 220, 240);
    border-radius: 4px;
}

/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 4px rgba(255, 255, 255,.5);
    background-color: rgba(255, 255, 255,.5);
}

/*定义两端按钮的样式*/
::-webkit-scrollbar-button {
    /* background-color:cyan; */
    display: none;
}

/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
    /* background:khaki; */
}

.flex {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-justify-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-space-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus {
    outline: none;
}

/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: auto;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: none;
}

/* 初始化fullpage样式 */
.fp-tableCell {
    display: block;
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 首頁 */
.section1 {
    position: relative;
}

.section1 .nav {
    position: absolute;
    height: 0.8rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 88;
}

.section1 .nav ul {
    font-size: 0;
    height: 0.8rem;
    text-align: right;
    padding-right: 2.7rem;
}

.section1 .nav ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 0.6rem;
    margin-top: 0.22rem;
    cursor: pointer;
    width: 1.5rem;
}

.section1 .nav li span {
    display: block;
    font-size: 0.22rem;
    line-height: 0.32rem;
    color: #fff;
    letter-spacing: 0.02rem;
}

.section1 .nav li.current span a {
    color: #d7b987;
}

.section1 .nav li i {
    display: block;
    height: 0.05rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/nav_line.png') no-repeat;
    background-size: 100% 100%;
    width: 1.5rem;
    display: none;
    margin: 0 auto;
}

.section1 .nav li.current i {
    display: block;
}

.section1 .nav .fcicon {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/fc_icon.png') no-repeat;
    background-size: 100% 100%;
    margin: 0.15rem 0 0 0.1rem;
}
.language{float:right;margin:0 0.225rem;}
.language{ background:rgba(8,11,20,0.5); width:1.25rem; line-height:0.35rem; height:0.35rem; margin-top:0.22rem; border-radius:0.05rem; position:relative; padding-right:0.2rem; cursor:pointer; -webkit-border-radius:0.05rem; -moz-border-radius:0.05rem; -ms-border-radius:0.05rem; -o-border-radius:0.05rem; }
.language em{position:absolute;right:0.12rem;top:0.12rem;width:0.06rem;height:0.06rem;border-right:2px solid #FFF;border-bottom:2px solid #FFF;-webkit-transform:rotate(45deg);}
.language div{position:absolute;top:0.35rem;left:0;right:0;background:rgba(8,11,20,0.5);display:none;padding:0.05rem 0;z-index:99;border-radius:0 0 0.05rem 0.05rem;}
.language div a{padding-right:0.2rem;display:block;width:1.25rem;margin:0;float: left;}
.language span{
    font-size: 14px !important;
}
.language>span{
   color: rgba(255,255,255,.7) !important;
}
.section1 .appointment-bottom {
    position: absolute;
    bottom: 0.54rem;
    width: 100%;
    text-align: center;
}

.section1 .appointment-bottom .appointment-btn {
    display: block;
    width: 1.26rem;
    height: 0.61rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/appointment_btn.png') no-repeat;
    background-size: 100% 100%;
}

.section1 .appointment-bottom p {
    font-size: 0.18rem;
    line-height: 0.2rem;
    color: #fff;
    letter-spacing: 0.1rem;
}

.section1 .section1-content {
    position: absolute;
    top: 1rem;
    width: 100%;
    text-align: center;
}

.section1 .section1-content .logo {
    width: 1.8rem;
    margin: 0 auto;
    margin: -0.9rem 0 2.5rem 1.6rem;
    position: relative;
    z-index: 99;
}

.section1 .section1-content .video-btn {
    width: 2.23rem;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 0.12rem;
}

.section1 .section1-content .section1-introduce {
    width: 6.65rem;
    margin: 0.36rem auto 0.32rem;
}

.section1 .section1-content .download-btn {
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 1.5rem;
    right: 1.6rem;
}

.section1 .section1-content .download-btn .app-store {
    display: inline-block;
    width: 2.9rem;
    height: 0.87rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/app_store.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 0.64rem;
}

.section1 .section1-content .download-btn .google-play {
    display: inline-block;
    width: 2.9rem;
    height: 0.87rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/google_play.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 0.64rem;
}
.section1 .section1-content .download-btn .pc-dl {
    display: inline-block;
    width: 2.9rem;
    height: 0.87rem;
    background: url('//content.game-bean.com/image/qmqj/pc_dl.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap {
    width: 100%;
    position: absolute;
    top: .87rem;
    left: 0;
    padding-top: .3rem;
    /* background: #fff; */
    display: none;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: .2rem .1rem;
    border-radius: .2rem;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li {
    width: 100%;
    height: .9rem;
    padding: .1rem 0;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li:nth-last-child(1) {
    border-bottom: none;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li a {
    display: block;
    width: 100%;
    height: .7rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: .2rem;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li a.pc-apk {
    background: url(//content.game-bean.com/image/qmqj/jianzhong/pc/dl-windows.png) center no-repeat;
    background-size: 2.6rem auto;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li a.version {
    background: url(//content.game-bean.com/image/qmqj/version_jp.png) center no-repeat;
    background-size: 2.4rem auto;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li a.mumuplayer {
    background: url(//content.game-bean.com/image/qmqj/mumu_player.png) center no-repeat;
    background-size: 2.5rem auto;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li a.ldplayer {
    background: url(//content.game-bean.com/image/qmqj/ldplayer.png) center no-repeat;
    background-size: 2.5rem auto;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li a.apk-file {
    background: url(//content.game-bean.com/image/qmqj/apk_file.png) center no-repeat;
    background-size: 2.4rem auto;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li a:hover{
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-radius: .2rem;
}
/* 預約頁 */
.section2 {
    position: relative;
    height: 100%;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/section2_bg.png') no-repeat;
    background-size: 100% 100%;
}

.section2 .section2-wrap {
    width: 5.7rem;
    margin: 0 auto;
    overflow: hidden;
}

.section2 .section2-wrap .section2-title {
    display: block;
    width: 3.72rem;
    margin: 0.74rem auto 0.16rem;
}

.section2 .section2-wrap .section-content {
    width: 5.7rem;
    height: 6.66rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/fb_bg.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.section2 .section2-wrap .section-content .section-fb-content {
    width: 4.95rem;
    height: 5.9rem;
    margin: 0.36rem auto 0;
    overflow-y: auto;
}

/* 左侧导航 */
.left-nav {
    position: absolute;
    left: 0.06rem;
    top: 1.44rem;
    width: 2.46rem;
    height: 5.12rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/nav_left_bg.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 0.96rem;
 
}

.left-nav ul {
    padding-left: 0.1rem;
    text-align: center;
}

.left-nav .nav-item {
    position: relative;
    width: 1.95rem;
    height: 0.24rem;
}

.left-nav .nav-item p {
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #23364a;
    padding-left: 0.2rem;
}

.left-nav .nav-left-line {
    display: block;
    width: 1.23rem;
    margin: 0.2rem 0 0.2rem 0.36rem;
}

.left-nav .nav-item i {
    position: absolute;
    left: 0.25rem;
    top: 0.07rem;
    width: 0.1rem;
    height: 0.1rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/nav_left_default.png') no-repeat;
    background-size: 100% 100%;
}

.left-nav li.current .nav-item {
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/nav_left_select.png') no-repeat;
    background-size: 100% 100%;
}

.left-nav li.current .nav-item p {
    color: #bfa37e;
}

.left-nav li.current i {
    display: none;
}

.left-nav .nav-app-store {
    display: block;
    width: 1.99rem;
    height: 0.6rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/nav_app_store.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 0.12rem;
}

.left-nav .nav-google-play {
    display: block;
    width: 1.99rem;
    height: 0.6rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/nav_google_play.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 0.26rem;
}

.left-nav .back-top {
    display: block;
    width: 2.17rem;
    height: 0.93rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/back_top.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

/* 职业介绍 */
.section3 {
    position: relative;
    height: 100%;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/section3_bg.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.section3 .section3-title {
    display: block;
    width: 3.72rem;
    margin: 0.84rem auto 0;
}

.section3 .swiper-container {
    width: 100%;
    height: 100%;
}

#role_swiper {
    position: absolute;
    left: 0;
    top: 0;
}

#role_jianshi {
    position: absolute;
    top: 1.2rem;
}

#role_swiper #role_jianshi img {
    width: 18.96rem;
    height: auto;
}

#role_mofashi {
    position: absolute;
    top: 0.85rem;
}

#role_swiper #role_mofashi img {
    width: 14.78rem;
    height: auto;
}

#role_gongjianshou {
    position: absolute;
    top: 0.8rem;
}

#role_swiper #role_gongjianshou img {
    width: 14.77rem;
    height: auto;
}

#role_mojianshi {
    position: absolute;
    top: 0rem;
}

#role_swiper #role_mojianshi img {
    width: 14.76rem;
    height: auto;
}

#role_zhaohuanshi {
    position: absolute;
    top: 0.25rem;
}

#role_swiper #role_zhaohuanshi img {
    width: 14.78rem;
    height: auto;
}

.section3 .icons-wrap {
    position: absolute;
    right: 3.42rem;
    top: 7.5rem;
    z-index: 99;
}

.section3 .icons-wrap .arrow-right {
    width: 1.1rem;
    height: 0.98rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/next.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-left: 0.02rem;
}

.section3 .icons-wrap li {
    width: 1.08rem;
    height: 1.33rem;
    margin-left: 0.3rem;
    cursor: pointer;
}

.section3 .icons-wrap li:nth-of-type(1) {
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/jianshi_icon.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 0;
}

.section3 .icons-wrap li:nth-of-type(1).current {
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/jianshi_icon_select.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(2) {
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/mofashi_icon.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(2).current {
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/mofashi_icon_select.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(3) {
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/gongjianshou_icon.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(3).current {
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/gongjianshou_icon_select.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(4) {
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/mojianshi_icon.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(4).current {
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/mofashi_icon_select.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(5) {
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/zhaohuanshi_icon.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(5).current {
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/zhaohuanshi_icon_select.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap .arrow-left {
    width: 1.1rem;
    height: 0.98rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/pc/prev.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 0.02rem;
}

/* footer */
.page4 {
    height: auto !important;
}

.page4 .fp-tableCell {
    height: auto !important;
}

.footer {
    background-color: #000;
    overflow: hidden;
    margin-top: -1px;
    text-align: center;
    padding: 1rem 0;
}

.footer-1 .logo-wrap{
    width: 2.25rem;
    padding-right: .67rem;
}
.footer-1  .text {
    padding-left: .4rem;
    font-size: .2rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #DEDEDE;
    line-height: .4rem;
    opacity: 0.7;
    text-align: left;
    border-left: 1px solid  #292929;
}
.footer-2 {
    padding-top: .4rem;
    text-align: center;
    padding-left: 2.5rem;

}
.footer-2 a {
    font-size: .2rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #DEDEDE;
    opacity: 0.7;
    text-decoration: underline;
}
.footer-2 a:nth-child(1) {
    margin-right: .8rem;
}

/* 视频弹窗 */
.box-movie {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1000;
    cursor: pointer;
    display: none;
}

.box-movie .bg-movie {
    width: 100%;
    height: 100%;
}

.box-movie .box-movie video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.box-movie .video-close {
    position: absolute;
    width: 0.55rem;
    right: 0.36rem;
    top: 0.3rem;
    z-index: 1001;
}

.section1 .appointment-bottom .appointment-bottom-main {
    display: inline-block;
    margin-left: 0.16rem;
}

#bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dialog-wrap .describe-dialog-content {
    padding-top: 0.5rem;
}

.dialog-wrap .more-information {
    font-size: 0.22rem;
    line-height: 0.46rem;
    color: #fff;
}

.dialog-wrap .check-diff-store {
    margin: 0.1rem 0.25rem 0;
    display: flex;
    justify-content: space-between;
}

.fb_iframe_widget {
    position: static;
    visibility: visible;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0px;
    border: none;
    max-width: 100%;
    min-width: 180px;
    margin-top: 0px;
    margin-bottom: 0px;
    min-height: 200px;
}

.fb_iframe_widget span {
    width: 100% !important;
    height: 100% !important;
}

.fb_iframe_widget iframe {
    width: 100% !important;
    height: 100% !important;
}

.language{ 
    float:right;margin:0 0.225rem;
    background: rgba(58,60,67,.5); 
    width:1.9rem !important; 
    line-height:0.35rem; 
    height:0.35rem; 
    margin-top:0.22rem; 
    margin-left: 0.7rem !important;
    margin-right: 0.12rem !important;
    border-radius:0.05rem; 
    position:relative; 
    padding: 0 0.1rem 0 0.05rem; cursor:pointer; -webkit-border-radius:0.05rem; -moz-border-radius:0.05rem; -ms-border-radius:0.05rem; -o-border-radius:0.05rem; }
.language em{position:absolute;right:0.12rem;top:0.12rem;width:0.06rem;height:0.06rem;border-right:2px solid #FFF;border-bottom:2px solid #FFF;-webkit-transform:rotate(45deg);}
.language div{position:absolute;top:0.35rem;left:0;right:0;background:rgba(58,60,67,.5);display:none;padding:0.05rem 0;z-index:99;border-radius:0 0 0.05rem 0.05rem;}
.language div a{display:block;width:100%;margin:0;float: left;text-align: center;white-space: nowrap;}
.language span{
    font-size: 12px !important;
}
.language #icon2{
    display: inline-block;
    width: 0.12rem;
    height: 0.1rem;
    position:absolute;
    right:0.12rem;
    top:0.12rem;
    background: url('//content-us.game-bean.com/image/qmqj/pc/xiala.png') no-repeat;
    background-size: 100% 100%;
}
.language #icon1{
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    position:absolute;
    left:0.05rem;
    top:0.1rem;
    background: url('//content-us.game-bean.com/image/qmqj/pc/yuyan.png') no-repeat;
    background-size: 100% 100%;
}
.language>span{
   color: rgba(255,255,255,.7) !important;
}