*{
    padding: 0;
    margin: 0;
}

button{
    cursor: pointer;
}
img{
    cursor: pointer;
}



.header{
    margin-top: 30px;
    overflow: hidden;
}
.header a{
    width:215px;
    height:68px;
    float: left;
    margin-right: 25px;
}
.welcome{
    width:100px;
    float: left;
    font:24px/68px "微软雅黑";
}
.login-tab{
    width:308px;
    height:304px;
    border:1px solid #999;
    margin-left: 850px;
    margin-top: 80px;
    padding:26px 20px 28px 20px;
    background-color: white;
}
.title{
    overflow: hidden;
}
.title .title-l{
    float: left;
    font-size:20px;
    font-family: "微软雅黑";
}
.title .title-r{
    float: right;
    width:60px;
    font:14px/20px "微软雅黑";
    background:url(/images/register.png) no-repeat left center;
    color:#f40;
    padding-left: 20px;
}

.title .title-r:hover{
    color: #F52B00;
    text-decoration:underline;
}

.title a{
    color: #FF8300;
}
.email,.pwd{
    width:308px;
    height:38px;
    border:1px solid #999;
    margin-top: 33px;

}
.email:hover{
    border: 1px solid #3ba3e4;
}
.pwd:hover{
    border: 1px solid #3ba3e4;
}


.left-type{
    width:39px;
    height:38px;
    border-right: 1px solid #999;
    float: left;
    background:#F5F5F5;
}

.left-type-user-name{
    width:39px;
    height:38px;
    border-right: 1px solid #999;
    float: left;
    background:url(/images/person.png) no-repeat left center;
}

.left-type-password{
    width:39px;
    height:38px;
    border-right: 1px solid #999;
    float: left;
    background:url(/images/lock.png) no-repeat left center;
}

.left-type-user-name:hover{
    border-right: 1px solid #3ba3e4;
}

.left-type-password:hover{
    border-right: 1px solid #3ba3e4;
}


.right-type{
    width:258px;
    height:38px;
    border:0;
    float: left;
    padding:0;
    margin: 0;
    outline: none;
    color:#999;
    padding-left: 10px;
}

.right-type:hover{

}




.autosign{
    margin-top:20px;
}
.autosign input{
    margin-right: 10px;
    height: 12px;
    font-size: 12px;
    padding-top: 5px;

}
.autosign a{
    margin-left: 60px;
    color:#FF8300;
}

.autosign a:hover{
    color: #F52B00;
    text-decoration:underline;
}

.login-btn{
    width:310px;
    height:35px;
    line-height: 35px;
    border: 0;
    outline: none;
    padding:0;
    margin:0;
    margin-top: 20px;
    color: white;
    font: bold 16px 微软雅黑;
    background-color: #FF8300;
    border-radius: 3px;
}

.login-btn:hover{
    background-color: #FF8300;
}

.login-btn:active{
    line-height: 20px;
    background-color:#ff6300;
}


.cooperate{
    margin-top: 25px;
}
.cooperate span{
    float: left;
    margin-right: 10px;
    color:#9A9BA6;
}
.cooperate a{
    float: left;
    margin-right: 6px;
}
.login-back{
    background-image: url('/images/djt-background.png');
    background-repeat: no-repeat;
    /*background-position: 0 110px;*/
    background-position: center;
    background-position-y: 130px;
    height: 600px;
}
