/* CSS Document */
*{ margin:0; padding:0;}
a{ text-decoration:none; outline:none;}
li{ list-style:none;}
.p-l-r-0{padding-left:0px;padding-right:0px;}
.m-l-r-0{margin-left:0px;margin-right:0px;}
.m-t-20{margin-top:20px;}
.m-b-80{margin-bottom:80px;}
.nav-login{
	display: flex;
	height:90px;
	background:#fff;
}
.nav-login .container{
	align-self: center;
	display: flex;
	align-items: center;
}
.logo{
	width:199px;
	height:47px;
	float:left;
	margin-top:20px;
}
.logo-title{
	display: flex;
	align-items: center;
	float:left;
	height:40px;
	line-height:40px;
}
.logo-title h5{
	font-size:20px;
	color:#777;
	font-weight:600;
	height: fit-content;
	margin: 0;
}
.logo-sub{
	height: 20px;
	width: 1px;
	background: #CCC;
	margin: 0 15px;
}
.logo-subtitle{
	float:left;
	height:40px;
	line-height:40px;
	font-size:16px;
	color:#666;
}

/**TAB**/
/**tabs**/
.tabPanel{
	padding:28px 0;
}
.tabPanel ul{height: 44px;line-height: 44px;width: fit-content;margin: 0 auto;}
.ul-line{height:60px;margin-bottom:0px;background-color:#f9f9f9;border-bottom:1px solid #bcbcbc;}
.tabPanel ul li{
	float:left;font-size:18px;height:40px;line-height:40px;text-align:left;color:#999;padding-left:20px;
}
.tabPanel .hit{
	color:#496DFF;
}
.tabPanel .hit span{
	color:#fff;
	background-color:#496DFF;
	border: 4px solid #C3CFFF;
}
.tabPanel .hit a{
	color:#496DFF;
	text-decoration:none;
	outline:none;
}
.pane{margin: 24px 0;background-color:#fff;display:none;}
.zclc-list .circle{
	display:inline-block;
	background: #B8B8B8;
	border: 4px solid #DCDCDC;
	width:44px;
	height:44px;
	line-height:38px;
	border-radius:50%;
	color:#fff;
	text-align:center;
	margin-right:10px;
}
.zclc-list>a{color:#999;}
.zclc-list>a:hover{text-decoration:none;}
.zclc-cross{
	width: 220px;
	height: 22px !important;
	margin-left: 20px;
	border-bottom: 1px dashed #979797;
}
.zclc-cross1{
	width: 140px;
	height: 22px !important;
	margin-left: 20px;
	border-bottom: 1px dashed #979797;
}
.tab-content1{margin-top:20px;}
.tab-content1 .textarea-box{
	height:460px;
	width:100%;
	border:1px solid #ddd;
	color:#666;
	padding:20px;
}
.tab-content3{
	margin:0 auto;
	min-height:720px;
}
.form-horizontal{
	width: 55%;
}
.form-horizontal .control-label{
	color:#666;
	font-size:16px;
	font-weight:400;
}
.form-group{
	margin-bottom: 40px;
}
.form-group.wide{
	margin-bottom: 80px;
}
.form-group.cwxx{
	margin-bottom: 50px;
}
.form-group i{
	margin-left: 5px;
	color: #F13831;
}
.form-control{
	border-radius: 2px;
	border-color:#CBCBCB;
}
.form-control:focus{
	border-color:#CBCBCB;
	box-shadow: none;
}
.text-center p{
	font-size: 24px;
	color: #F13831;
	margin: 0;
}
.sign-up{
	width: fit-content;
	margin: 20px auto 80px;
}
.sign-up p{
	color: #333;
	font-size: 20px;
	margin: 0 auto 16px;
	width: fit-content;
	font-weight: 600;
}
.sign-up .success-note{
	color: #999;
	font-size: 14px;
	font-weight: 400;
}
.sign-up i{
	font-style: normal;
	font-size: 24px;
	color: #F13831;
}
.find-success{
	height: 91px;
	width: 136px;
	margin: 0 auto;
	background: url("images/success.png") no-repeat;
}
.btn-center .btn-enter{
	width:130px;
	height:40px;
	line-height:40px;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
	background-color:#496DFF;
	text-align:center;
	display:inline-block;
	margin-top:20px;
	font-weight:700;
	font-size:16px;
	border:1px solid #496DFF;
	margin-left:20px;
}
.btn-center .zc-btn{
	color:#999;
	background-color:#f7f7f7;
	border:1px solid #dad5d5;
}
.xmxx{
	border-bottom:1px solid #ddd;
	margin:10px 0;
}
.btn-denglu{background-color:#496DFF;color:#fff;width: 359px;margin: auto;border-radius: 2px;}
.btn-denglu:hover{color:#fff;background: #4674D0;}
.btn-denglu:focus,.btn-denglu:active:focus{color:#fff;outline: none;}
.login_zi>a:hover{text-decoration:none;}
.input-list .input-group-addon{background-color:#fff !important;
	border-right:none !important;
}
/*��ҳҳβ*/
.foot{
	background:#282828;
	color:#ddd8d8;
	font-size:13px;
}
.foots{padding:20px;}
.foot-item{
	float:left;
	padding-right:20px;
}
.foots ul li a{
	color:#ddd8d8;
}
.foot-item>a:hover{text-decoration:none;}