html,body{
    margin: 0;
    padding: 0;
    height:100%;
}
h2,dd,input,img,div{
    margin:0;
    padding:0;
}
input{
    outline: 0;
}
img{
    border: 0;
}
body{
    font-size: 14px;
    font-family: Microsoft YaHei,Hiragino Sans GB;
}
.login{
    background: #181c1f url("../images/bg_login.jpg") no-repeat top center;
    background-size: cover;
    height:100%;
}
.login-topbar{
    height: 60px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.login-body{
    padding: 74px 0 118px;
    text-align: center;
}
.login-body-box{
    width: 990px;
    margin: auto;
    position: relative;
    height: 388px;
}
.tp-login-box{
    width: 380px;
    padding-top: 22px;
    border: none;
    margin:0 auto;
    /*position: absolute;*/
    /*right: 0;*/
    background-color: #fff;
}
.tp{
    width: 330px;
    margin: 0 auto;
    min-height: 340px;
}
#login-wrap{
    position: relative;
}
#login-wrap .title{
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    color: #909090;
    margin-bottom: 24px;
}
#login-wrap .title span{
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    color: #ccc;
    margin-left: 12px;
}
.form{
    width:100%;
}
.fm-field {
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
}
.fm-label {
    display: none;
}
.fm-text{
    width:100%;
    background: #FFF;
    border: 1px solid #D7D8D9;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    outline: 0;
    box-shadow: none;
    vertical-align: middle;
}
.fm-field img{
    vertical-align: middle;
    margin-left:15px;
}
.fm-text:focus, .fm-text:hover {
    border-color: #00C1DE;
}
.fm-submit{
    width: 100%;
    margin-bottom:30px;
}
.fm-submit:nth-child(odd){
   margin-right:33px;
}
.fm-button{
    background: #00C1DE;
    border-color: #00C1DE;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 0;
    font-size: 14px;
    font-family: Microsoft YaHei,Hiragino Sans GB;
    color:#fff;
    text-align: center;
    border-radius: 0;
    box-shadow: 0 1px 1px #ebe7e6;
    cursor: pointer;
}
.fm-button:hover{
    background: #00b7d3;
}
#login-error {
    display: block;
    background: #FEEEEB;
    border: 1px solid #F15532;
    color: #F15533;
    margin-bottom: 16px;
    line-height: 24px;
    box-sizing: border-box;
    font-size: 14px;
    padding: 5px 12px 5px 32px;
}
.footer{
    position: fixed;
    bottom: 0;
    background-color: #373d41;
    width: 100%;
    text-align: center;
    /*text-align: center;*/
    /*color: #73777a;*/
}
.warp_ap {
    width: 565px;
    height: 126px;
    margin: 0 auto;
    font-size: 12px;
    color: #9b9ea0;
    margin-top:30px;
}
.sl {
    /*width: 33%;*/
    float: left;
    /*margin-left: 42px;*/
    /*margin-right: -54px;*/
    /*margin-top:30px;*/
    margin-right:68px;
}
.sl:last-child{
    margin-right:0;
}
.ewm {
    /*border: 1px solid #ececec;*/
    width: 80px;
    padding: 1px;
    float: left;
}
.warp_a {
    margin: 8px -3px;
}
.download-pc {
    border: 1px solid #666;
    width: 100px;
    padding: 6px 6px 6px;
    float: left;
    font-size: 12px;
}
.download-btn {
    display: block;
    border-radius: 3px;
    height: 30px;
    background: url("../images/pcdownload.png") no-repeat left center #3f8ce6;
    text-align: center;
    padding: 6px 0 6px 10px;
    color: #fff;
    text-decoration: none;
}
.download-pc > ul, .download-pc > li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #999;
    padding: 3px;
    text-align: left;
}
.other{
    text-align: left;
    margin-bottom:10px;
    font-size: 13px;
}
.copyright{
    color:#666;
    width:auto;
    margin-bottom:20px;
}