/*全局*/
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: #fff; background-size: 100% auto; 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:#c39f6f; 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; box-sizing: border-box; padding-bottom: 50px; }*/
/*公用模块标题 */
.title { width: 100%; height: 26px; margin: 0 auto; line-height: 2.6rem; padding-top: 80px; margin-bottom: 15px; background-size: 750px auto; }
.title h3 { font-size: 2.2rem; color: #000; font-weight: normal; display: none; }
.title p { color: #888; font-size: 1.8rem; letter-spacing: 15px; padding-left: 15px; text-align: center; text-transform:uppercase; }
/*小屏幕【更多】到二级页面 */
.btn-more { display: none; display: inline-flex; width: auto; font-size: 1.8rem; color: #fff; line-height: 2.6rem; margin: 20px auto 0; padding: 6px 15px; justify-content: center; align-items: center; font-family: Arial, Helvetica, sans-serif; background: rgba(0, 0, 0, .4); border-radius: 4px; }
.btn-more::before { width: 6px; height: 12px; margin: 0 3px 0 0; content: ""; display: block; background: url(../images/icon-more.png) no-repeat right center; }
.btn-more:hover { background: rgba(0, 0, 0, .6); transition: .4s; }
.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 { display: none; }
/*标题 玩法特色 新闻中心 游戏截图 */
.title-role h3,.title-tese h3,.title-zb h3,.title-videocenter h3,.title-screenshot h3 { display: none; }


/**------ 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 { display: none; width: 100%; height: 78px; background: rgba(19, 23, 34, .9); position: absolute; top: 0; z-index: 9999; border-bottom: 1px solid #c1a87e; box-shadow: 0 1px 0 #a1743e; }
.main-header { height: 78px; display: flex; box-sizing: border-box; justify-content: space-between; align-items: center; }
/*游戏名称*/
.toplogo { width: 27%; display: flex; overflow: hidden; padding: 0 5px; box-sizing: border-box; }
.toplogo a { width: 100%; height: 100%; display: flex; justify-content: flex-start; align-items: center; overflow: hidden; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.toplogo a img { width: 70px; height: 70px; margin: 0 8px 0 0; }
.gamename { color: #fff; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.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; margin-bottom: 3px; max-width: 240px; }
.gamename p { color: #999; }
/*导航菜单*/
.topnav { max-width: 75%; display: flex; flex-wrap: nowrap; }
.topnav ul { display: flex; }
.topnav li { position: relative; }
.topnav li a { display: block; line-height: 78px; font-size: 1.8rem; color: #d0dee7; padding: 0 20px; text-shadow: 0 3px 3px rgba(0, 0, 0, .6); transition: .3s; position: relative; border-right: 1px solid #3b435d; }
.topnav li.current a,.topnav li.current a:hover { color: #fff; background: url(../images/topnav-currentbg.jpg) no-repeat center 0; background-size: auto 100%; }
.topnav li a::after { display: block; opacity: 0; content: ""; width: 35px; height: 18px; background: url(../images/topnav-hover.png) no-repeat center bottom; position: absolute; bottom: 0; left: calc(50% - 18px); /* left: 50%; margin-left: -3px; */ transition: .3s; }
.topnav li.current a::after { background: none; }
.topnav li:hover a::after,.topnav li.current a::after { opacity: 1; }
.topnav li a:hover { color: #fff; background: #374061; }
/*导航菜单 端游下载
#boxMobile { display:none; position: absolute; z-index: 99; left: -2px; top: 85px; z-index: 99; background: #c39f6f; margin-bottom: -85px; padding: 10px 5px 5px; text-align:center; -webkit-clip-path: polygon(50% 0%, 55% 5%, 100% 5%, 100% 100%, 0 100%, 0 5%, 45% 5%); clip-path: polygon(50% 0%, 55% 5%, 100% 5%, 100% 100%, 0 100%, 0 5%, 45% 5%); box-shadow: 0 0 5px #000; }
#boxMobile img { width: 100%; height: auto; }*/

/*--------- 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: 50%; height: 25%; min-height: 200px; position: absolute; left:25%; top:0; z-index: 99; display: flex; justify-content: center; align-items: center; text-align: center; overflow: hidden; }
#banner #logo img { max-width: 100%; max-height: 100%; width: auto; height: auto; object-fit: scale-down; }
#banner .bannertxt { width: 50%; height: 36%; position: absolute; top: 32%; left:25%; z-index: 3; display: flex; justify-content: center; align-items: center; text-align: center; }
#banner .bannertxt img { /*width: 100% !important;*/ width: auto; max-width: 100%; height: auto; max-height: 100%; height: auto\0; object-fit: scale-down; }


/*--------- 游戏下载 ---------*/
.gamedownbox { width: 510px; height: 103px; display: flex; flex-direction: row; justify-content: space-between; }
#gamedown-pc { width: 355px; height: 103px; display: flex; flex-direction: row; justify-content: space-between; }
/*--------- PC电脑端 下载 ---------*/
#gamedown-pc a { width: 173px; height: 103px; box-sizing: border-box; border-radius: 4px; box-shadow: 0 1px 5px rgba(255, 255, 255, .7); display: flex; flex-direction:column; justify-content: center; align-items: center; }
#gamedown-pc a:hover { -webkit-filter: brightness(110%); filter: brightness(110%); box-shadow: 0 1px 5px rgba(255, 255, 255, .85); }
#gamedown-pc a p { font-size: 2.6rem; color: #fff; letter-spacing: 5px; margin: 0 -5px 0 0; text-shadow: 1px 1px 3px rgba(0, 0, 0, .75); }
#gamedown-pc a i { width: 40px; height: 36px; display: flex; justify-content: center; align-content: flex-start; text-align: center; font-weight: normal; text-shadow: 1px 2px 3px rgba(0, 0, 0, .5); }
#gamedown-pc .pc { border: 1px solid #69738d; border-top: 1px solid #949eb8; /*background: #485168; background: linear-gradient(180deg, #485168 0%, #2c354b 100%);*/ }
#gamedown-pc .mobile { border: 1px solid #f18e7d; border-top: 1px solid #f8afa3; /*background: #d33e27; background: linear-gradient(180deg, #da4831 0%, #8d2717 100%);*/ }
#gamedown-pc .pc span,#gamedown-pc .mobile span { font-size: 12px; text-shadow: 1px 1px 2px rgba(0, 0, 0, .25); text-transform: uppercase; }
#gamedown-pc .pc i { color: #c3cdec; height: 30px; padding-bottom: 6px; font-size: 3.8rem; }
#gamedown-pc .mobile i { color: #ffd6d0; height: 33px; padding-top: 3px; font-size: 3.2rem; }
#gamedown-pc .pc span { color: #808daf; }
#gamedown-pc .mobile span { color: #f18e7d; }
.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)}

#gamedown-pc .pc,.side-gamedown .pc {
	background: #485168; 
	background: linear-gradient(-45deg, #3f485f 50%, #212736 60%, #3f485f 70%);
	background-size: 600% 100%;
	-webkit-animation: shine 8s infinite;
			animation: shine 8s infinite;
	-webkit-animation-delay: 0s;
			animation-delay: 0s;
	-webkit-animation-timing-function: linear;
			animation-timing-function: linear;
}
#gamedown-pc .mobile,.side-gamedown .mobile {
	background: #da4831;
	background: linear-gradient(-45deg, #c03d28 50%, #6e180a 60%, #c03d28 70%);
	background-size: 600% 100%;
	-webkit-animation: shine 8s infinite;
			animation: shine 8s infinite;
	-webkit-animation-delay: .2s;
			animation-delay: .2s;
	-webkit-animation-timing-function: linear;
			animation-timing-function: linear;
}
@-webkit-keyframes shine {
	0% {background-position-x: 400%;}
	50% {background-position-x: 0%;}
	100% {background-position-x: -400%;}
}
@keyframes shine {
    0% {background-position-x: 400%;}
	50% {background-position-x: 0%;}
	100% {background-position-x: -400%;}
}


/*游戏下载 端游下载*/
#boxMobile-gamedownbtn { width: 140px; height: 140px; border-radius: 4px; display:none; position: absolute; left: 12px; top: -155px; z-index: 99; background: #fff; padding: 5px; text-align:center; box-shadow: 0 0 5px #000; }
#boxMobile-gamedownbtn img { width: 140px; height: 140px; text-indent: 0; box-shadow: none; }

/*扫码下载*/
.codebox { width: 280px; height: 200px; background: url(../images/down-codebg.jpg) no-repeat; display: flex; justify-content: center; align-items:center; }
.codebox img { width: 150px; height: 150px; margin: 25px 0; }
.codebox p { width: 20px; font-size: 1.8rem; color: #d2b48b; margin: 0 0 0 10px; }

/*--------- 移动端 下载 ---------*/
#gamedown-mobile { display: none; width: 250px; height: 70px; padding-bottom: 12px; overflow: hidden; background: url(../images/downbtn.png) no-repeat center top; background-size: 100% 200%; }
#gamedown-mobile a { width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; color: #fff; }
#gamedown-mobile p { font-size: 3.8rem; letter-spacing: 1px; text-shadow: 0 1px 6px rgba(0, 0, 0, .9); }
#gamedown-mobile i { font-size: 4.2rem; color: #fff; margin: 2px 2px 0 0; text-shadow: 1px 1px 6px rgba(0, 0, 0, .9); }


/*--------- 游戏资讯 ---------*/
.newsbox { width:1200px; height:auto; margin: 0 auto; padding: 0 0 40px; position: relative; display: block; z-index: 99; margin-top:-15%; }
.title-news { display: none; height: 15%; margin-bottom: 12px; background: url(../images/title-news.png) no-repeat center top; }
.main-news { display: flex; flex-direction: row; justify-content: space-between; }

/*资讯焦点图*/
#newsfocus { width:680px; height:383px; overflow:hidden; background: #fff; }
#newsfocus .swiper-newsfocus { width:100%; height:100%; margin: 0 auto; position: relative; }
.swiper-newsfocus .prev-news,.swiper-newsfocus .next-news { cursor:pointer; width:50px; height:60px; top:45%; position:absolute; z-index:99; }
.swiper-newsfocus .swiper-button-prev{left: 5px; background: url(../images/btn-prev.png) no-repeat center top; background-size: cover; }
.swiper-newsfocus .swiper-button-next{right: 5px; background: url(../images/btn-next.png) no-repeat center top; background-size: cover; }
#newsfocus .swiper-slide { text-align: center; }
#newsfocus .swiper-slide a { width: 100%; height: 100%; display: block; text-align: center; overflow: hidden; }
#newsfocus .swiper-slide img { width:100%; height:auto; min-height: 383px; object-fit:cover; }
#newsfocus .swiper-slide h4 { width: calc(100% - (28%)); padding: 0 25% 0 3%; line-height: 42px; font-size: 16px; font-weight: normal; text-align: left; position: absolute; z-index: 2; left: 0; bottom: 0; background: rgba(0, 0, 0, .55); color: #ccc; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
/*轮播分页符号 游戏资讯*/
.pag-news { text-align: right; --swiper-theme-color: #c39f6f; }
.pag-news .swiper-pagination-bullet { display:inline-block;width:12px;height:12px;border-radius:0; background:var(--swiper-pagination-bullet-inactive-color,#aaa); opacity:var(--swiper-pagination-bullet-inactive-opacity, .6); }
.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: 10px; bottom: 10px; width: 25%; }

#newslist-mainbox { width: 510px; height: 383px; display: flex; flex-direction: column; justify-content: space-between; }
/*新闻分类选项卡tab*/
#newslistbox { width: 510px; height: 270px; background: #fff; overflow: hidden; /*box-shadow: 0 1px 3px rgba(0, 0, 0, .12);*/ }
/*新闻选项卡 左右滑动显示*/
#newslistbox .swiper-newslist { width: 100%; height: 46px; overflow: hidden; margin: 0 auto; display: block; background: #c1a87e; /*background: url(../images/bg-pattern.jpg) repeat;*/ }
#newslistbox .swiper-newslist .swiper-wrapper { display: flex; /*justify-content: space-between;*/ }
#newslistbox .swiper-slide { font-size: 1.8rem; line-height: 4.6rem; float: left; cursor: pointer; width: calc(25%); color: #fff; text-align: center; text-shadow: 0 1px 4px rgba(0, 0, 0, 1); }
#newslistbox .swiper-slide.active { border-top: 2px solid #97805b; color: #97805b; background: #fff; text-shadow: none; }
#newslistbox .tabContent { width: calc(100% - (15px * 2)); height: 214px; padding: 5px 15px; overflow: hidden; background: linear-gradient(180deg, #fff, #eee); }
/*新闻列表*/
.newslist { display: none; height: calc(100%); overflow: hidden; }
.newslist:nth-child(1){ display: block; }
.newslist ul li { line-height: 4.2rem; text-align: left; font-size: 1.4rem; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; }
.newslist ul li:last-child { border-bottom: none; }
.newslist ul li a { width: 88%; color: #555; float: left; display: block; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.newslist ul li a:hover { color: #a88552; }
.newslist ul li span { width: 12%; text-align: right; color: #bbb; }
.newslist ul li.para { height: 210px; line-height: 3rem; flex-direction: column; overflow: hidden; }
.newslist ul li p { color: #555; text-align: justify; padding: 5px 0; font-size: 1.4rem; }
.newslist ul li p b { color: #a88552; }
/*新闻标签*/
.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: green; border: 1px solid green; margin: 0 5px 0 0; background: rgba(0, 128, 0, .1); }
.hotnews::before { content: '热门'; color: red; border: 1px solid red; 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; }

/*首页快捷入口 新手引导 游戏攻略*/
.newslinks { width: 145px; height: 103px; display: flex; flex-direction: column; justify-content: space-between; }
.newslinks a { width: 143px; height: auto; padding: 10px 0; font-size: 1.8rem; border-radius: 4px; color: #fff; text-shadow: 0 1px 4px rgba(0, 0, 0, .85); border: 1px solid #b3b5b7; background: rgba(19, 23, 34, .8); box-shadow: 0 1px 5px rgba(255, 255, 255, .7); }
.newslinks a:hover { border: 1px solid #d3d3d3; background: rgba(19, 23, 34, .9); }


/*--------- 角色展示 ---------*/
.role { width:100%; height: auto; display: block; overflow: hidden; }
.title-role { background: url(../images/title-role.png) no-repeat center top; }
.cont-role { width: 100%; }
.rolelist { width:100%; height: auto; position: relative; }
/*角色选项卡*/
.rolelist .swiper-role { width: 240px; height: 200px; position: absolute; left: 18.75%; top: 0; z-index: 9; display: flex; }
.rolelist .swiper-role .swiper-slide .tabli { cursor: pointer; width: 55px; height: 120px; padding: 80px 10px 0 0; margin-top: -10px; font-size: 2.8rem; color: #fff; text-align: left; background: url(../images/video-tab-btn.png) no-repeat; background-position: 0 0; background-size: 200% 100%; text-shadow: 0 1px 5px #000; -webkit-writing-mode: vertical-lr; -ms-writing-mode: tb-lr; writing-mode: vertical-lr; letter-spacing: 5px; display: flex; align-items: center; }
.rolelist .swiper-role .swiper-slide-thumb-active .tabli { margin-top: 0; font-size: 3rem; background-position: 100% 0; }
/*特色大图*/
.rolelist .swiper-role2 { width: 100%; height: auto; text-align: center; }
.rolelist .swiper-role2 .swiper-slide { display: flex; justify-content: center; align-items: center; text-align: center; }
.rolelist .swiper-role2 .swiper-slide > video { width: 100%; height: auto; }
.rolelist .swiper-role2 .swiper-slide > img { display: none; }
.rolelist .swiper-role2 .swiper-slide > p { width: 15%; height: auto; padding: 12px 15px; position: absolute; z-index: 2; right: 18%; top: 22%; font-size: 1.6rem; line-height: 2.8rem; background: rgba(0, 0, 0, .6); color: #ccc; text-align: justify; border-radius: 6px; border-top: 1px solid #a88552; }
/*轮播箭头 角色展示*/
.swiper-role2 .prev-role,.swiper-role2 .next-role { cursor:pointer; width:60px; height:120px; top:39%; position:absolute; z-index:99; display: none; }
.swiper-role2 .swiper-button-prev { left: 10px; background: url(../images/btn-prev.png) no-repeat center top; background-size: cover; }
.swiper-role2 .swiper-button-next { right: 10px; background: url(../images/btn-next.png) no-repeat center top; background-size: cover; }
/*轮播分页符号 角色展示*/
.pag-role { text-align: center; --swiper-theme-color: #c39f6f; }
.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); margin: 0 4px; }


/*--------- 玩法特色 ---------*/
.tese { width: 100%; height: auto; padding: 40px 0; display: block; background: url(../images/bg-tese.jpg) no-repeat center top; background-size: cover; }
.title-tese { background: url(../images/title-tese.png) no-repeat center top; }
.teselist { width: 1200px; height: 530px; position: relative; display: flex; flex-direction: row; justify-content: space-between; }
/*特色项卡*/
.teselist .swiper-tese { width:260px; height: 392px; padding: 68px 0; margin-left: 0; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; background: url(../images/tese-tab-bg.png) no-repeat center top; background-size: auto 100%; }
.teselist .swiper-tese .swiper-wrapper { width: 100%; display: flex; flex-direction: column; justify-content: flex-start; }
.teselist .swiper-tese .swiper-slide { width: 100%; margin-bottom: 10px; }
.teselist .swiper-tese .swiper-slide .tabli { cursor: pointer; height: 70px; background: url(../images/tese-tab-btn.png) no-repeat 0 -70px; }
.teselist .swiper-tese .swiper-slide .tabli p { width: calc(100% - (15px * 2)); padding: 0 15px; line-height: 6.2rem; color: #fff; font-size: 2.4rem; text-shadow: 0 1px 5px rgba(0, 0, 0, .9); white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.teselist .swiper-tese .swiper-slide-thumb-active .tabli { background: url(../images/tese-tab-btn.png) no-repeat 0 0; }
/*装备特色*/
.teselist .swiperborder { width: 900px; height: 506px; padding: 10px; border: 1px solid #c1a87e; background: #fff; box-shadow: 0 2px 5px rgba(0, 0, 0, .15); }
.teselist .swiper-tese2 { width: 100%; height: 100%; }
.teselist .swiper-tese2 .swiper-slide { width: calc(100%); height: 0; box-sizing: border-box; position: relative; text-align: center; }
.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; }
.teselist .swiper-tese2 .swiper-slide img { width: calc(100%); height: calc(100%); box-sizing: border-box; position: absolute; top: 0; left: 0; object-fit: cover; }
/*轮播箭头 特色*/
.swiper-tese2 .prev-tese,.swiper-tese2 .next-tese { display: none; cursor:pointer; width:100px; 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; }


/*--------- 装备展示 ---------*/
.zhuangbei { width: 100%; height: auto; overflow: hidden; padding: 40px 0; background: url(../images/bg-mountain.jpg) no-repeat center bottom; background-size: cover; }
.title-zb { background: url(../images/title-zhuangbei.png) no-repeat center top; }
.cont-zb { display: block; } 
/*装备轮播*/
.zblist { width: 100%; height:auto; margin: 0 auto; }
.zblist .swiper-zb { width: 100%; height:auto; margin: 0 auto; padding-bottom: 40px; --swiper-pagination-color: #bb985c; overflow: hidden; }
.zblist .swiper-zb .swiper-slide { width: calc(35%); height: 0; box-sizing: border-box; position:relative; }
.zblist .swiper-zb .swiper-slide[data-ratio="3:4"] { padding-top: calc(35% * 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; padding: 10px; border: 1px solid #c1a87e; background: #fff; -webkit-filter: brightness(100%); filter: brightness(100%); box-shadow: 0 2px 10px rgba(0, 0, 0, .3); }
.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:100px; height:120px; top:39%; position:absolute; z-index:99; }
.swiper-zb .swiper-button-prev { left: 10px; background: url(../images/btn-prev.png) no-repeat center top; background-size: cover; }
.swiper-zb .swiper-button-next { right: 10px; background: url(../images/btn-next.png) no-repeat center top; background-size: cover; }
/*轮播分页符号 装备*/
.pag-zb { text-align: center; --swiper-theme-color: #bb985c; }
.pag-zb .swiper-pagination-bullet { display:inline-block;width:12px;height:12px; border-radius:0; background:var(--swiper-pagination-bullet-inactive-color,#999); opacity:var(--swiper-pagination-bullet-inactive-opacity, .9); }
.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: center; bottom: 0px; }
.zblist .swiper-pagination-bullets .swiper-pagination-bullet {margin:0 var(--swiper-pagination-bullet-horizontal-gap,6px); margin: 0 6px; }


.connectbg { width: 100%; height: auto; background: url(../images/bg-jietu.jpg) no-repeat center top; background-size: 100% auto; }
/*--------- 游戏截图 ---------*/
.screenshot { width: 100%; height: auto; padding: 40px 0; display: block; }
.title-screenshot { background: url(../images/title-jietu.png) no-repeat center top; }
.main-screenshot { padding-bottom: 40px; }
/*游戏截图轮播*/
.screenshotlist { width: calc(100% - (10px + 1px) * 2); padding: 10px; background: #fff; border: 1px solid #c1a87e; box-shadow: 0 2px 5px rgba(0, 0, 0, .15); }
.screenshotlist .swiper-screenshot { width:100%; height: auto; position: static; display: block; overflow: hidden; }
.screenshotlist .swiper-screenshot .swiper-wrapper { width: 100%; display: flex; justify-content: space-between; }
.screenshotlist .swiper-screenshot .swiper-slide { width: calc(100%); height: 0; box-sizing: border-box; position: relative; text-align: center; }
.screenshotlist .swiper-screenshot .swiper-slide[data-ratio="16:9"] { padding-top: calc(100% * 9 / 16); }
.screenshotlist .swiper-screenshot .swiper-slide p { width: calc(100% - (5%) * 2); padding: 15px 5%; color: #ccc; font-size: 2.4rem; background: rgba(0, 0, 0, .6); position: absolute; bottom: 0; left: 0; z-index: 1; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.screenshotlist .swiper-screenshot .swiper-slide img { width: calc(100%); height: calc(100%); box-sizing: border-box; position: absolute; top: 0; left: 0; object-fit: cover; }
/*轮播箭头 游戏截图*/
.swiper-screenshot .prev-jietu,.swiper-screenshot .next-jietu { cursor:pointer; width:100px; height:120px; top:42%; position:absolute; z-index:99; }
.swiper-screenshot .swiper-button-prev { left: 10px; background: url(../images/btn-prev.png) no-repeat center top; background-size: cover; }
.swiper-screenshot .swiper-button-next { right: 10px; background: url(../images/btn-next.png) no-repeat center top; background-size: cover; }
/*轮播分页符号 游戏截图*/
.pag-jietu { text-align: center; --swiper-theme-color: #bb985c; }
.pag-jietu .swiper-pagination-bullet { display:inline-block;width:12px;height:12px; border-radius:0; background:var(--swiper-pagination-bullet-inactive-color,#999); opacity:var(--swiper-pagination-bullet-inactive-opacity, .9); }
.pag-jietu .swiper-pagination-bullet-active { background: var(--swiper-pagination-color,var(--swiper-theme-color)); opacity: var(--swiper-pagination-bullet-opacity, 1); }
.screenshotlist .swiper-pagination-bullets { text-align: center; bottom: 0; }
.screenshotlist .swiper-pagination-bullets .swiper-pagination-bullet {margin:0 var(--swiper-pagination-bullet-horizontal-gap,6px); margin: 0 6px; }


/*--------- 视频中心 ---------*/
.videocenter { width: 100%; height: auto; padding: 20px 0 50px; position: relative; display: block; /*background: url(../images/bg-mountain.jpg) no-repeat center top; background-size: cover;*/ }
.title-videocenter { background: url(../images/title-video.png) no-repeat center top; }
.main-video { padding-bottom: 40px; }
#videolist { width: 100%; height: auto; display: flex; box-sizing: border-box; }
#videolist .swiper-video { width: 100%; height: auto; margin: 0 auto; position: static; display: block; overflow: hidden; }
#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% - (1px * 2)); height: 0; box-sizing: border-box; position: relative; background:#fff; overflow: hidden; border: 1px solid #c1a87e; box-shadow: 0 2px 5px rgba(0, 0, 0, .15); }
#videolist .swiper-slide .videoinfo[data-ratio="9:16"] { padding-top: calc(100% * 16 / 9); }
#videolist .swiper-slide .videoinfo:hover { animation: myanim 2s infinite; box-shadow: 0 2px 5px rgba(0, 0, 0, .25); }
@keyframes myanim { 20% { border-color: #bb985c; } }
#videolist .swiper-slide .videoinfo:hover .des { color: #ccc;  }
#videolist .swiper-slide img { width: calc(100% - (8px) * 2); height: calc(100% - (8px) * 2); box-sizing: border-box; position: absolute; top: 8px; left: 8px; z-index: 1; object-fit: cover; }
#videolist .swiper-slide:hover { -webkit-filter: brightness(115%); filter: brightness(115%); }
/*视频标题*/
#videolist .swiper-slide .video-title { width: 50%; display: block; border-bottom: 6px solid #584629; padding: 0 5%; line-height: 4.2rem; position: absolute; left: 20%; bottom: 5%; z-index: 2; font-size: 1.8rem; color: #fff; text-shadow: 0 1px 4px #000; text-align: center; overflow: hidden; background: url(../images/bg-pattern.jpg) repeat; filter: grayscale(100%); white-space:nowrap; overflow: hidden; text-overflow:ellipsis; box-shadow: 0 2px 5px rgba(0, 0, 0, .75); }
#videolist .swiper-slide:hover .video-title { filter: grayscale(0); }
/*轮播分页符号 视频中心*/
.pag-video { text-align: right; --swiper-theme-color: #bb985c; }
.pag-video .swiper-pagination-bullet { display:inline-block;width:12px; height:12px;border-radius:0; background:var(--swiper-pagination-bullet-inactive-color,#999); opacity:var(--swiper-pagination-bullet-inactive-opacity, .9); }
.pag-video .swiper-pagination-bullet-active { background: var(--swiper-pagination-color,var(--swiper-theme-color)); opacity: var(--swiper-pagination-bullet-opacity, 1); }
#videolist .swiper-pagination-bullets { bottom: 0; left: 0; width: 100%; height: 20px; text-align: center; }
#videolist .swiper-pagination-bullets .swiper-pagination-bullet {margin:0 var(--swiper-pagination-bullet-horizontal-gap,6px); margin: 0 6px; }
/*播放视频*/
#videolist .swiper-slide .play-video { width: 72px; height: 72px; border-radius: 50%; margin-right: 15px; position: absolute; z-index: 3; left: calc(50% - (30px) * 1); top: calc(50% - (30px) * 2); 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); }
#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; }



/*--------- 底部版权 ---------*/
#footer { width: 100%; height: auto; padding: 10px 0 20px; background: #333; }
.main-footer { display: flex; flex-flow: row wrap; }
/*按钮 联系客服 返回首页*/
.footerbtn { display: none; }
.footerbtn { width: auto; margin: 15px auto; }
.footerbtn a { width: 180px; height: 38px; line-height: 3.8rem; font-size: 1.6rem; border-radius: 4px; color:#e7e7e7; text-align: center; margin: 0 auto; display: inline-block; background: #222; border: 1px solid #444; }
/*底部游戏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: 25px 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: #888; line-height: 2.6rem; }
.copyright a { color: #ddd; }
.copyright .tips p { color:#c1a87e; }
.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:70%; 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: #c39f6f; border: none; cursor:pointer; border-radius: 2px; }
.md-content .md-close:hover { background: #b89160; }
.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.6rem; line-height: 3rem; text-indent: 3.2rem; 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-logo { width: 50%; height: 23.15%; min-height: 200px; position: absolute; left:25%; top:0; z-index: 99; display: flex; justify-content: center; align-items: center; text-align: center; overflow: hidden; }
#banner #inside-logo img { width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: scale-down; }
#banner .inside-txt { top: initial; height: 26%; display: flex; justify-content: center; align-items: center; top: 23%; }
#banner .inside-txt img { width: auto; max-width: 100%; height: auto; max-height: 100%; object-fit: scale-down; }
/* 内页 框架 */
.inside-container { margin-top:-28%; position:relative; z-index:10; padding: 0 0 30px; background: url(../images/bg-clouds.png) no-repeat center bottom; background-size: 100% auto; }
.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% - 215px - (39px + 1px) * 2); height: auto; padding: 25px 29px; box-sizing: border-box; /*background: rgba(255, 255, 255, .95);*/ /*border: 1px solid #e6e6e6;*/ background: #f6f6f6; /*background: linear-gradient(135deg, #fff 20%, #f6f6f6 80%);*/background: linear-gradient(135deg, rgba(255, 255, 255, .95) 30%, rgba(246, 246, 246, .5) 100%); box-shadow: 0 0 5px rgba(0, 0, 0, .2); }

/*内页 侧边栏 游戏下载*/
.side-gamedown { width: 100%; height: auto; display: flex; flex-direction: row; justify-content: space-between; margin: 0 0 10px; }
.side-gamedown a { width: 49%; height: 120px; box-sizing: border-box; border-radius: 4px; box-shadow: 0 1px 5px rgba(255, 255, 255, .7); display: flex; flex-direction:column; justify-content: center; align-items: center; text-align: center; }
.side-gamedown a:hover { -webkit-filter: brightness(110%); filter: brightness(110%); box-shadow: 0 1px 5px rgba(255, 255, 255, .85); }
.side-gamedown a p { font-size: 2.6rem; color: #fff; letter-spacing: 2px; margin: 0 -2px 0 0; text-shadow: 1px 1px 3px rgba(0, 0, 0, .75); }
.side-gamedown a i { width: 40px; height: 36px; display: flex; justify-content: center; align-content: flex-start; text-align: center; font-weight: normal; text-shadow: 1px 2px 3px rgba(0, 0, 0, .5); }
.side-gamedown .pc { border: 1px solid #69738d; border-top: 1px solid #949eb8; /*background: #485168; background: linear-gradient(180deg, #485168 0%, #2c354b 100%);*/ }
.side-gamedown .mobile { border: 1px solid #f18e7d; border-top: 1px solid #f8afa3; /*background: #d33e27; background: linear-gradient(180deg, #da4831 0%, #8d2717 100%);*/ }
.side-gamedown .pc span,.side-gamedown .mobile span { font-size: 12px; text-shadow: 1px 1px 2px rgba(0, 0, 0, .25); text-transform: uppercase; letter-spacing: -1px; }
.side-gamedown .pc i { color: #c3cdec; height: 30px; padding-bottom: 6px; font-size: 3.8rem; }
.side-gamedown .mobile i { color: #ffd6d0; height: 33px; padding-top: 3px; font-size: 3.2rem; }
.side-gamedown .pc span { color: #808daf; }
.side-gamedown .mobile span { color: #f18e7d; }
/*内页 侧边栏 二维码*/
.QRcode { width: 100%; height: auto; padding: 20px 15px; margin-bottom: 10px; display: flex; flex-direction: row; justify-content: center; align-items: center; box-sizing: border-box; background: url(../images/bg-newslinks01.jpg) no-repeat left bottom; background-size: auto 100%; box-shadow: 0 1px 5px rgba(255, 255, 255, .85); }
.QRcode p { width: 30px; font-size: 1.6rem; line-height: 2rem; color: #ccc; text-shadow: 0 1px 5px #000; }
.QRcode img { width: 160px; height: 160px; }

/*内页 侧边栏 快捷导航*/
.sidebox { width: calc(100% - (1px) * 2); margin-bottom: 15px; background: #fff; border: 1px solid #cec1ac; box-shadow: 0 0 5px rgba(0, 0, 0, .15); }
.sidebox:last-child { margin-bottom: 0; }
.side-title  { width: 100%; padding: 0 5px; box-sizing: border-box; display: flex; justify-content: space-between; align-items: center; background: url(../images/bg-pattern.jpg) repeat; }
.side-title h5 { width: 100px; margin: 4px 0 0 0; color: #97805b; font-size: 1.8rem; font-weight: normal; line-height: 3.8rem; text-align: center; letter-spacing: 1px; background: #fff; /*border-top-left-radius: 2px; border-top-right-radius: 2px;*/ box-shadow: 3px 0 0 rgba(88, 70, 41, .5); }
.side-title a { color: #fff; font-size: 1.4rem; padding: 2px 5px 3px; background: rgba(88, 70, 41, .4); }
.side-title a::before { content: '»'; height: 15px; display: block; float: left; padding: 1px 3px 0 0; color: #eee; font-size: 2rem; line-height: 1.2rem; }
.side-title a:hover { color: #fff; background: rgba(88, 70, 41, .6); }
.side-menu { display: flex; flex-flow: row wrap; justify-content: space-between; padding: 12px 15px 5px; }
.side-menu a { width: calc(43% - 1px * 2); border: 1px solid #eee; font-size: 1.6rem; line-height: 3.6rem; display: block; margin: 0 0 8px; padding: 0 5px; border-radius: 2px; color: #777; text-align: center; background: #e6e6e6; background: linear-gradient(180deg, #f6f6f6 0%, #e6e6e6 100%); overflow: hidden; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.side-menu a:hover { color: #97805b; border: 1px solid #c1a87e; background: linear-gradient(180deg, #fffcf8 0%, #f1e5d0 100%); transition: .4s; }
/*.side-menu a.current { color: #fff; background: #a78352; background: linear-gradient(180deg, #c2a26e 0%, #a78352 100%); }*/
.side-menu a.current { color: #a88552; font-weight: bold; border: 1px solid #c1a87e; background: #f1e5d0; background: linear-gradient(180deg, #fffcf8 0%, #f1e5d0 100%); }
.side-menu .second { width: 100%; font-size: 1.6rem; color: #666; }

/*内页 侧边栏 联系我们*/
.side-contact { display: flex; flex-direction: column; padding: 0 15px 15px; }
.side-contact h6 { font-size: 1.6rem; font-weight: normal; margin-top: 12px; }
.side-contact h6::before { content: '▾'; padding: 0 3px 0 0; color: #a88552; }
.side-contact .qqlist,.side-contact .grouplist { display: flex; flex-direction: column; }
.side-contact .qqlist div,.side-contact .grouplist div { width: 100%; margin: 8px auto 0; padding: 5px 0; border-radius: 2px; display: flex; justify-content:left; align-items: center; line-height: 2.4rem; text-align: center; background: #ddd; background: linear-gradient(180deg, #f6f6f6 0%, #e6e6e6 100%); }
.side-contact .qqlist div:hover,.side-contact .grouplist div:hover { background: linear-gradient(180deg, #e6e6e6 0%, #f6f6f6 100%); }
.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: 0 0 10px; }
.content-end { width: 100%; height: auto; }

/* 内页 栏目标题 */
.channel-title { text-align: center; }
.channel-title h4 { position: relative; font-size: 2.6rem; color: #222; text-align: center; letter-spacing: 1px; font-weight: normal; display: flex; flex-direction: column; justify-content: center; align-items: center; padding-bottom: 10px; }
.channel-title h4::before,.channel-title h4::after { position: absolute; content: ""; }
.channel-title h4::before { z-index: 2; left: calc(50% - (22px / 2)); bottom: 0; width: 22px; height: 5px; border-radius: 5px; background: #c39f6f; }
.channel-title h4::after { z-index: 1; left: calc(50% - (200px / 2)); bottom: 2px; width: 200px; height: 1px; background: #ccc; }

/* 内页 文章列表 */
.articlelist { width: 100%; height: auto; display: block; }
.articlelist ul { padding: 0; }
.articlelist li { width: calc(100% - (5px * 2)); height: auto; padding: 0 5px; border-bottom: 1px solid #efefef; position: relative; }
.articlelist li::after { position: absolute; right: 0; bottom: 0; content: ''; width: 8px; height: 8px; background: #ddd; -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);	clip-path: polygon(100% 0, 0% 100%, 100% 100%);}
.articlelist li a { width: 100%; height: 100%; padding: 10px 0 5px; display: block; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.articlelist li h3 { width: 100%; font-size: 1.6rem; line-height: 4rem; font-weight: normal; color: #333; text-align: left; overflow: hidden; }
.articlelist li p { width: 78%; line-height: 2.6rem; color: #aaa; float: left; text-align: left; font-size: 1.4rem; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;}
.articlelist li:hover::after { background: #bb985c; }
.articlelist li:hover h3 { color: #bb985c; }
.articlelist li:hover p { color: #777; }
.articlelist li .time { width: 20%; font-size: 1.4rem; float: right; color: #bbb; 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: linear-gradient(180deg, #f6f6f6 0%, #e6e6e6 100%); color: #888; border: 1px solid #ddd; border-radius: 2px; }
.page li a:hover,.page li.thisclass a { color: #fff; border: 1px solid #a78352; background: #a78352; background: linear-gradient(180deg, #c2a26e 0%, #a78352 100%); }

/* 返回首页 栏目跳转 */
.skipbox { width: 100%; padding: 30px 0 0; justify-content: space-between; align-items: center; display: none; }
.skip-home a { padding: 8px 15px; font-size: 1.8rem; color: #fff; border-bottom: 3px solid #584629; text-shadow: 0 0 3px #000; background: url(../images/bg-pattern.jpg) repeat; }
.skip-home a:hover { background: #555; }
.skip-channel { text-align: right; color: #666; font-size: 1.6rem; }
.skip-channel a { margin: 0 5px; padding: 8px; font-size: 1.8rem; color: #666; border-radius: 2px; background: linear-gradient(180deg, #f6f6f6 0%, #e6e6e6 100%); border: 1px solid #ddd; border-bottom: 2px solid #aaa; }
.skip-channel a:hover { color: #fff; background: #a78352; background: linear-gradient(180deg, #c2a26e 0%, #a78352 100%); border-bottom: 2px solid #584629; }


/* 内页 文章标题 */
.article-title { width: 100%; padding: 5px 0 20px; color: #000; font-weight: normal; font-size: 2rem; line-height: 3.6rem; text-align: center; }
.article-basicinfo { width: 100%; padding: 0 0 20px; 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 0; border-radius: 2px; color: #888; background-color: #e6e6e6; }
/* 内页 文章摘要 */
.article-zhaiyao { background: #f6f6f6; background: linear-gradient(180deg, #fff, #eee); border: 1px solid #e6e6e6; box-shadow: 0 0 3px rgba(0, 0, 0, .12); padding: 12px 16px; margin-bottom: 15px; border-radius: 4px; }
.article-zhaiyao p { color: #777; text-align: justify; line-height: 2.6rem; }
.article-zhaiyao p::before { content: '[摘要] '; color: #a88552; }
/* 内页 文章正文 */
.article-content p { font-size: 1.6rem; line-height: 3.4rem; text-indent: 3.2rem; text-align: justify; color: #555; margin: 10px 0; }
.article-content img { width: auto; height: auto; padding: 5px 0; max-width: 100%; display: block; margin: 0 auto; }
/*内页 文章上下篇跳转 */
.article-prevnext { width: 100%; padding: 20px 0 0; color: #666; font-size: 1.6rem; line-height: 2.8rem; border-top: 1px solid #e9e9e9; }
.article-prevnext a { color: #a88552; }
.article-prevnext a:hover { color: #333; }


/* 内页 图片列表 */
.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%; display: block; color: #333; background: #fff; border: 1px solid #ddd; box-sizing: border-box; box-shadow: 0 0 3px rgba(0, 0, 0, .15); }
.picturelist li img { width: 100%; height: auto; }
.picturelist li p { width: 90%; padding: 0 5% 5px; font-size: 1.6rem; line-height: 3.4rem; text-align: center; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.picturelist li a:hover { color: #a88552; border: 1px solid #c1a87e; box-shadow: 0 0 3px rgba(0, 0, 0, .25); }
.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 #ddd; background: #fff; box-sizing: border-box; box-shadow: 0 0 3px rgba(0, 0, 0, .15); }
.videos-gallery li:hover { border: 1px solid #c1a87e; box-shadow: 0 0 3px rgba(0, 0, 0, .25); }
.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: #666; overflow: hidden; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.videos-gallery li:hover .video-title { color: #c39f6f; }
.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: 20px 0 50px; }
.main-contact h3 { line-height: 2rem; font-size: 2.4rem; font-weight: normal; padding: 20px 0; color: #a88552; text-align: center; letter-spacing: 1px; }
.contactus { width: calc(100% - ((15px + 1px) * 2)); height: auto; padding: 15px; display: flex; margin: 0 auto 15px; box-sizing: border-box; border: 1px solid #c1a87e; background: #fff; border-radius: 4px; flex-direction: column; justify-content: flex-start; box-shadow: 0 1px 5px rgba(0, 0, 0, .15); }
.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: 520px; }
@media (max-width:768px){
.fixedbox{display:none; }
	}
.fixedbox div { text-align: center; color: #999; }
.fixedbox div img { margin: 5px 0;}
.fixedbox .rightlogo { width: 208px; height: 100px; margin: -60px 0 0 0; overflow: hidden; }
.fixedbox .rightlogo img { width: auto; height: 90px; }
.fixedbox .qqlist p,.fixedbox .grouplist p { display: inline; margin: 0 5px 0 0; line-height: 30px; }
.fixedbox .kefutime { margin: 8px 0; }
.fixedbox .kefutime p { font-size: 1.6rem; color: #c39f6f; font-weight: bold; }
/* 在线充值 */
.fixedbox .chongzhi { width: 170px; height: 76px; margin: 15px auto 10px; }
.fixedbox .chongzhi a { width: 168px; height: 70px; padding-bottom: 2px; display: flex; justify-content: center; align-items: center; border-radius: 4px; border: 1px solid #d6bc91; border-top: 1px solid #ecd9b9; background: #a78352; background: linear-gradient(180deg, #c2a26e 0%, #a78352 50%, #946f3c 100%); box-shadow: 0 1px 4px rgba(0, 0, 0, .5); }
.fixedbox .chongzhi a:hover { -webkit-filter: brightness(110%); filter: brightness(110%); transition: .5s; }
.fixedbox .chongzhi i { font-size: 3.8rem; padding: 3px 2px 0 0; color: #ecd9b9; text-shadow: 1px 1px 5px rgba(0, 0, 0, .2);}
.fixedbox .chongzhi p { font-size: 2.6rem; font-weight: bold; color: #fff; text-shadow: 0 1px 3px rgba(0, 0, 0, .5); }
.fixedbox .chongzhi span { text-transform: uppercase; color: #ecd9b9; text-shadow: 1px 1px 2px rgba(0, 0, 0, .2); }
/* 扫一扫下载手游 */
.fixedbox .code p { font-size: 18px; color: #c1a87e; }
.fixedbox .code div { width: 140px; height: 140px; margin: 10px auto; }
.fixedbox .code img { width: 120px; height: 120px; padding: 5px; border-radius: 4px; margin: 10px 0 0; background: url(../images/bg-pattern.jpg) repeat; }
/* 返回顶部 */
.fixedbox .backtotop { width: 100%; height: 40px; bottom: 5px;  position: absolute; text-align: center; display: flex; justify-content: center; }
.fixedbox .backtotop a { width: 100px; height: 40px; display: flex; flex-direction: column; }
.fixedbox .backtotop span { font-size: 1.4rem; }
.fixedbox .backtotop a:hover { color: #eee; }
/* 浮动框架 */
.h5bar{ width:208px; height:518px; position: absolute; right: 0; background: rgba(19, 23, 34, .9); border: 1px solid #c1a87e; box-shadow: 0 2px 5px rgba(0, 0, 0, .15); }
.h5open{ position:fixed; z-index:99999; bottom: 255px; 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 #c1a87e;*/ background: rgba(19, 23, 34, .9); box-shadow: 0 2px 5px rgba(0, 0, 0, .15); }
.inside-fixedbox p { font-size: 1.6rem; text-align: center; color: #fff; }
.inside-fixedbox i { font-size: 3rem; color: #c1a87e; margin-bottom: 5px; }
.inside-fixedbox .backtotop a { }
.inside-fixedbox .backtotop p { color: #ccc; }
.inside-fixedbox .backtotop i { color: #888; }
.inside-fixedbox a:hover { -webkit-filter: brightness(115%); filter: brightness(115%); }

/*--------- 背景音乐 ---------*/
#musicbox { position:fixed; width: 60px; height: 60px; z-index: 9999999; top:20px; right: 20px; opacity: 0.7; }
#musicbox a { display: inline-block; width: 60px; height: 60px; text-align: center; background-color: rgba(0, 0, 0, .95); 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(255,255,255,.8); }
.wx img { width:100%; height: auto; margin: -8% auto 0; }