* {
    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 6px rgba(14, 25, 31, .3);
    background-color: rgba(14, 25, 31);
    border-radius: 6px;
}

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

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

.section1 .nav ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 0.6rem;
    margin-top: 0.22rem;
    cursor: pointer;
    width: 2.1rem;
position: relative;
}
.section1 .nav ul li .top-up-list {
    position: absolute;
    width: 1.8rem;
    top: .0rem;
    left: .15rem;
    display: none;
    padding-top: .6rem;
}
.section1 .nav ul li .top-up-list .top-up-content {
    background: rgba(0,0,0,.3);
    border-radius: .3rem;
    padding: .2rem .1rem;
}
.section1 .nav ul li .top-up-list a {
    display: block;
    width: 100%;
    padding: .04rem;
    padding-bottom: .1rem;
    border-bottom: 1px solid rgba(255,255,255,.3);
    margin-bottom: .1rem;
    box-sizing: border-box;

}
.section1 .nav ul li .top-up-list a:nth-last-child(1) {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.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('../image_site/nav_line.png?1') no-repeat;
    background-size: 100% 100%;
    width: 2.1rem;
    display: none;
    margin: 0 auto;
}

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

.section1 .nav .fbicon {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: url('../image_site/fb_icon.png?1') no-repeat;
    background-size: 100% 100%;
    margin: 0.15rem 0 0 0.1rem;
}
.section1 .nav .instaicon {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: url('../image_site/insta_icon.png?1') no-repeat;
    background-size: 100% 100%;
    margin: 0.15rem 1.75rem 0 0.1rem;
}
@media(max-width: 897px){
	.section1 .nav .instaicon {
	    margin: 0.15rem 0 0 0.1rem;
	}
}
@media(max-width: 786px){
	.section1 .nav ul {
	    padding-right: 1.6rem;
	}
}
.section1 .nav .yticon {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: url('../image_site/yt_icon.png?1') no-repeat;
    background-size: 100% 100%;
    margin: 0.15rem 0 0 0.1rem;
}

.section1 .nav  .discord{
    display: inline-block;
    width: 0.51rem;
    height: 0.51rem;
    background: url('../image_site/discord.png?1') no-repeat;
    background-size: 100% 100%;
    margin: 0.15rem 0 0 0.45rem;
}

.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('../image_site/appointment_btn.png?1') 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: 3rem;
    margin: 0 auto;
}

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

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

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

.section1 .section1-content .download-btn .app-store {
    display: inline-block;
    width: 2.9rem;
    height: 0.87rem;
    background: url('../image_site/app_store.png?1') 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('../image_site/google_play.png?1') no-repeat;
    background-size: 100% 100%;
}
.section1 .section1-content .download-btn .google-drive {
    display: inline-block;
    width: 2.9rem;
    height: 0.87rem;
    background: url('../image_site/google_drive.png?3') no-repeat;
    background-size: 100% 100%;
}
.section1 .section1-content .download-btn .google-drive-mini {
    display: inline-block;
    width: 2.9rem;
    height: 0.87rem;
    background: url('../image_site/google_drive_mini.png?10') no-repeat;
    background-size: 100% 100%;
}
.section1 .section1-content .download-btn .google-play2 {
    display: inline-block;
    width: 2.9rem;
    height: 0.87rem;
    background: url('../image_site/apkfull.png?2') no-repeat;
    background-size: 100% 100%;
}
.section1 .section1-content .download-btn .whatsapp-btn {
    display: inline-block;
    width: 2.9rem;
    height: 0.87rem;
    background: url('../image_site/whatsapp_btn.png?9') no-repeat;
    background-size: 100% 100%;
}

/* 預約頁 */
.section2 {
    position: relative;
    height: 100%;
    background: url('../image_site/section2_bg.png?1') 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: 5.63rem;
    margin: 0.74rem auto 0.16rem;
}

.section2 .section2-wrap .section-content {
    width: 5.7rem;
    height: 6.66rem;
    background: url('../image_site/fb_bg.png?1') 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;
}

/* 左侧导航 */
.left-nav {
    position: absolute;
    left: 0.06rem;
    top: 1.44rem;
    width: 2.46rem;
    height: 5.12rem;
    background: url('../image_site/nav_left_bg.png?1') no-repeat;
    background-size: 100% 100%;
    padding-top: 0.96rem;
    display: none;
}

.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.24rem;
    top: 0.07rem;
    width: 0.1rem;
    height: 0.1rem;
    background: url('../image_site/nav_left_default.png?1') no-repeat;
    background-size: 100% 100%;
}

.left-nav li.current .nav-item {
    background: url('../image_site/nav_left_select.png?1') 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('../image_site/nav_app_store.png?1') 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('../image_site/google_play.png?1') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 0.26rem;
}
.left-nav .nav-google-drive {
    display: block;
    width: 1.99rem;
    height: 0.6rem;
    background: url('../image_site/google_drive.png?3') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 0.26rem;
}
.left-nav .nav-google-drive-mini {
    display: block;
    width: 1.99rem;
    height: 0.6rem;
    background: url('../image_site/google_drive_mini.png?4') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 0.26rem;
}
.left-nav .nav-google-play2 {
    display: block;
    width: 1.99rem;
    height: 0.6rem;
    background: url('../image_site/apkfull.png?2') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 0.26rem;
}

.left-nav .nav-whatsapp-btn {
    display: block;
    width: 1.99rem;
    height: 0.6rem;
    background: url('../image_site/whatsapp_btn.png?2') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 0.26rem;
}

.left-nav .back-top {
    display: block;
    width: 1.93rem;
    height: 0.52rem;
    background: url('../image_site/back_top.png?1') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

/* 职业介绍 */
.section3 {
    position: relative;
    height: 100%;
    background: url('../image_site/section3_bg.png?1') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.section3 .section3-title {
    display: block;
    width: 4.79rem;
    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('../image_site/next.png?1') 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('../image_site/jianshi_icon.png?1') no-repeat;
    background-size: 100% 100%;
    margin-left: 0;
}

.section3 .icons-wrap li:nth-of-type(1).current {
    background: url('../image_site/jianshi_icon_select.png?1') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(2) {
    background: url('../image_site/mofashi_icon.png?1') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(2).current {
    background: url('../image_site/mofashi_icon_select.png?1') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(3) {
    background: url('../image_site/gongjianshou_icon.png?1') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(3).current {
    background: url('../image_site/gongjianshou_icon_select.png?1') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(4) {
    background: url('../image_site/mojianshi_icon.png?1') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(4).current {
    background: url('../image_site/mojianshi_icon_select.png?1') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(5) {
    background: url('../image_site/zhaohuanshi_icon.png?1') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(5).current {
    background: url('../image_site/zhaohuanshi_icon_select.png?1') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap .arrow-left {
    width: 1.1rem;
    height: 0.98rem;
    background: url('../image_site/prev.png?1') 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;
}

.footer .footer-center {
    margin-top: 0.45rem;
    margin-bottom: 0.48rem;
    font-size: 0;
}

.footer .service{
    display: inline-block;
    font-size: 0.16rem;
    line-height: 0.18rem;
    color: #6e6e6e;
    margin-right: 0.76rem;
}

.footer .policy{
    display: inline-block;
    font-size: 0.16rem;
    line-height: 0.18rem;
    color: #6e6e6e;
}

.footer .contact {
    display: inline-block;
    color: #6e6e6e;
    font-size: 0.16rem;
    line-height: 0.18rem;
    margin-right: 0.76rem;
}
.footer-center a:hover {
    color: #dedede;
    text-decoration: underline;
}
.footer .footer-logo {
    display: inline-block;
    vertical-align: middle;
    width: 1.74rem;
    margin-bottom: 0.52rem;
}

/* 视频弹窗 */
.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.45rem !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{padding-left:0.03rem;display:block;width:1.4rem;margin:0;float: left;}
.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('../image_site/xiala.png?1') 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('../image_site/yuyan.png?1') no-repeat;
    background-size: 100% 100%;
}
.language>span{
   color: rgba(255,255,255,.7) !important;
}