/*修改滚动条样式*/
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #efe9ea;
  border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #bfb1b3;
}
.system_content {
    padding-top: 3%;
    padding-bottom: 3.5%;
    width: auto;
    overflow-x: hidden;
    padding-left: 0.1% !important;
    padding-right: 0.1% !important;
    /*background: #F7F7F7;*/
}