* {
    margin: 0;
    padding: 0
}



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;
}
img {
    border: 0;
    width: 100%;
    vertical-align: top;
    height: auto;
}
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 6px rgba(14, 25, 31, .3);
    background-color: #869bb4;
    border-radius: 6px;
}

/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(28, 41, 50);
    background-color: #cad6ed;
}

/*定义两端按钮的样式*/
::-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;
}

/* 头部导航 */
.menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 0.88rem;
    height: 0.86rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/mobile/menu.png') no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}

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

.section1 .appointment-bottom {
    position: absolute;
    bottom: 0.8rem;
    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/mobile/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: 2.8rem;
    width: 100%;
    text-align: center;
}

.section1 .section1-content .logo {
    width: 2.81rem;
    margin: 0 auto;
}

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

.section1 .section1-content .section1-introduce {
    width: 4.61rem;
    margin: 0.34rem auto 0.52rem;
}

.section1 .section1-content .download-btn {
    font-size: 0;
    text-align: center;
}

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

.section1 .section1-content .download-btn .google-play {
    display: inline-block;
    width: 2.70rem;
    height: 0.79rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/mobile/google_play.png') no-repeat;
    background-size: 100% 100%;
}

/* 預約頁 */
.section2 {
    position: relative;
    height: 100%;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/mobile/section2_bg.png') no-repeat;
    background-size: 100% 100%;
}

.section2 .section2-wrap {
    overflow: hidden;
}

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

.section2 .section2-wrap .section-content {
    width: 5.68rem;
    height: 6.66rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/mobile/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.34rem auto 0;
}

.section2 .appointment-bottom {
    position: absolute;
    bottom: 0.6rem;
    width: 100%;
    text-align: center;
}

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

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

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

.section3 .fp-tableCell {
    height: 100% !important;
}

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

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

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

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

#role_swiper #role_jianshi img {
    width: 100%;
    height: auto;
}

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

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

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

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

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

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

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

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

.section3 .icons-wrap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    height: 1.6rem;
    bottom: 0.18rem;
    background: #ecf0f4;
}

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

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

.section3 .icons-wrap li:nth-of-type(1) {
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/mobile/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/mobile/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/mobile/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/mobile/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/mobile/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/mobile/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/mobile/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/mobile/mojianshi_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/mobile/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/mobile/zhaohuanshi_icon_select.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap .arrow-left {
    width: 1.06rem;
    height: 0.98rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/mobile/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;
    font-size: 0;
    padding: 0.8rem;
}
.footer .footer-logo {
    width: 4.87rem;
}
.footer .footer-text {
    font-size: .24rem;
    line-height: 2;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #DEDEDE;
    opacity: .7;
    margin: .3rem 0;
}
.footer .footer-link-wrap {
    width: 100%;
}
.footer .footer-link-wrap a {
    height: .68rem;
    border: .02rem solid #666666;
    border-radius: .34rem;
    padding: 0 .3rem;
    font-size: .24rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #DEDEDE;
    line-height: .64rem;
    opacity: 0.7;
}
/* 敬請期待！ */
.dialog-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

.add-dialog-wrap {
    z-index: 9999;
}

/* 视频弹窗 */
.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;
}


/* 菜单栏 */
.add-opacity {
    background: rgba(0, 0, 0, 1);
}

.dialog-wrap .menu-dialog-content {
    height: 100%;
    text-align: center;
    padding-top: 3.9rem;
}

.dialog-wrap .menu-dialog-content .menu-close {
    position: absolute;
    width: 0.25rem;
    top: 1.32rem;
    right: 0.35rem;
}

.dialog-wrap .menu-dialog-content li {
    margin-bottom: 1rem;
}

.dialog-wrap .menu-dialog-content li p {
    font-size: 0.46rem;
    line-height: 0.52rem;
    color: #e7ecf5;
}

.dialog-wrap .menu-dialog-content li.current p a {
    color: #c99640;
    font-family: 'Palatino Linotype';
}

.dialog-wrap .menu-dialog-content li i {
    display: none;
    width: 3.3rem;
    height: 0.1rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/mobile/nav_line.png') no-repeat;
    background-size: 100% 100%;
    margin: 0.08rem auto 0;
}
.dialog-wrap .menu-dialog-content .current i {
    display: block;
}
.dialog-wrap .menu-dialog-content .link-btn{
    font-size: 0;
    margin-top: 1.7rem;
}

.dialog-wrap .menu-dialog-content .fb-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/mobile/fb_icon.png') no-repeat;
    background-size: 100% 100%;
}

.dialog-wrap .menu-dialog-content  .discord{
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url('//contentjp.fingerfun.co.jp/image/qmqj/japanese/mobile/discord.png') no-repeat;
    background-size: 100% 100%;
}

.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_fluid {
    display: block !important;
}

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

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

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

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


/* 新添加 */
.language {
    position: fixed;
    background: rgba(59,62,71,.7); 
    top: 0;
    left: 0;
    width: 1.3rem;
    height: 0.46rem;
    z-index: 999;
    border-radius:0.05rem; 
    text-align:center;
    color: #fff;
     -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.46rem;left:0;right:0;background:rgba(59,62,71,.7);display:none;padding:0.05rem 0;z-index:99;border-radius:0 0 0.05rem 0.05rem;}
.language div a{display:block;width: 1.3rem;margin:0;float: left;}
.language span{
    font-size: 0.22rem;
}
.language #icon2{
    display: inline-block;
    width: 0.28rem;
    height: 0.23rem;
    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.28rem;
    height: 0.28rem;
    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;
 }
 
/* 20250425修改 */
.topbar {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 0.2rem 0.3rem;
    font-size: 0.28rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}

.topbar-menu {
    flex: auto;
    display: flex;
}

.topbar-menu>li {
    flex: none;
    position: relative;
    margin-right: 0.5rem;
}

.topbar-menu>li:last-child {
    margin-right: 0;
}

.topbar-menu>li>a {
    display: block;
}

.topbar-language {
    position: relative;
    margin-left: 0.4rem;
}

.topbar-language-btn {
    display: block;
    position: relative;
    padding: 0 0.2rem 0 0.1rem;
}

.topbar-language-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0.04rem;
    left: -0.3rem;
    width: 0.32rem;
    height: 0.3rem;
    background: url("//content-us.game-bean.com/image/qmqj/pc/yuyan.png") no-repeat;
    background-size: 100% 100%;
}

.topbar-language-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0.09rem;
    right: -0.1rem;
    width: 0.24rem;
    height: 0.2rem;
    background: url("//content-us.game-bean.com/image/qmqj/pc/xiala.png") no-repeat;
    background-size: 100% 100%;
}

.topbar-language-list {
    display: none;
    position: absolute;
    top: 0.56rem;
    right: -0.1rem;
    background-color: rgba(0, 0, 0, 0.6);
}

.topbar-language-list>li {
    padding: 0.14rem 0.3rem;
}

.top-up-list {
    display: none;
    position: absolute;
    top: 0.56rem;
    left: -1.1rem;
    width: 2.8rem;
    padding: 0.12rem 0.2rem;
    background-color: rgba(0, 0, 0, 0.6);
}

.top-up-list a {
    display: block;
    margin: 0.3rem 0;
}

.social-sites {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 1rem;
    left: 0.2rem;
    right: 0.2rem;
    z-index: 9;
}

.social-sites>li {
    flex: none;
    margin-left: 0.2rem;
}

.social-sites li>a {
    display: block;
    width: 0.6rem;
}

.social-sites li>a img {
    display: block;
    width: 100%;
    height: auto;
}