@font-face {font-family: "iconfont";
  src: url('/iconfont/iconfont.eot'); /* IE9*/
  src: url('/iconfont/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/iconfont/iconfont.woff') format('woff'), /* chrome, firefox */
  url('/iconfont/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('/iconfont/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
body {
    color:#333;
	background: #f1f2f3;

}
*{ padding: 0; margin: 0;}

.iconfont{
	font-size: 36px;
	color: #15aafe;
	float: left;
	padding-right: 10px;
}
.slidesjs-pagination {
width: 161px;
top: 310px;
left: 50%;
margin-left: -80px;
z-index: 11;
height: 24px;
line-height: 22px;
padding: 0 12px;
overflow: hidden;
text-align: center;
border: 1px solid rgba(0,0,0,0.1);
background: rgba(255,255,255,0.5);
position: absolute;
bottom: 20px;
border-radius: 15px;
}

.slidesjs-pagination li {
    float: left;
    margin: 0 3px;
}

.slidesjs-pagination li  a {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: 0 6px;
    line-height: 99px;
    overflow: hidden;
    border-radius: 50%;
    background: #434343;
    *display: inline;
    *zoom: 1;
}

.slidesjs-pagination li a.active {
	margin: 0 3px;
    border: 1px solid #fff;
    border: 1px solid rgba(255,255,255,1);
    background: #03b4f5;
}



ul li {
    list-style: none;
}


.container {
    min-width: 1240px;
    margin: 0 auto;
    position: relative;
    zoom: 1;
    overflow: hidden;
}


.container .con_focus {
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
    display: block;
    z-index: 1;
    top: 0;
}

	
.container .content{
min-width: 1110px;
max-width: 1240px;
    margin: 20px auto;
    margin-top: 380px;
    overflow: hidden;
    position: relative;
    z-index: 2;
border-radius: 5px;
background-color: #fff;
background: rgba(255,255,255,0.7);

}
.content .hot{
    overflow: hidden;
    position: relative;
}
.content .hot .title{
padding-top: 12px;
padding-bottom: 10px;
font-size: 24px;
color: #333;
padding-left: 12px;
}
.content .hot ul{
	margin-top:15px;
	height:330px;
}

.content .hot li {

position: relative;
width: 233px;
height: 320px;
margin-left: 11px;
border: 1px solid #ddd;
float: left;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0,0,0,.1);
background: #fff;
overflow: hidden;

}

.content .hot li h2 {
    text-align: center;
    line-height: 42px;
    font-size: 16px;
	color:#333;
}


.content .hot li img {
    width: 233px;
    height: 277px;
    border-radius: 5px 5px 0px 0px;
}


.content .all {
    overflow: hidden;
    position: relative;
	margin-bottom:0px;
}

.content .all .all_left{
	
	width:914px;
	overflow: hidden;
    position: relative;
}
.rmyx .title{
font-size: 18px;
color: #333;
padding-left:12px;
padding-top: 12px;
padding-bottom:20px;
}

.rmyx .title i{
	font-size: 24px;
}
.all_right{
	width:300px;
	overflow:hidden;
	position: relative;
	padding-right: 15px;
}

.kfb .title i{
	font-size: 24px;
}
.kfb .title{
font-size: 18px;
color: #333;
padding-left:12px;
padding-top: 12px;
padding-bottom:20px;
}

.gg .title i{
	font-size: 24px;
}
.gg .title{
font-size: 18px;
color: #333;
padding-left:12px;
padding-top: 12px;
padding-bottom:18px;
}


.kfb-server{
height: 540px;
border: 1px solid #dddddd;
border-radius: 5px;
}

.kfb-server #tab {
    width: 100%;
    height: 36px;
    border-bottom: 2px solid #d9d9d9;
}


.kfb-server #tab .tHide {
    float: left;
    font-size: 16px;
    line-height: 36px;
    width: 50%;
    text-align: center;
	cursor: pointer;
}

.kfb-server #tab  .navb {
    text-align: center;
    float: left;
    font-size: 16px;
    color: #000;
    border-bottom: 2px solid #338ad1;
}


.rmyx  ul li {
position: relative;
width: 290px;
/*height: 170px;*/
margin-left:12px;
margin-bottom:10px;
border: 1px solid #ddd;
float: left;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0,0,0,.1);
background: #fff;
overflow: hidden;
}

.rmyx  ul li img:hover {
    transform: scale(1.1);
}
.rmyx  ul li img {
    width: 100%;
    height: 120px;
    transition: all 0.6s;
}


.rmyx  ul li .recommend{
    position: absolute;
    width: 100%;
    line-height: 25px;
    background: #fff;
    color: #999;
	left: 0;
}

.rmyx  ul li .t1 {
    bottom: 25px;
}

.rmyx ul li .t2 {
    bottom: 0px;
}

.rmyx ul li .t1 .name {
    float: left;
    padding-left: 10px;
    font-size: 16px;
   
}

.rmyx ul li .t1 .menu {
    float: right;
    padding-right: 10px;
    font-size: 12px;
}
.rmyx ul li .t1 .menu a{ padding:5px 5px;}
.rmyx ul li .t2 .type {
    float: left;
    padding-left: 10px;
    font-size: 12px;
}

.rmyx ul li .t2 .bili {
    float: right;
    padding-right: 10px;
    font-size: 12px;
    color: #f00;
}

.text_info_hide ul {
    margin-top: 7px;
}
.text_info_hide ul li {
    line-height: 30px;
	overflow:hidden;
	margin-left:10px;
	margin-right:10px;
	border-bottom: 1px dotted #cecece;
}

.text_info_hide ul li a:hover {
	color:#09F;
}

.text_info_hide ul li span {
    font-size: 12px;
	width:90px;
}

.text_info_hide ul li small {
    font-size: 12px;
	width:110px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.all-game .title i{
	 font-size: 24px;
	 float:left;	
}
.all-game .title span{
	font-size: 18px;
    color: #333;
	float:left;
	padding-right:100px;
}
.all-game .title .active{
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #ff7800;
	
}

.all-game .title dd{
	padding: 3px 10px;
	color: #333;
	font-size:14px;
	float:left;
	margin-right:20px;
}
.all-game .title {
font-size: 18px;
color: #333;
padding-left: 12px;
padding-top: 12px;
padding-bottom: 20px;
height: 13px;
}
.rmyx{
	width:100%;
	overflow:hidden;
}
.all-game{
	width:100%;
	overflow:hidden;
}


.all-game ul li{
position: relative;
width: 270px;
height: 80px;
margin-left: 12px;
margin-bottom: 10px;
padding:10px;
border: 1px solid #ddd;
float: left;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0,0,0,.1);
background: #eee;
overflow: hidden;
}
.all-game ul li:hover{background:#fff;  opacity: .7;
    filter: alpha(opacity=90);}
.all-game ul li:hover img{ position:relative;z-index:99999;}
.all-game ul li img {
    width: 80px;
    height: 80px;
    float: left;
}

.all-game ul li .info {
    width: 160px;
    padding: 0 0 0 20px;
    float: left;
}

.all-game ul li .name {
    display: block;
    font-size: 16px;
    color: #666;
    margin-top: 3px;
}

.all-game ul li .bili {
    display: block;
    font-size: 12px;
    color: #f00;
    margin-top: 14px;
	margin-bottom:14px;
}

.all-game ul li .btn-getgift {
    padding: 2px 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #fc8473;
}

.gg-list{
	overflow:hidden;
border: 1px solid #dddddd;
border-radius: 5px;
}

.gg-list ul li {
    line-height: 30px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px dotted #cecece;
}


.kefu .title i{
	font-size: 24px;
}
.kefu .title{
font-size: 18px;
color: #333;
padding-left:12px;
padding-top: 12px;
padding-bottom:18px;
}


.gg-list ul li a:hover {
	color:#09F;
}


.kefu-content{
	overflow:hidden;
border: 1px solid #dddddd;
border-radius: 5px;
}


.zaixian{
width: 80px;
height: 119px;
border-right: 1px solid #dddddd;
padding-top: 20px;
margin-left: 20px;
padding-right: 0px;
color: #F36;
}
.zaixian p{
	line-height:30px;
	color:#F36;
	font-size:14px;
}

.kefu-content .zaixian i{
font-size: 62px;
color:#F36;
}

.kefu-content .kefuinfo p{
	line-height:45px;
	padding-left:20px;
	width:177px;
	border-bottom:1px solid #dddddd;
}
.kefu-content .kefuinfo .hezuo{
	border-bottom:0;
}
.link .title{
font-size: 18px;
color: #333;
padding-left:12px;
padding-top: 12px;
padding-bottom:20px;
}
.link .title i{
	font-size: 24px;
}
.link ul{
position: relative;
width: 96%;
margin-left: 12px;
margin-bottom: 10px;
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
background: #fff;
overflow: hidden;
}
.link ul li{
	float:left;
	width:100px;
}


.hot li .recommend {
    bottom: 0px;
    left: 0;
    width: 100%;
    line-height: 40px;
}
.hot li .pay {
    float: left;
    padding-left: 10px;
    width: 130px;
	color:#F00;
}

.hot li .recommend a:hover {
    background: #f92b0e;
}
.hot li .btn {
	float:right;
	margin-right:10px;
    padding: 2px 10px;
    border-radius: 8px;
	margin-top:8px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #03b4f5;
	line-height: 20px;
}
#msg{ color:#F00;
font-size:12px;}

.animated {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.all ul li .t1{bottom:-39px;}
.all ul li .t2{bottom:-78px;}
.all ul li .t1,
.all ul li .t2 ,.all ul li .t1 a,
.all ul li .t2 a{color:#fff;}
.all ul li .recommend{    width: 100%;
    height: 39px;
    position: absolute;
    left: 0;
    bottom: -39px;
    opacity: .7;
    filter: alpha(opacity=60);
    background: #000;
    color: #fff;
}
.all ul li:hover .t1{bottom:39px;}
.all ul li:hover .t2{bottom:0px;}