@charset "utf-8";
/*主体部分*/
.main{
	background:url("../images/header_bg.png") top repeat-x;
	min-width:1000px;
	overflow:hidden;
	width:100%;
	height:auto
}
.header{
	background:url("../images/logo_ico.png") no-repeat top left;
	margin:123px auto 0;
	width:330px;
	height:41px
}
/*中部内容部分*/
.content{
	background:url("../images/login_bg.png") no-repeat top center;
	margin:69px auto 0;
	width:423px;
	height:366px;
	border:1px solid #ededed
}
.title{
	background:url("../images/member_title.png") no-repeat top left;
	margin:37px auto 20px;
	width:229px;
	height:36px
}
.input{
	margin:0 auto 11px;
	width:250px
}
.input_all{
	border:none;
	color:#555;
	font-size:14px;
	line-height:30px;
	padding:10px 0 10px 46px;
	vertical-align:middle;
	width:250px;
	height:30px
}
.name{
	background:url("../images/input_name.png") no-repeat top left
}
.name_now{
	background:url("../images/input_name_hover.png") no-repeat top left
}
.password{
	background:url("../images/input_password.png") no-repeat top left
}
.password_now{
	background:url("../images/input_password_hover.png") no-repeat top left
}
.enter{
	margin-top:15px
}
.button{
	border:none;
	cursor:pointer;
	margin:0 auto;
	width:150px;
	height:50px
}
.verify_code{
	float:right;
	width: 103px;
	height: 44px;
	margin-right:16px;
	padding-top:3px;
	cursor: pointer;
}
/* line 83, ../scss/button.scss */
.button-pill {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  /* border-radius: 50px; */
}


/* line 171, ../scss/button.scss */
.button-flat-primary {
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #009FE9;
  color: white;
  text-shadow: none;
  border: none;
  margin:0 auto;
  display:block;
  font-size:16px;
  line-height:52px;
  text-align:center;
}
/* line 180, ../scss/button.scss */
.button-flat-primary:hover {
  background: #00b5e5;
}
.formError {
    background-color:#FFFFFF;
    border:1px solid #f00;
    color:#F00000;
    display:none;
    padding:5px;
    line-height:20px;
    text-align:center;
    width:92%;
}

/* Reset css*/
*{font-size:12px}
html{margin:0;padding:0}
body{background-color:#ededed;color:#b5b5b5;font-family:'Microsoft YaHei', 'SimSun', 'arial', 'sans-serif';font-size:12px;font-style:normal;margin:0;padding:0}
/*普通连接*/
a{color:#b5b5b5;cursor:pointer;text-decoration:none}
a:hover{color:#c1272d}
h1,h2,h3,h4,h5,h6,form,div,p,i,img,ul,li,ol,table,tr,td,dl,dt,dd,fieldset,label,legend{margin:0;padding:0}
ul li{list-style:none}
fieldset,img,table{border:none}
td{font-size:12px;line-height:180%}
form{margin:0px;padding:0px}
*:focus{outline:none}
.clear{clear:both}
.hide{display:block;overflow:hidden;text-indent:-999px;}