﻿/********首页内容主体**********/
.content {
	position: relative;
	z-index: 9;
	
}
.g-wrap {
	position: relative;
	min-width: 1200px;
	overflow: hidden;
	height: 100%;
	padding-bottom:50px;        background: #ffffff url(../images/bg.png) no-repeat center top 600px;
}
/********banner**********/
.slideBox {
	width: 100%;
	height: 600px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	overflow: hidden;
}
.slideBox .hd {
	height: 0px;
	position: absolute;
	left: 0;
	top: 600px;
	z-index: 999;
	width: 100%;
}
.slideBox .hd ul {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: -5px;
	height: 0px;
}
.slideBox .hd ul li {
	display: inline-block;
	zoom: 1;
*display:inline;
	vertical-align: middle;
	width: 30px;
	height: 5px;
	margin: 0 5px;
	padding: 10px 0px;
	z-index: 9999;
	position: relative;
	curosr: pointer;
}
.slideBox .hd ul li em {
	width: 30px;
	height: 5px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	display: block;
}
.slideBox .hd ul li.on em {
	background: #FAEB34;
}
.slideBox .bd {
	z-index: 99;
	width: 1920px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
.slideBox .bd li {
	width: 1920px;
	height: 600px;    background: url("../images/bg.jpg") no-repeat;
}
.slideBox .bd img {
	width: 1920px;
	height: 600px;
	display: block;
}
.slideBox .next, .slideBox .prev {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -35px;
	display: block;
	width: 67px;
	height: 67px;
	background: #FDE701 url("../images/slider-arrow.png"/*tpa=..//images/slider-arrow.png*/) -2px -1px no-repeat;
	z-index: 999
}
.slideBox .next {
	left: auto;
	right: 0;
	background-position: -70px -1px;
}
.slideBox .prev:hover {
	background: #84c1ff url("../images/slider-arrow.png"/*tpa=..//images/slider-arrow.png*/) -2px -1px no-repeat;
}
.slideBox .next:hover {
	background: #84c1ff url("../images/slider-arrow.png"/*tpa=..//images/slider-arrow.png*/) -70px -1px no-repeat;
}
.slideBox .prevStop, .slideBox .prevStop:hover {
	background: #ABABAB url("../images/slider-arrow.png"/*tpa=..//images/slider-arrow.png*/) -2px -54px no-repeat;
}
.slideBox .nextStop, .slideBox .nextStop:hover {
	background: #ABABAB url("../images/slider-arrow.png"/*tpa=..//images/slider-arrow.png*/) -70px -54px no-repeat;
}
/********登录and推荐**********/
.mb35 {
	margin-bottom: 35px;
}

}
.mt35 {
	margin-top: 35px;
}
.mod {
	margin-top: 340px;
	
	width: 1200px;
	background: #f4f8f4;
	padding: 30px;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,.1);
	box-shadow: 0px 5px 5px rgba(0,0,0,.1);
	border-radius: 10px;
}
.userlogin-box {
	width: 285px;
	height: 272px;
}
.c-wt {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.starbtn {
	float: left;
	width: 190px;
	height: 40px;
	background: url(../images/starbtn.png);
	margin-top: 10px;
	margin-left: 30px;
	text-indent: -99em;
}
.starbtn:hover {;
	background: url(../images/starbtn_hover.png);
}
.starbtn2 {
	float: left;
	width: 135px;
	height: 30px;
	background: url(../images/starbtn2.png);
	margin-left: 20px;
	text-indent: -9999em;
}
.starbtn2:hover {;
	background: url(../images/starbtn2_hover.png);
}
/********推荐游戏**********/
.fix {
	/*margin-right: 0px;
	margin-bottom: 30px*/
	
    width: 1250px;
}
.fix li {
	width: 290px;
	height: 450px;
	float: left;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,.1);
	box-shadow: 0px 5px 5px rgba(0,0,0,.1);
	margin-top:20px;
	margin-left: 13px;
}
.fix li:hover, .picScroll-left .bd ul li:hover {
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,.1);
	box-shadow: 0px 5px 5px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
}
.fix li+li {
	margin-left: 13px;
}
.c-wt-img {
	width: 290px;
	height: 280px;
	position: relative;
}
.c-wt-img:hover .zhez {
	top: 0px;
	-webkit-transition: all .3s;
	-mz-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
*display:block;
}
.c-wt-img i {
	width: 290px;
	height: 280px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
}
.c-wt-img em {
	z-index: 9;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
}
.c-wt-img em.c-wt-hot {
	background: url("../images/hot.png"/*tpa=..//images/hot.png*/) no-repeat;
}
.c-wt-img em.c-wt-new {
	background: url("../images/new.png"/*tpa=..//images/new.png*/) no-repeat;
}
.c-wt-img em.c-wt-dudai {
	background: url("../images/dudai.png"/*tpa=..//images/dudai.png*/) no-repeat;
}
.c-wt-img .zhez {
	width: 290px;
	height: 280px;
	background: url("../images/ks-bg.png"/*tpa=..//images/ks-bg.png*/);
	position: absolute;
	left: 0px;
	top: -280px;
	z-index: 10;
	-webkit-transition: all .3s;
	-mz-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
*display:none;
}
.c-wt-img .zhez span {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 30px;
	font-family: PMingLiU;
	font-size: 12px;
	color: #fff;
}
.c-wt-img .zhez span a {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-family: Microsoft YaHei;
	padding: 0 10px;
}
.c-wt-img .zhez .zhez-ksyx {
	width: 200px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #333;
	display: block;
	background: #fde701;
	margin: 0 auto;
	margin-top: 110px;
	border-radius: 18px
}
.c-wt-img .zhez-ksyx:hover, .user-face-ul li a.user-face-ljjr:hover, .pic span .pic-a:hover, .login-dl-vt a:hover {
	color: #5e504a;
	background: #84c1ff;
}
.c-wt-txt {
	padding: 18px 20px;
	width: 290px;
	height: 135px;
	background: #fff;
}
.c-wt-top {
	height: 30px;
	width: 100%;
}
.c-wt-top .c-wt-a {
	height: 30px;
	float: left;
	position: relative;
	color: #a10202;
	font-weight: bold;
}
.c-wt-top .c-wt-a em {
	font-size: 18px;
}
.c-wt-top .c-wt-a i {
	width: 40px;
	height: 2px;
	background: #FDE708;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.c-wt-top span {
	height: 30px;
	float: right;
	color: #EEEEEE;
	font-size: 12px;
}
.c-wt-top span a {
	font-size: 14px;
	color: #808080;
}
.c-wt-top span b {
	padding: 0 5px;
	font-weight: normal;
}
.c-wt-xfq {
	width: 100%;
	color: #383838;
	font-size: 14px;
	margin-top: 10px;
	overflow: hidden;
	height: 18px;
}
.c-wt-xfq a {
	color: #383838;
}
.c-wt-xfq a:hover, .c-wt-top .c-wt-a:hover, .c-wt-top span a:hover {
	color: #383838;
}
/********登录and推荐 end**********/
.kf-news {
	width: 100%;
	height: 328px;
}
.kf-list {
	height: 328px;
	width: 590px;
}
.kf-news-tit {
	height: 50px;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}
.kf-news-tit .kf-news-h3 {
	height: 30px;
	border-left: 3px solid #FDE701;
	font-size: 22px;
	color: #333;
	line-height: 30px;
	display: block;
	margin-top: 5px;
	text-indent: 10px;
	font-weight: bold
}
.kf-news-tit .kf-nav, .kf-news-tit .news-nav {
	border-right: 1px solid #b8b8b8;
	border-top: 1px solid #b8b8b8;
	border-bottom: 1px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	height: 24px;
	margin-left: 20px;
	border-radius: 24px;
	overflow: hidden;
}
.kf-news-tit .kf-nav li, .kf-news-tit .news-nav li {
	float: left;
	height: 24px;
	width: 74px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	color: #474747;
}
.kf-news-tit .kf-nav li+li, .kf-news-tit .news-nav li+li {
	border-left: 1px solid #b8b8b8;
}
.kf-news-tit .kf-nav li.cur, .kf-news-tit .news-nav li.cur {
	background: #363636;
	color: #fff;
}
.more {
	color: #A8A8A8;
	font-size: 12px;
	position: absolute;
	right: 0px;
	top: 8px;
	height: 11px;
	line-height: 11px;
	float: right;
	display: block;
	width: 40px;
	background: url("../img/tw-more.jpg"/*tpa=img/tw-more.jpg*/) top right no-repeat;
}
.more:hover {
	color: #888;
}
.kf-list-txt, .news-list-txt {
	width: 100%;
	height: 285px;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.kf-Box {
	width: 100%;
	height: 245px;
	overflow: hidden;
	position: relative;
	margin-top: 21px;
}
.kf-Box .hd {
	height: 7px;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	z-index: 999
}
.kf-Box .hd ul {
	width: 100%;
	text-align: center;
	height: 4px;
	position: absolute;
	left: 0px;
	top: -7px;
}
.kf-Box .hd ul li {
	margin-right: 9px;
	width: 30px;
	height: 5px;
	background: #E9E9E9;
	cursor: pointer;
	display: inline-block;
	border-radius: 2px;
	zoom: 1;
*display:inline;
}
.kf-Box .hd ul li.on {
	background: #FDE701;
}
.kf-Box .bd {
	position: relative;
	z-index: 0;
	width: 590px;
}
.kf-Box .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 230px;
	width: 590px;
}
.kf-Box .bd p {
	border-bottom: 1px solid #EEEEEE;
	height: 47px;
	width: 265px;
	float: left;
	line-height: 47px;
	color: #888888;
	font-size: 12px;
	margin-left: 20px;
}
.kf-Box .bd i, .news-ul li i {
	float: left;
	font-size: 16px;
	color: #888;
}
.kf-Box .bd p .kf-game {
	width: 75px;
	font-weight: bold;
	margin-left: 7px;
	float: left;
	overflow: hidden;
	height: 43px;
	color: #383838;
}
.kf-Box .bd p .kf-qu {
	width: 74px;
	float: left;
	overflow: hidden;
	height: 43px;
	text-align: center;
	font-size: 12px;
}
.kf-Box .bd p .kf-qu, .kf-txtbox p .kf-game {
	color: #383838;
	-webkit-transition: all .2s;
	-mz-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
}
.kf-Box .bd a:hover span, .kf-Box .bd a:hover .kf-qu, .kf-Box .bd a:hover .kf-game {
	color: #fe5600;
	-webkit-transition: all .2s;
	-mz-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
}
.kf-Box .bd span, .news-ul li span {
	float: right;
	margin-right: 5px;
	color: #888;
}
.news-list {
	margin-left: 20px;
	height: 328px;
	width: 590px;
}
.news-box {
	margin: 20px 25px 20px 20px;
	width: 374px;
	height: 245px;
}
.news-tit {
	border-bottom: 1px solid #eee;
	width: 100%;
	font-size: 18px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}
.news-tit a {
	color: #333;
}
.news-tit a:hover {
	color: #fe5600;
}
.news-ul {
	width: 100%;
	margin-top: 15px;
}
.news-ul li {
	height: 36px;
	width: 100%;
	float: left;
	line-height: 36px;
	color: #a8a8a8;
}
.news-ul li p {
	float: left;
	margin-left: 6px;
	height: 36px;
	width: 310px;
	overflow: hidden
}
.news-ul li p a {
	color: #888
}
.news-ul li p a:hover {
	color: #333
}
.news-ul li p em {
	color: #fe5600;
	border: 1px solid #fe5600;
	margin-left: 7px;
	padding: 1px 3px;
	border-radius: 2px;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	font-family: NSimSun;
}
.news-img {
	margin-top: 20px;
	width: 150px;
	height: 245px;
}
.news-img a:hover img {
	-webkit-animation: flash ease-in-out .5s both .3s 0 ease;
	-moz-animation: flash ease-in-out .5s both .3s 0 ease;
	-ms-animation: flash ease-in-out .5s both .3s 0 ease;
	-o-animation: flash ease-in-out .5s both .3s 0 ease;
	animation: flash ease-in-out .5s both .3s 0 ease;
	-moz-animation: flash ease-in-out .5s both;
	-webkit-animation: flash ease-in-out .5s both;
	-o-animation: flash ease-in-out .5s both;
	-ms-animation: flash ease-in-out .5s both;
	animation: flash ease-in-out .5s both
}
.news-img span img {
	width: 150px;
	height: 118px;
	float: left;
	overflow: hidden;
	border-radius: 5px;
}
.news-img span {
	width: 150px;
	height: 118px;
	float: left;
}
.news-img .mtx {
	margin-top: 9px;
}
@-webkit-keyframes flash {
0%, 100% {
opacity:1;
filter:alpha(opacity=100)
}
50% {
opacity:.8;
filter:alpha(opacity=80)
}
}
@-moz-keyframes flash {
0%, 100% {
opacity:1;
filter:alpha(opacity=100)
}
50% {
opacity:.8;
filter:alpha(opacity=80)
}
}
@-o-keyframes flash {
0%, 100% {
opacity:1;
filter:alpha(opacity=100)
}
50% {
opacity:.8;
filter:alpha(opacity=80)
}
}
@-ms-keyframes flash {
0%, 100% {
opacity:1;
filter:alpha(opacity=100)
}
50% {
opacity:.8;
filter:alpha(opacity=80)
}
}
@keyframes flash {
0%, 100% {
opacity:1;
filter:alpha(opacity=100)
}
50% {
opacity:.8;
filter:alpha(opacity=80)
}
}
/********其他页游**********/
.other-game {
	height: 1200px;
	width: 1200px;
	background: #84c1ff;
	padding: 30px;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,.1);
	box-shadow: 0px 5px 5px rgba(0,0,0,.1);
	border-radius: 10px;
}
.other-game-box {
	height: 252px;
	width: 100%;
}
.picScroll-left {
	width: 100%;
	position: relative;
	height: 252px;
}
.picScroll-left .hd {
	height: 252px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
.picScroll-left .hd .prev, .picScroll-left .hd .next {
	display: block;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 30px;
	height: 66px;
	cursor: pointer;
	background: #a10202 url("../images/other-arrow.png"/*tpa=..//images/other-arrow.png*/) no-repeat;
}
.picScroll-left .hd .next {
	background-position: -21px 25px;
	right: -50px;
}
.picScroll-left .hd .prev {
	background-position: 10px 25px;
	left: -50px;
}
.picScroll-left .hd .prevStop, .picScroll-left .hd .prev:hover {
	background: #D0D0D0 url("../images/other-arrow.png"/*tpa=..//images/other-arrow.png*/) 10px 25px no-repeat;
}
.picScroll-left .hd .nextStop, .picScroll-left .hd .next:hover {
	background: #D0D0D0 url("../images/other-arrow.png"/*tpa=..//images/other-arrow.png*/) -21px 25px no-repeat;
}
.picScroll-left .bd {
	height: 252px;
	width: 100%;
	overflow: hidden;
	padding: 4px 10px 10px 10px;
	position: relative;
	left: -10px;
	top: 0px;
}
.picScroll-left .bd ul {
	zoom: 1;
	overflow: visible!important;
}
.picScroll-left .bd .tempWrap {
	left: -9px;
	overflow: visible!important;
}
.picScroll-left .bd ul li {
	margin: 0 10px;
	float: left;
	_display: inline;
	background: #fff;
	height: 252px;
	border-radius: 5px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	overflow: hidden;
	width: 225px;
}
.pic {
	width: 225px;
	height: 173px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.pic i {
	width: 225px;
	height: 178px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
}
.pic img {
	width: 225px;
	height: 173px;
	display: block;
}
.pic span {
	width: 225px;
	height: 177px;
	background: url("../images/ks-bg.png"/*tpa=..//images/ks-bg.png*/);
	position: absolute;
	left: 0px;
	top: -180px;
	z-index: 10;
	-webkit-transition: all .3s;
	-mz-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.pic span .pic-a {
	width: 140px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #333;
	display: block;
	background: #fde701;
	margin: 0 auto;
	margin-top: 54px;
	border-radius: 18px
}
.pic span em {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 16px;
	font-family: PMingLiU;
	font-size: 12px;
	color: #fff
}
.pic span em a {
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-family: Microsoft YaHei;
	padding: 0 10px;
}
.pic:hover span {
	top: 0px;
	-webkit-transition: all .3s;
	-mz-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.picScroll-left .bd ul li .title {
	width: 225px;
	text-align: center;
}
.picScroll-left .bd ul li .title a {
	width: 100%;
	float: left;
	color: #333;
	font-size: 16px;
	margin-bottom: 3px;
	font-weight: bold;
}
.picScroll-left .bd ul li .title a:hover {
	color: #333;
}
.picScroll-left .bd ul li .title p {
	width: 100%;
	float: left;
	color: #a8a8a8;
	font-size: 12px;
}
/********快速通道-手机游戏**********/
.fast-pg {
	width: 100%;
	height: 303px;
}
.fast-track {
	width: 388px;
	height: 303px;
}
.ft-box {
	width: 100%;
	height: 260px;
}
.ft-box-ul {
	margin: 0 auto;
	margin-top: 8px;
	width: 344px;
}
.ft-box-ul .ft-box-ct {
	text-align: center;
}
.ft-box-ul .ft-box-rt {
	text-align: right;
}
.ft-box-ul li {
	height: 52px;
	line-height: 52px;
	border-bottom: 1px solid #EEEEEE;
}
.ft-box-ul li i {
	float: left;
	width: 26%;
	height: 52px;
	padding: 0px 3.5%;
}
.ft-box-ul li a {
	color: #888;
	background: url("../images/ft-ico.png"/*tpa=..//images/ft-ico.png*/) no-repeat;
	padding-left: 24px;
	-webkit-transition: all .3s;
	-mz-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	height: 20px;
	display: block;
	line-height: 20px;
	text-align: left;
	margin-top: 17px;
}
.ft-box-ul li a:hover {
	color: #333;
	text-indent: 5px;
	-webkit-transition: all .3s;
	-mz-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.ft-box-ul li a.a1 {
	background-position: 0px -1px;
}
.ft-box-ul li a.a2 {
	background-position: -119px 0px;
}
.ft-box-ul li a.a3 {
	background-position: -240px 0px;
}
.ft-box-ul li a.a4 {
	background-position: 0px -53px;
}
.ft-box-ul li a.a5 {
	background-position: -119px -53px;
}
.ft-box-ul li a.a6 {
	background-position: -240px -53px;
}
.ft-box-ul li a.a7 {
	background-position: 0px -107px;
}
.ft-box-ul li a.a8 {
	background-position: -119px -107px;
}
.ft-box-ul li a.a9 {
	background-position: -240px -107px;
}
.ft-phone {
	background: #F3F3F3 url("../images/phone.jpg"/*tpa=..//images/phone.jpg*/) 62px 9px no-repeat;
	width: 346px;
	height: 62px;
	margin: 0 auto;
	margin-top: 12px;
	border-radius: 5px;
*margin-top:6px;
}
.ft-phone p {
	padding-left: 114px;
	margin-top: 8px;
	float: left
}
.ft-phone p i {
	font-size: 20px;
	color: #888;
	float: left;
	width: 100%;
	height: 24px;
}
.ft-phone p span {
	font-size: 14px;
	color: #bbb;
	float: left;
	width: 100%;
}
.phone-game {
	width: 790px;
	margin-left: 20px;
	height: 303px;
}
.pg-box {
	width: 790px;
	height: 260px;
	overflow: hidden;
}
.pg-box ul {
	width: 812px;
	height: 275px;
	float: left;
}
.pg-box ul li {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	width: 250px;
	height: 120px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.pg-box-ico {
	height: 88px;
	width: 88px;
	margin: 16px 9px 16px 16px;
}
.pg-box-ico img {
	height: 88px;
	width: 88px;
	overflow: hidden;
	border-radius: 8px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.pg-box-ico img:hover {
	-webkit-box-shadow: 0px 5px 5px #E3E3E3;
	box-shadow: 0px 5px 5px #E3E3E3;
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.pg-box-txt {
	margin-top: 16px;
	height: 88px;
	width: 136px;
}
.pg-box-txt h3 {
	color: #333333;
	font-size: 14px;
	float: left;
	width: 100%;
	font-weight: normal;
	overflow: hidden;
	margin-top: 7px;
	margin-bottom: 2px;
	height: 20px;
}
.pg-box-txt h3 a, .pb-txt span a {
	color: #333333;
}
.pg-box-txt h3 a:hover, .pb-txt span a:hover {
	color: #000;
}
.pg-box-txt h3 em {
	float: left;
}
.pg-box-txt h3 i.new-s, .pg-box-txt h3 i.hot-s {
	width: 11px;
	height: 11px;
	float: left;
	margin-top: 5px;
	margin-left: 4px;
	background: url("../images/jb-ico.jpg"/*tpa=..//images/jb-ico.jpg*/) no-repeat;
}
.pg-box-txt h3 i.hot-s {
	background-position: 0px 0px;
}
.pg-box-txt h3 i.new-s {
	background-position: -18px 0px;
}
.pg-box-txt span {
	color: #a8a8a8;
	font-size: 12px;
	float: left;
	width: 100%;
	overflow: hidden;
	height: 16px;
}
.pg-box-txt .pg-box-xz {
	width: 78px;
	height: 24px;
	border: 1px solid #E3E3E3;
	float: left;
	color: #666;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	margin-top: 10px;
	border-radius: 16px
}
.pg-box-txt .pg-box-xz:hover, .pb-btn:hover {
	background: #FDE701;
	border: 1px solid #FDE701;
}
/********手游礼包**********/
.package {
	height: 224px;
	width: 100%;
}
.package-box {
	width: 1199px;
}
.package-box-ul {
	margin-top: 28px;
	width: 1200px;
	float: left;
	padding-bottom: 28px;
}
.package-box-ul li {
	width: 249px;
	float: left;
	padding: 0 25px;
	border-right: 1px solid #EEEEEE;
}
.package-box-txt {
	height: 50px;
	width: 100%;
	float: left;
	margin-top: 5px;
}
.pb-ico {
	width: 50px;
	height: 50px;
}
.pb-ico img {
	width: 50px;
	height: 50px;
	border-radius: 25px;
}
.pb-txt {
	width: 140px;
	height: 50px;
	margin-left: 10px
}
.pb-txt span {
	font-size: 14px;
	color: #333;
	float: left;
	width: 100%;
	overflow: hidden;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 2px
}
.pb-txt p {
	color: #a8a8a8;
	font-size: 12px;
	width: 100%;
	overflow: hidden;
	height: 20px
}
.pb-txt p i {
	color: #fe5600
}
.pb-btn {
	width: 46px;
	height: 22px;
	border: 1px solid #DDD;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #666;
	margin-top: 12px;
	float: right;
	border-radius: 15px
}
.mt15 {
	margin-bottom: 15px;
}
.ml10 {
	margin-left: 10px
}
.tab1 {
	color: #b69b8e;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	float: left;
	background: #fff
}
.tab1 tr td {
	line-height: 20px;
	padding: 10px;
	border: 2px #4e3126 solid;
	font-size: 16px;
	color: #fff
}
.tab1 tr td span {
	color: #814917;
	;
	font-size: 14px;
}
.bg_1 {
	background-color: #740606;
	font-weight: bold;
	width: 140px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.bg_2 {
	background-color: #740606;
	width: 100px;
	text-align: center;
	font-weight: bold;
}
.bg_3 {
	background-color: #740606;
	color: #740606;
	width: 100px;
	text-align: center;
	font-weight: bold;
}
.bg_4 {
	background-color: #740606;
	width: 105px;
	text-align: center;
	font-weight: bold;
}
.bg_5 {
	background-color: #740606;
	width: 300px;
	text-align: center;
	font-weight: bold;
	color: #740606;
}
.bg_11 {
	width: 140px;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.bg_22 {
	width: 100px;
	text-align: center;
	font-size: 12px;
}
.bg_33 {
	color: #740606;
	width: 100px;
	text-align: center;
	font-size: 12px;
}
.bg_44 {
	width: 125px;
	text-align: center;
	font-size: 12px;
	text-align: center;
}
.bg_55 {
	width: 300px;
	text-align: center;
	color: #740606;
	font-size: 12px;
}
/*客服*/
.rightbar {
	width: 176px;
	height: 619px;
	position: fixed;
	top: 48%;
	right: 0;
	margin-top: -280px;
	background: url("../images/left1.png"/*tpa=..//images/left1.png*/) no-repeat;
	z-index: 10000;
	text-align: center;
	color: #fff;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s
}
.rightbar.close {
	right: -176px
}
.rightbar.close .btn-close {
	background: url("../images/left4.png"/*tpa=..//images/left4.png*/) no-repeat
}
.rightbar .btn-close {
	width: 31px;
	height: 89px;
	background: url("../images/left2.png"/*tpa=..//images/left2.png*/);
	position: absolute;
	top: 0;
	left: -31px
}
.rightbar h6 {
	margin-bottom: 10px;
	padding-top: 0px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 100;
	overflow: hidden
}
.rightbar h6 span {
	display: block;
	font-size: 14px
}
.rightbar .code {
	margin: 0 0 10px 9px;
	width: 157px;
	height: 160px;
	background: #36140f;
}
.rightbar .code p {
	height: 30px;
	line-height: 30px;
	background: #36140f;
	margin-bottom: 5px
}
.rightbar p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px
}
.rightbar .kefu {
	margin-left: 9px;
	display: block;
	width: 157px;
	height: 51px;
	background: url("../images/left3.png"/*tpa=..//images/left3.png*/) no-repeat;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	margin-bottom: 2px
}
.rightbar .kefu:hover {
	background: url("../images/left5.png"/*tpa=..//images/left5.png*/) no-repeat
}



#Floatingbar{width:110px;height:650px;position:fixed;top:50%;right:0px;margin-top:-340px;padding-top:60px;padding-right:18px;padding-left:50px;background:url(../images/floatingbg.png) no-repeat left top;z-index:2500;}
#Floatingbar .erweima{width:109px;line-height:20px;text-align:center;margin:0px auto 10px auto;}
#Floatingbar .erweima:hover{}
#Floatingbar .erweima:hover img{transform:scale(1.3);}
#Floatingbar .erweima img{width:109px;height:109px;margin-bottom:3px;display:block;transition:all 0.3s ease-in;}
#Floatingbar .erweima span{font-size:13px;color:#e7dbc0;}
#Floatingbar ul{margin-bottom:7px;}
#Floatingbar ul a{margin-bottom:7px;line-height:26px;text-align:center;color:#fff;}
#Floatingbar ul li{line-height:26px;text-align:center;color:#fff;margin-bottom:3px;}
#Floatingbar ul li a{display:block;}
#Floatingbar ul li a img{margin:0 auto;display:block;}
#Floatingbar .downlist{line-height:2.14;font-size:14px;}
#Floatingbar .downlist li a{color:#fff;}
#Floatingbar .downlist li a:hover{color:#e7dbc0;text-decoration:none;}
/* 搜索页面 */
