.wrap{
	width: 1140px;
	margin: 0 auto;
}

.indexHeader{
	width:100%;
	height: 63px;
	background:rgba(0,0,0,0.35);
	position: relative;
	overflow: hidden;
}

.loginMethArea {
	font-size: 0;
	height: 32px;
	position: absolute;
	right: 26px;
	top: 50%;
	margin-top: -15px;
	overflow: hidden;
}
.loginMethArea a{
	font-size:15px;
	font-weight:400;
	color:#fff;
	text-align: center;
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
	min-width:80px;
	height:32px;
	line-height:30px;
	border:1px solid rgba(229,229,229,1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-left: 20px;
}

.myLibBtn{
	/*background-color: #F09800;*/
}

.scanBtn{
	/*background-color: #0094DD;*/
}

.logoArea{
	text-align: center;
	margin-bottom: 54px;
}

.hdSearchArea{
	display: inline-block;
	vertical-align: middle;
	width:134px;
	height:32px;
	border:1px solid rgba(229,229,229,1);
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	position: relative;
	-webkit-transition: width .1s linear;
	-moz-transition: width .1s linear;
	-ms-transition: width .1s linear;
	-o-transition: width .1s linear;
	transition: width .1s linear;
}

.hdSearchArea.isFocus{
	width: 200px;
}

.innerSearchInp,.innerSearchBtn{
	outline: none;
	border: none;
	display: inline-block;
	vertical-align: middle;
}
.innerSearchInp{
	background: none;
	font-size: 15px;
	color: #fff;
	width: 66%;
	margin: 5px 0  5px 10px;
}


.hdSearchArea.isFocus .innerSearchInp{
	width: 77%;
}

.innerSearchInp::-ms-input-placeholder{
	color: #fff;
}

.innerSearchInp::-webkit-input-placeholder{
	color: #fff;
}

.innerSearchInp::-moz-input-placeholder{
	color: #fff;
}



.innerSearchBtn{
	width: 40px;
	height: 16px;
	background: url(../images/inner-search.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
	cursor: pointer;
}

.footerArea{
	width: 100%;
	height:106px;
	background-color:#00518E;
	z-index: 3;
	position: relative;
	overflow: hidden;
}

.footerAreaIn{
	font-size: 0;
	width: 1050px;
	margin: 0 auto;
	padding:20px 0;
}

.ftGrp{
	vertical-align: top;
	font-size:12px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:24px;
	opacity:0.75;
	margin: 0 14px;
}

.ftGrp a,.ftGrp span{
	color:rgba(255,255,255,1);
	display: inline-block;
	margin:0 5px;
}

.ftGrp p{
	text-align: center;
}

.ftImg{margin-left: 10px;}

.ftCon{
	width: 690px;
	text-align: center;
	margin: 0 70px;
}

.friendLink{
	color: #333333;
	font-size: 12px;
	width: 160px;
	height: 24px;
	background-color: #fff;
	margin-top: 20px;
}

.footLinkArea {
	width: 100%;
	text-align:center;
}

.footLinkArea span,.footLinkArea select{
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
}

.footLinkArea span{
	font-weight: 400;
	color: #EEEBEB;
}

.friendSelect{
	color: #333;
	width: 240px;
	height: 24px;
	background: #FFFFFF;
	-webkit-border-radius:  4px;
	-moz-border-radius:  4px;
	border-radius:  4px;
	margin: 0 30px;
}

.footConHint{
	font-size: 13px;
	color: #EEEBEB;
	text-align: center;
	margin-top: 20px;
	position: relative;
}

.ftIcon{
	width: 42px;
	height: 54px;
	background: url(../images/ft-icon.png) no-repeat;
	position: absolute;
	right: 0;
	top: -15px;
}
