/* line 1, ../sass/common.scss */
.w {
  width: 1240px;
  margin: 0 auto;
}

/* line 35, ../sass/common.scss */
.header-layout .head-top {
  height: 40px;
  background-color: #333;
}
/* line 38, ../sass/common.scss */
.header-layout .head-top .left {
  float: left;
}
/* line 40, ../sass/common.scss */
.header-layout .head-top .left span {
  float: left;
  line-height: 40px;
  margin-right: 60px;
}
/* line 44, ../sass/common.scss */
.header-layout .head-top .left span a {
  color: #f5f5f5;
  font-size: 14px;
  float: left;
}
/* line 48, ../sass/common.scss */
.header-layout .head-top .left span a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 8px 0 8px;
  vertical-align: middle;
  background-image: url("../images/icon.png");
  background-repeat: no-repeat;
}
/* line 56, ../sass/common.scss */
.header-layout .head-top .left span a i.ico1 {
  background-position: -6px -6px;
}
/* line 59, ../sass/common.scss */
.header-layout .head-top .left span a i.ico2 {
  background-position: -5px -35px;
}
/* line 62, ../sass/common.scss */
.header-layout .head-top .left span a i.ico3 {
  background-position: -6px -66px;
  margin-right: 0;
}
/* line 68, ../sass/common.scss */
.header-layout .head-top .left span.appDown {
  margin-top: 4px;
}
/* line 70, ../sass/common.scss */
.header-layout .head-top .left span.appDown a {
  display: block;
  width: 138px;
  height: 29px;
  line-height: 29px;
  border: 1px solid #f5d055;
  color: #f5d055;
  text-align: center;
  border-radius: 2px;
}
.header-layout .head-nav .logo img {
    width: 65%;
	height:100%;
}
/* line 84, ../sass/common.scss */
.header-layout .head-top .right {
  float: right;
  width: 490px;
}
/* line 87, ../sass/common.scss */
.header-layout .head-top .right .qq {
  float: left;
  margin-top: 4px;
}
/* line 90, ../sass/common.scss */
.header-layout .head-top .right .qq a {
  display: block;
  height: 29px;
  line-height: 29px;
  width: 110px;
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  font-size: 14px;
  text-align: center;
  color: #f5f5f5;
}
/* line 100, ../sass/common.scss */
.header-layout .head-top .right .qq a i {
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  margin-top: -3px;
  background-image: url("../images/icon.png");
  background-repeat: no-repeat;
  margin-left: 10px;
  background-position: -5px -95px;
}
/* line 113, ../sass/common.scss */
.header-layout .head-top .right .reg-login {
  float: right;
  margin-right: 55px;
  line-height: 40px;
}
/* line 117, ../sass/common.scss */
.header-layout .head-top .right .reg-login i {
  display: inline-block;
  width: 1px;
  height: 12px;
  vertical-align: middle;
  background-color: #f5f5f5;
  float: left;
  margin-top: 14px;
}
/* line 126, ../sass/common.scss */
.header-layout .head-top .right .reg-login a {
  color: #f5f5f5;
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  float: left;
}
/* line 135, ../sass/common.scss */
.header-layout .head-top .right .allGame {
  float: right;
  padding: 0 10px;
  height: 40px;
  position: relative;
}
/* line 140, ../sass/common.scss */
.header-layout .head-top .right .allGame:hover {
  background-color: #272727;
}
/* line 143, ../sass/common.scss */
.header-layout .head-top .right .allGame:hover .tit i {
  background: url("../images/icon.png") no-repeat -45px -90px;
}
/* line 147, ../sass/common.scss */
.header-layout .head-top .right .allGame:hover .game-list {
  display: block;
}
/* line 151, ../sass/common.scss */
.header-layout .head-top .right .allGame .tit {
  font-size: 14px;
  color: #f5f5f5;
  float: right;
  margin-top: 10px;
  cursor: pointer;
}
/* line 157, ../sass/common.scss */
.header-layout .head-top .right .allGame .tit i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/icon.png") no-repeat -30px -90px;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: -3px;
}
/* line 167, ../sass/common.scss */
.header-layout .head-top .right .allGame .game-list {
  position: absolute;
  right: 0;
  top: 40px;
  width: 1000px;
  height: 304px;
  background-color: #272727;
  right: 0;
  top: 40px;
  z-index: 999;
  display: none;
}
/* line 178, ../sass/common.scss */
.header-layout .head-top .right .allGame .game-list .g-img {
  float: left;
  width: 496px;
  height: 304px;
  overflow: hidden;
}
/* line 183, ../sass/common.scss */
.header-layout .head-top .right .allGame .game-list .g-img img {
  width: 100%;
}
/* line 187, ../sass/common.scss */
.header-layout .head-top .right .allGame .game-list .list-dl {
  float: left;
  width: 166px;
  font-size: 14px;
  color: #fff;
  height: 304px;
}
/* line 193, ../sass/common.scss */
.header-layout .head-top .right .allGame .game-list .list-dl.hot-game {
  border-right: 1px solid #6d6d6d;
}
/* line 196, ../sass/common.scss */
.header-layout .head-top .right .allGame .game-list .list-dl dt {
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
/* line 201, ../sass/common.scss */
.header-layout .head-top .right .allGame .game-list .list-dl dt i {
  display: inline-block;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
}
/* line 209, ../sass/common.scss */
.header-layout .head-top .right .allGame .game-list .list-dl dt i:after {
  content: '';
  display: block;
  widows: 10px;
  height: 10px;
  background-color: #fff;
  margin: 1px;
  border-radius: 50%;
}
/* line 220, ../sass/common.scss */
.header-layout .head-top .right .allGame .game-list .list-dl dd {
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width:140px;
}
/* line 224, ../sass/common.scss */
.header-layout .head-top .right .allGame .game-list .list-dl dd a {

	color: #fff;
}
/* line 226, ../sass/common.scss */
.header-layout .head-top .right .allGame .game-list .list-dl dd a:hover {
  color: #ffd729;
}
/* line 230, ../sass/common.scss */
.header-layout .head-top .right .allGame .game-list .list-dl dd i {
  display: inline-block;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  color: #272727;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 15px;
  border-radius: 50%;
  font-weight: bold;
}
/* line 242, ../sass/common.scss */
.header-layout .head-top .right .allGame .game-list .list-dl dd i.h {
  background-color: #ff2a2a;
}
/* line 245, ../sass/common.scss */
.header-layout .head-top .right .allGame .game-list .list-dl dd i.n {
  background-color: #2cbbff;
}
/* line 256, ../sass/common.scss */
.header-layout .head-nav {
  height: 85px;
  background-color: #fff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
/* line 260, ../sass/common.scss */
.header-layout .head-nav .logo {
  float: left;
  margin-top: 8px;
  width: 220px;
  height: 60px;
  overflow: hidden;
}
/* line 266, ../sass/common.scss */

/* line 270, ../sass/common.scss */
.header-layout .head-nav .menu {
  float: left;
  margin-left: 20px;
}
/* line 273, ../sass/common.scss */
.header-layout .head-nav .menu .nav-list {
  float: left;
  margin-top: 28px;
}
/* line 276, ../sass/common.scss */
.header-layout .head-nav .menu .nav-list li {
  float: left;
  font-size: 16px;
  margin: 0 20px;
}
/* line 280, ../sass/common.scss */
.header-layout .head-nav .menu .nav-list li a {
  color: #333;
  text-decoration: none;
}
/* line 283, ../sass/common.scss */
.header-layout .head-nav .menu .nav-list li a:hover {
  color: #fe931e;
}
/* line 290, ../sass/common.scss */
.header-layout .head-nav .search {
  float: right;
  width: 270px;
  margin-top: 20px;
}
/* line 294, ../sass/common.scss */
.header-layout .head-nav .search .inputItem {
  float: left;
  border: 1px solid #f9c354;
  border-right: none;
  height: 40px;
  width: 220px;
  position: relative;
}
/* line 301, ../sass/common.scss */
.header-layout .head-nav .search .inputItem input.inputSty {
  border: none;
  background-color: transparent;
  width: 156px;
  margin-left: 5px;
  height: 20px;
  line-height: 20px;
  float: left;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
/* line 313, ../sass/common.scss */
.header-layout .head-nav .search .inputItem .key {
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 12px;
}
/* line 318, ../sass/common.scss */
.header-layout .head-nav .search .inputItem .key a {
  background-color: #eee;
  padding: 2px 5px;
  margin-left: 3px;
  color: #666;
}
/* line 326, ../sass/common.scss */
.header-layout .head-nav .search .btn {
  width: 47px;
  height: 42px;
  background-color: #ffd729;
  border: none;
  cursor: pointer;
}
/* line 332, ../sass/common.scss */
.header-layout .head-nav .search .btn i {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: url(../images/icon.png) no-repeat -5px -125px;
}

/* line 344, ../sass/common.scss */
.tit-box {
  padding: 10px 0;
}
/* line 346, ../sass/common.scss */
.tit-box h3 {
  float: left;
  font-size: 16px;
  color: #333;
}
/* line 350, ../sass/common.scss */
.tit-box h3 i {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -2px;
}
/* line 358, ../sass/common.scss */
.tit-box h3:before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 14px;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
  background-color: #ffd729;
}
/* line 369, ../sass/common.scss */
.tit-box .more {
  float: right;
  width: 56px;
  height: 22px;
  margin-top: 0px;
}
/* line 374, ../sass/common.scss */
.tit-box .more a {
  display: block;
  width: 54px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #fe931e;
  border-radius: 2px;
  color: #fe931e;
}
/* line 383, ../sass/common.scss */
.tit-box .more a:hover {
  background-color: #fe931e;
  color: #fff;
}

/* line 393, ../sass/common.scss */
.kf-item dd {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #cecece;
}
/* line 397, ../sass/common.scss */
.kf-item dd.f-cur, .kf-item dd.n-cur {
  border-bottom-style: solid;
}
/* line 400, ../sass/common.scss */
.kf-item dd.f-cur {
  background-color: #fcf9e7;
}
/* line 403, ../sass/common.scss */
.kf-item dd.n-cur {
  background-color: #edf9ff;
}
/* line 407, ../sass/common.scss */
.kf-item dd a {
  display: block;
  color: #535353;
  height: 36px;
  line-height: 36px;
}
/* line 412, ../sass/common.scss */
.kf-item dd a:hover {
  background-color: #f5f5f5;
}
/* line 416, ../sass/common.scss */
.kf-item dd span {
  display: inline-block;
  font-size: 14px;
  float: left;
}
/* line 420, ../sass/common.scss */
.kf-item dd span i.lab {
  font-style: normal;
  font-size: 10px;
  margin-left: 5px;
  color: #fff;
  padding: 0 2px;
  border-radius: 2px;
}
/* line 428, ../sass/common.scss */
.kf-item dd span i.first {
  background-color: #f5551d;
}
/* line 432, ../sass/common.scss */
.kf-item dd span i.new {
  background-color: #3da7ef;
}
/* line 435, ../sass/common.scss */
.kf-item dd span:nth-child(1) {
  width: 142px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
}
/* line 440, ../sass/common.scss */
.kf-item dd span:nth-child(2) {
  width: 88px;
  text-align: center;
}
/* line 444, ../sass/common.scss */
.kf-item dd span:nth-child(3) {
  width: 128px;
  text-align: center;
}

/* line 453, ../sass/common.scss */
.BT-box ul.yy-list {
  width: 105%;
  margin-top: 23px;
}



/* 热门游戏说明 */

.BT-box ul.yy-list li {
	float: left;
	width: 264px;
	/*height: 152px;*/
	height: auto;
	overflow: hidden;
	position: relative;
	margin-right: 12px;
	margin-bottom: 15px;
	box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	background: #E6E4E4;
	border-radius:4px;
}				
.BT-box ul.yy-list li .new_info{
	background: #E6E4E4;
	height: 38px;
	overflow: hidden;
	padding:8px;
	margin-bottom:7px;
}
.BT-box ul.yy-list li .gametitle{
	padding:8px;
	background: #F9F9F9;
	float:left;width:100%;
}
.BT-box ul.yy-list li .gametitle .gamename{
	font-size:20px;
	margin-left:10px;
	float:left;
}
.BT-box ul.yy-list li .gametitle .btn{
	-webkit-box-shadow: 0 0 5px #ccc;
	float:right;
	font-size:15px;
	margin-right:20px;
	background: #fff;
	padding:3px 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.BT-box ul.yy-list li .gametitle .btn:hover{
	background: #F44848;
	-webkit-transition: all .5s; 
	color:#fff;
	border-radius: 5px;
	border: 1px solid #EBEBEB;
}
.BT-box ul.yy-list li a img {
  transition: transform .2s;
}

.BT-box ul.yy-list li a:hover img {
  transform: scale(1.05, 1.05);
  transition: transform .2s;
}

/* 热门游戏说明 */



.BT-box ul.yy-list li img{
  width: 264px;
  height: 152px;
}

/* line 464, ../sass/common.scss */
.BT-box ul.yy-list li .info {
  position: absolute;
  left: 25px;
  top: 30px;
}
/* line 468, ../sass/common.scss */
.BT-box ul.yy-list li .info p {
  line-height: 26px;
}
/* line 470, ../sass/common.scss */
.BT-box ul.yy-list li .info p.name {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
/* line 475, ../sass/common.scss */
.BT-box ul.yy-list li .info p.dec {
  font-size: 14px;
  color: #666;
}
/* line 479, ../sass/common.scss */
.BT-box ul.yy-list li .info p.scale {
  font-size: 16px;
  color: #fe931e;
  font-weight: bold;
}
/* line 486, ../sass/common.scss */
.BT-box ul.yy-list li .lab {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
}
/* line 493, ../sass/common.scss */
.BT-box ul.yy-list li .hover-box {
  position: absolute;
  width: 264px;
  height: 38px;
  line-height: 38px;
  
 /*  height: 168px;
  line-height: 168px;
  left: 0;
  bottom: -170px; */
  
  left: 0;
  bottom: -40px;
  transition: bottom 0.4s;
  background-color: rgba(0, 0, 0, 0.7);
}
/* line 502, ../sass/common.scss */
.BT-box ul.yy-list li .hover-box a {
  float: left;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  text-decoration: none;
}
/* line 508, ../sass/common.scss */
.BT-box ul.yy-list li .hover-box a i {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 4px;
  vertical-align: middle;
}
/* line 514, ../sass/common.scss */
.BT-box ul.yy-list li .hover-box a i.en-g {
  background: url("../images/icon.png") no-repeat -33px -124px;
}
/* line 517, ../sass/common.scss */
.BT-box ul.yy-list li .hover-box a i.d-g {
  background: url("../images/icon.png") no-repeat -33px -154px;
}
/* line 520, ../sass/common.scss */
.BT-box ul.yy-list li .hover-box a i.gift {
  background: url("../images/icon.png") no-repeat -34px -184px;
}
/* line 527, ../sass/common.scss */
.BT-box ul.yy-list li:hover .hover-box {
  bottom: 0;
  transition: bottom 0.4s;
}












.gmall-box ul.yy-list {
  width: 105%;
  margin-top: 5px;
}

.gmall-box ul.yy-list li {
	float: left;
	width: 295px;
	/*height: 152px;*/
	height: auto;
	overflow: hidden;
	position: relative;
	margin-right: 12px;
	margin-bottom: 15px;
	box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
	background: #E6E4E4;
	border-radius:4px;
}				
.gmall-box ul.yy-list li .new_info{
	background: #E6E4E4;
	height: 38px;
	overflow: hidden;
	padding:8px;
	margin-bottom:7px;
}
.gmall-box ul.yy-list li .gametitle{
	padding:8px;
	background: #F9F9F9;
	float:left;width:100%;
}
.gmall-box ul.yy-list li .gametitle .gamename{
	font-size:20px;
	margin-left:10px;
	float:left;
}
.gmall-box ul.yy-list li .gametitle .btn{
	-webkit-box-shadow: 0 0 5px #ccc;
	float:right;
	font-size:15px;
	margin-right:20px;
	background: #fff;
	padding:3px 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.gmall-box ul.yy-list li .gametitle .btn:hover{
	background: #F44848;
	-webkit-transition: all .5s; 
	color:#fff;
	border-radius: 5px;
	border: 1px solid #EBEBEB;
}
.gmall-box ul.yy-list li a img {
  transition: transform .2s;
}

.gmall-box ul.yy-list li a:hover img {
  transform: scale(1.05, 1.05);
  transition: transform .2s;
}

.gmall-box ul.yy-list li img{
  width: 295px;
  height: 170px;
}


.gmall-box ul.yy-list li .info {
  position: absolute;
  left: 25px;
  top: 30px;
}

.gmall-box ul.yy-list li .info p {
  line-height: 26px;
}

.gmall-box ul.yy-list li .info p.name {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.gmall-box ul.yy-list li .info p.dec {
  font-size: 14px;
  color: #666;
}

.gmall-box ul.yy-list li .info p.scale {
  font-size: 16px;
  color: #fe931e;
  font-weight: bold;
}

.gmall-box ul.yy-list li .lab {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
}

.gmall-box ul.yy-list li .hover-box {
  position: absolute;
  width: 264px;
  height: 38px;
  line-height: 38px;
  
 /*  height: 168px;
  line-height: 168px;
  left: 0;
  bottom: -170px; */
  
  left: 0;
  bottom: -40px;
  transition: bottom 0.4s;
  background-color: rgba(0, 0, 0, 0.7);
}

.gmall-box ul.yy-list li .hover-box a {
  float: left;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  text-decoration: none;
}

.gmall-box ul.yy-list li .hover-box a i {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 4px;
  vertical-align: middle;
}

.gmall-box ul.yy-list li .hover-box a i.en-g {
  background: url("../images/icon.png") no-repeat -33px -124px;
}

.gmall-box ul.yy-list li .hover-box a i.d-g {
  background: url("../images/icon.png") no-repeat -33px -154px;
}

.gmall-box ul.yy-list li .hover-box a i.gift {
  background: url("../images/icon.png") no-repeat -34px -184px;
}

.gmall-box ul.yy-list li:hover .hover-box {
  bottom: 0;
  transition: bottom 0.4s;
}


















/* line 534, ../sass/common.scss */
.BT-box ul.sy-list {
  width: 105%;
}
/* line 536, ../sass/common.scss */
.BT-box ul.sy-list li {
  float: left;
  width: 190px;
  height: 255px;
  border: 1px solid #e2e2e2;
  margin-right: 15px;
  margin-bottom: 10px;
  position: relative;
}
/* line 544, ../sass/common.scss */
.BT-box ul.sy-list li:hover {
  box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
}
/* line 547, ../sass/common.scss */
.BT-box ul.sy-list li i.lab {
  position: absolute;
  width: 77px;
  height: 36px;
  left: -6px;
  top: 10px;
}
/* line 554, ../sass/common.scss */
.BT-box ul.sy-list li .img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  padding-top: 10px;
  margin: 0 auto;
}
/* line 560, ../sass/common.scss */
.BT-box ul.sy-list li .img img {
  width: 100%;
}
/* line 565, ../sass/common.scss */
.BT-box ul.sy-list li .info {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 570, ../sass/common.scss */
.BT-box ul.sy-list li .info .name {
  font-size: 16px;
  color: #333;
  padding: 6px 0;
}
/* line 575, ../sass/common.scss */
.BT-box ul.sy-list li .info .dec {
  color: #txt-6;
  font-size: 12px;
}
/* line 579, ../sass/common.scss */
.BT-box ul.sy-list li .info .scale {
  font-size: 12px;
  padding-top: 6px;
  color: #fe931e;
}
/* line 585, ../sass/common.scss */
.BT-box ul.sy-list li .btn {
  text-align: center;
  padding-top: 10px;
}
/* line 588, ../sass/common.scss */
.BT-box ul.sy-list li .btn .btn-a {
  display: inline-block;
  width: 80px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #666;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}
/* line 597, ../sass/common.scss */
.BT-box ul.sy-list li .btn .btn-a:hover {
  border: 1px solid #fe931e;
  color: #fe931e;
}






/* line 607, ../sass/common.scss */
.rank-frame {
  width: 104%;
}
/* line 609, ../sass/common.scss */
.rank-frame .item-box {
  margin-right: 22px;
  padding: 12px;
  box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  width: 375px;
  float: left;
}
/* line 615, ../sass/common.scss */
.rank-frame .item-box .tit-box {
  border-bottom: 1px solid #b5b5b5;
}
/* line 617, ../sass/common.scss */
.rank-frame .item-box .tit-box i {
  background: url("../images/icon.png") no-repeat -95px -35px;
}
/* line 621, ../sass/common.scss */
.rank-frame .item-box .rank-tab {
  padding: 25px 20px;
}
/* line 623, ../sass/common.scss */
.rank-frame .item-box .rank-tab li {
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
}
/* line 630, ../sass/common.scss */
.rank-frame .item-box .rank-tab li.on {
  color: #fe931e;
}
/* line 632, ../sass/common.scss */
.rank-frame .item-box .rank-tab li.on span {
  border-bottom: 1px solid #fe931e;
  display: inline-block;
  padding: 0 5px;
}
/* line 641, ../sass/common.scss */
.rank-frame .item-box .rank-list .rank-top {
  border-bottom: 1px solid #b5b5b5;
  padding-bottom: 20px;
}
/* line 644, ../sass/common.scss */
.rank-frame .item-box .rank-list .rank-top dd {
  float: left;
  padding: 0 9px;
  text-align: center;
  font-size: 0px;
}
/* line 649, ../sass/common.scss */
.rank-frame .item-box .rank-list .rank-top dd.two, .rank-frame .item-box .rank-list .rank-top dd.three {
  margin-top: 36px;
}
/* line 652, ../sass/common.scss */
.rank-frame .item-box .rank-list .rank-top dd .name {
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 14px;
}
/* line 659, ../sass/common.scss */
.rank-frame .item-box .rank-list .rank-top dd .num {
  font-size: 14px;
  color: #ff2a2a;
}
/* line 662, ../sass/common.scss */
.rank-frame .item-box .rank-list .rank-top dd .num i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/icon.png") no-repeat -67px -127px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 3px;
}
/* line 675, ../sass/common.scss */
.rank-frame .item-box .rank-list .item-ul li {
  height: 49px;
  line-height: 49px;
  border-bottom: 1px dashed #e3e3e3;
  font-size: 14px;
  overflow:didden;
  white-space:nowrap;
}
/* line 680, ../sass/common.scss */
.rank-frame .item-box .rank-list .item-ul li:hover {
  background-color: #f5f5f5;
}
/* line 683, ../sass/common.scss */
.rank-frame .item-box .rank-list .item-ul li span {
  display: inline-block;
  vertical-align: middle;
}
/* line 686, ../sass/common.scss */
.rank-frame .item-box .rank-list .item-ul li span.no {
 width: 42px;
}
/* line 689, ../sass/common.scss */
.rank-frame .item-box .rank-list .item-ul li span.name {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fe931e;
}
/* line 695, ../sass/common.scss */
.rank-frame .item-box .rank-list .item-ul li span.name a {
  color: #fe931e;
}
/* line 699, ../sass/common.scss */
.rank-frame .item-box .rank-list .item-ul li span.f {
  width: 55px;
}
/* line 702, ../sass/common.scss */
.rank-frame .item-box .rank-list .item-ul li span.num {
  width: 75px;
  text-align: center;
}
/* line 707, ../sass/common.scss */
.rank-frame .item-box .rank-list .item-ul li span.en a {
  display: inline-block;
  width: 63px;
  height: 20px;
  border: 1px solid #fe931e;
  color: #fe931e;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
}
/* line 716, ../sass/common.scss */
.rank-frame .item-box .rank-list .item-ul li span.en a:hover {
  background-color: #fe931e;
  color: #fff;
}

/* line 731, ../sass/common.scss */
.page-box {
  padding: 20px 0;
  text-align: center;
  font-size: 0;
}
/* line 735, ../sass/common.scss */
.page-box a, .page-box span {
  display: inline-block;
  padding: 10px 18px;
  margin: 0 5px;
  font-size: 12px;
}
/* line 741, ../sass/common.scss */
.page-box a {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
}
/* line 744, ../sass/common.scss */
.page-box a:hover {
  border: 1px solid #ffd729;
}
/* line 748, ../sass/common.scss */
.page-box span {
  background-color: #ffd729;
}

/* line 753, ../sass/common.scss */
.footer-container {
  margin-top: 20px;
  background-color: #333;
  padding: 48px 0;
  color: #c3c3c3;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
/* line 762, ../sass/common.scss */
.footer-container .f-link a {
  color: #c3c3c3;
  margin: 0 10px;
}
/* line 767, ../sass/common.scss */
.footer-container .copyright {
  padding-top: 10px;
}
/* line 769, ../sass/common.scss */
.footer-container .copyright span {
  margin-left: 40px;
  display: inline-block;
  margin-right: 10px;
}
/* line 774, ../sass/common.scss */
.footer-container .copyright img {
  vertical-align: middle;
}

/* line 2, ../sass/index.scss */
.banner-layout {
  height: 430px;
  position: relative;
}
/* line 5, ../sass/index.scss */
.banner-layout .bannerSlide {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 630px;
  margin-left: -960px;
}
/* line 13, ../sass/index.scss */
.banner-layout .banner-icon {
  position: absolute;
  top: 370px;
  width: 100%;
  text-align: center;
  z-index: 99;
}
/* line 19, ../sass/index.scss */
.banner-layout .banner-icon li {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  display: inline-block;
  text-indent: 100px;
  overflow: hidden;
  cursor: pointer;
  transition: width .2s;
}
/* line 30, ../sass/index.scss */
.banner-layout .banner-icon li.on {
  transition: width .2s;
  width: 53px;
  background-color: #ffd729;
}

.banner-layout .bd img {
  /* height:410px; */
  width:100%;
}


/* line 37, ../sass/index.scss */
.banner-layout .login-box {
  position: absolute;
  width: 383px;
  height: 410px;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}
/* line 45, ../sass/index.scss */
.banner-layout .login-box .no-login {
  width: 255px;
  margin: auto;
  padding-top: 30px;
}
/* line 49, ../sass/index.scss */
.banner-layout .login-box .no-login .tit {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
/* line 56, ../sass/index.scss */
.banner-layout .login-box .no-login .form-box li {
  margin-top: 10px;
  width: 252px;
  height: 36px;
  border: 1px solid #333;
}
/* line 61, ../sass/index.scss */
.banner-layout .login-box .no-login .form-box li i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 10px 8px 0 10px;
  float: left;
  position: relative;
}
/* line 68, ../sass/index.scss */
.banner-layout .login-box .no-login .form-box li i:after {
  content: '';
  position: absolute;
  height: 14px;
  width: 1px;
  background-color: #b5b5b5;
  top: 1px;
  right: -9px;
}
/* line 77, ../sass/index.scss */
.banner-layout .login-box .no-login .form-box li i.userico {
  background: url("../images/icon.png") no-repeat -8px -158px;
}
/* line 80, ../sass/index.scss */
.banner-layout .login-box .no-login .form-box li i.pwico {
  background: url("../images/icon.png") no-repeat -8px -187px;
}
/* line 84, ../sass/index.scss */
.banner-layout .login-box .no-login .form-box li.cur {
  border: 1px solid #ffd729;
}
/* line 87, ../sass/index.scss */
.banner-layout .login-box .no-login .form-box li.eror {
  border: 1px solid #f5551d;
}
/* line 90, ../sass/index.scss */
.banner-layout .login-box .no-login .form-box li input {
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  border: none;
  padding-left: 10px;
  background-color: transparent;
  margin-top: 6px;
  width: 205px;
  color: #333;
}
/* line 103, ../sass/index.scss */
.banner-layout .login-box .no-login .login-btn {
  padding-top: 26px;
}
/* line 105, ../sass/index.scss */
.banner-layout .login-box .no-login .login-btn a {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  background-color: #ffd729;
  color: #333;
  border-radius: 4px;
  width: 100%;
  border: 0;
  cursor: pointer;
}
/* line 119, ../sass/index.scss */
.banner-layout .login-box .no-login .jz-box {
  padding: 10px 0;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
/* line 124, ../sass/index.scss */
.banner-layout .login-box .no-login .jz-box .text1 {
  float: left;
}
/* line 126, ../sass/index.scss */
.banner-layout .login-box .no-login .jz-box .text1 input {
  margin-top: -2px;
  vertical-align: middle;
}
/* line 131, ../sass/index.scss */
.banner-layout .login-box .no-login .jz-box .text2 {
  float: right;
}
/* line 133, ../sass/index.scss */
.banner-layout .login-box .no-login .jz-box .text2 a {
  color: #fe931e;
}
/* line 138, ../sass/index.scss */
.banner-layout .login-box .no-login .nl-register {
  text-align: center;
  font-size: 14px;
}
/* line 141, ../sass/index.scss */
.banner-layout .login-box .no-login .nl-register a {
  color: #fe931e;
}
/* line 145, ../sass/index.scss */
.banner-layout .login-box .no-login .third-box {
  text-align: center;
  padding-top: 20px;
}
/* line 148, ../sass/index.scss */
.banner-layout .login-box .no-login .third-box span {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  margin: 0 20px;
}
/* line 154, ../sass/index.scss */
.banner-layout .login-box .no-login .third-box span a {
  display: block;
  width: 52px;
  height: 52px;
}
/* line 159, ../sass/index.scss */
.banner-layout .login-box .no-login .third-box span.qq-a {
  background: url("../images/icon2.png") no-repeat -1px -281px;
}
/* line 162, ../sass/index.scss */
.banner-layout .login-box .no-login .third-box span.wx-a {
  background: url("../images/icon2.png") no-repeat -1px -345px;
}
/* line 169, ../sass/index.scss */
.banner-layout .login-box .login .user-info {
  border-bottom: 1px solid #b6b6b6;
  padding: 20px 0;
  margin: 0 25px;
}
/* line 173, ../sass/index.scss */
.banner-layout .login-box .login .user-info .img {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  border: 8px solid #fff;
}
/* line 180, ../sass/index.scss */
.banner-layout .login-box .login .user-info .img img {
  width: 100%;
}
/* line 184, ../sass/index.scss */
.banner-layout .login-box .login .user-info .user-r {
  margin-left: 140px;
}
/* line 186, ../sass/index.scss */
.banner-layout .login-box .login .user-info .user-r .name {
  font-size: 20px;
  /* padding-top: 20px; */
}
/* line 189, ../sass/index.scss */
.banner-layout .login-box .login .user-info .user-r .name a {
  color: #666;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 4px;
}
/* line 194, ../sass/index.scss */
.banner-layout .login-box .login .user-info .user-r .name a:hover {
  color: #fe931e;
}
/* line 199, ../sass/index.scss */
.banner-layout .login-box .login .user-info .user-r .btn-box {
  padding-top: 10px;
}
/* line 201, ../sass/index.scss */
.banner-layout .login-box .login .user-info .user-r .btn-box a {
  display: inline-block;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
}
/* line 210, ../sass/index.scss */
.banner-layout .login-box .login .user-info .user-r .btn-box a.btn1 {
  background-color: #fe931e;
  margin-right: 20px;
}
/* line 214, ../sass/index.scss */
.banner-layout .login-box .login .user-info .user-r .btn-box a.btn2 {
  background-color: #2cbbff;
}
/* line 221, ../sass/index.scss */
.banner-layout .login-box .login .user-bottom {
  padding: 10px 25px;
}
/* line 223, ../sass/index.scss */
.banner-layout .login-box .login .user-bottom .tit {
  font-size: 16px;
  padding-bottom: 10px;
}
/* line 227, ../sass/index.scss */
.banner-layout .login-box .login .user-bottom .history-glist {
  height: 185px;
  overflow-y: auto;
}
/* line 230, ../sass/index.scss */
.banner-layout .login-box .login .user-bottom .history-glist li {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
/* line 234, ../sass/index.scss */
.banner-layout .login-box .login .user-bottom .history-glist li span {
  display: inline-block;
  vertical-align: middle;
}
/* line 237, ../sass/index.scss */
.banner-layout .login-box .login .user-bottom .history-glist li span.t {
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
/* line 243, ../sass/index.scss */
.banner-layout .login-box .login .user-bottom .history-glist li span.t:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-top: -2px;
  background: url("../images/icon.png") no-repeat -60px -90px;
}
/* line 253, ../sass/index.scss */
.banner-layout .login-box .login .user-bottom .history-glist li span.t a {
  color: #333;
}
/* line 257, ../sass/index.scss */
.banner-layout .login-box .login .user-bottom .history-glist li span.n {
  width: 100px;
  text-align: center;
}
/* line 261, ../sass/index.scss */
.banner-layout .login-box .login .user-bottom .history-glist li span.en-g {
  width: 90px;
  text-align: right;
}
/* line 264, ../sass/index.scss */
.banner-layout .login-box .login .user-bottom .history-glist li span.en-g a {
  display: inline-block;
  width: 72px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #fc2727;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
}

/* line 284, ../sass/index.scss */
.floor-two .left-box {
  width: 384px;
  height: 200px;
  float: left;
  /* background-color: rgba(255, 255, 255, 0.8); */
  background-color: rgba(255, 255, 255, 0.93);
  box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  position: relative;
  z-index: 99;
}
/* line 292, ../sass/index.scss */
.floor-two .left-box .tit {
  height: 40px;
  line-height: 40px;
  text-align: center;
}
/* line 296, ../sass/index.scss */
.floor-two .left-box .tit h3 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
/* line 300, ../sass/index.scss */
.floor-two .left-box .tit h3 i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
  background: url("../images/icon.png") no-repeat -35px -5px;
}
/* line 311, ../sass/index.scss */
.floor-two .left-box .item-box {
  background-color: #fff;
  box-shadow: 0 -2px 4px #e3e3e3;
  width: 384px;
  overflow: hidden;
}
/* line 316, ../sass/index.scss */
.floor-two .left-box .item-box ul {
  width: 390px;
}
/* line 318, ../sass/index.scss */
.floor-two .left-box .item-box ul li {
  float: left;
  width: 33%;
  text-align: center;
  margin: 8px 0;
  border-right: 1px solid #f5d055;
}
/* line 325, ../sass/index.scss */
.floor-two .left-box .item-box ul li.on a {
  color: #fe931e;
  text-decoration: none;
}
/* line 327, ../sass/index.scss */
.floor-two .left-box .item-box ul li.on a img {
  border-color: #fe931e;
}
/* line 333, ../sass/index.scss */
.floor-two .left-box .item-box ul li a {
  color: #333;
}
/* line 334, ../sass/index.scss */
.floor-two .left-box .item-box ul li a img {
  display: block;
  border: 1px solid #333;
  margin: 0 auto;
}
/* line 339, ../sass/index.scss */
.floor-two .left-box .item-box ul li a span {
  border-bottom: 1px solid #f5d055;
  padding-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
}
/* line 348, ../sass/index.scss */
.floor-two .left-box .item-box ul li a:hover {
  color: #fe931e;
  text-decoration: none;
}
/* line 350, ../sass/index.scss */
.floor-two .left-box .item-box ul li a:hover img {
  border-color: #fe931e;
}
/* line 360, ../sass/index.scss */
.floor-two .right-box {
  width: 840px;
  float: right;
  overflow: hidden;
  height: 200px;
}
/* line 365, ../sass/index.scss */
.floor-two .right-box ul {
  width: 860px;
}
/* line 367, ../sass/index.scss */
.floor-two .right-box ul li {
  float: left;
  width: 266px;
	height: 195px;
    margin-top: 3px;
    margin-left: 3px;  
  overflow: hidden;
  margin-right: 15px;
  box-shadow: 0 0 8px #bcbcbc;
  position: relative;
  background-color: #f0fbe9;
}
.floor-two .right-box ul li img {
  width:100%;
  height:155px;
}
/* line 369, ../sass/index.scss */
.floor-two .right-box ul li a img {
  transition: transform .2s;
}
/* line 373, ../sass/index.scss */
.floor-two .right-box ul li a:hover img {
  transform: scale(1.1, 1.1);
  transition: transform .2s;
}
/* line 386, ../sass/index.scss */
.floor-two .right-box ul li i.tip {
  position: absolute;
  width: 72px;
  height: 30px;
  /* background: url("../images/icon2.png") no-repeat 0px -240px; */
  background-color:#F5881C;
  left: 195px;
  top: 125px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-style: normal;
}

.floor-two .right-box ul li i.new {
  position: absolute;
  width: 72px;
  height: 39px;
  background: url("../images/icon2.png") no-repeat 0px -441px;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-style: normal;
}

.floor-two .right-box ul li i.hot {
  position: absolute;
  width: 72px;
  height: 39px;
  background: url("../images/icon2.png") no-repeat 0px -401px;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-style: normal;
}

.floor-two .right-box ul li .gamename {
  font-size: 18px;
  color: #666;
  font-weight: bold;
  text-align:center;
  margin-top:5px;
  
}
.floor-two .right-box ul li .gamename a{
  color: #666;
}
.floor-two .right-box ul li .gamename a:hover{
  color: #ff0000;
}


.floor-two .right-box ul li .info {
  margin-top: 30px;
  text-align:center;
}

.floor-two .right-box ul li .info p {
  line-height: 26px;
}

.floor-two .right-box ul li .info p.name {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.floor-two .right-box ul li .info p.dec {
  font-size: 14px;
  color: #666;
}

.floor-two .right-box ul li .info p.psc {
  font-size: 14px;
  color: #fe931e;
}

.floor-two .right-box ul li .info p.psc span{
  color: #ff0000;
}

.floor-two .right-box ul li .info p.psc i{
  color: #666;
}

.floor-two .right-box ul li .lab {
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
}
.floor-two .right-box ul li .lab img{
  width: 50px;
  height: 50px;
}
.floor-two .right-box ul li .content{
  width:230px;
  height:65px;
  word-break: break-all;
  word-wrap: break-word; 
  margin-left: 20px;
  text-align:center;
  overflow:hidden
}


	



/* line 404, ../sass/index.scss */
.floor-three {
  padding: 20px 0;
}
/* line 406, ../sass/index.scss */
.floor-three .left-box {
  box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
  width: 360px;
  /* height: 1144px; */
  /* height: 1074px; */
    /* height: 974px; */
   height: 763px;
  float: left;
  padding: 12px;
  overflow: hidden;
}
/* line 414, ../sass/index.scss */
.floor-three .left-box .tit-box i {
  background: url("../images/icon.png") no-repeat -35px -35px;
}
/* line 417, ../sass/index.scss */
.floor-three .left-box .tit-box .category-item {
  float: left;
  width: 265px;
  height: 54px;
  position: relative;
  border-top: 2px solid #333;
  margin-top: 17px;
}
/* line 424, ../sass/index.scss */
.floor-three .left-box .tit-box .category-item:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  right: -3px;
  top: -4px;
  background-color: #333;
}
/* line 435, ../sass/index.scss */
.floor-three .left-box .tit-box .category-item ul {
  position: absolute;
  bottom: 0;
}
/* line 438, ../sass/index.scss */
.floor-three .left-box .tit-box .category-item ul li {
  float: left;
  width: 65px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #535353;
  background-color: #ffd729;
  border-radius: 2px;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
}
/* line 451, ../sass/index.scss */
.floor-three .left-box .tit-box .category-item ul li:after {
  content: '';
  position: absolute;
  height: 30px;
  width: 1px;
  background-color: #333;
  left: 33px;
  bottom: 24px;
}
/* line 460, ../sass/index.scss */
.floor-three .left-box .tit-box .category-item ul li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 31px;
  top: -34px;
  background-color: #333;
}
/* line 471, ../sass/index.scss */
.floor-three .left-box .tit-box .category-item ul li.on {
  background-color: #fe931e;
  color: #fff;
}
/* line 479, ../sass/index.scss */
.floor-three .left-box .kf-box {
  margin-top: 24px;
}
/* line 481, ../sass/index.scss */
.floor-three .left-box .kf-box .kf-tab {
  margin-bottom: 5px;
}
/* line 483, ../sass/index.scss */
.floor-three .left-box .kf-box .kf-tab li {
  float: left;
  width: 33%;
  text-align: center;
  font-size: 14px;
  color: #535353;
  border-bottom: 2px solid #878787;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
/* line 494, ../sass/index.scss */
.floor-three .left-box .kf-box .kf-tab li.on {
  border-bottom-color: #fe931e;
  color: #fe931e;
}
/* line 502, ../sass/index.scss */
.floor-three .right-box {
  float: right;
}
/* line 504, ../sass/index.scss */
.floor-three .right-box .all-gcontainer {
  width: 815px;
  /* height: 700px; */
  /* height: 630px; */
  height: auto;
  padding: 12px;
  min-height: 763px;
  /* max-height: 2158px; */
  box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
}
/* line 511, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .tit-box i {
  background: url("../images/icon.png") no-repeat -35px -65px;
}
/* line 515, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .cate-tab {
  height: 52px;
  border-bottom: 2px solid #ffd729;
  margin-top: 10px;
}
/* line 520, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .cate-tab ul li {
  float: left;
  line-height: 52px;
  text-align: center;
  width: 165px;
  margin-right: 10px;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
/* line 529, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .cate-tab ul li.b1 {
  background-color: #fff1b3;
}
/* line 532, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .cate-tab ul li.b2 {
  background-color: #d4e9f8;
}
/* line 535, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .cate-tab ul li.b3 {
  background-color: #f0fbe9;
}
/* line 538, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .cate-tab ul li.on {
  background-color: #ffd729;
}
/* line 543, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .cate-tab .more {
  float: right;
  width: 56px;
  height: 22px;
  margin-top: 15px;
}
/* line 548, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .cate-tab .more a {
  display: block;
  width: 54px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #fe931e;
  border-radius: 2px;
  color: #fe931e;
}
/* line 557, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .cate-tab .more a:hover {
  background-color: #fe931e;
  color: #fff;
}
/* line 565, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .filter-box {
  padding: 0 0;
}
/* line 567, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .filter-box .tit {
  font-size: 14px;
  color: #333;
  float: left;
}
/* line 572, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .filter-box .filter-item {
  margin-left: 80px;
  font-size: 14px;
}
/* line 575, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .filter-box .filter-item a {
  color: #333;
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
}
/* line 583, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .filter-box .filter-item a.cur {
  background-color: #ffd729;
  color: #fff;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
/* line 589, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .filter-box .filter-item a.cur:hover {
  color: #fff;
}
/* line 593, ../sass/index.scss */
.floor-three .right-box .all-gcontainer .filter-box .filter-item a:hover {
  color: #ffd729;
}
/* line 600, ../sass/index.scss */
.floor-three .right-box .new-fast-container {
  margin-top: 20px;
}
/* line 602, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout {
  float: left;
  width: 485px;
  padding: 12px;
  height: 400px;
  overflow: hidden;
  box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
}
/* line 610, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .tit-box i {
  background: url("../images/icon.png") no-repeat -65px -5px;
}
/* line 614, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-tab {
  height: 27px;
  line-height: 27px;
  border-bottom: 1px solid #ffd729;
  margin-top: 10px;
}
/* line 619, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-tab li {
  float: left;
  width: 73px;
  height: 27px;
  margin-right: 7px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
}
/* line 627, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-tab li:nth-child(1) {
  background-color: #fff1b3;
}
/* line 630, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-tab li:nth-child(2) {
  background-color: #d4e9f8;
}
/* line 630, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-tab li:nth-child(3) {
  background-color: #d4e9f8;
}
/* line 630, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-tab li:nth-child(4) {
  background-color: #d4e9f8;
}
/* line 630, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-tab li:nth-child(5) {
  background-color: #d4e9f8;
}
/* line 630, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-tab li:nth-child(6) {
  background-color: #d4e9f8;
}
/* line 633, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-tab li.on {
  background-color: #ffd729;
}
/* line 639, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-item .new-item-pic {
  margin-top: 10px;
}
/* line 641, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-item .new-item-pic ul {
  width: 105%;
}
/* line 644, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-item .new-item-pic li {
  float: left;
  width: 154px;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  margin-right: 10px;
}
/* line 645, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-item .new-item-pic li a {
  display: block;
  color: #333;
}
/* line 647, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-item .new-item-pic li a img {
  vertical-align: top;
  width: 154px;
  height: 97px;
}
/* line 652, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-item .new-item-pic li a p {
  line-height: 22px;
  font-size: 12px;
  padding: 0 10px;
}
/* line 658, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-item .new-item-pic li a:hover {
  text-decoration: none;
}
/* line 670, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-item .item-ul {
  margin-top: 10px;
}
/* line 672, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-item .item-ul li {
  height: 26px;
  line-height: 26px;
	width: 100%;
	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/  
 
}
/* line 675, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-item .item-ul li a {
	color: #333;
	text-decoration: none;
}

/* line 678, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-item .item-ul li a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  background: url("../images/icon.png") no-repeat -60px -90px;
  margin-top: -2px;
}
/* line 688, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-item .item-ul li a:hover {
  color: #ffd729;
}
/* line 692, ../sass/index.scss */
.floor-three .right-box .new-fast-container .news-layout .new-item .item-ul li span.time {
  float: right;
}
/* line 700, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout {
  float: right;
  width: 285px;
  height: 400px;
  padding: 12px;
  box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
}
/* line 707, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .tit-box i {
  background: url("../images/icon.png") no-repeat -65px -34px;
}
/* line 711, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box {
  margin-top: 10px;
}
/* line 713, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 110px;
  text-align: center;
  border: 1px solid #e3e3e3;
  margin-bottom: -1px;
  margin-left: -1px;
  overflow: hidden;
}
/* line 724, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box li a {
  color: #333;
  text-decoration: none;
  display: block;
  height: 110px;
  overflow: hidden;
  transition: all 0.2s;
  font-size: 14px;
}
/* line 732, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box li a i {
  display: block;
  width: 40px;
  height: 40px;
  margin: auto;
  margin-top: 15px;
  margin-bottom: 10px;
}
/* line 739, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box li a i.f-ico1 {
  background: url("../images/icon2.png") no-repeat 0 0;
}
/* line 742, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box li a i.f-ico2 {
  background: url("../images/icon2.png") no-repeat 0 -40px;
}
/* line 745, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box li a i.f-ico3 {
  background: url("../images/icon2.png") no-repeat 0 -80px;
}
/* line 748, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box li a i.f-ico4 {
  background: url("../images/icon2.png") no-repeat 0 -120px;
}
/* line 751, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box li a i.f-ico5 {
  background: url("../images/icon2.png") no-repeat 0 -160px;
}
/* line 754, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box li a i.f-ico6 {
  background: url("../images/icon2.png") no-repeat 0 -200px;
}
/* line 759, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box li a:hover {
  background: url(../images/quickbj.jpg) no-repeat 0 0;
  color: #fff;
  transition: all 0.2s;
}
/* line 765, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box li a:hover i.f-ico1 {
  background: url("../images/icon2.png") no-repeat -40px 0;
}
/* line 768, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box li a:hover i.f-ico2 {
  background: url("../images/icon2.png") no-repeat -40px -40px;
}
/* line 771, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box li a:hover i.f-ico3 {
  background: url("../images/icon2.png") no-repeat -40px -80px;
}
/* line 774, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box li a:hover i.f-ico4 {
  background: url("../images/icon2.png") no-repeat -40px -120px;
}
/* line 777, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box li a:hover i.f-ico5 {
  background: url("../images/icon2.png") no-repeat -40px -160px;
}
/* line 780, ../sass/index.scss */
.floor-three .right-box .new-fast-container .fast-track-layout .fast-item-box li a:hover i.f-ico6 {
  background: url("../images/icon2.png") no-repeat -40px -200px;
}

/* line 797, ../sass/index.scss */
.floor-four .game-project {
  padding: 12px;
  box-shadow: 0 0 10px #ccc;
  -webkit-box-shadow: 0 0 10px #ccc;
}
/* line 801, ../sass/index.scss */
.floor-four .game-project .tit-box i {
  background: url("../images/icon.png") no-repeat -95px -5px;
}
/* line 805, ../sass/index.scss */
.floor-four .game-project .item-box {
  width: 105%;
}
/* line 807, ../sass/index.scss */
.floor-four .game-project .item-box .item {
  width: 288px;
  border: 1px solid #e3e3e3;
  float: left;
  margin-right: 18px;
}
/* line 812, ../sass/index.scss */
.floor-four .game-project .item-box .item .img {
  width: 288px;
  height: 163px;
  overflow: hidden;
  position: relative;
}
/* line 817, ../sass/index.scss */
.floor-four .game-project .item-box .item .img img {
  width: 100%;
}
/* line 820, ../sass/index.scss */
.floor-four .game-project .item-box .item .img p.tit {
  position: absolute;
  width: 100%;
  height: 37px;
  line-height: 37px;
  text-align: center;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 833, ../sass/index.scss */
.floor-four .game-project .item-box .item .item-dl {
  padding-bottom: 20px;
}
/* line 835, ../sass/index.scss */
.floor-four .game-project .item-box .item .item-dl li {
  height: 50px;
  line-height: 50px;
  margin: 0 10px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 12px;
}
/* line 841, ../sass/index.scss */
.floor-four .game-project .item-box .item .item-dl li a {
  color: #333;
}
/* line 844, ../sass/index.scss */
.floor-four .game-project .item-box .item .item-dl li span {
  display: inline-block;
  vertical-align: middle;
}
/* line 847, ../sass/index.scss */
.floor-four .game-project .item-box .item .item-dl li span.name {
  width: 109px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 853, ../sass/index.scss */
.floor-four .game-project .item-box .item .item-dl li span.zs {
  width: 28px;
  text-align: center;
}
/* line 857, ../sass/index.scss */
.floor-four .game-project .item-box .item .item-dl li span.star {
  width: 66px;
}
/* line 859, ../sass/index.scss */
.floor-four .game-project .item-box .item .item-dl li span.star i {
  width: 11px;
  height: 11px;
  vertical-align: middle;
  float: left;
  margin: 0 1px;
  background: url("../images/icon.png") no-repeat -62px -107px;
}
/* line 866, ../sass/index.scss */
.floor-four .game-project .item-box .item .item-dl li span.star i.on {
  background: url("../images/icon.png") no-repeat -77px -107px;
}
/* line 871, ../sass/index.scss */
.floor-four .game-project .item-box .item .item-dl li span.enter-btn {
  width: 65px;
  text-align: right;
}
/* line 874, ../sass/index.scss */
.floor-four .game-project .item-box .item .item-dl li span.enter-btn .en-link {
  width: 58px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border: 1px solid #fe931e;
  color: #fe931e;
  display: inline-block;
  border-radius: 2px;
}
/* line 883, ../sass/index.scss */
.floor-four .game-project .item-box .item .item-dl li span.enter-btn .en-link:hover {
  background-color: #fe931e;
  color: #fff;
}

/* line 900, ../sass/index.scss */
.floor-five {
  margin-top: 20px;
}

/* line 906, ../sass/index.scss */
.floor-six .friend-layout {
  padding: 12px;
}
/* line 908, ../sass/index.scss */
.floor-six .friend-layout .tit-box {
  border-bottom: 1px solid #ccc;
}
/* line 910, ../sass/index.scss */
.floor-six .friend-layout .tit-box i {
  background: url("../images/icon.png") no-repeat -65px -65px;
}
/* line 914, ../sass/index.scss */
.floor-six .friend-layout .link-item {
  padding-top: 10px;
  line-height: 24px;
}
/* line 917, ../sass/index.scss */
.floor-six .friend-layout .link-item a {
  color: #333;
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
}
/* line 922, ../sass/index.scss */
.floor-six .friend-layout .link-item a:hover {
  color: #fe931e;
}




/* 左侧对联 */
.rmtj_game_area {
    width: 160px;
    height: 258px;
    /* position: fixed;
	*/
	/* position: absolute; */
    /* left: 51.8%; */
    /* top: 555px; */
    /* margin-left: -825px; */
    border: 2px solid #fe931e;
    background-color: #e9e9e9;
	
}
.rmtj_game_area .subtitle {
    height: 40px;
    line-height: 40px;
    background-color: #fe931e;
    color: #fff;
    font-weight: bold;
	font-size: 17px;
}
.rmtj_game_area .subtitle em {
    width: 24px;
    height: 27px;
    display: inline-block;
    background: url(../images/rm_icon.png) center center no-repeat;
    margin: 6.5px 7px 6.5px 10px;
    float: left;
}
.rmtj_game_area ul {
    padding-top:5px;
}
.rmtj_game_area ul li {
	padding: 3px 5px 0 5px;
}
.rmtj_game_area ul li p{
	text-align:center;
	margin-top:2px;
    background-color: #fe931e;
	border-radius: 4px;
}
.rmtj_game_area ul li .icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url(../images/rm_sj.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #f5f5f5;
    font-size: 15px;
    text-indent: 8px;
}
.rmtj_game_area ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.rmtj_game_area ul li img {
    position: relative;
    width: 150px;
    height: 82px;
    display: inline-block;
}

/* 左侧对联QQ */
.suspend_kfqq {
    width: 164px;
    height: 110px;
    /* position: fixed; */
	/* position: absolute; */
    /* left: 51.8%; */
    /* top: 820px; */
    /* margin-left: -825px; */
}
.suspend_kfqq .subtitle {
    height: 30px;
    line-height: 30px;
    padding-left: 13px;
    font-size: 15px;
    font-weight: bold;
    background-color: #00baff;
    color: #fff;
}
.suspend_kfqq .kfqq_box .qq_icon {
    width: 43px;
    height: 48px;
    background: url(../images/qq_icon.png) center center no-repeat;
    float: left;
    margin-right: 10px;
}
.suspend_kfqq .kfqq_box {
    background-color: #e3f4ff;
    width: 154px;
    height: 62px;
    padding-left: 10px;
    padding-top: 8px;
    display: inline-block;
}
 .index_left_float {
 position: absolute;
 left: 51.8%;
 top: 555px;
  margin-left: -825px; 
 z-index:9999;
 }
 
 
 /*单个公告模块*/

.hot_notice {
    height: 16px;
    line-height: 16px;
    border: 1px solid red;
	-webkit-box-shadow: 0 0 5px #ccc;
    /* margin-bottom: 10px; */
	margin-top: -10px;
    font-size: 16px;
    padding: 10px 10px;
    background-color: #FCFCFC;
    width: 80%;
    float: right;
	border-radius: 2px;
}
.hot_notice font {
    display: inline-block;
    background: url(/public/Temp_1/PC/images/i_noice.png) center center no-repeat;
    width: 24px;
    height: 24px;
    margin-top: -4px;
    float: left;
    margin-right: 10px;
}
.hot_notice a {
    color: red;
    font-weight: bold;
    line-height: 18px;
}		
.hot_notice a:hover {
	color: red;	
}			
.hot_notice span {
	width: 80px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ff6666;
	color: #ff6666;
	font-size: 15px;
	float: right;
	text-align: center;
	margin-top: -5px;
}
/*单个公告模块*/	