﻿body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,td,figure{margin:0;padding:0;}
body{font:12px  "微软雅黑"; word-wrap:break-word;}
a,u,s,del{color:#666;text-decoration:none;} 
fieldset ,a img,.bor0 {border:0;}
i,em,b{font-style:normal;font-weight:100;}
li{list-style:none;}
img{vertical-align:middle;}
table{border-collapse:collapse;}
input,textarea{outline:none;background-color:#fff;}
textarea{resize:none;}
mark{background:none;}
.ind2{text-indent:2em;} 
input{border:1px solid #e0e0e0;}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
body,html{
    width:100%;
    height: 100%;
}
.login-main{
    height:100%;
    width:100%;
    background:url("content/background.jpg") no-repeat center;
    position: relative;
    background-size:100% 100%;
}
.login-input-box{
    width:65%;
    height:110px;
    position: absolute;
    bottom:15%;
    left:0;
    right:0;
    margin: auto;
}
.login-back{
    width:100%;
    height:100%;
    background:#fff;
    opacity: 0.2;
    position: absolute;
    left:0;
    top:0;
}
.login-input-box-ul{
    overflow: hidden;
    position: absolute;
    width:100%;
}
.login-input-box-ul li{
    float: left;
    overflow: hidden;
    width:36%;
}
.login-input-box-ul li input{
    background:#fff;
    border:0;
    height:35px;
    width:80%;
    float:left;
    padding-left: 10px;
    font:14px/35px "微软雅黑";
    max-width: initial;
}
.input-icon{
    width:35px;
    height:35px;
    background: #fff;
    float:left;
    margin-right: 2px;
}
.input-icon1{
    background:#fff url("content/people.png") no-repeat center;
    background-size: 25px 25px;
}
.input-icon2{
    background:#fff url("content/lock.png") no-repeat center;
    background-size: 25px 25px;
}
.login-li-input{
    margin-top: 30px;
}
.login-li-input1{
    margin-left: 10%;
}
.login-input-box-ul .login-btn{
    float: right;
    color: #fff;
    width:18%;
    font:500 18px/110px "微软雅黑";
    text-align: center;
    cursor: pointer;
}
.login-remember{
    margin: 10px 0 0 10%;
    position: absolute;
    top:66px;
    cursor: pointer;
}
.login-remember span{
    color:#fff;
    float: left;
    margin-left: 10px;
    font-size: 13px;
}
.login-remember .login-check{
    width:13px;
    height:13px;
    background: #fff;
    float: left;
    position: relative;
    top:2px;
}
.login-remember .active {
    width: 13px;
    height: 13px;
    background: #fff url("content/check.png") no-repeat center;
    float: left;
    position: relative;
    top: 2px;
    background-size: 15px 15px;
}
.login-logo{
    width:350px;
    position: absolute;
    top:17%;
    left:0;
    right:0;
    margin: auto;
}
.login-bigtitle{
    font-size: 40px;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    top:46%;
}
.login-shorttitle{
    font-family: "华文细黑";
    font-size: 29px;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    top:57%;
}
.login-smalltitle{
    font-size: 14px;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    top:62%;
}

.download{
    width: 100px;
    position: absolute;
    bottom: 15%;
    right: 0;
}
.downloaditem{
    background:#fff;
    padding:5px;
    margin-bottom:5px;
}
.downloaditem img{
    width:100%;
}
.downloaditem p{
    text-align:center;
}