/*
 sunle 
 2016年10月16日10:55:09
 */
.header{
	width: 100%;
	height: 110px;
	box-shadow: 0px 5px 5px rgba(0,0,0,.1);;
}
.logo-con{
	margin: 0 auto;
}
.logo-con .logo{
	background: url(../img/logo.png) no-repeat 0 0;
	background-size: cover;
	float: left;
	width: 162px;
	height: 41px;
	margin-top: 33px;
}
.header .logo-title{
	float: left;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	color: #000000;
	border-left: 1px solid #bbb;
	padding-left: 25px;
	margin: 38px 25px;
}
.header .have-account{
	float: right;
	margin-top: 55px;
	font-size: 16px;
	color: #999;
}
.header .have-account a{
	color: #333;
}
/*头部结束*/
.content .main{
	width: 1030px;
	margin: 50px auto 60px;
}
.content .main .reg_form{
	width: 400px;
}


.input_tip2{
	height:32px;
	line-height: 32px;
	color:red;
	font-size:14px;
}

.content .main .reg_other{
	margin-left: 104px;
    height: 446px;
    padding-left: 50px;
    border-left: solid 1px #e6e6e6;
}
/*内容结束*/
.footer{
	padding-bottom: 30px;
	font-size: 12px;
	color: #999;
	text-align: center;
	border-top: 1px solid #e6e6e6;
}
.footer .links{
	padding-top: 30px;
	padding-bottom: 15px;
}
.footer .links a{
	margin: 0 10px;
	color: #999999;
}

/*********二级域名***************/
.up{
	width:400px;
	height:400px;
	float:left;
	text-align: center;
	padding-top: 30px;
}
.up input{
	width:295px;
	height:40px;
	text-align: left;
	line-height: 40px;
	outline: none;
	border:1px solid #aaa;
	padding-left: 5px;
}
.select{
	width: 300px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	outline: none;
	border: 1px solid #aaa;
	margin-top: 30px;
	color: #a9a9a9;
}
.up div{
	width: 300px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin: 20px auto;
	font-size: 18px;
}
.up button{
	width:100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size:14px;
	background: #ffd300;
}















