﻿@charset "utf-8";
body{
  background-color: #f4f4f4
}
.header{
	border-bottom: 3px solid #0881d5;
}
.header .HSmessage{
	float: right;
	height: 60px;
	line-height: 60px;
	color: #8e8a8a;
	font-size: 14px;
}
.Login{
	width: 1100px;
	margin: 0 auto;
}
.Login .LoginTop{
	width: 100%;
	height: 60px;
	position: relative;
}
.LoginTop a{
	line-height: 60px;
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
.LoginTop a.register{
	position: absolute;
	right: 260px;
}
.LoginTop a.login{
	position: absolute;
	right: 100px;
}
.Login .LoginMain{
	width: 100%;
	min-height: 530px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	position: relative;
	padding: 30px 30px;
}
.LoginMain .SMtop{
	position: absolute;
	right: 316px;
	top: -22px;
	width: 35px;
	height: 35px;
}
.LoginMain .LoginLeft{
	width: 50%;
	height: 100%;
	float: left;
}
.LoginMain .LoginRight{
	width: 50%;
	height: 100%;
	float: left;
}
.LoginRight .HSinput{
	width: 70%;
	margin: 0 auto;
	margin-top: 70px;
}
.LoginRight input{
	margin-top: 25px;
	font-size: 16px; 
	display: block;
	width: 100%;
	border: 1px solid #d2d2d2;
    padding: 0.6em;
    box-sizing: border-box !important;
    color: #333;
    line-height: 1.5em;
}
.LoginRight input.yanzhengma{
	width: 67%;float: left;
}
.HSinput a.getnumber{
	width: 30%;height: 42px;
	line-height: 42px;
	border: 1px solid #76BCF5;
	background: #f2f5f7;
	border-radius: 3px;
	font-size: 14px;
	color: #3984E6;
	text-align: center;
	float: right;
	margin-top: 25px;
}
.HSinput .login,.HSinput .Next{
	width: 100%;
	height: 45px;
	border: 0 none;
	background: #2f82bc;
	font-size: 16px;
	color: #FFF;
    cursor: pointer;
    text-shadow: 1px 1px 1px #f7663f;
    outline: 0;border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;margin-top: 25px;
}

.HSinput .login:hover{
	background: #0a7ac6;
}
.HSinput .Next:hover{
	background: #0a7ac6;
}
.HSinput p{
	margin-top: 10px;
}

.HSinput p a{
	color: #555252;font-size: 14px;
}
