body{
	background:#e8eef7;
}
/*导航条开始*/
.navbar{
	box-shadow: 0 0 5px 5px #C9C9C9;
}
.navbar a{
	color:#fff;
	text-decoration: none;
}
/*导航条结束*/

/*内容开始*/
.center{
	width:1000px;
	height:550px;
	margin: 120px auto 30px auto;
}
.center>.centerLand{
	height:550px;
	width:384px;
	background:rgba(255,255,255,0.8);
	margin: 0 auto;
}

.center>.centerLand>.nav-tabs>li:first-child{
	margin-left:20%;
}
.center>.centerLand>.nav-tabs>li{
	box-sizing: border-box;
	background:transparent;
	margin:0 20px;
}
.center>.centerLand>.nav-tabs>li>a{
	box-sizing: border-box;
	background:transparent;
}
.center>.centerLand>.nav-tabs>.active{
	color:#3164b7;
	border-bottom:3px solid #3164b7;
	box-sizing: border-box;
}
.center>.centerLand>.nav-tabs>li:hover a{
	color:#3164b7;
	background:transparent;
}
.center>.centerLand>.nav-tabs>.active>a{
	color:#3164b7;
	font-size:20px;
}


.center>.centerLand>.tab-content{
	/*background:yellow;*/
	width:80%;
	margin:30px auto 0 auto;
	height:100%;
}
.center>.centerLand>.personal{
	margin-top: 50px;
}
.center>.centerLand>.tab-content #personalLogin .input-group{
	/*	background:pink;*/
	height:40px;
	line-height: 40px;
	width:100%;
	border-bottom:1px solid #999999;
	margin:10px auto 10px auto;
}
.center>.centerLand>.tab-content #personalLogin .last-group{
	margin-bottom:15px;
}
.center>.centerLand>.tab-content #personalLogin .input-group>input{
	width:60%;
	border:0px;
	box-shadow: none ;
	background:transparent;
}
.center>.centerLand>.tab-content #personalLogin .input-group>button{
	margin:-12px 0 0 0 ;
	background: #3164b7;
}
.center>.centerLand>.tab-content #personalLogin .loginBtn{
	display: block;
	width:100%;
	height:46px;
	background: #3164b7;
	margin:20px auto 20px auto;
}
.center>.centerLand .register{
	height:50px;
}
.center>.centerLand .register>a{
	display: inline-block;
	width:49%;
	font-size:16px;
	color:#3164b7;
}


.center>.centerLand>.tab-content #enterpriseLogin .input-group{
	/*	background:pink;*/
	height:40px;
	line-height: 40px;
	width:100%;
	border-bottom:1px solid #999999;
	margin:20px auto 30px auto;
}
.center>.centerLand>.tab-content #enterpriseLogin .last-group{
	margin-bottom:15px;
}
.center>.centerLand>.tab-content #enterpriseLogin .input-group>input{
	width:65%;
	border:0px;
	box-shadow: none ;
	background:transparent;
}
.center>.centerLand>.tab-content #enterpriseLogin .input-group>button{
	margin:-12px 0 0 0 ;
	background: #3164b7;
}
.center>.centerLand>.tab-content #enterpriseLogin .loginBtn{
	display: block;
	width:100%;
	height:46px;
	background: #3164b7;
	margin:50px auto 20px auto;
}
.center>.centerLand>.tab-content .input-group label{
	display: inline-block;
	width:75px;
}
/*.center>.centerLand .otherLogin{
	background: red;
}*/
.center>.centerLand .otherLogin>p{
	text-align: center;
	color:#a09f9f;
	margin:0 auto 30px auto;
}
.center>.centerLand .otherLogin>a{
	text-align: center;
	color:#a09f9f;
	display: inline-block;
	width:49%;
}
.center>.rightBg{
	height:40%;
	width:60%;
	background-image:url(../image/shouyebj.jpg);
	background-size:100% 100%;
	color:#fff;
	position:relative;
}

.center > .rightBg1 {
	height: 60%;
	width: 60%;
	background-size: 100% 100%;
	color: #fff;
	position: relative;
	border: #e2edf6;
	border-style: ridge;
}

.center>.rightBg .text{
	width:300px;
	height:140px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-70px;
	margin-left:-150px;
	font-size:2rem;
	font-weight: bold;
}
#sendVerifyCode1{
	box-shadow: none;
	text-align: right;
}
.error{
	color:red;
}
/*内容结束*/
/*脚部开始*/
.footer{
	height:80px;
	line-height: 80px;
	width:1000px;
	margin:0 auto;
	text-align: center;
	font-size:14px;
	color:#404040;
	border:0px;
}
.footer a {
	color:#333;
}
/*脚部结束*/