/* CSS Document */

* {
    margin: 0;
    padding: 0
}

body {
    background: #367fa9 url(../images/inbg.png);
    font-size: 12px;
    font-family: "微软雅黑";
}

img {
    border: none;
}

ul,
li,
ol {
    list-style: none;
}

.da {
    width: 1200px;
    height: 800px;
    margin: 0 auto;
    /*background: url(../images/login_box_b5.png) repeat-x;*/
    position: relative;
}

.left {
    width: 275px;
    height: 342px;
    background: url(../images/login_box_b3.png) no-repeat;
    position: absolute;
    left: 248px;
    top: 174px;
}

.center {
    width: 333px;
    height: 440px;
    background: url(../images/login_box_b1.png) no-repeat;
    position: absolute;
    left: 515px;
    top: 74px;
}

.login_box {
    width: 270px;
    height: 40px;
    background: url(../images/login_box_b7.png) no-repeat;
    margin-left: 32px;
    margin-top: 171px;
}

.login_box input {
    width: 250px;
    height: 30px;
    margin-bottom: 12px;
    border: none;
    border-radius: 3px;
    background: #d3d3d3;
    padding: 5px 10px;
    font-family: "微软雅黑";
}

.login_box .verify input {
    width: 100px;
    height: 30px;
    line-height: 30px;
    vertical-align: center;
}

.login_box .verify img {
    height: 40px;
    width: 140px;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

.submit input {
    background: url(../images/login_box_b6.png) no-repeat;
    width: 100%;
    height: 50px;
    padding: 5px 9px;
    cursor: pointer;
    margin-top: 10px;
}

.right {
    width: 355px;
    height: 725px;
    background: url(../images/login_box_b2.png) no-repeat;
    position: absolute;
    left: 847px;
    top: 76px;
}

.bottom {
    width: 605px;
    height: 285px;
    background: url(../images/login_box_b4.png) no-repeat;
    position: absolute;
    left: 242px;
    top: 515px;
}

.footer {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 12px;
    background: #3d8bb9 url(../images/inbg.png);
    color: #85b7fc;
    position:fixed; 
    bottom:0px;
}

.footer a {
    color: #b0d1fe;
    text-decoration: none;
}

.reloadverify {
    color: #69C3FF;
}
