/* 头部导航 */
.topBar{
	width:100%;
	height:75px;
	background:#fff;
	border-bottom:1px solid #ededed;
}

.topBar .logo-btn{
	float:left;
	width:245px;height:75px;
	border-right:1px solid #ededed;

}
.topBar .logo-btn .img-ibox{
	margin:16px auto;
	width:201px;height:43px;
}

.topBar .bar-btn{
	position:relative;
	float:left;
	width:158px;height:75px;
	line-height:75px;
	border-right:1px solid #ededed;
	font-size:20px;
	color:#4d4c4c;
	font-weight:700;
	text-align:center;
}
.topBar .bar-btn:hover{
	color:#d93128;
}
.topBar .bar-btn.active{
	color:#d93128;
}

/* 头部导航End */

/*分页*/
.pageArea{
	margin:0 auto;
	width:fit-content;
}

.pageArea a{
	float:left;
	margin:0 5px;
	width:20px;
	height:20px;
	line-height:20px;
	background:#ebebeb;
	font-size:14px;
	color:#4d4c4c;
	text-align:center;
}
.pageArea a.current{
	background:#d93128;
	color:#fff;
	cursor:auto;
}

/*分页End*/

/* 侧导航 */
.nav-area{
	position:fixed;
	top:50%;right:15px;
	margin-top:-145px;
	width:72px;height:291px;
	z-index:1;
}
.nav-area .nav{
	display:block;
	margin-bottom:1px;
	width:72px;height:72px;
	background:url('../../images/uhg/uhg/nav.png') no-repeat;
}
.nav-area .nav1{
	position:relative;
	background-position:0 0;
}
.nav-area .nav1:hover{
	background-position:-72px 0;
}
.nav-area .nav2{
	background-position:0 -73px;
}
.nav-area .nav2:hover{
	background-position:-72px -73px;
}
.nav-area .nav3{
	background-position:0 -146px;
}
.nav-area .nav3:hover{
	background-position:-72px -146px;
}
.nav-area .nav4{
	background-position:0 -219px;
}
.nav-area .nav4:hover{
	background-position:-72px -219px;
}

.nav-area .nav1 .img-ibox{
	display:none;
}
.nav-area .nav1:hover .img-ibox{
	display:block;
	position:absolute;
	top:-20px;right:85px;
	width:227px;height:116px;
}
/* 侧导航End */

/* 手机验证弹窗 */
.mobileVerifyTc{
	position:fixed;
	top:50%;left:50%;
	margin:-290px 0 0 -308px;
	padding:25px 40px 0;
	width:616px;height:580px;
	background:#fff;
	box-sizing:border-box;
	z-index:21;
}

.mobileVerifyTc .close{
	position:absolute;
	top:20px;right:20px;
	width:20px;height:20px;
	background:url('../../images/uhg/close.png') no-repeat;
}

.mobileVerifyTc .hd{
	height:60px;line-height:60px;
	font-size:26px;
	color:#333;
}
.mobileVerifyTc2 .hd{
	margin-bottom:20px;
}

.mobileVerifyTc .info{
	height:50px;line-height:50px;
	font-size:12px;
	color:#4d4c4c;
}
.mobileVerifyTc .info span{
	font-size:14px;
	font-weight:700;
}
.mobileVerifyTc .info a{
	display:inline-block;
	width:85px;height:50px;
	color:#4d4c4c;
	text-align:center;
}

.mobileVerifyTc .input-area{
	position:relative;
	margin-bottom:20px;
}
.mobileVerifyTc .input-area input{
	float:left;
	padding:0 10px;
	width:300px;height:37px;
	line-height:35px;
	border:1px solid #4c4c4c;
	border-radius:5px;
	font-size:14px;
	color:#999;
	outline:none;
	box-sizing:border-box;
}
.mobileVerifyTc .input-area a{
	float:left;
	margin-left:20px;
	width:100px;height:37px;
	line-height:37px;
	font-size:14px;
	color:#d93127;
	text-align:center;
}
.mobileVerifyTc .input-area .error-tit{
	position:absolute;
	bottom:-20px;left:0;
	height:20px;line-height:20px;
	font-size:12px;
	color:#d93127;
}

.mobileVerifyTc .submit-btn{
	display:block;
	margin-top:40px;
	width:160px;height:40px;
	line-height:40px;
	background:#ff5500;
	border-radius:5px;
	font-size:18px;
	color:#fff;
	text-align:center;
}

.mobileVerifyTc .remind{
	margin:15px 0 75px;
}
.mobileVerifyTc .remind p{
	line-height:25px;
	font-size:12px;
	color:#4d4c4c;
}
.mobileVerifyTc .remind p.remindHd{
	line-height:40px;
	font-size:16px;
	font-weight:700;
}
.mobileVerifyTc .remind p span{
	color:#d93127;
}

.mobileVerifyTc .standbyVerifyBtn,
.mobileVerifyTc .kfBtn{
	display:block;
	margin:10px auto 0;
	width:fit-content;
	height:20px;line-height:20px;
	font-size:14px;
	color:#d93127;	
}

/* 手机验证弹窗End */

/* 签到弹窗 */
.signTc{
	position:fixed;
	top:50%;left:50%;
	padding:30px 50px;
	margin:-220px 0 0 -208px;
	width:616px;height:440px;
	background:#fff;
	box-sizing:border-box;
	z-index:21;
}
.signTc .close{
	position:absolute;
	top:20px;right:20px;
	width:20px;height:20px;
	background:url('../../images/uhg/uhg/loginTc-close.png') no-repeat;
}

.signTc .signBtn{
	display:block;
	margin:0 auto;
	width:297px;height:40px;
	line-height:40px;
	background:#ff5500;
	border-radius:5px;
	font-size:18px;
	color:#fff;
	text-align:center;
}
/* 签到弹窗End */
.form-control{
	width: 333px;
    height: 35px;
}





