@charset "UTF-8";
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; }
html, body { height: 100%; }
button{cursor:pointer;}
i,em,cite {font-style:normal;}
a {text-decoration:none;color:inherit;}
[class*=" app-icon-"],
[class^=app-icon-] {font-family:'iconfont'!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;margin-right:2px;margin-left:2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.clearfix:after, 
.clearfix:before,
.wrap:after, 
.wrap:before {content:" ";clear:both;display:table}
.fl{float: left;}
.fr{float: right;}
.tl { text-align: left; }
.tr { text-align: right; }
.btn {
    display: inline-block;
    border: 0;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    transition: .2s ease;
}
.tc-green { color: #289900; }
.layui-layer-hui.error { 
	background: #b33b3b;
	border-radius: 5px;
}


.page { 
	position: relative; 
	min-height: 100%;
	padding-bottom: 90px;
	background: no-repeat 50% 0; 
	box-sizing: border-box;
}
.page .wrap {
	position: relative;
	margin: 0 auto;
	width: 1200px;
}
.page .wrap > .main {
	float: right;
	width: 900px;
}
.page .wrap > .aside {
	float: left;
	width: 280px;
}
.page > .header {
	height: 100px;	
	border-bottom: 2px solid #ec3d4a;
	box-shadow: 0 3px 0 0 rgba(0,0,0,.05);
}
.page > .footer {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 5px;
	height: 50px;
	font-size: 12px;
	text-align: center;
	color: #6b675e;
}

.header > .wrap {
	background: no-repeat 150px 50%;
	height: 100%;
}
.header-logo {
	float: left;
	line-height: 100px;
}
.header-search {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -16px;
	width: 225px;
}
.header-search input {
	float: left;
	width: 75%;
	padding: 8px;
	height: 32px;
	border: 1px solid #d71b1b;
	border-radius: 3px 0 0 3px;
	background: #fff;
	box-sizing: border-box;
}
.header-search button {
	float: left;
	height: 32px;
	width: 25%;
	color: #fff;
	border: 0;
	background: #ec3d4a;
	border: 1px solid #d71b1b;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	box-sizing: border-box;
}
.header-search span {
	position: absolute;
	left: -150px;
	width: 150px;
	line-height: 32px;
	font-weight: bold;
	color: #ef3e3e;
}
/* 游戏搜索
---------------------------------------------------------------- */
.m-search-list {
	padding: 20px 0;
	background: #333 url(../img/s_bg_banner.jpg) no-repeat 50% 100%;
}
.m-search-list .search-tit {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 20px;
	color: #eee;
}
.m-search-list .search-tit strong { color: #f90 }
.m-search-list .search-clear {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	cursor: pointer;
}
.m-search-list .search-clear i { font-size: 32px; }
.m-search-list .layui-col-md3 { width: 20%; }
.m-search-list .game-cover {
	position: relative;
	display: block;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
}
.m-search-list .game-cover div {
	position: relative;
	width: 100%;
	padding-top: 61%;
	overflow: hidden;
}
.m-search-list .game-cover img { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; 
	transition:.3s ease;
}
.m-search-list .game-cover p {
	line-height: 40px;
	font-size: 16px;
}
.m-search-list .game-cover:hover img { transform: scale(1.1) }
/* 游戏推荐 
---------------------------------------------------------------- */
.m-index-focus {
	margin-bottom: 30px;
    padding: 30px 0 40px;
    background: #444 url(../img/s_bg_banner.jpg) no-repeat 50% 100%;
    overflow: hidden;
}
.mod-search .m-index-focus { 
	background: none; 
	margin-bottom: 0;
}
/* 排行榜 
---------------------------------------------------------------- */
.m-rank-list {	
	padding: 0 5px;
	height: 305px;
	background: #fff;
	border: 1px solid #dddddc;	
	font-size: 13px;
	text-align: center;
}
.m-rank-list h2 {
	line-height: 46px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.m-rank-list h2 em {
	font-weight: bold;
	color: #ed3340;
}
.m-rank-list span { 
	display: inline-block;
	float: left;
}
.m-rank-list .c1 { width: 18% }
.m-rank-list .c2 { width: 45% }
.m-rank-list .c3 { width: 15% }
.m-rank-list .c4 { width: 22% }
.m-rank-list .th { 
	padding: 5px;
	border-top: 1px dotted #ddd;
	color: #888;
}
.m-rank-list li {
	position: relative;
	border-top: 1px dotted #ddd;
}
.m-rank-list li p img { width: 278px; }
.m-rank-list a {
	display: block;
	padding: 8px 5px;
	line-height: 20px;
	overflow: hidden;
}
.m-rank-list .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!important;
}
.m-rank-list .btn {
	display: block;
	margin: auto;
	width: 44px;	
	background: #38a2ee;
	color: #fff;
	border-radius: 3px;
}
.m-rank-list a:hover { background: #f3f3f3; }
.m-rank-list a:hover .btn { background: #f20; }
/* 热门推荐 
---------------------------------------------------------------- */
.m-ghot-list a {
	position: relative;
	float: left;
	margin-left: 10px;
	width: 215px;
	height: 305px;
	border: 1px solid #dddddc;
	overflow: hidden;
	transition: .2s ease;
}
.m-ghot-list a:first-child { margin-left: 0; }
.m-ghot-list a .figure {
	display: block;
	background: #000; 
}
.m-ghot-list a .figure img {
	width: 100%;
	transition: .2s ease;
}
.m-ghot-list a .logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;	
}
.m-ghot-list a .logo img {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 110%;
	transform: translate(-50%,-50%);
	opacity: 0;
	transition: .2s ease;
	display: none\9;
}
.m-ghot-list a .info {
	position: absolute;
	z-index: 2;
	top: 200px;
	padding: 10px; 
	width: 100%;
	height: 250px;
	background: #fff;
	text-align: center;
	transition: .2s ease;
	box-sizing: border-box;
}
.m-ghot-list a:hover {
	color: #333;
	z-index: 10;
	box-shadow: 0 0 0 1px rgba(356,74,93,1), 0 0 20px 0 rgba(0,0,0,.5);
}
.m-ghot-list a:hover .figure img { 
	opacity: .3;
	transform: translateY(-10px);
 }
 .m-ghot-list a:hover .logo img { 
 	top: 70px;
	opacity: 1;	
 }
.m-ghot-list a:hover .info { margin-top: -60px; }
.m-ghot-list a p { color: #999; font-size: 13px; }
.m-ghot-list a h3 {
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-ghot-list a .pay {
	text-align: center;
	color: #f30;
}
.m-ghot-list a .star,
.m-ghot-list a .pay {
	display: block;
	margin: 10px 0 20px;
	height: 20px;	
}
.m-ghot-list a .star {
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 20px;
	background: url(../img/s_star.jpg) no-repeat 0 100%;	
}
.m-ghot-list a .btn {
	display: block;
	margin: 5px auto 0;
	width: 140px;
	background: #f60;
	line-height: 38px;
	font-size: 18px;
	color: #fff;
	border-radius: 500px;
}
.m-ghot-list a .btn:hover { 
	background: #f20;
	text-decoration: none;
}
/* 游戏展示 
---------------------------------------------------------------- */
.m-game-view:before,
.m-gcard-web .btn { background: url(../img/s_pinhead_1.png?v=1) no-repeat; }

.m-game-focus {
	margin-bottom: 20px;
	padding: 25px 0;
	background: #f6f5f3 url(../img/s_bg_focus.jpg) no-repeat 50% 0;
	overflow: hidden;
}
.m-game-view {
	position: relative;
	padding: 20px 320px 20px 302px;
	height: 393px;
	background: #333 url(../img/s_bg_game.jpg) no-repeat 50% 0;
	background-size: 100% 100%;
	box-sizing: border-box;
}
.m-game-view:before {
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 10;
	width: 100px;
	height: 100px;
	background-position: 0 0;
	content: '';
}
.m-game-view.vip:before { background-position: -100px 0; }
.m-game-view.ofi:before { background-position: -200px 0; }
.m-game-view.h5:before { background-position: -300px 0; }
.m-game-view .figure {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 252px;
	height: 353px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,.8);
	z-index: 1;
}
.m-game-view h1 {
	font-size: 36px;
	color: #fff;
}
.m-game-view .fuli {
	margin-top: 25px;
	display: inline-block;
	color: #9f0;
	font-size: 16px;
	text-decoration: underline;
}
.m-game-view .dec {
	margin-top: 10px;
	width: 432px;
	color: #c0ac88;
	font-size: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.m-game-view .btn-welfare {
	position: absolute;
	right: 322px;
	top: 52px;
	width: 98px;
	height: 101px;
	background-position: 0 -150px;
	text-indent: -999em;
}
.m-game-view .lists { margin-top: 15px;}
.m-game-view .lists ul { margin-left: -10px; }
.m-game-view .lists h4 {
	padding-top: 12px;
	margin: -5px 0 10px;
	color: #78756c;
	border-top: 1px solid #3e3e3e;	
}
.m-game-view .lists li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
.m-game-view .fulis a {
	position: relative;
	display: block;
	padding-left: 90px;
	line-height: 64px;	
	background: #37110c;
	border: 2px solid #56160a;
	color: #fc0;
	font-size: 20px;
}
.m-game-view .fulis a:hover {
	background-color: #56160a;
	color: #fff;
}
.m-game-view .fulis a:before { 
	position: absolute; 
	width: 60px; 
	height: 60px; 
	left: 10px; 
	top: 0; 
	content: ''; 
}
.m-game-view .fulis a.i1:before { background-position: 0 -380px; }
.m-game-view .fulis a.i2:before { background-position: -60px -380px; }
.m-game-view .fulis a.i3:before { background-position: -120px -380px; }

.m-game-view .sers a {
	display: block;
	background: #ffdd55;
	line-height: 46px;
	font-size: 15px;
	text-align: center;
	border-radius: 3px;
}
.m-game-view .sers a:last-child { margin-right: 0; }
.m-game-view .sers a:hover { 
	background: #ffe477;
	color: #000;
	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-game-view .infos {
	margin-top: 10px;	
	border-top: 1px solid #3e3e3e;	
	color: #eaa840;
	font-size: 20px;
}
.m-game-view .infos h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 2.2;
	color: #8cea00;
}
/* 用户中心 
---------------------------------------------------------------- */
.m-rank-list .fire,
.m-login .third-login a:before,
.m-login .input-wrap:before,
.m-fixed-btns .to-top,
.m-fixed-btns .to-save:before { background: url(../img/spr_pinhead.png) no-repeat; }

.m-user-view {
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -165px;
	width: 300px;
}
.m-user-view:before {
    position: absolute;
    left: 5px;
    right: 10px;
    bottom: -6px;
    height: 6px;
    background: #000;
    opacity: .4;
    content: '';
}
.m-user-view:after {
    position: absolute;
    right: 0;
    bottom: -6px;
    border: solid transparent;
    border-width: 6px 10px 0 0;
    border-top-color: #a93333;
    content: '';
}
.m-user-view .layer {
	position: relative;
	height: 330px;
	background: #ec3d4a;
	text-align: center;
}
.m-user-view .layer .title {
	padding: 0 20px;
	height: 50px;
	background: #c22a32;
	line-height: 50px;
}
.m-user-view .layer .title h3 {
	float: left;
	font-size: 18px;
	color: #fff;
}
.m-user-view .layer .title a {
	float: right;
	color: #fc0;
}
.m-login .layui-form { padding: 25px; }


.m-login .btn-submit {
	display: block;
	margin: 20px 0 15px;
	width: 100%;
	background: #fc0;
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
	color: #111;
}
.m-login .btn-submit:hover { background: #fd0; }
.m-login .agree {
	font-size: 13px;
	margin-bottom: 15px;
	text-align: left;
}
.m-login .agree a { 
	display: inline-block; 
	vertical-align: middle;
	color: #fc0;
	text-decoration: underline;
}
.m-login .layui-form-checkbox[lay-skin=primary] { padding-left: 24px; }
.m-login .layui-form-checkbox[lay-skin=primary] span { 
	font-size: 13px;
	padding-right: 0;
	color: #fff;
}
.m-login .input-wrap {
	position: relative;
	margin-bottom: 10px;
	background: #fff;
}
.m-login .input-wrap:before {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	content: '';
	opacity: .5;
}
.m-login .input-wrap.acc:before { background-position: -121px 0; }
.m-login .input-wrap.pwd:before { background-position: -141px 0; }
.m-login .input-wrap input {
	padding: 0 10px 0 40px;
	width: 100%;
	height: 40px;
	border: 0;
	line-height: 40px;
	font-size: 15px;
	box-sizing: border-box;
}
.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;
	box-sizing: border-box;
}
.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.layer {
	background: #ffe565;
	color: #c23b00;
	overflow: hidden;
}
.m-login-info.layer:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
	height: 80px;
	background: #ffd625;
	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 #ffd625;
	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: #b33b3b;
}
.m-login-info .acc a { color: #b33b3b; }
.m-login-info .btns {
	margin: 10px auto 20px;
	font-size: 0;
}
.m-login-info .btns a {
	display: inline-block;
	margin: 0 2px;
	width: 82px;
	background: #ff6;
	border: 1px solid #ffd625;
	line-height: 30px;
	font-size: 15px;
	color: #b33b3b;
}
.m-login-info .btns a.play { 
	background: #48c834;
	border-color: #2c911c;
	color: #fff;
}
.m-login-info .website a {
	margin: 8px auto;
	width: 200px;
	background-color: #ff3800;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50px;
}
/* 游戏列表展示
---------------------------------------------------------------- */
.m-panel-header { 
	position: relative;
	padding-bottom: 15px;
}
.m-panel-header .tab-hook { 
	float: left; 
	/*width: 375px;*/
}
.m-panel-header .desc {
	float: right;
	padding: 0 1.5em;
	width: 525px;
	background-color: #fff3c4;
	color: #ff2a2a;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	text-align: right;
	border-radius: 5px;
	box-sizing: border-box;
}
.m-panel-header .tab-hook a {
	position: relative;
	float: left;
	padding: 0 1.5em;
	margin-right: 5px;
	min-width: 180px;
	min-width: 140px\0;
	height: 48px;
	background: #0062e8;
	border: 2px solid #0053c5;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 44px;
	border-radius: 4px;
	box-sizing: border-box;
}
.m-panel-header .tab-hook a:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 1px;
	background: #237ef9;
	content: '';
}
.m-panel-header .tab-hook a:hover {
	text-decoration: none;
	background-color: #007cef; 
}
.m-panel-header .tab-hook a.active {
	border-color: #df1f1f;
	background-color: #ef3e3e;
	color: #ff6;
	font-size: 20px;
}
.m-panel-header .tab-hook a.active:after {
	position: absolute;
	top: 46px;
	left: 50%;
	margin-left: -3px;
	border: 6px solid transparent;
	border-top-color: #df1f1f;
	content: '';
}
.m-panel-header .tab-hook a.active:before { background-color: #fb6060; }
.m-panel-body .tab-pane { display: none; }
.m-panel-body .tab-pane.active { display: block; }

.m-gcard-web {
	position: relative;
	display: block;
	padding: 15px 15px 0 190px;
	height: 170px;
	border: 1px solid #e3e3e3;
	background: #fff no-repeat 10px 50%;
	background-size: 172px 150px;
	box-sizing: border-box;
}
.m-gcard-web h3 {
	margin-bottom: 8px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-gcard-web p {
	margin-bottom: 12px;
	height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
} 
.m-gcard-web .star {
	display: none;
	margin: .5em 0 1em;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	background: url(../img/s_star.jpg) no-repeat 60px 100%;
}
.m-gcard-web .btn {
	padding-left: 40px;
	width: 130px;
	background-position: -100px -150px;
	background-color: #ef3e3e;
	color: #fff;
	line-height: 32px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	transition: none;
	border-radius: 90em;
	box-sizing: border-box;
}
.m-gcard-web:hover .btn { background-color: #38a2ee; }

.m-gcard-web.mobile {
	padding-left: 130px;
	height: 130px;
}
.m-gcard-web.mobile .figure {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 100px;
    height: 100px;
}
.m-gcard-web.mobile .desc {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-gcard-web.mobile .btns span {
	display: inline-block;
	margin: 12px 0;
	width: 100px;
	background-color: #eee;
	border: 1px solid #ddd;
	color: #777;
	line-height: 30px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	transition: none;
	border-radius: 90em;
}
.m-gcard-web.mobile:hover .btns span {
	border: none;
	background: #ef3e3e; 
	color: #fff
}
.aside .ad img { width: 100%; }
.aside .layui-card {
	border: 1px solid #e3e3e3;
	border-radius: 0;
	box-shadow: none;
}
.aside .layui-card-header {
	padding: 4px;
	height: 40px;	
}
.aside .layui-card-header p {
	padding: 0 15px;
	background-color: #f3f3f3;
    color: #ff2a2a;
    height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 2px;
}
.aside .layui-card-header p i {
	margin-right: 8px;
	font-size: 22px;
}

.m-serlist a {
	position: relative;
	display: block;
	padding: 10px 70px 10px 55px;
	height: 45px;
	border-bottom: 1px dashed #ddd;	
}
.m-serlist a h3 {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-serlist a p {
	font-size: 13px;
	color: #f33;
}
.m-serlist a:last-child,
.m-tablist a:last-child { border: none; }
.m-serlist a img {
	position: absolute;
	top: 10px;
	left: 0;
	width: 45px;
	height: 45px;
}
.m-serlist a .btn {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
	width: 68px;
	height: 22px;
	line-height: 22px;
	background-color: #3399ff;
	border: 1px solid #51a8ff;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
}
.m-serlist a .btn:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #76bbff;
	border-radius: 4px;
	content: '';
}
.m-tablist .title {
	padding: 0 10px;
	background: #f6f6f6;
	color: #999;
	height: 32px;
	line-height: 32px;
}
.m-tablist .title i { 
	width: 40px; 
	color: inherit;
}
.m-tablist a {
	position: relative;
	display: block;
	padding: 10px 0;
	height: 26px;
	line-height: 26px;
	border-bottom: 1px dashed #ddd;	
}
.m-tablist strong {
	float: left;
	font-weight: 300;
	width: 110px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-tablist a strong { margin-right: 10px; }
.m-tablist i { 
	float: left;
	color: #f33;
}
.m-tablist span { 
	float: right;
}
.m-tablist a span {
	width: 68px; 
	border: 1px solid #65b2ff;
	color: #0080ff;
	text-align: center;
}
.m-tablist a:hover span {
	border: 1px solid #0080ff;
	background-color: #0080ff;
	color: #fff;
}


/* 注册导入页
---------------------------------------------------------------- */
.container {
	height: 100%; 
	min-height: 750px;
	padding: 1px 0 70px;
}
.container .wrap { width: 1100px; }

.m-game-view .fulis a:before,
.bt-welfare .btn-gift,
.bt-welfare .game-fuli a:before,
.bt-login .layui-input-block,
.bt-login .btn-submit,
.bt-login .thirdlogin .btn { background: url(../img/tg_spr.png?v2) no-repeat 0; }
/* 快捷登录::web */
.bt-login { 
	float: right;
	position: relative; 
	width: 720px; 
	min-height: 660px;
	background: url(../img/tg_btlogin.png) no-repeat; 
	overflow: hidden; 
	z-index: 2 
}
.bt-login .layui-form { 
	margin: 200px 0 0 120px; 
	width: 250px; 
}
.bt-login .layui-form-label { display: none; }
.bt-login .layui-input-block { 
	margin: 0;
	padding: 4px 4px 4px 42px;
	width: 250px; 
	height: 42px; 
	background-position: 0 0; 
	box-sizing: border-box;
	overflow: hidden; 
}
.bt-login .layui-word { 
	margin: 5px 0 0;
	font-size: 12px; 
	color: #5f5a4c;
}
.bt-login .layui-word.error { color: #f10; }
.bt-login .layui-input-block.pwd { background-position: 0 -42px }
.bt-login .layui-input-block input { 
	border: none; 
	background: none; 
	display: block; 
	padding: 0 10px; 
	line-height: 34px; 
	font-size: 15px; 
	color: #f9e4bd 
}
.bt-login .btn-submit { 
	display: block; 
	border: none; 
	margin: -5px auto 0; 
	width: 185px; 
	height: 53px; 
	background-position: 0 -85px; 
	overflow: hidden; 
	cursor: pointer;
	opacity: 0.8;
}
.bt-login .btn-submit:hover { opacity: 1; }
.bt-login .agree {
	font-size: 13px;
	margin-bottom: 15px;
	text-align: left;
}
.bt-login .agree a { 
	display: inline-block; 
	vertical-align: middle;
	color: #fc0;
	text-decoration: underline;
}
.bt-login .layui-form-checkbox[lay-skin=primary] { padding-left: 24px; }
.bt-login .layui-form-checkbox[lay-skin=primary] span { 
	font-size: 13px;
	padding-right: 0;
	color: #fff;
}

/* 第三方登录 */
.bt-login .thirdlogin {
	margin-top: 15px;
	text-align:center;
	font-size:0;
}
.bt-login .thirdlogin .btn {
	width:99px;
	display:inline-block;
	margin:0 5px;
	height:31px;
	text-indent: -9999em;
	overflow: hidden;
}
.bt-login .thirdlogin .btn-qq { background-position: 0 -138px; }
.bt-login .thirdlogin .btn-wx { background-position: 0 -169px;}
.bt-slogan {
	position: absolute;
	top: 500px;
	left: 60px;	
	width: 362px; 
	height: 160px; 
	background: url(../img/tg_btslogan.png?v=1) no-repeat 50% 0; 
}
/* 福利旗帜 */
.bt-welfare { 
	float: left;
	width: 370px; 
	height: 700px; 
	background: url(../img/tg_btwelfare.png) no-repeat 50% 0;
}
.bt-welfare .game-logo { 
	position: relative; 	
	width: 330px; 
	height: 125px; 
	margin: 30px auto 0; 
}
.bt-welfare .game-logo img { 
	position: absolute; 
	left: 50%; 
	top: 50%; 
	margin: -62px 0 0 -165px\9;
	transform: translate(-50%,-50%); 
}
.bt-welfare .content { 
	margin: 0 auto; 
	width: 300px; 
	text-align: center; 
	font-size: 16px; 
	color: #fff; 
}
.bt-welfare .content li.f1 { height: 280px; }
.bt-welfare .content li.f2 p {
	display: -webkit-box;
	margin-bottom: 5px;
	min-height: 3em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.bt-welfare .content li.f2 a {
	color: #9f0;
	text-decoration: underline;
}
.bt-welfare .btn-gift { 
	display: block; 
	margin: 0 auto; 
	width: 150px; 
	height: 150px; 
	background-position: -100px -138px; 
	text-indent: -9999em; 
}
/* 福利列表 */
.bt-welfare .game-fuli a { 
	position: relative; 
	display: block; 
	margin-bottom: 10px; 
	padding-left: 95px; 
	line-height: 64px; 
	background: rgba(44,11,7,.6); 
	background: #2c0b07\0; 
	border: 2px solid #56160a; 
	text-align: left; 
	color: #fc0;  
}
.bt-welfare .game-fuli a:hover { 
	background: #340d09; 
	text-decoration: none; 
	color: #fff; 
}
.bt-welfare .game-fuli a:before { 
	position: absolute; 
	width: 60px; 
	height: 60px; 
	left: 15px; 
	top: 2px; 
	content: ''; 
}
.bt-welfare .game-fuli a.i1:before { background-position: 0 -380px; }
.bt-welfare .game-fuli a.i2:before { background-position: -60px -380px; }
.bt-welfare .game-fuli a.i3:before { background-position: -120px -380px; }

/* 快捷登录::h5 */
.h5-login {
	position: fixed;
	top: 5%;
	left: 50%;
	margin-left: -180px;
	width: 395px; 
	height: 712px;
}
.h5-login:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 395px;
	height: 772px;
	background: url(../img/box_phone.png?v=1) no-repeat;
	content: '';
	z-index: 10;
}
.h5-login .m-phone {
	position: relative;
	top: 20px;
	left: 18px;
	width: 357px;
	height: 705px;
	background: #111 no-repeat 50% 0;
	background-size: cover;
	z-index: 1;
}
.h5-login .m-layer {
	position: absolute;
	top: 50%;	
	left: 50%;
	margin: -160px 0 0 -160px;
	width: 320px;
	padding: 20px;
	color: #eee;
	background: rgba(20,20,20,.92);
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,.5);
	box-sizing: border-box;
	/*transform: translate(-50%, -50%);*/
	z-index: 100;
}
.h5-login .m-layer h3 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}
.h5-login .m-layer.m-third-login label:before { content: none; }
/* 适配手机 */
.mobile-container {
	height: 100%;
	padding-bottom: 0;
}
.mobile-container .h5-login {
	position: relative;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.mobile-container .h5-login:after { content: none }
.mobile-container .m-phone {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.m-third-login label {
	position: relative;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
.m-third-login label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	border-top:1px solid #f0f0f0;
	opacity: .05;
	z-index: 1;
}
.m-third-login em {
	position: relative;
	padding: 0 .8em;
	font-size: 16px;
	z-index: 2;
}
.m-third-login p { 
	display: flex;
	justify-content: center;
	align-items: top;
} 
.m-third-login p a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100px;
	font-size: 48px;
	line-height: 1.2;
	color: #eee;
}
.m-third-login .app-phone {
	display: block;
	margin: 5px 0;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 30px;
	background: #efa525;
	color: #222;
	border-radius: 500px;
}
.m-third-login p a em {	 font-size: 14px; }
.m-third-login .btn-container li {
	float: left;
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}
.m-third-login .btn-container .btn {
	margin-top: 30px;
	width: 100%;
	color: #44bce9;
	background: none;
	line-height: 38px;
	font-size: 16px;
	border: 1px solid #369bc1;
	border-radius: 8px;
}
.m-third-login .btn:hover { box-shadow: inset 0 0 15px rgba(54,155,193,.5) }
.app-icon-qq-full { color: #44bce9; }
.app-icon-wechat-full { color: #51c332; }
.app-icon-mine-fill { color: #ffc257; }

.h5-login .m-login .layui-form {
	display: block;
	margin: auto;
	padding: 0 0 10px;
	width: 280px;
}
.h5-login .m-login .msg {
	color: #f00;
	height: 28px;
}
.h5-login .m-login .layui-form .lr { 
	position: relative;
	overflow: hidden; 
	margin-bottom: 10px;
	height: 40px; 
	line-height: 40px; 
	border: 1px solid #666;
    border-radius: 0.4rem;
}
.h5-login .m-login .layui-form .lr i {
	position: absolute;
	left: 10px;
	font-size: 20px;
	opacity: 0.5;
}
.h5-login .m-login .layui-form .lr .j-verify-phone {
	position: absolute;
	top: 0;
	right: 10px;
	color: #09f;
}
.h5-login .m-login .layui-form .lr label { display: none; }
.h5-login .m-login .layui-form .lr input {
	padding: 0 15px 0 48px;
	color: #ccc;
	border: none;
	background: none;
}
.h5-login .m-login .layui-form .tipbox {
	color: #f10;
	height: 1.5em;
	line-height: 1;
}
.h5-login .m-login .layui-form button {
	display: block;
	margin: -10px 0 15px;
	width: 100%;
	line-height: 48px;
	font-size: 18px;
	background: #09f;
	color: #fff;
	border-radius: 0.4rem;
}
/* 表格样式
---------------------------------------------------------------- */
.m-herald-title {
	margin-bottom: 1px;
	border-bottom: 3px solid #ef3e3e;
	background-color: #fff9e3;
}
.m-herald-title h3 {
	float: left;
	padding: 0 1.5em;
	line-height: 50px;
	background: #ef3e3e;
	color: #ff6;
    font-size: 20px;
}
.m-herald-title .desc {
	float: right;
	padding-right: 25px;
	line-height: 50px;
	font-size: 18px;
	color: #ff2a2a;
}
.m-herald {
	position: relative;
	margin-bottom: 15px;
	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;	
}
.m-herald thead th {
	height: 40px;
	font-weight: normal;
	border: 1px solid #ddd;
}
.m-herald td { 
	padding: 6px 15px; 
	border: 1px solid #eee;
	white-space: nowrap;
}
.m-herald a:hover { color: #e61313; text-decoration: underline; }

.m-herald tbody tr:nth-child(even) { background: #fcfcfc; }
.m-herald tbody tr:hover { background: #f8f8f8; }
/* 刚开服 */
.m-herald tbody.now tr { background: #fff690; }
.m-herald tbody.now tr:nth-child(even) { background: #fff480; }
.m-herald tbody.now tr td { border-color: #f7d15f; }
.m-herald tbody.now tr:hover { background: #fffabe; }
/* 置顶游戏 */
.m-herald tbody.top tr { background: #c1f2ff;}
.m-herald tbody.top tr td { border-color: #99d8ec; }
.m-herald tbody.top tr:hover { background: #d6f6ff; }
/* 今日未开服 */
.m-herald tbody.today-ep tr { background: #fffffe; }
.m-herald tbody.today-ep tr td { border-color: #ffe999; }
.m-herald tbody.today-ep tr:nth-child(even) { background: #fff; }
.m-herald tbody.today-ep tr:hover { background: #ffffee; }
/* 今日已开服 */
.m-herald tbody.today-ed tr { background: #fff9d1; }
.m-herald tbody.today-ed tr td { border-color: #ffe999; }
.m-herald tbody.today-ed tr:nth-child(even) { background: #fffbdd; }
.m-herald tbody.today-ed tr:hover { background: #fffeee; }

.m-herald a.name {
	display: inline-block;
	max-width: 140px; 
	color: #e61313;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-herald a.hot {
	padding-right: 18px;
	background: url(../img/icon_hot.gif) no-repeat 100% 50%;
}
.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 p {
	margin: auto 0;
	max-width: 380px;
	width: 380px\0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.m-herald .btn-start {
	display: inline-block;
	width: 81px;
	height: 32px;
	line-height: 30px;
	color: #ff2352;
	background: url(../img/spr_pinhead.png) no-repeat;
}
.m-herald tr:hover .btn-start { 
	background: #ff2352;
	color: #fff;
	text-decoration: none;
}

/* 快捷按钮 
---------------------------------------------------------------- */
.m-fixed-left {
	position: fixed;
	left: 50%;
	bottom: 60px;	
	z-index: 20;
	margin-left: -580px;
}
.m-fixed-left .kf {
	display: block;
	margin-left: -160px;
	padding-top: 166px;
	width: 120px;
	height: 198px;
	background: url(../img/s_kf.jpg) no-repeat;
	color: #fff;
	font-size: 15px;
	text-align: center;
	box-sizing: border-box;
}
.m-fixed-left .kf:hover { text-decoration: none; }
.m-fixed-btns {
	position: fixed;
	left: 50%;
	bottom: 60px;	
	z-index: 20;
	margin-left: 620px;
	width: 70px;
	font-size: 13px;
	text-align: center;
}
.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;
}

.m-art-text { padding: 5px 25px; }
.m-art-text .part { margin: 15px 0; text-indent: 2em; }
.m-art-text .part p { margin: 10px 0; padding-left: 1.5em; text-indent: -1.5em; }
.m-art-text .part > .part { padding-left: 1.5em; }
.m-art-text .part > .part p { padding-left: 2.5em; text-indent: -2.5em; }
.m-art-text h1 { margin: 35px 0 -5px; font-size: 18px; font-weight: bold; }