* {
    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: 0.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: 1.05rem;
}

.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('//content-us.game-bean.com/image/qmqj/jianzhong/pc/nav_line.png') no-repeat;
    background-size: 100% 100%;
    width: 1.05rem;
    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('//content-us.game-bean.com/image/qmqj/jianzhong/pc/fb_icon.png') no-repeat;
    background-size: 100% 100%;
    margin: 0.15rem 0 0 0.4rem;
}

.section1 .nav  .discord{
    display: inline-block;
    width: 0.51rem;
    height: 0.51rem;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/pc/discord.png') 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('//content-us.game-bean.com/image/qmqj/jianzhong/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 .video-btn {
    width: 2.23rem;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 0.12rem;
}

.section1 .section1-content .section1-introduce {
    width: 10.12rem;
    margin: 0.4rem auto 0.5rem;
}

.section1 .section1-content .download-btn {
    font-size: 0;
    text-align: center;
}
.section1 .section1-content .download-btn .download-item {
  display: inline-block;
  width: 2.9rem;
  height: 0.87rem;
  background: url('//content.game-bean.com/image/qmqj/jianzhong/pc/btn-windows.png') no-repeat;
  background-size: 100% 100%;
}
.section1 .section1-content .download-btn .app-store {
    display: inline-block;
    width: 2.9rem;
    height: 0.87rem;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/pc/ios.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('//content-us.game-bean.com/image/qmqj/jianzhong/pc/android.png') no-repeat;
    background-size: 100% 100%;
}

/* 預約頁 */
.section2 {
    position: relative;
    height: 100%;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/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: 4.94rem;
    margin: 0.64rem auto 0.16rem;
}

.section2 .section2-wrap .section-content {
    width: 5.7rem;
    height: 6.66rem;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/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;
}

/* 左侧导航 */
.left-nav {
    position: absolute;
    left: 0.06rem;
    top: 1.44rem;
    width: 2.46rem;
    height: 5.75rem;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/pc/nav_left_bg.png') 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-two {
    margin-bottom: 0.35rem;
}
.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('//content-us.game-bean.com/image/qmqj/jianzhong/pc/nav_left_default.png') no-repeat;
    background-size: 100% 100%;
}

.left-nav li.current .nav-item {
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/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('//content-us.game-bean.com/image/qmqj/jianzhong/pc/nav_ios.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('//content-us.game-bean.com/image/qmqj/jianzhong/pc/nav_android.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 0.26rem;
}
.left-nav .nav-win {
    display: block;
    width: 1.99rem;
    height: 0.6rem;
    background: url('//content.game-bean.com/image/qmqj/jianzhong/pc/btn-windows.png') 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('//content-us.game-bean.com/image/qmqj/jianzhong/pc/back_top.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

/* 职业介绍 */
.section3 {
    position: relative;
    height: 100%;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/pc/section3_bg.png') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.section3 .section3-title {
    display: block;
    width: 4.69rem;
    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('//content-us.game-bean.com/image/qmqj/jianzhong/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('//content-us.game-bean.com/image/qmqj/jianzhong/pc/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/jianzhong/pc/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/jianzhong/pc/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/jianzhong/pc/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/jianzhong/pc/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/jianzhong/pc/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/jianzhong/pc/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/jianzhong/pc/mofashi_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/jianzhong/pc/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/jianzhong/pc/zhaohuanshi_icon_select.png') no-repeat;
    background-size: 100% 100%;
}

.section3 .icons-wrap .arrow-left {
    width: 1.1rem;
    height: 0.98rem;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/pc/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;
}

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

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

.footer .contact {
    display: inline-block;
    font-size: 0.16rem;
    line-height: 0.18rem;
    color: #6e6e6e;
}
.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;
}
/* 新增样式 */
.section1 .section1-content .logo {
    width: 2.51rem;
    position: absolute;
    top: -0.8rem;
    left: 0.8rem;
    z-index: 99999;
}
.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('//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;
}
 /* 预注册 */
 .section1-content .register{
    margin: 0 auto;
    width: 6.44rem;
    margin-top: 0.5rem;
    color: #ffffff;
    font-size: 0.24rem;
}
.register .title1{
    text-align: left;
    line-height: 0.33rem;
}
.register .title1 span{
    position: relative;
}
.register .title1 #male{
    padding-left: 0.5rem;
    margin-left: 0.5rem;
    cursor: pointer;
}
.register .title1 #female{
    margin-left: 0.85rem;
    padding-left: 0.5rem;
    cursor: pointer;
}
.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/jianzhong/pc/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/jianzhong/pc/select.png') no-repeat;
    background-size: 100% 100%;
    
}
.register .title2 {
    width: 6.43rem;
    height: 0.44rem;
    border: 1px solid #fff;
    margin-top: 0.22rem;
}
.register .title2 .title2-left{
    width: 1.09rem;
    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/jianzhong/pc/email.png') no-repeat;
    background-size: 100% 100%;
    margin-top: 0.06rem;
}
.register .title2 .title2-rigth{
    width: 5.3rem;
    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.1rem;
    color: #fff;
    font-size: 0.18rem;
}
.register .title3 {
    width: 5.48rem;
    height: 0.44rem;
    margin-top: 0.1rem;
    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.32rem;
    width: 5.6rem;
    font-size: 0.16rem;
    text-align: left;
}
.register .title3 p a{
    color: #ddc8a6;
    text-decoration: underline;
}
.register .determine {
    margin-top: 0.2rem;
}
.register .determine #orderBtn{
    width: 3.93rem;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
}
/* 预约操作*/
.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/jianzhong/pc/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/jianzhong/pc/popup.png) no-repeat center/cover;
    width: 5.03rem;
    height: 2.80rem;
    padding: 0.2rem;
    opacity: 0.9;
}
.phone_wrong h5{
    margin-top: 0.56rem;
    color: #eeddc1;
    font-size: 0.18rem;

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

.section4 .section4-wrap .section4-title {
    display: block;
    width: 4.79rem;
    margin: 0.55rem auto 0.4rem;
}
.section4 .order_num {
    text-align: center;
}
.section4 #countNumText{
    font-size: 0.12rem;
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
    line-height: 0.35rem;
}
.section4 #countNumText span {
    color: #c6a77f;
    font-size: 0.35rem;
}
.section4 .schedule{
    width: 12.55rem;
    margin: 0.25rem auto;
    height: 7rem;
    position: relative;
    overflow: hidden;
}
.section4 .schedule-top{
    height: 0.46rem;
    margin-bottom: 0.1rem;
}
.section4 .schedule .schedule-top-img{
    width: 12.55rem;
    height: 0.46rem;
    float: right;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/pc/jindu.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule .schedule-top-ming{
    height: 0.06rem;
    width: 12.53rem;
    position: absolute;
    right: 0;
    top: 0.195rem;
}
.section4 .schedule-top span{
    width: 0.44rem;
    height: 0.44rem;
    position: absolute;
    top: 0.02rem;
}
.section4 .schedule .schedule-yuna-span1 {
    left: 1.03rem;
}
.section4 .schedule .schedule-yuna-span2 {
    left: 3.535rem;
}
.section4 .schedule .schedule-yuna-span3 {
    left: 6.04rem;
}
.section4 .schedule .schedule-yuna-span4 {
    left: 8.545rem;
}
.section4 .schedule .schedule-yuna-span5 {
    left: 11.05rem;
}
.schedule i{
    display: inline-block;
    position: absolute;
    top: 0.55rem;
    font-size: 0.18rem;
}
.section4 .schedule-yuna-i1{
    left: 1rem;
}
.section4 .schedule-yuna-i2{
    left: 3.51rem;
}
.section4 .schedule-yuna-i3{
    left: 6.05rem;
}
.section4 .schedule-yuna-i4{
    left: 8.55rem;
}
.section4 .schedule-yuna-i5{
    left: 11rem;
}
.section4 .schedule-bootom {
    margin-top: 0.35rem;
}
.section4 .schedule-bootom span{   
    display: inline-block; 
    width: 2.51rem;
    height: auto;
    float: left;
}
.section4 .schedule-bootom .schedule-wdc-span1 {
    height: 5.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/pc/wdc10.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-bootom .schedule-wdc-span2 {
    height: 5.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/pc/wdc30.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-bootom .schedule-wdc-span3 {
    height: 5.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/pc/wdc50.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-bootom .schedule-wdc-span4 {
    height: 5.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/pc/wdc70.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-bootom .schedule-wdc-span5 {
    height: 4.98rem;
    margin-top: 0.22rem;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/pc/wdc100.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-bootom .schedule-dacheng-span1 {
    height: 5.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/pc/dacheng10.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-bootom .schedule-dacheng-span2 {
    height: 5.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/pc/dacheng30.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-bootom .schedule-dacheng-span3 {
    height: 5.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/pc/dacheng50.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-bootom .schedule-dacheng-span4 {
    height: 5.18rem;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/pc/dacheng70.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-bootom .schedule-dacheng-span5 {
    height: 4.98rem;
    margin-top: 0.22rem;
    background: url('//content-us.game-bean.com/image/qmqj/jianzhong/pc/dacheng100.png') no-repeat;
    background-size: 100% 100%;
}
.section4 .schedule-wdc-span5 img{
    width: 2.63rem;
}
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;
}