body {
    font-family: 'Microsoft Yahei', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6c6c6c;
    -webkit-text-size-adjust: none;
}
body, dd, dl, dt, form, h1, h2, h3, h4, input, li, ol, p, ul {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    font-weight: 400;
}
* {
    box-sizing: border-box;
}
img {
    vertical-align: middle;
}
a {
    text-decoration: none;
}
html, body {
    height: 100%;
    width: 100%;
}
body {
   
    background-size: cover;
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../Public>/img/8.jpg', sizingMethod='scale')";
    position: relative;
    line-height: normal;
    padding: 0;
    margin: 0;
}
.header {
    height: 106px;
    overflow: hidden;
    background: #fff;
}
.inner {
    max-width: 1180px;
    text-align: left;
    position: relative;
}
.logo{
    margin-left: 70px;
    float: left;
    width: 500px;
}
.site-title {
    width: 100%;
    height: 58px;
    overflow: hidden;
    line-height: 35px;
    margin-top: 22px
}
.site-title img {
    width: 150px;
    height: 58px;
    float: left;
}
.txt-hidden {
    float: left;
    height: 48px;
    line-height: 29px;
    border-left: 1px solid #999;
    padding-left: 12px;
    margin-top: 3px;
    margin-left: 12px;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    max-width: 300px;
}
.center{
    background-image: url("../../Public/img/8.jpg");
    background-size: 100% 600px;
    position: relative;
    width: 100%;
    height: 600px;
}
#login {
    width: 421px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    position: absolute;
    right: 220px;
    top: -56px;
    height: 348px;
}
.main{
    float: right;
}
.login-tabs .login-tab {
    display: inline-block;
    width: 207px;
    text-align: center;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    cursor: pointer;
}
.unactive {
    border-left: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    background: #f5f5f5;
}
.form-error{
	display:none;
	color:#666;
	border: 1px solid #f6c8b5;
    background: #fceee8;
	width:250px;
	margin:0 auto;
	text-align:left;
	height:30px;
	line-height:30px;
}
.icon-error {
	margin:8px 10px 0 10px;
	float:left;
	
	display:inline-block;
    width: 14px;
    height: 14px;
    background-position: -30px -34px;
}
.icon-notice {
    background-image: url(../img/error.png);
}
.lh-form-login {
   padding-top: 15px;
}
.login-wrapper{
    display: none;
    width: 100%;
    /*height: 383px;*/
    border-radius:3px; 
}
.active{
    display: block;
}
.lh-form-title {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 80px;
    margin-bottom: 20px;
    margin:0 auto;
    position: relative;
}
.lh-form-title .errorTip{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    font-size: 14px;
    line-height: normal;
    color: red;
    display: none;
}
.lh-form-item {
    display: table;
    margin: 25px auto;
}
.lh-form-item span {
    background: #ccc;
    display: table-cell;
    width: 35px;
    border: 1px solid #0078d7;
    border-right: 0;
    vertical-align: middle;
    text-align: center;
    border-radius: 5px 0 0 5px;
}
.lh-form-item input {
    width: 250px;
    height: 35px;
    text-indent: 5px;
    line-height: 35px;
    border: 1px solid #0078d7;
    color: #333;
    display: table-cell;
    padding: 0;
    border-radius: 0 5px 5px 0;
}

.lh-btn-wrap {
    text-align: center;
    padding-top: 30px;
}
.btnSign{
    display: inline-block;
    width: 120px;
    height: 35px;
    background: #EE6A55;
    line-height: 35px;
    border-radius: 8px;
    border: 0;
    color: #fff;
    font-size: 18px;
    /*letter-spacing: 5px;*/
    margin-bottom:6px;
    margin-left: 4px;
    cursor: pointer; 
}
.reg-list {
    width: 300px;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
    margin: 0 auto;
}
.f-label-b {
    display: block;
    padding-left: 5px;
}
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #3f3f3f;
}
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #3f3f3f;
}
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #3f3f3f;
}
:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #3f3f3f;
}
.no{
    border: 1px solid red !important;
}

/*footer*/
.footer {
    padding: 50px 0 70px;
    text-align: center;
    background: #fff;
}
@media(max-width: 768px){
  .footer{
    padding: 0px 10px;
  }  
}
.footer a {
    color: #666;
    text-decoration: none;
    transition: color .218s ease
}
.footer a:hover {
    color: #03a9f4
}
.footer .nav ul {
    display: block;
    width: 840px;
    margin: 50px auto 0
}
.footer .icos {
    background: url(../images/icos.png) no-repeat
}
.footer .nav {
    margin-bottom: 35px
}
.footer .nav a {
    margin: 0 25px
}
.footer p {
    line-height: 24px;
    font-size: 12px;
    color: #999
}
.footer .focus {
    padding: 40px 0
}
.footer .focus .weixin, .footer .focus .icos, .footer .focus img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 35px
}
.footer .focus .weixin .icos {
    margin: 0;
    height: 32px;
    line-height: 32px;
    padding-left: 30px;
    background-position: 0 -33px
}
.footer .focus a {
    height: 32px;
    margin: 0 20px;
    padding: 0 22px 0 45px;
    background-color: #e7e7e7;
    background-position: 14px 7px;
    border-radius: 30px;
    line-height: 32px;
    transition: background 218ms ease
}
.footer .focus a:hover {
    color: #666;
    background-color: #d7d7d7
}

/*find-pass*/
#find-header {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
}


@media(max-width: 768px){
    .center{
        height: 400px;
        background-image: none;
    }
    #login{
        position: initial;
        width: 100%;
    }
    .login-tabs .login-tab{
        width: 49%;
    }
    .logo {
     margin-left:0px; 
    float: left;
     width: 100%; 
    }
    .footer .nav a {
    margin: 0 15px;
    }
    .header{
        height: 80px;
    }
    .site-title{
    margin-top: 10px; 
    }
    .site-title img{
    width: 100px;
    height: 45px;    
    }
    .txt-hidden{
        height: 40px;
    }
}