﻿html
{
	height:100%;
}
body
{
	height:100%;
}
*{
	padding:0;
	margin:0
	}
a {
	text-decoration:none;
	color:#3ea26e;
}
a:hover {
	color:#3ea26e;
	
}
input, button, select, textarea {
	outline:none
}
textarea {
	resize:none;
}
body {
	font-size:12px;
	color:#525252;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	height:100%;
	background:#f9f9f9;
}
input {
	font-size:12px;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;	
}
input:text
{
	border:1px solid #ccc;
}
input:password
{
	border:1px solid #ccc;
}
button {
	font-size:12px;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
}
select {
	font-size:12px;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
}
textarea {
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
}

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border:0;
}
ul,ol {
	list-style:none;
}
textarea {
	font-size:12px;
}


/*注册表单*/
.form_anniu {
	background-color: #f9af02;
	border: #b67f00 1px solid;
	width: 100px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	margin-left: 255px;
	margin-top: 10px;
	text-align: center;
	float: left;
	cursor:pointer;
}
.login_anniu{
	border-radius: 8px;
	margin-left:0px;
	}

#login {
    width: 800px;
    left: 50%;
    top: 50%;
    margin-top: -184px;
    height: 256px;
    position: absolute;
    margin-left: -400px;
}
.login-con {
	width: 950px;
	margin: 0 auto;

}
.login-logo {
	background: url(../img/login_logo.png) no-repeat;
	width: 360px;
	height: 240px;
	float: left;
}
.login-form {
	float: left;
	width: 350px;
	margin-left: 100px;
	display:inline;
}
.login-form_input {
	width: 320px;
	height: 50px;
	line-height: 50px;
	background-color: #f2f2f2;
	border: #ccc 1px solid;
	font-size: 14px;
	padding: 0 10px;
	margin-bottom:20px;
	float:left;
}
.login-form h1 {
	color: #333;
	font-size:24px;
}
.login_tips {
	width: 550px;
	color: #f00;
	float:left;
	position: relative;
	top:-20px; margin-bottom:-20px;

}
.login-link{ float:left; font-size:14px; margin-left:20px; display:inline; margin-top:25px; color:#000}
.login-link:hover{ color:#fff}


/*底部固定客服电话*/
.b-kf{ 
	width:500px;
	position: absolute;
	right:20%;
   bottom:0;
   font-size:18px;
   text-align:right;
   color:#fff
	
}