@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;
}
.tab-list{
    border-bottom: 1px solid #c5e5fe;
}
.tab-list>li{
    float: left;
    padding: 5px 25px;
    cursor: pointer;
}
.tab-list>li.active{
    background-color: #f54d60;
    color: #ffffff;
    font-weight: bold;
}
.tab-content{
    display: none;
}
.tab-content.active{
    display: block;
}
.search-list>li{
    min-height: 45px;
    padding: 10px 10px 5px;
    border-bottom: 1px solid #e2e7e8;
}
.search-list>li>div{
    display: table;
}
.search-list>li>div>*{
    display: table-cell;
    vertical-align: top;
}
.search-list>li>div>span{
    width: 7em;
    font-weight: bold;
    letter-spacing: 2em;
}
.item-list>li{
    float: left;
    min-width:80px;
    margin-bottom: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.item-list>li a{
    padding: 3px 5px;
}
.item-list>li.active a{
    background-color: #f54d60;
    color: #ffffff;
}
.search-box .search-btn{
    padding: 5px 25px;
    background-color: #f54d60;
    color: #fff;
}
.result-content{
    padding: 15px 20px 20px;
}
.graph-box{
    margin-bottom: 25px;
}
.echarts-content{
    float: left;
    width: 706px;
}
.echarts-title{
	position: relative;
    text-align: center;
}
.sub-title{
	position: absolute;
    top:12px;
    left: 510px;
    margin-left: 8px;
    font-weight: bold;
    vertical-align: bottom;
}
.sub-title>span{
    font-weight: normal;
    vertical-align: bottom;
}
.main-title{
    display: block;
    margin: auto;
    margin-right:450px;
    width: 161px;
    height: 32px;
    line-height: 32px;
    background:url("../images/jiafeichaxun_ShiPin/titleBg.png") no-repeat 0 0;
    color: #fff;
    text-align: center;
	font-size:16px;
}
.price-relations{
    margin: 15px auto 10px;
    padding:5px;
    border: 1px solid #d7c1c4;
    background-color: #ffe3e7;
    text-align:center;
    font-weight:bold;
}
.price-header{
    float: left;
    width: 120px;
    height: 36px;
    line-height: 36px;
    background-color: #ed4b4b;
    color: #fff;
    text-align: center;
}
.price-relations>div{
	display:inline-block;
}
.price-relations > div+div{margin-left: 40px;}
.price-relations>div>div{
    float: left;
    letter-spacing: 0.2em;
    /*width: 7em;*/
}
.price-list li>span{

}
.blue-text div>span{
    width: 6em;
    letter-spacing: 0.5em;
    /*margin-right: -0.5em;*/
}
.blue-text>span{
    color: #6f98d6;
}
.green-text>span{
    color: #46b050;
}
.red-text>span{
    color: #ff5959;
}
.yellow-text>span{
    color: #1c7ac5;
}
/*表格*/
.border-table{
    width: 100%;
    table-layout: fixed;
}
.border-table>thead{
    border: 1px solid #bc1a2c;
}
.border-table>tbody{
    border: 1px solid #dfdfdf;
}
.border-table th,
.border-table td{
    padding: 6px 8px;
    text-align: center;
    border-left: 1px solid #dfdfdf;
}
.border-table th{
    color: #fff;
    background-color: #bc1a2c;
    font-size: 16px;
}
.border-table tr th:first-child{
    border-left-color: #bc1a2c;
}
.border-table .even{
    background-color: #fff1f3;
}