* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url('../images/bg.png');
    background-position: top center;
    font-family: "微软雅黑";
    background-attachment: fixed;
    background-size: 100% 100%;
}

img {
    border: 0;
}

ul li {
    list-style: none;
}

.cont {
    width: 790px;
    margin: 0 auto;
    float: center;
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -270px;
    Z-index: 2;
    overflow: hidden;
    /*box-shadow:4px 4px 10px #004e67;*/
}

.title {
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: white;
    font-size: 40px;
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    text-shadow: 0 5px 5px #333;
    font-style: italic;
    margin-bottom: 30px;
    letter-spacing: 3px;
}

.loginPanel {
    margin-top: 20px;
    width: 746px;
    height: 399px;
    background-image: url('../images/contbg.png');
    margin: 0 auto;
}

    .loginPanel h1 {
        color: #2e81d7;
        font-size: 20px;
        padding: 30px 0 7px 70px;
    }

        .loginPanel h1 span {
            font-size: 14px;
        }

    .loginPanel ul {
        margin-left: 70px;
        margin-top: 10px;
    }

.btnPanel {
    overflow: hidden;
}

.inputPanel li {
    margin-bottom: 12px;
    overflow: hidden;
}

    .inputPanel li .iptborder {
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        width: 288px;
        height: 36px;
    }

    .inputPanel li input {
        width: 247px;
        height: 36px;
        line-height: 36px;
        margin-left: 40px;
        border: none;
        border-left: 1px solid #e5e5e5;
        color: #333;
        font-size: 14px;
        text-indent: 10px;
        background-color: #fff;
        float: left;
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

.search {
    background-color: #fff;
    height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    width: 290px;
}

#TestReportNo {
    height: 95%;
    border: none;
    text-indent: 14px;
    width: 235px;
    color: #b2b2b2;
    outline: none;
}

#btnSelect {
    height: 100%;
    border: none;
    background-color: #fff;
    width: 55px;
    color: #0f7df6;
    float: right;
    border-left: 1px solid #e5e5e5;
    outline: none;
    cursor: pointer;
    font-size: 13px;
}

    #btnSelect:hover {
        font-size: 14px;
    }




.fujian {
    margin: 10px 0 0 70px;
}

    .fujian p {
        margin: 2px 0;
    }

    .fujian a {
        font-size: 14px;
        text-decoration: none;
    }

.inputPanel li #yanzheng {
    width: 137px;
}

.inputPanel li #getcode {
    display: block;
    background-color: #a6937c;
    width: 100px;
    height: 40px;
    float: left;
    margin-left: 10px;
}

.btnPanel li {
    float: left;
}

    .btnPanel li input {
        height: 40px;
        width: 120px;
        text-align: center;
        line-height: 40px;
        color: #FFF;
        font-size: 18px;
        border: 0 none;
        cursor: pointer;
    }

#btnSubmit {
    background-color: #0f7df6;
    width: 288px;
    height: 38px;
    border-radius: 4px;
    font-size: 14px;
}

    #btnSubmit:hover {
        font-size: 15px;
        background-color: #3290f8;
    }

#btnReset {
    background-color: #a13a3a;
    margin-left: 20px;
}

.foot {
    position: fixed;
    bottom: 20px;
    text-align: center;
    color: #999999;
    font-size: 14px;
    width: 100%;
}
.add {
    margin: 7px 0 0 70px;
}
.add a{
    font-size:12px;
    text-decoration:none;
    color:#888;
}
.add a:hover{
    color:#0f7df6;
}