
::-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('../images/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.6rem;
    width: 100%;
    text-align: center;
}

.section1 .appointment-bottom .appointment-btn {
    display: block;
    width: 1.26rem;
    height: 0.61rem;
    background: url('../images/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.3rem;
    width: 100%;
    text-align: center;
}

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

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

.section1 .section1-content .section1-introduce {
    width: 6.27rem;
    margin: 0.16rem auto 0.64rem;
}

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

.section1 .section1-content .download-btn .app-store {
    display: inline-block;
    width: 2.69rem;
    height: 0.79rem;
    background: url('../images/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.69rem;
    height: 0.79rem;
    background: url('../images/google_play.png') no-repeat;
    background-size: 100% 100%;
}
.section1 .section1-content .download-btn .topup-nap {
    display: inline-block;
    width: 2.9rem;
    height: 0.79rem;
    background: url('../images/topup_vn.png') no-repeat;
    background-size: auto 100%;
    margin-top: .3rem;
}
/* 預約頁 */
.section2 {
    position: relative;
    height: 100%;
    background: url('../images/section2_bg.png') no-repeat;
    background-size: 100% 100%;
}

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

.section2 .section2-wrap .section2-title {
    display: block;
    width: 5.54rem;
    margin: 0.84rem auto 0.5rem;
}

.section2 .section2-wrap .section-content {
    width: 5.68rem;
    height: 6.66rem;
    background: url('../images/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('../images/appointment_btn.png') no-repeat;
    background-size: 100% 100%;
}

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

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

.mobile .section3 .section3-title {
    display: block;
    width: 23.67rem;
    margin: 0.72rem auto 0;
}

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

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

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

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

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

#role_swiper_mobile #role_mofashi img {
   /* width: 7.26rem;*/
    height: auto;
}

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

#role_swiper_mobile #role_gongjianshou img {
   /* width: 7.5rem;*/
    height: auto;
}

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

#role_swiper_mobile #role_mojianshi img {
   /* width: 7.25rem;*/
    height: auto;
}

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

#role_swiper_mobile #role_zhaohuanshi img {
   /* width: 7.24rem;*/
    height: auto;
}

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

.mobile .section3 .icons-wrap .arrow-right {
    width: 5.04rem;
    height: 4.98rem;
    background: url('../images/next.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-left: 0.02rem;
}

.mobile .section3 .icons-wrap li {
    width: 4.97rem;
    height: 5.18rem;
    margin-left: 0.3rem;
    cursor: pointer;
}

.mobile .section3 .icons-wrap li:nth-of-type(1) {
    background: url('../images/jianshi_icon.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

.mobile .section3 .icons-wrap .arrow-left {
    width: 5.06rem;
    height: 4.98rem;
    background: url('../images/prev.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 0.02rem;
}
