* {
    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: #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('//content-us.game-bean.com/image/qmqj/germany/mobile/menu.png') no-repeat;
    background-size: 100% 100%;
    z-index: 999;
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 13.34rem;
    object-fit: cover;
}
.section1{
    height: 13.34rem;
}
.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('//content-us.game-bean.com/image/qmqj/germany/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: 1.1rem;
    width: 100%;
    text-align: center;
    zoom: 0.9;
}

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

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

.section1 .section1-content .section1-introduce {
    width: 6.7rem;
    margin: 0.1rem auto 0.34rem;
}

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

.section1 .section1-content .download-btn .app-store {
    display: inline-block;
    width: 2.64rem;
    height: 0.79rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/ios.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 0.34rem;
}

.section1 .section1-content .download-btn .google-play {
    display: inline-block;
    width: 2.64rem;
    height: 0.79rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/android.png') no-repeat;
    background-size: 100% 100%;
}

/* 信息页 */
.section2 {
    position: relative;
    height: 10.93rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/section2_bg.png') no-repeat;
    background-size: 100% 100%;
}

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

.section2 .section2-wrap .section2-title {
    display: block;
    width: 3.73rem;
    margin: 0.55rem auto 0.6rem;
}

.section2 .section2-wrap .section-content {
    width: 5.68rem;
    height: 6.66rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/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('//content-us.game-bean.com/image/qmqj/germany/mobile/appointment_btn.png') no-repeat;
    background-size: 100% 100%;
}

/* 职业介绍 */
.section3 {
    position: relative;
    height: 11.53rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/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.55rem 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('//content-us.game-bean.com/image/qmqj/germany/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('//content-us.game-bean.com/image/qmqj/germany/mobile/jianshi_icon.png') no-repeat;
    background-size: 100% 100%;
    margin-left: 0;
}

.section3 .icons-wrap li:nth-of-type(1).current {
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/jianshi_icon_select.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(2) {
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/mofashi_icon.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(2).current {
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/mofashi_icon_select.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(3) {
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/gongjianshou_icon.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(3).current {
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/gongjianshou_icon_select.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(4) {
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/mojianshi_icon.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(4).current {
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/mojianshi_icon_select.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(5) {
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/zhaohuanshi_icon.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap li:nth-of-type(5).current {
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/zhaohuanshi_icon_select.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap .arrow-left {
    width: 1.06rem;
    height: 0.98rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/prev.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin-right: 0.02rem;
}

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

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

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

.footer .footer-center {
    display: inline-block;
    font-size: 0;
    text-align: left;
}

.footer .service,.footer .policy{
    display: block;
    font-size: 0.16rem;
    line-height: 0.18rem;
 
    margin-bottom: 0.5rem;
    
    color: #6e6e6e;
}


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

.footer .footer-logo {
    display: inline-block;
    vertical-align: top;
    width: 1.74rem;
    margin-right: 0.84rem;
}

/* 敬請期待！ */
.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.85rem;
}

.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: block; */
    width: 2.4rem;
    height: 0.1rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/nav_line.png') no-repeat;
    background-size: 100% 100%;
    margin: 0.08rem auto 0;
}
.dialog-wrap .menu-dialog-content .menu1 i {
    width: 6.3rem;
}
.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('//content-us.game-bean.com/image/qmqj/germany/mobile/fb_icon.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 0.58rem;
}

.dialog-wrap .menu-dialog-content  .discord{
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/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;
 }
 
/* 预约操作*/
/* 预注册 */
.section1-content .register{
    margin: 0 auto;
    width: 5.62rem;
    margin-top: 0.5rem;
    color: #ffffff;
    font-size: 0.14rem;
}
.register .title1{
    text-align: left;
    font-size: 0.26rem;
    width: 6.5rem;
    height: 0.33rem;
    line-height: 0.33rem;
}
.register .title1 span{
    position: relative;
    float: left;
}
.register .title1 #male{
    padding-left: 0.5rem;
    margin-left: 0.4rem;
}
.register .title1 #female{
    margin-left: 0.4rem;
    padding-left: 0.5rem;
}
.register .title1 span i{
    position:absolute;
    top: 0rem;
    left: 0;
    display: inline-block;
    width: 0.33rem;
    height: 0.33rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/unselected.png') no-repeat;
    background-size: 100% 100%;
}
.register .title1 .current{
    color: #dac6a5;
}
.register .title1 .current i{
    width: 0.33rem;
    height: 0.33rem;
    top: 0;
    left: 0;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/select.png') no-repeat;
    background-size: 100% 100%;
    
}
.register .title2 {
    width: 5.48rem;
    height: 0.44rem;
    border: 1px solid #fff;
    margin-top: 0.22rem;
}
.register .title2 .title2-left{
    width: 1.06rem;
    height: 0.42rem;
    border-right: 1px solid #fff;
    float: left;
}
.register  .title2-left i{
    /* position:absolute;
    top: 0.05rem;
    left: 0; */
    display: inline-block;
    width: 0.45rem;
    height: 0.3rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/email.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 0.05rem;
}
.register .title2 .title2-rigth{
    width: 4.35rem;
    height: 0.42rem;
    float: right;
    position: relative;
}
.register .title2-rigth #title-input {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 0.42rem;
    float: left;
    padding-left: 0.05rem;
    color: #fff;
}
.register .title3 {
    width: 5.48rem;
    height: 0.44rem;
    margin-top: 0.15rem;
    position: relative;
    color: #ddc8a6;
}
.register .title3 p{
    display: inline-block;
}
.register .title3 .title3-left{
    margin-top: 0.03rem;
    float: left;
}
.register .title3 .title3-rigth{
    position: absolute;
    left: 0.4rem;
    width: 5.6rem;
    font-size: 0.12rem;
    text-align: left;

}
.register .title3 p a{
    color: #ddc8a6;
    text-decoration: underline;
}
.register .determine {
    margin-top: 0.35rem;
}
.register .determine #orderBtn{
    width: 3.93rem;
    height: auto;
    margin: 0 auto;
}
.fm .pop-box {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    ms-transform: translate(-50%,-50%);
    text-align: center;
}
.fm .close {
    position: absolute;
    top: -0.15rem;
    right: -0.15rem;
    width: 0.47rem;
    height: 0.47rem;
    cursor: pointer;
    z-index: 99999;
    background: url("//content-us.game-bean.com/image/qmqj/germany/mobile/popup_x.png") no-repeat center/cover;
}
.order_box{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    z-index: 9999;
    display: none;
}
.order_box .t-reg {
    background: url("//content-us.game-bean.com/image/qmqj/germany/mobile/popup.png") no-repeat center/cover;
    width: 5.03rem;
    height: 2.80rem;
    padding: 0 .3rem;
    opacity: 0.9;
}
.phone_wrong h5{
    margin-top: 0.56rem;
    color: #eeddc1;
    font-size: .2rem;

}
.phone_img{
    position: absolute;
    bottom: 0.3rem;
    left: 50%;
    margin-left: -0.98rem;
    width: 1.69rem;
    height: 0.64rem;
    opacity: 1;
}
/* 预约页 */
.section4 {
    position: relative;
    height: 15.4rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/section4_bg.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .section4-wrap {
    overflow: hidden;
}

.section4 .section4-wrap .section4-title {
    display: block;
    width: 6.95rem;
    margin: 0.55rem auto 0.4rem;
    
}
.section4 .order_num {
    text-align: center;
    font-size: 0.22rem;
    margin-bottom: 0.4rem;
}
.section4 #countNumText{
    text-align: center;
}
.section4 #countNumText span {
    color: #c6a77f;
    font-size: 0.28rem;
    font-weight: bold;
    margin: 0 0.1rem;
}
.section4 .schedule-left{
    width: 1.62rem;
    height: 11.49rem;
    float: left;
    overflow: hidden;
    position: relative;
}
.section4 .schedule-left-img{
    width: 0.46rem;
    height: 11.49rem;
    float: right;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/jindu.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-left-ming{
    width: 0.1rem;
    height: 11.49rem;
    position: absolute;
    right: 0.18rem;
    top: 0;
}
.section4 .schedule-left span{
    width: 0.44rem;
    height: 0.44rem;
    position: absolute;
    right: 0.02rem;
}
.section4 .schedule-yuna-span1{
    top: 0.87rem;
}
.section4 .schedule-yuna-span2{
    top: 3.2rem;
}
.section4 .schedule-yuna-span3{
    top: 5.5rem;
}
.section4 .schedule-yuna-span4{
    top: 7.82rem;
}
.section4 .schedule-yuna-span5{
    top: 10.14rem;
}
.section4 .schedule-left i{
    display: inline-block;
    position: absolute;
    right: 0.55rem;
    font-size: 0.2rem;
}
.section4 .schedule-yuna-i1{
    top: 0.92rem;
}
.section4 .schedule-yuna-i2{
    top: 3.23rem;
}
.section4 .schedule-yuna-i3{
    top: 5.55rem;
}
.section4 .schedule-yuna-i4{
    top: 7.85rem;
}
.section4 .schedule-yuna-i5{
    top: 10.2rem;
}
.section4 .schedule-right{
    width: 5.58rem;
    height: 11.49rem;
    float: left;
    overflow: hidden;
    position: relative;
}
.section4 .schedule-right span{
    display: inline-block;
    margin-top: 0.04rem;
    width: 5.68rem;
}
.section4 .appointment-bottom {
    position: absolute;
    bottom: 0.6rem;
    width: 100%;
    text-align: center;
}

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

.section4 .appointment-bottom .appointment-btn {
    display: block;
    width: 1.26rem;
    height: 0.61rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/appointment_btn.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-right .schedule-wdc-span1 {
    height: 2.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/wdc10.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-right .schedule-wdc-span2 {
    height: 2.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/wdc30.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-right .schedule-wdc-span3 {
    height: 2.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/wdc50.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-right .schedule-wdc-span4 {
    height: 2.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/wdc70.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-right .schedule-wdc-span5 {
    height: 2.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/wdc100.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-right .schedule-dacheng-span1 {
    height: 2.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/dacheng10.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-right .schedule-dacheng-span2 {
    height: 2.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/dacheng30.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-right .schedule-dacheng-span3 {
    height: 2.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/dacheng50.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-right .schedule-dacheng-span4 {
    height: 2.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/dacheng70.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-right .schedule-dacheng-span5 {
    height: 2.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/germany/mobile/dacheng100.png') no-repeat;
    background-size: 100% 100%;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 0.18rem;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 0.18rem;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 0.18rem;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 0.18rem;
}