@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    border: none;
}
address, caption, cite, code, dfn, em, i, th, var {
    font-style: normal;
    font-weight: normal;
}
body li, span, a {
    font-family: 微软雅黑;
    list-style-type: none;
    font-size: 14px;
}
a{ text-decoration:none;}
input{outline:none;}
.containers{width:100%;float:left;}
.main_center{width:1110px;margin:0 auto;    padding-top: 100px;}
.main {
    width: 1110px;
    margin: 0 auto;
}

.f-cb::after {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    content: ".";
    padding-top: 30px;
}
.gift-box {
    width: 1100px;
	position:relative;
}
.fl {
    float: left;
}	
.gift-box .hd {
    height: 60px;
    line-height: 40px;
    margin: 0 0 0 5px;
    color: #ee206b;
    border-bottom: 2px solid #ee206b;
    font-size: 24px;
    font-weight: bold;
	padding-left:70px;
}
.gift-box .hd .ico-hd{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/gift.png);
	position: absolute;
	left: 15px;
	top: 0px;
}
.gift-box .hd .game_type{
	width:200px;
	position:absolute;
	left:195px;
	top:0px;
}
.gift-box .hd .type{
	padding:5px 10px;
	margin-right:10px;
	cursor:pointer;
}
.gift-box .hd .on{
	border-radius: 5px;
	background: #ee7fa7;
	color: #fff;
}

.gift-box p {
    line-height: 25px;
    font-size: 16px;
    padding: 7px;
    font-family: 微软雅黑;
}
.gcSpan span {
    width: 105px;
    display: inline-block;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
    -moz-text-align-last: justify;
    -webkit-text-align-last: justify;
}
.gift-box p a {
    color: #666;
    display: inline-block;
    padding: 0 8px;
    border-radius: 5px;
    cursor: pointer;
} 
.gift-box p a.on {
    background-color: #ee7fa7;
    color: #fff;
}
.gift-box p a.on:hover {
    color: #fff;
}
.gift-box p a:hover {
    color: #ee7fa7;
}

/******福利大厅******/
.gameList
{
	overflow:hidden;
}
.gameList .fl{ float:left;}
.gameList .game-list {
	width: 530px;
	height: 200px;
	overflow:hidden;
	border: 1px solid #c3c3c3;
	position: relative;
	margin-right:15px;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 15px;
	transition: all .2s;
}

.gameList .game-list:hover, .gameList .game-list .focus {
	background-color: #fafafa;
	border-color: #ee206b;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}
.gameList .game-list .shadow2{ 
	width:150px; 
	height:150px;
	margin:12px;
}

.gameList .game-list .shadow2 a{
	display:block;
	width:150px; 
	height:150px;
	margin:0px;
	overflow:hidden;
	border:2px solid #ee206b;
	border-radius: 75px;
	position:relative;
}
.gameList .game-list .shadow2 img{
	position:absolute;
	left:-39px;
}
.gameList .game-list .game-detail {
	width: 345px;
	height: 200px;
	position: relative;
}
.gameList .game-list .game-detail .game-name,
.gameList .game-list .game-detail .game-name .game-ico,
.gift-list .gift-detail .game-name,
.gift-left .left-type {
	font: 700 20px/24px "Microsoft Yahei";
}
.gameList .game-list .game-detail .game-name {
	margin-top: 15px;
	padding-left:50px;
	display: inline-block;
	color: #000;
	width:90%;
	height:24px;
}
.gameList .game-list .game-detail .game-name .game-ico {
	position:absolute;
	left:30px; 
	color:#ee206b;
}

.gameList .game-list .game-detail .game-gonggao {
	height: 40px;
	line-height:40px;
	overflow: hidden;
}
.gameList .game-list .game-detail .game-gonggao .gonggao{
	margin:0;
	width:100%;
	height:30px;
	font-size:12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.gameList .game-list .game-detail .game-gonggao .gonggao .gonggao-txt{
	position:relative;
	padding-left:20px;
}
.gameList .game-list .game-detail .game-gonggao .gonggao .gonggao-type{
	background-image: url(../images/gonggao_icon.png?);
	display:block;
	width:18px;
	height:15px;
	position:absolute;
	top:0px;
	left:0px;
}
.gameList .game-list .game-detail .game-gonggao .gonggao span{
	font-size:12px;
}

.gameList .game-list .game-fuli {
	width:100%;
	color: #9c9c9c;
	padding-left:15px;
}
.gameList .game-list .game-btn,.gameList .game-list .game-btn span{
	display: inline-block;
	height: 25px;
	font: 12px/25px "Microsoft Yahei";
	text-align: center;
}
.gameList .game-list .game-btn{
/*	border: 1px solid #d9d9d9;
	transform:skew(30deg);
	-webkit-transform: skew(30deg);   
	-moz-transform: skew(30deg);   
	-o-transform:skew(30deg);   
	-ms-transform:skew(30deg);*/
/*	transition: all 1s;
	margin-right:10px;*/
	position: relative;
	padding-left: 26px;
	padding-right: 20px;
}
.gameList .game-list .game-btn span{
/*	transform:skew(-30deg);
	-webkit-transform: skew(-30deg);   
	-moz-transform: skew(-30deg);   
	-o-transform:skew(-30deg);   
	-ms-transform:skew(-30deg);*/
}

.gameList .game-list a.game-btn:hover {
/*	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #fff;
	background:#000000;*/
}
.gameList .game-list .game-btn .huodong_txt{
	position:relative;
}
.gameList .game-list .game-btn .huodong_txt .huodong_red{
	position: absolute;
	display:block;
	width:5px;
	height:5px;
	background:red;
	border-radius: 5px;
	right: -7px;
	top: 0px;
}
.gameList .game-list a.huodong_jin{
	color:#acacac;
	cursor:default;
}
.gameList .game-list a.huodong_jin:hover{
	color:#acacac;
}

.gameList .game-list a.game-btn .game-btn-icon{
	background-image: url(../images/index_icon_21.png?);
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0px;
	top:2px;
}
.gameList .game-list a.game-btn .btn-reward{
	background-position:0 -63px;
}

.gameList .game-list a.game-btn .btn-fuli{
	background-position:0 -21px;
}
.gameList .game-list a.game-btn .btn-gift{
	background-position:0 0;
}
.gameList .game-list a.game-btn .btn-huodong{
	background-position:0 -42px;
}

.gameList .game-list .game-type {
	color: #9c9c9c;
	padding:10px;
	margin-top:0px;
	padding-left: 26px;
}
.gameList .game-list .game-type span {
	margin-right: 27px;
	position:relative;
	margin-left:10px;
	font-size:12px;
}

.gameList .game-list .game-type .ico-show {

	background-image: url(../images/game_class.png?);
}
.gameList .game-list .game-type .ico-show {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 2px;
	left: -32px;
}
.gameList .game-list .game-type .ico-type {
	background-position:0px 0px;
}
.gameList .game-list .game-type .ico-subject {
	background-position:0px -16px;
}
.gameList .game-list .game-type .ico-way {
	background-position:0px -32px;
}
/*
.gameList .game-list .zan-box{
	position:absolute;
	right:55px;
	bottom:20px;
	background-image: url(../images/zan.png?);
	background-position:0px -13px;
}
*/
.gameList .game-list .zan-box{
	position: absolute;
	bottom: 33px;
	right: 50px;
	font-size: 12px;
	color: #666;
	display:block;
	height:16px;
}
.gameList .game-list .zan-box .zan-num{
	padding:0;
	font-size:12px;
	line-height:16px;
}
.gameList .game-list .zan-box .zan{
	width: 13px;
	height: 13px;
	background-image: url(../images/zan.png?);
	background-position: 0px -13px;
	display: block;
	position: absolute;
	left: -13px;
	top: 0px;
	margin-left: -6px;
}

/********gift*******/
#gif-game{
	margin-top:20px;
	overflow:hidden;
}
.gift-left{
	width:220px;
	height:600px;
	border: 2px solid #f65690;
	border-radius: 20px;
	transition: all 1s;
}
.gift-left:hover{
	border-color:#ee206b;
	box-shadow: 6px 4px 2px 0px rgba(0,0,0,.3);
}
.gift-left .left-type:nth-child(1)
{
	margin-top:45px;
}
.gift-left .left-type{
	display:block;
	cursor:pointer;
	width:172px;
	height:80px;
	line-height:80px;
	border-top:2px solid #FFF;
	border-left:2px solid #FFF;
	border-bottom:2px solid #c3c3c3;
	text-indent:55px;
	margin-left:7px;
	margin-top:10px;
	padding-right:33px;
	letter-spacing: 5px;
	color:#545454;
	position:relative;
	transition: all 0.5s;
}
.gift-left .xianxia{
	text-indent:35px;
}
.gift-left .left-type:hover,.gift-left .focus{
	padding:0px;
	color: #ee206b;
	border:2px solid #db4079;
	border-radius: 20px;
	/*box-shadow: 0 5px 2px 0px rgba(0,0,0,.3);*/
}
.gift-left .left-type:hover .out,.gift-left .focus .out{
	border: 40px solid transparent;
	border-left-color: #db4079;
	position: absolute;
	right: -72px;
	top: 0px;
}
.gift-left .focus{
	padding:0px;
	color: #ee206b;
	border:2px solid #ee206b;
	border-radius: 20px;
	/*box-shadow: 0 5px 2px 0px rgba(0,0,0,.3);*/
}
.gift-left .focus .out{
	border: 40px solid transparent;
	border-left-color: #ee206b;
	position: absolute;
	right: -72px;
	top: 0px;
}
.gift-left .left-type .left-type-ico{
	font: 700 20px/80px "Microsoft Yahei";
	position: absolute;
	left: 5px;
	text-indent: 3px;
	color:#ee206b;
}
.gift-left .huodong_jin{
	color:#c3c3c3;
}
.gift-left .huodong_jin:hover{
	padding:0px;
	color: #c3c3c3;
	border:2px solid #c3c3c3;
	border-radius: 20px;
	/*box-shadow: 0 5px 2px 0px rgba(0,0,0,.3);*/
}
.gift-left .huodong_jin:hover .out{
	border: 40px solid transparent;
	border-left-color: #c3c3c3;
	position: absolute;
	right: -72px;
	top: 0px;
}
.gift-left .left-type .type-icon{
	background-image: url(../images/index_icon.png?);
	width: 26px;
	height: 26px;
	position: absolute;
	left: 20px;
	top: 28px;
}
.gift-left .left-type .type-fuli{
	background-position:0 -26px;
}
.gift-left .left-type .type-gift{
	background-position:0 0;
}
.gift-left .left-type .type-reward{
	background-image: url(../images/reward_icon.png?);
	width: 23px;
}
.gift-left .left-type .type-huodong{
	background-position:0 -52px;
}

.list-box{
	margin-left:20px;
	width:850px;
}
.list-box .gift-fu{
	background: #ececec;
	width: 490px;
	position: fixed;
	z-index: 999;
	height: 350px;
	left: 50%;
	margin-left: -245px;
	overflow: hidden;
	display:none;
}
.list-box .gift-fu .fu-head{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: #EE4A81;;
	color: #FFF;
	position:relative;
}
.list-box .gift-fu .fu-head #libao_title{
	position:absolute;
	width:100%;
	padding:0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.list-box .gift-fu .fu-head .close{
	position: absolute;display: block;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	right: 0px;
	cursor: pointer;
}
.list-box .gift-fu .fu-txt{
 	height: 225px;
	margin-top: 20px;
}
.list-box .gift-fu .card-box{
 	height: 50px;
	line-height: 50px;
	position: relative;
}
.list-box .gift-fu .card-box .libao_card,.list-box .gift-fu .card-box .copy-card{
	display: inline-block;
	position: absolute;
	height: 40px;
	line-height: 40px;
	text-align: center;
	top: 50%;
	margin-top: -20px;
}
.list-box .gift-fu .card-box .libao_card{
	left: 10%; 
	width: 70%;
	background: #FFF;
	padding-right: 10%;
}
.list-box .gift-fu .card-box .copy-card{
	left: 80%;
	width: 10%;
	background: aqua;
	cursor: pointer;
}
.list-box .gift-fu .card-txt p{
	line-height: 20px;
	font-size: 12px;
	padding: 7px 10% 7px 10%;
	font-family: 微软雅黑;"
}
.list-box .gift-fu .fu-bottom{
	height: 45px;
	overflow: hidden;
	margin-top: 15px;
}
.list-box .gift-fu .fu-bottom .copy-card1,.list-box .gift-fu .fu-bottom .game-login{
	float: left;
	width: 47%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #EE4A81;
	margin-left: 2%;
	cursor: pointer;
	color: #323232;
	font-size: 15px;
}

.gift-list {
	width: 850px;
	height: 185px;
	overflow:hidden;
	border: 1px solid #c3c3c3;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
	border-radius: 0px;
	transition: all .2s;
}
.gift-list:hover {
	background-color: #fafafa;
	border-color: #ee206b;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}
.gift-list .fl{
	float:left;
}

.gift-list .shadow{
	margin:15px;
}
.gift-list .gift-detail {
	width: 425px;
	height:175px;
	position: relative;
	border-right: 1px dashed #d9d9d9;
}
.gift-list .gift-detail .game-name {
	margin: 15px 0 10px 0;
	padding-left:0px;
	display: inline-block;
	color: #000;
	width:100%;
	height:24px;
}
.gift-list .gift-detail div{
	width:100%;
	overflow:hidden;
}
.gift-list .gift-detail .gift-txt span{
	display: -webkit-box;
	height:55px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.gift-list .gift-detail .gift-cd span{
	color:red;	
}

.gift-detail label,.gift-detail span{
    font-family: 微软雅黑;
    list-style-type: none;
    font-size: 14px;
	color: #666;
	display: inline-block;
	padding:5px 0;
}
.gift-detail label{
	width:22%;
}
.gift-detail span{
	width:70%;
}
.gift-detail span select{
	border:1px solid red;
}

.game-gift{
	display:block;
	width: 160px;
	height: 175px;
	text-align: center;
	padding: 0px 0 0 19px;
	color: #9c9c9c;
	overflow: hidden;
	position:relative;
}
.game-gift a{
	cursor:pointer;
}
.ico-gift {
	width: 68px;
	height: 68px;
	background-image: url(../images/game.png?);
	background-position: -70px 0;
	display: block;
	text-indent: -9999px;
	margin: 0 auto;
	position:absolute;
	left:50%;
	top:10px;
	margin-left:-34px;
}
.ico-gift:hover {
	background-position: 0 0;
}
.gift-list .game-gift-name {
	font-family: 微软雅黑;
    list-style-type: none;
    font-size: 14px;
	color: #666;
	margin-top: 80px;
	font-size:13px;
	text-indent:-20px;
}
.gift-get {
	width: 74px;
	height: 25px;
	border: 1px solid #d9d9d9;
	font: 12px/25px "Microsoft Yahei";
	text-align: center;
	display: inline-block;
	border-radius: 3px;
	background: #fff;
	color: #3c3c3c;
	position: absolute;
	left:50%;
	margin-left:-37px;
	bottom: 15px;
}
.gift-get:hover {
	background-color: #41a7ff;
	border-color: #349FFF;
	border-bottom-color: rgb(52, 159, 255);
	border-bottom-color: #2485f0;
}

/*******线下活动********/
.huodong-box{
	border:1px solid #c3c3c3;
}
.huodong-box p{    
	line-height: 20px;
    font-size: 15px;
    padding: 7px;
    font-family: 微软雅黑;
    color: #5F5F5F;
}
.huodong-box .huodong-title, .huodong-box .huodong-txt{
	width:90%;
	margin: 20px auto;
}
.huodong-box .huodong-title{
	height:80px;
	text-align:center;
	font: 700 20px/80px "Microsoft Yahei";
	border-bottom:1px solid #000;
	text-indent:-20px;
	position:relative;
}
.huodong-box .huodong-title .huodong-title-ico{
	font: 700 20px/80px "Microsoft Yahei";
	color: #ee206b;
	letter-spacing: 20px;
}

.huodong-box .huodong-title .issue-time{
	font:12px/90px "Microsoft Yahei";
	color: #575757;
	position:absolute;
	right:0px;
	top:22px;
}
/********返利↓***********/
.fanli_box {
    width: 1100px;
	position:relative;
}
.fanli_box .head_box,.fanli_box .game_box{
	width:100%;
	height:280px;
	background:rgba(0,0,0,0.5);
	overflow:hidden
}
.fanli_box .game_pic{
	display:block;
	width:192px;
	height:260px;
	margin:10px;
}
.fanli_box .game_box .game_pic img{
	width:100%;
}
.fanli_box .game_box .game_detail{
	width:500px;
	height:100%;
	overflow:hidden;
}
.fanli_box .game_box .game_detail .game_name,
.fanli_box .game_box .game_detail .game_name span{
	font: 700 20px/30px "Microsoft Yahei";
}
.fanli_box .game_box .game_detail .game_name{
	color:#FFFFFF;
	margin:10px;
}
.fanli_box .game_box .game_detail .game_name span{
	font: 700 23px/30px "Microsoft Yahei";
	margin-right:15px;
	color:#0024ff;
}
.fanli_box .game_box .game_detail .game_fuli{
	padding: 15px 20px 15px 20px;
}

.fanli_box .game_box .game_detail .game_fuli .game-btn,
.fanli_box .game_box .game_detail .game_fuli .game-btn span{
	display: inline-block;
	height: 25px;
	font: 12px/25px "Microsoft Yahei";
	text-align: center;
}
.fanli_box .game_box .game_detail .game_fuli .game-btn{
/*	border: 1px solid #d9d9d9;
	transform:skew(30deg);
	-webkit-transform: skew(30deg);   
	-moz-transform: skew(30deg);   
	-o-transform:skew(30deg);   
	-ms-transform:skew(30deg);
	transition: all 2s;
	margin-right:10px;
	background:#FFF;
	padding:0 15px;*/
	position:relative;
	padding-left: 30px;
	margin-right: 20px;
}
.fanli_box .game_box .game_detail .game_fuli .game-btn span{
/*	transform:skew(-30deg);
	-webkit-transform: skew(-30deg);   
	-moz-transform: skew(-30deg);   
	-o-transform:skew(-30deg);   
	-ms-transform:skew(-30deg);*/
	color:#FFF;
}

.fanli_box .game_box .game_detail .game_fuli a.game-btn:hover span{
/*	background-color: #FFFFFF;
	border-color: #FFFFFF;
	background:#000000;*/
	color: #ee7fa7;
}
.fanli_box .game_box .game_detail .game_fuli a.game-btn span:hover{
/*	color: #fff;*/
}
.fanli_box .game_box .game_detail .game_fuli a.game-btn .game-btn-icon{
	background-image: url(../images/index_icon_21.png?);
	width: 21px;
	height: 21px;
	position: absolute;
	left: 4px;
	top:3px;
}
.fanli_box .game_box .game_detail .game_fuli a.game-btn .btn-reward{
	background-position:0 -63px;
}

.fanli_box .game_box .game_detail .game_fuli a.game-btn .btn-fuli{
	background-position:0 -21px;
}
.fanli_box .game_box .game_detail .game_fuli a.game-btn .btn-gift{
	background-position:0 0;
}
.fanli_box .game_box .game_detail .game_fuli a.game-btn .btn-huodong{
	background-position:0 -42px;
}

.fanli_box .game_box .game_detail .game_type{
	padding: 12px 20px 0px 20px;
	position:relative;
}

.fanli_box .game_box .game_detail .game_type span {
	margin-right: 25px;
	position:relative;
	color:#c3c3c3;
	margin-left: 25px;
	font-size:12px;
}

.fanli_box .game_box .game_detail .game_type .ico-show {
	background-image: url(../images/game_class_FFF.png?);
}
.fanli_box .game_box .game_detail .game_type .ico-show {
	width: 16px;
	height: 16px;
	position: absolute;
	left:-45px;
	top:0px;
}
.fanli_box .game_box .game_detail .game_type .ico-type {
	background-position:0px 0px;
}
.fanli_box .game_box .game_detail .game_type .ico-subject {
	background-position:0px -16px;
}
.fanli_box .game_box .game_detail .game_type .ico-way {
	background-position:0px -32px;
}
.fanli_box .game_box .game_detail .game_type .zan-box{
	position: absolute;
	bottom: 2px;
	right: 118px;
	color: #FFFFFF;
	display:block;
	height:16px;
}
.fanli_box .game_box .game_detail .game_type .zan-box .zan-num{
	padding:0;
	font-size:12px;
	line-height:16px;
}
.fanli_box .game_box .game_detail .game_type .zan-box .zan{
	width: 13px;
	height: 13px;
	background-image: url(../images/zan.png?);
	background-position: 0px -13px;
	display: block;
	position: absolute;
	left: -42px;
	top: 2px;
}
.fanli_box .game_box .game_detail .server_box{
	height: 125px;
	border-top: 1px solid #c3c3c3;
	margin-top: 10px;
	margin-left: 15px;
}
.fanli_box .game_box .game_detail .server_box .server_title{
	padding-top: 10px;
	color: #FFF;
	font-size: 13px;
	font-weight:bold;
}
.fanli_box .game_box .game_detail .server_box .server_title span{
	font: 700 13px/13px "Microsoft Yahei";
	margin-right:15px;
	color:#0024ff;
}
.fanli_box .game_box .game_detail .server_box .servers{
	margin-top:10px;
	overflow:hidden;
}

.fanli_box .game_box .game_detail .server_box .servers .server{
	width: 230px;
	display: block;
	height: 36px;
	line-height: 36px;
	background: #fffa6a;
	float: left;
	margin:0px 10px 10px 0px;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	color: #c37d27;
	cursor:pointer;
	transition: all 1s;
}
.fanli_box .game_box .game_detail .server_box .servers .on,
.fanli_box .game_box .game_detail .server_box .servers .server:hover{
	color: #FFF;
	background:#ef4d4b;
}
.fanli_box .game_box .huodong_box{
	width: 355px;
	height: 255px;
	margin: 15px;
	background: rgba(0,0,0,0.5);

}
.fanli_box .game_box .huodong_box .huodong,
.fanli_box .game_box .huodong_box .kaifu{
	margin:10px;
	color:#FFF;
}
.fanli_box .game_box .huodong_box .huodong .title,
.fanli_box .game_box .huodong_box .kaifu .title{
	padding: 5px 0px;
	border-bottom: 1px solid #8e2438;
	position:relative;
	height:20px;
}
.fanli_box .game_box .huodong_box .huodong .title:hover,
.fanli_box .game_box .huodong_box .kaifu .title:hover{
	    background: rgba(238,32,107,0.5);
}
.fanli_box .game_box .huodong_box .huodong .title span,
.fanli_box .game_box .huodong_box .kaifu .title span{
	position:absolute;
	bottom:5px;
}
.fanli_box .game_box .huodong_box .huodong .title .title-type,
.fanli_box .game_box .huodong_box .kaifu .title .title-type{
	padding: 2px 10px;
	border-radius: 7px;
	font-size: 12px;
	left:0px;
	color:#1e160a;
}
.fanli_box .game_box .huodong_box .huodong .title .title-type{
	background: #01befe;
}
.fanli_box .game_box .huodong_box .kaifu .title .title-type{
	background:#ffa500;
}
.fanli_box .game_box .huodong_box .huodong .title .title-txt,
.fanli_box .game_box .huodong_box .kaifu .title .title-txt{
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	width: 185px;
	overflow: hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	left:50px;
	color:#f1f5ff;
}
.fanli_box .game_box .huodong_box .huodong .title .title-time,
.fanli_box .game_box .huodong_box .kaifu .title .title-time{
	right:0px;
	font-size:12px;
	color:#8a8798;
}
.fanli_box .game_box .huodong_box .huodong .txt,
.fanli_box .game_box .huodong_box .kaifu .txt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 13px;
	font-family: 微软雅黑;
	line-height: 18px;
	margin-top:5px;
}
.fanli_box .game_box .huodong_box .kaifu .txt{
}
.fanli_box .game_box .huodong_box .huodong .go,
.fanli_box .game_box .huodong_box .kaifu .go{
	margin-top:6px;
}
.fanli_box .game_box .huodong_box .huodong .go a,
.fanli_box .game_box .huodong_box .kaifu .go a{
	color: #04e9e6;
	font-size: 12px;
}
.fanli_box .game_box .huodong_box .huodong .go a:hover,
.fanli_box .game_box .huodong_box .kaifu .go a:hover{
	color: #47d6d0;
}
.main-head{
	width:100%;
	background:#cfc4c2;
}
.main-bottom{
	width:100%; 
	padding:0;
	background:#f3f3f3;
}
.main-bottom .main{
}
.fanli_box .hot_box{
	height:270px;
}
.fanli_box .hot_box .game{
	height:100%;
	width:825px;
	background:#FFFFFF;	
}

.fanli_box .hot_box .game .game-head{
	background: rgba(238,32,107,0.5);
	height:45px;
	line-height:45px;
	color:#FFF;
}
.fanli_box .hot_box .game .game-head .game-hot{
	padding: 10px 10px 10px 20px;
	font-size: 16px;
}
.fanli_box .hot_box .game .game-head p{
	float: right;
	margin-right: 50px;
}
.fanli_box .hot_box .game .game-head a{
	padding: 10px 7px;
	font-size: 13px;
	cursor: pointer;
}
.fanli_box .hot_box .game .game-head a.on,
.fanli_box .hot_box .game .game-head a:hover{
	background: #ee206b;
	border-radius: 8px;
} 
.fanli_box .hot_box .game .game-list{
	height:225px;
	overflow:hidden;
}
.fanli_box .hot_box .game .game-list .list{
	width:265px;
	height:50px;
	overflow:hidden;
	margin: 10px 5px;
}
.fanli_box .hot_box .game .game-list .list .list-pic{
	display:block;
	height:50px;
}
.fanli_box .hot_box .game .game-list .list .list-pic img{
	height:50px;
	width:50px;
	border-radius: 10px;
}
.fanli_box .hot_box .game .game-list .list .list-detail{
	height:50px;
	width:125px;
	font-family:"微软雅黑";
	font-size:12px;
	margin-left: 10px;
}
.fanli_box .hot_box .game .game-list .list .list-detail .list-name{
	padding: 5px 5px;
}
.fanli_box .hot_box .game .game-list .list .list-detail .list-a{
	padding: 5px 5px;
}
.fanli_box .hot_box .game .game-list .list .list-detail .list-a .list-pay{
	padding-right:5px;font-size:12px; color:#e18806; cursor:pointer;
}
.fanli_box .hot_box .game .game-list .list .list-detail .list-a .list-gift{
	padding-left:5px;font-size:12px; color:#e18806; cursor:pointer;
}
.fanli_box .hot_box .game .game-list .list .list-detail .list-a .list-pay:hover,
.fanli_box .hot_box .game .game-list .list .list-detail .list-a .list-gift:hover{
	color:#e99419;
	text-decoration:underline;
}
.fanli_box .hot_box .game .game-list .list .list-btn{
	height: 48px;
	border: 1px solid #ee206b;
	border-radius: 7px;
	width: 60px;
	overflow: hidden;
}
.fanli_box .hot_box .game .game-list .list .list-btn span{
	display:block;
	height:25px;
	line-height:25px;
	text-align: center;
	font-size: 12px;
	color: #ee206e;
}
.fanli_box .hot_box .game .game-list .list .list-btn a{
	display:block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	background: #ee206b;
	color: #FFF;
}
.fanli_box .hot_box .game .game-list .list .list-btn a:hover{
	color:#000000;
}

.fanli_box .hot_box .step-fanli{
	background:#FFFFFF;	
	height:100%;
	width:250px;
	margin-left:25px;
}
.fanli_box .hot_box .step-fanli .step-head{
	background: rgba(238,32,107,0.5);
	height: 45px;
	line-height: 45px;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	
}
.fanli_box .hot_box .step-fanli .step{
}
.fanli_box .hot_box .step-fanli .step .step-1,
.fanli_box .hot_box .step-fanli .step .step-2,
.fanli_box .hot_box .step-fanli .step .step-3{
	height: 30px;
	line-height: 30px;
	border: 1px solid #ee206b;
	margin: 15px;
	font-size: 13px;
}
.fanli_box .hot_box .step-fanli .step .step-1 span,
.fanli_box .hot_box .step-fanli .step .step-2 span,
.fanli_box .hot_box .step-fanli .step .step-3 span{
	color: #FFF;
	display: inline-block;
	height: 30px;
	background: #ee206b;
	line-height: 30px;
	width: 30px;
	text-align: center;
}
.fanli_box .hot_box .step-fanli .step .step-1 p,
.fanli_box .hot_box .step-fanli .step .step-2 p,
.fanli_box .hot_box .step-fanli .step .step-3 p{
	padding-left:15px;
}

.fanli_box .hot_box .step-fanli .step-btn{
	background: #fe7000;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFF;
	margin: 10px 40px;
	font-size: 13px;
	border-radius: 6px;
	cursor:pointer;
}
.fanli_box .hot_box .step-fanli .step-btn:hover{
	color:#c3c3c3;
}
.fanli_box .hot_box .fanli-tanchuang{
	width: 720px;
	height: 500px;
	background: #FFFFFF;
	position: fixed;
	z-index: 999;
	left: 50%;
	margin-left: -360px;
	top: 20%;
}
.fanli_box .hot_box .fanli-tanchuang .tc-head{
	background: rgba(238,32,107,0.5);
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	color:#FFFFFF;
	margin-bottom: 25px;
	text-indent: 20px;
}
.fanli_box .hot_box .fanli-tanchuang .tc-txt{
	background:#FFFFFF;
}
.fanli_box .hot_box .fanli-tanchuang .tc-txt .liaojie{
	margin-bottom: 15px;
}
.fanli_box .hot_box .fanli-tanchuang .tc-txt .liaojie .lj-txt{
	background: rgba(238,32,107,0.5);
	height: 30px;
	line-height: 30px;
	width: 72px;
	color: #FFF;
	position: relative;
	text-align: center;
	left: 45px;
	margin-bottom: 15px;
}
.fanli_box .hot_box .fanli-tanchuang .tc-txt .liaojie .lj-txt .out{
	border: 15px solid transparent;
	border-left-color: #f68fb5;
	position: absolute;
	right: -30px;
	top: 0px;
}
.fanli_box .hot_box .fanli-tanchuang .tc-txt .liaojie p{
	padding: 4px 0 4px 70px;
	color: #66636e;
	font-size: 14px;
}
.fanli_box .hot_box .fanli-tanchuang .tc-txt .liaojie p span{
	color: #da010a;
	font-size: 14px;
}
.fanli_box .hot_box .fanli-tanchuang .tc-txt .liaojie p font{
	color: #ff409c;
}
.fanli_box .hot_box .fanli-tanchuang .tc-txt .xuzhi{
}
.fanli_box .hot_box .fanli-tanchuang .tc-txt .xuzhi .xz-txt{
	background: rgba(238,32,107,0.5);
	height: 30px;
	line-height: 30px;
	width: 72px;
	color: #FFF;
	position: relative;
	text-align: center;
	left: 45px;
	margin-bottom: 15px;
}
.fanli_box .hot_box .fanli-tanchuang .tc-txt .xuzhi .xz-txt .out{
	border: 15px solid transparent;
	border-left-color: #f68fb5;
	position: absolute;
	right: -30px;
	top: 0px;
}
.fanli_box .hot_box .fanli-tanchuang .tc-txt .xuzhi p{
	padding-left:70px;
	display: block;
	line-height: 30px;
	overflow: hidden;
	width: 645px;
}

.fanli_box .hot_box .fanli-tanchuang .tc-txt .xuzhi p font{
	display: block;
	height: 30px;
	float: left;
	width: 30px;
	text-align: center;
	position: relative;
}
.fanli_box .hot_box .fanli-tanchuang .tc-txt .xuzhi p font span{
	background: #518bff;
	display: block;
	height: 20px;
	width: 20px;
	line-height:20px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	border-radius: 10px;
}
.fanli_box .hot_box .fanli-tanchuang .tc-txt .xuzhi p .f-txt {
	color: #66636e;
}
.fanli_box .hot_box .fanli-tanchuang .tc-txt .xuzhi p .f-txt a{
	color:#fa4a9b;
}

.fanli_box .hot_box .fanli-tanchuang .tc-txt .xuzhi .p1 .l-txt span{
	display:block;
	color: #ff3398;
}
.fanli_box .hot_box .fanli-tanchuang .tc-txt .tc-btn{
	width: 140px;
	height: 50px;
	line-height: 50px;
	background: #5a89ff;
	text-align: center;
	color: #FFF;
	margin: 30px auto;
	cursor: pointer;
}
.fanli_box .hot_box .fanli-tanchuang .tc-txt .tc-btn:hover{
	color:#c3c3c3;
}

.fanli_box .kaifu_box{
	margin-top:30px;
	border-color: #ee206b;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
}
.fanli_box .kaifu_box .kaifu-head{
	background: rgba(238,32,107,0.5);
	height: 45px;
	line-height: 45px;
	color: #FFF;
}
.fanli_box .kaifu_box .kaifu-head .newday,
.fanli_box .kaifu_box .kaifu-head .nextday{
	padding:0 25px;
	cursor:pointer;
}
.fanli_box .kaifu_box .kaifu-head .on{
	background:#cd4c72;
}
.fanli_box .kaifu_box .kaifu-head .newday:hover,
.fanli_box .kaifu_box .kaifu-head .nextday:hover{
	background:#dd6689;
}

.fanli_box .kaifu_box .box-list{
}
.fanli_box .kaifu_box .box-list .kaifu{
	padding-bottom: 10px;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list{
	border:1px solid #d4daea;
	width:1068px;
	margin:15px;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list *{
	font-size:13px;	
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list tr{
	height:32px;
	line-height:32px;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list .tab_list_time{
	background:#deefff;
	position:relative;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list .tab_list_time span{
	padding-left:20px;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list .tab_list_time .list_txt{
	color:#008eeb;
	font-weight: bold;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list .tab_list_time .kaifu_num{
	background: #fb6800;
	color: #eeffff;
	position: absolute;
	left: 90px;
	display: block;
	height: 20px;
	line-height: 20px;
	margin-top:3px;
	padding: 3px 10px;
	border-radius: 6px;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list .tab_list_time .kaifu_num .num{
	color:#ffd943;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list .tab_list_title{
	background:#f0f7ff;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list th{
	font-weight:bold;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list th,
.fanli_box .kaifu_box .box-list .kaifu .tab_list td{
	border:1px solid #d4daea;
	text-align:center;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list tbody td{
	background:#fffbbb;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list tbody .game_name a{
	color:#f20004;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list tbody .game_name a:hover{
	color:#ab0002;
	text-decoration:underline;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list tbody .game_server a{
	color:#302c2b;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list tbody .game_server a:hover{
	color:#633c33;
	text-decoration:underline;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list tbody .game_gift a{
	color:#302c2b;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list tbody .game_gift a:hover{
	color:#633c33;
	text-decoration:underline;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list tbody .game_login a{
	color:#FFFFFF;
	padding: 3px 8px;
	background: #be0000;
	d93936
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list tbody .game_login a:hover{
	background: #e90506;
	
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list tbody .game_type{
	color:#ff0610;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list tbody .game_kaifu a{
	color:#302c2b;
}
.fanli_box .kaifu_box .box-list .kaifu .tab_list tbody .game_kaifu a:hover{
	color:#633c33;
	text-decoration:underline;
}























