html, body {
    height:100%;
}
.loginWrap{
    position: relative;
    height:100%;
}
.loginbg{
    position: fixed;
    width: 100%;
    height: 100%;
}
.login-mask{
    width: 100%;
    height: 100%;
    background: url(../images/login-bg.jpg) repeat;
    background-size: 100% 100%;
}
.tempWrap {
    height:100%;
}
.js-silder {
    position: relative;
width: 100%;
height:100%;
}
.silder-main{
    position: relative;
width: 100%;
overflow: hidden;
height:100%;
}
.on {
    z-index:100;
}
.mask1 {
     background: url(../images/login-mask1.jpg) repeat;
}
.mask2 {
     background: url(../images/login-mask2.jpg) repeat;
}
.mask3 {
     background: url(../images/login-mask3.jpg) repeat;
}
.mask4 {
     background: url(../images/login-mask4.jpg) repeat;
}
.mask5 {
     background: url(../images/login-mask5.jpg) repeat;
}
.mask6 {
     background: url(../images/login-mask6.jpg) repeat;
}
.mask7 {
     background: url(../images/login-mask7.jpg) repeat;
}
.mask8 {
     background: url(../images/login-mask8.jpg) repeat;
}
.mask9 {
     background: url(../images/login-mask9.jpg) repeat;
}
.mask10 {
     background: url(../images/login-mask10.jpg) repeat;
}

.login-main{
    position: fixed;
    z-index:10000;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 417px;
}
.login-main h1{
    text-align: center;
    margin-bottom: 30px;
}
.login-main h1 img{
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -3px;
}
.iptBtn{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: url(../images/ipt-bg.png) repeat;
    border-radius: 4px;
    margin-bottom: 20px;
}
.iptBtn em{
    width: 60px;
    text-align: center;
    background: url(../images/ipt-bd.png) no-repeat right 0px;
}
.iptBtn input{
    padding: 0 20px;
    width: 350px;
    height:100%;
    outline: none;
}
.iptBtn input::-webkit-input-placeholder { /* WebKit browsers */  
    color: #fff;  
    opacity: 1;
}  
.iptBtn input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
    color: #fff;  
    opacity: 1;
}  
.iptBtn input::-moz-placeholder { /* Mozilla Firefox 19+ */  
    color: #fff;  
    opacity: 1;
}  
.iptBtn input:-ms-input-placeholder { /* Internet Explorer 10+ */  
    color: #fff;  
    opacity: 1;
} 
.iptPsd{
    color: #fff;
    font-size: 12px;
}
.iptPsd input{
    vertical-align: middle;
    margin: -2px 8px 0 0;
} 
.login-btn{
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #d8b411;
    font-size: 18px;
    border-radius: 4px;
    margin-top: 34px;
}