*{
	padding: 0;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

#tab{
	width: 1266px;
	height: 800px;
/*	border: 1px solid saddlebrown;*/
	margin: auto;
}

/*菜单*/
.tab-menu{
	width: 80%;
	height: 6%;
	margin: auto;
	margin-top: 60px;
	/*border: 1px saddlebrown solid;*/
}
.tab-menu ul li{
	float: left;
	list-style: none;
	width: 50%;
	line-height: 40px;
	text-align: center;
	color: #2D2D2D;
	font-size: 16px;
	letter-spacing: 1px;
	border-bottom:4px solid #F1F1F1;
	cursor: pointer;
}
.tab-menu ul .selected{
	border-bottom: 4px solid #1180D1;
}


/*中部布局*/
.tab-box{
	width: 80%;
	height: 80%;
	margin: auto;clear: both;
/*	border: 1px solid salmon;*/
}
.tab-box .show{
	width: 50%;
	height: 100%;
	margin: auto;
	/*border: 1px solid seagreen;*/
}
.tab-box .show .pic{
	width: 14%;
	height: 11%;
	margin: auto;
	margin-top: 40px;
}
.tab-box .show .pic img{
	width: 70px;
	height: 70px;
}
.tab-box .show p{
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}


/*登录表单*/
form {
 	padding-top: 50px;
 	width: 100%;
 	/*border: 1px solid saddlebrown;*/
 }
.reg-box{
    margin-left: 30px; 	
 }
.reg-box li {
 	line-height: 50px;
 	width: 100%;
 	overflow: hidden;
 	list-style: none;
 /*	border: 1px solid red;*/
 }
 .reg-box li label {
 	width: 100px;
 	height:45px;
 	float: left;
 	line-height: 45px;
 	text-align: center;
    font-size: 16px;
 }

/*输入框*/
.reg-box li input{
 	padding: 8px 0;
 	font-size: 14px;
 	width: 300px;
 	height: 30px;
 	line-height: 30px;
 	border: 1px solid #dddddd;
 	text-indent: 0.8em;
 	float: left;
 	background-color: #fff;
 	color: #4c4c4c;
 	outline: none;
 }

/*验证码输入框*/
 .reg-box li .sradd {
 	width: 150px;
 	text-indent: 4px;
 	text-indent: 0.8em;
 }

/*验证码*/
 .add,.yzm{
 	width: 130px;
 	height: 45px;
 	float: left;
 	display: inline;
 	cursor: pointer;
 	margin-left: 20px;
 	background: #1180D1;
 	text-align: center;
 	line-height: 45px;
 	color: #fff;
 	letter-spacing: 2px;
 	font-size: 16px;
}
 
 
/*错误框*/
 .error {
 	clear: both;
 	display: block;
 	color: red;
 	padding-left: 100px;
 	padding-bottom: 5px;
 	height: 20px;
 	float: left;
 	font-size: 12px;
 	line-height: 20px;
 }
 
 .reg-box li input.errorC,
 .errorC {
 	border: 1px solid red;
 }
 
.reg-box li input.checkedN,
 .checkedN {
 	border: 1px solid #1e71f3;
 }
 /*登录按钮*/
 .sub {
 	margin: 30px 0px 0px 55px;
 }
 .sub input {
 	display: inline-block;
 	width: 378px;
 	height: 48px;
 	line-height: 48px;
 	background: #1180D1;
 	text-align: center;
 	color: rgb(255, 255, 255);
 	font-size: 20px;
 	letter-spacing: 2px;
 	text-align: center;
 	outline: none;
 	border: none;
 	font-weight: 800;
 	border-radius: 5px;
 }
 input[type="submit"]:hover {
 	cursor: pointer;
 }
 


/*隐藏注册布局*/
.tab-box .hide{
	width: 86%;
	margin: auto;
	margin-top: 60px;
	/*border: 1px solid seagreen;*/
	display: none;
}
/*右边内容*/
.bt-right{
  float: right;	
  margin-top: -370px;
  width: 385px;
  color: #999999;
  border-left: 1px dashed #DDDDDD;
  height: 370px;
}
.bt-right .bt-rr{
	margin-left: 48px;
    margin-top: 80px;
    
}
.bt-right p{
	line-height: 40px;
	font-size: 14px;
}

