html,body{
		background: #FFF;
}
.login-head{
	height: 110px;
	overflow: hidden;
	width: 100%;
	box-shadow: 0 3px 9px #dedede;
}
.login-logo-box {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    margin: 28px 0;
}
.login-logo{
	background: url(./imgs/logo/logo.png) left center no-repeat;
	background-size: contain;
	width: 200px;
	height: 55px;
	float: left;
}
.login-logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.login-tip{
	float: left;
	color: #d82b31;
	margin: 0 0 0 25px;
	font-size: 24px;
}
.login-go-login{
	font-size: 16px;
	margin: 55px 0 0 0;
}
.login-go-login span{
	color: #979797;
	
}
.login-go-login a{
	color: #0069d2;
}
.login-center{
	width:100%;
	background: url(./imgs/register/rgister-bg.jpg) top center no-repeat;
	background-size: 100% auto;
	margin: 20px auto 0;
	overflow: hidden;
}
.login-from-box {
    height: 400px;
    width: 410px;
    margin: 75px auto 100px;
    border: 1px solid #dadada;
    background: #FFF;
    box-shadow: 0px 8px 9px #d2d2d2;
}
.login-from-group-box {
    width: 340px;
    margin: 45px auto 20px;
    height: 200px;
}
.login-from-group-box:after{
	content: "";
	display: block;
	clear: both;
}
.login-from-group {
	position: relative;
	height: 45px;
	margin: 0 auto 25px;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
}
.login-from-group i{
	margin: 7px auto;
}
.login-from-group input{
	display: block;
	border: 0;
	width: 305px;
	height: 45px;
	padding: 0;
	margin: 0;
	float: left;
	text-indent: 5px;
	caret-color: #222;
}
.login-from-group-left {
    position: relative;
}
.login-from-group-left-margin{
	margin: 0 auto 25px;
}
.login-from-group-left .login-from-group{
	float: left;
	margin: 0 auto 0;
}
.login-from-group-left input{
	width: 180px;
	border-radius: 3px;
}
.get-code {
    width: 110px;
    background: #cfcfcf;
    color: #989898;
    font-size: 12px;
    text-align: center;
    float: right;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    cursor: pointer;
}
.get-code-yes {
    width: 110px;
    background: #ffebec;
    color: #e3282f;
    font-size: 12px;
    text-align: center;
    float: right;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    border: 1px solid #fd8285;
}
.get-code img{
	width: 100%;
	height: 100%;
}
.forget-password {
    text-align: center;
    font-size: 14px;
    color: #979797;
    margin: 16px auto 0;
}
.forget-password  a{
	color: #0069d2;
}
.check-err{
	border: 1px solid #d7272a;
}
.from-tip {
    position: absolute;
    bottom: -20px;
    font-size: 12px;
    color: #d7272a;
    left: 0;
}
.reading-materials {
    width: 340px;
    margin: 0 auto;
    font-size: 14px;
    overflow: hidden;
}
.reading-materials input{
	width: 18px;
	height: 18px;
	border: 1px solid #e7e6e5;
	margin: 2px 5px 0 0;
	display: block;
	float: left;
}
.reading-materials span {
    display: block;
    float: left;
    margin: 1px 0 0;
}
.reading-materials span label{
	color:#222;
}
.reading-materials span a{
	color:#026acb;
}
.login-btn {
    width: 340px;
    height: 45px;
    text-align: center;
    color: #FFF;
    background: #d7272a;
    line-height: 45px;
    margin: 30px auto 0;
    border-radius: 3px;
    cursor: pointer;
}
.icon-left{
	float: left;
}
.icon-postion {
	position: absolute;
	right: 0;
}
.icon-32{
	width: 32px;
	height: 32px;
	margin: 0 auto;
}
.icon-user{
	background: url(./imgs/register/register-icon.png) -57px -112px no-repeat;
}
.icon-phone{
	background: url(./imgs/register/register-icon.png) -133px -112px no-repeat;
}
.icon-password{
	background:url(./imgs/register/register-icon.png) -210px -112px no-repeat;
}
.icon-message{
	background: url(./imgs/register/register-icon.png) -284px -112px no-repeat;
}
.icon-err{
	background: url(./imgs/register/register-icon.png) -163px -62px no-repeat;
}
.icon-yes{
	background: url(./imgs/register/register-icon.png) -211px -62px no-repeat;
	right: -30px;
}
