::-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;
}

/* 鍒濆鍖杅ullpage鏍峰紡 */
.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: 3.66rem;
}

.section1 .nav ul li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-right: 0.52rem;
    margin-top: 0.22rem;
    cursor: pointer;
    /* width: 2.2rem; */
}

.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('../images/nav_line.png') no-repeat;
    background-size: 100% 100%;
    width: 1.8rem;
    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('../images/fb_icon.png') no-repeat;
    background-size: 100% 100%;
    margin: 0.15rem 0 0 0.3rem;
}

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

.section1 .section1-content .logo {
    width: 1.8rem;
    margin: -0.9rem 0 2.5rem 1.6rem;
    position: relative;
    z-index: 99;
}

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

.section1 .section1-content .section1-introduce {
    width: 14.7rem;
    margin: 0.34rem auto 0.42rem;
}

.section1 .section1-content .download-btn {
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 1.5rem;
    right: 1.6rem;
}

.section1 .section1-content .download-btn .app-store {
    display: inline-block;
    width: 2.9rem;
    height: 0.85rem;
    background: url('../images/app_store.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.85rem;
    background: url('../images/google_play.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 0.64rem;
}
.section1 .section1-content .download-btn .topup-nap {
    display: inline-block;
    width: 2.9rem;
    height: 0.85rem;
    background: url('../images/topup_vn.png') no-repeat;
    background-size: 100% 100%;

}
.section1 .section1-content .download-btn .pc-dl {
    display: inline-block;
    width: 2.9rem;
    height: 0.87rem;
    background: url('../images/pc_dl.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
    margin-right: 0.64rem;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap {
    width: 100%;
    position: absolute;
    top: .87rem;
    left: 0;
    padding-top: .3rem;
    /* background: #fff; */
    display: none;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list {
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: .2rem .1rem;
    border-radius: .2rem;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li {
    width: 100%;
    height: .9rem;
    padding: .1rem 0;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li:nth-last-child(1) {
    border-bottom: none;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li a {
    display: block;
    width: 100%;
    height: .7rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: .2rem;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li a.pc-apk {
    background: url(../images/dl-windows.png) center no-repeat;
    background-size: 2.6rem auto;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li a.version {
    background: url(../images/version_th.png) center no-repeat;
    background-size: 2.4rem auto;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li a.mumuplayer {
    background: url(../images/mumu_player.png) center no-repeat;
    background-size: 2.5rem auto;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li a.ldplayer {
    background: url(../images/ldplayer.png) center no-repeat;
    background-size: 2.5rem auto;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li a.apk-file {
    background: url(../images/apk_file.png) center no-repeat;
    background-size: 2.4rem auto;
}
.section1 .section1-content .download-btn .pc-dl .pc-dl-list-wrap .pc-dl-list li a:hover{
    background-color: rgba(255, 255, 255, 0.2) !important;
    border-radius: .2rem;
}
/* 闋愮磩闋� */
.section2 {
    position: relative;
    height: 100%;
    background: url('../images/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('../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.36rem auto 0;
}

/* 宸︿晶瀵艰埅 */
.left-nav {
    position: absolute;
    left: 0.06rem;
    top: 1.44rem;
    width: 2.46rem;
    height: 5.12rem;
    background: url('../images/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 p {
    font-size: 0.14rem;
    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('../images/nav_left_default.png') no-repeat;
    background-size: 100% 100%;
}

.left-nav li.current .nav-item {
    background: url('../images/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.58rem;
    background: url('../images/nav_app_store.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 0.12rem;
}

.left-nav .nav-google-play {
    display: block;
    width: 1.99rem;
    height: 0.58rem;
    background: url('../images/nav_google_play.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto 0.26rem;
}

.left-nav .back-top {
    display: block;
    width: 2.17rem;
    height: 0.59rem;
    background: url('../images/back_top.png') no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
}

/* 鑱屼笟浠嬬粛 */
.desktop .section3 {
    position: relative;
    height: 100%;
    background: url('../images/section3_bg.jpg') no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.desktop .section3 .section3-title {
    display: block;
    width: 25.05rem;
    margin: 0.84rem auto 0;
}

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

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

.desktop  #role_jianshi {
    position: absolute;
    top: 1.2rem;
}

.desktop #role_swiper #role_jianshi img {
   /* width: 18.96rem;*/
    height: auto;
}

.desktop #role_mofashi {
    position: absolute;
    top: 0.85rem;
}

.desktop #role_swiper #role_mofashi img {
   /* width: 14.78rem;*/
    height: auto;
}

.desktop #role_gongjianshou {
    position: absolute;
    top: 0.8rem;
}

.desktop #role_swiper #role_gongjianshou img {
  /*  width: 14.77rem;*/
    height: auto;
}

.desktop #role_mojianshi {
    position: absolute;
    top: 0rem;
}

.desktop #role_swiper #role_mojianshi img {
   /* width: 14.76rem;*/
    height: auto;
}

.desktop #role_zhaohuanshi {
    position: absolute;
    top: 0.25rem;
}

.desktop #role_swiper #role_zhaohuanshi img {
   /* width: 14.78rem;*/
    height: auto;
}

.desktop .section3 .icons-wrap {
    position: absolute;
    right: 29.42rem;
    top: 54.5rem;
    z-index: 99;
}

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

.desktop .section3 .icons-wrap li {
    width: 5.08rem;
    height: 5.33rem;
    margin-left: 0.3rem;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

