.gameList_select {
	padding: 30px 25px 12px 25px;
	background: #ffffff;
}
.gameList_select li {
	min-height: 40px;
}
.gameList_select li:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.gameseachList .news_list{
	width: 830px;
}
.gameseachList .news-right {
	width: 350px;
}
.gameList_select li> span {
	float: left;
	width: 95px;
	font-size: 16px;
	color: #313131;
	height: 26px;
	line-height: 26px;
}

.g_s_type {
	float: left;
}

.g_s_type a {
	font-size: 16px;
}
.gameList_select li input {
	float: left;
	padding: 5px;
	position: relative;
	top: -5px;
	border: 1px solid #00AAEF;
}

.gameList_select li input[type=text] {
	width: 900px;
	border-radius: 3px 0 0 3px;
	padding: 4px;
	color: ;
}

.gameList_select li input[type=submit] {
	width: 100px;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	color: #FFFFFF;
	font-family: "微软雅黑";
	height: 27px;
	letter-spacing: 5px;
	background: #00AAEF;
}


/**/

.gameList_con:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}


.gameList_word h3 {
	max-width: 100%;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gameList_word h3:hover {
	/*color: #F13D6D;*/
	color: #ff7800
}

.gameList_word span {
	font-size: 14px;
	color: red;
	margin-right: 20px;
}

.gameList_word p {
	font-size: 14px;
	color: #666;
	width: 68%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
	line-height: 24px;
}
.gameList_bottom{
	line-height: 32px;
	margin-top: 2px;
}

/*礼包中心*/

.gift1 {
	background: #FFFFFF;
	margin-top: 20px;
}

.gift1 ul {
	margin-top: 10px;
	width: 1180px;
	height: 150px;
}

.gift1 ul li {
	float: left;
	width: 226px;
	height: 150px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}

.gift1 ul li img {
	width: 100%;
	height: 150px;
}

.gift1 ul li .mask,
.gift1 ul li .gift1_word {
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: -50%;
	left: 0;
	color: #FFFFFF;
	font-size: 16px;
	transition: bottom .3s;
}

.gift1 ul li .mask {
	opacity: .5;
	filter: alpha(opacity=50);
	-webkit-opacity: .5;
	-moz-opacity: .5;
	-ms-filter: alpha(opacity=50);
}

.gift1 ul li:hover .mask,
.gift1 ul li:hover .gift1_word {
	bottom: 0;
}

.gift1_word {
	line-height: 75px;
	text-align: center;
}

.gift_list .right,
.gift_list .left {
	background: #FFFFFF;
	padding: 15px;
}

.gift_list .left {
	width: 800px;
}

.gift_list .right {
	width: 320px;
}

.gift_list .left .title {
	position: relative;
}

.gift_search {
	position: absolute;
	right: 0;
	top: -3px;
}

.gift_search input {
	border: 1px solid #F13D6D;
	padding: 5px;
	border-radius: ;
}

.gift_search input[type=submit] {
	background: #F13D6D;
	color: #FFFFFF;
	padding: 5px 10px;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
}

.gift_search input[type=text] {
	border-radius: 5px 0 0 5px;
}

.g_l_con {
	margin: 20px 0;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px dashed #DDDDDD;
}

.g_l_con li {
	float: left;
	width: 236px;
	margin: 10px;
	padding: 10px 5px;
	transition: box-shadow .3s;
}

.g_l_con li:hover {
	/*box-shadow: 0 0 5px #F13D6D;*/
	box-shadow: 0 0 5px #ff7800;
}

.g_l_con li img {
	width: 80px;
	height: 80px;
	float: left;
}

.g_l_word {
	width: 145px;
	float: right;
}

.g_l_word h4 {
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 5px 0;
}

.g_l_word h4:hover {
	/*color: #F13D6D;*/
	color: #ff7800
}

.g_l_word> a> span {
	color: #666666;
	font-size: 14px;
}

.g_l_word> a> span:hover {
	text-decoration: underline;
}

.g_l_word .power span {
	margin: 0 5px 0 0;
}

.gift_list .banner_pic li {
	overflow: hidden;
}

.gift_list .banner_pic li .mask,
.gift_list .banner_pic li p {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	transition: bottom .3s;
	color: #FFFFFF;
}

.gift_list .banner:hover .mask,
.gift_list .banner:hover p {
	bottom: 0;
}
.banner_disc{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.banner_disc li{
	width: 20px;
	display: inline-block;
}
.banner_disc li span{
	width: 10px;
	height: 10px;
	background: #c3c3c3;
	display: block;
	margin: auto;
	border-radius: 10px;
	cursor: pointer;
}
.banner_disc li.active span{
	background: #f7b339;
	width: 13px;
}
/**/

.giftBill {
	width: 100%;
	height: 200px;
}

.giftBill li {
	height: 30px;
	line-height: 30px;
	margin: 7px 0;
}

.giftBill li img {
	width: 30px;
	float: left;
}

.giftBill li p {
	font-size: 14px;
	margin: 0 10px;
	float: left;
	max-width: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
}

.giftBill li p:hover {
	/*color: #F13D6D;*/
	color: #ff7800
}

.giftBill_btn {
	display: block;
	float: right;
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	/*background: #F13D6D;*/
	border-radius: 5px;
	color: #000;
	margin-top: 2px;
	border: 1px solid #cecece;
}

.giftBill_btn:hover {
	color: #fff;
	background: #ff7800;
	border: 1px solid #ff7800;
}


/*礼包搜索页*/

.giftList {
	background: #FFFFFF;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 20px;
}
.giftList_con {
	margin-top: 20px;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 20px;
	margin-bottom: 20px;
	min-height: 600px;
}

.g_c_title {
	background: #EEEEEE;
	height: 50px;
}

.g_c_title> span {
	float: left;
	display: block;
	height: 50px;
	line-height: 50px;
	color: #666666;
	font-size: 14px;
	text-align: center;
}

.giftName {
	width: 30%;
}

.gameName,
.giftTime,
.giftType {
	width: 20%;
}

.giftCtrl {
	width: 10%;
}

.giftList_con> ul li {
	padding: 10px 0;
	height: 50px;
	border-bottom: 1px dashed #DDDDDD;
}

.giftList_con> ul li> div {
	float: left;
}

.giftList_con> ul li> div._blank {
	clear: both;
}

.giftList_con> ul li> div.giftName img {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px;
}
.giftList_con> ul li> div.giftName p{
	float: left;
	width: 260px;
	line-height: 50px;
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.giftList_con> ul li> div.giftName p:hover{
	/*color: #F13D6D;*/
	color: #ff7800
}
.giftList_con> ul li> div.gameName,
.giftList_con> ul li> div.giftTime,
.giftList_con> ul li> div.giftType,
.giftList_con> ul li> div.giftCtrl{
	text-align: center;
	line-height: 50px;
}
.giftList_con> ul li> div.gameName a{
	color: #333333;
	font-size: 16px;
}
.giftList_con> ul li> div.gameName a:hover{
	/*color: #F13D6D;*/
	color: #ff7800
}
.giftList_con> ul li> div.giftCtrl a{
	display: inline-block;
	padding:3px 10px;
	/*background: #F13D6D;*/
	border-radius: 3px;
	line-height: normal;
	color: #ff7800;
	border: 1px solid #ff7800;
}
.giftList_con> ul li> div.giftCtrl a:hover{
	background: #ff7800;
	color: #fff;
}

  .m_r_c_btn1 {
	  position: absolute;
	  top: 50%;
	  margin-top: -15px;
	  right: 0;
	  display: block;
	  width: 80px;
	  text-align: center;
	  line-height: 25px;
	  font-size: 14px;
	  background: #F13D6D;
	  border-radius: 5px;
	  color: #FFFFFF;
	  border: 1px solid;
  }

.libao-btn {
	width: 33px;
	height: 33px;
	background: url(/themes/simplebootx/Public/sub/img/icon-down-gift.png) no-repeat;
	right: 50px;
	top: 45%
}

.libao-btn:hover {
	background: url(/themes/simplebootx/Public/sub/img/icon-down-gift.png) no-repeat;
	background-position: -89px 0px;
}

.xiazai-btn {
	width: 33px;
	height: 33px;
	background: url(/themes/simplebootx/Public/sub/img/icon-down-gift.png) no-repeat;
	background-position: -133px 0px;
	top: 45%
}

.xiazai-btn:hover {
	background: url(/themes/simplebootx/Public/sub/img/icon-down-gift.png) no-repeat;
	background-position: -44px 0px;
}
