.homepage {
  margin-top: 20px;
  padding: 10px 10px;
  margin-bottom: 60px;
  position: relative;
  background-color: #fff;
  overflow-y: auto;
}
.homepage .top_area > .el-row{
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: center;

}
.homepage .body_area{
  /* // height: 100%; */
}
.homepage .top_area{
  padding: 0 0;
  margin-bottom: 40px;
}
.homepage .top_area .dashbord_title{
  text-align:center;
  font-size: 32px;
  font-weight:bold;
  margin-top:50px;
}
.homepage .top_area .dashbord_introduce{
  text-align:center;
  margin-top: 20px;
  font-size: 13px;
}
.homepage .top_area .dashbord_count .el-col {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
}
.homepage .top_area .dashbord_count .one_count{
  width: 150px;
  font-size: 13px;
  padding:0 20px;
}
.homepage .top_area .dashbord_count .one_count .count_title{
  margin-bottom: 5px;
}
.homepage .top_area .dashbord_count .one_count .quantity_num{
  font-size: 20px;
  font-weight: bold;
}
.homepage .top_area .search_area{
  display: flex;
  width: 950px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 0 10%;
}
.homepage .top_area .search_area .el-select{
  width: 130px;
}
.el-select__wrapper{
  border-radius: 4px 0 0 4px;
}
.el-input__wrapper{
  border-radius: 0;
}
.homepage .top_area .search_area .el-input{
  width: 360px;
  border-radius: 0;
}
.homepage .top_area .search_area .el-button{
  border-radius:  0 4px  4px 0;
  width: 60px;
}
.homepage .top_area .search_area::v-deep .input-with-select .el-input-group__prepend {
  background-color: #fff;
}
.input-with-select .el-input-group__append, 
.input-with-select .el-input-group__prepend {
  border: 1px solid #409EFF;
}
.homepage .bottom_area{
  width: 950px;
  margin: 0 auto 40px;
}
.homepage .bottom_center{
  width: 100%;
}
.homepage .bottom_box{
}
.homepage .bottom_inner{
  margin: 0 20px;
  border:1px solid #409eff;
  border-radius: 4px;
  padding: 10px 10px;
}
.homepage .bottom_title{
  width: 100%;
  margin-bottom:20px;
  padding: 5px 0px;
  border-bottom:1px solid #409EFF;
}
.homepage .title_icon{
  margin-right:5px;
}
.homepage .bottom_title span{
  font-size: 16px;
  font-weight:bold;
}
.homepage .link_box{
  width:100%;
}
.homepage .one_link{
  width: 100%;
  margin-bottom:10px;
}
.homepage .link_title{
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: #409EFF;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}
.homepage .link_title span{
  overflow: hidden;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.homepage .key_words{
  height: 60px;
  margin-bottom:10px;
  overflow: hidden;
  font-size:10px;
}
.homepage .key_words .el-tag{
  margin-bottom: 10px;
}
.homepage .chart_area{
  width: 950px;
  padding: 0;
  margin: 0 auto 20px;

}
.homepage .one_chart{
  padding: 0 20px;
}
.homepage .chart_box{
  box-shadow:0 2px 12px 0 rgba(64, 158, 255, 0.8);
  padding: 20px 20px;
  border-radius: 4px;
}
.homepage .chart_title{
  font-size: 16px;
  font-weight:bold;
}
.homepage::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}
.homepage::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #6e6d6d;
}
.homepage::-webkit-scrollbar-track{
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
}