/*登陆页面样式 17/01/18 by xiongmao*/
html{
    width:100%;
    height:100%;
    overflow: hidden;
}
body{
    margin:0;
    width:100%;
    height:100%;
    font-family: "ź", Arial, sans-serif;
}
img{
    width:100%;
    height:100%;
}
h1,h2,h3,p{
    margin:0;
}
a{
    text-decoration: none;
}
.clearfix:after{
    content:"";
    display:inline-block;
    clear: both;
}
.lg-container{
    width:100%;
    height:100%;
}

.six-square{
    position: absolute;
    top:-25px;
    left:0;
    width:95%;
}
.beian{
    color:#333;
    text-decoration: none;
}
.lg-left .lg-copyright{
    position: absolute;
    right:0;
    bottom:0;
    width:100%;
    height:80px;
    font-size: 14px;
    line-height:80px;
    color: #333;
    text-align: right;
}
.lg-right{
    float: left;
    width:50%;
    height:100%;
}


.lg-ws{
    margin:0;
    height:65px;
    line-height:65px;
    font-size:40px;
    color:rgb(255,184,72);
}

.form-tit{
    font-size: 20px;
    height:40px;
    color:#fff;
    margin-bottom: 16px;
}

#lg-user{
    width:280px;
    height:46px;
    line-height:46px;
    text-indent: 46px;
    font-size: 16px;
    margin-bottom:26px;
}
.usericon{
    position: absolute;
    color:grey;
    margin:0 16px;
    line-height:46px;
}
.userpwd{
    position: absolute;
    line-height:46px;
    margin:0 16px;
    color:gray;
}
#lg-pwd{
    height:46px;
    line-height:46px;
    font-size: 16px;
    margin-bottom: 16px;
}
#sign{
    display: inline-block;
    border:1px solid #49a6f4;
    width: 100%;
    height:46px;
    line-height:46px;
    border-radius: 4px;
    font-size: 18px;
    color:#fff;
    margin-top:16px;
    background-color:#49a6f4;
}
#sign:hover{
    -moz-box-shadow: 0 0 6px #49a6f4;
    box-shadow: 0 0 6px #49a6f4;
}

.lg-erroruser{
	display:block;
	width: 100%;
	min-height: 18px;
	text-align:center;
    font-size: 16px;
    color: #0090ff !important;
}
.lg-tip{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:5%;
    width:100%;
    color:#eee;
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.lg-tip p{
    height:40px;
}

.lg-tipitem{
    list-style:none;
    padding:0;
}
.lg-tipitem li{
    line-height:1.4rem;
    font-size:.9rem;
    color:#eee;
}
.lg-tipitem a{
	color:#fff;
	text-decoration:underline;
	margin: 0 4px;
}
.lg-tipitem .icon{
    /*color:#b1b6ba;*/
    margin-right:6px;
}