/*头部*/
.logo-box {
    width: 100%;
    border-bottom: solid 2px #E50113;
}

.logo-box > .logo {
    background-image: url("../img/login/logo_bg.png");
    width: 1200px;
    height: 130px;
    line-height:130px;
    padding-left: 30px;
    margin: 0 auto;
}

.logo-box > .logo > img {
    vertical-align: middle;
    height: 120px;
}

/*主体内容区*/
.lh-main-box{
    background-image: url("../img/login/login_bg.png");
    background-size: cover;
	background-repeat:no-repeat;
	background-position:bottom center;
    height: 540px;
    text-align: center;
    position: relative;
}

.lh-register-box{
    background-image: url("../img/login/register_bg.png");
    background-size: cover;
	background-repeat:no-repeat;
	background-position:bottom center;
    height: 540px;
    text-align: center;
    position: relative;
}
.lh-main{
	background-image: url("../img/index/reg_bg.gif");
    text-align: left;
    width: 480px;
    height: 400px;
    position: absolute;
    top: 80px;
    right: 100px;
    font-size: 14px;
	border-radius: 20px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);/*ie*/
        -moz-box-shadow: 2px 2px 10px #909090;/*firefox*/
        -webkit-box-shadow: 2px 2px 10px #909090;/*safari或chrome*/
        box-shadow:2px 2px 10px #909090;/*opera或ie9*/
}

.lh-tab-item{
    width: 100%;
    height: 80px;
}

.lh-tab-item > .tab-item{
    display: inline-block;
    width: 50%;
    height: 100%;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    color:#C7C7C7;
    border-bottom: solid 3px #C7C7C7;
    cursor: pointer;
}

.lh-tab-item > .tab-item.active{
    color: #E70D1D;
    border-bottom: solid 3px #E70D1D;
}

.lh-tab-content{
    margin-top: 20px;
}

.tab-content{
    display: none;
}

.show{
    display: block;
}

.lh-form > .form-title{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #333333;
    text-align: center;
	border-bottom: solid 3px #E70D1D;
	margin-bottom: 15px;
	
}

.lh-form > .form-item{
    margin-top: 5px;
    margin-bottom: 5px;
}

.lh-form > .form-item > label{
    width: 100px;
    display: inline-block;
    text-align: right;
}

.lh-form > .form-item > span.error{
    margin-left: 100px;
    display: none;
    color: #E70D1D;
    margin-bottom: 4px;
    font-size: 13px;
}

.lh-form > .form-item > a{
    display: inline-block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border: solid 2px #E70D1D;
    color: #ffffff;
    background: #E70D1D;
    transition-duration: 0.5s;
}

.lh-form > .form-item > a:hover{
    background: #ffffff;
    border: solid 2px #E70D1D;
    color: #E70D1D;
    transition-duration: 0.5s;
}

.lh-form > .form-item > img{
    vertical-align: middle;
    width: 120px;
    height: 34px;
    border: solid 2px #E70D1D;
}

.lh-form > .form-item > input[type=text],
.lh-form > .form-item > input[type=password]{
    width: 234px;
    height: 34px;
    line-height: 34px;
    border: solid 1px #E8E8E8;
    padding-left:5px ;
}

.lh-form > a{
    display: block;
    margin-left: 104px;
    width: 234px;
    margin-top:20px;
}
.lh-form > a.aBtn{
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    background: #E70D1D;
    text-decoration: none;
}

.lh-form > a.aLink{
    font-size: 12px;
}

.lh-form > .form-item > .btn-time{
    display: none;
    width: 120px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    border: solid 2px #E70D1D;
    color: #E70D1D;
    background: #ffffff;
    transition-duration: 0.5s;
}