* {
    margin: 0;
    padding: 0
}

body {
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    font: 14px Arial,Helvetica,sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

a {
    text-decoration: none;
    color: #333
}

img {
    width: 100%;
    margin: 0 auto
}

template {
    display: none
}

span[id^="cnzz_stat"] {
    display: none
}

body {
    -webkit-animation: mip-start 5s steps(1,end) 0s 1 normal both;
    -moz-animation: mip-start 5s steps(1,end) 0s 1 normal both;
    -ms-animation: mip-start 5s steps(1,end) 0s 1 normal both;
    animation: mip-start 5s steps(1,end) 0s 1 normal both
}

body, ul, li, p, span, h1, h2, h3, h4, h5, h6.dl, dt, dd {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal
}

a {
    text-decoration: none;
    color: #666
}

.foot {
    background: #404040;
    color: #fff
}

    .foot li {
        float: left;
        width: 33%;
        height: 40px;
        line-height: 40px;
        text-align: center
    }

    .foot a {
        color: #fff;
    }

.dixian {
    color: #999;
    text-align: center;
    margin: 10px 0px;
}

.clear {
    clear: both;
}

.nav {
    height: 50px;
    line-height: 50px;
    background: #404040;
}

    .nav a {
        color: #fff;
    }

    .nav .sitename {
        position: absolute;
        top: 0px;
        left: 10px;
        font-size: 18px;
        color: #fff;
    }

        .nav .sitename a {
            display: block;
            background: url("home.gif") no-repeat center;
            height: 50px;
            width: 30px;
        }

    .nav .pagetitle {
        position: absolute;
        left: 50px;
        right: 50px;
        text-align: center;
        color: #fff;
    }

    .nav .searchico {
        position: absolute;
        right: 10px;
        color: #fff;
    }

        .nav .searchico a {
            display: block;
            background: url("search.png") no-repeat center;
            height: 50px;
            width: 30px;
        }

.indexnav {
    margin: 20px 10px;
}

    .indexnav a {
        color: #fff;
    }

    .indexnav li {
        float: left;
        width: 22%;
        height: 35px;
        line-height: 35px;
        text-align: center;
        color: #fff;
        border-radius: 3px;
    }

    .indexnav .c1 {
        background: #6674E6;
    }

    .indexnav .c2 {
        background: #43AEE6;
        margin-left: 4%
    }

    .indexnav .c3 {
        background: #EB6161;
        margin: 0px 4%
    }

    .indexnav .c4 {
        background: #49B1A9;
    }

#search {
    width: 100%;
    float: right;
    margin-bottom: 5px;
    padding: 10px;
}

    #search #type {
        border: 1px solid #404040;
        background: #404040;
        color: #fff;
        float: right;
        width: 18%;
        height: 38px;
        line-height: 38px;
        text-align: center;
        border-radius: 3px;
        margin: 0px 1%
    }

    #search #s_key {
        display: block;
        float: right;
        width: 55%;
        padding: 0px 1%;
        margin-top: 0px;
        height: 38px;
        text-align: left;
        border-radius: 3px 0px 0px 3px;
        border: 1px solid #404040;
        border-right-width: 0px;
        color: #999;
    }

    #search .go {
        display: block;
        float: right;
        width: 15%;
        height: 40px;
        border: 1px solid #404040;
        border-left-width: 0px;
        background-color: #404040;
        background-image: url('search.png');
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 0px 3px 3px 0px;
        margin-right: 1%;
    }

.stop {
    margin: 10px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    background: #f1f1f1
}

.searchtips {
    color: #999;
    text-align: center;
    margin: 20px;
}

.result {
    margin: 10px;
    line-height: 35px;
}

    .result li {
        border-bottom: 1px solid #ddd
    }

    .result a {
        color: #999
    }

    .result .black {
        color: #000
    }

    .result span {
        color: #999
    }

.sbottom {
    position: fixed;
    margin-top: 30px;
    bottom: 0px;
    width: 100%;
}

.usertop {
    position: relative;
    height: 40px;
    margin: 20px 0px;
}

    .usertop li {
        position: absolute;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .usertop a {
        display: block;
        color: #fff;
        border-radius: 5px;
        background: #404040;
    }

    .usertop .l1 {
        left: 10px;
        right: 51%;
    }

    .usertop .l2 {
        left: 51%;
        right: 10px;
    }

.userinfo {
    margin: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #f1f1f1;
    padding: 10px;
    line-height: 40px;
}

.loginbody {
    background: #eee
}

.login {
    margin: 2%;
    line-height: 50px;
    padding: 10px;
}

    .login a {
        height: 30px;
        line-height: 30px;
    }

    .login i {
        position: absolute;
        left: 29%;
    }

    .login input[type="text"], .login input[type="password"] {
        width: 100%;
        padding: 0px;
        border: none;
        outline: medium;
        height: 40px;
        line-height: 40px;
    }

.login_name, .login_pass, .login_email, .login_code {
    width: 100%;
    border-bottom: 1px solid #eee;
}

.login .l1, .login .l2 {
    float: left;
}

.login .l1 {
    width: 24%;
    padding-right: 4%;
    text-align: right;
}

.login .l2 {
    width: 70%;
    text-align: left;
}

.login_name input {
    -webkit-appearance: none;
}

.login_pass input {
    -webkit-appearance: none;
}

.login_code input {
    -webkit-appearance: none;
}

.login_code2 {
    margin: 10px 2%;
    text-align: center
}

    .login_code2 img {
        width: 100px;
        height: 30px;
    }

.login_btn {
    text-align: center;
    float: left;
    width: 46%;
    margin-top: 10px;
    margin: 10px 2%;
}

    .login_btn a {
        display: block;
        color: #fff;
        border-radius: 2px;
    }

.login .login_save {
    width: 20px;
    height: 20px;
    padding: 5px;
}

.login_code {
    margin-bottom: 20px;
}

.fk {
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    margin: 15px;
}

.dise {
    background-color: #404040
}

.dotips {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #eee;
    padding: 10px;
    margin: 30px 10px;
    line-height: 30px;
    color: #666;
}

    .dotips a {
        color: red
    }

.bookcase .bookone {
    border-bottom: 1px solid #eee;
    width: 100%;
}

.bookcase .bookone2 {
    width: 55px;
    text-align: left;
}
