﻿/*----------小结----------start-------*/
#loan_summary {
    border: solid 1px gray;
    border-collapse: collapse;
    width: 650px;
    margin: 1em auto;
}

.tdLeft {
    border: solid 1px gray;
    background-color: darkred;
    color: white;
    text-align: center;
    width: 150px;
}

.tdRight {
    border: solid 1px gray;
    text-align: right;
    padding-right: 20px;
    width: 150px;
    color: blue;
    padding-left: 5px;
}
/*----------小结----------end-------*/

#loan_detail {
    border: solid 1px gray;
    border-collapse: collapse;
    width: 650px;
    margin: 1em auto;
}

    #loan_detail th {
        text-align: center;
        background-color: darkred;
        color: white;
        padding-right: 5px;
        font-weight: normal;
        width: 100px;
    }

    #loan_detail td {
        text-align: right;
        padding-right: 10px;
        border: solid 1px gray;
    }

    #loan_detail a {
        color: blue;
    }
/*----------------贷款1-500万表格----------------------------*/
#loan_moneys {
    border: solid 1px gray;
    width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
    margin-bottom: 1.5em;
}

    #loan_moneys td {
        padding: 10px;
        border: solid 1px gray;
        text-align: center;
        width: 10%;
    }

    #loan_moneys th {
        text-align: center;
        background-color: darkred;
        color: white;
        font-size: 16px;
        font-weight: normal;
    }

    #loan_moneys a {
        color: blue;
        display: block;
    }
/*----------------------end--------------------------*/

/*-----------------右侧计算器-----start----*/
#calc_box {
    border: solid 1px darkred;
    font-size: 14px;
    padding-bottom: 1em;
    margin-bottom: 10px;
}

    #calc_box b {
        margin-left: 5px;
    }
/*标题*/
#calc_box_title {
    font-weight: bold;
    background-color: darkred;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
}
/*每一行 div*/
.calc_box_row {
    padding: 5px;
}
/*字段*/
.calc_box_field {
    padding-right: 5px;
    margin-left: 10px;
}

#txtMonths {
    width: 38px;
    text-align: center;
}

/*报表按钮*/
#btn_benxi, #btn_benjin {
    height: 28px;
    width: 140px;
    text-align: center;
    margin-left: 10px;
    color: green;
}

#btnCalc, #btnReset {
    height: 28px;
    width: 75px;
    text-align: center;
    margin-right: 1em;
    margin-top: 8px;
    color: darkred;
    font-weight: bold;
}

#btnCalc {
    margin-left: 45px;
}

.calc_box_result_title {
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 3px;
    border-bottom: solid 1px green;
}

#selLoanYears {
    border: solid 1px #f39515;
    height: 27px;
    font-size: 14px;
}

.txt_calc_r {
    text-align: right;
    padding: 2px;
    padding-right: 5px;
    border: solid 1px #f39515;
    font-size: 14px;
}

#txtRate {
    text-align: left;
    padding-left: 5px;
}

#txtLoan {
    text-align: left;
    padding-left: 5px;
}
/*-----------------右侧计算器-----end----*/

/*----------利率表格--- start-----------*/
#lilv_box {
    width: 100%;
    border: solid 1px red;
    margin-bottom: 1em;
    border-collapse: collapse;
    font-family: microsoft yahei,arial;
}

    #lilv_box td, th {
        border: solid 1px gray;
        padding: 3px;
        text-align: center;
        width: 50%;
        font-size: 14px;
    }

    #lilv_box th {
        padding: 10px;
        background-color: darkred;
        text-align: left;
        color: white;
    }
/*----------利率表格--- end-----------*/
#price_box {
    border: solid 1px darkred;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    font-family: microsoft yahei,arial;
    font-size: 16px;
}

.price_box_empty_row {
    padding: 10px;
}

.price_box_tdright {
    text-align: right;
}

#price_box td {
    padding: 5px;
}

#price_box b {
    margin-left: 5px;
    font-weight: normal;
    color: #ff8369;
}

#btnPrice_calc, #btnPrice_reset {
    height: 28px;
    width: 60px;
}

#btnPrice_reset {
    margin-left: 5px;
}

#selPercent {
    font-size: 16px;
    width: 65px;
    height:27px;
}

.price_box_input {
    width: 105px;
    border: solid 1px #f39515;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
}

#txtTotalPrice, #txtDownPayment, #txthouseLoan {
    text-align: right;
    color: blue;
}
