.all{

}
html,body{

}
.logo{
  margin-top: 75px;
  margin-bottom: -40px;
}
/*.logo img{*/
/*    height: 50%;*/
/*}*/

.bottom{
  position: absolute;
  bottom: 0%;
}

.ant-btn{
  

  background-color: #ffffff; /* 按钮的背景颜色 */

  border: 0; /* 按钮边框 */
   padding: 5px 10px; /*按钮内部的填充 */
  border-radius: 4px; /* 按钮边框圆角 */
  cursor: pointer; /* 鼠标悬停时显示的光标形状 */
  font-size: 14px; /* 按钮文本的字体大小 */
  text-align: center; /* 按钮文本的水平对齐方式 */
  outline: none; /* 当按钮获得焦点时，去掉默认的蓝色边框 */


}

.ant-btn:hover {
  color: rgb(59 130 246 / .5); /* 鼠标悬停时按钮的背景颜色 */
}

.ant-table-thead{
  height: 55px;
  background-color: #FAFAFA;
  padding: 0;
  font-size: 14px;
  font-weight: 550;
}
.tbody_tr tr{
  border-top: 1px solid #FAFAFA;
  height: 55px;
  font-size: 14px;
}
.ant-table-cell{
  padding: 0;
  border: 0;
}
tbody{
  background-color: #FFF;
}

.sousuo{
  color: #FFF;
  background-color: #1677ff;;
  height: 40px;
}

a{
  color: #1677ff;

}
a:hover{
  color: #1677ff;
}
.ant-table-content{
    float: center;
}