@CHARSET "UTF-8";
html {
    background:#fff;
}        
        
body {
    font-family:"微软雅黑";
    font-size:16px;
    background:#f3f3f3;
}
.top_bar{
	height:30px;
	width:100%;
	background-color: black;
}
input{
	border-radius:4px;
}
button{
	border-radius:4px;
}
.head {
    height:60px;
    width:100%;
    background: #fff
}
.logo {
    float:left;
    height:60px;
    width:163px;
    margin-left: 100px;
    margin-right: 30px;
}
.logo_title {
	font-size:20px;
	padding: 20px;
}
img {
	/* margin-right:60px; */	
	/* width: 100%; */
	/* width:30px;	 */
	height: 60px;
}
.body {
	overflow:hidden;
	width: 100%;
	height: 550px;
}
.content {
	padding:10px;
	margin:0 auto;
	width: 700px;
	height: 400px;
/* 	background-color: black; */
}
.btn {
  color: #ffffff;
  border: none;
  background-color: #1a9ccb;
  cursor: pointer;
  border-radius: 3px;
  width: 220px;
  height: 35px;
  letter-spacing: 4px;
  font-size: 16px;
  float:left;
  margin: 0 auto;
}

.item {
	padding-left: 260px;
	margin-bottom: 60px;
}
#Introduction {
  padding: 10px;
  margin-left:auto;
  margin-right:auto;
  width: 700px;
  height: 40px;
}
.verification{
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	width: 500px;
	height: 100px;
	border:1px solid #e8e8e8;
	background-color: #fff;
	-moz-box-shadow: 2px 1px 2px #888888; /* 老的 Firefox */
    box-shadow: 2px 1px 2px #888888;
	
}
.verification *{
	margin-top:25px;
	padding-bottom:25px;
	margin-left:25px;
	height:50px;
	float: left;
	line-height: 50px;
}
.verification img{
	width:30px;
}
/* 
.verification button{
	width:100px;
	height:40px;
	background-color:#1a9ccb;
	float: right;
	margin-right: 50px;
	margin-top: 30px;
	
} */ 
#schedule {
	overflow:hidden;
	height: 70px;
	width:1000px;
	margin: 0 auto;
}
.step-img-icon {
	width:200px;
	height: 34px;
}
#success i{
	margin-left: 300px;
	
}
 i {
	margin-right: 10px;
}
#success a{
	margin-left: 350px;
}
#success span{
	
	font-size: 40px;
	
}
.input_div{
	margin:20px auto;
	width:380px;
	height:30px;
	line-height: 40px;
	padding: 10px;
}
.input_div *{
	float: left;
}
.input_div #user_name{
	margin-left:20px;
	float: left;
}
.input_div input{
	
  width: 200px;
  height: 20px;
  padding: 10px;
  float: right;
  border: 1px solid #ccc;
  color: #666;
}
 .confirm{
	margin:20px auto;
	width:300px;
	height:30px;
	padding: 10px;
	
}
 .confirm .btn{
 margin-left: 30px;
 }
.input_content div{
	overflow:hidden;
	width:300px;
	margin: 20px auto;
}
.show span{
	margin-right: 20px;
}
.ver_input *{
	float: left;
	line-height:34px;
	
}
.ver_input input{
	margin-left:10px;
	width: 140px;
	height: 20px;
	padding: 5px;
}
.ver_input #send_verification{
	
	background-color: #daad25;
	color: #fff;
	height: 34px!important;
	font-size: 12px;
	letter-spacing: 0px;
    cursor: pointer;
}
.ver_confirm .btn{
	width:154px;
	margin-left: 66px;
}
.password_value input{
	width: 140px;
	height: 20px;
	padding: 5px;
}
