﻿@charset "UTF-8";

html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote { display: block; }
ul, ol { list-style: none; }
img { border: 0 none; vertical-align: top; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
em, i { font-style: normal; font-weight: normal; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }
mark { background: none; }
input::-ms-clear { display: none !important; }
body { font: 14px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif; background: #fff; }
a { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; }
*  { box-sizing: border-box; }

/* 清除浮动 
---------------------------------------------------------------- */
.clearfix:after, 
.clearfix:before,
.g-wrapper>.g-main:before,
.g-wrapper>.g-main:after,
.g-inner:before,
.g-inner:after {
	content: '';
	clear: both;
	display: table;
}
.btn {
	border: none;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;	
	user-select: none;
	transition: .2s ease;
}
/* 雪碧图 
---------------------------------------------------------------- */
.m-rank-list .fire,
.m-herald .btn-start,
.m-fixed-btns .to-top,
.m-game-view dt:before,
.m-app-box .bd a:before,
.m-welfare .block-hd:before,
.m-fixed-btns .to-save:before,
.m-login .third-login a:before,
.m-login form .input-wrap:before { background: url(img/spr_pinhead.png) no-repeat; }

/* 全局布局 
---------------------------------------------------------------- */
.g-header { 
	height: 100px;
	background: #7a0c0b url(img/bg_header.jpg) repeat-x;
	line-height: 100px;
	box-shadow: 0 3px 0 0 rgba(0,0,0,.2);
 }
.g-footer {
	padding: 30px;
	color: #888;
	text-align: center;
}
.g-inner {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}
/* 快捷按钮 
---------------------------------------------------------------- */
.m-fixed-btns {
	position: fixed;
	left: 50%;
	bottom: 100px;	
	z-index: 20;
	margin-left: 630px;
	width: 70px;
	font-size: 13px;
	text-align: center;
}
.m-fixed-btns ul {
	margin-bottom: -1px;
	padding: 10px 0;	
	border: 1px solid #e3e3e3;
	background: #fff;
}
.m-fixed-btns li {
	position: relative;
	margin-left: -5px;
	width: 78px;
	cursor: pointer;
	line-height: 30px;
}
.m-fixed-btns li:hover { color: #ed3340; }
.m-fixed-btns li.active {
	background: #ed3340;
	color: #fff;
}
.m-fixed-btns li.active:before,
.m-fixed-btns li.active:after {
	position: absolute;
	top: 30px;
	border: 2px solid;
	content: '';
}
.m-fixed-btns li.active:before {
	left: 0;
	border-color: #9a1d0c #9a1d0c transparent transparent;
}
.m-fixed-btns li.active:after {
	right: 0;
	border-color: #9a1d0c transparent transparent #9a1d0c;
}
.m-fixed-btns .to-save {
	display: block;
	height: 70px;
	border: 1px solid #f0a52f;
	background: #ffc700;
}
.m-fixed-btns .to-save:hover { 
	background: #ffd029;
	text-decoration: none;
 }
.m-fixed-btns .to-save:before {
	display: block;
	margin: 10px auto 2px;
	width: 30px;
	height: 30px;
	background-position: -81px -20px;
	content: '';
}
.m-fixed-btns .to-top {
	display: block;
	height: 50px;
	cursor: pointer;
	background-color: #f0a52f;
	background-position: 0 -30px;
}
.m-fixed-btns .to-top:hover { 
	background-color: #fdb33e; 
	text-decoration: none;
}
/* 头部 
---------------------------------------------------------------- */
.g-header .g-inner {
	background: url(img/bg_header_cover.jpg) no-repeat 50% 0;
} 
.g-header .logo {
	display: inline-block;
	height: 100px;
	line-height: 100px;
}
.g-header .logo img {
	max-width: 180px;
	vertical-align: middle;
}

/* 首页推广中心 
---------------------------------------------------------------- */
.m-index-focus {
	margin-bottom: 25px;
	padding: 10px 0 20px;
	background: #f6f5f3 url(img/bg_index.jpg) no-repeat 50% 0;
	overflow: hidden;
}
.m-index-focus h2 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
.m-index-focus h2 em {
	font-weight: bold;
	color: #ed3340;
}
.m-index-focus .ranks {
	float: left;
}
.m-index-focus .games {
	float: right;
	width: 925px;
}
.m-rank-list ,
.m-ghot-list li {
	height: 250px;/*365px;*/
	border: 1px solid #dddddc;
	overflow: hidden;
	background: #fff;
	text-align: center;
	border-radius: 5px;
}
/* 排行榜 
---------------------------------------------------------------- */
.m-rank-list {
	padding: 5px 0;
	width: 255px;
	font-size: 13px;
	text-align: center;
}
.m-rank-list span { 
	display: inline-block;
	float: left;
}
.m-rank-list .c1 { width: 20% }
.m-rank-list .c2 { width: 40% }
.m-rank-list .c3 { width: 15% }
.m-rank-list .c4 { width: 25% }
.m-rank-list dt { 
	padding: 5px;
	color: #888;
}
.m-rank-list dd a {
	display: block;
	padding: 9px 5px;	
	border-top: 1px dotted #eee;
	line-height: 20px;
	overflow: hidden;
}
.m-rank-list dd a:hover { background: #f3f3f3; }
.m-rank-list dd .c2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-rank-list .num {
	display: inline-block;
	width: 16px;
	background: #aaa;
	line-height: 16px;
	color: #fff;
	border-radius: 3px;
}
.m-rank-list .num.num1 { background: #d43434; }
.m-rank-list .num.num2 { background: #0198f8; }
.m-rank-list .num.num3 { background: #4fb800; }
.m-rank-list .fire {
	display: block;
	margin: auto;
	width: 20px;
	height: 20px;
	background-position: -81px 0;
}
.m-rank-list .btn {
	display: block;
	margin: auto;
	width: 44px;	
	background: #38a2ee;
	color: #fff;
	border-radius: 3px;
}
.m-rank-list dd a:hover .btn { background: #f20; }
/* 热门推荐 
---------------------------------------------------------------- */
.m-ghot-list li {
	float: left;
	width: 185px;
}
.m-ghot-list li .figure img {
	width: 183px;
	height: 113px;
}
.m-ghot-list li .info { padding: 8px; }
.m-ghot-list li h3 {
	margin-bottom: 2px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-ghot-list li p {
	font-size: 13px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-ghot-list li .btn {
	display: block;
	margin: 5px auto 0;
	width: 90px;
	background: #f60;
	line-height: 28px;
	color: #fff;
	border-radius: 5px;
}
.m-ghot-list li .btn:hover { 
	background: #f20;
	text-decoration: none;
}
/* 游戏展示 
---------------------------------------------------------------- */
.m-game-focus {
	margin-bottom: 25px;
	padding: 25px 0;
	background: #f6f5f3 url(img/bg_game.jpg) no-repeat 50% 100%;
	overflow: hidden;
}
.m-game-view {
	float: left;
	width: 880px;
	height: 500px;
	background: #fff;
}
.m-game-view dt {
	position: relative;
	padding: 25px 25px 25px 370px;
	height: 248px;
	border-bottom: 3px solid #111;
	background: #333;
	color: #fffcc6;
}
.m-game-view dt:before {
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 10;
	width: 84px;
	height: 84px;
	background-position: -232px 0;
	content: '';
}
.m-game-view dt.z-vip:before { background-position: -316px 0; }
.m-game-view dt .figure {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 315px;
	height: 195px;
	border: 3px solid #2c2c2c;
	box-sizing: content-box;
}
.m-game-view dt h1 {
	margin-bottom: 12px;
	line-height: 1.3;
	font-size: 32px;
	font-weight: bold;
}

.m-game-view dt .bl {
	display: inline-block;	
	margin-bottom: 8px;
	padding: 2px 10px;
	font-size: 17px;
	font-weight: bold;
	color: #f10;
	background: #fff;
	border: 1px solid #111;	
	border-radius: 500px;
}
.m-game-view dt .dec {
	color: #bcad85;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-game-view dt .btn-welfare {
	position: absolute;
	bottom: 25px;
	width: 220px;
	background: #0073ff;	
	font-size: 22px;
	line-height: 58px;
	color: #fff;
	border-radius: 5px;
}
.m-game-view dt .btn-welfare:hover {
	background: #00aeff;
	text-decoration: none;
}
.m-game-view dd {
	padding: 20px 30px;
	height: 252px;
	overflow: hidden;
}
.m-game-view .sers p {
	margin-top: -4px; 
	height: 30px;
	font-size: 15px;
}
.m-game-view .sers a {
	float: left;
	margin-right: 20px;
	width: 260px;
	background: #ffdd55;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
}
.m-game-view .sers a:last-child { margin-right: 0; }
.m-game-view .sers a:hover { 
	background: #ffe477;
	text-decoration: none;
}
.m-game-view .sers a.z-now {
	background: #ed3340;
	color: #fff;
}
.m-game-view .sers a.z-now:hover { background: #f74753; }
.m-game-view .pics {
	margin-top: 24px;
	overflow: hidden;
} 
.m-game-view .pics a {
	float: left;
	width: 400px;
	height: 102px;
}
.m-game-view .pics a:last-child { margin-left: 20px; }
.m-game-view .pics a img { 
	width: 100%; 
	height: 100%; 
	border-radius: 5px; 
}
/* 福利显示 
---------------------------------------------------------------- */
.m-welfare {
	position: relative;
	margin-top: -20px;
	padding-left: 50px;
	font-size: 16px;
}
.m-welfare:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 17px;	
	width: 2px;
	height: 100%;
	background: #dcdcdc;
	content: '';
}
.m-welfare .m-art-block { 
	position: relative; 
	z-index: 2; 
}
.m-welfare .block-hd {
	position: relative;
	margin-left: -50px;
	padding: 25px 0 20px 30px;
	background: #fff;
	line-height: 20px;
	font-size: 20px;
}
.m-welfare .block-hd:before {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #444;
	background-position: -101px 1px;
	border-radius: 50%;
	content: '';
}
.m-welfare .m-tabel { margin: 10px 0; }

.m-welfare .m-tabel th,
.m-welfare .m-tabel td {
	padding: 8px 12px;
	border: 1px solid #e9e9e9;
	font-size: 15px;
}
.m-welfare .m-tabel th { 
	border-bottom-width: 2px;
	background: #eef5fd;
	font-size: 14px;	
	color: #25354b;
}
.m-welfare .m-tabel tbody tr:nth-child(even) td { background: #f9f9f9; }
/* 用户中心 
---------------------------------------------------------------- */
.m-user-view {
	float: right;
	width: 310px;
}
.m-login {
	margin-bottom: 10px;
	height: 317px;
	background: #ec3d4a;
	text-align: center;
}
.m-login .btn-submit {
	display: block;
	margin: 20px 0;
	width: 100%;
	background: #fc0;
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
	color: #111;
}
.m-login .btn-submit:hover { background: #fd0; }
.m-login form { padding: 0 30px; }
.m-login form .title {
	margin: 0 -30px;
	padding: 0 20px;
	height: 50px;
	background: #c22a32;
	line-height: 50px;
}
.m-login form .title h3 {
	float: left;
	font-size: 18px;
	color: #fff;
}
.m-login form .title a {
	float: right;
	color: #fc0;
}
.m-login form .tip {
	margin-top: 5px;
	height: 28px;
	line-height: 28px;
	color: #ff0;
	text-align: left;
}
.m-login form .input-wrap {
	position: relative;
	margin-bottom: 10px;
	background: #fff;
}
.m-login form .input-wrap:before {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	content: '';
	opacity: .5;
}
.m-login form .input-wrap.acc:before { background-position: -121px 0; }
.m-login form .input-wrap.pwd:before { background-position: -141px 0; }
.m-login form .input-wrap input {
	padding: 0 10px 0 40px;
	width: 100%;
	height: 40px;
	border: 0;
	line-height: 40px;
	font-size: 15px;
}
.m-login .third-login { font-size: 0; }
.m-login .third-login a {
	position: relative;
	float: left;
	padding-left: 45px;
	width: 120px;
	line-height: 32px;
	font-size: 15px;
	color: #fff;
	text-align: left;
}
.m-login .third-login a:before {
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	content: '';
}
.m-login .third-login a.qq { 
	background: #38acfa;
	margin-right: 10px;
}
.m-login .third-login a:hover { text-decoration: none; }
.m-login .third-login a.wx { background: #5cc559 }
.m-login .third-login a.qq:before { background-position: -161px 0; }
.m-login .third-login a.wx:before { background-position: -181px 0; }

.m-login .info {
	position: relative;
	color: #fc0;
	overflow: hidden;
}
.m-login .info:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
	height: 80px;
	background: #c22a32;
	content: '';
	border-radius: 0 0 50% 50%;
}
.m-login .info .head {
	position: relative;
	z-index: 2;
	margin: 10px auto 5px;
	width: 110px;
	height: 110px;
	border: 5px solid #c22a32;
	background: #fff url(img/icon_user.png) no-repeat;
	-webkit-background-size: 120px;
	background-size: 110px;
	border-radius: 50%;
	box-sizing: content-box;
}
.m-login .info .acc em {
	margin-right: .5em;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.m-login .info .acc a { color: #fff; }
.m-login .info .btns {
	margin: 10px auto 15px;
	font-size: 0;
}
.m-login .info .btns a {
	display: inline-block;
	margin: 0 2px;
	width: 90px;
	background: #f9be93;
	line-height: 32px;
	font-size: 15px;
	color: #121212;
}
.m-login .info .btns a.play { 
	background: #48c834;
	color: #fff;
}
.m-login .info .website a {
	margin: 8px 20px;
	width: auto;
	font-size: 18px;
}
/* 手游盒子 
---------------------------------------------------------------- */
.m-app-box {
	overflow: hidden;
	height: 173px;
	border: 1px solid #e0e0e0;
	background: #fff;
}
.m-app-box .hd {
	padding: 0 15px;
	height: 44px;
	background: #f6f6f6;
	line-height: 44px;
	font-size: 13px;
}
.m-app-box .hd h3 { font-size: 20px; }
.m-app-box .bd {
	position: relative;
	padding: 20px 20px 0 130px;
}
.m-app-box .bd .qrcode {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 110px;
	height: 110px;
}
.m-app-box .bd a {
	position: relative;
	display: block;
	padding-left: 55px;
	margin-bottom: 5px;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	text-align: left;
	background: #333;
	border-radius: 5px;
}
.m-app-box .bd a:before {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	content: '';

}
.m-app-box .bd a.and { background: #6c3; }
.m-app-box .bd a.and:before { background-position: -111px -20px; }
.m-app-box .bd a.ios:before { background-position: -141px -20px; }
/* 广告展示
---------------------------------------------------------------- */
.m-post { margin-top: 10px; }
.m-post ul { margin-left: -10px; }
.m-post ul li {
	float: left;
	padding-left: 10px;
	width: 20%;
}
.m-post ul li img {
	display: block;
	width: 100%;
}
/* tab 
---------------------------------------------------------------- */
.m-tab-hook {
	height: 56px;
	border-bottom: 3px solid #ed3340;
	background: #333;
}
.m-tab-hook ul {
	float: left;	
}
.m-tab-hook li {
	position: relative;
	float: left;
	width: 150px;
	cursor: pointer;
	line-height: 56px;
	font-size: 20px;
	color: #a2a2a2;
	text-align: center;
}
.m-tab-hook li:hover {
	color: #ccc;
}
.m-tab-hook li:after {
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -6px;
	height: 12px;
	border-left: 1px dotted #575757;
	content: '';
}
.m-tab-hook li.active {
	margin-top: -2px;
	line-height: 58px;
	background-color: #ed3340;
	font-weight: bold;
	color: #fff;
}
.m-tab-panel .tab-pane { display: none; }
.m-tab-panel .tab-pane.active { display: block; }
.m-tab-panel .tab-pane table:not(:last-child) { margin-bottom: 15px; }
.m-tab-panel .tab-pane .loading {
	padding: 60px 0 40px;
	background: url(img/icon_loading.gif) no-repeat 50% 30px;
	font-size: 16px;
	text-align: center;
	color: #999;
}
/* 开服表格 
---------------------------------------------------------------- */
.m-herald {
	position: relative;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
	font-size: 15px;
	text-align: center;
	box-sizing: content-box;
}
.m-herald thead {
	background: #f0f0f0;
	color: #444;
	border-bottom: 2px solid #ddd;
}
.m-herald thead th {
	height: 46px;
	font-weight: normal;
}
/*
.m-herald thead th:nth-child(1),
.m-herald thead th:nth-child(3) { width: 120px; }
.m-herald thead th:nth-child(2) { width: 180px; }
.m-herald thead th:nth-child(4),
.m-herald thead th:nth-child(7) { width: 100px; }
.m-herald thead th:nth-child(6) { width: 130px; }
*/
.m-herald tbody tr { border-bottom: 1px solid #eee; }
.m-herald tbody tr:nth-child(even) { background: #fcfcfc; }
.m-herald tbody tr:hover { background: #f8f8f8; }
.m-herald tbody.z-now tr { 
	border-color: #ffe373;
	background: #fff690; 
}
.m-herald tbody.z-now tr:hover { background: #fff8a6; }
.m-herald tbody.z-now td:nth-child(1) {
	font-weight: bold;
	color: #ca3014;
}
.m-herald tbody.z-top tr { 
	border-color: #a3ddef;
	background: #c1f2ff; 
}
.m-herald tbody.z-top tr:hover { background: #ccf4ff; }
.m-herald tbody.z-today tr {
	border-color: #ffe999;
	background: #fff9d1;
}
.m-herald tbody.z-today tr:nth-child(even) { background: #fffbdd; }
.m-herald tbody tr:last-child { border-color: #ddd; }
.m-herald td { padding: 10px; }
.m-herald p {
	margin: auto;
	max-width: 420px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-herald .z-hot {
	padding-left: 18px;
	background: url(img/icon_hot.gif) no-repeat 0 50%;
}
.m-herald .top-label {
	position: relative;
	display: inline-block;
	width: 80px;
	background: #ed3340;
	line-height: 26px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
.m-herald .top-label:before {
	position: absolute;
	top: 50%;
	right: -8px;
	margin-top: -4px;
	border: 4px solid transparent;
	border-left-color: #ed3340;
	content: '';
}
.m-herald .first {
	display: inline-block;
	width: 68px;
	background: #197fe3;
	line-height: 26px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border-radius: 5px;
}
.m-herald .diode {
	display: block;
	font-size: 0;
	text-align: center;
}
.m-herald .diode em {
	display: inline-block;
	margin: 0 2px;
	width: 24px;
	background: #d2d2d2;
	line-height: 24px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}
.m-herald .diode em.act.active { background: #97c516; }
.m-herald .diode em.gift.active { background: #ff5400; }
.m-herald .btn-start {
	display: inline-block;
	width: 81px;
	height: 32px;
	line-height: 30px;
	color: #ff2352;
}
.m-herald .btn-start:hover { 
	background: #ff2352;
	color: #fff;
	text-decoration: none;
}

/* 通用样式 
---------------------------------------------------------------- */
.hide { display: none; }
.fl { float: left; }
.fr { float: right; }
.tc-warn { color: #ca3014; }
.tc-purple { color: #c0f; }
.ts-bold { font-weight: bold; }