
/*首页侧边栏部分开始*/
.sidenav {
	background: #212121;
	box-shadow: 2px 2px 6px rgba(0,0,0,.3);
	display: block;
	font-size: 16px;
	font-weight: 400;
	height: 100%;
	left: 0;
	position: fixed;
	overflow: auto;
	transform: translate(-262px,0);
	transition: transform .3s;
	top: 0;
	width: 200px;
	z-index: 100
}

.sidenav.show {
	transform: translate(0,0)
}

.sidenav-brand {
	background: #e96a28!important;
	border-bottom: 1px solid #FF7043;
	color: #FAFAFA;
	font-size: 20px;
	font-weight: 700;
	line-height: 32px;
	padding: 20px 24px 18px;
	text-align: center;
}

.sidenav-dropdown,.sidenav-header {
	border-bottom: 1px solid #424242;
	margin: 0
}

.sidenav-header {
	background: 0 0;
	color: #757575;
	font-size: 19.2px;
	line-height: 32px;
	padding: 16px 24px 15px
}

.sidenav-header small {
	display: block;
	font-size: 14.4px;
	line-height: 16px
}

.sidenav-menu {
	list-style: none;
	margin: 0;
	padding: 0
}

.sidenav-menu li {
	display: block;
	position: relative
}

.sidenav-menu a {
	background: 0 0;
	color: #BDBDBD;
	display: block;
	line-height: 24px;
	padding: 16px 28px;
	text-decoration: none
}

.sidenav-menu a:hover {
	background: #616161
}

.sidenav-menu a.active,.sidenav-menu a.active .sidenav-dropdown-icon,.sidenav-menu a.active .sidenav-link-icon {
	color: #FAFAFA
}

.sidenav-dropdown-icon,.sidenav-link-icon {
	color: #757575;
	position: absolute;
	text-align: center;
	top: 16px
}

.sidenav-link-icon {
	display: block;
	height: 24px;
	left: 24px;
	width: 24px
}

.sidenav-link-title {
	display: block;
	padding: 0 16px 0 40px
}
.navgame{
	background:url(../images/xiala.png) 100px 10px no-repeat;
}

.sidenav-dropdown {
	display: none;
	list-style: none;
	padding: 0
}

.sidenav-dropdown a {
	background: #191919;
}

.sidenav-dropdown a:hover {
	background: #616161
}

.sidenav-dropdown li:first-child a {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
}

.sidenav-dropdown-icon {
	display: none;
	height: 16px;
	right: 16px;
	width: 16px
}

.sidenav-dropdown-icon.show {
	display: block
}

/*.sidenav-overlay {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99
}*/


.sidenav-no-scroll {
	overflow: hidden!important
}


/*首页侧边栏部分结束*/

html,body,ul,ol,li,p,img,input {
    margin: 0;
    padding: 0;
}

ul,ol,li {
    list-style: none;
}

body {
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

a {
    text-decoration: none;
}

a:hover {
    color: black;
}

img {
    border: 0;
}

.wrapper {
    width: 100%;
    position: relative;
}

.top_bar {
    width: 100%;
    height: 40px;
    border-bottom: 1px #eee solid;
}

.top_bar .in_left {
    line-height: 40px;
    width: 100%;
    overflow: hidden;
}

.top_bar .in_left span {
    color: #bbb;
    padding: 0 10px;
    float: left;
}

.top_bar .in_left a {
    color: #333;
    float: left;
    padding: 0 5px
}

.top_bar .in_right {
    float: right;
    margin-right: 50px;
    border-right: 1px #eee solid;
    width: 423px;
    height: 40px;
    line-height: 40px;
    display: none;
}

.top_bar .in_right a {
    width: 140px;
    float: left;
    border-left: 1px #eee solid;
    display: block;
    text-align: center;
    color: #999
}

.top_bar a:hover {
    color: #00a9ff
}

.top_bar .in_right a i {
    display: inline-block;
    width: 20px;
    height: 21px;
    margin-right: 6px;
    background-image: url(../images/sprite.png);
    vertical-align: middle;
    margin-top: -4px;
}

.top_bar .in_right a i {
    *display: inline;
}

.top_bar .in_right a.topbar_account i {
    background-position: 0 0;
}

.top_bar .in_right a.topbar_pay i {
    background-position: -20px 0;
}

.top_bar .in_right a.topbar_service i {
    background-position: -40px 0;
}

.head_box {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 6px 0px;
}

.head_box .logo {
    float: left;
    width: 112px;
    height: 30px;
    margin-top: 2px;
	margin-left: 12px;
}
.head_box .logo img{
	width: 100%;
}
.mnav{
	height: 30px;
	width: 30px;
	background: url(../images/i_1.png) 1px center no-repeat;
	background-size:30px; ;
	float: right;
	margin-right: 10px;
	margin-top: 6px;
}

.head_box .nav {
    position: relative;
    float: right;
    padding-right: 30px;
    width: 672px;
    display: none;
}

.head_box .nav a {
    width: 60px;
    float: left;
    display: block;
    height: 60px;
    margin: 18px 25px;
    line-height: 60px;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.head_box .nav a.nav_home {
    width: 40px;
}

.head_box .nav a.nav_app {
    width: 80px;
}

.head_box .nav a.cur {
    color: #e96a28;
    border-bottom: 3px #e96a28 solid;
}

.head_box .nav a:hover {
    color: #e96a28;
    border-bottom: 3px #e96a28 solid;
}

.more {
    position: relative;
    padding-left: 2px;
    border: none!important;
}

.more:hover {
    border: none!important;
}

/*banner部分*/
.banner {
    width: 100%;
    height: 156px;
    overflow: hidden;
    position: relative;
    font-size: 0;
}


/*新闻部分*/
.part_1 {
    width: 99%;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
    z-index: 2;
   display: inline-block!important;
}

.part_1 .part_left {
    width:98%;
    margin-left: auto;
    margin-right: auto;
}



.part_1 .part_right {
    background: white;
    width: 98%;
    margin: 10px auto;
    overflow: hidden;
}



.glist {
    margin-top: 10px;
    padding-bottom: 20px;
}
.glist h1{
	font-size: 25px;
	padding: 0px!important;
}
/*游戏列表*/
.hot {
	display: none!important;
    width: 1230px;
    display: -moz-box;
    display: -webkit-box;
    display: -o-box;
    display: box;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    box-pack: justify;
    margin: auto;
}

.hot .hot1 {
    font-size: 14px;
    font-weight: bold;
}

.hot .hot2 a {
    color: #CCCCCC;
}

.hotall {
    width: 100%;
    margin: auto;
    display: block;
}

.hotall-1 {
    width: 100%;
    margin: auto;
    display: none;
}

.prev,.next{
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}

.prev{
    display: none;
}

.hotall .box,.hotall-1 .box {
    width: 99%;
    margin: 8px auto 10px;
    overflow: hidden;
}

.hotall .box ul li,.hotall-1 .box ul li {
	background: white;
    width: 98%;
    margin: auto;
    height: 290px;
    float: left;
    position: relative;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    margin-top: 8px;
    border-radius: 4px;
}

.hotall .box ul .odd,.hotall-1 .box ul .odd{
	margin-left: 2px!important;
	margin-right: 2px!important;
}

.hotall .box ul li .gimg,.hotall-1 .box ul li .gimg {
    display: block;
    overflow: hidden;
    width: 100%;
}

.hotall .box ul li .dask,.hotall-1 .box ul li .dask {
    width: 100%;
    height: 290px;
    background: #e96a28;
    position: absolute;
    top: -322px;
    left: 0;
}

.hotall .box ul li .dask .daskimg,.hotall-1 .box ul li .dask .daskimg{
	width: 60px;
	height: 60px;
	margin-top: 10px;
	margin-left:auto;
	margin-right: auto;
	
}

.hotall .box ul li .dask .daskimg img,.hotall-1 .box ul li .dask .daskimg img {
    display: block;
    width: 100%;
}


.hotall .box ul li .dask .link,.hotall-1 .box ul li .dask .link {
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
    width:98%;
    height: 120px;
}

.hotall .box ul li .dask .link a,.hotall-1 .box ul li .dask .link a {
	border-radius: 50px;
    display: block;
    overflow: hidden;
    width:98%;
    height:45px;
    line-height: 45px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    font-size: 15px;
}

.hotall .box ul li .dask .link .ghome,.hotall-1 .box ul li .dask .link .ghome {
    background: white url(../images/down_ios.png) 60px 8px no-repeat;
    color: #e96a28;
}
.hotall .box ul li .dask .link .ghome:hover,.hotall-1 .box ul li .dask .link .ghome:hover {
    background: #A52A2A url(../images/down_ios.png) 60px 8px no-repeat;
    color: white;
}

.hotall .box ul li .dask .link .gdown,.hotall-1 .box ul li .dask .link .gdown {
   background: white url(../images/down_Android.png) 55px 8px no-repeat;
    color: #e96a28;
}
.hotall .box ul li .dask .link .gdown:hover,.hotall-1 .box ul li .dask .link .gdown:hover {
   background: #A52A2A url(../images/down_Android.png) 55px 8px no-repeat;
    color: white;
}

.hotall .box ul li .gamename,.hotall-1 .box ul li .gamename{
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
}

.hotall .box ul li .titlename,.hotall-1 .box ul li .titlename{
	font-size: 15px;
	width: 100%;
	text-align: center;
}
.hotall .box ul li .explan,.hotall-1 .box ul li .explan {
	overflow: hidden;
	width: 100%;
	margin: auto;
    width: 120px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 35px;
    border: 1px solid #868686;
    
}
.explangame{
	width: 90%;
	height: 85px;
	clear: both;
	margin-top: 3px;
	font-size: 12px;
	text-align: justify;
	text-indent: 8px;
	margin-left:auto ;
	margin-right: auto;
	color: #A9A9A9;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 2px 0px;
}
.hotall .box ul li .explan a,.hotall-1 .box ul li .explan a {
    display: block;
    color: black;
}

.box ul li:hover .gamename .explan {
    border: 1px solid #e96a28;
}

.box ul li:hover .explan a {
    color: #e96a28;
}

.box ul li:hover .explan {
    background: #e96a28;
}

.box ul li:hover .explan a {
    color: white;
}
/*尾部分*/
 .about {
    display: block;
    overflow: hidden;
    color: white;
    padding: 8px 0px;
    font-size: 12px;
    margin: auto;
    width: 98%;
    text-align: center;
}

 .about a {
    display: inline-block;
    color: white;
    padding: 2px 3px;
}

 .about  span {
    display: inline-block !important;
    margin: auto 8px;
    color: white;
}

.footer {
    background: #46505a;
    bottom: 0px;
    width: 100%;
    padding-bottom: 20px;
}

.footer .footertxt span {
    display: block;
    text-align: center;
    margin: auto;
    padding: 4px 0px;
    font-size: 12px;
}

.footer .footertxt {
    text-align: center!important;
    color: white;
    font-size: 12px;
    margin: auto;
    width: 98%;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;

}
.footer .footend{
	margin: auto;
	overflow: hidden;
   padding-top: 20px; 
}
.footer .footend .endlogo{
	background: url(../images/logo_tianna.png) no-repeat;
	background-size:80% ;
	width: 175px;
	height: 38px;
	display: block!important;
	margin: auto;
	text-align: center;
}


body, ul, dl, dd, dt, ol, li, p, h1, h2, h3, h4, h5, h6, textarea, form, select, fieldset, table, td, div, input {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none
}

body>div {
    margin: 0 auto
}

div {
    text-align: left
}

a img {
    border: 0
}

body {
    color: #333;
    text-align: center;
    font: 12px "微软雅黑";
}

ul, ol, li {
    list-style-type: none;
    vertical-align: 0
}

a {
    outline-style: none;
    color: #535353;
    text-decoration: none
}

a:hover {
    color: #D40000;
    text-decoration: none
}

.button {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: 0.25em 0.6em 0.3em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.red:active {
    color: #de898c;
    background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
    background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

.cor_bs,.cor_bs:hover {
    color: #ffffff;
}

.keBody {
    background: url(../images/bodyBg.jpg) repeat #333;
}

.keTitle {
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    font-family: '微软雅黑';
    color: #FFF;
    text-align: center;
    background: url(../images/bodyBg3.jpg) repeat-x bottom left;
    font-weight: normal
}

.kePublic {
    background: #FFF;
    padding: 0px;
}

.keBottom {
    color: #FFF;
    padding-top: 25px;
    line-height: 28px;
    text-align: center;
    font-family: '微软雅黑';
    background: url(../images/bodyBg2.jpg) repeat-x top left;
    padding-bottom: 25px
}

.keTxtP {
    font-size: 16px;
    color: #ffffff;
}

.keUrl {
    color: #FFF;
    font-size: 30px;
}

.keUrl:hover {
    text-decoration: underline;
    color: #FFF;
}

.mKeBanner,.mKeBanner div {
    text-align: center;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
    height: 750px;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

.slide_container {
    margin-bottom: 50px;
    position: relative;
    float: left;
    width: 100%;
}

.slide {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.slide li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 750px;
}

.slide img {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    border: 0;
}

.slide .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 14px;
    text-shadow: none;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .8);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    margin: 0;
    max-width: none;
}

.slide_nav {
	border: 1px solid red;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.7;
    z-index: 3!important;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url(../images/themes.gif) no-repeat left top;
    margin-top: -45px;
}
.slide_nav:active {
    opacity: 1.0;
}
.slide_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
#owl-demo {
    position: relative;
    width:100%;
    height: 176px;
    margin-left: auto;
    margin-right: auto;
}
#owl-demo .item {
    position: relative;
    display: block;
}
#owl-demo img {
    display: block;
    width: 100%;
    height: 180px;
}
#owl-demo b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 78px;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}
.owl-pagination {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 22px;
    text-align: center;
}
.owl-page {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-image: url(../images/bg15.png);
    *display: inline;
    *zoom: 1;
}
.owl-pagination .active {
    width: 25px;
    background-image: url(../images/bg16.png);
}
.owl-buttons {
    display: none;
}
.owl-buttons div {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    text-indent: -9999px;
}
.owl-prev {
    left: 0;
    background-image: url(../images/bg17.png);
}
.owl-next {
    right: 0;
    background-image: url(../images/bg18.png);
}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}
@media screen and (max-width: px) {
	.top_bar{background: darkblue!important;}
}

 .game-news{
	float: left;
	width: 100%;
	background-color: #ffffff;
}
 .game-news .tabs-frame{
	height: 50px;
	font-size: 24px;
	width: 100%;
	
}
 .game-news .tabs{
	font-size: 14px;
	height: 50px;
	border-bottom: medium solid #ffe7b8;
}
 .game-news .tabs ol{
	list-style: none;
	margin:0;
	padding: 0;
}
 .game-news .tabs ol li{
	width:86px;
	height: 50px;
	line-height:50px;
	background-color:#ffffff;
	color: #ffb91e;
	float: left;
	text-align: center;
}
 .game-news .tabs .active{
	background-color:#ffe7b8;
	color: #97541d;
}
 .game-news .tabs a{
	color: inherit;
	text-decoration: none;
}
 .game-news .tabs a:hover{
	color: #97541d;
	text-decoration: none;
}
 .game-news .tabs-container{
	
}
 .game-news .tabs-container .content{
	font-size: 16px;
}
 .game-news .tabs-container .content table{
	text-align:left;
	width:100%;
	overflow: hidden;
}
.txtnews{
 padding: 0px!important;
 width: 180px;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space:nowrap ;
}
 .txtnews .swiper-no-swiping{
 	display: inline-block;
 	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap ;
	text-indent: 4px;
 }

 .game-news .tabs-container .content tr{
	width: 100%;
	overflow: hidden;
}
 .game-news .tabs-container .content td{
	border-bottom: thin solid #e3e3e3;
	padding: 7px 0px!important;
}
 .game-news .tabs-container .content .type{
	color: #ffffff;
	background-color:#fd89ae;
	width: 35px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px!important;
	width: 56px;
}
 .game-news .tabs-container .content a{
	color: #383838;
	text-decoration: none;
}
 .game-news .tabs-container .content a:hover{
	color: #fd89ae;
	text-decoration: none;
}
 .game-news .tabs-container .content .time{
	color: #c1c1c1;
	width: 70px;
	font-size: 12px!important;
	overflow: hidden;
 	white-space:nowrap ;
}
.swipe{ padding:0 0 0 0;}
.aaa{
	display: none;
}


/*增加修改的*/
.top{width: 100%;margin: auto; line-height: 60px; display: none;}

.clearfix:after {
	OVERFLOW: hidden; FONT-SIZE: 0px; HEIGHT: 0px; CONTENT: "."; CLEAR: both; DISPLAY: block; VISIBILITY: hidden
}
.clearfix {
	ZOOM: 1
}
.clear {
	OVERFLOW: hidden; HEIGHT: 0px; CLEAR: both; VISIBILITY: hidden; WIDTH: 0px
}
.fl {
	DISPLAY: inline
}
.fr { DISPLAY: inline}
BODY {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND: #f7f7f7
}
.warp {
	MARGIN: 0px auto; WIDTH: 100%;
}
#topbar {
	HEIGHT: 70px; BACKGROUND: #222; LINE-HEIGHT: 70px
}
#topbar .logo {
	PADDING-BOTTOM: 0px; PADDING-TOP: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px
}
#topbar .logo A {
	HEIGHT: 70px; BACKGROUND: url(../images/logo.png) no-repeat; DISPLAY: block; WIDTH: 215px
}

.css3 {
	-moz-transition-duration: 300ms; -webkit-transition-duration: 300ms; -o-transition-duration: 300ms; -ms-transition-duration: 300ms; transition-duration: 300ms
}
#left {
	WIDTH: 100%;
}
#right {
	WIDTH: 266px
}
.home_r_box {
	margin: auto; BORDER-TOP: #ddd 1px solid; BORDER-RIGHT: #ddd 1px solid; BACKGROUND: #fff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; 96%;
}
.home_r_box:hover {
	BORDER-TOP: #bbb 1px solid; BORDER-RIGHT: #bbb 1px solid; BORDER-BOTTOM: #bbb 1px solid; BORDER-LEFT: #bbb 1px solid; box-shadow: 0 0 4px #ccc
}

.home_r_box .titlebar {
	HEIGHT: 38px; BACKGROUND: #f7f7f7; BORDER-BOTTOM: #ddd 1px solid; LINE-HEIGHT: 38px
}
.home_r_box .titlebar B {
	FONT-SIZE: 14px; FLOAT: left; PADDING-LEFT: 10px
}
.home_r_box .titlebar A {
	FLOAT: right; COLOR: #555; MARGIN-RIGHT: 10px
}
.home_r_box .newslist {
	PADDING-BOTTOM: 10px; PADDING-TOP: 10px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px
}
.home_r_box .newslist LI {
	LINE-HEIGHT: 26px
}
.home_r_box .newslist LI SPAN {
	FLOAT: right; COLOR: #666
}
.home_r_box .newslist LI A {
	COLOR:#333;
}
.home_r_box .newslist LI A:hover {
	COLOR: #b00; TEXT-DECORATION: underline
}
.home_r_box .titlebar .t_label A {
	FONT-SIZE: 14px; BORDER-RIGHT: #ddd 1px solid; FLOAT: left; FONT-WEIGHT: bold; PADDING-BOTTOM: 0px; TEXT-ALIGN: center; PADDING-TOP: 0px; PADDING-LEFT: 0px; MARGIN: 0px; PADDING-RIGHT: 0px; WIDTH: 87px
}
.home_r_box .titlebar .t_label A.end {
	BORDER-RIGHT-STYLE: none
}
.home_r_box .titlebar .t_label A.current {
	BACKGROUND: #fff; COLOR: #b00
}
.home_r_box .serverlist LI {
	LINE-HEIGHT: 30px
}
.home_r_box .serverlist LI A {
	HEIGHT: 30px; COLOR: #555; DISPLAY: block; WIDTH: 264px
}
.home_r_box .serverlist LI A DIV SPAN {
	FLOAT: left
}
.home_r_box .serverlist LI A DIV SPAN.date EM {
	DISPLAY: none
}
.home_r_box .serverlist LI A DIV SPAN.g_pic {
	DISPLAY: none
}
.home_r_box .serverlist LI A DIV SPAN.date {
	TEXT-ALIGN: center; DISPLAY: block; WIDTH: 60px
}
.home_r_box .serverlist LI A DIV SPAN.game_name {
	TEXT-ALIGN: center; PADDING-LEFT: 22px; DISPLAY: block; WIDTH: 100px
}
.home_r_box .serverlist LI A DIV SPAN.server {
	TEXT-ALIGN: center; DISPLAY: block; WIDTH: 82px
}
.home_r_box .serverlist LI A DIV SPAN.server I {
	DISPLAY: none
}
.home_r_box .serverlist LI A.current {
	BORDER-TOP: #b00 1px solid; HEIGHT: 60px; BORDER-RIGHT: #b00 1px solid; BACKGROUND: #fff; BORDER-BOTTOM: #b00 1px solid; BORDER-LEFT: #b00 1px solid; WIDTH: 262px
}
.home_r_box .serverlist LI A.current DIV SPAN.date {
	BACKGROUND: #b00; COLOR: #fff; TEXT-ALIGN: center; DISPLAY: block; WIDTH: 60px
}
.home_r_box .serverlist LI A.current DIV SPAN.date EM {
	DISPLAY: block
}
.home_r_box .serverlist LI A.current DIV SPAN.game_name {
	DISPLAY: none
}
.home_r_box .serverlist LI A.current DIV SPAN.server {
	FLOAT: right; WIDTH: 68px; MARGIN-RIGHT: 6px
}
.home_r_box .serverlist LI A.current DIV SPAN.server I {
	BACKGROUND: #b00; COLOR: #fff; PADDING-BOTTOM: 3px; TEXT-ALIGN: center; PADDING-TOP: 3px; PADDING-LEFT: 5px; DISPLAY: block; LINE-HEIGHT: 18px; PADDING-RIGHT: 5px; border-radius: 4px
}
.home_r_box .serverlist LI A.current DIV SPAN.server I:hover {
	BACKGROUND: #333
}
.home_r_box .serverlist LI A.current DIV SPAN.g_pic {
	TEXT-ALIGN: center; DISPLAY: block; WIDTH: 120px
}
UNKNOWN {
	BACKGROUND: #f7f7f7
}
.home_r_box .serverlist DIV.more {
	HEIGHT: 30px; TEXT-ALIGN: right; LINE-HEIGHT: 30px
}
.home_r_box .serverlist DIV.more A {
	COLOR: #06c; MARGIN-RIGHT: 10px
}

.subleftbox {
	BORDER-TOP: #ddd 1px solid;
	BORDER-RIGHT: #ddd 1px solid;
	BACKGROUND: #fff;
	BORDER-BOTTOM: #ddd 1px solid;
	PADDING-BOTTOM: 16px;
	BORDER-LEFT: #ddd 1px solid;
}
.siteurl {
	FONT-SIZE: 12px; PADDING-BOTTOM: 10px; LINE-HEIGHT: 20px; margin: 8px 6px;
}
.subleftbox .newslist {
	BACKGROUND: #fff; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px
}
.subleftbox .newslist LI {
	BORDER-BOTTOM: #ccc 1px dotted; PADDING-BOTTOM: 8px; PADDING-TOP: 8px; PADDING-LEFT: 0px; LINE-HEIGHT: 22px; PADDING-RIGHT: 0px
}
.subleftbox .newslist LI SPAN {
	FLOAT: right; COLOR: #666
}
.subleftbox .newslist LI A {
	FONT-SIZE: 14px; COLOR: #222; -moz-transition-duration: 300ms; -webkit-transition-duration: 300ms; -o-transition-duration: 300ms; -ms-transition-duration: 300ms; transition-duration: 300ms
}
.subleftbox .newslist LI A:hover {
	COLOR: #b00; text-shadow: 1px 2px 3px #666
}
.subleftbox .newslist LI I {
	COLOR: #666
}
.subleftbox .newslist LI P {
	TEXT-ALIGN: right
}
.subleftbox .newslist LI P A.more {
	FONT-SIZE: 12px; COLOR: #09f
}
.subleftbox .page SPAN {
	BORDER-TOP: #ddd 1px solid; BORDER-RIGHT: #ddd 1px solid; BORDER-BOTTOM: #ddd 1px solid; COLOR: #555; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; PADDING-LEFT: 8px; MARGIN: 0px 3px; BORDER-LEFT: #ddd 1px solid; PADDING-RIGHT: 8px
}
.subleftbox .page SPAN {
	BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; BACKGROUND: #ddd; BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid
}
.subleftbox .newstitle {
	MARGIN-BOTTOM: 20px; BORDER-BOTTOM: #ccc 1px dotted; COLOR: #999; PADDING-BOTTOM: 15px; TEXT-ALIGN: center; PADDING-TOP: 15px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px
}
.subleftbox .newstitle B {
	FONT-SIZE: 16px; COLOR: #333; PADDING-BOTTOM: 5px; DISPLAY: block
}
.subleftbox .newscontent {
	FONT-SIZE: 14px; FONT-FAMILY: Airal; LINE-HEIGHT: 28px
}
.subleftbox .newscontent P {
	COLOR: #555; PADDING-BOTTOM: 10px; TEXT-INDENT: 4px;width: 98%; margin: auto;
	
}




.newslabel {
	HEIGHT: 30px; BORDER-BOTTOM: #cccccc 1px solid; POSITION: relative; MARGIN: 20px auto 8px; width: 96%;
}
.newslabel UL {
	POSITION: absolute; LEFT: 0px; BOTTOM: -1px
}
.newslabel LI {
	FONT-SIZE: 14px; FLOAT: left; TEXT-ALIGN: center; LINE-HEIGHT: 30px; MARGIN-RIGHT: 5px
}
.newslabel LI A {
	HEIGHT: 30px; COLOR: #555; DISPLAY: block; WIDTH: 70px;
}
.newslabel LI A:hover {
	COLOR: #b00
}
.newslabel LI A.active {
	BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; BACKGROUND: #fff; BORDER-BOTTOM: #fff 1px solid; COLOR: #b00; BORDER-LEFT: #ccc 1px solid
}
.min-gao {
	MIN-HEIGHT: 580px
}
.order {
	FONT-SIZE: 14px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; PADDING-LEFT: 0px; MARGIN: 0px 30px 50px; LINE-HEIGHT: 36px; PADDING-RIGHT: 0px
}
.order SPAN {
	COLOR: #f90
}
.ordertitle {
	FONT-SIZE: 18px; HEIGHT: 40px; BORDER-BOTTOM: #ddd 1px solid; PADDING-LEFT: 30px; MARGIN: 0px 0px 5px; LINE-HEIGHT: 40px
}
.allcardittle {
	BORDER-TOP: #ddd 1px; HEIGHT: 32px; BORDER-RIGHT: #ddd 1px solid; BACKGROUND: #efefef; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; LINE-HEIGHT: 32px
}
.allcardittle B {
	FONT-SIZE: 18px; BACKGROUND: #bd1700; COLOR: #fff; TEXT-ALIGN: center; DISPLAY: block; WIDTH: 120px
}


.member_margin {
	MARGIN-TOP: 12px
}
.save-ok {
	HEIGHT: 33px; BACKGROUND-IMAGE: url(../images/save_ok.png); FLOAT: left; COLOR: #666666; PADDING-LEFT: 22px; MARGIN: 14px 0px 0px 14px; LINE-HEIGHT: 33px
}



.tj {
	border: 1px solid rgb(217, 217, 217); width: 98%; background-color: rgb(255, 255, 255); margin: auto;
}
.tj_title {
	width: 100%; height: 40px; color: rgb(119, 94, 80); line-height: 40px;  font-family: "Î¢ÈíÑÅºÚ"; font-size: 18px; font-weight: bold; margin-top: 20px; background-color: rgb(238, 238, 238); text-indent: 10px;
}
.layout {
	 width: 100%; font-size: 14px;
}
.layout img{float:none!important; margin-left: auto;margin-right: auto;display: block;}
.layout p {
	margin: 5px 0px; padding: 0px;
}
.layout h2 {
	width: 98%; line-height: 30px; font-size: 14px; font-weight: normal; margin: auto;
}
.la_tishi {
	margin: 4px 0px; text-align: center; color: rgb(0, 144, 211); font-family: "Î¢ÈíÑÅºÚ"; font-size: 20px;
}

.otherimg{display: block;width: 98%!important;margin: auto;}
