﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

abbr, acronym {
    border: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}


* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}




/*Login*/
/* CSS Document */

body {
    background: url(images/bg4.jpg) center -130px repeat-y;
    color: #FFF;
    font-family: "Microsoft Yahei";
}

a {
    text-decoration: none;
    cursor: pointer;
}

.container {
    width: 960px;
    margin: 135px auto 0;
    *zoom: 1;
}

    .container .secL {
        float: left;
        font-weight: bold;
        clear: both;
        margin: 30px 0 0 104px;
    }

    .container .secR {
        float: right;
        position: relative;
        padding: 40px 35px 40px 45px;
        width: 270px;
        height: 220px; /*背景框高度*/
    }

    .container .secL h2 {
        font-size: 26px;
    }

    .container .secL p {
        font-size: 16px;
        line-height: 40px;
        margin-top: 30px;
    }

.box-bg {
    position: absolute;
    top: 0;
    left: 0;
    opacity: .8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    background-color: #141924;
}

.form {
    position: absolute;
}

    .form h1 {
        font-size: 18px;
    }

    .form p {
        font-size: 14px;
        color: #e9e9e9;
        margin-top: 15px;
    }

.f9c442 {
    color: #f9c442;
}

.form .item {
    margin-top: 20px;
    width: 255px;
}

    .form .item label {
        width: 44px;
        height: 44px;
        background: #aaabab url(images/icologin.png) center 10px no-repeat;
        border: none;
        display: block;
        float: left;
    }

.form .itempass label {
    background-position: center -28px;
}

.form .item input {
    width: 210px;
    height: 30px;
    padding: 7px 0;
    border: none;
    outline: none;
    font-size: 14px;
    line-height: 30px;
    text-indent: .5em;
    float: left;
    color: #333;
    font-weight: bold;
}

.form .validatepic input {
    width: 100px;
    margin: 0 10px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    float: none;
}

.form .validatepic a.changepic {
    color: #e0e0e0;
}

.form .item button {
    width: 255px;
    height: 46px;
    background: url(images/loginbtn.png) left top no-repeat;
    border: none;
    cursor: pointer;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}
