<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*导入字体*/
/* @font-face {    font-properties
font-family: Meiryo; src: url('../font/Meiryo.ttf'), url('../font/Meiryo.ttf'), url('../font/Meiryo.eot'); IE9 } */
@font-face {    /* font-properties */
font-family: tbmm; src: url('../font/tbmm.ttf'), url('../font/tbmm.ttf'), url('../font/tbmm.eot'); /* IE9 */ }

/* CSS Document wlo:Cflower */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border: 0 none; font: inherit; margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: outside none none; }
blockquote, q { quotes: none; }
blockquote::before, blockquote::after, q::before, q::after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0 none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
input, textarea { -moz-border-radius: 0; border-radius: 0; outline: 0 none; resize: none; -webkit-appearance: none;    /*去掉iOS下input的默认内阴影*/ }
.clearfix:after, .clearfloat:after { visibility: hidden; display: block; font-size: 0; content: ""; clear: both; height: 0; }
html { font-family: 'tbmm', 'Meiryo', 'Helvetica', 'Arial'; -webkit-text-size-adjust: none; }
body { margin: 0 auto; min-width: 320px; position: relative; width: 100%; height: 100%; }
a { text-decoration: none; color: inherit; }
.clearfloat:after { clear: both; content: ""; display: block; height: 0; visibility: hidden; }
.ridius { -moz-border-radius: 5px; border-radius: 5px; }
select {/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
border: solid 1px #000;/*很关键：将默认的select选择框样式清除*/ appearance: none; -moz-appearance: none; -webkit-appearance: none;/*将背景改为红色*/ background: red;/*加padding防止文字覆盖*/ padding-right: 14px; }

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }

/*假如添加了video标签,可能会出现video标签默认置顶的情况,解决这个bug可以通过样式设置来规避;*/
.compatibleStyle { backface-visibility: hidden; -webkit-backface-visibility: hidden;    /* Chrome 和 Safari */ -moz-backface-visibility: hidden;    /* Firefox */ -ms-backface-visibility: hidden;    /* Internet Explorer */ -webkit-perspective: 0; -webkit-transform: translate3d(0, 0, 0); visibility: visible; }

/*弹出层遮罩div*/
.black_overlay { display: none; position: absolute; top: 0%; left: 0%; bottom: 0; right: 0; width: 100%; height: 100%; background-color: #000; z-index: 988; -moz-opacity: 0.5; opacity: .50; filter: alpha(opacity=50); }

/*.w_1200 { width: 1200px; margin: 0 auto; position: relative; }*/
.flexbox { display: -webkit-box; display: -ms-flexbox; display: -moz-box; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -moz-box-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -moz-box-align: center; align-items: center; }
.pos { position: absolute; }
.btn { display: block; }
.fl { float: left; }
.fr { float: right; }
.scrollAni { opacity: 0; }
html, body { width: 100%; height: 100%; background: #181415; }

/*animated fadeInUp*/

/* 公共弹出 */
#maskLayer { display: none; position: absolute; z-index: 100; left: 0; top: 0; width: 100%; min-width: 1190px; margin: 0 auto; height: 100%; background: #000; opacity: 0.5; filter: alpha(opacity=50); }
#alertInfo { display: none; background: rgba(0, 0, 0, 0.3); left: 50%; top: -100%; position: absolute; z-index: 200; max-width: 800px; min-width: 360px; }
#alertInfo .close { position: absolute; right: 16px; top: 21px; overflow: hidden; font-size: 0; text-indent: -999999px; display: block; width: 21px; height: 23px; cursor: pointer; background: url(../images/close.png) no-repeat 0 0; z-index: 220; }
#alertInfo h4 { background: #fbfbfb; color: #6b6b6b; text-align: center; font-size: 24px; zoom: 0; font-weight: normal; margin-bottom: 15px; line-height: 1; padding: 22px 0; border-bottom: 1px solid #ddd; }
.logInfo { width: 460px; }
.logInfo ul { margin: 0 auto; width: 304px; *padding-bottom: 15px; }
.logInfo ul li { float: left; display: inline; width: 100%; margin-bottom: 15px; line-height: 32px; font-size: 24px; }
.logInfo ul li label, .logInfo ul li input, .selBox, .logInfo ul li img { float: left; display: inline; line-height: 32px; font-size: 16px; color: #6b6b6b; font-weight: normal; }
.logInfo ul li input, .selBox { padding: 0 5px; text-indent: 1em; width: 226px; background: #fff; border: none; border: 1px solid #d9d9d9; -moz-border-radius: 5px; border-radius: 5px; height: 30px; line-height: 30px; color: #000; }
.logInfo ul li label { text-indent: -6px; height: 32px; width: 66px; }
.selBox { position: relative; }
.selBox i, .selBox em, .selBox em b { position: absolute; display: block; right: 0; top: 0; cursor: pointer; font-style: normal; }
.selBox i { padding: 0 5px; width: 226px; z-index: 6; height: 30px; line-height: 30px; }
.selBox em { z-index: 5; width: 31px; height: 100%; border-left: 1px solid #d9d9d9; overflow: hidden; background: url(../images/sel.png) no-repeat center center; }
.selBox em b { display: none; }
.selBox .selC { display: none; background: #e5e5e5; z-index: 1; position: absolute; top: 31px; width: 100%; left: 0; }
.selBox .selC a { display: block; font-size: 14px; padding: 0 5px; color: #2a1a11; line-height: 32px; }
.selBox .selC a:hover { text-decoration: none; }
.selBox .selC a.selectedV, .selBox .selC a:hover { background: #6c6c6d; color: #fff; }
.logInfo ul li.yzM { position: relative; }
.logInfo ul li #verifyImg { background: #fff; position: absolute; right: 0; top: 0; width: 80px; height: 32px; }
.logInfo ul li.tsli { line-height: 1; color: red; font-size: 16px; margin-bottom: 0; *margin-bottom: -15px; }
.infoBtn { margin: 0 auto; text-align: center; width: 100%; zoom: 0; }
.infoBtn a { display: inline-block; vertical-align: top; text-align: center; width: 120px; color: #fff; background: #f15b00; font-size: 24px; font-weight: normal; height: 48px; line-height: 48px; margin: 0 10px; }
.infoBtn a:hover { text-decoration: none; }
.tsInfo .infoBtn { *background: #f15b00; }
.logInfo .infoBtn a, .tsInfo .infoBtn a { display: block; margin: 0 auto; width: 100%; zoom: 0; }
.tsInfo .dd a { display: inline-block; width: 50%; }
.tsInfo .dd a.c { background: #999; }
.tsInfo { max-width: 560px; padding: 0 0 32px 0; font-size: 20px; line-height: 1.5; color: #6b6b6b; text-align: center; }
.tsInfo .p { padding: 12px 36px; margin: 0 auto; }
.tsInfo .p a { color: #d61515; }
.tsInfo .infoBtn { margin-top: 24px; margin-bottom: -32px; width: 100%; }
.userInfo { font-size: 20px; padding-bottom: 20px; color: #6b6b6b; width: 700px; }
.userInfo table td, .userInfo table th { text-align: center; font-weight: normal; padding: 5px 0; font-size: 16px; }
.userInfo table thead th { background: #ddd; }
.userInfo table thead td { line-height: 0; }
#alertInfo .pop_warp .close, .actCode_wrap .pop_warp .close, .actCode_wrap1 .pop_warp .close { position: absolute; top: 0px; right: -28px; width: 27px; height: 27px; background: url(../images/pop_close.png) no-repeat center; cursor: pointer; display: block; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }
#alertInfo .close:hover { -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); transform: rotateZ(180deg); }

/*公共弹出end*/

/* 网站公共 */
#wrapper { width: 7.5rem; position: relative; margin: 0 auto; overflow: hidden;}

/* 网站公共-end */

/* 导航 */
.menu { display: none; position: fixed; width: 7.5rem; margin: 0 auto; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 1); z-index: 99999; overflow-y: auto; }
.menu ul li { text-align: center; font-size: 0.28rem; line-height: 0.9rem; color: #a19e9d; background: url(../images/menu_li.png) no-repeat center bottom; background-size: 6.05rem 0.04rem; margin-bottom: 0.1rem; }
.menu ul li.first { background: none; }
.menu ul li .pop_logo { display: block; width: 3.18rem; height: 1.22rem; margin: 0.5rem auto; }
.menu ul li img { width: 100%; }
.menu ul li a { display: block; margin: 0 auto; }
.menu .wx img { width: 3.5rem; display: block; margin: 0.25rem auto 0.35rem; }

/*导航按钮*/
.topbar .change-btn { display: box; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; flex-direction: column; justify-content: space-between; -webkit-box-pack: justify; -moz-box-pack: justify; box-pack: justify; width: .45rem; height: .37rem; margin-right: .3rem; position: absolute; right: 0.3rem; top: 50%; margin-top: -0.18rem; }
.topbar .change-btn i { display: block; background: #fff; width: .45rem; height: .05rem; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out; border-radius: 0.05rem; }
.topbar .change-btn.cur i:nth-of-type(1) { -webkit-transform: rotate(45deg) translate(0.13rem, .1rem); -moz-transform: rotate(45deg) translate(0.13rem, .1rem); -ms-transform: rotate(45deg) translate(0.13rem, .1rem); transform: rotate(45deg) translate(0.13rem, .1rem); }
.topbar .change-btn.cur i:nth-of-type(2) { display: none; }
.topbar .change-btn.cur i:nth-of-type(3) { -webkit-transform: rotate(-45deg) translate(0.11rem, -.1rem); -moz-transform: rotate(-45deg) translate(0.11rem, -.1rem); -ms-transform: rotate(-45deg) translate(0.11rem, -.1rem); transform: rotate(-45deg) translate(0.11rem, -.1rem); }
.menu.nav-show { -webkit-animation: bounceInDown .5s 0s ease-in-out both; -moz-animation: bounceInDown .5s 0s ease-in-out both; -ms-animation: bounceInDown .5s 0s ease-in-out both; animation: bounceInDown .5s 0s ease-in-out both; }
.menu.nav-hide { -webkit-animation: fadeOutUp .5s 0s ease-in-out both; -moz-animation: fadeOutUp .5s 0s ease-in-out both; -ms-animation: fadeOutUp .5s 0s ease-in-out both; animation: fadeOutUp .5s 0s ease-in-out both; }
.topbar { display: -webkit-box; display: -moz-box; display: box; -webkit-box-orient: horizontal; -moz-box-orient: horizontal; box-orient: horizontal; -webkit-box-align: center; -moz-box-align: center; box-align: center; position: fixed; }
.topbar { width: 7.5rem; height: 1.18rem; background: url(../images/topbar.jpg) no-repeat; background-size: 100% 100%; z-index: 9999; margin: 0 auto; }
.topbar a { display: block; color: #fff; margin: 0; }
.topbar .logo { display: block; text-indent: -9999px; width: 3.18rem; position: relative; z-index: 1; height: 1.21rem; margin: 0 auto; }
.topbar .logo { background: url(../images/logo.png) center center no-repeat; background-size: cover; }
.topBoxlist { position: relative; overflow: hidden; }
.pop_link1 { width: 1.6rem; }
.pop_link2, .pop_link3 { width: 1.34rem; }
.pop_link4 { width: 1.61rem; }
.pop_link5 { width: 1.14rem; }
.pop_link6 { width: 2.15rem; }
.pop_close { margin-right: .3rem; position: absolute; right: 0.35rem; top: 0.55rem; width: .35rem; height: .35rem; z-index: 99; }
.pop_close img { width: 100%; }
.hy_share, .download { text-align: center; width: 100%; }
.hy_share a { width: 1.28rem; height: 1.3rem; margin: 0.35rem 0.2rem 0; display: inline-block; *display: inline; *zoom: 1; }
.hy_share a img, .download a img { width: 100%; }
.download a { width: 2.89rem; height: 0.86rem; display: inline-block; *display: inline; *zoom: 1; margin: 0.2rem 0.2rem 0; }

/*footer*/
#footer { width: 100%; }
#footer .foot_info { height: 9.46rem; text-align: center; position: relative; overflow: hidden; background: url(../images/foot_info.jpg) no-repeat center 0; background-size: 100% 100%; }
#footer .foot_info .foot_down_gp, #footer .foot_info .foot_down_app { width: 2.89rem; height: 0.86rem; display: inline-block; *display: inline; *zoom: 1; }
#footer .foot_info .foot_down_gp img, #footer .foot_info .foot_down_app img { width: 100%; }
#footer .foot_info .download { margin-top: 2.2rem; }
#footer .nie-cn-part1 { position: relative; overflow: hidden; height: 3.95rem; background: url(../images/nie-cn-part.jpg) no-repeat center 0; background-size: 100% 100%; }
#footer .hy_share { text-align: center; width: 100%; position: absolute; bottom: 0.2rem; }
#footer .hy_share .btn { width: 1.28rem; height: 1.28rem; display: inline-block; *display: inline; *zoom: 1; margin: 0 0.16rem; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }
#footer .hy_share .btn img { width: 100%; }
#footer .nie-cn-nav { text-align: center; width: 90%; margin: 0 auto; overflow: hidden; margin-top: 0.4rem; }
#footer .nie-cn-nav a { float: left; text-align: center; color: #009cff; font-size: 0.14rem; font-family: "tbmm"; text-decoration: underline; line-height: 23px; margin: 0 0.2rem 0 0; padding-left: 0.25rem; height: 23px; background: url(../images/foot_icon.png) no-repeat 0 center; background-size: 0.19rem 0.2rem; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }

/* 回到顶部按钮 */
.gotop { width: 1.54rem; height: 1.55rem; background: url(../images/gotop.png) no-repeat 0 0; background-size: 100% 100%; text-indent: -999em; right: 0; margin-right: 0.5rem; bottom: 1.0rem; position: fixed; cursor: pointer; }

.btnclose { width: 0.94rem; height: 0.94rem; background: url(../images/btnclose.png) no-repeat 0 0;background-size: 100% 100%; text-align: center; line-height: 0.94rem; color: #fff; font-size: 0.22rem; font-family: 'Meiryo'; top: 0.4rem; right: 0.3rem; cursor: pointer; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }
.i { width: 0.94rem; height: 0.94rem;display: block; text-align: center; line-height: 0.94rem; color: #fff; font-size: 0.22rem; font-family: 'Meiryo'; top: 0.4rem; right: 0.3rem; cursor: pointer; }

/* --------------首页-------------- */
.home-topbar { width: 100%; position: relative; overflow: hidden; margin-top: 1.18rem;}
.home-topbar .banner { width: 100%; height: 9.71rem; background: url(../images/banner.jpg) no-repeat center 0;background-size: 100% 9.71rem; }
.home-topbar .banner .w_10{width: 5.49rem;height: 4.2rem;position: absolute;top: 50%;left: 50%;margin-top: -3.8rem;margin-left: -2.74rem;}
.home-topbar .banner .w_10 img{width: 100%;}
.home-topbar .topcenbg { width: 100%; height: 5.99rem; overflow: hidden;background: url(../images/topbarbg.jpg) no-repeat center 0;background-size: 100% 5.99rem; }
.home-topbar .con-wrap1 { width: 100%;top: 8.5rem;}
.home-topbar .con-wrap1 .video_wrap { width: 6.46rem; height: 3.62rem; margin: 0 auto;background: url(../images/video.png) no-repeat 0 0;background-size: 6.46rem 3.62rem; position: relative; }

.home-topbar .con-wrap1 .video_play { background: url(../images/ani_play.png) no-repeat 0.01rem 0.06rem; background-size: 3.06rem 3.23rem;width: 1.55rem; height: 1.55rem; position: absolute; top: 50%; left: 50%; margin-left: -0.78rem; margin-top: -0.78rem; text-indent: -999em; z-index: 9; -webkit-animation: ani_rotate 5s linear infinite; -moz-animation: ani_rotate 5s linear  infinite; animation: ani_rotate 5s linear  infinite; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%;/*定义动画的旋转中心点*/ }
.home-topbar .con-wrap1 .video_play:hover { background-position: 0.01rem -1.68rem; }
.home-topbar .con-wrap1 .video_play:hover:after { background-position: -2.28rem -2.02rem; }
.home-topbar .con-wrap1 .video_play:after { content: ''; position: absolute; width: 0.72rem; height: 0.89rem; top: 50%; left: 50%; margin-top: -0.45rem; margin-left: -0.36rem; background: url(../images/ani_play.png) no-repeat 0 0; background-size: 3.06rem 3.23rem;background-position: -2.28rem -0.28rem; -webkit-animation: ani_rotate_s 5s linear infinite; -moz-animation: ani_rotate_s 5s linear  infinite; animation: ani_rotate_s 5s linear  infinite; }

.home-topbar .con-wrap1 .home_top_video { width: 6.0rem; height: 3.13rem; background: rgba(0, 0, 0, 0.5); top: 0.25rem; left: 0.25rem; z-index: 7; }
.home-topbar .con-wrap1 .video_tit { width: 5.12rem;margin: 0.3rem auto 0;display: block; text-align: center; }
.home-topbar .con-wrap1 .video_tit img {width: 100%;}
.home-topbar .con-wrap1 .viode_rect { width: 0.67rem; height: 0.67rem; z-index: 8;background-size: 0.67rem 0.67rem;}
.left_top { left: 0.17rem; top: 0.2rem; background: url(../images/r1.png) no-repeat 0 0; }
.right_top { right: 0.17rem; top: 0.2rem; background: url(../images/r2.png) no-repeat 0 0; }
.left_bottom { left: 0.17rem; bottom: 0.18rem; background: url(../images/r3.png) no-repeat 0 0; }
.right_bottom { right: 0.17rem; bottom: 0.18rem; background: url(../images/r4.png) no-repeat 0 0; }

.home-topbar .download {  position: relative; overflow: hidden; text-align: center;margin-top: 4rem;}
.home-topbar .download .btn { display: inline-block;*display: inline;*zoom: 1; width: 3.05rem; height: 0.92rem; margin: 0 auto 0.15rem; }
.home-topbar .download .btn img{ width: 100%; }

/* news分类 */
.home-newsBg { width: 100%; height: 9.5rem; background: url(../images/newsbg.jpg) no-repeat center 0;background-size: 100% 9.5rem; position: relative; overflow: hidden; }
.home-newsBg h2 { width: 100%; margin: 0 auto; }
.home-newsBg h2 img{width: 100%;}
.news_dl4{margin-top: 0.3rem;}
.news_dl4 .dl_class { width: 6.14rem;margin: 0 auto; height: 1.0rem; background: rgba(237, 201, 126, 1) url(../images/dl_class.png) no-repeat 100% 0;background-size: 100% 100%; margin-bottom: 0.3rem; display: block; -webkit-transition: all 1s; -moz-transition: all 1s; transition: all 1s; }
.news_dl4 .dl_class a{display: block;background: url(../images/home_list_next.png) no-repeat 98% center;background-size: 0.26rem 0.4rem;}

.news_dl4 .dl_class dt { width: 1.56rem; height: 0.54rem; float: left; margin: 0.23rem 0 0 0.21rem; text-indent: -999em; background: url(../images/home_list.png) no-repeat 0 0;background-size: 1.56rem 3.03rem;}
.news_dl4 .dl_class dd { margin-left: 1.9rem; height: 1.0rem; overflow: hidden; }
.news_dl4 .dl_class dd span { display: block; text-align: left; font-family: 'tbmm'; font-size: 0.16rem; color: #000; margin: 0.15rem 0; }
.news_dl4 .dl_class dd p { font-family: 'Meiryo'; font-size: 0.26rem; color: #000; text-align: left;width: 90%;text-overflow: ellipsis; white-space: nowrap;/*禁止自动换行*/ overflow: hidden; }
.news_dl4 .dl_class dt.nct1 { background-position: 0 0; }
.news_dl4 .dl_class dt.nct2 { background-position: 0 -0.82rem }
.news_dl4 .dl_class dt.nct3 { background-position: 0 -1.64rem }
.news_dl4 .dl_class dt.nct4 { background-position: 0 -2.46rem }
.news_dl4 .dl_class5 { background: rgba(119, 73, 33, 0.7); -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; font-family: 'Meiryo'; font-size: 0.36rem; color: #ccc; line-height: 1.0rem; text-align: center; }
.news_dl4 .dl_class5 a { display: block;background: none; }
.news_dl4 .dl_class5:hover { background: rgba(119, 73, 33, 1); }


/*嵌入*/
.frame_wrap {width: 100%;position: relative;overflow: hidden;}
.frame_wrap .iframe_tw .twHome { width: 5.39rem; height: 6.84rem; margin: 0 auto;background: url(../images/iframe_twfb_bg.png) no-repeat 0 0; background-size: 5.39rem 6.84rem;position: relative; overflow: hidden; }
.frame_wrap .iframe_tw h2 { text-align: center; }
.frame_wrap .iframe_tw h2 img{width: 3.09rem;margin: 0 auto;}
.frame_wrap .iframe_tw .cc { width: 5.02rem; height: 6.45rem; background: #fff; margin: 0.15rem auto 0;overflow: hidden; }

/* 视频 */
.home-gameNane .videoBg h2 { margin: 0.6rem auto 0.5rem;width: 6.76rem; }
.home-gameNane .videoBg h2 img { display: block; margin: 0 auto;width: 100%; }
.home-gameNane .video_list { text-align: center; margin-bottom: 10px; }
.home-gameNane .video_list dl { width: 6.36rem;margin: 0 auto 0.2rem; position: relative;height: auto;background: url(../images/videolistbg.png) no-repeat 0 0;background-size: 6.36rem 3.5rem;overflow: hidden; }
.home-gameNane .video_list dl dt{height: 3.2rem;width: 6.04rem;overflow: hidden;margin: 0.12rem 0 0.25rem 0.16rem;}
.home-gameNane .video_list dl img{width: 100%;}
.home-gameNane .video_list dl .video_link { width: 0.89rem; height: 0.62rem; background: url(../images/home_btn_link.png) no-repeat 0 0;background-size: 0.89rem 1.3rem; top: 50%; left: 50%; margin-top: -0.31rem; margin-left: -.45rem; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; text-indent: -999em; }
.home-gameNane .video_list dl .video_link:hover { background-position: 0 -0.68rem; }
.home-gameNane .video_list dd { font-family: 'Meiryo'; text-align: center; font-size: 0.16rem; color: #fff; }
.home-gameNane .video_btn_move { width: 6.1rem;margin: 0 auto 0.5rem;height: 1.0rem; background: rgba(119, 73, 33, 1); -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; font-family: 'Meiryo'; font-size: 0.36rem; color: #ccc; line-height: 1.0rem; text-align: center; margin-top: 0.5rem; }
.home-gameNane .video_btn_move:hover { background: rgba(119, 73, 33, 1); }

/*武将*/
.home-gameNane { width: 100%; min-height: 32.91rem; background: #181415 url(../images/home-gamebg.jpg) no-repeat center 0; background-size: 100% 32.91rem; }
.home-gameNane .nameBg { width: 100%; height: 8.8rem;position: relative;overflow: hidden;  }
.home-gameNane .nameBg h2 img{width: 100%;}
.home-gameNane .pic_img { width: 5rem;  margin: 0 auto; text-align: center; margin-top: 0.8rem; text-align: center; position: relative; /*overflow: hidden;*/ }
.home-gameNane .pic_img img { width: 3.85rem;height: 4.6rem;display: inline-block; *display: inline; *zoom: 1; }

.prev_btn1 img,.next_btn1 img{width: 100%;}
.prev_btn1,.next_btn1{position: absolute;top: 0.2rem;}
.prev_btn1{width:0.32rem; text-align:center; height:0.47rem;left: 0.1rem;}
.next_btn1{width:0.32rem; text-align:center; height:0.47rem;right: 0.1rem;}
.prev1,.next1{width:1.06rem; height:1.06rem;z-index:9;cursor:pointer;background: url(../images/prve_next.png) no-repeat 0 0.06rem;background-size: 2.34rem 2.11rem;}
.prev1{ position:absolute; top:1.6rem; left:0.4rem; }
.next1{ position:absolute; top:1.6rem; right:0.4rem;background-position: -1.3rem 0; }

.ban{ width:7.5rem; height:auto; position:relative; overflow:hidden;margin:0.8rem auto 0;}
.ban2{ width:7.5rem; height:5rem; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width: 7.5rem;margin: 0 auto;}
.ban2 ul li p{width: 3.86rem;margin: 0 auto;position: relative;overflow: hidden;}
.ban2 ul li p span,.ban2 ul li p b{display: block;-webkit-animation-delay:0.4s;&nbsp;animation-delay:0.4s;}
.ban2 ul li p span{width: 3.86rem;margin: 0 auto;float: none;}
.ban2 ul li p span img{width: 100%;}
.ban2 ul li p b{width: 5.41rem;margin: 0 auto;float: none;}
.ban2 ul li p b img{margin: 0 auto;width: 100%;}


/* 音频图标 */
.btn_audio { width: 0.65rem; height: 0.65rem; position: absolute; bottom: 0.3rem; left: 0.3rem; background: url(../images/btn_audio.png) no-repeat; background-position: 0 0;background-size: 0.65rem 1.36rem;z-index: 999;}
.btn_audio i { text-indent: -999em; }

.play_audio{background-position: 0 -0.71rem;}
.play_audio:after { content: ''; width: 0.08rem; height: 0.02rem; background: #fff; position: absolute; top: 0.31rem; left: 0.42rem; -webkit-animation: twinkling 0.5s infinite ease-in-out; }
.play_audio:before { content: ''; width: 0.08rem; height: 0.02rem; background: #fff; position: absolute; top: 0.24rem; left: 0.4rem; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-animation: twinkling 0.5s infinite ease-in-out; }
.play_audio i { text-indent: -99em; display: block; width: 0.08rem; height: 0.02rem; background: #fff; position: absolute; top: 0.38rem; left: 0.4rem; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-animation: twinkling 0.5s infinite ease-in-out; }



/* --------------首页end-------------- */


/* --------------动画页面 --------------*/
.movie { margin-top: 1.18rem; width: 100%; min-height: 16rem; background: #120f0f url(../images/support/support.jpg) no-repeat center 0;background-size: 100% 16rem;  position: relative; overflow: hidden; }
.movie .movie_tit { }
.movie .movie_tit img { width:100%;display: block; margin: 0 auto; }
.movie .movie_tab{margin-top: 0.4rem; padding-bottom: 0.2rem; background: url(../images/h2bg.png) no-repeat center 90%; background-size: 6.75rem 0.07rem;}
.movie .movie_tab ul { text-align: center; }
.movie .movie_tab ul li { width: 1.64rem; height: 0.66rem; display: inline-block; *display: inline-block; *zoom: 1; background: url(../images/movie/movie_tablistbg.png) no-repeat 0 0;background-size: 6.91rem 1.66rem; cursor: pointer; margin: 0.1rem 0 0; }
.movie .movie_tab .movie_list1 { background-position: 0 0.05rem; }
.movie .movie_tab .movie_list2 { background-position: -1.76rem 0.05rem; }
.movie .movie_tab .movie_list3 { background-position: -3.52rem 0.05rem; }
.movie .movie_tab .movie_list4 { background-position: -5.28rem 0.05rem; }
.movie .movie_tab .movie_list1.curr { background-position: 0 -1.0rem; }
.movie .movie_tab .movie_list2.curr { background-position: -1.76rem -1.0rem; }
.movie .movie_tab .movie_list3.curr { background-position: -3.52rem -1.0rem; }
.movie .movie_tab .movie_list4.curr { background-position: -5.28rem -1.0rem; }

.movie .movie_box { padding-top: 0.4rem; border-top: 0.03rem solid #4c4130; position: relative; overflow: hidden; width: 90%;margin: 0 auto; }
.movie .movie_box .movie_show { display: none;  position: relative; overflow: hidden; }
.movie .movie_box .movie_show.curr { display: block; }
.movie_show .movie_cc { padding:  0rem; }

.movie_show .video_link { width: 0.89rem; height: 0.62rem; background: url(../images/home_btn_link.png) no-repeat 0 0; top: 50%; left: 50%; margin-top: -0.4rem; margin-left: -0.45rem;background-size: 0.89rem 1.3rem;  text-indent: -999em; }
.video_link:hover { background-position: 0 -0.68rem; }
.movie_show .video_list { margin-bottom: 0.2rem; text-align: center; margin: 0 auto; -webkit-display: flex; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.movie_show .video_list dl { width: 6.36rem; position: relative; margin: 0 auto 0.4rem;}
.movie_show .video_list dl img{width: 100%;}
.movie_show .video_list dl dt { height: 3.5rem;border: 2px solid #796c53; }
.movie_show .video_list dd { font-family: 'Meiryo'; text-align: center; font-size: 0.16rem; color: #fff; padding-top: 0.08rem; }
.ajax_data { width: 2.8rem; height: 0.6rem; line-height: 0.5rem; font-size: 0.24rem; font-family: 'Meiryo'; margin: 0.4rem auto; color: #fff; text-indent: 3em; background: url(../images/movie/ajax_data.png) no-repeat 80% center; border: 1px solid rgba(521, 189, 5, 0.3); cursor: pointer; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; }


/* --------------动画页面end --------------*/

/* --------------news  新闻页开始 --------------*/
.news_centent {margin-top: 1.18rem; width: 100%; min-height: 12.0rem; background: url(../images/news/newsbg.jpg) no-repeat center 0;background-size: 100% 12.0rem; position: relative; overflow: hidden; }
.news_centent .news_tit {  }
.news_centent .news_tit img {width: 100%;display: block; margin: 0 auto; }
.news_centent .news_tab{margin-top: 0.4rem; padding-bottom: 0.2rem; background: url(../images/h2bg.png) no-repeat center 90%; background-size: 6.75rem 0.07rem;}
.news_centent .news_tab ul { text-align: center; }
.news_centent .news_tab ul li { width: 1.64rem; height: 0.66rem; display: inline-block; *display: inline-block; *zoom: 1; background: url(../images/news/newstab.png) no-repeat 0 0;background-size: 6.91rem 1.66rem; cursor: pointer; margin: 0.1rem 0 0; }
.news_centent .news_tab .newsList1 { background-position: 0 0.05rem; }
.news_centent .news_tab .newsList2 { background-position: -1.76rem 0.05rem; }
.news_centent .news_tab .newsList3 { background-position: -3.52rem 0.05rem; }
.news_centent .news_tab .newsList4 { background-position: -5.28rem 0.05rem; }
.news_centent .news_tab .newsList1.curr { background-position: 0 -1.0rem; }
.news_centent .news_tab .newsList2.curr { background-position: -1.76rem -1.0rem; }
.news_centent .news_tab .newsList3.curr { background-position: -3.52rem -1.0rem; }
.news_centent .news_tab .newsList4.curr { background-position: -5.28rem -1.0rem; }
.news_centent .newslink { width: 100%; margin-bottom: 0.2rem; -webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; position: relative; overflow: hidden; }
.news_centent .news_box { width: 90%;margin: 0 auto;padding-top: 0.4rem; position: relative; overflow: hidden;border-top: 0.03rem solid #4c4130; }
.news_centent .news_box .news_show { display: none; }
.news_centent .news_box .news_show.curr { display: block; }
.news_centent .newslink dl { padding: 0.3rem 0;background: url(../images/h2bg.png) no-repeat center 100%; background-size: 6.75rem 0.07rem;}
.news_centent .newslink dl dt { color: #ccc; font-family: 'tbmm'; font-size: 0.16rem;}
.news_centent .newslink dl dt b {
    font-size: 0.2rem;
    color: #ff3838;
    font-family: 'Meiryo';
    display: inline-block;
    *display: inline-block; *zoom: 1;
    font-weight: bold;
    width: 4.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 0.2rem;
    padding-top: 0.05rem;
 }
.news_centent .newslink dl dt b i { color: #ccc; display: inline-block; font-family: 'Meiryo'; *display: inline-block; *zoom: 1; font-weight: bold; }
.news_centent .newslink dl dd p { text-align: left; font-weight: bold; font-family: 'Meiryo'; color: #fff; font-weight: bold; font-size: 0.26rem; padding: 0.2rem 0;width:90%;text-overflow: ellipsis;white-space: nowrap;/*禁止自动换行*/overflow: hidden; }
.news_centent .next { display: block; width: 0.41rem; height: 0.77rem; background: url(../images/news/next.png) no-repeat 0 0;background-size: 0.41rem 0.77rem; position: absolute;  top: 50%;right: 0.2rem; margin-top: -0.45rem;}
.news_centent .ajax_more { width: 2.82rem; height: 0.62rem; margin: 0 auto; background: url(../images/news/more.png) no-repeat 0 0; background-size: 2.82rem 1.6rem;cursor: pointer; -webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s;margin-bottom: 1rem; }
/* --------------news  新闻页end --------------*/
/* --------------news_datal  新闻详情 --------------*/
.news_datal {margin-top: 1.18rem; width: 100%; min-height: 16rem; background: #120f0f url(../images/news/newsbg.jpg) no-repeat center 0; background-size: 100% 16rem;position: relative; overflow: hidden; }
.news_datal .news_tit {  }
.news_datal .news_tit img { display: block; margin: 0 auto; width: 100%;}
.news_datal .datal_wrap {margin-top: 20px; background: rgba(0, 0, 0, 0.7); position: relative; overflow: hidden; }

.news_datal .news_datal_cc { padding: 0.3rem 0.3rem 1.0rem; }
.news_datal_cc p { font-size: 0.2rem; color: #ff3838; font-family: 'Meiryo'; }
.news_datal_cc p i { color: #cccccc; font-family: 'Meiryo'; font-size: 0.2rem; }
.news_datal_cc p span.day_time { color: #cccccc; font-family: 'tbmm'; font-size: 0.16rem; }
.news_datal_cc .news_datal_tit { font-size: 0.3rem; font-family: 'Meiryo'; color: #fff; padding-bottom: 0.3rem; background: url(../images/h2bg.png) no-repeat center 100%;  background-size: 6.75rem 0.07rem; text-align: center; margin-top: 0.4rem; }
.news_datal_cc dl { margin: 0.2rem auto 0; }
.news_datal_cc dl dt { font-family: 'Meiryo'; color: #ccc; font-size: 0.16rem; line-height: 0.36rem; }
.news_datal_cc dl dd { text-align: left; font-family: 'tbmm'; color: #ccc; font-size: 0.16rem; line-height: 0.36rem; }
.news_datal_cc dl img { display: block; margin: 0.3rem auto;max-width: 90%; }

/* --------------news_datal  新闻详情 --------------*/
/*  --------------faq问答 --------------*/
.faq {margin-top: 1.18rem; width: 100%; min-height: 16rem; background: #120f0f url(../images/support/support.jpg) no-repeat center 0;background-size: 100% 16rem;  position: relative; overflow: hidden; }
.faq .faq_tit {  }
.faq .faq_tit img { width: 100%;display: block; margin: 0 auto; }
.faq .faq_wrap { margin-bottom: 1.0rem; margin-top: 0.2rem position: relative; overflow: hidden; }
.faq .faq_cc { width: 90%;margin: 0 auto; border-top: 0.03rem solid #4c4130;padding-top: 0.4rem;}
.faq .faq_tab { margin-top: 0.4rem; padding-bottom: 0.2rem; background: url(../images/h2bg.png) no-repeat center 90%; background-size: 6.75rem 0.07rem; }
.faq .faq_tab ul { text-align: center; }
.faq .faq_tab ul li { width: 1.64rem; height: 0.66rem; display: inline-block; *display: inline-block; *zoom: 1; background: url(../images/faq/faqtab.png) no-repeat 0 0;background-size: 6.91rem 1.66rem; cursor: pointer; margin: 0.1rem 0 0; }
.faq .faq_tab .faqList1 { background-position: 0 0.05rem; }
.faq .faq_tab .faqList2 { background-position: -1.76rem 0.05rem; }
.faq .faq_tab .faqList3 { background-position: -3.52rem 0.05rem; }
.faq .faq_tab .faqList4 { background-position: -5.28rem 0.05rem; }
.faq .faq_tab .faqList1.curr { background-position: 0 -1.0rem; }
.faq .faq_tab .faqList2.curr { background-position: -1.76rem -1.0rem; }
.faq .faq_tab .faqList3.curr { background-position: -3.52rem -1.0rem; }
.faq .faq_tab .faqList4.curr { background-position: -5.28rem -1.0rem; }

.faq .faq_box .faq_show { display: none; position: relative; }
.faq .faq_box .faq_show.curr { display: block; }
.faq_show .newslink { display: block; width: 100%;  border-bottom: 1px solid rgba(132, 126, 111, 0.25); position: relative; padding-bottom: 0.3rem;margin-bottom: 0.3rem; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }
.faq_show .newslink dl {  }
.faq_show .newslink dl dt,.faq_show .newslink dl dd p{color: #d04b4b; font-size: 0.3rem;  text-overflow: ellipsis;white-space: nowrap;/*禁止自动换行*/overflow: hidden;  width: 90%;}
.faq_show .newslink dl dt {padding: 0.08rem 0;font-family: 'Meiryo';}
.faq_show .newslink dl dd{padding-top: 0.05rem;font-family: 'Meiryo';}
.faq_show .newslink dl dd  p{ color: #acbdd9; font-size: 0.2rem;padding: 0.1rem 0;font-family: 'Meiryo';}
.faq_show .newslink dl .next { display: block; width: 0.41rem; height: 0.77rem; background: url(../images/news/next.png) no-repeat 0 0;background-size: 0.41rem 0.77rem; position: absolute;  top: 50%;right: 0.2rem; margin-top: -0.45rem;}

.faq .search { position: relative; overflow: hidden;  margin-bottom: 0.65rem;width: 90%;margin: 0.15rem auto; }
.faq .search dl {  }
.faq .search dt { width: 73%;  float: left;margin-left: 3%; overflow: hidden;}
.faq .search dt input { background: #b7b7b7 url(../images/faq/search.png) no-repeat 96% center; background-size: 0.28rem 0.3rem;width: 100%;  text-indent: 1em; color: #000; font-size: 0.28rem; height: 0.6rem;font-family: 'tbmm'; border: none; -moz-border-radius: 5px; border-radius: 5px; }
.faq .search .search_btn { float: right;margin-right: 3%; height: 0.64rem; background: url(../images/faq/search_btn.png) no-repeat 0 0;background-size: 1.13rem 0.64rem; width: 1.13rem; cursor: pointer; }

.faq_datail { padding: 0.4rem 0; position: relative; }
.faq_datail dl img { display: block;max-width: 90%;margin: 0.4rem auto; }
.faq_datail dt { color: #d04b4b; font-size: 0.36rem; font-family: 'Meiryo'; padding: 0.3rem 0; }
.faq_datail dd b { color: #b1c3e0; font-size: 0.24rem; font-family: 'tbmm'; }
.faq_datail dd { color: #b1c3e0; line-height: 0.4rem; font-size: 0.16rem; font-family: 'tbmm'; }

/*  --------------faq问答end--------------*/

/* --------------武将介绍 --------------*/
.duct { margin-top: 1.18rem;width: 100%; min-height: 18rem; background: #120f0f url(../images/duct/ductbg.jpg) no-repeat center 0; background-size: 100% 13rem;position: relative; overflow: hidden; padding-bottom: 1.0rem; }
.duct .duct_tit {  }
.duct .duct_tit img { width: 100%;display: block; margin: 0 auto; }
.duct .duct_tab{margin-top: 0.4rem; padding-bottom: 0.2rem; background: url(../images/h2bg.png) no-repeat center 90%; background-size: 6.75rem 0.07rem;}
.duct .duct_tab ul { text-align: center; }
.duct .duct_tab ul li { width: 1.53rem; height: 0.78rem; display: inline-block; *display: inline-block; *zoom: 1; background: url(../images/duct/duct_tablistbg.png) no-repeat 0 0; cursor: pointer;background-size: 6.91rem 1.9rem; margin: 0 0.05rem;}
.duct .duct_tab .duct_list1 { background-position: 0 0.05rem; }
.duct .duct_tab .duct_list2 { background-position: -1.8rem 0.05rem; }
.duct .duct_tab .duct_list3 { background-position: -3.6rem 0.05rem; }
.duct .duct_tab .duct_list4 { background-position: -5.4rem 0.05rem; }
.duct .duct_tab .duct_list1.curr { background-position: 0 -1.12rem; }
.duct .duct_tab .duct_list2.curr { background-position: -1.8rem -1.12rem; }
.duct .duct_tab .duct_list3.curr { background-position: -3.6rem -1.12rem; }
.duct .duct_tab .duct_list4.curr { background-position: -5.4rem -1.12rem; }

.duct .duct_box { position: relative; overflow: hidden; }
.duct .duct_box .ducts_show { display: none; position: relative; overflow: hidden; }
.duct .duct_box .ducts_show.curr { display: block; }

.ducts_show .ducts_cc { width: 90%;margin: 0 auto; min-height: 18.0rem;}

/**********roundabout**********/
.duct .roundabout_box { width: 100%; height: 4.96rem; margin: 0.4rem auto 0.2rem auto; position: relative; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; /* Safari and Chrome */ -webkit-perspective: 1200px; -moz-perspective: 1200px; -ms-perspective: 1200px; -o-perspective: 1200px; perspective: 1200px; }
.duct .roundabout-holder { list-style: none; width: 5.0rem; height: 4.96rem; margin: 0px auto; }
.duct .roundabout-moveable-item { width: 4.22rem; height: 4.96rem; cursor: pointer; }
.duct .roundabout-moveable-item img { height: 100%; width: 100%; margin: 0; }
.duct .roundabout-in-focus { cursor: auto; }
.duct .roundabout-holder .text { color: #999; }
.duct .roundabout a:active, .roundabout a:focus, .roundabout a:visited { outline: none; text-decoration: none; }
.duct .roundabout li { margin: 0 }

/**********add my**********/
.duct .roundabout-moveable-item .text { display: none; }
.duct .ban_l_btn, .ban_r_btn { width: 0.93rem; height: 0.93rem; background: url(../images/next_prve.png) no-repeat -0.1rem 0;background-size:  3.05rem 2.17rem; z-index: 999;}
.duct .ban_l_btn { top: 50%; margin-top: -0.7rem; left: 0; }
.duct .ban_r_btn { top: 50%; margin-top: -0.7rem; right: 0; background-position: -2.0rem 0; }
.duct .ban_l_btn:hover { background-position: -0.1rem -1.2rem; }
.duct .ban_r_btn:hover { background-position: -2.0rem -1.2rem; }

.duct .roundabout-in-focus .text { width: 7.5rem; margin: 0 auto; text-align: center; font-family: 'Meiryo'; color: #fff; display: block; position: relative; left: 50%; margin-left: -3.75rem; top: 0.3rem; }
.duct .roundabout-in-focus .text img{width: auto;height: auto;}
.duct .roundabout-in-focus .text h2{width: 90%;margin: 0 auto;text-align: left;}
.duct .roundabout-in-focus .text h2 img{width: 5.27rem;}
.duct .roundabout-in-focus .text h2 img.i_c{width: 5.31rem;}
.duct .roundabout-in-focus .text h2 img.i_m{width: 5.87rem;}
.duct .roundabout-in-focus .text p { text-indent: 0em; color: #ded8c1; font-size: 0.16rem; position: relative; top: -0.15rem; }
.duct .roundabout-in-focus .text .nl { width: 3.21rem; height: 3.08rem; margin: 0.4rem auto 0; }
.duct .roundabout-in-focus .text .nl img{width: 100%;}
.duct .roundabout-in-focus .text dl { margin: 0.7rem auto;width: 90%;margin: 0 auto 0.15rem; }
.duct .roundabout-in-focus .text dl dt { width: 2.83rem; height: 0.58rem; line-height: 0.62rem; text-indent: 1em; background: url(../images/duct/titlebg.png) no-repeat 0 0;background-size: 2.83rem 0.58rem; text-align: left; font-size: 0.36rem; font-family: 'Meiryo'; margin-bottom: 0.15rem; }
.duct .roundabout-in-focus .text dl dd { color: #ded8c1; font-size: 0.22rem; line-height: 0.36rem; text-align: left; font-family: 'tbmm'; padding-left: 0.05rem; }

/* --------------武将介绍end --------------*/

/* --------------武将玩法 --------------*/
.wf_centent { width: 100%; margin-top: 1.18rem;min-height: 13.6rem; background: #120f0f url(../images/wf/wfbg.jpg) no-repeat center 0;background-size: 100% 13.6rem; position: relative; overflow: hidden; padding-bottom: 100px; }
.wf_centent .wf_tit { margin-top: 0px; }
.wf_centent .wf_tit img { display: block;width: 100%; margin: 0 auto; }
.wf_centent .wf_tab{margin-top: 0.4rem; padding-bottom: 0.2rem; background: url(../images/h2bg.png) no-repeat center 90%; background-size: 6.75rem 0.07rem;}
.wf_centent .wf_tab ul { text-align: center; }

.wf_centent .wf_tab ul li { width: 1.64rem; height: 0.66rem; display: inline-block; *display: inline-block; *zoom: 1; background: url(../images/wf/wf_tablistbg.png) no-repeat 0 0; cursor: pointer; margin:0 auto;background-size: 6.91rem 1.66rem;}
.wf_centent .wf_tab .wflist1 { background-position: 0 0.05rem; }
.wf_centent .wf_tab .wflist2 { background-position: -1.76rem 0.05rem; }
.wf_centent .wf_tab .wflist3 { background-position: -3.52rem 0.05rem; }
.wf_centent .wf_tab .wflist4 { background-position: -5.28rem 0.05rem; }
.wf_centent .wf_tab .wflist1.curr { background-position: 0 -1.0rem; }
.wf_centent .wf_tab .wflist2.curr { background-position: -1.76rem -1.0rem; }
.wf_centent .wf_tab .wflist3.curr { background-position: -3.52rem -1.0rem; }
.wf_centent .wf_tab .wflist4.curr { background-position: -5.28rem -1.0rem; }

.wf_centent .wf_box {  position: relative; overflow: hidden;padding-top: 0.4rem; border-top: 0.03rem solid #4c4130;width: 6.8rem;margin: 0 auto;}
.wf_centent .wf_box .wfs_show { display: none;  position: relative; overflow: hidden; }
.wf_centent .wf_box .wfs_show.curr { display: block; }
.wfs_show .wfs_cc {  }
.wfs_cc h2 { text-align: center; font-size: 0.36rem; font-family: 'Meiryo'; color: #fff; padding-bottom: 0.3rem; background: url(../images/h2bg.png) no-repeat center 100%; background-size: 6.75rem 0.07rem;}
.wfs_show .wfs_cc img{width: 6.47rem;margin-top: 0.4rem;}
.wfimg { display: block; margin: 50px 0 0 0; margin: 0 auto;}
.wfs_cc h2 p { color: #ffe410; font-size: 0.24rem; text-align: left; padding: 0.2rem 0px 0.1rem 0.1rem; }

/* --------------武将玩法end --------------*/

/* --------------世界观 -------------- */
.world_wrap { width: 100%; height: 7.33rem; background: url(../images/world/world.jpg) no-repeat center 0; position: relative; overflow: hidden;background-size: 100% 7.33rem; margin-top: 1.18rem;}
.world_wrap .world_tit {  }
.world_wrap .world_tit img { display: block; margin: 0 auto;width: 100%; }

/**********roundabout**********/
.world_wrap .roundabout_box { width: 100%; height: 3.61rem; margin: 0.4rem auto 0.2rem auto; position: relative; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; /* Safari and Chrome */ -webkit-perspective: 1200px; -moz-perspective: 1200px; -ms-perspective: 1200px; -o-perspective: 1200px; perspective: 1200px; }
.world_wrap .roundabout-holder { list-style: none; width: 2rem; height: 3.61rem; margin: 0px auto; }
.world_wrap .roundabout-moveable-item { width: 4.7rem;height: 3.61rem;  cursor: pointer; }
.world_wrap .roundabout-moveable-item img {  width: 100%;height: 100%;margin: 0; }
.world_wrap .roundabout-in-focus { cursor: auto; }
.world_wrap .roundabout-holder .text { color: #999; }
.world_wrap .roundabout a:active, .roundabout a:focus, .roundabout a:visited { outline: none; text-decoration: none; }
.world_wrap .roundabout li { margin: 0 }

/**********add my**********/
.world_wrap .roundabout-moveable-item .text { display: none; }
.world_wrap .roundabout-in-focus .text { text-align: center; font-size: 0.34rem; font-family: 'Meiryo'; color: #fff; display: block; width: 7.5rem; position: relative;left: 50%;margin-left: -3.75rem;  }

.world_wrap .ban_l_btn, .ban_r_btn { width: 0.93rem; height: 0.93rem; background: url(../images/next_prve.png) no-repeat -0.1rem 0;background-size:  3.05rem 2.17rem;}
.world_wrap .ban_l_btn { top: 50%; margin-top: -0.7rem; left: 0.1rem; }
.world_wrap .ban_r_btn { top: 50%; margin-top: -0.7rem; right: 0.1rem; background-position: -2.0rem 0; }
.world_wrap .ban_l_btn:hover { background-position: -0.1rem -1.2rem; }
.world_wrap .ban_r_btn:hover { background-position: -2.0rem -1.2rem; }

/* --------------世界观end -------------- */

/* --------------玩家意见反馈 --------------*/
.support { width: 100%; min-height: 16rem; background: #080909 url(../images/support/support.jpg) no-repeat center 1.18rem; background-size: 100% 16rem; position: relative; overflow: hidden; padding-bottom: 1.0rem; margin-top: 1.18rem; }
.support .support_wrap { position: relative; overflow: hidden; }
.support .support_cc {margin-top: 1.2rem; }
.support .support_cc h2 { text-align: center; font-size: 0.54rem; font-family: 'Meiryo'; color: #fff; padding-bottom: 0.3rem; background: url(../images/h2bg.png) no-repeat center 100%;background-size: 6.75rem 0.07rem; text-align: left;text-align: center; }
.support .support_cc .tips { color: #b52c2a; font-size: 0.16rem; font-family: 'tbmm'; width: 90%; display: block; margin: 0.5rem auto 0.2rem; }
.support .form_data { width: 90%;margin: 0 auto;overflow: hidden; }
.support .form_data .form_table .form_list { margin-bottom: 0.4rem; }
.support .form_list span { display: block; text-align: left; color: #9c9c9c; font-size: 0.26rem; font-family: 'Meiryo'; margin-right: 0.2rem; line-height: 0.3rem;padding-bottom: 0.15rem; }
.support .form_list span.red { color: #b52c2a; }
.support .inp_wrap { position: relative;width: 100%; }
.support .inp_wrap input { width: 100%; background: #9c9c9c; height: 0.6rem; line-height: 0.6rem; padding-left: 0.1rem; color: #000; border: none; font-size: 0.26rem; font-family: 'Meiryo'; }
.support .inp_wrap strong { display: block; color: #b52c2a; font-size: 0.14rem; font-family: 'Meiryo'; padding-top: 0.08rem; }
.support .inp_wrap textarea { width: 100%;; height: 1.9rem; background: #9c9c9c; color: #000; font-size: 0.26rem; font-family: 'Meiryo'; resize: none; padding: 5px; }

.support .inp_wrap select { width: 100%; background: #9c9c9c; color: #000; font-size: 0.26rem; font-family: 'Meiryo'; height: 0.6rem; line-height: 0.6rem; padding-left: 10px; }
.support .se_down:after { content: ''; position: absolute; display: block; width: 0; height: 0; border-width: 10px 10px 0; border-style: solid; border-color: #000 transparent transparent;/*黄 透明 透明 */ position: absolute; top: 0.2rem; right: 0.2rem; }
.support .se_down.curr:after { content: ''; position: absolute; display: block; width: 0; height: 0; border-width: 0 10px 10px; border-style: solid; border-color: transparent transparent #000;/*黄 透明 透明 */ position: absolute; top: 2px; right: 0.2rem; }
.support .icon1 { display: block; width: 90%; margin: 0 auto; font-size: 0.24rem; padding-left: 0.3rem; background: url(../images/support/icon.png) no-repeat 14% center;background-size: 0.22rem 0.19rem;text-align: center; color: #9c9c9c; cursor: pointer; }
.support .cen_btn {width: 80%; margin: 0 auto; text-align: center; color: #009cff; font-size: 0.16rem; font-family: 'Meiryo'; padding: 0.1rem 0; text-decoration: underline;line-height: 0.3rem }

.support .xieyi { width: 1.15rem; line-height: 0.36rem; border: 1px dashed #9c9c9c; color: #9c9c9c; margin: 0.1rem auto 0.5rem; padding-left: 0.5rem; cursor: pointer; position: relative;font-size: 0.16rem; }
.support .xieyi:hover { border: 1px solid #9c9c9c; }
.support .xieyi:after { content: ''; width: 0.14rem; height: 0.14rem; position: absolute; top: 50%; left: 50%; margin-left: -0.35rem; margin-top: -0.1rem; -moz-border-radius: 50%; border-radius: 50%; border: 1px solid #9c9c9c; }
.support .xieyi.curr:before { content: ''; position: absolute; width: 0.08rem; height: 0.08rem; background: #9c9c9c; -moz-border-radius: 50%; border-radius: 50%; top: 50%; left: 50%; margin-left: -0.305rem; margin-top: -0.053rem; }
.support .subbtn_wrap { text-align: center; }
.support .subbtn_info, .subbtn_close { width: 1.9rem; height: 0.6rem; display: inline-block; *display: inline; *zoom: 1; margin: 0 0.2rem; text-align: center; line-height: 0.6rem; font-family: 'Meiryo'; color: #fff; font-size: 0.3rem; cursor: pointer; }
.support .subbtn_info { background: #65853c; }
.support .subbtn_info:hover { background: #709540; }
.support .subbtn_close { background: #832928; }
.support .subbtn_close:hover { background: #902d2b; }

/* --------------玩家意见反馈end --------------*/




/* --------------特定商取引法に基づく表示-------------- */
.asct { width: 100%; min-height: 16rem; background: #120f0f url(../images/support/support.jpg) no-repeat center 1.18rem;background-size: 100% 16rem; position: relative; overflow: hidden; padding-bottom: 1.0rem; }
.asct .asct_wrap { margin-top: 1.2rem;position: relative;overflow: hidden;}
.asct .asct_cc { margin-top: 1.5rem; }
.asct .asct_cc h2 { text-align: center; font-size: 0.54rem; font-family: 'Meiryo'; color: #fff; padding-bottom: 0.3rem; background: url(../images/h2bg.png) no-repeat center 100%; background-size: 6.75rem 0.07rem;text-align: left;text-align: center; }
.asct .asct_cc dl { width: 90%; margin: 0 auto; color: #c3c3c3; font-size: 0.22rem; font-family: 'tbmm'; line-height: 0.36rem; }
.asct .asct_cc dl dt b { font-family: 'Meiryo'; font-weight: bold; }
.asct .asct_cc dl dt, .asct .asct_cc dl dd { color: #c3c3c3; font-size: 0.22rem; font-family: 'tbmm'; line-height: 0.36rem; }
/* --------------特定商取引法に基づく表示end-------------- */

/* --------------会社情報-------------- */
.info { width: 100%; min-height: 16rem; background: #120f0f url(../images/support/support.jpg) no-repeat center 1.18rem;background-size: 100% 16rem; position: relative; overflow: hidden; padding-bottom: 1.0rem; }
.info .info_wrap { margin-top: 1.2rem;  position: relative; overflow: hidden; }
.info .info_cc { margin-top: 1.2rem; }
.info .info_cc h2 { text-align: center; font-size: 0.54rem; font-family: 'Meiryo'; color: #fff; padding-bottom: 0.3rem; background: url(../images/h2bg.png) no-repeat center 100%; background-size: 6.75rem 0.07rem;text-align: left; text-align: center; }
.info .info_cc dl { width: 90%; margin: 0 auto; }
.info .info_cc dl dt b { font-family: 'Meiryo'; font-weight: bold; }
.info .info_cc dl dt, .info .info_cc dl dd { color: #c3c3c3; font-size: 0.22rem; font-family: 'tbmm'; line-height: 0.36rem; }
.info .info_cc dl dt b { font-family: 'Meiryo'; }
/* --------------会社情報end-------------- */

/* --------------资金决济法-------------- */
.payment { width: 100%; min-height: 16rem; background: #120f0f url(../images/support/support.jpg) no-repeat center 1.18rem;background-size: 100% 16rem; position: relative; overflow: hidden; padding-bottom: 1.0rem; }
.payment .payment_wrap { margin-top: 1.2rem;position: relative;overflow: hidden;}
.payment .payment_cc { margin-top: 1.2rem;}
.payment .payment_cc h2 { text-align: center; font-size: 0.54rem; font-family: 'Meiryo'; color: #fff; padding-bottom: 0.3rem; background: url(../images/h2bg.png) no-repeat center 100%; background-size: 6.75rem 0.07rem;text-align: left;text-align: center; }
.payment .payment_cc dl { width: 90%; margin: 0 auto; }
.payment .payment_cc dl dt b { font-family: 'Meiryo'; font-weight: bold; }
.payment .payment_cc dl dt, .payment .payment_cc dl dd { color: #c3c3c3; font-size: 0.22rem; font-family: 'Meiryo'; line-height: 0.36rem; }
.payment .payment_cc dl dd { font-family: 'tbmm'; }

/* --------------资金决济法end-------------- */

/* --------------个人隐私条例-------------- */
.private { width: 100%; min-height: 16rem; background: #120f0f url(../images/support/support.jpg) no-repeat center 1.18rem;background-size: 100% 16rem; position: relative; overflow: hidden; padding-bottom: 1.0rem; }
.private .private_wrap { margin-top: 1.2rem;position: relative;overflow: hidden;}
.private .private_cc {  margin-top: 1.5rem; }
.private .private_cc h2 { text-align: center; font-size: 0.54rem; font-family: 'Meiryo'; color: #fff; padding-bottom: 0.3rem; background: url(../images/h2bg.png) no-repeat center 100%; background-size: 6.75rem 0.07rem;text-align: left;text-align: center; }
.private .private_cc dl { width: 90%; margin: 0 auto; color: #c3c3c3; font-size: 0.22rem; font-family: 'tbmm'; line-height: 0.36rem;}
.private .private_cc dl dt b { font-family: 'Meiryo'; font-weight: bold; }
.private .private_cc dl dt, .private .private_cc dl dd { color: #c3c3c3; font-size: 0.22rem; font-family: 'Meiryo'; line-height: 0.36rem; }
.private .private_cc dl dd { font-family: 'tbmm'; }

/* --------------个人隐私条例end-------------- */

.posa1{left: 0.6rem;}
.posa3{left: 0.5rem;}
.posa4{left: 0.2rem;}
.posa5{left: 0.5rem;}
.posa6{left: 0.2rem;}
.posa7{left: 0.2rem;}
.posa8{left: 0.2rem;}

/*扫码动画*/
@-webkit-keyframes  myScan {
    from { top: -21px; opacity: 0.3 }
    to { top: 245px; opacity: 0.8 }
}
@-moz-keyframes  myScan {
    from { top: -21px; opacity: 0.3 }
    to { top: 245px; opacity: 0.8 }
}
@keyframes  myScan {
    from { top: -21px; opacity: 0.3 }
    to { top: 245px; opacity: 0.8 }
}
-webkit-@keyframes  myScan {
    from { top: -21px; opacity: 0.3 }
    to { top: 245px; opacity: 0.8 }
}
@-webkit-keyframes twinkling {
    0% { opacity: 1; }
    100% { opacity: 0.2; }
}
@-moz-keyframes twinkling {
    0% { opacity: 1; }
    100% { opacity: 0.2; }
}
@keyframes twinkling {
    0% { opacity: 1; }
    100% { opacity: 0.2; }
}
@-webkit-keyframes ani_rotate {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes ani_rotate {
    0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes ani_rotate {
    0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes ani_rotate_s {
    0% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
    100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
}
@-moz-keyframes ani_rotate_s {
    0% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
    100% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
}
@keyframes ani_rotate_s {
    0% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg); }
    100% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); }
}


.home-topbar .banner .w_10 { width: 5.76rem; height: 4.4rem; position: absolute; top: 50%; left: 50%; margin-top: -3.8rem; margin-left: -2.86rem; overflow: hidden;}
.back_atta_fixed { background-attachment: fixed; }

/* --------------弹出框----------------- */

#maskLayer{ display:none; position:absolute;z-index:10000; left:0; top:0; ;width:100%; margin:0 auto; height:100%; background:#040001; opacity:0.9; filter:alpha(opacity=90);}
#alertInfo{ display:none; background:rgba(255,255,255,0); left:50%; top:-100%; position:absolute; z-index:10000; width:100%; max-width:7.5rem;}
#alertInfo .close{ position:absolute; right:0.25rem; top:-0.2rem; overflow:hidden; font-size:0; text-indent:-999999px; display:block; width:0.35rem; height:0.35rem; cursor:pointer; background:url(../images/pop_close.png) no-repeat center center;background-size: 0.35rem 0.35rem; z-index:220; transition:transform ease-in 0.2s;}
#alertInfo .close:hover{ -webkit-transform:rotateZ(180deg); -moz-transform:rotateZ(180deg); -ms-transform:rotateZ(180deg); -o-transform:rotateZ(180deg); transform:rotateZ(180deg);}

.pop_warp{width: 6.1rem;height: 3.25rem;margin: 0 auto;position: relative;overflow: hidden;}

.pop_warp .before{width: 100%;height: 100%;margin:0 auto;background: rgba(129,129,129,0.6);}
.pop_warp .before iframe,.pop_warp .before embed{width: 100%;height: 100%;}


/* --------------弹出框end----------------- */

.add_yj { display: block; width: 100%; max-width: 7.5rem; height: 1.48rem; position: fixed; bottom: 0; }
.add_yj img { width: 100%; }
.add_yj_pos { position: absolute; bottom: 0; }


/* swiper */
.add_img_pic {margin-top: 0.5rem;}
.home_pic{width: 3.86rem;margin: 0 auto;height: 4.6rem;overflow: hidden;position: relative;display: block;}
.home_pic img{width: 100%;}

.my_swiper_btnleft,.my_swiper_btnright{
    margin-top: -0.55rem;
    top: 50%;
}


/* 20181108 三国志 faq 提交信息分类 */

/* 初始状态 */
.zhanghao,.kejin,.games_item,.global_options{display: none;}

.radio:after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background:#9c9c9c;
}


.radio{
    color: #9c9c9c;
    display: block;
    cursor: pointer;
    line-height: 0.2rem;
}
.radio.curr:before{
    content: '';
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    background:#000;
    position: absolute;
    top: 50%;
    margin-top: -0.07rem;
    z-index: 99;
    left: 0.03rem;
}
#loseyes{
    width: 1.2rem;
    position: absolute;
    top: 0;
    left: 1.5rem;
    text-align: center;
}

#loseno{
    width: 1.2rem;
    position: absolute;
    top: 0;
    left: 5rem;
    text-align: center;
}</pre></body></html>