@charset "utf-8";
/* CSS document*/

html,body {
	height: 100%;
	background: #efefef;
	margin: 0;
	padding: 0;
}
.ls-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 460px;
	margin: 0 auto;
	padding-bottom: 102px;
}
.ls-content {
    background: #fff;
    border-top:3px solid #534795;
    box-shadow:5px 5px 15px 5px #dedede;
    padding: 25px 40px 40px 40px;
    margin-bottom: 20px;
}
.ls-footer {
	position: relative;
	width:100%;
	background: #efefef;	
	border-top:1px solid #dedede;
	margin-top: -82px;/*等于footer的高度*/
	height: 82px;
	clear:both;
	text-align:center;
    font-size: 12px;
    color:#666666;
}
.ls-footer ul {
    padding-top:20px;
    padding-bottom: 5px;
}
.ls-footer ul li {
    display: inline-block;
    color:#666666;
}
.ls-footer ul li a {
   color:#666666;
}
.ls-footer ul li a:hover {
    color:#483882;
}
.ls-footer ul li span {
    padding:0 10px;
}
/*==========其他div==========*/
.ls-header {
	margin: 0 auto;
    padding: 35px 0;
}
.ls-logo {
	position: relative;
	width: 230px;
	height: 78px;
	margin: 0 auto;
	display: block;
	text-indent: -9999em;
}
.ls-logo:before {
	position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 230px;
	height: 78px;
    background: url(../images/ls-logo.png) 0px 0px no-repeat;
    z-index: 1;
}
.ls-entLogo {
	position: relative;
	width: 230px;
	height: 78px;
	margin: 0 auto;
	display: block;
	text-indent: -9999em;
}
.ls-entLogo:before {
	position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    width: 230px;
	height: 78px;
    background: url(../images/ent_login_logo.png) 0px 0px no-repeat;
    z-index: 1;
}
.ls-content .hd {
	display: block;
	font-size: 22px;
	text-align: center;
	padding-bottom: 30px;
}
.ls-content > form > .form-group {
	height: 98px;
	margin-bottom: 0px;
	position: relative;
}
.ls-content > form > .form-group > label {
	margin-bottom: 15px;
}
.ls-content > form > .form-group > .form-control {
	padding-left: 38px;
}
.ls-content .bd {
	text-align: center;
	padding-top: 20px;
	line-height: 24px;
}
.ls-content  .otherways-link {
	color: #e93b39;
}
.ls-content .form-group > .icon-user,
.ls-content .form-group > .icon-confirm-lock,
.ls-content .form-group > .icon-lock,
.ls-content .form-group > .icon-mail,
.ls-content .form-group > .icon-mobile {
	position: absolute;
	left: 10px;
	top: 44px;
	font-size: 20px;
}
.ls-content .error-tip {
	width: 100%;
	height: 38px;
	padding-bottom: 10px;
	line-height: 28px;
	color: #e93b39;
	font-size: 14px;
}
.ls-content .verification-box {
	width: 100%;
}
.ls-content .verification-box .form-control {
	width: 140px;
	float: left;
}
.ls-content .verification-box .verification-auto {
	float: left;
	width: 96px;
	height: 38px;
	margin-left: 20px;
	overflow: hidden;
}
.ls-content .form-group em.error {
	display: block;
	clear: both;
	padding-top: 2px;
	color: #e93b39;
	font-style: normal;
	line-height: 20px;
	font-size: 12px;
}
/*forget-password*/
.forget-password-container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 840px;
	margin: 0 auto;
	padding-bottom: 102px;
}
.forget-password-step {
	width: 640px;
	height: 80px;
	margin: 0 auto;
	border-radius: 4px;
	position: relative;
}
.forget-password-step:before {
	content: '';
	width: 100%;
	height: 4px;
	background: #ddd;
	border-radius: 4px;
	position: absolute;
	left: 0px;
	top:20px;
}
.forget-password-step > ul > li {
	width: 160px;
	float: left;
	text-align: center;
	position: relative;
	z-index: 2;
}
.forget-password-step > ul > li .heading {
	width: 24px;
	height: 24px;
	margin-top: 10px;
	display: inline-block;
	background: #ddd;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 24px;
	position: relative;
	z-index: 19;
}
.forget-password-step > ul > li:before {
	content: '';
	width: 100%;
	height: 4px;
	background: #ddd;
	position: absolute;
	left: 0px;
	top: 20px;
}
.forget-password-step > ul > li p {
	line-height: 20px;
	padding-top: 10px;
}
.forget-password-step > ul > .active .heading {
	background: #4fbd48;
}
.forget-password-step > ul > .active:before {
	background: #4fbd48;
}
.forget-password-step > ul > .done .heading {
	background: #caecb6;
}
.forget-password-step > ul > .done:before {
	background: #caecb6;
}
.forget-password-form {
	width: 500px;
	margin: 0 auto;
	padding-top: 40px;
}
@media (min-width: 768px){
	.forget-password-form .form-inline .form-group {
	    display: block;
	    margin-bottom: 0; 
	    vertical-align: middle; 
	}
	.forget-password-form  .form-inline .form-control {
	    display: inline-block;
	    width: 100%;
	    vertical-align: middle;
	}
	.forget-password-form  .form-inline .control-label {
	    margin-bottom: 0;
	    vertical-align: middle;
	    padding-top: 9px;
	    text-align: right;
	}
	.forget-password-form  .form-inline .verification-box .form-control {
		width: auto;
	}
}
.forget-password-form .form-group {
	height: 64px;
}
.forget-password-form .verification-box {
	float: left;
	width: auto;
	padding-left: 15px;
}
.forget-password-form .submit {
	width: 100px;
}

.forget-password-form .success{
	padding-bottom: 30px;
	height: 90px;
	text-align: center;
}
.forget-password-form .success .icon-checkmark {
	font-size: 50px;
	color: #4fbd48;
}
.forget-password-form .success span {
	display: inline-block;
	padding: 0 10px;
	line-height: 60px;
	vertical-align: middle;
}
.forget-password-form .success a {
	padding-left: 10px;
	color: #e93b39;
}
.forget-password-form .verification-box .sendcode {
	padding:8px 12px;
}
.constructing-wrapper {
	display: block;
	text-align: center;
}
.constructing-wrapper h1 {
	font-size: 32px;
	padding-bottom: 20px;
}
.constructing-wrapper h1 span {
	font-size: 30px;
}
.constructing-wrapper h1 a {
	margin-left: 20px;
}
.constructing-bg {
	width: 734px;
	height: 444px;
	margin-left: -136px;
	background: url(../images/constructing-bg.png);
}































