/*pc客户端游戏库*/
.pc-wrapheader{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	margin-top: 68px;
}
.pc-heder-nav {
	/*width: 62.5%;*/
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	overflow: hidden;
}
.pc-header-ul {
	 width: 50%;
	 overflow: hidden;
	 float: left;
}
.pc-header-ul > li {
	float: left;
	width: 14.28%;
}
.pc-header-ul > li > a > span {
	display: inline-block;
	color: #333;
	font-size:14px;
	font-weight: 400;
	cursor: pointer;
}
.pc-header-ul > li > a > span:hover{
	height: 49px;
    color: #EC4221 !important;
    border-bottom: 3px solid #EC4221;
    /*transition: all 0.5s;*/
}
.pc-header-right {
	width: 45%;
	height: 50px;
	float: right;
	text-align: right;
}
.header-login {
	display: inline-block;
	width: 96px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	border-right: 1px solid #E6E6E6;
}
.game-down {
	font-size: 14px;
	color: #343434;
	font-weight: bold;
	cursor: pointer;
	margin-left: 8px;
	margin-right: 84px;
}
.down-span {
	display: inline-block;
	width:18px;
	height: 14px;
	background: url("../png/dowany.png") no-repeat center center;
	background-size: 100% 100%;
	margin-left: 12px;
	position: relative;
	top: 2px;
}
.game-input {
	width: 201px;
	height: 30px;
	float: right;
	position: relative;
	top: 9px;
}
.game-input > input {
	width: 158px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	left: 0;
	border: 1px solid #111523;
	outline: none;
	 border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    padding-left: 12px;
    font-size: 14px;
    color: #333;
}
.game-s {
	display: inline-block;
	text-align: center;
	line-height: 30px;
	width: 45px;
	height: 30px;
	background:-webkit-linear-gradient(to right, #111523, #111523,#111523,#111523);
    background:linear-gradient(to right, #111523, #111523,#111523,#111523);
    position: absolute;
    right: 0;
    top: 0;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    cursor: pointer;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	font-weight: normal;
}
.gameClass {
	height: 49px;
	color: #EC4221 !important;
	border-bottom:3px solid #EC4221;
}
.lgameClass {
	display: inline-block;
	height: 33px;
	font-size: 14px;
    font-weight: bold;
	color: #EC4221 !important;
	border-bottom:3px solid #EC4221;
}
.header-login > span:hover{
	display: inline-block;
	height: 33px;
	font-size: 14px;
    font-weight: bold;
	color: #EC4221 !important;
	border-bottom:3px solid #EC4221;
}
.downClass {
    display: inline-block;
    width: 18px;
    height: 14px;
    background: url(../png/dowany1.png) no-repeat center center !important;
    background-size: 100% 100%;
    margin-left: 12px;
    position: relative;
    top: 2px;
}
.game-down:hover{
	display: inline-block;
	height: 49px;
	font-size: 14px;
    font-weight: bold;
	color: #EC4221 !important;
	border-bottom:3px solid #EC4221;
}
.gdownClass {
	display: inline-block;
	height: 49px;
	font-size: 14px;
    font-weight: bold;
	color: #EC4221 !important;
	border-bottom:3px solid #EC4221;
}
.down-line {
	display: inline-block;
	height: 49px;
	font-size: 14px;
    font-weight: bold;
	color: #EC4221 !important;
	border-bottom:3px solid #EC4221;
}
.pc-header-right > a:link{text-decoration:none; }

.pc-header-right > a:visited{text-decoration:none; }

.pc-header-right > a:hover{text-decoration:none;}

.pc-header-right > a:active{text-decoration:none;}
.hide {
	display: none;
}
.show {
	display: block;
}