@charset "utf-8";
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jf-content{
    /*border: 1px solid #e6e6e6;*/
    /*border-top-color: #c5e5fe;*/
    margin-bottom: 25px;
}
.cal-title{
    height: 30px;
    padding: 0 10px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #bc1a2c;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
/*表格*/
.border-table{
    width: 100%;
    table-layout: fixed;
    margin-bottom: 15px;
}
.border-table>thead{
    border: 1px solid #1c7ac5;
}
.border-table>tbody{
    border: 1px solid #dfdfdf;
}
.border-table th,
.border-table td{
    padding: 10px 8px;
    text-align: center;
    border: 1px solid #dfdfdf;
}
.border-table th{
    border-color:#bc1a2c;
    color: #fff;
    background-color: #bc1a2c;
    font-size: 16px;
    border-top:none;
    border-right:none;
    border-bottom:none;
}
.border-table tr th:first-child{
    border-right-color: #dfdfdf;
}
.border-table tr th+th{
    border-left-color: #dfdfdf;
}
.border-table .even{
    background-color: #f6fbff;
}
.result-content{
    display: none;
}
.result-table tbody tr td:first-child{
    text-align: left;
}
.address-link{
    display: block;
    text-align: left;
    padding-left: 17px;
    background: url("../images/jiafeichaxun_calculator/newpic_009.png") no-repeat left center;
}
.address-link:hover{
    text-decoration: underline;
}
.sort-box{
    cursor: pointer;
}
.up-arrow{
    display: inline-block;
    width: 9px;
    height: 13px;
    margin-left: 5px;
    background: url("../images/jiafeichaxun_calculator/newpic_006.png") no-repeat center center;
}
.up-arrow.down-arrow{
    background-image: url("../images/jiafeichaxun_calculator/newpic_008.png");
}
.result-btn{
    padding: 3px 8px;
    background-color: #94abda;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor:pointer;
}
.result-btn:hover{
    background-color: #ff9343;
}
.slector-box{
    display: table;
    text-align: left;
}
.first-slector{
    display: table-cell;
    width: 6em;
    padding: 5px 0;
    vertical-align: top;
}
.second-slector{
    display: table-cell;
    padding: 5px;
}
.slector-box input{
    margin-right: 5px;
    vertical-align: -2px;
}
.slector-box label{
    margin-right: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
.second-slector label{
    float: left;
}
.btn-box{
    margin-bottom: 8px;
}
.cal-btn,.reset-btn{
    padding: 6px 12px;
    color: #fff;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.cal-btn{
    background-color: #ff9343;
}
.reset-btn{
    margin-left: 15px;
    background-color: #bc1a2c;
}
#motorBox{
    display: none;
}