@charset "UTF-8";
/* 首页背景轮播 */
.banner {
	position:relative;
	height:650px;
	overflow:hidden;
}
.banner .slide-box.fade {
	width:100%;
	height:650px;
	overflow:hidden;
	z-index:2;
}
.banner .slide-box.fade .slide-img {
	position:absolute;
	left:50%;
	margin-left:-960px;
}
.banner .slide-box.fade .slide-img a {
	display:block;
	line-height:0;
	float:left;
	overflow:hidden;
}
.banner .slide-box.fade .slide-num {
	position:absolute;
	right:70px;
	top:50%;
	transform:translateY(-50%);
	width:14px;
}
.banner .slide-box.fade .slide-num li {
	width:14px;
	height:14px;
	border:3px solid #fff;
	border-radius:50%;
	background-color:#fff;
	float:left;
	cursor:pointer;
	transition:0.6s;
	margin:8px 0;
}
.banner .slide-box.fade .slide-num li.on {
	background-color:#ffd600;
}
.banner .slide-box.fade .prev,.banner .slide-box.fade .next {
	font-size:45px;
	color:#333;
	font-weight:bold;
	font-family:"宋体";
	width:40px;
	text-align:center;
	line-height:90px;
	background-color:#ffd600;
	position:absolute;
	top:50%;
	margin-top:-45px;
	cursor:pointer;
	transition:0.3s;
	display:none;
}
.banner .slide-box.fade .prev {
	left:0px;
	padding-right:5px;
}
.banner .slide-box.fade .next {
	right:0px;
	padding-left:5px;
}
.index-activity-box {
	height:220px;
	background:url(../images/index_bg_1.jpg) no-repeat center top;
	box-sizing:border-box;
	padding-top:33px;
}
.index-activity-box>.m1200 {
	font-size:0;
	letter-spacing:-5px;
}
.index-activity-box>.m1200>a {
	display:inline-block;
	letter-spacing:normal;
	margin-left:13px;
	position:relative;
	overflow:hidden;
}
.index-activity-box>.m1200>a:first-child {
	margin-left:0;
}
.index-activity-box>.m1200>a img {
	width:100%;
	height:100%;
}
.index-activity-box>.m1200>a .text {
	position:absolute;
	top:0;
	left:0;
	padding:34px 0 0 28px;
}
.index-activity-box>.m1200>a .text h4 {
	font-size:18px;
	line-height:1.2em;
	color:#ffffff;
	width:6em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.index-activity-box>.m1200>a .text p {
	font-size:14px;
	line-height:2em;
	color:#fff;
}
.index-activity-box>.m1200>a .text span {
	display:table;
	font-size:12px;
	color:#fff;
	line-height:1em;
	padding:6px 15px;
	border-radius:20px;
	border:1px solid #fff;
	margin-top:8px;
}
.index-news-box {
	width:1200px;
	margin:0 auto;
	padding-top:50px;
}
.index-news-box .slide-box {
	width:650px;
	height:300px;
	display:inline-block;
	overflow:hidden;
	position:relative;
}
.index-news-box .slide-box .slide-img a {
	display:block;
	line-height:0;
}
.index-news-box .slide-box .prev,.index-news-box .slide-box .next {
	width:45px;
	height:36px;
	background:url(../images/public_img.png) no-repeat 0 -102px;
	position:absolute;
	bottom:-1px;
	cursor:pointer;
}
.index-news-box .slide-box .next {
	right:0;
	background-position-x:-46px;
}
.index-news-box .slide-box .prev {
	right:44px;
}
.index-news-box .slide-box .prev:hover,.index-news-box .slide-box .next:hover {
	background-position-y:-139px;
}
.index-news-box-1 {
	width:550px;
	padding:0 15px 0 34px;
	box-sizing:border-box;
	float:right;
}
.index-news-box-1 .hot {
	font-size:24px;
	font-weight:bold;
	color:#ff0000;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding:8px 0 20px;
}
.index-news-box-1 .game-info{
	border-bottom:1px dashed #eee;
}
.index-news-box-1 .game-info .icon {
	width:70px;
	height:70px;
	display:inline-block;
}
.index-news-box-1 .game-info .icon img {
	width:100%;
	height:100%;
}
.index-news-box-1 .game-info .text {
	display:inline-block;
	box-sizing:border-box;
	padding:0 20px 20px 0;
	vertical-align:top;
}
.index-news-box-1 .game-info .icon + .text{
	width:420px;
	padding-left:13px;
}
.index-news-box-1 .game-info .text p {
	display:inline;
	font-size:12px;
	color:#282b2d;
}
.index-news-box-1 .game-info .text a {
	font-size:12px;
	color:#0099ff;
}
.index-news-box-1 .news-list {
	padding:25px 8px 0 0;
}
.index-news-box-1 .news-list li {
	margin-bottom:24px;
	line-height:0;
}
.index-news-box-1 .news-list li>* {
	color:#282b2d;
	vertical-align:middle;
	transition:0.3s;
	position:relative;
	font-size:12px;
	line-height:1em;
}
.index-news-box-1 .news-list li:hover>* {
	color:#000;
	font-weight:bold;
}
.index-news-box-1 .news-list li .time {
	float:right;
}
.index-news-box-1 .news-list li a {
	display:inline-block;
	max-width:380px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.index-news-box-1 .news-list li .type {
	padding-left:15px;
}
.index-news-box-1 .news-list li .type:before {
	content:'';
	width:5px;
	height:5px;
	border:1px solid #bcbcbc;
	transform:rotate(45deg);
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
}
.index-news-box-1 .news-list li:hover .type:before {
	border-color:#000;
}
.mobile-games-title {
	width:1200px;
	margin:0 auto;
	position:relative;
	text-align:center;
	padding:85px 0 50px;
}
.mobile-games-title p {
	font-size:14px;
	color:#d8d8d8;
	line-height:1em;
}
.mobile-games-title h2 {
	font-size:36px;
	color:#1d2025;
	line-height:1em;
	padding:5px 0 0;
}
.mobile-games-title .reload {
	width:100px;
	height:35px;
	border:1px solid #ffd600;
	border-radius:35px;
	line-height:34px;
	text-align:left;
	padding-left:18px;
	font-size:16px;
	color:#1f283e;
	box-sizing:border-box;
	position:absolute;
	right:0;
	top:108px;
	cursor:pointer;
}
.mobile-games-box {
	font-size:0;
	letter-spacing:-5px;
	line-height:0;
}
.mobile-games-box .item {
	width:20%;
	display:inline-block;
	letter-spacing:normal;
	position:relative;
	overflow:hidden;
}
.mobile-games-box .item img {
	width:100%;
}
.mobile-games-box .item .text {
	width:100%;
	position:absolute;
	left:0;
	bottom:-138px;
	background:rgba(255,255,255,0.75);
	box-sizing:border-box;
	padding:15px 25px 10px;
	text-align:center;
	transition:0.3s;
}
.mobile-games-box .item:hover .text {
	bottom:0px;
	background:rgba(255,214,0,0.75);
}
.mobile-games-box .item .text h4 {
	font-size:24px;
	color:#1d2025;
	line-height:1em;
}
.mobile-games-box .item .text p {
	font-size:16px;
	color:#1d2025;
	padding-top:12px;
	line-height:1em;
}
.mobile-games-box .item .text .code {
	width:100px;
	height:100px;
	box-sizing:border-box;
	border:1px solid #1d2025;
	padding:5px;
	margin:15px auto 10px;
}
.mobile-games-box .item .text span {
	display:block;
	text-align:center;
	font-size:14px;
	line-height:1em;
	color:#1d2025;
}
.index-strategy-box {
	position:relative;
}
.index-strategy-box:before {
	content:'';
	width:100%;
	height:100px;
	background:#f8f8f8;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
.index-strategy-box .m1200 {
	font-size:0;
	letter-spacing:-5px;
}
.index-strategy-box .m1200>div {
	letter-spacing:normal;
	height:587px;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
}
.index-strategy-box .strategy-box {
	width:880px;
	border-left:1px solid #eee;
}
.index-strategy-box .gift-box {
	width:320px;
	border:1px solid #eee;
	border-top:none;
	border-bottom:none;
}
.index-strategy-box .m1200>div .title {
	position:relative;
	padding:38px 0;
}
.index-strategy-box .m1200>div .title p {
	font-size:20px;
	line-height:24px;
	color:#1f283e;
	border-left:5px solid #ffd600;
	padding-left:13px;
	position:relative;
	left:-1px;
}
.index-strategy-box .m1200>div .title a {
	font-size:12px;
	color:#999;
	position:absolute;
	right:15px;
	top:39px;
}
.index-strategy-box .m1200 .strategy-box .title a {
	right:40px;
}
.index-strategy-box .m1200>div .title a:hover {
	color:#ffd600;
}
.index-strategy-box .gift-box ul {
	padding:35px 20px 0;
}
.index-strategy-box .gift-box ul li {
	margin-bottom:28px;
	position:relative;
}
.index-strategy-box .gift-box ul li:nth-of-type(n+6) {
	display:none;
}
.index-strategy-box .gift-box .gift-con .icon {
	width:61px;
	height:61px;
	display:inline-block;
}
.index-strategy-box .gift-box .gift-con .icon img {
	width:100%;
	height:100%;
}
.index-strategy-box .gift-box .gift-con .text {
	display:inline-block;
	padding-left:10px;
	width:115px;
}
.index-strategy-box .gift-box .gift-con .text>* {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.index-strategy-box .gift-box .gift-con .text h5 {
	font-size:18px;
	font-weight:normal;
	color:#333;
}
.index-strategy-box .gift-box .gift-con .text p {
	font-size:14px;
	color:#333;
}
.index-strategy-box .gift-box li .get-btn {
	width:75px;
	text-align:center;
	height:30px;
	border:1px solid #ff0000;
	line-height:28px;
	box-sizing:border-box;
	border-radius:30px;
	font-size:12px;
	color:#ff0000;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	cursor:pointer;
}
.index-strategy-box .gift-box li .get-btn:hover {
	background:#ff0000;
	color:#fff;
}
.index-strategy-box .tab-box {
	padding:0px 25px 0;
	position:relative;
}
.index-strategy-box .tab-box .tab-num {
	padding:33px 0 38px 25px;
	box-sizing:border-box;
}
.index-strategy-box .tab-box .tab-num ul {
	font-size:0;
	letter-spacing:-5px;
	width:100%;
	overflow-x:auto;
	white-space: nowrap;
}
.index-strategy-box .tab-box .tab-num li {
	letter-spacing:normal;
	font-size:16px;
	line-height:1em;
	border-radius:35px;
	color:#333333;
	padding:8px 18px;
	display:inline-block;
	cursor:default;
	margin-right:10px;
	max-width:6em;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.index-strategy-box .tab-box .tab-num li:last-child {
	margin-right:0;
}
.index-strategy-box .tab-box .tab-num li.on {
	background:#ffd600;
}
.index-strategy-box .tab-box .tab-con{
	font-size:0;
	letter-spacing:-5px;
}
.index-strategy-box .tab-box .tab-con>div{
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
}
.index-strategy-box .tab-box .tab-con .tab-left{
	width:365px;
}
.index-strategy-box .tab-box .tab-con .tab-right{
	width:464px;
	box-sizing:border-box;
	padding:5px 0 0 25px;
}
.index-strategy-box .tab-box .tab-con .tab-left a{
	display:block;
}
.index-strategy-box .tab-box .tab-con .tab-left .pic {
	width:365px;
	height:230px;
	overflow:hidden;
}
.index-strategy-box .tab-box .tab-con .tab-left .pic img {
	width:100%;
	min-height:100%;
	transition:0.3s;
}
.index-strategy-box .tab-box .tab-con .tab-left .pic:hover img {
	transform:scale(1.1);
}
.index-strategy-box .tab-box .tab-con .tab-left .text h3 {
	font-size:18px;
	line-height:1.2em;
	padding:18px 0 8px;
	color:#ff0000;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.index-strategy-box .tab-box .tab-con .tab-left .text p {
	font-size:12px;
	line-height:24px;
	height:72px;
	overflow:hidden;
	color:#333;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.index-strategy-box .news-list li {
	padding-bottom:24px;
	line-height:0;
}
.index-strategy-box .news-list li:nth-of-type(n+11){
	display:none;
}
.index-strategy-box .news-list li a,.index-strategy-box .news-list li .time {
	font-size:12px;
	color:#333;
	line-height:1em;
	transition:0.3s;
}
.index-strategy-box .news-list li a {
	padding-left:12px;
	display:inline-block;
	position:relative;
	max-width:370px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.index-strategy-box .news-list li a:before {
	content:'';
	width:5px;
	height:5px;
	background:#ffd600;
	transform:rotate(45deg);
	position:absolute;
	left:0;
	top:3px;
}
.index-strategy-box .news-list li .time {
	float:right;
}
.index-strategy-box .news-list li:hover a,.index-strategy-box .news-list li:hover .time {
	color:#000;
	font-weight:bold;
}
.index-video-box {
	height:700px;
	background:url(../images/index_bg_2.jpg) no-repeat center top;
	box-sizing:border-box;
	padding-top:80px;
}
.index-video-box .tab-box {
	width:1640px;
	margin:0 auto;
}
.index-video-box .tab-box .tab-num ul {
	font-size:0;
	letter-spacing:-5px;
	text-align:center;
}
.index-video-box .tab-box .tab-num li {
	font-size:36px;
	line-height:1em;
	font-weight:bold;
	color:#424852;
	display:inline-block;
	letter-spacing:normal;
	position:relative;
	margin:0 120px;
	cursor:default;
}
.index-video-box .tab-box .tab-num li span {
	font-size:14px;
	line-height:1em;
	color:#424852;
	position:absolute;
	top:-18px;
	left:0;
	width:100%;
	text-align:center;
	font-weight:normal;
}
.index-video-box .tab-box .tab-num li.on,.index-video-box .tab-box .tab-num li.on span {
	color:#ffd600;
}
.index-video-box .slide-box {
	margin-top:80px;
	position:relative;
}
.index-video-box .slide-box .slide-img {
	font-size:0;
	letter-spacing:-5px;
}
.index-video-box .slide-box .slide-img a {
	width:400px;
	height:400px;
	box-sizing:border-box;
	display:inline-block;
	letter-spacing:normal;
	margin:0 5px;
	overflow:hidden;
	position:relative;
}
.index-video-box .slide-box .slide-img .more {
	background:#1e2636;
	padding-top:168px;
}
.index-video-box .slide-box .slide-img .more span {
	font-size:24px;
	color:#fff;
	display:table;
	margin:0 auto;
	position:relative;
}
.index-video-box .slide-box .slide-img .more span:after {
	content:'';
	width:30px;
	height:30px;
	background:url(../images/public_img.png) no-repeat -255px -220px;
	position:absolute;
	left:0;
	right:0;
	bottom:-45px;
	margin:auto;
}
.index-video-box .slide-box .slide-img a img {
	width:100%;
	min-height:100%;
	transition:0.3s;
}
.index-video-box .slide-box .slide-img a:hover img{
	transform:scale(1.1);
}
.index-video-box .slide-box .slide-img a .text {
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding:135px 25px 0;
	position:absolute;
	top:0;
	left:0;
	background:rgba(29,32,37,0.6);
}
.index-video-box .slide-box .slide-img a .text p {
	text-align:center;
	color:#fff;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.index-video-box .slide-box .slide-img a .text .name {
	font-size:20px;
	line-height:1em;
	padding:30px 0 10px;
}
.index-video-box .slide-box .slide-img a .text .intr {
	font-size:24px;
	line-height:1em;
}
.index-video-box .slide-box .slide-img a .text .icon {
	width:70px;
	height:70px;
	margin:0 auto;
	background:url(../images/public_img.png) no-repeat -164px -265px;
}
.index-video-box .slide-box-2 .slide-img a .text .icon {
	width:82px;
	height:82px;
	margin-top:18px;
	background-position:-164px -182px;
}
.index-video-box .slide-box .prev,.index-video-box .slide-box .next {
	width:35px;
	height:59px;
	background:url(../images/public_img.png) no-repeat -92px -102px;
	position:absolute;
	top:50%;
	margin-top:-29.5px;
	cursor:pointer;
}
.index-video-box .slide-box .prev {
	left:-65px;
}
.index-video-box .slide-box .next {
	background-position-x:-128px;
	right:-65px;
}
.index-video-box .slide-box .prev:hover,.index-video-box .slide-box .next:hover {
	background-position-y:-162px;
}
.index-video-box .slide-box .prev.prevStop,.index-video-box .slide-box .next.nextStop{
	cursor:default;
}
.index-video-box .slide-box .prev.prevStop:hover,.index-video-box .slide-box .next.nextStop:hover{
	background-position-y:-102px;
}

/* 悬浮 */
.index-fixed-box{
	position:fixed;
	right:0;
	top:50%;
	margin-top:-132px;
	z-index:111;
}
.index-fixed-box a{
	width:50px;
	height:50px;
	display:block;
	background:url(../images/public_img.png) no-repeat 0 0;
	margin-top:2px;
	position:relative;
}
.index-fixed-box .a-2{
	background-position-x:-51px;
}
.index-fixed-box .a-3{
	background-position-x:-102px;
	cursor:default;
}
.index-fixed-box .a-4{
	background-position-x:-153px;
}
.index-fixed-box .a-5{
	background-position-x:-204px;
	margin-top:8px;
}
.index-fixed-box a:hover{
	background-position-y:-51px;
}
.index-fixed-box .a-5:hover{
	background-position-y:0px;
}
.index-fixed-box a .show-box{
	position:absolute;
	right:45px;
	border:1px solid #1d2025;
	background:#fff;
	visibility: hidden;
	opacity:0;
	z-index:-11;
	transition:0.3s;
}
.index-fixed-box .a-2 .show-box{
	top:1px;
}
.index-fixed-box .a-3 .show-box{
	top:-16px;
}
.index-fixed-box .a-4 .show-box{
	width:197px;
	height:65px;
	background:url(../images/public_img.png) no-repeat 0 -483px;
	top:-8.5px;
}
.index-fixed-box .a-3 .show-box img{
	width:80px;
	height:80px;
}
.index-fixed-box a:hover .show-box{
	right:65px;
	opacity:1;
	z-index:2;
	visibility: visible;
}
.index-fixed-box a .show-box:before,.index-fixed-box a .show-box:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	width:0;
	height:0;
	border-style:solid;
}
.index-fixed-box a .show-box:before{
	border-color:transparent transparent transparent #1d2025;
	border-width:8px 10px;
	right:-20px;
}
.index-fixed-box a .show-box:after{
	border-color:transparent transparent transparent #fff;
	border-width:7px 10px;
	right:-19px;
}
.index-fixed-box a .show-box p{
	font-size:14px;
	color:#282b2d;
	line-height:1em;	
	white-space: nowrap;
	padding:16px;
}

/* 登录页 */
.login-banner {
	width:100%;
	height:960px;
	position:relative;
	overflow:hidden;
	padding-top:202px;
	box-sizing:border-box;
}
.login-banner>img {
	width:1920px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-960px;
}
.login-banner .login-box {
	width:425px;
	height:520px;
	padding:90px 48px 0;
	box-sizing:border-box;
	border-radius:2px;
	border-top:4px solid #ffd600;
	background:#fff;
	position:relative;
	z-index:11;
	margin:0 auto;
}
.login-banner .login-box .login-icon {
	width:110px;
	height:110px;
	background:#fff;
	box-sizing:border-box;
	border:4px solid #ffd600;
	border-radius:50%;
	overflow:hidden;
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	top:-55px;
}
.login-banner .login-box .login-tab{
	text-align:center;
	font-size:0;
	letter-spacing:-5px;
	padding-bottom:20px;
}
.login-banner .login-box .login-tab a{
	letter-spacing:normal;
	font-size:16px;
	color:#333333;
	display:inline-block;
	line-height:1em;
	margin:0 15px;
	padding:0 6px 8px;
	position:relative;
}
.login-banner .login-box .login-tab a:after{
	content:'';
	height:2px;
	width:0;
	background:#ffd600;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	transition:0.3s;
}
.login-banner .login-box .login-tab a:hover:after,.login-banner .login-box .login-tab a.on:after{
	width:100%;
}
.login-banner .login-box .login-icon img {
	width:100%;
	height:100%;
}
.login-banner .login-box h2 {
	text-align:center;
	font-size:30px;
	line-height:1em;
	color:#000;
	padding-bottom:35px;
}
.login-banner .login-box li {
	line-height:0;
	position:relative;
	margin-top:-1px;
}
.login-banner .login-box li input {
	width:100%;
	box-sizing:border-box;
	border-radius:2px;
	border:1px solid #e8e8e8;
	line-height:43px;
	padding:0 50px 0 15px;
	font-size:16px;
	color:#000;
	height:43px;
}
.login-banner .login-box li input::placeholder {
	color:#ddd;
}
.login-banner .login-box li i {
	width:23px;
	height:23px;
	background:url(../images/public_img.png) no-repeat -204px -51px;
	position:absolute;
	top:0;
	bottom:0;
	right:10px;
	margin:auto;
	transition:0s;
}
.login-banner .login-box .con-2 li i{
	background:url(../images/public_img2.png) no-repeat -29px 0;
	width:28px;
}
.login-banner .login-box li:nth-of-type(2) i {
	background-position-x:-228px;
}
.login-banner .login-box .con-2 li:nth-of-type(2) i{
	background-position-x:0;
}
.login-banner .login-box li:after {
	content:'';
	width:1px;
	height:23px;
	background:#e8e8e8;
	position:absolute;
	top:0;
	bottom:0;
	right:47px;
	margin:auto;
}
.login-banner .login-box li.active {
	z-index:22;
}
.login-banner .login-box li.active input {
	border-color:#ffd600;
}
.login-banner .login-box li.active:after {
	background:#ffd600;
}
.login-banner .login-box li.active i {
	background-position-y:-75px;
}
.login-banner .login-box .con-2 li.active i{
	background-position-y:-24px;
}
.login-banner .login-box .send-code{
	font-size:14px;
	color:#dddddd;
	position:absolute;
	top:14px;
	right:56px;
	line-height:1em;
}
.login-banner .login-box .send-code:hover{
	color:#ffd600;
}

.login-banner .login-box .opera-box {
	line-height:0;
	padding:20px 0 40px;
}
.login-banner .login-box .opera-box input {
	display:none;
}
.login-banner .login-box .opera-box label {
	font-size:14px;
	line-height:1em;
	color:#b2b2b2;
	position:relative;
	cursor:pointer;
	padding-left:22px;
	user-select:none;
}
.login-banner .login-box .opera-box label:before {
	content:'';
	width:18px;
	height:18px;
	background:url(../images/public_img.png) no-repeat 0 -396px;
	position:absolute;
	top:-2px;
	left:0px;
}
.login-banner .login-box .opera-box label.on:before {
	background-position-x:-19px;
}
.login-banner .login-box .opera-box a {
	font-size:14px;
	line-height:1em;
	color:#000;
	float:right;
}
.login-banner .login-box .login-btn {
	font-size:16px;
	line-height:1em;
	color:#000;
	text-align:center;
	padding:15px 0;
	background:#ffd600;
	border-radius:2px;
	cursor:pointer;
}
.login-banner .login-box .tips-box {
	margin:45px 0 0;
	text-align:center;
}
.login-banner .login-box .tips-box a {
	font-size:14px;
	color:#000;
	position:relative;
	user-select:none;
}
.login-banner .login-box .tips-box a:first-child {
	margin-right:34px;
}
.login-banner .login-box .tips-box a:first-child:after {
	width:1px;
	height:14px;
	background:#000;
	content:'';
	position:absolute;
	top:0;
	right:-19px;
}
.login-banner .login-box .tips-box a span {
	color:#ffd600;
}
.register-popup-bg {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.55);
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	min-width:1200px;
	display:none;
}
.register-popup-box {
	width:425px;
	box-sizing:border-box;
	padding:65px 48px 40px;
	background:#fff;
	position:absolute;
	left:50%;
	margin-left:-212.5px;
	top:50%;
	transform:translateY(-50%);
	border-radius:2px;
	max-height:90%;
	overflow-y:auto;
}
.register-popup-box .close {
	width:24px;
	height:24px;
	background:url(../images/public_img.png) no-repeat -106px -379px;
	position:absolute;
	right:16px;
	top:18px;
	cursor:pointer;
	transition:0.3s;
}
.register-popup-box .close:hover {
	transform:rotate(90deg);
}
.register-popup-box .tab-box .tab-num {
	font-size:0;
	letter-spacing:-5px;
	text-align:center;
}
.register-popup-box .tab-box .tab-num li {
	font-size:24px;
	color:#333;
	letter-spacing:normal;
	display:inline-block;
	line-height:1em;
	margin:0 25px;
	padding:0 5px 15px;
	position:relative;
	cursor:pointer;
}
.register-popup-box .tab-box .tab-num li:after {
	content:'';
	width:0;
	height:4px;
	background:#ffd600;
	transition:0.3s;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.register-popup-box .tab-box .tab-num .on:after {
	width:100%;
}
.register-popup-box .login-btn {
	font-size:16px;
	line-height:1em;
	color:#000;
	text-align:center;
	padding:15px 0;
	background:#ffd600;
	border-radius:2px;
	cursor:pointer;
}
.register-popup-box .tips-box {
	margin:45px 0 0;
	text-align:center;
}
.register-popup-box .tips-box a {
	font-size:14px;
	color:#000;
	position:relative;
	user-select:none;
}
.register-popup-box .tips-box a:first-child {
	margin-right:34px;
}
.register-popup-box .tips-box a:first-child:after {
	width:1px;
	height:14px;
	background:#000;
	content:'';
	position:absolute;
	top:0;
	right:-19px;
}
.register-popup-box .tips-box a span {
	color:#ffd600;
}
.register-popup-box .agree-box {
	margin:40px 0 20px;
}
.register-popup-box .agree-box input {
	display:none;
}
.register-popup-box .agree-box label {
	user-select:none;
	font-size:14px;
	line-height:1em;
	color:#b2b2b2;
	position:relative;
	cursor:pointer;
	padding-left:22px;
	display:table;
	margin:0 auto;
}
.register-popup-box .agree-box label:before {
	content:'';
	width:18px;
	height:18px;
	background:url(../images/public_img.png) no-repeat 0 -396px;
	position:absolute;
	top:-2px;
	left:0px;
}
.register-popup-box .agree-box label.on:before {
	background-position-x:-19px;
}
.register-popup-box .msg_text,.register-popup-box .msg_warn,.register-popup-box .msg_yes {
	display:block;
	font-size:12px;
	line-height:1em;
	color:#999;
	padding:4px 0 0 5px;
}
.register-popup-box .agree-box label a{
	font-size:14px;
	line-height:1em;
	color:#b2b2b2;
}
.register-popup-box .agree-box label a:hover{
	color:#ffd600;
}
.register-popup-box .msg_warn {
	color:red;
}
.register-popup-box ul {
	padding-top:20px;
}
.register-popup-box li {
	margin-top:14px;
	position:relative;
	line-height:0;
}
.register-popup-box li .input-box {
	position:relative;
	line-height:0;
}
.register-popup-box li input {
	width:100%;
	box-sizing:border-box;
	border:1px solid #e8e8e8;
	border-radius:2px;
	line-height:43px;
	height:43px;
	padding:0 15px;
	font-size:16px;
	color:#333;
}
.register-popup-box li input::placeholder {
	color:#dddddd;
}
.register-popup-box li .img_wrap {
	width:102px;
	height:45px;
	position:absolute;
	right:0;
	top:0;
	line-height:45px;
}
.register-popup-box li .img_wrap img {
	width:100px;
	height:30px;
	cursor:pointer;
}
.register-popup-box li .btn_upload {
	width:100px;
	height:45px;
	line-height:45px;
	position:absolute;
	top:0;
	right:0;
	border-radius:2px;
	background:#1f9eff;
	font-size:16px;
	color:#fff;
	text-align:center;
}
.register-popup-box li .btn_upload_on {
	background:#c7c7c7;
	cursor:default;
}
/* 注册页 */
.inner-register-box {
	background:#f8f8f8;
	padding:25px 0 35px;
}
.inner-register-box .tab-box {
	width:950px;
	box-sizing:border-box;
	margin:0 auto;
	background:#fff;
	padding:35px 0 45px;
}
.inner-register-box .tab-box .tab-num {
	width:700px;
	margin:0 auto;
	border-bottom:1px solid #e8e8e8;
}
.inner-register-box .tab-box .tab-num ul {
	font-size:0;
	letter-spacing:-5px;
	text-align:center;
}
.inner-register-box .tab-box .tab-num li {
	font-size:24px;
	line-height:1em;
	color:#333;
	display:inline-block;
	letter-spacing:normal;
	margin:0 55px;
	padding:0 5px 35px;
	position:relative;
	cursor:pointer;
}
.inner-register-box .tab-box .tab-num li:after {
	content:'';
	width:0;
	height:4px;
	background:#ffd600;
	position:absolute;
	left:0;
	right:0;
	bottom:-1px;
	margin:auto;
	transition:0.3s;
}
.inner-register-box .tab-box .tab-num li.on:after {
	width:100%;
}
.inner-register-box .tab-box .input-box>* {
	vertical-align:top;
}
.inner-register-box .tab-box ul {
	padding-top:20px;
}
.inner-register-box .tab-box li {
	padding-left:160px;
	position:relative;
	margin-top:15px;
}
.inner-register-box .tab-box li label {
	width:9em;
	text-align:right;
	display:inline-block;
	font-size:16px;
	color:#000;
	position:absolute;
	left:0;
	top:0;
	line-height:45px;
}
.inner-register-box .tab-box li label:before {
	content:'*';
	font-size:16px;
	color:#ff0101;
	margin-right:4px;
}
.inner-register-box .tab-box li input {
	width:330px;
	height:45px;
	line-height:43px;
	box-sizing:border-box;
	border:1px solid #e8e8e8;
	border-radius:2px;
	font-size:16px;
	color:#000;
	padding:0 15px;
}
.inner-register-box .tab-box li input::placeholder {
	color:#ddd;
}
.inner-register-box .msg_text,.inner-register-box .msg_warn,.inner-register-box .msg_yes {
	display:inline-block;
	font-size:14px;
	line-height:45px;
	color:#000000;
	padding-left:10px;
}
.inner-register-box .msg_warn {
	color:red;
}
.inner-register-box .tab-box .tab-con {
	padding-left:150px;
}
.inner-register-box .agree-box {
	margin:30px 0 30px 160px;
}
.inner-register-box .agree-box input {
	display:none;
}
.inner-register-box .agree-box label {
	user-select:none;
	font-size:14px;
	line-height:1em;
	color:#b2b2b2;
	position:relative;
	cursor:pointer;
	padding-left:22px;
	display:table;
}
.inner-register-box .agree-box label a{
	font-size:14px;
	line-height:1em;
	color:#b2b2b2;	
}
.inner-register-box .agree-box label a:hover{
	color:#ffd600;
}
.inner-register-box .agree-box label:before {
	content:'';
	width:18px;
	height:18px;
	background:url(../images/public_img.png) no-repeat 0 -396px;
	position:absolute;
	top:-2px;
	left:0px;
}
.inner-register-box .agree-box label.on:before {
	background-position-x:-19px;
}
.inner-register-box .login-btn {
	font-size:16px;
	line-height:1em;
	color:#000;
	text-align:center;
	width:330px;
	height:45px;
	line-height:45px;
	background:#ffd600;
	border-radius:2px;
	cursor:pointer;
	margin-left:160px;
}
.inner-register-box .tab-box li #chk_code {
	width:210px;
}
.inner-register-box .tab-box li .img_wrap {
	width:115px;
	height:45px;
	box-sizing:border-box;
	border:1px solid #e8e8e8;
	border-radius:2px;
	display:inline-block;
	text-align:center;
	line-height:43px;
}
.inner-register-box .tab-box li .img_wrap img {
	width:100px;
	height:30px;
	cursor:pointer;
}
.inner-register-box .tab-box li .btn_upload {
	width:100px;
	height:45px;
	line-height:45px;
	position:absolute;
	top:0;
	left:390px;
	border-radius:2px;
	background:#1f9eff;
	font-size:16px;
	color:#fff;
	text-align:center;
}
.inner-register-box .tab-box li .btn_upload_on {
	background:#c7c7c7;
	cursor:default;
}

/* 礼包中心 */
.inside-box-wrap{
    background:#f8f8f8;
    padding:0 0 55px;
}
.inside-box-wrap .max-part{
	width:824px;
	float:left;
	position:relative;
}
.inside-box-wrap .max-part-2{
	width:793px;
	float:left;
	position:relative;
}
.inside-box-wrap .min-part{
	width:353px;
	float:right;
	position:relative;
}
.inside-box-wrap .min-part-2{
	width:379px;
	float:right;
	position:relative;
}
.inside-box-wrap .m1200{
    position:relative;
}
.inside-box-wrap .inside-title{
	padding:60px 0 30px;
	line-height:0;
	position:relative;
}
.inside-box-wrap .rank-list-box .inside-title{
	border-bottom:1px solid #f3f3f3;
	padding:25px 0 15px;
}
.inside-box-wrap .inside-content-box .inside-title,.inside-box-wrap .hot-recom-info-box .inside-title{
	border-bottom:1px solid #f3f3f3;
	padding:0 0 15px;	
	margin-bottom:20px;
}
.inside-box-wrap .info-list-box .inside-title{
	margin-bottom:8px;
}
.inside-box-wrap .data-list-box .inside-title{
	padding:0;
	margin-bottom:8px;
	border-bottom:none;
}
.inside-box-wrap .inside-title span{
	display:block;
    font-size:20px;
    color:#1f283e;
    line-height:1em;
    padding:2px 0 2px 10px;
	border-left:5px solid #ffd600;
	position:relative;
}
.inside-box-wrap .inside-content-box .inside-title span,.inside-box-wrap .rank-list-box .inside-title span{
	border-left:none;
	padding-left:0;
}
.inside-box-wrap .inside-content-box .inside-title span:after,.inside-box-wrap .rank-list-box .inside-title span:after{
	content:'';
	width:3px;
	height:17px;
	background:#ffd600;
	position:absolute;
	top:3px;
	left:-10px;
}
.inside-box-wrap .inside-title .more{
	font-size:12px;
	color:#999999;
	line-height:1em;
	position:absolute;
	right:15px;
	bottom:34px;
}
.inside-box-wrap .rank-list-box .inside-title .more{
	bottom:18px;
}
.inside-box-wrap .inside-content-box .inside-title .more,.inside-box-wrap .hot-recom-info-box .inside-title .more{
	bottom:18px;
}
.inside-box-wrap .inside-title .more:hover{
	color:#ffd600;
}
.inside-box-wrap .inside-title-2{
	border-bottom:1px solid #999999;
	padding:55px 0 12px 0;
	line-height:0;
	position:relative;
	margin-bottom:28px;
}
.inside-box-wrap .inside-title-2 span{
	font-size:24px;
	color:#333;
	line-height:1em;
	position:relative;
	display:inline-block;
	font-weight:bold;
	padding:0 5px;
}
.inside-box-wrap .inside-title-2 span i{
	width:100%;
	height:5px;
	background:#ffd600;
	position:absolute;
	left:0;
	bottom:-13px;
}
.inside-box-wrap .inside-title-2 .more{
	font-size:16px;
	color:#666666;
	line-height:1em;
	position:absolute;
	bottom:12px;
	right:0;
	padding-right:20px;
	transition:0s;
}
.inside-box-wrap .inside-title-2 .more i{
	width:7px;
	height:13px;
	background:url(../images/public_img.png) no-repeat -255px -207px;
	position:absolute;
	top:1px;
	right:0;
	transition:0s;
}
.inside-box-wrap .inside-title-2 .more:hover{
	color:#ffd600;
}
.inside-box-wrap .inside-title-2 .more:hover i{
	background-position-x:-263px;
}
.inside-box-wrap .gift-search-box{
    width:369px;
    height:39px;
    position:absolute;
    right:0;
    top:50px;
}
.inside-box-wrap .data-list-box .gift-search-box{
	right:20px;
	top:26px;
}
.inside-box-wrap .gift-search-box .search-word{
    width:100%;
    height:100%;
    box-sizing:border-box;
    border:1px solid #d1d1d1;
    border-radius:40px;
    padding:0 38px 0 18px;
    font-size:12px;
    color:#333;
}
.inside-box-wrap .gift-search-box .search-word::placeholder{
    color:#999;
}
.inside-box-wrap .gift-search-box .search-btn{
	width:16px;
	height:16px;
	background:url(../images/public_img.png) no-repeat -23px -415px;
	position:absolute;
	top:0;
	bottom:0;
	right:12px;
	margin:auto;
	cursor:pointer;
}
.inside-box-wrap .inside-gift-list{
	padding-top:10px;
	font-size:0;
	letter-spacing:-5px;
	width:1245px;
	overflow:hidden;
}
.inside-box-wrap .inside-gift-list li{
	display:inline-block;
	letter-spacing:normal;
	margin:0 24px 35px 0;
	width:384px;
	position:relative;
	overflow:hidden;
}
.inside-box-wrap .inside-gift-list li .pic{
	width:100%;
	height:234px;
	overflow:hidden;
}
.inside-box-wrap .inside-gift-list li .pic img{
	width:100%;
	min-height:100%;
}
.inside-box-wrap .inside-gift-list li .gift-name{
	height:48px;
	line-height:48px;
	font-size:18px;
	color:#666666;
	font-weight:bold;
	padding:0 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align:center;
	background:#fff;
}
.inside-box-wrap .inside-gift-list li .get-btn{
	width:100%;
	height:48px;
	line-height:48px;
	font-size:18px;
	color:#333;
	text-align:center;
	position:absolute;
	left:0;
	bottom:-48px;
	background:#ffd600;
	cursor:pointer;
	transition:0.4s;
}
.inside-box-wrap .inside-gift-list li:hover .get-btn{
	bottom:0px;
}

/* 游戏中心 */
.hot-game-box{
	height:500px;
	box-sizing:border-box;
	padding-top:50px;
	background:url(../images/inside_banner_01.jpg) no-repeat center top;
}
.hot-game-box .title p{
	font-size:14px;
	line-height:1em;
	color:#d8d8d8;
	text-align:center;
}
.hot-game-box .title h2{
	font-size:36px;
	line-height:1em;
	color:#fff;
	text-align:center;
	padding:8px 0 40px;
}
.hot-game-box ul{
	font-size:0;
	letter-spacing:-5px;
}
.hot-game-box li{
	display:inline-block;
	letter-spacing:normal;
	width:384px;
	height:259px;
	border-radius:2px;
	overflow:hidden;
	margin-left:24px;
}
.hot-game-box li:first-child{
	margin-left:0;
}
.hot-game-box li a{
	display:block;
	height:100%;
	box-sizing:border-box;
	position:relative;
}
.hot-game-box li a>div{
	position:absolute;
	z-index:11;
}
.hot-game-box li a img{
	width:100%;
	min-height:100%;
}
.hot-game-box li .text{
	left:16px;
	top:192px;
	width:352px;
}
.hot-game-box li .icon{
	width:69px;
	height:69px;
	border-radius:13px;
	position:absolute;
	top:21px;
	left:21px;
	box-shadow:3px 3px 10px rgba(0,0,0,0.2);
	opacity:1;
	transition:0.3s;
}
.hot-game-box li .icon img{
	width:100%;
	height:100%;
}
.hot-game-box li .code{
	width:95px;
	height:95px;
	box-sizing:border-box;
	padding:3px;
	background:#fff;
	border-radius:4px;
	position:absolute;
	left:21px;
	top:21px;
	z-index:12;
	opacity:0;
	transition:0.4s;
}
.hot-game-box li .code img{
	width:100%;
	height:100%;
}
.hot-game-box li:hover .code{
	opacity:1;
}
.hot-game-box li .text .name{
	font-size:24px;
	line-height:1em;
	color:#fff;
	font-weight:bold;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot-game-box li .text .intr{
	font-size:12px;
	color:#fff;
	line-height:1em;
	padding-top:12px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inside-box-wrap .rank-list-box{
	background:#fff;
	padding:0 25px;
}
.inside-box-wrap .rank-list-box li{
	position:relative;
	padding:30px 48px;
	border-bottom:1px solid #f1f1f1;
	font-size:0;
	letter-spacing:-5px;
}
.inside-box-wrap .rank-list-box li>*{
	letter-spacing:normal;
}
.inside-box-wrap .rank-list-box li:last-child{
	border-bottom:none;
}
.inside-box-wrap .rank-list-box .icon{
	width:60px;
	height:60px;
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
}
.inside-box-wrap .rank-list-box .icon img{
	width:100%;
	height:100%;
}
.inside-box-wrap .rank-list-box .text{
	display:inline-block;
	padding-left:8px;
	width:130px;
}
.inside-box-wrap .rank-list-box .text .name{
	font-size:18px;
	color:#333;
	line-height:24px;
}
.inside-box-wrap .rank-list-box .text .intr{
	font-size:14px;
	color:#999;
	line-height:24px;
	padding-top:5px;
}
.inside-box-wrap .rank-list-box .text .intr p{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space: nowrap;
}
.inside-box-wrap .rank-list-box .text .intr span{
	color:#ffa800;
}
.inside-box-wrap .rank-list-box li .rank-num{
	width:24px;
	height:24px;
	border-radius:24px;
	background:#dadada;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:24px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
}
.inside-box-wrap .rank-list-box li:nth-of-type(1) .rank-num{
	background:linear-gradient(to bottom,#ff2c5e,#fd566a);
}
.inside-box-wrap .rank-list-box li:nth-of-type(2) .rank-num{
	background:linear-gradient(to bottom,#ff8a00,#ffc600);
}
.inside-box-wrap .rank-list-box li:nth-of-type(3) .rank-num{
	background:linear-gradient(to bottom,#2998ed,#7ed4ff);
}
.inside-box-wrap .rank-list-box li .down-btn{
	width:35px;
	height:35px;
	background:url(../images/public_img.png) no-repeat 0 -360px;
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
}
.inside-box-wrap .rank-list-box li:hover{
	border-color:#ffd600;
}
.inside-box-wrap .rank-list-box li:hover .down-btn{
	background-position-x:-36px;
}
.max-part  .game-type-box{
	border-bottom:1px solid #f3f3f3;
	padding:30px 0 13px;
	font-size:0;
	letter-spacing:-5px;
	line-height:0;
}
.max-part  .game-type-box span{
	font-size:14px;
	color:#999999;
	line-height:20px;
	display:inline-block;
	letter-spacing:normal;
	vertical-align:middle;
}
.max-part  .game-type-box a{
	font-size:16px;
	color:#999999;
	line-height:20px;
	display:inline-block;
	letter-spacing:normal;
	margin:0 22px;
	vertical-align:middle;
	position:relative;
}
.max-part  .game-type-box a:hover,.max-part  .game-type-box a.on{
	color:#333;
}
.max-part  .game-type-box a:after{
	content:'';
	width:0;
	height:2px;
	background:#ffd600;
	position:absolute;
	left:0;
	right:0;
	bottom:-14px;
	margin:auto;
	transition:0.3s;
}
.max-part  .game-type-box a:hover:after,.max-part  .game-type-box a.on:after{
	width:100%;
}
.max-part .game-list-box{
	background:#fff;
	padding:0 20px 55px;
	margin-bottom:30px;
}
.max-part .game-list-box .page{
	padding-top:40px;
}
.max-part .game-list-box li{
	padding:45px 205px 45px 190px;
	position:relative;
	border-bottom:1px solid #f1f1f1;
}
.max-part .game-list-box li:last-child{
	border-bottom:none;
}
.max-part .game-list-box li:hover{
	border-color:#ffd600;
}
.max-part .game-list-box li .icon{
	width:137px;
	height:137px;
	overflow:hidden;
	position:absolute;
	top:0;
	bottom:0;
	left:20px;
	margin:auto;
}
.max-part .game-list-box li .icon img{
	width:100%;
	height:100%;
}
.max-part .game-list-box li .text{
	display:inline-block;
	width:100%;
	vertical-align:middle;
}
.max-part .game-list-box li .text .name{
	font-size:18px;
	color:#494949;
	line-height:1em;
	position:relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right:110px;
}
.max-part .game-list-box li .text .name .type{
	font-size:12px;
	color:#9c9c9c;
	line-height:1em;
	position:absolute;
	right:0;
	bottom:0;
}
.max-part .game-list-box li .text .intr{
	font-size:12px;
	color:#333;
	line-height:24px;
	margin-top:10px;
	height:72px;
	overflow: hidden;
	text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.max-part .game-list-box li .support-icon{
	line-height:0;
	padding-top:6px;
}
.max-part .game-list-box li .support-icon span{
	width:20px;
	height:20px;
	display:inline-block;
	background:url(../images/public_img.png) no-repeat;
}
.max-part .game-list-box li .support-icon .android{
	background-position:-210px -102px;
}
.max-part .game-list-box li .support-icon .ios{
	background-position:-231px -102px;
}
.max-part .game-list-box li .opera-box{
	width:106px;
	position:absolute;
	right:32px;
	top:74px;
}
.max-part .game-list-box li .opera-box a{
	width:100%;
	height:30px;
	border-radius:30px;
	display:block;
	position:relative;
}
.max-part .game-list-box li .opera-box a span{
	line-height:30px;
	box-sizing:border-box;
	border-radius:30px;
	font-size:14px;
	padding-left:32px;
	display:block;
	position:relative;
}
.max-part .game-list-box li .opera-box a i{
	width:15px;
	height:15px;
	background:url(../images/public_img.png) no-repeat;
	position:absolute;
	top:0;
	bottom:0;
	left:11px;
	margin:auto;
}
.max-part .game-list-box li .opera-box .down-btn span{
	color:#272727;
	background:#ffd600;
	position:relative;
	z-index:9;
}
.max-part .game-list-box li .opera-box .game-link span{
	color:#fff;
	background:#292929;
	margin-top:8px;
}
.max-part .game-list-box li .opera-box .down-btn i{
	background-position:0 -293px;
}
.max-part .game-list-box li .opera-box .game-link i{
	background-position:-16px -293px;
}
.max-part .game-list-box li .opera-box .code{
	width:106px;
	height:0px;
	box-sizing:border-box;
	position:absolute;
	left:0;
	top:15px;
	z-index:8;
	border:1px solid #ffd600;
	padding:0px 6px 0px;
	background:#fff;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	transition:0.4s;
	overflow: hidden;
	cursor:default;
}
.max-part .game-list-box li .opera-box .code img{
	width:100%;
}
.max-part .game-list-box li .down-btn:hover .code{
	height:120px;
	padding:20px 6px 6px;
}

/* 马甲包详情页 */
.max-part .inside-content-box{
	padding:30px 20px;
	background:#fff;
	position:relative;
	margin-bottom:30px;
}
.max-part .head-hot-game-box{
	font-size:0;
	letter-spacing:-5px;
	z-index:12;
	padding:30px 28px;
}
.max-part .head-hot-game-box>*{
	letter-spacing:normal;
}
.max-part .head-hot-game-box.hot:before{
	content:'';
	width:50px;
	height:50px;
	background:url(../images/public_img.png) no-repeat 0 -309px;
	position:absolute;
	left:0;
	top:0;
}
.max-part .head-hot-game-box .icon{
	width:180px;
	height:180px;
	overflow:hidden;
	display:inline-block;
}
.max-part .head-hot-game-box .icon img{
	width:100%;
	height:100%;
}
.max-part .head-hot-game-box .text{
	width:380px;
	display:inline-block;
	vertical-align:middle;
	padding-left:25px;
}
.max-part .head-hot-game-box .text .name{
	font-size:24px;
	color:#333;
	line-height:1em;
	font-weight:bold;
}
.max-part .head-hot-game-box .text .name .type{
	font-size:12px;
	line-height:1em;
	color:#999;
	font-weight:normal;
	margin-left:18px;
	display:inline-block;
	vertical-align:bottom;
}
.max-part .head-hot-game-box .text .intr{
    font-size: 14px;
    color: #666;
    line-height: 24px;
	height: 48px;
	margin-top:22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;	
}
.max-part .head-hot-game-box .score-box{
	width:95px;
	height:95px;
	background:url(../images/public_img.png) no-repeat -64px -222px;
	position:absolute;
	top:0;
	bottom:0;
	right:28px;
	margin:auto;
	text-align:center;
	box-sizing:border-box;
	font-size:14px;
	color:#333;
	font-weight:bold;
	line-height:1em;
	padding-top:14px;
}
.max-part .head-hot-game-box .score-box .number{
	display:block;
	font-size:36px;
	color:#333;
	line-height:1em;
	padding-top:6px;
}
.max-part .head-hot-game-box .opera-box{
	padding-top:18px;
}
.max-part .head-hot-game-box .opera-box .code{
	width: 106px;
    height: 0px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 8;
    border: 1px solid #ffd600;
    padding: 0px 6px 0px;
    background: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: 0.4s;
    overflow: hidden;
    cursor: default;	
}
.max-part .head-hot-game-box .opera-box .code img{
	width:100%;
}
.max-part .head-hot-game-box .opera-box a{
	width:106px;
	height:30px;
	box-sizing:border-box;
	border-radius:30px;
	display:inline-block;
	position:relative;
	margin-right:20px;
}
.max-part .head-hot-game-box .opera-box a span{
    line-height: 30px;
    box-sizing: border-box;
    border-radius: 30px;
    font-size: 14px;
    padding-left: 32px;
    display: block;
	position: relative;
	color:#fff;
}
.max-part .head-hot-game-box .opera-box a span i{
	width:15px;
	height:15px;
	background:url(../images/public_img.png) no-repeat;
	position:absolute;
	top:0;
	bottom:0;
	left:11px;
	margin:auto;
}
.max-part .head-hot-game-box .opera-box .game-link span{
	background:#657eff;
}
.max-part .head-hot-game-box .opera-box .download-btn span{
	background:#ffd600;
	color:#272727;
	z-index:12;
}
.max-part .head-hot-game-box .opera-box .get-btn{
	background:#ff0000;
}
.max-part .head-hot-game-box .opera-box .game-link span i{
	background-position:0 -277px;
}
.max-part .head-hot-game-box .opera-box .download-btn span i{
	background-position:-16px -277px;
}
.max-part .head-hot-game-box .opera-box .get-btn span i{
	background-position:-32px -277px;
}
.max-part .head-hot-game-box .opera-box .download-btn:hover .code{
	height:120px;
	padding:20px 6px 6px;
}
.max-part .vest-game-img-box .slide-box{
	overflow:hidden;
	position:relative;
}
.max-part .vest-game-img-box .slide-box .slide-img a{
	display:inline-block;
	line-height:0;
	margin-right:5px;
}
.max-part .vest-game-img-box .slide-box.vis-4 .slide-img a img{
	width:221px;
}
.max-part .vest-game-img-box .slide-box.vis-3 .slide-img a img{
	width:340px;
}
.max-part .vest-game-img-box .slide-box .prev,.max-part .vest-game-img-box .slide-box .next{
	width:34px;
	height:93px;
	background:url(../images/public_img.png) no-repeat -255px 0;
	position:absolute;
	top:50%;
	margin-top:-46.5px;
	cursor:pointer;
	transition:0s;
}
.max-part .vest-game-img-box .slide-box .prev{
	left:0;
}
.max-part .vest-game-img-box .slide-box .next{
	right:0;
	background-position-x:-290px;
}
.max-part .vest-game-img-box .slide-box .prev:hover,.max-part .vest-game-img-box .slide-box .next:hover{
	background-position-y:-94px;
}
.max-part .vest-raiders-box{
	font-size:0;
	letter-spacing:-5px;
}
.max-part .vest-raiders-box>*{
	letter-spacing:normal;
}
.max-part .vest-raiders-box li{
	padding-bottom:45px;
	margin-bottom:45px;
	border-bottom:1px solid #f3f3f3;
}
.max-part .vest-raiders-box li:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.max-part .vest-raiders-box .pic,.max-part .vest-raiders-box .text{
	letter-spacing:normal;
	display:inline-block;
}
.max-part .vest-raiders-box .pic{
	width:363px;
	height:244px;
	border-radius:3px;
	overflow:hidden;
}
.max-part .vest-raiders-box .pic img{
	width:100%;
	min-height:100%;
	transition:0.3s;
}
.max-part .vest-raiders-box .pic:hover img{
	transform:scale(1.1);
}
.max-part .vest-raiders-box .text{
	width:404px;
	box-sizing:border-box;
	padding-left:30px;
}
.max-part .vest-raiders-box .text .head-part{
	font-size:0;
	letter-spacing:-5px;;
	position:relative;
}
.max-part .vest-raiders-box .text .head-part .icon{
	width:61px;
	height:61px;	
	display:inline-block;
}
.max-part .vest-raiders-box .text .head-part .icon img{
	width:100%;
	height:100%;
}
.max-part .vest-raiders-box .text .head-part .game-info{
	letter-spacing:normal;
	display:inline-block;
	padding-left:10px;
	width:180px;
	overflow: hidden;
}
.max-part .vest-raiders-box .text .head-part .game-info .name{
	font-size:18px;
	color:#333;	
	line-height:1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.max-part .vest-raiders-box .text .head-part .game-info .num{
	font-size:14px;
	color:#999;
	line-height:1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top:12px;
}
.max-part .vest-raiders-box .text .head-part .game-info .num span{
	color:#ffa800;
}
.max-part .vest-raiders-box .text .head-part .details-link{
	width:101px;
	height:29px;
	box-sizing: border-box;
	line-height:27px;
	text-align:center;
	border-radius:29px;
	border:1px solid #ffd600;
	font-size:14px;
	color:#333;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	letter-spacing:normal;
	transition:0.3s;
}
.max-part .vest-raiders-box .text .head-part .details-link:hover{
	background:#ffd600;
}
.max-part .vest-raiders-box .text .intr-box{
	padding-top:38px;
}
.max-part .vest-raiders-box .text .intr-box .title{
	font-size:16px;
	color:#333;
	line-height:1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.max-part .vest-raiders-box .text .intr-box .intr{
	font-size:14px;
	color:#999999;
	line-height:24px;
	height:72px;
	overflow:hidden;
	text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	margin-top:10px;
}
.max-part .vest-raiders-box .text .intr-box .time{
	font-size:14px;
	color:#999;
	line-height:1em;
	padding-top:20px;
}

/* 资讯详情 */
.location-cur{
	background:#f8f8f8;
	padding:26px 0;
	line-height:1em;
	font-size:12px;
	color:#333333;
}
.location-cur .m1200{
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height:0;
}
.max-part .location-cur .m1200{
	width:100%;
}
.location-cur a,.location-cur span{
	line-height:1em;
	font-size:12px;
	color:#333333;	
	position:relative;
	margin-right:20px;
}
.location-cur a:after{
	content:'>'; 
	font-size:12px; 
	color:#333333; 
	font-family:"微软雅黑"; 
	position:absolute; 
	right:-15px; 
	pointer-events:none;
}
.location-cur a:hover{
	color:#ffd600;
}
.max-part .info-details-box .details-head{
	padding-bottom:30px;
	border-bottom:1px dotted #ebebeb;
}
.max-part .info-details-box .details-head h1{
	font-size:22px;
	color:#333333;
	line-height:1.4em;
	text-align:center;
}
.max-part .info-details-box .details-head p{
	font-size:12px;
	color:#999;
	line-height:1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align:center;
	padding-top:20px;
}
.max-part .info-details-box .details-content{
	font-size:14px;
	line-height:26px;
	color:#666;
	padding:40px 0 30px;
}
.max-part .info-details-box .details-content .pic{
	margin:30px auto;
	text-align:center;
}
.max-part .info-details-box .details-content .pic img{
	max-width:80%;
}
.max-part .info-details-box .details-content .video{
	margin: 25px 0;
    text-align: center;
    position: relative;
}
.max-part .info-details-box .details-content .video video{
	max-width: 80%;
    cursor: pointer;
    position: relative;
}
.max-part .details-foot{
	height:12px;
	padding:30px 0;
	border-top:1px dotted #ebebeb;
}
.max-part .details-foot a{
	font-size:12px;
	color:#666;
}
.max-part .details-foot .next{
	float:right;
}
.max-part .details-foot a:hover{
	color:#ffd600;
}
/* 分享 */
.share-box {
	padding:30px 0 20px;
	line-height:47px;
	font-size:16px;
	color:#666;
}
.share-box .li-6 {
	margin-right:30px;
}
.share-box a {
	vertical-align:middle;
	margin-right:10px;
	width:45px;
	height:45px;
	border-radius:50%;
	display:inline-block;
	border:1px solid #e6e6e6;
	background:#fff url(../images/share_icon.png) no-repeat;
}
.share-box .a-1 {
	background-position:0 0;
}
.share-box .a-2 {
	background-position:0 -45px;
}
.share-box .a-3 {
	background-position:0 -90px;
}
.share-box .a-4 {
	background-position:0 -135px;
}
.share-box .a-5 {
	background-position:0 -180px;
}
.share-box .a-6 {
	background-position:0 -225px;
}
.share-box .a-7 {
	background-position:0 -270px;
	float:right;
}
.share-box .a-1:hover {
	background-position:-45px 0;
	background-color:#2bcc95;
	border-color:#2bcc95;
}
.share-box .a-2:hover {
	background-position:-45px -45px;
	background-color:#ff6b6b;
	border-color:#ff6b6b;
}
.share-box .a-3:hover {
	background-position:-45px -90px;
	background-color:#4badff;
	border-color:#4badff;
}
.share-box .a-4:hover {
	background-position:-45px -135px;
	background-color:#ffaa19;
	border-color:#ffaa19;
}
.share-box .a-5:hover {
	background-position:-45px -180px;
	background-color:#665efa;
	border-color:#665efa;
}
.share-box .a-6:hover {
	background-position:-45px -225px;
	background-color:#00c8d4;
	border-color:#00c8d4;
}
.share-box .a-7:hover {
	background-position:-45px -270px;
	background-color:#cccccc;
	border-color:#cccccc;
}
.max-part .data-details-box .details-head h1{
	font-size:26px;
	color:#333;
	line-height:1.4em;
	text-align:center;
}
.max-part .data-details-box .details-head p{
    font-size: 12px;
    color: #999;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding-top: 20px;	
}
.max-part .data-details-box .details-content .part{
	font-size:14px; 
	padding-bottom:15px; 
	line-height:26px; 
	color:#666; 
	margin-top:25px; 
}
.max-part .data-details-box .details-content .part .title{
	font-size:20px; 
	line-height:1em; 
	color:#333; 
	font-weight:bold; 
	padding:0 0 8px 0; 
	border-bottom:1px solid #e4e4e4; 
	position:relative; 
	margin-bottom:15px;
}
.max-part .data-details-box .details-content .part .title:before{
	content:'';
	width:80px;
	height:4px;
	background:#ffd600;
	position:absolute;
	left:0;
	bottom:-2px;
}
/* .max-part .data-details-box .details-content .part .title em,.max-part .data-details-box .details-content .part .title span{
	width:80px;
	height:4px;
	background:#ffd600;
	position:absolute;
	left:0;
	bottom:-2px;
} */
.max-part .data-details-box .details-content{
	font-size:14px;
	line-height:26px;
	color:#666;
	padding:40px 0 30px;
}
.max-part .data-details-box .details-content .pic{
	margin:30px auto;
	text-align:center;
}
.max-part .data--details-box .details-content .pic img{
	max-width:80%;
}

/* 百科浮动索引 */
.indexes-box-wrap {
	position:fixed;
	width:300px;
	height:0;
	background-color:#000;
	left:50%;
	top:22%;
	margin-left:-920px;
	z-index:33;
}
.indexes-box {
	float:right;
}
.indexes-box .top-point {
	height:22px;
	padding-right:20px;
	position:relative;
}
.indexes-box li {
	position:relative;
	padding-right:20px;
	margin-bottom:30px;
}
.indexes-box li:after {
	content:'';
	clear:both;
	height:0;
	display:block;
}
.indexes-box li a {
	float:right;
	font-size:14px;
	line-height:1em;
	color:#666;
	transition:0.3s;
	position:relative;
}
.indexes-box li em {
	width:9px;
	height:9px;
	box-sizing:border-box;
	border-radius:50%;
	border:1px solid #cbcbcb;
	background:#fff;
	display:inline-block;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-4.5px;
	transition:0.3s;
}
.indexes-box li em:before {
	content:'';
	display:inline-block;
	width:0px;
	height:45px;
	border-right:1px solid #cbcbcb;
	position:absolute;
	left:3px;
	bottom:0;
	z-index:-1;
}
.indexes-box li:first-child em:before{
	display:none;
}
.indexes-box li:hover a,.indexes-box li.on a {
	color:#333;
	font-weight:bold;
}
.indexes-box li:hover em,.indexes-box li.on em {
	background:#ffd600;
	border-color:#ffd600;
}
.indexes-box .code-box{
	background:#fff;
	padding:10px;
	text-align:center;
}
.indexes-box .code-box img{
	width:120px;
	height:120px;
}
.indexes-box .code-box p{
	font-size:12px;
	color:#1d2025;
	line-height:22px;
}

.min-part .min-hot-game-box{
	padding:28px 20px;
	background:#fff;
	position:relative;
	margin-bottom:30px;
}
.min-part .min-hot-game-box.hot:before{
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/public_img.png) no-repeat 0 -309px;
    position: absolute;
    left: 0;
    top: 0;
}
.min-part .min-hot-game-box .icon{
	width:144px;
	height:144px;
	overflow:hidden;
	margin:0 auto;
}
.min-part .min-hot-game-box .icon img{
	width:100%;
	height:100%;
}
.min-part .min-hot-game-box .name{
	width:90%;
	font-size:26px;
	line-height:1em;
	color:#333;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:17px 0 15px;
	border-bottom:1px dashed #e6e6e6;
	margin:0 auto 12px;
}
.min-part .min-hot-game-box .intr{
	font-size:14px;
	line-height:24px;
	color:#666;
}
.min-part .min-hot-game-box .opera-box{
	padding-top:20px;
}
.min-part .min-hot-game-box .opera-box a{
	text-align:center;
	display:inline-block;
	position:relative;
}
.min-part .min-hot-game-box .opera-box a i{
	content:'';
	width:18px;
	height:18px;
	background:url(../images/public_img.png) no-repeat -255px -188px;
	display:inline-block;
	vertical-align: middle;
	margin-right:5px;
	position:relative;
}
.min-part .min-hot-game-box .opera-box .game-link{
	color:#fff;
	display:block;
	margin-bottom:15px;
}
.min-part .min-hot-game-box .opera-box .game-link span{
	display:block;
	font-size:16px;
	line-height:54px;
	background:#676ad9;
	border-radius:5px;
}
.min-part .min-hot-game-box .opera-box .download-btn i{
	background-position-x:-274px;
}
.min-part .min-hot-game-box .opera-box .get-btn i{
	background-position-x:-293px;
}
.min-part .min-hot-game-box .opera-box .download-btn,.min-part .min-hot-game-box .opera-box .get-btn{
	width:150px;
	display:inline-block;
}
.min-part .min-hot-game-box .opera-box .get-btn{
	float:right;
}
.min-part .min-hot-game-box .opera-box .download-btn span{
	position:relative;
	display:block;
	font-size:16px;
	line-height:52px;
	background:#ffd600;
	border-radius:5px;
	color:#272727;
	z-index:12;
}
.min-part .min-hot-game-box .opera-box .get-btn span{
	display:block;
	font-size:16px;
	line-height:52px;
	background:#ff4646;
	border-radius:5px;
	color:#fff;	
}
.min-part .min-hot-game-box .opera-box .download-btn .code{
    width: 150px;
    height: 0px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 8;
    border: 1px solid #ffd600;
    padding: 0px 6px 0px;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: 0.4s;
    overflow: hidden;
    cursor: default;
}
.min-part .min-hot-game-box .opera-box .download-btn .code img{
	width:100%;
}
.min-part .min-hot-game-box .opera-box .download-btn:hover .code{
	height:160px;
	padding:16px 6px 6px;
}
.inside-box-wrap .hot-recom-info-box{
	padding:28px 20px;
	background:#fff;
}
.inside-box-wrap .hot-recom-info-box .list-a li{
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px dotted #ededed;
}
.inside-box-wrap .hot-recom-info-box .list-a li:last-child{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
.inside-box-wrap .hot-recom-info-box .list-a li a{
	display:block;
	font-size:0;
	letter-spacing:-5px;
}
.inside-box-wrap .hot-recom-info-box .list-a li a div{
	letter-spacing:normal;
	display:inline-block;
}
.inside-box-wrap .hot-recom-info-box .list-a li .pic{
	width:134px;
	height:81px;
	overflow:hidden;
}
.inside-box-wrap .hot-recom-info-box .list-a li .pic img{
	width:100%;
	min-height:100%;
	transition:0.3s;
}
.inside-box-wrap .hot-recom-info-box .list-a li .text{
	width:179px;
	padding-left:10px;
	box-sizing:border-box;
	position:relative;
	height:81px;
}
.inside-box-wrap .hot-recom-info-box .list-a li .text .intr{
	font-size:12px;
	color:#666;
	line-height:24px;
	height:48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition:0.3s;
}
.inside-box-wrap .hot-recom-info-box .list-a li .text span{
	font-size:12px;
	color:#666;
	position:absolute;
	left:10px;
	bottom:0px;
	transition:0s;
	padding-right:14px;
}
.inside-box-wrap .hot-recom-info-box .list-a li .text span i{
	width:8px;
	height:12px;
	background:url(../images/public_img.png) no-repeat -271px -207px;
	position:absolute;
	right:0;
	top:5px;
}
.inside-box-wrap .hot-recom-info-box .list-a li a:hover .pic img{
	transform:scale(1.1);
}
.inside-box-wrap .hot-recom-info-box .list-a li a:hover .text .intr{
	font-weight:bold;	
	color:#333;
}
.inside-box-wrap .hot-recom-info-box .list-a li a:hover .text span{
	color:#333;	
}
.inside-box-wrap .hot-recom-info-box .list-a li a:hover .text span i{
	background-position-x:-280px;
}

.inside-box-wrap .hot-recom-info-box .list-b li{
	padding:14px 0;
	border-top:1px solid #f3f3f3;
	line-height:0;
}
.inside-box-wrap .hot-recom-info-box .list-b li:first-child{
	border-top:none;
	padding-top:0;
}
.inside-box-wrap .hot-recom-info-box .list-b li:last-child{
	padding-bottom:0;
}
.inside-box-wrap .hot-recom-info-box .list-b li a{
	display:block;
	font-size:0;
	letter-spacing:-5px;
}
.inside-box-wrap .hot-recom-info-box .list-b li span{
	display:inline-block;
	vertical-align:middle;
	letter-spacing:normal;
}
.inside-box-wrap .hot-recom-info-box .list-b li .rank{
	width:16px;
	height:16px;
	font-size:12px;
	color:#999;
	text-align:center;
	line-height:16px;
	background:#e0e0e0;
	margin-right:8px;
}
.inside-box-wrap .hot-recom-info-box .list-b li:nth-of-type(1) .rank{
	color:#fff;
	background:linear-gradient(to bottom,#ff2c5e,#fd566a);
}
.inside-box-wrap .hot-recom-info-box .list-b li:nth-of-type(2) .rank{
	color:#fff;
	background:linear-gradient(to bottom,#ff8a00,#ffc600);
}
.inside-box-wrap .hot-recom-info-box .list-b li:nth-of-type(3) .rank{
	color:#fff;
	background:linear-gradient(to bottom,#2998ed,#7ed4ff);
}
.inside-box-wrap .hot-recom-info-box .list-b li .title{
	width:288px;
	font-size:12px;
	color:#333;
	line-height:16px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.inside-box-wrap .hot-recom-info-box .list-b li a:hover .title{
	font-weight:bold;
}




/* 游戏资讯 */
.game-info-box{
	background:#f8f8f8;
	box-sizing:border-box;
	padding:55px 0 0;
	font-size:0;
	letter-spacing:-5px;
}
.game-info-box.gift-page{
	height:500px;
	background: url(../images/inside_banner_01.jpg) no-repeat center top;
}
.game-info-box .slide-box{
	width:620px;
	height:390px;
	display:inline-block;
	overflow: hidden;
	letter-spacing:normal;
	position:relative;
	line-height:0;
}
.game-info-box .slide-box .slide-img a{
	display:block;
	line-height:0;
	height:390px;
}
.game-info-box .slide-box img{
	width:620px;
	min-height:390px;
}
.game-info-box .slide-box .prev,.game-info-box .slide-box .next{
	width:31px;
	height:100px;
	background:url(../images/public_img.png) no-repeat 0 -176px;
	position:absolute;
	top:50%;
	margin-top:-50px;
	transition:0.3s;
	cursor:pointer;
}
.game-info-box .slide-box .prev{
	left:-31px;
}
.game-info-box .slide-box .next{
	right:-31px;
	background-position-x:-32px;
}
.game-info-box .slide-box:hover .prev{
	left:0;
}
.game-info-box .slide-box:hover .next{
	right:0;
}
.game-info-box .slide-box .slide-num{
	width:100%;
	position: absolute;
	left:0;
	bottom:14px;
	box-sizing:border-box;
	text-align:center;
	line-height:0;
}
.game-info-box .slide-box .slide-num li{
	width:8px;
	height:8px;
	border-radius:8px;
	background:#fff;
	display:inline-block;
	margin-right:8px;
	transition:0.3s;
	opacity:0.65;
}
.game-info-box .slide-box .slide-num li.on{
	width:35px;
	opacity:0.85;
}
.game-info-box .min-banner-box{
	width:580px;
	height:390px;
	display:inline-block;
	overflow:hidden;
	letter-spacing:normal;
}
.game-info-box .min-banner-box li{
	width:280px;
	height:190px;
	float:left;
	overflow:hidden;
	margin:0 0 10px 10px;
}
.game-info-box .min-banner-box li a{
	width:100%;
	height:100%;
	display:block;
	position:relative;
	text-align:center;
}
.game-info-box .min-banner-box li a img{
	min-width:100%;
	height:100%;
	transition:0.3s;
	position: relative;
	left:50%;
	margin-left:-100%;
}
.game-info-box .min-banner-box li a:hover img{
	transform:scale(1.1);
}
.game-info-box .min-banner-box li a span{
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
	height:30px;
	line-height:30px;
	background:rgba(0,0,0,0.6);
	position:absolute;
	left:0;
	bottom:-30px;
	color:#ffd600;
	font-size:12px;
	transition:0.3s;
	text-align:center;
}
.game-info-box .min-banner-box li a:hover span{
	bottom:0;
}
.inside-box-wrap .info-raiders-box{
	padding:22px 20px;
	background:#fff;
	height:840px;
	box-sizing:border-box;
	overflow:hidden;
}
.inside-box-wrap .info-raiders-box .big-pic{
	font-size:0;
	letter-spacing:-5px;
	line-height:0;
	padding-bottom:25px;
}
.inside-box-wrap .info-raiders-box .big-pic a{
	display:inline-block;
	letter-spacing:normal;
	line-height:0;
	width:368px;
	height:219px;
	overflow:hidden;
	position:relative;
}
.inside-box-wrap .info-raiders-box .big-pic a:first-child{
	margin-right:17px;
}
.inside-box-wrap .info-raiders-box .big-pic a p{
	width:100%;
	height:30px;
	line-height:30px;
	background:rgba(0,0,0,0.6);
	text-align:center;
	color:#fff;
	font-size:12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position:absolute;
	left:0;
	bottom:-30px;
	transition:0.3s;
}
.inside-box-wrap .info-raiders-box .big-pic a:hover p{
	bottom:0;
}
.inside-box-wrap .info-raiders-box .big-pic a img{
	transition:0.3s;
	width:100%;
	min-height:100%;
}
.inside-box-wrap .info-raiders-box .big-pic a:hover img{
	transform:scale(1.1);
}
.inside-box-wrap .info-raiders-box li{
	font-size:0;
	letter-spacing:-5px;
	line-height:0;
	border-top:1px dashed #e9e9e9;
	padding:25px 0;
	position:relative;
}
.inside-box-wrap .info-raiders-box li:last-child{
	padding-bottom:0;
}
.inside-box-wrap .info-raiders-box li .pic{
	width:135px; 
	height:93px;
	display:inline-block;
	overflow:hidden;	
}
.inside-box-wrap .info-raiders-box li .pic img{
	width:100%;
	min-height:100%;
	transition:0.3s;
}
.inside-box-wrap .info-raiders-box li .pic:hover img{
	transform:scale(1.1);
}
.inside-box-wrap .info-raiders-box li .text{
	width:460px;
	box-sizing: border-box;
	display:inline-block;
	letter-spacing:normal;
	padding-left:30px;
}
.inside-box-wrap .info-raiders-box li .text .title{
	font-size:16px;
	color:#666666;
	line-height:1em;
	padding-bottom:6px;
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inside-box-wrap .info-raiders-box li .text .title:hover{
	color:#ffd600;
}
.inside-box-wrap .info-raiders-box li .text .intr{
	font-size:12px;
	line-height:24px;
	height:48px;
	color:#666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;	
}
.inside-box-wrap .info-raiders-box li .text .time{
	font-size:12px;
	color:#c7c7c7;
	line-height:1em;
	padding-top:8px;
}
.inside-box-wrap .info-raiders-box li .details-link{
	width:101px;
	height:29px;
	line-height:27px;
	box-sizing:border-box;
	text-align:center;
	font-size:12px;
	color:#666666;
	border:1px solid #666666;
	border-radius:30px;
	letter-spacing:normal;
	position:absolute;
	right:0;
	top:58px;
	transition:0.3s;
}
.inside-box-wrap .info-raiders-box li .details-link:hover{
	background:#ffd600;
	border-color:#ffd600;
	color:#333;
}
.inside-box-wrap .min-hot-pic{
	margin-top:16px;
	height:220px;
}
.inside-box-wrap .min-hot-pic a{
	display:block;
	height:220px;
	overflow:hidden;
}
.inside-box-wrap .min-hot-pic a img{
	width:100%;
	min-height:100%;
	transition:0.3s;
}
.inside-box-wrap .min-hot-pic a:hover img{
	transform:scale(1.1);
}
.info-data-list{
	height:364px;
	background:url(../images/inside_banner_02.jpg) no-repeat center top;
	box-sizing:border-box;
	padding-top:50px;
}
.info-data-list .title p{
	font-size:14px;
	line-height:1em;
	color:#d8d8d8;
	text-align:center;
	text-transform: uppercase;
}
.info-data-list .title h2{
	font-size:36px;
	line-height:1em;
	color:#fff;
	text-align:center;
	padding:5px 0 50px;
}
.info-data-list .slide-box{
	width:1200px;
	margin:0 auto;
	position:relative;
}
.info-data-list .slide-img{
	font-size:0;
	letter-spacing:-5px;
}
.info-data-list .slide-img a{
	display:inline-block;
	width:124px;
	letter-spacing:normal;
	margin-right:30px;
	position:relative;
}
.info-data-list .slide-img a .icon{
	width:124px;
	height:124px;
	line-height:0;
	border-radius:21.8px;
	position:relative;
}
.info-data-list .slide-img .more .icon{
	background:#1e2636;
}
.info-data-list .slide-img .more:after{
	content:'';
	width:30px;
	height:30px;
	background:url(../images/public_img.png) no-repeat -255px -220px;
	position:absolute;
	left:0;
	right:0;
	top:47px;
	margin:auto;
}
.info-data-list .slide-img .more:hover:after{
	background-position-x:-286px;
}
.info-data-list .slide-img a .icon::before,.info-data-list .slide-img a .icon:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:124px;
	height:124px;
	box-sizing:border-box;
	border-radius:21.8px;
	opacity:0;
	transition:0.3s;
}
.info-data-list .slide-img a .icon::before{
	box-shadow:0 0 20px rgba(0,0,0,0.75);
}
.info-data-list .slide-img a .icon:after{
	border:2px solid #ffd600;
}
.info-data-list .slide-img a:hover .icon:before,.info-data-list .slide-img a:hover .icon:after{
	opacity:1;
}
.info-data-list .slide-img a .icon img{
	width:100%;
	height:100%;
	border-radius:21.8px;
}
.info-data-list .slide-img a p{
	font-size:14px;
	color:#fff;
	line-height:1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align:center;
	padding-top:12px;
}
.info-data-list .slide-img a:hover p{
	color:#ffd600;
}
.info-data-list .slide-box .prev,.info-data-list .slide-box .next{
	width:22px;
	height:39px;
	background:url(../images/public_img.png) no-repeat -164px -102px;
	position:absolute;
	top:40px;
	cursor: pointer;
}
.info-data-list .slide-box .prev{
	left:-78px;
}
.info-data-list .slide-box .next{
	right:-78px;
	background-position-x:-187px;
}
.info-data-list .slide-box .prev:hover,.info-data-list .slide-box .next:hover{
	background-position-y:-142px;
}
.info-data-list .slide-box .prev.prevStop,.info-data-list .slide-box .next.nextStop{
	cursor: default;
}
.info-data-list .slide-box .prev.prevStop:hover,.info-data-list .slide-box .next.nextStop:hover{
	background-position-y:-102px;
}
.inside-box-wrap .info-gift-box{
	width:320px;
	float:left;
}
.inside-box-wrap .info-hotRecom-box{
	width:445px;
	margin:0 28px;
	float:left;
}
.inside-box-wrap .info-special-box{
	width:379px;
	float:left;
}
.inside-box-wrap .info-gift-box ul{
	background:#fff;
	padding:22px 20px;
}
.inside-box-wrap .info-gift-box li{
	margin-top:28px;
	position:relative;
}
.inside-box-wrap .info-gift-box li a{
	display:inline-block;
}
.inside-box-wrap .info-gift-box li .get-btn{
	font-size:12px;
	color:#ff0000;
	width:75px;
	height:30px;
	line-height:28px;
	border-radius:30px;
	text-align:center;
	box-sizing:border-box;
	border:1px solid #ff0000;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	transition:0.3s;
}
.inside-box-wrap .info-gift-box li .get-btn:hover{
	color:#fff;
	background:#ff0000;
}
.inside-box-wrap .info-gift-box li:first-child{
	margin-top:0;
}
.inside-box-wrap .info-gift-box li .icon{
	width:60px;
	height:60px;
	overflow: hidden;
	display:inline-block;
}
.inside-box-wrap .info-gift-box li .icon img{
	width:100%;
	height:100%;
}
.inside-box-wrap .info-gift-box li .text{
	display:inline-block;
	width:126px;
	box-sizing:border-box;
	padding-left:12px;
}
.inside-box-wrap .info-gift-box li .text .name{
	font-size:18px;
	color:#333333;
	line-height:1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inside-box-wrap .info-gift-box li .text .intr{
	font-size:14px;
	color:#333333;
	line-height:1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
	padding-top:8px;
}
.inside-box-wrap .info-gift-box .hot-gift-box{
	height:167px;
	margin-top:15px;
}
.inside-box-wrap .info-gift-box .hot-gift-box a{
	display:block;
	height:100%;
	overflow: hidden;
}
.inside-box-wrap .info-gift-box .hot-gift-box a img{
	width:100%;
	min-height:100%;
	transition:0.3s;
}
.inside-box-wrap .info-gift-box .hot-gift-box a:hover img{
	transform:scale(1.1);
}
.inside-box-wrap .info-hotRecom-box .hotRecom-box{
	position:relative;
}
.inside-box-wrap .info-hotRecom-box .hotRecom-box.hot:after{
	content: '';
    width: 50px;
    height: 50px;
    background: url(../images/public_img.png) no-repeat 0 -309px;
    position: absolute;
    left: 0;
    top: 0;
}
.inside-box-wrap .info-hotRecom-box .hotRecom-box a{
	display:block;
	height:209px;
	overflow:hidden;
}
.inside-box-wrap .info-hotRecom-box .hotRecom-box a img{
	width:100%;
	min-height:100%;
	transition:0.3s;
}
.inside-box-wrap .info-hotRecom-box .hotRecom-box a:hover img{
	transform:scale(1.1);
}
.inside-box-wrap .info-hotRecom-box .hot-news-list{
	background:#fff;
	padding:25px 20px;
	box-sizing:border-box;
	height:414px;
	margin-top:15px;
}
.inside-box-wrap .info-hotRecom-box .hot-news-list:after{
	content:'';
	height:0;
	display:block;
	clear: both;
}
.inside-box-wrap .info-hotRecom-box .hot-news-list li{
	display:block;
	padding:18px 0;
	border-bottom:1px dashed #e9e9e9;
	line-height:0;
}
.inside-box-wrap .info-hotRecom-box .hot-news-list li a{
	display:block;
}
.inside-box-wrap .info-hotRecom-box .hot-news-list li a,.inside-box-wrap .info-hotRecom-box .hot-news-list li span{
	font-size:12px;
	color:#666666;
	line-height:1em;
}
.inside-box-wrap .info-hotRecom-box .hot-news-list li a span{
	transition:0.3s;
}
.inside-box-wrap .info-hotRecom-box .hot-news-list li .type{
	width:0;
	height:0;
	border-style:solid;
	border-color:transparent transparent transparent #999999;
	border-width:4px 4px;
	display:inline-block;
	margin-right:4px;
}
.inside-box-wrap .info-hotRecom-box .hot-news-list li .title{
	max-width:300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:inline-block;
}
.inside-box-wrap .info-hotRecom-box .hot-news-list li .time{
	float:right;
}
.inside-box-wrap .info-hotRecom-box .hot-news-list li a:hover span{
	color:#ffd600;
	border-left-color:#ffd600;
}
.inside-box-wrap .info-hotRecom-box .hot-news-list .li-1,.inside-box-wrap .info-hotRecom-box .hot-news-list .li-5{
	border-bottom:none;
	text-align:center;
	padding:0px 0 6px;
}
.inside-box-wrap .info-hotRecom-box .hot-news-list .li-5{
	padding:20px 0 6px;
}
.inside-box-wrap .info-hotRecom-box .hot-news-list .li-1 .type,.inside-box-wrap .info-hotRecom-box .hot-news-list .li-1 .time,.inside-box-wrap .info-hotRecom-box .hot-news-list .li-5 .type,.inside-box-wrap .info-hotRecom-box .hot-news-list .li-5 .time{
	display:none;
}
.inside-box-wrap .info-hotRecom-box .hot-news-list .li-1 a span,.inside-box-wrap .info-hotRecom-box .hot-news-list .li-5 a span{
	font-size:18px;
	color:#666666;
	line-height:1.2em;
	font-weight:bold;
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width:100%;
	box-sizing:border-box;
	padding:0 20px;
}
.inside-box-wrap .info-special-box .special-box{
	height:638px;
	background:#fff;
}
.inside-box-wrap .info-special-box .head-link{
	padding:24px 20px 17px;
	border-bottom:1px solid #c9c9c9;
}
.inside-box-wrap .info-special-box .head-link .day{
	width:57px;
	height:55px;
	line-height:53px;
	box-sizing:border-box;
	border:3px solid #dddddd;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	display:inline-block;
	text-align:center;
	font-size:24px;
	color:#666666;
	position:relative;
}
.inside-box-wrap .info-special-box .head-link .day:before,.inside-box-wrap .info-special-box .head-link .day:after{
	content:'';
	width:3px;
	height:15px;
	background:#ddd;
	position:absolute;
	top:-12px;
	border-radius:4px;
	border:3px solid #fff;
}
.inside-box-wrap .info-special-box .head-link .day:before{
	left:10px;
}
.inside-box-wrap .info-special-box .head-link .day:after{
	right:10px;
}
.inside-box-wrap .info-special-box .head-link .text{
	display:inline-block;
	max-width:265px;
	padding:8px 0 0 12px;
	box-sizing:border-box;
	vertical-align:top;
}
.inside-box-wrap .info-special-box .head-link .text .title{
	font-size:14px;
	color:#666;
	line-height:1em;
	padding-bottom:12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition:0.3s;
}
.inside-box-wrap .info-special-box .head-link .text .title:hover{
	color:#ffd600;
}
.inside-box-wrap .info-special-box .head-link .text .time{
	font-size:12px;
	color:#999;
	line-height:1em;
}
.inside-box-wrap .info-special-box ul{
	padding:0 20px;
	border-bottom:1px solid #e9e9e9;
}
.inside-box-wrap .info-special-box li{
	line-height:0;
	padding:24px 0;
	position:relative;
}
.inside-box-wrap .info-special-box li:before{
	content:'';
	width:1px;
	height:64px;
	background:#f3f3f3;
	position:absolute;
	left:73px;
	bottom:26px;
	margin:auto;
}
.inside-box-wrap .info-special-box li:first-child:before{
	display:none;
}
.inside-box-wrap .info-special-box li:after{
	content:'';
	width:240px;
	height:0;
	border:1px dashed #e9e9e9;
	position:absolute;
	right:0;
	top:0;
}
.inside-box-wrap .info-special-box li:first-child:after{
	display:none;
}
.inside-box-wrap .info-special-box li>*{
	display:inline-block;
	vertical-align:middle;
}
.inside-box-wrap .info-special-box li .time{
	font-size:18px;
	color:#999;
	line-height:18px;
	transition:0.3s;
}
.inside-box-wrap .info-special-box li a{
	font-size:12px;
	color:#999;
	line-height:18px;
	width:240px;
	float:right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inside-box-wrap .info-special-box li .arrow{
	width:11px;
	height:11px;
	box-sizing:border-box;
	border:1px solid #959595;
	border-radius:11px;
	background:#fff;
	position:absolute;
	top:0;
	bottom:0;
	left:68px;
	margin:auto;
	transition:0.3s;
	z-index:3;
}
.inside-box-wrap .info-special-box li:hover a,.inside-box-wrap .info-special-box li:hover .time{
	color:#ffc600;
}
.inside-box-wrap .info-special-box li:hover .arrow{
	background:#ffd600;
	border-color:#ffd600;	
}
.inside-box-wrap .info-special-box .more-btn{
	width:151px;
	height:36px;
	text-align:center;
	line-height:36px;
	border-radius:36px;
	font-size:14px;
	color:#333;
	display:table;
	margin:20px auto 0;
	background:#ffd600;
}

.info-video-list{
	height:500px;
	background:url(../images/inside_banner_03.jpg) no-repeat center top;
	box-sizing:border-box;
	padding-top:50px;
}
.info-video-list .title p{
	font-size:14px;
	line-height:1em;
	color:#d8d8d8;
	text-align:center;
	text-transform: uppercase;
}
.info-video-list .title h2{
	font-size:36px;
	line-height:1em;
	color:#fff;
	text-align:center;
	padding:5px 0 50px;
}
.info-video-list .slide-video-box{
	width:1200px;
	height:249px;
	margin:0 auto;
	position:relative;
}
.info-video-list .slide-video-box .slide-img-wrap{
	overflow:hidden;
	width:100%;
	height:100%;
	position:relative;
}
.info-video-list .slide-video-box .slide-img{
	line-height:0;
	font-size:0;
	letter-spacing:-5px;
	position:absolute;
	top:0;
	left:0;
}
.info-video-list .slide-video-box .slide-img a{
	width:189px;
	height:249px;
	display:inline-block;
	overflow:hidden;
	letter-spacing:normal;
	margin-right:13px;
	position:relative;
}
.info-video-list .slide-video-box .slide-img a.on{
	width:391px;
}
.info-video-list .slide-video-box .slide-img .more{
	background:#1e2636;
}
.info-video-list .slide-video-box .slide-img .more .tips{
	font-size:18px;
	color:#fff;
	line-height:1em;
	text-align:center;
	padding-top:86px;
	position:relative;
}
.info-video-list .slide-video-box .slide-img .more .tips:after{
	content:'';
	width:30px;
	height:30px;
	background:url(../images/public_img.png) no-repeat -255px -220px;
	position:absolute;
	left:0;
	right:0;
	bottom:-55px;
	margin:auto;
}
.info-video-list .slide-video-box .slide-img a img{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	min-width:100%;
}
.info-video-list .slide-video-box .slide-img a .img-1{
	z-index:8;
}
.info-video-list .slide-video-box .slide-img a .img-2{
	z-index:9;
}
.info-video-list .slide-video-box .slide-img a.on .img-2{
	display:none;
}
.info-video-list .slide-video-box .slide-img a:before{
	content:'';
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding-top:148px;
	position:absolute;
	left:0;
	top:0;
	background:rgba(29,32,37,0.6);
	text-align:center;	
	z-index:11;
}
.info-video-list .slide-video-box .slide-img .more:before{
	display:none;
}
.info-video-list .slide-video-box .slide-img a .show-info{
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding-top:148px;
	position:absolute;
	left:0;
	top:0;
	text-align:center;
	opacity:0;
	z-index:12;
}
.info-video-list .slide-video-box .slide-img a.on .show-info{
	opacity:1;
}
.info-video-list .slide-video-box .slide-img  .show-info .name{
	font-size:14px;
	color:#fff;
	line-height:1em;
}
.info-video-list .slide-video-box .slide-img a .show-info .intr{
	font-size:18px;
	color:#fff;
	line-height:1em;
	padding-top:8px;
}
.info-video-list .slide-video-box .slide-img a .show-info:before,.info-video-list .slide-video-box .slide-img a .show-info:after{
	content:'';
	position:absolute;
	left:0;
	box-sizing:border-box;
}
.info-video-list .slide-video-box .slide-img a .show-info:before{
	width:55px;
	height:55px;
	background:url(../images/public_img.png) no-repeat -164px -336px;
	right:0;
	top:73px;
	margin:auto;
}
.info-video-list .slide-video-box .slide-img a .show-info:after{
	width:100%;
	height:100%;
	border:2px solid #ffd600;
	top:0;
}
.info-video-list .slide-video-box .prev,.info-video-list .slide-video-box .next{
	width:22px;
	height:39px;
	background:url(../images/public_img.png) no-repeat -164px -102px;
	position:absolute;
	top:50%;
	margin-top:-19.5px;
	cursor: pointer;
}
.info-video-list .slide-video-box .prev{
	left:-78px;
}
.info-video-list .slide-video-box .next{
	right:-78px;
	background-position-x:-187px;
}
.info-video-list .slide-video-box .prev:hover,.info-video-list .slide-video-box .next:hover{
	background-position-y:-142px;
}
.info-video-list .slide-video-box .prev.prevStop,.info-video-list .slide-video-box .next.nextStop{
	cursor: default;
}
.info-video-list .slide-video-box .prev.prevStop:hover,.info-video-list .slide-video-box .next.nextStop:hover{
	background-position-y:-102px;
}

/* 游戏百科 */
.data-list-box .data-list{
	width:100%;
	overflow:hidden;
	padding-top:18px;
}
.data-list-box .data-list ul{
	font-size:0;
	letter-spacing:-5px;
	width:795px;
}
.data-list-box .data-list li{
	width:254px;
	display:inline-block;
	letter-spacing:normal;
	margin:12px 11px 0 0;
}
.data-list-box .data-list li a{
	display:block;
}
.data-list-box .data-list li .pic{
	width:100%;
	height:147px;
	overflow:hidden;
}
.data-list-box .data-list li .pic img{
	width:100%;
	min-height:100%;
	transition:0.3s;
}
.data-list-box .data-list li:hover .pic img{
	transform:scale(1.1);
}
.data-list-box .data-list li .text{
	height:134px;
	box-sizing:border-box;
	border:1px solid #efefef;
	border-top:none;
	padding:15px 10px 0;
	transition:0.3s;
	position:relative;
}
.data-list-box .data-list li .text .name{
	font-size:16px;
	color:#666666;
	line-height:1em;
	text-align:center;
	padding-bottom:10px;
	font-weight:bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.data-list-box .data-list li .text .intr{
	font-size:12px;
	color:#666666;
	line-height:24px;
	height:48px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;	
}
.data-list-box .data-list li .text .type{
	font-size:12px;
	color:#333;
	line-height:1em;
	padding-top:15px;
}
.data-list-box .data-list li:hover .text{
	background:#ffd600;
	border-color:#ffd600;
}
.data-list-box .data-list li:hover .text .intr,.data-list-box .data-list li:hover .text .name{
	color:#333;
}
.data-list-box .data-list li .text .arrow{
	width:55px;
	height:21px;
	background:url(../images/public_img.png) no-repeat -255px -251px;
	position:absolute;
	right:11px;
	bottom:10px;
}

/* 资讯分类 */
.info-list-box .info-type-box{
	font-size:0;
	letter-spacing:-5px;
	position: absolute;
	top:34px;
	right:50px;
	line-height:0;
}
.info-list-box .info-type-box .line{
	width:58px;
	height:2px;
	background:#ffd600;
	position:absolute;
	left:55px;
	bottom:-18px;
}
.info-list-box .info-type-box a{
	font-size:18px;
	color:#999999;
	line-height:1em;
	padding-left:22px;
	display:inline-block;
	position:relative;
	letter-spacing:normal;
	margin-left:55px;
	transition:0s;
}
.info-list-box .info-type-box a:first-child{
	margin-left:0;
}
.info-list-box .info-type-box a:hover,.info-list-box .info-type-box a.on{
	color:#333;
}
.info-list-box .info-type-box a:before{
	content:'';
	width:18px;
	height:18px;
	background:url(../images/public_img.png) no-repeat -276px -273px;
	position:absolute;
	left:0;
	top:0;
}
.info-list-box .info-type-box .new:before{
	background-position-y:-273px;
}
.info-list-box .info-type-box .hot:before{
	background-position-y:-292px;
}
.info-list-box .info-type-box .raiders:before{
	background-position-y:-311px;
}
.info-list-box .info-type-box .special:before{
	background-position-y:-330px;
}
.info-list-box .info-type-box .video:before{
	background-position-y:-349px;
}
/* .info-list-box .info-type-box a:after{
	content:'';
	width:0;
	height:2px;
	background:#ffd600;
	position: absolute;
	left:0;
	right:0;
	bottom:-18px;
	margin:auto;
	transition:0.3s;
} */
.info-list-box .info-type-box a:hover:before,.info-list-box .info-type-box a.on:before{
	background-position-x:-295px;
}
/* .info-list-box .info-type-box a:hover:after,.info-list-box .info-type-box a.on:after{
	width:100%;
} */

.info-list-box .info-list{
	width:100%;
	overflow:hidden;
}
.info-list-box .info-list ul{
	font-size:0;
	letter-spacing:-5px;
	width:801px;
}
.info-list-box .info-list li{
	width:250px;
	display:inline-block;
	letter-spacing:normal;
	margin:17px 17px 0 0;
}
.info-list-box .info-list li a{
	display:block;
}
.info-list-box .info-list li .pic{
	width:100%;
	height:147px;
	overflow:hidden;
}
.info-list-box .info-list li .pic img{
	width:100%;
	min-height:100%;
	transition:0.3s;
}
.info-list-box .info-list li:hover .pic img{
	transform:scale(1.1);
}
.info-list-box .info-list li .text{
	height:134px;
	box-sizing:border-box;
	border:1px solid #f2f2f2;
	border-top:none;
	padding:15px 10px 0;
	transition:0.3s;
	position:relative;
}
.info-list-box .info-list li .text .title{
	font-size:16px;
	color:#000;
	line-height:1em;
	text-align:center;
	padding-bottom:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.info-list-box .info-list li .text .intr{
	font-size:12px;
	color:#333;
	line-height:24px;
	height:48px;
	overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;	
}
.info-list-box .info-list li .text .type{
	font-size:14px;
	color:#999;
	line-height:1em;
	margin-top:15px;
	padding-left:30px;
	position:relative;
}
.info-list-box .info-list li .text .type:before{
	content:'';
	width:20px;
	height:20px;
	background:url(../images/public_img.png) no-repeat -255px -273px;
	position:absolute;
	left:0;
	top:-3px;
}
.info-list-box .info-list li .text .type.hot:before{
	background-position-y:-273px;
}
.info-list-box .info-list li .text .type.raiders:before{
	background-position-y:-294px;
}
.info-list-box .info-list li .text .type.special:before{
	background-position-y:-315px;
}
.info-list-box .info-list li .text .type.video:before{
	background-position-y:-336px;
}
.info-list-box .info-list li:hover .text{
	background:#f2f2f2;
}
.info-list-box .info-list li:hover .text .title{
	font-weight:bold;
}

/* 同人漫 */
.cartoon-info-box{
	padding:35px 20px;
	background:#fff;
}
.cartoon-info-box .head-part{
	font-size:0;
	letter-spacing:-5px;
}
.cartoon-info-box .head-part>div{
	letter-spacing:normal;
	display:inline-block;
}
.cartoon-info-box .head-part .pic{
	width:240px;
	height:320px;
	overflow:hidden;
}
.cartoon-info-box .head-part .pic img{
	width:100%;
	min-height:100%;
	transition:0.3s;
}
.cartoon-info-box .head-part .pic:hover img{
	transform:scale(1.1);
}
.cartoon-info-box .head-part .text{
	padding-left:40px;
	width:920px;
	height:320px;
	box-sizing: border-box;
	vertical-align: top;
	position:relative;
}
.cartoon-info-box .head-part .text .name{
	font-size:30px;
	color:#1f283e;
	line-height:1em;
	padding-bottom:8px;
}
.cartoon-info-box .head-part .text .title{
	font-size:16px;
	color:#666666;
	line-height:1em;
	padding-bottom:33px;
}
.cartoon-info-box .head-part .text .arrow{
	font-size:12px;
	line-height:16px;
	color:#999999;
	position:relative;
	margin-bottom:10px;
	padding-left:30px;
}
.cartoon-info-box .head-part .text .arrow:before{
	content:'';
	width:16px;
	height:16px;
	background:url(../images/public_img.png) no-repeat -255px -357px;
	position:absolute;
	left:0;
	top:0;
}
.cartoon-info-box .head-part .text .arrow.newest:before{
	background-position-y:-374px;
}
.cartoon-info-box .head-part .text .arrow.update:before{
	background-position-y:-391px;
}
.cartoon-info-box .head-part .text .intr{
	margin-top:20px;
	font-size:12px;
	color:#666;
	line-height:30px;
	height:60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;	
}
.cartoon-info-box .head-part .text .read-btn{
	font-size:16px;
	color:#000;
	height:44px;
	line-height:44px;
	border-radius:3px;
	padding:0 35px;
	background:#ffd600;
	display:table;
	position:absolute;
	left:40px;
	bottom:0;
}
.cartoon-info-box .bottom-part{
	padding-top:30px;
	width:100%;
	overflow:hidden;
}
.cartoon-info-box .bottom-part p{
	font-size:18px;
	line-height:1em;
	color:#333333;
}
.cartoon-info-box .bottom-part ul{
	font-size:0;
	letter-spacing:-5px;
	width:1190px;
}
.cartoon-info-box .bottom-part li{
	display:inline-block;
	letter-spacing:normal;
	margin-top:20px;
	margin-right:32px;
}
.cartoon-info-box .bottom-part li a{
	width:138px;
	height:44px;
	box-sizing:border-box;
	line-height:42px;
	font-size:16px;
	color:#666666;
	display:block;
	text-align:center;
	border:1px solid #666666;
	background:#fff;
	border-radius:3px;
}
.cartoon-info-box .bottom-part li:hover a{
	background:#ffd600;
	border-color:#ffd600;
	color:#000000;
}
.cartoon-details-box{
	padding:35px;
	background:#fff;
}
.cartoon-details-box img{
	max-width:900px;
	display:table;
	margin:0 auto;
}
.cartoon-details-box .opera-box{
	text-align:center;
	font-size:0;
	letter-spacing:-5px;
	line-height:0;
}
.cartoon-details-box .opera-box a{
	letter-spacing:normal;
	font-size:12px;
	line-height:14px;
	color:#999999;
	display:inline-block;
	margin:0 31px;
	position:relative;
}
.cartoon-details-box .opera-box .prev:after{
	background:#bfbfbf;
	width:1px;
	height:14px;
	content:'';
	position:absolute;
	top:0;
	right:-31px;
}
.cartoon-details-box .opera-box a:hover{
	color:#333;
}
.cartoon-list-fixed{
	position:fixed;
	right:50%;
	margin-right:600px;
	padding-top:24px;
	z-index:111;
}
.cartoon-list-fixed .toggle-btn{
	font-size:16px;
	color:#333;
	width:1em;
	padding:35px 12px 10px;
	background:#ffd600;
	position:relative;
	cursor:pointer;
}
.cartoon-list-fixed .toggle-btn:before{
	content:'';
	width:14px;
	height:13px;
	background:url(../images/public_img.png) no-repeat -276px -368px;
	position:absolute;
	left:0;
	right:0;
	top:15px;
	margin:auto;
}
.cartoon-list-fixed .list-wrap{
	position:absolute;
	top:24px;
	left:10px;
	padding-top:25px;
	width:130px;
	height:355px;
	box-sizing:border-box;
	border:1px solid #ffd600;
	background:#fff;
	overflow:hidden;
	visibility: hidden;
	z-index:-111;
	opacity:0;
	transition:0.3s;
}
.cartoon-list-fixed .list-wrap.on{
	opacity:1;
	visibility:visible;
	z-index:112;
	left:40px;
}
.cartoon-list-fixed .list-wrap .list{
	box-sizing:border-box;
	padding:0 54px 0 6px;
	width:180px;
	height:260px;
	overflow-y:auto;
}
.cartoon-list-fixed .list-wrap .list a{
	display:block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:12px;
	line-height:1em;
	color:#999999;
	padding-left:12px;
	position:relative;
	margin-bottom:28px;
	width:100%;
}
.cartoon-list-fixed .list-wrap .list a:before{
	content:'';
	width:5px;
	height:9px;
	background:url(../images/public_img.png) no-repeat -300px -368px;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	opacity:0;
	transition:0.3s;
}
.cartoon-list-fixed .list-wrap .list a:hover{
	color:#333;
}
.cartoon-list-fixed .list-wrap .list a:hover:before{
	opacity:1;
}
.cartoon-list-fixed .list-wrap .tips{
	font-size:12px;
	line-height:1em;
	color:#a0a0a0;
	position:absolute;
	left:0;
	bottom:16px;
	width:100%;
	padding-top:17px;
	text-align:center;
}
.cartoon-list-fixed .list-wrap .tips:before{
	content:'';
	width:8px;
	height:8px;
	background:url(../images/public_img.png) no-repeat -291px -368px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:auto;
}
.cartoon-details-box .toTop{
	width:45px;
	height:45px;
	background:url(../images/public_img.png) no-repeat -106px -318px;
	position:fixed;
	left:50%;
	margin-left:630px;
	bottom:5px;
	z-index:111;
	display:none;
}
.cartoon-list-box{
	padding: 20px 20px 30px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
}
.inside-box-wrap .cartoon-list-box .gift-search-box{
	top:16px;
	right:20px;
}
.cartoon-list-box .box-item{
	clear:both;
}
.cartoon-list-box .box-item.choosed{
	padding:3px 0 15px;
	border-bottom:1px solid #eeeeee;
	margin-bottom:22px;
}
.cartoon-list-box .box-item.type{
	margin-bottom:15px;
}
.cartoon-list-box .box-item:after{
	content:'';
	height:0;
	display:block;
	line-height:0;
	clear: both;
}
.cartoon-list-box .item-left,.cartoon-list-box .item-right{
	float:left;
}
.cartoon-list-box .item-right{
	max-width:1060px;
}
.cartoon-list-box .box-item .item-left{
	font-size:12px;
	color:#999;
	line-height:26px;
	margin-right:18px;
}
.cartoon-list-box .box-item .item-right a{
	font-size:12px;
	color:#333;
	line-height:26px;
	display:inline-block;
	padding:0 9px;
	margin-right:22px;
	border-radius:2px;
	margin-bottom:7px;
}
.cartoon-list-box .box-item .item-right .on{
	background:#ffd600;
}
.cartoon-list-box .box-item.choosed .item-right a{
	background:#ffd600;
	margin-right:8px;
}
.cartoon-list-box .box-item.choosed .item-right a span{
	width:15px;
	height:15px;
	display:inline-block;
	background:url(../images/public_img.png) no-repeat -276px -382px;
	vertical-align:middle;
	margin-left:3px;
	cursor: pointer;
}
.cartoon-list-box .cartoon-list{
	overflow:hidden;
	padding-top:4px;
}
.cartoon-list-box .cartoon-list ul{
	width:1176px;
	font-size:0;
	letter-spacing:-5px;	
}
.cartoon-list-box .cartoon-list li{
	display:inline-block;
	width:278px;
	letter-spacing:normal;
	margin:20px 16px 0 0;
}
.cartoon-list-box .cartoon-list li a{
	display:block;
	position:relative;
}
.cartoon-list-box .cartoon-list li .pic{
	height:170px;
	overflow: hidden;
}
.cartoon-list-box .cartoon-list li .pic img{
	width:100%;
	min-height:100%;
	transition:0.3s;
}
.cartoon-list-box .cartoon-list li:hover .pic img{
	transform:scale(1.1);
}
.cartoon-list-box .cartoon-list li .text .name{
	font-size:16px;
	color:#333333;
	line-height:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:10px 0 6px;
	transition:0.3s;
}
.cartoon-list-box .cartoon-list li .text .label{
	font-size:12px;
	color:#999;
	line-height:20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right:100px;	
}
.cartoon-list-box .cartoon-list li .text .number{
	position:absolute;
	font-size:12px;
	line-height:20px;
	color:#999;
	right:2px;
	bottom:0;
}

















