﻿* {
    margin: 0;
    padding: 0;
}

body, h1, h2, h3, h4, h5, h6, div, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 12px/1.5 tahoma,arial,\5b8b\4f53;
}

body {
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: courier new,courier,monospace;
}

small {
    font-size: 12px;
}

ul, ol, li, dl, dt, dd {
    list-style: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font: 12px/1.5 tahoma,arial,sans-serif;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

#header {
}

body {
    font-size: 14px;
}

/*导航部分*/
#nav_part {
    width: 1024px;
    margin: 0px auto;
    background: rgb(1,170,238) !important;
    height: 40px;
    margin-bottom: 0px;
}

    #nav_part ul li {
        float: left;
    }

        #nav_part ul li a {
            text-decoration: none;
            display: block;
            width: 120px;
            height: 30px;
            padding-top: 10px;
            text-align: center;
            font-family: microsoft yahei,arial;
            color: #fff;
            font-size: 15px;
            margin: 0 3px;
        }

            #nav_part ul li a:hover {
                color: red !important;
            }

        #nav_part ul li img {
            margin-top: 15px;
        }

.nav ul li span {
    float: left;
    margin-left: 10px;
}

#calc {
    width: 1024px;
    margin: 0px auto;
    padding: 0px;
}

.taxspirit {
    width: 1024px;
    margin: 0px auto;
    padding: 0px;
}

.friend_links {
}

    .friend_links li {
        float: left;
        margin-right: 1em;
    }

        .friend_links li a {
            text-decoration: none;
            color: black;
        }

#page_bottom {
    text-align: center;
}

#calc_table {
    width: 1024px;
    margin-top: 0px;
    text-align: left;
    margin: 0px;
    border: solid 1px gray;
    border-collapse: collapse;
}

    #calc_table td, th {
        padding: 5px;
        border: solid 1px gray;
        padding-left: 1em;
    }

#txt_price, #txt_loan, #txt_rate {
    padding: 2px;
    border: solid 2px #f39515;
    text-align: center;
}

.itxt {
    width: 100px;
    text-align: right;
    border: solid 1px #f39515;
    padding: 2px;
    padding-right: 5px;
    font-size: 14px;
    background-color: gainsboro;
}

.isel {
    width: 100px;
    text-align: right;
    border: solid 1px #f39515;
    padding: 2px;
    padding-right: 5px;
    font-size: 14px;
}

.rmb {
    margin-left: 0.5em;
    font-size: 13px;
}

.rmbw {
    color: blue;
    font-weight: bold;
    font-size: 13px;
}

.ul_2 li {
    float: left;
}

.ul_2 label {
    padding: 5px;
    cursor: pointer;
}

.ul_3 li {
    float: left;
    padding: 3px;
}

.ul_3 label {
    padding: 5px;
    cursor: pointer;
}

.chblbl {
    padding-left: 5px;
    cursor: pointer;
}


.ulcontents li {
    float: left;
    padding: 3px;
    width: 335px;
}

.cotent {
    width: 1024px;
    margin: 10px auto;
}

    .cotent p {
        text-indent: 2em;
        margin-bottom: 5px;
    }


#btn_calc {
    border: 0;
    margin-left: 0;
    width: 95px;
    height: 29px;
    background: #01aaee;
    font-family: microsoft yahei,arial;
    font-size: 15px;
    color: #fff !important
}

    #btn_calc:hover {
        background: #0581c1
    }


#btn_reset {
    margin-left: 15px;
    border: 0;
    width: 95px;
    height: 29px;
    background: #ff8369;
    font-family: microsoft yahei,arial;
    font-size: 15px;
    color: #fff !important
}

    #btn_reset:hover {
        background: #ed6245
    }

.td_value {
    text-align: center;
}

.summary {
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: red;
}