/*全局*/
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: #dfe7e9; 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:#e1bb7c; 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%; padding-top: 90px; }
.title-pattern { width: 100%; height: 16px; position: absolute; top: 0; }
.title-pattern::before { width: 30px; height: 16px; content: ""; display: block; background: #9dbebc; margin: 0 auto; -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0); clip-path: polygon(0 0, 50% 100%, 100% 0); }
.title h3 { font-size: 2.2rem; font-weight: normal; display: none; }
.title p { color: #1e6965; font-size: 1.8rem; line-height: 2.4rem; letter-spacing: 15px; padding-left: 15px; text-align: center; /*font-family:Georgia, 'Times New Roman', Times, serif;*/ text-transform:uppercase; text-shadow: 1px 1px 0 rgba(255, 255, 255, .8); }
/*小屏幕【更多】到二级页面 */
.btn-more { /*display: none;*/ display: block; margin: 15px auto 0; width: 100px; font-size: 1.6rem; color: #c6e0d4; text-shadow: 0 0 3px #000; padding: 8px 25px 10px; justify-content: center; align-items: center; border-radius: 4px; background: linear-gradient(180deg, #307b77 0%, #175048 100%); box-shadow: 0 3px 0 rgba(0, 0, 0, .15); }
.btn-more:hover { -webkit-filter: brightness(120%); filter: brightness(120%);  } 
.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; }


/**------ 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: 72px; background: rgba(40, 57, 61, .95); position: absolute; top: 0; z-index: 9999; display: none; }
.main-header { height: 100%; display: flex; box-sizing: border-box; justify-content: space-between; align-items: center; }
/*游戏名称*/
.toplogo { width: 28%; 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: 64px; height: 64px; margin: 0 10px 0 0; }
.gamename { color: #fff; display: flex; flex-direction: column; text-shadow: 0 0 5px #000; }
.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: #c6e0d4; }
/*导航菜单*/
.topnav { max-width: 72%; height: 100%; display: flex; flex-wrap: nowrap; }
.topnav ul { display: flex; }
.topnav li { position: relative; }
.topnav li a { display: block; height: calc(100% - 3px); line-height: 60px; font-size: 1.8rem; color: #ddd; padding: 0 20px; text-shadow: 0 1px 5px rgba(0, 0, 0, .5); transition: .3s; position: relative; border-top: 3px solid rgba(51, 51, 51, 0); }
.topnav li.current a,.topnav li.current a:hover { color: #fff; /*background: rgba(20, 19, 18, .7)*/ background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top: 3px solid #ba7b37; }
.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; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top: 3px solid #666; background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .5) 100%); }
.topnav li a::after,.topnav li.current a::after { display: block; opacity: 0; content: ""; width: 6px; height: 6px; background: #ba7b37; border-radius: 3px; position: absolute; bottom: 16px; left: calc(50% - 3px); transition: .3s; }
.topnav li:hover a::after { opacity: 1; background: #666; }
.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,#banner #inside-logo { width: 40%; height: 24%; position: absolute; right:30%; top:2%; z-index: 99; text-align: center; overflow: hidden; display: flex; justify-content: center; align-items: center; display:block\0; background: rgba(255, 47, 47, 0); }
#banner #logo img,#banner #inside-logo img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: scale-down; }
#banner .bannertxt { width: 50%; height: 38%; overflow: hidden; position: absolute; top: 26%; right:25%; z-index: 9; display: flex; justify-content: center; align-items: center; display:block\0; background: rgba(56, 255, 37, 0); }
#banner .bannertxt img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: scale-down; }
/* 向下滚动 */
.readmore {margin: 0 auto; height: 8%; width: 100%; position: absolute; bottom: 10px; z-index: 9; text-align: center; }
.readmore img { width: auto; height: 100%; display: block; margin: 0 auto; }


/*--------- 游戏下载 ---------*/
#gamedown-pc { width: 730px; height: 120px; position: absolute; left: calc(50% - 365px); top:67%; z-index: 9999; display: flex; justify-content: space-between; }
/*--------- PC电脑端 下载 ---------*/
#gamedown-pc .pc,#gamedown-pc .mobile { width: 280px; height: 110px; position: relative; border-radius: 4px; /*animation: mymove 1s infinite; -webkit-animation:mymove 1s infinite;*/ }
/*@keyframes mymove
{ 50% { transform:translateY(10px); } }
@-webkit-keyframes mymove 
{ 50% { transform:translateY(10px); } }*/
#gamedown-pc .pc { background: url(../images/down-pc.jpg) no-repeat center top; background-size: auto 100%; }
#gamedown-pc .mobile { background: url(../images/down-mobile.jpg) no-repeat center top; background-size: auto 100%; }
#gamedown-pc a { width: 100%; height: 100%; display: block; }
#gamedown-pc .pc img,#gamedown-pc .mobile img { width: 100%; border-radius: 4px; border: 1px solid #cca863; border-top: 1px solid #ffe799; box-shadow: 0 2px 5px rgba(0, 0, 0, .75); }
#gamedown-pc .pc:hover img,#gamedown-pc .mobile:hover img { -webkit-filter: brightness(120%); filter: brightness(120%); }
/* 二维码 手游下载*/
#boxMobile { display: none; width: 130px; height: 130px; position: initial; margin:-260px auto 0; border-radius: 6px; padding:6px; text-align:center; -webkit-clip-path:none; clip-path:none; background: #1c3a38; box-shadow: 0 0 5px #000; }
#gamedown-pc #boxMobile img { width: 100%; height: auto; text-indent: 0; box-shadow: none; border: none; }
/* 二维码 图片*/
.boxMobile-imgbox { width: 130px; height: 102px; padding: 5px; border-radius: 4px; display: flex; background: #1c3a38; justify-content: center; align-items: center; box-shadow: 0 2px 5px rgba(0, 0, 0, .5); }
.boxMobile-imgbox img { width: 100px; height: 100px; margin-right: 5px; }
.boxMobile-imgbox p { color: #e2c180; font-size: 14px; letter-spacing: 2px; -webkit-writing-mode: vertical-lr; -ms-writing-mode: tb-lr; writing-mode: vertical-lr; }

/*--------- 移动端 下载 ---------*/
#gamedown-mobile { display: none; width: auto; /*height: 92px;*/ overflow: hidden; }
#gamedown-mobile a { width: 100%; height: 100%; display: block; display: flex; justify-content: flex-end; align-items: center; background: url(../images/down-mobile-wap.png) no-repeat center top; background-size: 100% 100%; }
#gamedown-mobile img { height: 100%; width: 100%; object-fit: contain; -webkit-filter: brightness(105%); filter: brightness(105%); }


/*--------- 游戏资讯 ---------*/
.newsbox { width:100%; height:auto; margin: 0 auto; padding: 0 0 40px; position: relative; display: block; overflow: hidden; z-index: 99; margin-top: -11%; background: url(../images/bg-body0.jpg) no-repeat center 200px; background-size: cover; }
.title-news { background: url(../images/title-news.png) no-repeat center top; display: none; }
.cont-news .btn-more { margin: 15px auto 0; }
.main-news { width: calc(1200 - (3px + 1px) * 2); padding: 3px; box-sizing: border-box; border: 1px solid #8dc0bd; border-top: 1px solid #6e9693; border-radius: 4px; box-shadow: 0 1px 5px rgba(0, 0, 0, .15); background: #fff; margin-top: 15px; }
.news-flex { height: auto; padding: 15px; display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse; overflow: hidden; }
/*新闻分类选项卡tab*/
#newslistbox { width: 645px; height: 340px; }
/*新闻选项卡 左右滑动显示*/
#newslistbox .swiper-newslist { width: 615px; height: 54px; display: none; }
#newslistbox .swiper-slide { font-size: 2rem; text-shadow: 0 0 5px #000; cursor: pointer; width: calc(25% - (1px) * 2); height: 54px; line-height:52px; margin: 0 2px 0 0; color: #ddd; text-align: center; text-shadow: 0 0 5px rgba(0, 0, 0, .8); background: url(../images/news-tabs.jpg) no-repeat bottom; background-size: 100% 200%; }
#newslistbox .swiper-slide.active { color: #fff; background: url(../images/news-tabs.jpg) no-repeat top; background-size: 100% 200%; /*background: linear-gradient(0deg, #b98a5d 0%, #82490a 97%, #b98a5d 97%);*/ -webkit-filter: brightness(120%); filter: brightness(120%); }
#newslistbox .tabContent { width: 100%; height: 100%; overflow: hidden; }
/*新闻列表*/
.newslist { display: none; height: 100%; }
.newslist:nth-child(1){ display: block; }
.newslist ul { padding: 0; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.newslist ul li { text-align: left; line-height: 5rem; font-size: 1.6rem; /*border-bottom: 1px solid #eee;*/ padding: 0 5px; border-radius: 2px; background: #f6f6f6; display: flex; justify-content: space-between; }
.newslist ul li:last-child { border-bottom: none; }
.newslist ul li:hover { background: #eff5f6; }
.newslist ul li a { width: 570px; color: #b89348; float: left; display: block; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.newslist ul li a:hover { color: #1e6965; }
.newslist ul li span { width: 70px; text-align: right; color: #bbb; }
.newslist ul li.para { height: 280px; line-height: 4rem; flex-direction: column; }
.newslist ul li p { color: #b89348; text-align: justify; padding: 10px 0 5px; font-size: 1.6rem; }
/*新闻标签*/
.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; }

/*资讯焦点图*/
#newsfocus { width:500px; height:340px; overflow:hidden; }
#newsfocus .swiper-newsfocus { width:500px; height:340px; margin: 0 auto; position: relative; }
.swiper-newsfocus .prev-news,.swiper-newsfocus .next-news { cursor:pointer; width:40px; height:80px; top:40%; 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-wrapper { width:500px; height:340px; margin: 0 auto; }
#newsfocus .swiper-slide { text-align: center; }
#newsfocus .swiper-slide a { width: 100%; height: 100%; display: flex; justify-content: center; overflow: hidden; }
#newsfocus .swiper-slide img { width:500px; height:340px; object-fit:cover; }
#newsfocus .swiper-slide h4 { width: 350px; padding: 0 135px 0 15px; line-height: 46px; font-size: 16px; font-weight: normal; text-align: left; position: absolute; z-index: 2; left: 0; bottom: 0; background: rgba(35, 64, 66, .85); color: #ccc; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
/*轮播分页符号 游戏资讯*/
.pag-news { text-align: right; --swiper-theme-color: #b89348; }
.pag-news .swiper-pagination-bullet { display:inline-block;width:10px;height:10px;border-radius:10px; background:var(--swiper-pagination-bullet-inactive-color,#aaa); opacity:var(--swiper-pagination-bullet-inactive-opacity, .9); }
.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: 15px; width: 30%; }


/*--------- 玩法特色 ---------*/
.tese {width: 100%;height:auto;padding: 30px 0;display: block;background: url(../images/bg-tese.jpg) no-repeat center top;background-size: cover;position: relative;border-top: 1px solid #9dbebc;}
.title-tese { background: url(../images/title-tese.png) no-repeat center top; }
/*特色选项卡*/
.teselist { width: 100%; margin-top: 15px; }
.teselist .swiper-tese { width:100%; height: auto; padding-bottom: 40px; display: block; overflow: hidden; }
.teselist .swiper-tese .swiper-wrapper { width: 100%; display: flex; justify-content: space-between; }
.teselist .swiper-tese .swiper-slide { width: calc(82% - (2px) * 2); height: 0; box-sizing: border-box; position: relative; background: #fff; border: border-box; border: 2px solid #8dc0bd; border-radius: 6px; box-shadow: 0 2px 5px rgba(0, 0, 0, .2); }
.teselist .swiper-tese .swiper-slide[data-ratio="16:9"] { padding-top: calc(82% * 9 / 16 + 6px); }
.teselist .swiper-tese .swiper-slide p { width: calc(24%); padding: 8px 5% 12px; color: #e2c180; font-size: 2.4rem; text-shadow: 0 0 5px #000; background: #175047; background: linear-gradient(90deg, rgba(23, 80, 72, 0) 0%, rgba(23, 80, 72, .7) 25%, #175048 50%, rgba(23, 80, 72, .7) 75%, rgba(23, 80, 72, 0) 100%); position: absolute; left: 33%; bottom: 30px; z-index: 2; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; border-radius: 4px; }
.teselist .swiper-tese .swiper-slide img { width: calc(100% - (3px) * 2); height: calc(100% - (3px) * 2); box-sizing: border-box; position: absolute; top: 3px; left: 3px; z-index: 1; object-fit: cover; padding: 5px; }
.teselist .swiper-tese .swiper-slide:hover { animation: myanim 2s infinite; }
.teselist .swiper-tese .swiper-slide:hover p { color: #fff; }
/*轮播箭头 玩法特色*/
.swiper-tese .prev-tese,.swiper-tese .next-tese { cursor:pointer; width:60px; height:120px; top:38%; position:absolute; z-index:99; }
.swiper-tese .swiper-button-prev { left: 15px; background: url(../images/btn-prev.png) no-repeat center top; background-size: cover; }
.swiper-tese .swiper-button-next { right: 15px; background: url(../images/btn-next.png) no-repeat center top; background-size: cover; }
/*轮播分页符号 玩法特色*/
.pag-tese { text-align: center; --swiper-theme-color: #b89348; }
.pag-tese .swiper-pagination-bullet { display:inline-block;width:14px;height:14px;border-radius:14px; background:var(--swiper-pagination-bullet-inactive-color,rgba(255, 255, 255, .9)); opacity:var(--swiper-pagination-bullet-inactive-opacity, .9); box-shadow: 0 2px 4px rgba(0, 0, 0, .2); }
.pag-tese .swiper-pagination-bullet-active { background: var(--swiper-pagination-color,var(--swiper-theme-color)); opacity: var(--swiper-pagination-bullet-opacity, 1); }
.teselist .swiper-pagination-bullets { text-align: center; bottom: 0; }
.teselist .swiper-pagination-bullets .swiper-pagination-bullet {margin:0 var(--swiper-pagination-bullet-horizontal-gap,6px); }


/*--------- 装备展示 ---------*/
.zhuangbei {width: 100%;height: auto;display: block;padding: 30px 0;margin: 0 auto;position: relative;background: url(../images/bg-zb.jpg) no-repeat center top;background-size: cover;border-top: 1px solid #9dbebc;}
.title-zb { background: url(../images/title-zhuangbei.png) no-repeat center top; }
/*装备图片列表*/
.zblist { width: 1200px; height: auto; margin-top: 15px; position: relative; }
.zblist ul { display: flex; flex-flow: row wrap; justify-content: space-between; margin-bottom: -10px; }
.zblist li { width: calc(49.5% - (2px) * 2); height: 0; box-sizing: border-box; position: relative; display: block; margin-bottom: 20px; background: #fff; border: 2px solid #8dc0bd; border-radius: 4px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, .2); }
.zblist li[data-ratio="16:9"] { padding-top: calc(50% * 9 / 16); }
.zblist li img { width: calc(100% - (3px) * 2); height: calc(100% - (3px) * 2); box-sizing: border-box; position: absolute; top: 3px; left: 3px; object-fit: cover; padding: 5px; }
.zblist li:hover { animation: myanim 2s infinite; }


/*--------- 精彩截图 ---------*/
.screenshot {width: 100%;height: auto;display: block;position: relative;padding: 30px 0;background: url(../images/bg-jietu.jpg) repeat-y center -80px;background-size: cover;border-top: 1px solid #9dbebc;}
.title-screenshot { background: url(../images/title-jietu.png) no-repeat center top; }
.screenshotlist { margin-top: 15px; }
.screenshotlist ul { display: block; clear: both; }
.screenshotlist li { width: calc(100% - (2px) * 2); height: 0; box-sizing: border-box; position: relative; margin-bottom: 20px; background: #fff; border: 2px solid #8dc0bd; border-radius: 6px; box-shadow: 0 2px 5px rgba(0, 0, 0, .2); }
.screenshotlist li[data-ratio="16:9"] { padding-top: calc(100% * 9 / 16); }
.screenshotlist li img { width: calc(100% - (3px) * 2); height: calc(100% - (3px) * 2); box-sizing: border-box; position: absolute; top: 3px; left: 3px; z-index: 1; object-fit: cover; padding: 5px; }
.screenshotlist li p { width: 16%; padding: 0 2%; color: #e2c180; font-size: 2.4rem; line-height: 6rem; text-align: center; border-radius: 60px; background: rgba(13, 20, 22, .9); position: absolute; bottom: 15px; left: 40%; z-index: 2; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.screenshotlist li:hover { animation: myanim 2s infinite; }
.screenshotlist li:hover p { color: #fff; }


/*--------- 视频中心 ---------*/
.videocenter { width: 100%; height: auto; display: block; padding: 30px 0; position: relative; background: url(../images/bg-tese.jpg) no-repeat center top; background-size: cover; border-top: 1px solid #9dbebc; }
.title-videocenter { background: url(../images/title-video.png) no-repeat center top; }
#videolist { width: 100%; height: auto; position: relative; display: flex; box-sizing: border-box; margin-top: 15px; }
#videolist .swiper-video { width: 100%; margin: 0 auto;  }
#videolist .swiper-button-prev, #videolist .swiper-container-rtl .swiper-button-next { left: auto; }
#videolist .swiper-slide { height: 100%; text-align: center; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, .2); }
#videolist .swiper-slide .videoinfo { cursor: pointer; width: calc(100%); height: 0; box-sizing: border-box; position: relative; border: 2px solid #8dc0bd; border-radius: 6px; overflow: hidden; background: #fff; }
#videolist .swiper-slide .videoinfo[data-ratio="9:16"] { padding-top: calc(100% * 16 / 9); }
#videolist .swiper-slide .videoinfo:hover { animation: myanim 2s infinite; }
@keyframes myanim { 20% { border-color: #c39f6f; } }
#videolist .swiper-slide .videoinfo:hover .des { color: #ccc;  }
#videolist .swiper-slide img { width: calc(100% - (3px) * 2); height: calc(100% - (3px) * 2); box-sizing: border-box; position: absolute; top: 3px; left: 3px; z-index: 1; object-fit: cover; padding: 5px; }
#videolist .swiper-slide:hover { -webkit-filter: brightness(110%); filter: brightness(110%); }
/*视频标题*/
#videolist .swiper-slide .video-title { width: 60%; display: block; padding: 6px 5% 10px; position: absolute; left: 15%; bottom: 20px; z-index: 2; font-size: 1.8rem; color: #e2c180; text-align: center; overflow: hidden; text-shadow: 0 0 5px #000; background: #175047; background: linear-gradient(90deg, rgba(23, 80, 72, 0) 0%, rgba(23, 80, 72, .7) 25%, #175048 50%, rgba(23, 80, 72, .7) 75%, rgba(23, 80, 72, 0) 100%); border-radius: 4px; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
#videolist .swiper-slide:hover .video-title { color: #fff; }
/*轮播分页符号 视频中心*/
.pag-video { text-align: right; --swiper-theme-color: #b89348; }
.pag-video .swiper-pagination-bullet { display:inline-block;width:12px;height:12px;border-radius:12px; background:var(--swiper-pagination-bullet-inactive-color,rgb(255, 255, 255, .9)); opacity:var(--swiper-pagination-bullet-inactive-opacity, .9); box-shadow: 0 2px 4px rgba(0, 0, 0, .2); }
.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 { left: auto; right: 0; top: -25px; width: 50%; height: 20px; }
#videolist .swiper-pagination-bullets .swiper-pagination-bullet {margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px); margin: 0 4px\0; }
/*播放视频*/
#videolist .swiper-slide .play-video { width: 60px; height: 60px; border-radius: 50%; margin-right: 15px; position: absolute; z-index: 3; left: calc(50% - (30px) * 1); top: calc(50% - (30px) * 1); 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; -webkit-filter: brightness(120%); filter: brightness(120%); }
/*视频弹窗*/
.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: .9; z-index: 100; }


/*--------- 底部版权 ---------*/
#footer { width: 100%; height: auto; padding: 10px 0 20px; background: #364e51; border-top: 1px solid rgba(128, 80, 13, .5); }
.main-footer { display: flex; flex-flow: row wrap; }
/*按钮 联系客服 返回首页*/
.footerbtn { display: none; }
.footerbtn { width: auto; margin: 15px auto; }
.footerbtn a { width: 160px; height: 38px; line-height: 3.8rem; font-size: 1.8rem; border-radius: 38px; color:#dbcc99; text-align: center; margin: 0 auto; display: inline-block; background: #87662e; box-shadow: 0 3px 0 rgba(0, 0, 0, .2); }
/*底部游戏LOGO*/
.footerlogo { width: 220px; height: 100px; display: block; margin: 25px 0 0 0; text-align: center; overflow: hidden; }
.footerlogo a { width: 100%; height: 100%; display: block; }
.footerlogo img { width: 100%; height: 100%; object-fit: scale-down; }
/*适龄提示 版权信息*/
.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: #999; line-height: 2.6rem; }
.copyright a { color: #ddd; }
.copyright .tips p { color:#b89348; }
.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:60%; 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: #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.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;
}


/*--------- 内页 ---------*/
.inside-body { background:#dfe7e9 url(../images/bg-body.jpg) no-repeat center bottom; background-size: 100% auto; }
/* 内页 banner */
#banner #inside-logo  { width: 40%; height: 23%; top:2%; display:block\0; right: 23%; }
#banner .inside-txt { width: 40%; height: 27%; top: 26%; display:block\0; right: 23%; }
/* 内页 框架 */
.inside-container { margin-top:-25%; position:relative; z-index:10; padding: 0 0 40px; }
.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 + 2px) * 2); height: auto; padding: 25px 19px; border-radius: 4px; box-sizing: border-box; background: rgba(255, 255, 255, .95); border: 2px solid #8dc0bd; box-shadow: 0 1px 3px rgba(0, 0, 0, .15); }

/*内页 侧边栏 游戏下载*/
.side-gamedown { width: 100%; height: auto; display: flex; flex-direction: column; margin: 0 0 12px; }
.side-gamedown a { width: calc(100% - 2px); height: 100%; border: 1px solid #cca863; border-top: 1px solid #ffe799; border-radius: 4px; display: block; display: flex; flex-direction:row; justify-content: center; align-items: center; -webkit-filter: brightness(110%); filter: brightness(110%); }
.side-gamedown a:hover { -webkit-filter: brightness(120%); filter: brightness(120%); }
/*内页 侧边栏 二维码*/
.QRcode { width: calc(100% - (0 + 2px) * 2); height: auto; padding: 0; background: linear-gradient(180deg, rgba(23, 80, 72, .9) 0%, rgba(35, 64, 66, .9) 100%); border: 1px solid #b6d1c8; border-radius: 4px; box-shadow: 0 2px 4px rgba(0, 0, 0, .12); }
.QRcode .content { padding: 12px 0; display: flex; flex-direction: row; justify-content: center; align-items: center; }
.QRcode p { width: 30px; font-size: 1.6rem; color: #e1bb7c; }
.QRcode img { width: 140px; height: 140px; margin: 0 10px; padding: 5px; background: #192f30; }


/*内页 侧边栏 快捷导航*/
.sidebox { width: calc(100% - (2px) * 2); padding: 0; margin-bottom: 12px; background: linear-gradient(180deg, rgba(23, 80, 72, .9) 0%, rgba(35, 64, 66, .9) 100%); border: 1px solid #cde1db; border-radius: 4px; box-shadow: 0 2px 4px rgba(0, 0, 0, .2); }
.sidebox:last-child { margin-bottom: 0; }
.side-title { width: calc(100% - (15px) * 2); display: flex; justify-content: space-between; align-items: center; padding: 0 15px; }
.side-title h5 { width: 60%; color: #c6e0d4; font-weight: normal; font-size: 1.8rem; line-height: 4.2rem; letter-spacing: 1px; display: flex; align-items: center; }
.side-title h5::before { content: ''; display: inline-block; width: 6px; height: 6px; margin: 0 6px 0 0; border-radius: 6px; background: rgba(141, 192, 189, .6); }
.side-title a { color: #666; padding: 2px 5px 4px; border-radius: 2px; background: rgba(0, 0, 0, .5); }
.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: #c59c64; background: rgba(76, 56, 40, .85); }
.side-menu { display: flex; flex-flow: row wrap; justify-content: space-between; padding: 0 15px 10px; }
.side-menu a { width: 43%; font-size: 1.6rem; line-height: 3.6rem; display: block; margin: 5px 0; padding: 0 5px; border-radius: 2px; color: #a1bdb5; text-align: center; background: #193430; box-shadow: 1px 1px 0 #4c6b67; overflow: hidden; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.side-menu a:hover { color: #e2c180; background: #142b27; }
.side-menu a.current { color: #fff; text-shadow: 0 1px 3px #000; background: #cea95e; background: linear-gradient(180deg, #cea95e 0%, #896a1b 100%); box-shadow: 1px 1px 0 #a8893e; }


/*内页 侧边栏 联系我们*/
.side-contact { display: flex; flex-direction: column; padding: 0 15px 10px; }
.side-contact h6 { font-size: 1.6rem; font-weight: normal; margin-top: 0; color: #e1bb7c; }
.side-contact h6::before { content: '▾'; padding: 0 3px 0 0; color: #777; }
.side-contact .qqlist,.side-contact .grouplist { display: flex; flex-direction: column; margin-bottom: 8px; }
.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(25, 47, 48, .8); }
.side-contact .qqlist div:hover,.side-contact .grouplist div:hover { background: #193430; }
.side-contact .qqlist div p,.side-contact .grouplist div p { width: 43%; color: #999; 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: #222; letter-spacing: 1px; font-weight: normal; display: flex; justify-content: center; align-items: center; }
.channel-title h4::before,.channel-title h4::after { margin: 4px 12px 0 0; content: ""; width: 40px; height: 6px; background: rgba(23, 80, 72, .9); background: linear-gradient(-90deg, rgba(23, 80, 72, .9) 0%, rgba(23, 80, 72, .1) 100%); -webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%); clip-path: polygon(0 0, 80% 0, 100% 100%, 20% 100%); }
.channel-title h4::after { margin: 4px 0 0 12px; background: linear-gradient(-90deg, rgba(23, 80, 72, .1) 0%, rgba(23, 80, 72, .9) 100%); -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%); clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%); }


/* 内页 文章列表 */
.articlelist { width: 100%; height: auto; display: block; }
.articlelist ul { padding: 0; }
.articlelist li { width: 100%; height: auto; border-bottom: 1px solid #e9efee; }
.articlelist li a { width: 100%; height: 100%; padding: 12px 0 8px; display: block; overflow: hidden; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.articlelist li h3 { width: 100%; font-size: 1.6rem; line-height: 3rem; font-weight: normal; color: #b89348; text-align: left; overflow: hidden; }
/*.articlelist li h3::before { content: ''; width: 3px; height: 8px; border-radius: 4px; margin: 0 8px 2px 0;  display: inline-block; background: #585148; }*/
.articlelist li h3.newstag::before { content: ''; width: 4px; height: 4px; border-radius: 2px; padding: 0 2px; margin: 0 8px 3px 0; display: inline-block; background: #ccc; }
.articlelist li h3.notice::before { content: '公告'; display: initial; color: orange; border-color: orange; margin: 0 6px 0 0; background: rgba(255, 165, 0, .1); }
.articlelist li h3.activity::before { content: '活动'; display: initial; color: #139e13; border-color: #139e13; margin: 0 6px 0 0; background: rgba(0, 128, 0, .1); }
.articlelist li h3.hotnews::before { content: '热门'; display: initial; color: #ff3e3e; border-color: #ff3e3e; margin: 0 6px 0 0; background: rgba(255, 0, 0, .1); }
.articlelist li h3.optimize::before { content: '优化'; display: initial; color: dodgerblue; border-color: dodgerblue; margin: 0 6px 0 0; background: rgba(30, 144, 255,.1); }
.articlelist li h3.newsflash::before { content: '快报'; display: initial; color:mediumorchid; border-color: mediumorchid; margin: 0 6px 0 0; background: rgba(186, 85, 211, .1); }

.articlelist li p { width: 78%; line-height: 2.6rem; color: #999; float: left; text-align: left; font-size: 1.4rem; overflow: hidden; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;}
.articlelist li:hover h3 { color: #1e6965; }
.articlelist li:hover p { color: #888; }
.articlelist li .time { width: 20%; font-size: 1.4rem; float: right; color: #ccc; 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: #eee; color: #666; border-radius: 2px; box-shadow: 2px 2px 0 rgba(0, 0, 0, .12); }
.page li a:hover,.page li.thisclass a { color: #f6f6f6; background: #175048; }

/* 返回首页 栏目跳转 */
.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 { color: #c6e0d4; padding: 8px 15px; font-size: 1.8rem; border-radius: 2px; background: #307b77; background: linear-gradient(180deg, #307b77 0%, #175048 100%); box-shadow: 0 3px 0 rgba(0, 0, 0, .15); }
.skip-home a:hover { color: #fff; }
.skip-channel { width: 100%; flex-wrap: wrap; text-align: left; color: #777; font-size: 1.6rem; }
.skip-channel a { margin: 0 10px 10px 0; padding: 8px; display: inline-block; font-size: 1.8rem; color: #1e6965; border-radius: 2px; background: #b1d4d2; box-shadow: 0 0 4px #fff; }
.skip-channel a:hover { color: #666; }

/*手机端 内嵌页新闻详细页返回列表*/
#goBacklist { display: none; }
.gobacklist { display: block; padding: 5px 12px; font-size: 1.4rem; border-radius: 4px; background: rgba(174, 128, 86, .3); color: #e1bb7c; }
.gobacklist:hover { color: #fff; background: #444; }

/* 内页 文章标题 */
.article-title { width: 100%; padding: 5px 0 20px; color: #222; font-weight: normal; font-size: 2rem; line-height: 3.6rem; text-align: center; }
.article-basicinfo { width: 100%; padding: 0 0 15px; display: flex; justify-content: center; flex-wrap: wrap; }
.article-basicinfo p { color: #777; font-size: 1.4rem; padding: 0 10px; }
.article-basicinfo span { color: #555; }
.article-basicinfo span::after { content: '：'; }
/* 内页 文章摘要 */
.article-zhaiyao { background: #eff5f6; border: 1px solid rgba(141, 192, 189, .4); padding: 12px 15px; margin-bottom: 15px; border-radius: 4px; }
.article-zhaiyao p { color: #666; text-align: justify; line-height: 2.6rem; }
.article-zhaiyao p::before { content: '[摘要] '; color: #1e6965; }
/* 内页 文章正文 */
.article-content p { font-size: 1.6rem; line-height: 3.6rem; 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.4rem; line-height: 2.8rem; border-top: 1px solid #e9efee; }
.article-prevnext a { color: #b89348; }
.article-prevnext a:hover { color: #1e6965; }


/* 内页 图片列表 */
.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; color: #1e6965; background: #dbe9ec; box-sizing: border-box; border-radius: 4px; }
.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: #e1bb7c; background: rgba(23, 80, 72, .9); }
.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.3%; height: auto; margin: 0 1% 15px; cursor: pointer; background: #dbe9ec; border-radius: 4px; }
.videos-gallery li:hover { animation: myanim 2s infinite; background: rgba(23, 80, 72, .9); }
.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: #1e6965; overflow: hidden; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.videos-gallery li:hover .video-title { color: #e1bb7c; }
.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; }


/* 手机端 联系我们 */
.inside-body-contact { background: #1f2e35 url(../images/bg-tese.jpg) no-repeat center top; background-size: 100% auto; }
.main-contact { padding: 100px 0 50px; }
.main-contact h3 { line-height: 2rem; font-size: 2.4rem; font-weight: normal; padding: 20px 0; color: #222; 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: rgba(255, 255, 255, .95); border: 2px solid #8dc0bd; border-radius: 4px; flex-direction: column; justify-content: flex-start; box-shadow: 0 1px 3px rgba(0, 0, 0, .12); }
.contactus > .kefutime,.contactus > .qqlist,.contactus > .grouplist { padding: 10px 0; border-bottom: 1px solid #e9efee; display: flex; }
.contactus > .kefutime p { font-size: 1.8rem; color: #1e6965; }
.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; color: #888; }

.contactus > .code { width: 100%; display: flex; flex-direction: column; padding: 15px 0; }
.contactus > .code p { font-size: 1.8rem; text-align: center; color: #1e6965; }
.contactus > .code img { width: 150px; height: 150px; border: 1px solid rgba(141, 192, 189, .4); padding: 8px; margin: 10px auto 0; background: #eff5f6; border-radius: 4px; }


/*--------- 右侧固定浮动 ---------*/
.fixedbox { position:fixed; right: 15px; bottom: 25px; z-index: 9999; width: 240px; height: 350px; }
@media (max-width:768px){
.fixedbox{display:none; }
	}
.fixedbox-topbg { width: 100%; height: 45px; background: url(../images/fixedbox-topbg.png) no-repeat center top; margin-top: -28px; }
.fixedbox div { text-align: center; color: #c6e0d4; text-shadow: 0 1px 3px rgba(0, 0, 0, .6); }
.fixedbox div img { margin: 5px 0; }
.fixedbox .rightlogo { width: 100%; height: 100px; position: absolute; top: -60px; overflow: hidden; }
.fixedbox .rightlogo img { width: auto; height: 90px; }
.fixedbox .qqlist,.fixedbox .grouplist { margin: 5px 0 0; }
.fixedbox .qqlist p,.fixedbox .grouplist p { width: 42%; display: inline-block; margin: 0 5px 0 0; line-height: 30px; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.fixedbox .kefutime { margin: 8px 0 15px; display: flex; justify-content: center; }
.fixedbox .kefutime p { width: calc(100% - 5px * 2);  padding: 0 5px; font-size: 1.6rem; color: #e2c180; display: flex; justify-content: center; }
.fixedbox .kefutime span { max-width: 56%; display: inline-block; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.fixedbox .chongzhi { width: 180px; height: 72px; margin: 10px auto; border-radius: 4px; box-shadow: 0 2px 5px #000; }
.fixedbox .chongzhi a { width: 180px; height: 72px; display: block; }
.fixedbox .chongzhi img { width: 180px; height: 72px; margin: 0; -webkit-filter: brightness(110%); filter: brightness(110%); }
.fixedbox .chongzhi a:hover img { -webkit-filter: brightness(120%); filter: brightness(120%); }
.fixedbox .code p { font-size: 16px; font-weight: bold; color: #f6f6f6; }
.fixedbox .code div { width: 150px; height: 150px; margin: 10px auto; }
.fixedbox .code img { width: 130px; height: 130px; margin: 10px 0 0; }
.fixedbox .backtotop { width: 100%; height: 40px; text-align: center; padding: 0 0 10px; }
.fixedbox .backtotop a { width: 100%; height: 40px; display: block; }
.fixedbox .backtotop img { margin: 0; }
.h5bar{ width:210px; height:auto; padding: 0; position: absolute; right: 0; background: #29484b; background: linear-gradient(180deg, rgba(23, 80, 72, .9) 0%, rgba(35, 64, 66, .9) 100%); border-radius: 4px; box-shadow: 0 0 3px #fff; }
.h5barbg { width: 100%; height: auto; padding-top: 5px; position: relative; }
.h5open{ position:fixed; z-index:99999; bottom: 150px; 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:100px 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 #a0b5ae; background: rgba(35, 64, 66, .9); background: linear-gradient(180deg, rgba(23, 80, 72, .9) 0%, rgba(35, 64, 66, .9) 100%); box-shadow: 0 3px 2px rgba(0, 0, 0, .2); }
.inside-fixedbox p { font-size: 1.6rem; text-align: center; color: #a1bdb5; }
.inside-fixedbox i { font-size: 3rem; color: #e1bb7c; margin-bottom: 5px; }
.inside-fixedbox .backtotop p { color: #c0c0c0; }
.inside-fixedbox a:hover { border: 1px solid #b6d1c8; }
.inside-fixedbox a:hover p { color: #f6f6f6; }

/*--------- 背景音乐 ---------*/
#musicbox { position:fixed; width: 60px; height: 60px; z-index: 9999999; top:20px; right: 20px; opacity: 0.5; }
#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(0,0,0,.8); }
.wx img { width:100%; height: auto; margin: -8% auto 0; }

