.sideRight{position: fixed;width: 300px;height:100%;top: 0;right: -300px;background-color: #fff;border-left:1px solid #ddd;z-index: 1000;}
.sideRight>.iconright{position: absolute;left:5px;top: 7px;font-size: 20px;cursor: pointer;padding: 10px;}
.sideRight-btn{position: absolute;left:-34px;top:50%;margin-top:-53px;width: 34px;padding:10px 0;color: #fff;background-color: #2a9aff;font-size: 12px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;text-align: center;cursor: pointer;opacity: .8;}
.sideRight-btn>.iconfont{font-size: 12px;}
.sideRight-ttl{font-size: 20px;text-align: center;border-bottom: 1px solid #eee;padding-bottom: 18px;margin-bottom: 0;}
.sideRight-body{padding: 5px 20px;}            
.sideRight-item{border-bottom: 1px solid #eee;padding: 10px 0;}  
.sideRight-item a{display:inline-block;width: 90%;}
.sideRight-item i{cursor: pointer;color: #999;}
.sideRight-item i:hover{color: #333;}
.sideRight-item-type{font-size: 12px;color: #999;margin-top: 5px;}  
.sideRight-search{width: 100%;height: 36px;position: relative;margin: 10px 0;}  
.sideRight-search ul{width:100%;max-height:400px;overflow-y:scroll;position: absolute;top: 39px;left: 0;background-color:#fff;border: 1px solid #ddd;padding: 10px 0;display: none;}
.sideRight-search ul li{width:100%;height:30px;padding-left:10px;line-height:30px;cursor: pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.sideRight-search ul li:hover{background-color: #ddd;}    
#sideRight-search-name{width: 100%;height: 36px;border: 1px solid #ddd;padding:0 10px;outline: none;} 
.sideRight-search-clear{margin-top: 7px;cursor: pointer;}
/*bootstrap-modal*/
.modal.in .modal-dialog{z-index: 2000;}
.modal-table th{text-align: center;}
.table-th{font-weight: 700;}
/*bootstrap-modal-radar*/
.myechart-radar{width: 95%;height: 330px;}
/*提示*/
.toast-tips{height: 32px;line-height: 32px;padding: 0 30px;border-radius:5px;background-color: rgba(0,0,0,.7);color: #fff;position: fixed;top: 40%;left: 50%;transform: translate(-50%,-50%);display: none;}
/*产品力指数*/
.progress-pic.red .progress-ttl{color: #e7605c;}
.progress-pic.red .progress-bar,.progress-pic.red .progress-bar span{background-color: #e7605c;}
.progress-pic.blue .progress-ttl{color: #5797f8;}
.progress-pic.blue .progress-bar,.progress-pic.blue .progress-bar span{background-color: #5797f8;}
.progress-pic.green .progress-ttl{color: #61d05a;}
.progress-pic.green .progress-bar,.progress-pic.green .progress-bar span{background-color: #61d05a;}
.progress-pic-ttl{border-top: 1px solid #ddd;color: #888;padding-top: 10px;}
/*其他*/
.chart {margin-top: 30px;}
.chart>.fl{width: 28%;padding-right:15px;border-right: 1px solid #ddd;}
.chart>.fr{width: 70%;}
.matchResults-img{width: 168px;height: 118px;}
/*bootstrap-table*/
.fixed-table-container {border: 1px solid transparent;}
.fixed-table-container thead th{background-color: #fafafa;}
.show2{display: inline-block!important;}