/*
@description: 分析页面 css
@date: 2016-3-28
*/
#main{
    width:1200px;
    margin: auto;
    padding: 20px;
    min-height: 500px;
}
.fen-xi-wrap{
    padding-top: 30px;
    width: 1200px;
    margin: 0 auto;
}
.form-control{
    height: 30px;
    line-height: 30px;
    padding: 3px 5px;
    display: inline-block;
    width: 670px;
    margin-right: 10px;
}
.form-control.width-100{
    width: 200px;
}
.fen-xi-wrap .form{
    margin: 10px auto;
    width: 900px;
    position: relative;
}
.text-muted{
    color: #999;
}
.account-info span{
    padding-left: 10px;
}
.table th,.table td{
    padding: 8px;
}
.table td{
    font-size: 14px;
}

.table-fans{
    width: 100%;
    border-collapse:collapse;
}
.table-fans.table>thead{
    border: 1px solid #e7e8ec;
}
.table-fans.table>tbody>tr{
    border-bottom: 1px solid #e7e8ec;
}
.table-fans.table>thead>tr th{
    font-weight: normal;
    background-color: #f4f5f9;
    vertical-align: middle;
    border: none;
    text-align: center;
}
.table-fans.table>tbody>tr>td{
    vertical-align: middle;
    text-align: center;
    max-width:160px;
}

/*搜索*/
.analyse_open{
    height:380px;
    background: url(../img/diagnosis-top.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding-top:150px;
    color:#ccc;
}
.analyse-title{
    text-align: center;
    color: #fff;
    font-size: 30px;
}
.search{
    border-radius: 8px;
    overflow: hidden;
}
.search input{
    width:590px;
    height:50px;
    line-height: 50px;
    outline: none;
    float:left;
    border:none;
    padding: 0 15px 0 35px;
    font-size: 14px;
    color:#333;
}
.js-search ::-webkit-input-placeholder{
    color:#999;
}
.js-search{
    margin-left: -10px;
    width:110px;
    float:left;
    border:0;
    background-size: 20px;
    height:50px;
    line-height: 45px;
    color:#fff;
    cursor: pointer;
    letter-spacing: 6px;
    font-size:20px;
    border-radius: 0px;
}
.js-search:hover{
    background-color: #34a571!important;
    color:#fff;
}
.js-fans-num{
    border-left: 1px solid #dddddd !important;
    margin-left: -10px;
}
.link-pic{
    width: 22px;
    height:22px;
    font-size: 22px;
    display: inline-block;
    position: absolute;
    background: url(../img/link.png) no-repeat center;
    top:15px;
    left:10px;
}
.person-pic{
    width: 22px;
    height:22px;
    display: inline-block;
    position: absolute;
    background:url(../img/fans.png) no-repeat center;
    font-size: 22px;
    top:15px;
    left:600px;
}

/*公众号信息*/
.messageBox{
    height:145px;
    background-color: #fff;
    padding: 25px;
}
.messageBox .head-img{
    width: 80px;
    height:80px;
    border-radius: 10px;
    float: left;
}
.erCode{
    width: 80px;
    height:80px;
    color:#999;
    font-size: 13px;
    text-align: center;
}
.wx-name{
    margin-left:20px;
    display:inline-block;
}
.wx-number{
    display:inline-block;
    margin-top: 5px;
    font-size:13px;
    color:#999;
    margin-left:20px;
}
.wx-des{
    margin-top: 5px;
    margin-left:100px;
    width: 680px;
    font-size: 14px;
    color:#333;
}

/*一楼*/
.floor{
    margin-top: 20px;
    background-color: #fff;
    padding: 25px;
}
.floor-title{
    color:#47c68c;
    font-size: 18px;
    margin-bottom: 20px;
}
.floor-title span{
    padding: 5px;
    border-radius: 50%;
    color:#fff;
    font-size: 16px;
    background-color: #47c68c;
    margin-right: 5px;
}
#chart{
    height:360px;
    background: url(../img/demo.jpg) no-repeat center;
}

/*点赞表格*/

.table-dz{
    width: 100%;
    border-collapse:collapse;
    border: 1px solid #e7e8ec;
}
.table-dz.table>thead{
    border-bottom: 1px solid #e7e8ec;
}
.table-dz.table>tbody>tr{
    border-bottom: 1px solid #e7e8ec;
}
.table-dz.table>thead>tr th{
    font-weight: normal;
    background-color: #f4f5f9;
    vertical-align: middle;
    border: none;
    text-align: center;
}
.table-dz.table>tbody>tr>td{
    vertical-align: middle;
    text-align: center;
    max-width:160px;
}
.table-dz.table>tbody>tr.even>.firstTab{
    //background-color: #f4f4f4;
}
.firstTab{
    border-right: 1px solid #e7e8ec;
}
.table-dz.table>tbody>tr>td.title-td{
    text-align: left;
    padding-left: 15px;
}
.table-dz.table>tbody>tr>td a{
    color: #333;
}
.table-dz.table>tbody>tr>td a:hover{
    color:#47c68c;
    text-decoration:underline;
}
.grey-tr{
    background-color: #f8fbfc;
}

.highcharts-container > svg > text:last-child {
    display: none !important;
}