/*全局*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,header,footer,section,aside,article{padding:0;margin:0}
body { background: #14100f; font-size:12px; font-family:"Microsoft YaHei",Tahoma,SimSun,Verdana;}
address,caption,cite,code,dfn,em,th,var{font-weight:normal;font-style:normal}
abbr,acronym,img,input{border:0}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
ul,ol,li{list-style:none;}
table{border-collapse:collapse;border-spacing:0}
.fr{float:right;}
.fl{float:left;}
.disb{display:block;}
.hid{display:none;}
.disib{display:inline-block;*display:inline;*zoom:1;}
a{color:#d7b591; text-decoration:none; } 
a:hover{color:#fff; text-decoration: none; }
a:focus,input:focus{outline:0}
img{border:0;vertical-align:top; }
.clr { clear: both; }

/*------ 公用部分 ------*/
/*弹性布局*/
.flexbox { display: flex; }
/*一行多列*/
.main-column { display: flex; justify-content: space-between; flex-direction: row-reverse; box-sizing: border-box; }
/*公用模块标题 */
.title { width: 100%; height: 26px; line-height: 26px; padding-top: 52px; }
.title h3 { font-size: 2.2rem; color: #e89333; font-weight: normal; }
.title p { color: #555; font-size: 1.8rem; letter-spacing: 5px; text-align: center; font-family:Georgia, 'Times New Roman', Times, serif; text-transform:uppercase; }
/*小屏幕【更多】到二级页面 */
.btn-more { display: none; font-size: 1.4rem; color: #666; line-height: 26px; padding: 0 8px; letter-spacing: 1px; border: 1px solid #222; border-radius: 4px; background: rgba(0, 0, 0, .6); }
.btn-more:hover { color: #888; border: 1px solid #333; } 
.title-words { display: flex; justify-content: flex-start; }
/*公用模块内容 */
.content { width: 100%; height: auto; margin: 0 auto; text-align: center; }
.mainbox { margin: 0 auto; width: 1200px; height: 100%; position: relative; }
/*标题 游戏资讯 */
.title-news,.title-ziliao { display: none; }
/*标题 角色展示 玩法特色 */
.title-role h3,.title-tese h3 { display: none; }
/*标题 装备展示 游戏攻略 新手引导 */
.title-zb { width: 1200px; margin: 0 auto; }
.title-zb,.title-method,.title-guidance,.title-videocenter,.title-screenshot { height: 36px; line-height: 36px; display: block; padding-top: 0; display: flex; justify-content: space-between; align-items: center; }
.title-zb h3,.title-method h3,.title-guidance h3,.title-videocenter h3,.title-screenshot h3 { margin-right: 6px; }
.title-zb p,.title-method p,.title-guidance p,.title-videocenter p,.title-screenshot p { font-size: 1.6rem; padding-top: 3px; letter-spacing: 0; text-transform:capitalize; }


/**------ swiper公用------ */
/*隐藏默认蓝色箭头*/
.swiper-container .swiper-button-prev:after,.swiper-container .swiper-container-rtl .swiper-button-next:after,.swiper-container .swiper-button-next:after,.swiper-container .swiper-container-rtl .swiper-button-prev:after { display: none; }
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { display: none; }
/*分页器间距*/
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,6px); }


/*------顶部导航------*/
.headerbox { width: 100%; height: 60px; background: rgba(0, 0, 0, .75); position: absolute; top: 0; z-index: 9999; overflow: hidden; border-bottom: 1px solid #633e13; }
.main-header { height: 60px; display: flex; box-sizing: border-box; justify-content: space-between; align-items: center; }
/*游戏名称*/
.toplogo { width: 25%; display: flex; overflow: hidden; padding: 0 5px; box-sizing: border-box; }
.toplogo a { width: 100%; height: 100%; display: flex; justify-content: flex-start; overflow: hidden; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.toplogo a img { width: 52px; height: 52px; margin: 0 10px 0 0; }
.gamename { color: #fff; }
.gamename h1,.gamename h2,.gamename p { overflow: hidden; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.gamename h1,.gamename h2 { font-weight: normal; font-size: 2.4rem; max-width: 240px; }
.gamename p { color: #999; }
/*顶部导航*/
.topnav { max-width: 75%; display: flex; flex-wrap: nowrap; overflow: hidden; }
.topnav ul { display: flex; }
.topnav li a { display: block; line-height: 60px; font-size: 1.6rem; padding: 0 15px; transition: .3s; position: relative; color: #aaa; }
.topnav li:hover a,.topnav li.current a { color: #e89333; }
.topnav li a::after,.topnav li.current a::after { display: block; opacity: 0; content: ""; width: 6px; height: 6px; background: #e89333; border-radius: 50%; position: absolute; bottom: 8px; left: calc(50% - 3px); /* left: 50%; margin-left: -3px; */ transition: .3s; }
.topnav li:hover a::after,.topnav li.current a::after { opacity: 1; }


/*--------- banner大图 ---------*/
#bannerbox { width:100%; text-align: center; overflow: hidden; }
#banner { width: 100%; height: 100%; z-index: 9; margin: 0 auto; position: relative; display: block; overflow: hidden; }
#banner img.heightself-big,#banner img.heightself-small { width:100%; opacity: 0; z-index: -1; }
.bannervideo { width: 100%; height: auto; position: absolute; margin: 0 auto; top: 0; z-index: 2; display: block !important; overflow: hidden; }
.bannervideo video { object-fit:fill; width: 100% !important; height: auto; }
.bannervideo img { width: 100%; height: auto; display: none; }
#bannerbg { width: 100%; height: 100%; display: flex; justify-content: center; position: absolute; overflow: hidden; z-index: 1; top:0; background-size: 100% auto; text-align: center; background: url(../images/banner.jpg) no-repeat center top; }
#bannerbg img { width: 100%; height: auto; }
#bannerbg .banner-small,#banner img.heightself-small { display: none; }
#banner #logo { width: 40%; height: 23%; position: absolute; left:19%; top:8%; z-index: 99; display: flex; justify-content: center; align-items: center; text-align: center; overflow: hidden; }
#banner #logo img { width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: scale-down; }
#banner .txt1 { width: 40%; height: 100%; max-height: 28%; overflow: hidden; position: absolute; top: 32%; left:19%; z-index: 3; display: flex; justify-content: center; align-items: center; }
#banner .txt1 img { width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: scale-down; }


/*--------- 游戏下载 ---------*/
#gamedown-pc { width: 580px; height: 100px; z-index: 99; position: absolute; top: 62%; left: calc(50% - 280px); z-index: 9999999999; box-sizing: border-box; display: flex; justify-content: center; }
/*--------- PC电脑端 下载 ---------*/
#gamedown-pc .pc,#gamedown-pc .mobile { width: 250px; height: 92px; display: block; margin: 0 20px; position: relative; }
#gamedown-pc a { width: 100%; height: 100%; display: block; }
#gamedown-pc .pc img,#gamedown-pc .mobile img { width: 100%; height: auto; box-shadow: 0 5px 5px rgba(0, 0, 0, .7); }
#boxMobile { display:none; width: 140px; height: 140px; margin:-255px 0 0 45px; background:#f6f6f6; border-radius: 6px; padding:10px; text-align:center; }
#gamedown-pc .mobile #boxMobile img { width: 140px; height: 140px; text-indent: 0; box-shadow: none; }
/*--------- 移动端 下载 ---------*/
#gamedown-mobile { display: none; height: 92px; }
#gamedown-mobile a,#gamedown-mobile img { height: 100%; width: auto; }

/*--------- 游戏资讯 ---------*/
.newsbox { width:1200px; height:380px; margin: 0 auto; position: relative; display: block; z-index: 99; margin-top:-13%; }
.title-news { display: none; }
.main-news { display: flex; flex-direction: row; justify-content: space-between; flex-direction: row-reverse; }
/*资讯焦点图*/
#newsfocus { width:675px; height:340px; overflow:hidden; }
#newsfocus .swiper-newsfocus { width:675px; height:340px; margin: 0 auto; position: relative; }
.swiper-newsfocus .prev-news,.swiper-newsfocus .next-news { cursor:pointer; width:30px; height:72px; top:140px; position:absolute; z-index:99; }
.swiper-newsfocus .swiper-button-prev{left: 10px; background: url(../images/btn-prev.png) no-repeat center top; background-size: cover; }
.swiper-newsfocus .swiper-button-next{right: 10px; background: url(../images/btn-next.png) no-repeat center top; background-size: cover; }
#newsfocus .swiper-wrapper { width:675px; height:340px; margin: 0 auto; }
#newsfocus .swiper-slide { text-align: center; background: #222; }
#newsfocus .swiper-slide a { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; overflow: hidden; }
#newsfocus .swiper-slide img { width: 675px; height: 340px; object-fit:cover; }
#newsfocus .swiper-slide h4 { width: 500px; padding: 0 160px 0 15px; line-height: 40px; font-size: 16px; font-weight: normal; text-align: left; position: absolute; z-index: 2; left: 0; bottom: 0; background: rgba(0, 0, 0, .5); color: #ccc; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
/*轮播分页符号 游戏资讯*/
.pag-news { text-align: right; --swiper-theme-color: #e89333; }
.pag-news .swiper-pagination-bullet { display:inline-block;width:12px;height:12px;border-radius:12px; background:var(--swiper-pagination-bullet-inactive-color,#999); opacity:var(--swiper-pagination-bullet-inactive-opacity, .3); }
.pag-news .swiper-pagination-bullet-active { background: var(--swiper-pagination-color,var(--swiper-theme-color)); opacity: var(--swiper-pagination-bullet-opacity, 1); }
.swiper-newsfocus .swiper-pagination-bullets { left: auto; right: 15px; bottom: 10px; width: 25%; }

/*新闻分类选项卡tab*/
#newslistbox { width: 478px; height: 320px; padding: 9px 15px; background: rgba(30, 23, 22, .8); border: 1px solid #29211d; }
/*新闻选项卡 左右滑动显示*/
#newslistbox .swiper-newslist { width: 478px; height: 50px; overflow: hidden; margin: 0 auto; display: block; }
#newslistbox .swiper-slide { font-size: 1.8rem; float: left; cursor: pointer; width: 25%; height: 46px; line-height:46px; color: #aaa; text-align: center; border-bottom: 1px solid #342a25; }
#newslistbox .swiper-slide.active { color: #e89333; font-weight: bold; border-bottom: 2px solid #e89333; }
#newslistbox .tabContent { width: 478px; height: 82%; overflow: hidden; }
/*新闻列表*/
.newslist { display: none; height: 100%; }
.newslist:nth-child(1){ display: block; }
.newslist ul { padding-top: 5px; }
.newslist ul li { height: 52px; line-height: 52px; text-align: left; font-size: 1.4rem; border-bottom: 1px solid #272120; }
.newslist ul li:last-child { border-bottom: none; }
.newslist ul li a { width: 478px; color: #888; float: left; display: block; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.newslist ul li a:hover { color: #e89333; }
.newslist ul li.para { height: 255px; line-height: 3.2rem; padding: 0 0 5px; }
.newslist ul li p { color: #888; text-align: justify; padding: 10px 0 0; font-size: 1.4rem; }
.newslist ul li p b { color: #e89333; }
/*新闻标签*/
.newstag::before { font-size: 14px; padding: 0 3px; border-radius: 2px; }
.notice::before { content: '公告'; color: orange; border: 1px solid orange; margin: 0 5px 0 0; background: rgba(255, 165, 0, .1); }
.activity::before { content: '活动'; color: #139e13; border: 1px solid #139e13; margin: 0 5px 0 0; background: rgba(0, 128, 0, .1); }
.hotnews::before { content: '热门'; color: #ff3e3e; border: 1px solid #ff3e3e; margin: 0 5px 0 0; background: rgba(255, 0, 0, .1); }
.optimize::before { content: '优化'; color: dodgerblue; border: 1px solid dodgerblue; margin: 0 5px 0 0; background: rgba(30, 144, 255,.1); }
.newsflash::before { content: '快报'; color:mediumorchid; border: 1px solid mediumorchid; margin: 0 5px 0 0; background: rgba(186, 85, 211, .1); }
.title-tag::before { font-size: 16px; padding: 0px 5px 2px; }

/*--------- 游戏资料（游戏攻略 新手引导） ---------*/
/*--------- 游戏攻略 method ---------*/
.methodbox { width: 675px; height: 256px; display: block; }
.method { width: 656px; height: 184px; padding: 17px 0 17px 17px; border: 1px solid #29211d; position: relative; display: flex; flex-direction: column; background:#1e1716 url(../images/bg-renwu01.png) no-repeat right bottom; background-size: auto 100%; }
.method .rigimg { width: 270px; height: 255px; position: absolute; right: 1px; bottom: 1px; z-index: 1; background: url(../images/bg-renwu01.png) no-repeat right bottom; }
.methodlist { width: 86%; height: 100%; overflow: hidden; display: flex; flex-flow: row wrap; align-content: flex-start; }
.methodlist a { width: 135px; text-align: left; color: #9b9b9b; font-size: 1.4rem; padding: 9px 10px 9px 8px; margin: 0 12px 8px 0; background: rgba(0, 0, 0, .5); border-radius: 2px; /*-webkit-clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%); clip-path: polygon(0% 0%, 90% 0, 100% 50%, 90% 100%, 0% 100%);*/ border: 1px solid #29211d; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.methodlist a::before { color: #555; content: '•'; font-family: Arial, Helvetica, sans-serif; padding: 0 5px 0 0; }
.methodlist a:hover { color: #e89333; background: rgba(0, 0, 0, .8); border: 1px solid #8c5c27; transition: .3s; }

/*--------- 新手引导 guidance ---------*/
.guidancebox { width: 510px; height: 256px; display: block; }
.guidance { width: 508px; height: 218px; border: 1px solid #29211d; position: relative; display: flex; align-items: center; background:#1e1716 url(../images/bg-renwu02.png) no-repeat right bottom; background-size: auto 100%; }
.guidance .rigimg { width: 240px; height: 255px; position: absolute; right: 1px; bottom: 1px; z-index: 1; background: url(../images/bg-renwu02.png) no-repeat right bottom; }
.guidancelist { width: 360px; height: 100%; padding: 17px 20px 0; box-sizing: border-box; display: flex; flex-wrap: wrap; justify-content: space-between; align-content: flex-start; }
.guidancelist a { width: 41%; height: 36px; padding: 0 10px; margin: 0 0 8px 0; display: block; line-height: 36px; color: #9b9b9b; font-size: 1.6rem; text-align: center; border-radius: 2px; background: rgba(0, 0, 0, .5); border: 1px solid #29211d; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.guidancelist a:hover { color: #e89333; background: rgba(233, 60, 18, .25); background: rgba(0, 0, 0, .8); border: 1px solid #8c5c27; transition: .3s; }


/*--------- 角色展示 ---------*/
.role { width: 100%; height: auto; overflow: hidden; display: block; padding: 45px 0; margin: 50px 0 0; background: url(../images/bg-role.jpg) no-repeat center bottom; background-size: auto 100%; }
.title-role { width: 100%; height: 26px; padding-top: 52px; background: url(../images/title-role.png) no-repeat center top; background-size: 750px auto; }
.cont-role { width:1340px; height:690px; margin: 20px auto 0; background: url(../images/role-centerbgimg.png) no-repeat center top; }
.main-role { width: 100%; position: relative; }
.rolelist { width:100%; }
.rolelist .swiper-role { width:100%; height:690px; margin: 0 auto; position: relative; }
.swiper-role .prev-role,.swiper-role .next-role { cursor:pointer; width:60px; height:120px; top:40%; position:absolute; z-index:99; visibility: visible; }
.swiper-role .prev-role {left: 0; background: url(../images/btn-prev.png) no-repeat center top; background-size: cover; }
.swiper-role .next-role {right: 0; background: url(../images/btn-next.png) no-repeat center top; background-size: cover; }
.rolelist .swiper-wrapper { width:100%; height:690px; margin: 0 auto; }
.rolelist .swiper-slide { text-align: center; position: relative; }
.rolelist .swiper-slide img { width:750px; height:690px; }
/*轮播分页符号 角色展示*/
.pag-role { text-align: center; --swiper-theme-color: #e89333; }
.pag-role .swiper-pagination-bullet { display:inline-block;width:10px;height:10px;border-radius:10px; background:var(--swiper-pagination-bullet-inactive-color,rgb(170, 170, 170)); opacity:var(--swiper-pagination-bullet-inactive-opacity, .2); }
.pag-role .swiper-pagination-bullet-active { background: var(--swiper-pagination-color,var(--swiper-theme-color)); opacity: var(--swiper-pagination-bullet-opacity, 1); }
.swiper-role .swiper-pagination-bullets { bottom: 0; width: 100%; right: 0; }
.rolelist .swiper-pagination-bullets .swiper-pagination-bullet {margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px); }

/* 角色名称 简介 */
.role-lef { width: 260px; height: 400px; position: absolute; top: 100px; left: 80px; }
.role-lef h3 { color: #eee; font-weight: normal; margin: 10px 0; text-align: center; font-size: 4.8rem; letter-spacing: 3px; text-shadow: 0 2px 3px #000; }
.role-lef .star { width: 260px; height: 42px; line-height: 38px; margin-bottom: 25px; color: #e89333; font-size: 1.8rem; background: url(../images/role-starbox.png) no-repeat center; }
.role-lef .star span { color: #ffb62c; font-size: 2.4rem; }
.role-lef p { font-size: 1.4rem; color: #888; line-height: 28px; text-align: left; text-align:justify; }
/* 技能展示 */
.role-rig { width: 260px; height: 300px; position: absolute; top: 135px; right: 80px; }
.role-rig .jineng { width: 260px; height: 30px; line-height: 30px; margin-bottom: 20px; color: #e89333; font-size: 2.2rem; text-align: center; background: url(../images/title-jineng.png) no-repeat center 1px; text-align: center; }
.rolelist .swiper-slide .role-rig img { width: 258px; height: 218px; border: 1px solid #633e13; object-fit: cover; }


/*--------- 装备展示 ---------*/
.zhuangbei { width: 100%; height: auto; overflow: hidden; margin: 30px auto; background: url(../images/bg-blood.png) no-repeat center bottom; }
.cont-zb { display: block; } 
/*装备图片切换*/
.zblist { width: 1170px; height: auto; padding: 14px; background: #1e1716; border: 1px solid #29211d; position: relative; }
.zblist .swiper-zb { width: 100%; height: auto; margin: 0 auto; position: static; }
.zblist .swiper-zb .swiper-slide { width: calc(32%); height: 0; box-sizing: border-box; position:relative; }
.zblist .swiper-zb .swiper-slide[data-ratio="3:4"] { padding-top: calc(32% * 4 / 3); }
.zblist .swiper-zb .swiper-slide img { width: calc(100%); height: calc(100%); box-sizing: border-box; position: absolute; top: 0; left: 0; object-fit: cover; }
.zblist .swiper-zb .swiper-slide-thumb-active img { -webkit-filter: brightness(110%); filter: brightness(110%); }
/*轮播箭头 装备展示*/
.swiper-zb .prev-zb,.swiper-zb .next-zb { cursor:pointer; width:60px; height:120px; top:40%; position:absolute; z-index:99; }
.swiper-zb .swiper-button-prev { left: 0; background: url(../images/btn-prev.png) no-repeat center top; background-size: cover; }
.swiper-zb .swiper-button-next { right: 0; background: url(../images/btn-next.png) no-repeat center top; background-size: cover; }
/*轮播分页符号 装备展示*/
.pag-zb { text-align: center; --swiper-theme-color: #e89333; }
.pag-zb .swiper-pagination-bullet { display:inline-block;width:10px;height:10px;border-radius:10px; background:var(--swiper-pagination-bullet-inactive-color,rgb(214, 214, 214)); opacity:var(--swiper-pagination-bullet-inactive-opacity, .2); }
.pag-zb .swiper-pagination-bullet-active { background: var(--swiper-pagination-color,var(--swiper-theme-color)); opacity: var(--swiper-pagination-bullet-opacity, 1); }
.zblist .swiper-pagination-bullets { text-align: right; top: -22px; bottom: initial; }
.zblist .swiper-pagination-bullets .swiper-pagination-bullet {margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px); }


/*--------- 玩法特色 ---------*/
.tese { width: 100%; height: auto; padding: 30px 0 0; display: block; }
.title-tese { background: url(../images/title-tese.png) no-repeat center top; background-size: 750px auto; }
.cont-tese { padding: 45px 0 60px; background: url(../images/bg-tese.jpg) no-repeat center bottom; overflow: hidden; }
.main-tese { display: flex; flex-direction: row-reverse; }
.teselist { width: 980px; height: 640px; text-align: center; }
/*特色选项卡*/
.teselist .swiper-tese { width:980px; height: 60px; display: block; margin: 15px 0; display: flex; justify-content: space-between; overflow: hidden; }
.teselist .swiper-tese .swiper-wrapper { width: 100%; display: flex; justify-content: space-between; }
.teselist .swiper-tese .swiper-slide { text-align: center; height: auto; margin-right:0; }
.teselist .swiper-tese .swiper-slide .tabli { cursor: pointer; width: 100%; height: 58px; box-sizing: border-box; line-height:58px; font-size: 24px; color: #81614c; text-align: center; background: rgba(0, 0, 0, .6); border: 1px solid #342a25; }
.teselist .swiper-tese .swiper-slide:hover .tabli { color: #e89333; background: rgba(0, 0, 0, .7); border: 1px solid #8c5c27; }
.teselist .swiper-tese .swiper-slide-thumb-active .tabli { color: #e89333; background: rgba(0, 0, 0, .75); border: 1px solid #8c5c27; }
/*特色大图*/
.teselist .swiper-tese2 { width: 100%; height: auto; box-sizing: border-box; background: #1e1716; border: 1px solid #8c5c27; overflow: hidden; }
.teselist .swiper-tese2 .swiper-slide { width: calc(100%); height: 0; box-sizing: border-box; position:relative; }
.teselist .swiper-tese2 .swiper-slide[data-ratio="16:9"] { padding-top: calc(100% * 9 / 16); }
/*.teselist .swiper-tese2 .swiper-slide a { width: 100%; height: 100%; display: block; text-align: center; overflow: hidden; }*/
.teselist .swiper-tese2 .swiper-slide img { width: calc(100% - (10px * 2)); height: calc(100% - (10px * 2)); box-sizing: border-box; position: absolute; top: 10px; left: 10px; z-index: 1; object-fit: cover; }
/*轮播箭头 玩法特色*/
.swiper-tese2 .prev-tese,.swiper-tese2 .next-tese { cursor:pointer; width:60px; height:120px; top:39%; position:absolute; z-index:99; }
.swiper-tese2 .swiper-button-prev { left: 10px; background: url(../images/btn-prev.png) no-repeat center top; background-size: cover; }
.swiper-tese2 .swiper-button-next { right: 10px; background: url(../images/btn-next.png) no-repeat center top; background-size: cover; }


.box-video-screenshot { width: 100%; margin: 30px auto 45px; background: url(../images/bg-blood.jpg) no-repeat center bottom; }
/*--------- 视频中心 ---------*/
.videocenter { width: 585px; height: auto; display: block;  }
#videolist { width: 100%; height: auto; padding: 10px; background: #1e1716; border: 1px solid #29211d; display: flex; box-sizing: border-box; position: relative; }
#videolist .swiper-video { width: 100%; position: static; height: auto; margin: 0 auto; }
#videolist .swiper-button-prev, #videolist .swiper-container-rtl .swiper-button-next { left: auto; }
#videolist .swiper-slide { height: 100%; text-align: center; }
#videolist .swiper-slide .videoinfo { cursor: pointer; width: calc(100%); height: 0; box-sizing: border-box; position: relative; }
#videolist .swiper-slide .videoinfo[data-ratio="9:16"] { padding-top: calc(100% * 16 / 9); }
#videolist .swiper-slide .videoinfo:hover .des { color: #fff;  }
#videolist .swiper-slide img { width: calc(100%); height: calc(100%); box-sizing: border-box; position: absolute; top: 0; left: 0; z-index: 1; object-fit: cover; }
#videolist .swiper-slide:hover { -webkit-filter: brightness(110%); filter: brightness(110%); }
#videolist .swiper-slide .video-title { width: calc(100% - (10px) * 2); height: auto; padding: 10px; position: absolute; left: 0; bottom: 0; z-index: 2; font-size: 1.6rem; color: #9b9b9b; text-align: left; overflow: hidden; background: rgba(0, 0, 0, .8); white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
#videolist .swiper-slide:hover .video-title { color: #e89333; }
/*轮播分页符号 视频中心*/
.pag-video { text-align: right; --swiper-theme-color: #e89333; }
.pag-video .swiper-pagination-bullet { display:inline-block;width:10px;height:10px;border-radius:10px; background:var(--swiper-pagination-bullet-inactive-color,rgb(214, 214, 214)); opacity:var(--swiper-pagination-bullet-inactive-opacity, .2); .}
.pag-video .swiper-pagination-bullet-active { background: var(--swiper-pagination-color,var(--swiper-theme-color)); opacity: var(--swiper-pagination-bullet-opacity, 1); }
.swiper-video .swiper-pagination-bullets { width: 50%; height: 20px; left: auto; right: 0; top: -22px; z-index: 9999; }
#videolist .swiper-pagination-bullets .swiper-pagination-bullet {margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px); }
/*播放视频*/
#videolist .swiper-slide .play-video { width: 60px; height: 60px; border-radius: 50%; position: absolute; right: 10px; bottom: 50px; z-index: 9; display: block; background: rgba(0, 0, 0, .5) url(../images/icon-play.png) no-repeat center; background-size: cover; text-align: center; }
#videolist .swiper-slide:hover .play-video { animation: rotates .3s linear; -webkit-animation: rotates .3s linear; }
/*视频弹窗*/
.videobox { display: none; z-index: 999999; position: fixed; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; }
.videoed { z-index:99; }
.videos{ /*display:none;*/position:fixed; left:50%; top:0; margin-left:-50%; margin-top:0; z-index:1000000; width:100%; height:100%; border-radius: 4px; text-align: center; }
.videos video { width: auto; max-width: 100%; height: 100%; }
/*关闭按钮*/
.vclose { width: 45px; height: 45px; position:absolute; top: 0; left: calc(50% + (680px) / 2); border-radius:100%; cursor: pointer; z-index:100000000; }
.vclose:hover { animation: rotates .3s linear; -webkit-animation: rotates .3s linear; }
.video-bg { height: 100%; width: 100%; top: 0; left: 0; bottom: 0; right: 0; background: #000; opacity: .95; z-index: 100; }


/*--------- 游戏截图 ---------*/
.screenshot { width: 595px; height: auto; display: block; }
/*单张轮播*/
#screenshotlist { width: 100%; height: auto; padding: 10px; background: #1e1716; border: 1px solid #29211d; position: relative; display: flex; box-sizing: border-box; }
#screenshotlist .swiper-screenshot { width: 100%; position: static; height: auto; margin: 0 auto; }
#screenshotlist .swiper-slide { width: calc(100%); height: 0; box-sizing: border-box; position:relative; }
#screenshotlist .swiper-slide[data-ratio="16:9"] { padding-top: calc(100% * 9 / 16); }
#screenshotlist .swiper-slide img { width: calc(100%); height: calc(100%); box-sizing: border-box; position: absolute; top: 0; left: 0; z-index: 1; object-fit: cover; }
#screenshotlist .swiper-pagination-bullet {display:inline-block;  margin: 0 3px; }
/*轮播分页符号 游戏截图*/
.pag-jietu { text-align: right; --swiper-theme-color: #e89333; }
.pag-jietu .swiper-pagination-bullet { display:inline-block;width:10px;height:10px;border-radius:10px; background:var(--swiper-pagination-bullet-inactive-color,rgb(214, 214, 214)); opacity:var(--swiper-pagination-bullet-inactive-opacity, .2); }
.pag-jietu .swiper-pagination-bullet-active { background: var(--swiper-pagination-color,var(--swiper-theme-color)); opacity: var(--swiper-pagination-bullet-opacity, 1); }
.swiper-screenshot .swiper-pagination-bullets { width: 50%; height: 20px; left: auto; right: 0; top: -22px; }
#screenshotlist .swiper-pagination-bullets .swiper-pagination-bullet {margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px); }


/*--------- 底部版权 ---------*/
#footer { width: 100%; height: auto; padding: 10px 0 40px; background: #000; }
.main-footer { display: flex; flex-flow: row wrap; }
/*按钮 联系客服 返回首页*/
.footerbtn { display: none; }
.footerbtn { width: auto; margin: 15px auto; }
.footerbtn a { width: auto; padding: 8px 30px; font-size: 1.6rem; border-radius: 4px; color:#bbb; text-align: center; margin: 0 auto; display: inline-block; background: rgba(33, 28, 33, .8); border: .013rem solid #29211d; }
/*底部游戏LOGO*/
.footerlogo { width: 220px; height: 130px; display: block; margin: 25px 0 0 0; text-align: center; overflow: hidden; }
.footerlogo img { width: auto; height: 110px; }
/*适龄提示 版权信息*/
.copyright { width: 940px; padding: 35px 0; display: flex; flex-wrap: wrap; align-items: center; }
.copyright div { width: 100%; display: flex; flex-wrap: wrap; }
.copyright p { font-weight: normal; font-size: 1.2rem; color: #666; line-height: 2.6rem; }
.copyright a { color: #ddd; }
.copyright .tips p { color:#8c5c27; }
.copyright .customize p::after { content: '｜'; color: #444; padding: 0 3px; }
.copyright .customize p:nth-last-child(1)::after { content: none; }



/*--------- 适龄提示 ---------*/
#cadpa { width: 5.9%; height: 140px; position: absolute; top:50%; left: 1%; display: block; margin: 0 auto; z-index: 99999; }
#cadpa img { width: 100%; height: auto; }
.cadpa-img { height: auto; float: left; }
.cadpa-img img { width: auto; height: 100px; display: inline-block; margin: 0 15px 0 0; }
.cadpa-img img.gamelogo { height: 96px; padding: 0 30px; border: 2px solid #222; border-radius: 8px; }
/*-----------弹窗-----------*/
.md-modal {position:fixed; top:50%; left:50%; width:60%; max-width:1000px; height:70%; z-index:9999999999999; visibility:hidden; -webkit-transform:translateX(-50%)translateY(-50%);-moz-transform:translateX(-50%)translateY(-50%);-ms-transform:translateX(-50%)translateY(-50%);transform:translateX(-50%)translateY(-50%);  
}
.md-show { visibility: visible; }
.md-overlay{position:fixed;width:100%;height:100%; visibility:hidden;top:0;left:0;z-index:999999;opacity:0;background:rgba(1,1,1,0.6);-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.md-show ~ .md-overlay {opacity: 1;visibility: visible;}
/*弹窗内容*/
.md-content{ height: 100%; color:#5b5b5b; background:#fff; position:relative; border-radius:8px; margin:0 auto; padding: 5px 0; text-align: center; display: flex; flex-direction: column; justify-content: center; }
.md-content h3 { width: 100%; font-size:2.4rem; font-weight: bold; margin:0; text-align:center;background:#fff;border-radius:8px;color:#333; overflow: hidden; }
.md-content .md-close { width: 15%; font-size: 1.6rem; color: #fff; margin: 0 auto; padding: 8px 20px; background: #b68755; border: none; cursor:pointer; border-radius: 2px; }
.md-content .md-close:hover { background: #b99165; }
.md-content .md-main { padding:0 40px; height: 79%; margin: 15px 0; font-size: 14px; overflow-y: scroll; }
.md-content .md-main span { display: block; }
.md-content .md-main-img { width: 100%; height: auto; margin: 0 auto; }
.md-content .md-main-img img { width: 90%; height: auto; margin: 0 0 20px; min-width: 320px; }
.md-content > div p { font-size: 1.4rem; line-height: 3.4rem; text-indent: 28px; margin-bottom: 6px; text-align: justify; }
/* 弹窗动画 */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7); 
	-moz-transform: scale(0.7); 
	-ms-transform: scale(0.7); 
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s; 
	-moz-transition: all 0.3s; 
	transition: all 0.3s;
}
.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1);
	opacity: 1;
}



/*--------- 内页 ---------*/
/* 内页 banner */
#banner .inside-txt1 { top: 16%; max-height: initial; height: 45%; }
/* 内页 框架 */
.inside-container { margin-top:-8%; position:relative; z-index:10; padding: 0 0 30px; }
.inside-mainbox { display: flex; flex-wrap: wrap; justify-content: space-between; }
/* 内页 框架 侧边栏 */
.sidebar { width: 280px; height: auto; display: flex; flex-direction: column; }
/*内页 框架 主体内容 */
.maincontent { width: calc(100% - 295px - (30px + 1px) * 2); height: auto; padding: 25px 30px; background: rgba(30, 23, 22, .95); border: 1px solid #29211d; }

/*内页 侧边栏 游戏下载*/
.side-gamedown { width: 100%; height: auto; display: flex; flex-direction: column; margin: 0 0 12px; }
.side-gamedown a { width: 100%; height: 100%; padding: 10px 5px 12px; display: block; box-sizing: border-box; display: flex; flex-direction:row; justify-content: center; align-items: center; text-shadow: 0 1px 3px rgba(0, 0, 0, .6); }
.side-gamedown a:hover { -webkit-filter: brightness(110%); filter: brightness(110%); }
.side-gamedown a p { font-size: 2.6rem; color: #fff; letter-spacing: 1px; }
.side-gamedown a i { width: 40px; font-size: 3.2rem; margin: 0 5px 0 0; text-align: center; color: #ffc380; font-weight: normal; text-shadow: 1px 2px 3px rgba(0, 0, 0, .5); }
.side-gamedown .pc { border: 1px solid #ec1503; border-top: 1px solid #feaa27; border-bottom: none; background: url(../images/down-btn-red.gif) no-repeat; /*background: linear-gradient(180deg, #ec1503 0%, #4d0803 100%);*/ }
.side-gamedown .mobile { border: 1px solid #e29923; border-top: 1px solid #fef93a; border-bottom: none; background: url(../images/down-btn-yellow.gif) no-repeat; /*background: linear-gradient(180deg, #feaa27 0%, #82490a 100%);*/ }
.side-gamedown .pc span { color: #c5635b; }
.side-gamedown .mobile span { color: #e9ab5e; }
.donghua {transition:all .5s ease-out;transform-origin:50% 50%;-webkit-transform-origin:50% 50%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;_display:inline}
.tx:hover .donghua {-webkit-transform:rotateY(360deg);transform:rotateY(360deg)}
/*内页 侧边栏 二维码*/
.QRcode { width: calc(100% - ((15px + 1px) * 2)); height: auto; padding: 15px; display: flex; flex-direction: row; justify-content: center; align-items: center; background: rgba(30, 23, 22, .9); border: 1px solid #29211d; }
.QRcode p { width: 30px; font-size: 1.6rem; color: #666; }
.QRcode img { width: 160px; height: 160px; }

/*内页 侧边栏 快捷导航*/
.sidebox { width: calc(100% - (15px + 1px) * 2); padding: 6px 15px 20px; margin-bottom: 12px; background: rgba(30, 23, 22, .9); border: 1px solid #29211d; }
.sidebox:last-child { margin-bottom: 0; }
.side-title  { width: 100%; border-bottom: 1px solid #342a25; display: flex; justify-content: space-between; align-items: center; }
.side-title h5 { width: 40%; color: #81614c; font-size: 1.8rem; line-height: 4.2rem; letter-spacing: 1px; font-weight: normal; }
.side-title a { color: #666; }
.side-title a::before { content: '»'; height: 15px; display: block; float: left; padding: 0 3px 0 0; font-size: 2rem; line-height: 1.2rem; }
.side-title a:hover { color: #999; }
.side-menu { display: flex; flex-flow: row wrap; justify-content: space-between; padding: 10px 0 0; }
.side-menu a { width: 39%; font-size: 1.6rem; line-height: 3.6rem; display: block; margin: 8px 0 2px; padding: 0 10px; color: #666; text-align: center; border: 1px solid #29211d; background: rgba(0, 0, 0, .5); overflow: hidden; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.side-menu a:hover { color: #e89333; border: 1px solid #8c5c27; }
.side-menu a.current { color: #e89333; background: rgba(0, 0, 0, .8); border: 1px solid #8c5c27; transition: .3s; }
.side-menu .second { width: 100%; font-size: 1.6rem; color: #666; }

/*内页 侧边栏 联系我们*/
.side-contact { display: flex; flex-direction: column; }
.side-contact h6 { font-size: 1.6rem; font-weight: normal; margin-top: 12px; color: #e89333; }
.side-contact h6::before { content: '▾'; padding: 0 3px 0 0; color: #555; }
.side-contact .qqlist,.side-contact .grouplist { display: flex; flex-direction: column; }
.side-contact .qqlist div,.side-contact .grouplist div { width: 96%; margin: 8px 0 0; padding: 5px; border-radius: 2px; display: flex; justify-content:left; align-items: center; line-height: 2.4rem; text-align: center; background: rgba(0, 0, 0, .5); }
.side-contact .qqlist div:hover,.side-contact .grouplist div:hover { background: rgba(0, 0, 0, .3); }
.side-contact .qqlist div p,.side-contact .grouplist div p { width: 43%; color: #777; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }

/* 内页 主体框架 */
.content-top { width: 100%; height: auto; }
.content-mid { width: 100%; height: auto; min-height: 400px; padding: 10px 0; }
.content-end { width: 100%; height: auto; }

/* 内页 栏目标题 */
.channel-title { text-align: center; }
.channel-title h4 { font-size: 2.6rem; color: #fff; letter-spacing: 1px; font-weight: normal; }
.channel-title h4::after { display: block; content: ""; width: 60px; height: 2px; background: #e89333; margin: 8px auto 0; }

/* 内页 文章列表 */
.articlelist { width: 100%; height: auto; display: block; }
.articlelist ul { padding: 0; }
.articlelist li { width: 100%; height: auto; border-bottom: 1px solid #272120; }
.articlelist li a { width: 100%; height: 100%; padding: 10px 0 5px; display: block; overflow: hidden; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.articlelist li h3 { width: 100%; font-size: 1.6rem; line-height: 4rem; font-weight: normal; color: #aaa; text-align: left; overflow: hidden; }
.articlelist li:hover { border-bottom: 1px solid #352d2c; }
.articlelist li:hover h3 { color: #e89333; }
.articlelist li p { width: 78%; line-height: 2.6rem; color: #624636; float: left; text-align: left; font-size: 1.4rem; overflow: hidden; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;}
.articlelist li:hover p { color: #888; }
.articlelist li .time { width: 20%; font-size: 1.4rem; float: right; color: #555; line-height: 26px; text-align: right; }

/* 内页 列表翻页 */
.page { width: 100%; height: 40px; padding:10px 0 0 0; display: flex; justify-content: space-between; align-items: center; }
.page .pagenum { color: #666; font-size: 1.6rem; }
.page ul { display: flex; justify-content: flex-end; }
.page ul li { height: 42px; line-height: 42px; margin: 0 5px; font-size: 18px; color:#666 }
.page li a { height: 40px; font-size: 16px; margin: 0 auto; padding:5px 10px ; line-height: 40px; text-align: center; background: rgba(0, 0, 0, .5); color: #888; border: 1px solid #333; border-radius: 2px; box-shadow: 1px 2px 5px rgba(0, 0, 0, .4); }
.page li a:hover,.page li.thisclass a { color: #e89333; border: 1px solid #633e13; }

/* 返回首页 栏目跳转 */
.skipbox { width: 100%; padding: 20px 0 0; display: none; }
.skip-home { display: flex; height: 70px; margin-bottom: 20px; justify-content: center; text-align: center; align-items: center; }
.skip-home a { padding: 8px 15px; font-size: 1.8rem; color: #e89333; border: 1px solid #633e13; border-radius: 2px; background: rgba(0, 0, 0, .5); }
.skip-home a:hover { border: 1px solid #633e13; }
.skip-channel { width: 100%; flex-wrap: wrap; color: #666; font-size: 1.6rem; }
.skip-channel a { margin: 0 10px 10px 0; padding: 8px; display: inline-block; font-size: 1.8rem; color: #666; border: 1px solid #222; border-radius: 2px; background: rgba(0, 0, 0, .5); }
.skip-channel a:hover { color: #e89333; border: 1px solid #633e13; }


/* 内页 文章标题 */
.article-title { width: 100%; padding: 10px 0 20px; color: #fff; font-weight: normal; font-size: 2rem; line-height: 3.4rem; text-align: center; }
.article-basicinfo { width: 100%; padding: 0 0 15px; display: flex; justify-content: center; flex-wrap: wrap; }
.article-basicinfo p { color: #666; font-size: 1.4rem; padding: 0 10px; }
.article-basicinfo span { padding: 0 5px; margin: 0 5px 0 0s; border-radius: 2px; background-color: rgba(0, 0, 0, .5); }
/* 内页 文章摘要 */
.article-zhaiyao { background-color: rgba(0, 0, 0, .5); border: 1px solid #222; padding: 12px 15px; margin-bottom: 15px; border-radius: 4px; }
.article-zhaiyao p { color: #666; text-align: justify; line-height: 2.6rem; }
/* 内页 文章正文 */
.article-content p { font-size: 1.6rem; line-height: 3.6rem; text-indent: 3.2rem; text-align: justify; color: #999; margin: 10px 0; }
.article-content img { width: auto; height: auto; padding: 10px 0; max-width: 100%; display: block; margin: 0 auto; }
/*内页 文章上下篇跳转 */
.article-prevnext { width: 100%; padding: 20px 0 0; color: #666; font-size: 1.4rem; line-height: 2.8rem; border-top: 1px solid #292828; }
.article-prevnext a { color: #666; }
.article-prevnext a:hover { color: #e89333; }


/* 内页 图片列表 */
.picturelist { width: 100%; height: auto; }
.picturelist ul { display: flex; flex-wrap: wrap; padding: 15px 0 0; }
.picturelist li { width: 31.3%; height: auto; margin: 0 1% 15px; }
.picturelist li a { width: 100%; height: 100%; padding: 0 0 5px; display: block; border: 1px solid #29211d; background: rgba(0, 0, 0, .5); box-sizing: border-box; }
.picturelist li img { width: 100%; height: auto; }
.picturelist li p { width: 90%; padding: 0 5%; font-size: 1.6rem; line-height: 3.4rem; text-align: center; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.picturelist li a:hover { color: #e89333; border: 1px solid #e89333; background: rgba(0, 0, 0, .8); }
.picturelist li .picture-area { width: 100%; height: 0; box-sizing: border-box; position: relative; overflow: hidden; }
.picturelist li .picture-area[data-ratio="16:9"] { padding-top: calc(100% * 9 / 16); }
.picturelist li .picture-area img { width: calc(100% - (5px) * 2); height: calc(100% - (5px) * 2); box-sizing: border-box; position: absolute; top: 5px; left: 5px; object-fit: cover; }


/* 内页 视频列表 */
.videos-gallery { width: 100%; height: auto; margin: 0; display: block; }
.videos-gallery ul { display: flex; flex-wrap: wrap; padding: 15px 0 0; }
.videos-gallery li { width: 31%; height: auto; margin: 0 1% 15px; cursor: pointer; border: 1px solid #29211d; background: rgba(0, 0, 0, .5); }
.videos-gallery li:hover { border: 1px solid #e89333; background: rgba(0, 0, 0, .6); }
.videos-gallery li .videoinfo { width: 100%; height: 100%; position: relative; display: block; }
.videos-gallery li .video-title { width: calc(100% - (10px) * 2); height: auto; padding: 5px 10px 15px; font-size: 1.6rem; text-align: center; color: #d7b591; overflow: hidden; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.videos-gallery li:hover .video-title { color: #e89333; }
.videos-gallery li .video-img { width: 100%; height: 0; box-sizing: border-box; position: relative; overflow: hidden; }
.videos-gallery li .video-img[data-ratio="9:16"] { padding-top: calc(100% * 16 / 9); }
.videos-gallery li .video-img img { width: calc(100% - (5px) * 2); height: calc(100% - (5px) * 2); box-sizing: border-box; position: absolute; top: 5px; left: 5px; object-fit: cover; }
/*播放视频*/
.videos-gallery li .play-video { width: 60px; height: 60px; border-radius: 50%; display: block; background: rgba(0, 0, 0, .6) url(../images/icon-play.png) no-repeat center; background-size: cover; text-align: center; box-shadow: 0 2px 5px rgba(0, 0, 0, .7); position: absolute; z-index: 3; left: calc(50% - (30px) * 1); top: calc(50% - (50px) * 1); }
.videos-gallery li:hover .play-video { animation: rotates .3s linear; -webkit-animation: rotates .3s linear; }


/* 手机端 联系我们 */
.main-contact { padding: 80px 0 50px; }
.main-contact h3 { line-height: 2rem; font-size: 2.4rem; font-weight: normal; padding: 20px 0; color: #e89333; text-align: center; letter-spacing: 1px; }
.contactus { width: calc(100% - (15px * 2)); height: auto; padding: 15px; display: flex; margin: 0 auto 15px; box-sizing: border-box; background: #f6f6f6; border-radius: 4px; flex-direction: column; justify-content: flex-start; }
.contactus > .kefutime,.contactus > .qqlist,.contactus > .grouplist { padding: 10px 0; border-bottom: 1px solid #ddd; display: flex; }
.contactus > .kefutime p { font-size: 1.8rem; }
.contactus > .qqlist,.contactus > .grouplist { flex-flow: row wrap; }
.contactus > .qqlist div,.contactus > .grouplist div { display: flex; justify-content:start; align-items: center; padding: 5px 0; margin: 0 15px 0 0; }
.contactus > .qqlist p,.contactus > .grouplist p { width: 100%; height: auto; line-height: 3rem; margin-right: 8px; font-size: 1.4rem; }

.contactus > .code { width: 100%; display: flex; flex-direction: column; padding: 15px 0; }
.contactus > .code p { font-size: 1.8rem; font-weight: bold; text-align: center; }
.contactus > .code img { width: 160px; height: 160px; border: 1px solid #ddd; padding: 5px; margin: 10px auto 0; }


/*--------- 右侧固定浮动 ---------*/
.fixedbox { position:fixed; right: 15px; bottom: 25px; z-index: 9999; width: 240px; height: 525px; }
@media (max-width:768px){
.fixedbox{display:none; }
	}
.fixedbox div { text-align: center; color: #9b9b9b; }
.fixedbox div img { margin: 5px 0;}
.fixedbox .rightlogo { width: 208px; height: 100px; margin: -45px 0 0 0; overflow: hidden; }
.fixedbox .rightlogo img { width: auto; height: 90px; }
.fixedbox .qqlist,.fixedbox .grouplist { margin: 5px 0 0; }
.fixedbox .qqlist p,.fixedbox .grouplist p { display: inline; margin: 0 5px 0 0; line-height: 30px; }
.fixedbox .kefutime { font-size: 16px; color: #e89333; font-weight: bold; margin: 8px 0; }
.fixedbox .chongzhi { width: 170px; height: 68px; margin: 10px auto; box-shadow: 0 2px 5px #000; }
.fixedbox .chongzhi a { width: 170px; height: 68px; display: block; }
.fixedbox .chongzhi img { width: 170px; height: 68px; margin: 0; }
.fixedbox .code p { font-size: 16px; font-weight: bold; }
.fixedbox .code div { width: 150px; height: 150px; margin: 10px auto; }
.fixedbox .code img { width: 135px; height: 135px; margin: 10px 0 0; }
.fixedbox .backtotop { width: 100%; height: 40px; bottom: 10px;  position: absolute; text-align: center; }
.fixedbox .backtotop a { width: 100%; height: 40px; display: block; }
.h5bar{ width:208px; height:523px; position: absolute; right: 0; background: rgba(30, 23, 22, .8); border: 1px solid #29211d; }
.h5open{ position:fixed; z-index:99999; bottom: 290px; right:0px; height:120px; width:30px; padding: 12px 0 0; text-align: center; background: url(../images/btn.png) no-repeat; }
.h5close{ height:100px; width:30px; position: absolute; left: 0; padding: 25px 0 0; background: url(../images/btn.png) no-repeat; text-align:center; margin:165px 0 0;}
.h5btn{ font-size:14px; line-height:16px; color:#fff; cursor:pointer; }

/* 内页浮动内容 */
#inside-fixedbox { position:fixed; right: 15px; bottom: 30px; z-index: 9999; width: 80px; height: auto; text-align: center; }
@media (max-width:992px){
#inside-fixedbox{display:none; }
	}
.inside-fixedbox { width: 100%; display: flex; flex-direction: column; justify-content: center; }
.inside-fixedbox a { width: 68px; height: 68px; padding: 5px; margin-bottom: 12px; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 6px; border: 1px solid #29211d; background: #1e1716; box-shadow: 0 2px 5px rgba(0, 0, 0, .7); }
.inside-fixedbox p { font-size: 1.6rem; text-align: center; color: #ccc; }
.inside-fixedbox i { font-size: 3rem; color: #e89333; margin-bottom: 5px; }
.inside-fixedbox .backtotop a { border: 1px solid #333; }
.inside-fixedbox .backtotop i { color: #666; }
.inside-fixedbox .backtotop p { color: #888; }
.inside-fixedbox a:hover { -webkit-filter: brightness(115%); filter: brightness(115%); border: 1px solid #633e13; background: rgba(30, 23, 22, .9); }
.inside-fixedbox a:hover p { color: #fff; }

/*--------- 背景音乐 ---------*/
#musicbox { position:fixed; width: 60px; height: 60px; z-index: 9999999; top:80px; right: 20px; opacity: 0.5; }
#musicbox a { display: inline-block; width: 60px; height: 60px; text-align: center; background-color: #CCCCCC; border-radius: 60px; font-size: 26px; background-image: url(../images/m.png); background-position: center; background-repeat: no-repeat; background-size: 100% 100%; }
#musicbox a.play { animation: rotates 3s linear infinite;-webkit-animation: rotates 3s linear infinite; }
#musicbox a img { width: 100%; height: 100%; }
@keyframes rotates {
    from { transform: rotate(0); -ms-transform: rotate(0); /* IE 9 */ -webkit-transform: rotate(0); /* Safari and Chrome */ }
    to { transform: rotate(360deg); -ms-transform: rotate(360deg); /* IE 9 */ -webkit-transform: rotate(360deg); /* Safari and Chrome */ }
}

/*--------- 模版图标 ---------*/
@font-face {font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont.woff') format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;}


/*微信引导提示*/
#pMask { position: fixed; z-index:9999999; top: 0; width: 100%; height: 100%; display: none; }
.wx { display: none; position: fixed; width: 90%; height: auto; margin: 0; padding: 0 0 20px; border-radius: 8px; top:100px; left: 5%; z-index: 99999999999; background: rgba(0,0,0,.7); }
.wx img { width:100%; height: auto; margin: -8% auto 0; }