body{
    margin: 0;
    padding: 0;
    background: url("../images/body_bg.jpg") no-repeat top center;
}
input:focus{
    border: 1px solid transparent;
}
.content{
    width:618px;
    height: 450px;
    position: absolute;
    left: 50%;
    margin-right: -309px;
    top: 50%;
    margin-top: -225px;
}
.logo img{
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
}
.lode{
    width: 618px;
    background: url("../images/dl_bg_03.png");
	background-size: 100% 100%;
    padding: 19px 0;
}
.lode_child1{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: white;
}
.lode_child2,.lode_child3{
    width: 240px;
    height: 43px;
    background: url("../images/inp_bg.png");
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 16px;
    border: 1px solid #3b3b3b;
    font-size: 14px;
}
.lode_child3{
    margin-top: 10px;
}
.lode_child2 img{
    display: block;
    float: left;
    margin-top: 13px;
}
.lode_child2 input{
    width: 190px;
    height: 41px;
    background: transparent !important; 
    border: none;
    margin-left: 16px;
    font-size: 14px;
    color: #fff;
}
.lode_child3 img{
    display: block;
    float: left;
    margin-top: 13px;
}
.lode_child3 input{
    background: transparent;
    border: none;
    font-size: 14px;
    margin-left: 16px;
    width: 190px;
    height: 41px;
     color: #fff;
}
.lode_child4,.lode_child5{
    width: 240px;
    height: 30px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 12px;
}
.lode_child4 input{
    width: 138px;
    height: 28px;
    background: url("../images/yzm_bg.png");
    border: 1px solid #3b3b3b;
    font-size: 14px;
    text-align: center;
    float: left;
    color: #fff;
}
.lode_child4 img{
    float: right;
}
.lode_child5{
    margin-top: 13px;
}
.lode_child5 input{
    float: left;
}
.lode_child5 span{
    float: left;
    color: #fff;
    margin-top: 1px;
}
.lode_child5 a{
    float: right;
    color: #ffffff;
    margin-top: 1px;
}
.lode_child6{
    width: 240px;
    margin: 0 auto;
}
.lode_child6 input{
    width: 240px;
    height: 40px;
    border-radius: 3px;
    border:none;
    background: url("../images/button.png");
}
#js{
    width: 240px;
    background: none;
    border: none;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin: 0 auto;
    margin-top: 11px;
}
#js a{
    color: #fff;
}
