.main-panel {
  width: 100%;
  height: auto;
  display: flex;
}
.main-panel .left-panel {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 5px 5px 5px 5px;
  background-color: #ffffff;
  padding: 16px;
  width: auto;
  flex: auto;
}
.main-panel .right-panel {
  margin-left: 12px;
  width: 300px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-radius: 5px 5px 5px 5px;
  background-color: #ffffff;
  height: auto;
  padding: 16px;
}
.main-panel .right-panel .small-title:not(:first-child) {
  margin-top: 20px;
}
.rank-panel {
  margin-top: 0px;
  margin-bottom: 12px;
  text-align: center;
  position: relative;
}
.rank-panel .userName {
  margin-left: 6px;
  width: 60px;
  display: inline-block;
  color: #666;
  height: 20px;
  line-height: 20px;
}
.rank-panel .money {
  display: inline-block;
  color: #666;
  height: 20px;
  line-height: 20px;
}
.rank-panel .first-rank,
.rank-panel .second-rank,
.rank-panel .three-rank {
  text-align: left;
  margin-top: 12px;
  position: relative;
  padding-left: 16px;
}
.rank-panel .first-rank-bg {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('/dist/images/rank11.png');
  background-size: cover;
  color: transparent;
}
.rank-panel .second-rank-bg {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('/dist/images/rank21.png');
  background-size: cover;
  color: transparent;
}
.rank-panel .three-rank-bg {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url('/dist/images/rank31.png');
  background-size: cover;
  color: transparent;
}
.chart-panel {
  margin-bottom: 12px;
}
.line-title {
  width: 100%;
  padding-top: 30px;
  text-align: center;
  font-size: 0;
}
.line-title .item-btn {
  color: #666666;
  font-size: 14px;
  width: 100px;
  height: 30px;
  text-align: center;
  display: inline-block;
  border-bottom: 4px solid #cccccc;
  cursor: pointer;
}
.line-title .item-btn.on {
  border-bottom: 4px solid #409EFF;
  color: #409EFF;
}
.small-title {
  color: #409EFF;
  font-size: 16px;
  text-align: left;
}
.small-title:before {
  margin-right: 5px;
  padding-right: 2px;
  content: '';
  background-color: #409EFF;
  font-size: 12px;
}
.title {
  line-height: 16px;
  font-size: 16px;
  color: #666666;
}
.value {
  margin-top: 20px;
  line-height: 30px;
  font-size: 30px;
  color: #409EFF;
}
.user-rank .user-rank-title {
  display: flex;
  justify-content: space-between;
  color: #333;
}
.user-rank .user-rank-item {
  display: flex;
  padding-top: 12px;
  justify-content: space-between;
}
.user-rank .user-rank-item div {
  flex: 1;
  color: #666;
}
.user-rank .user-rank-item div:first-child {
  text-align: left;
}
.user-rank .user-rank-item div:last-child {
  text-align: right;
}
.data-panel {
  display: flex;
  justify-content: space-around;
}
.data-panel .dataItem {
  flex: 1;
}
.data-panel:not(:first-child) {
  margin-top: 20px;
}
.data-panel .dataItem-title {
  line-height: 16px;
  font-size: 16px;
  color: #666666;
}
.data-panel .dataItem-value {
  margin-top: 12px;
  line-height: 24px;
  font-size: 24px;
  color: #409EFF;
}
.data-panel .caseCount:after {
  content: "件";
  font-size: 12px;
  padding-left: 6px;
}
.data-panel .moneyCount:after {
  content: "元";
  font-size: 12px;
  padding-left: 6px;
}
.data-panel .callCount:after {
  content: "通";
  font-size: 12px;
  padding-left: 6px;
}
.data-panel .callLength:after {
  content: "分钟";
  font-size: 12px;
  padding-left: 6px;
}
