/*layui*/
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  left: 0px !important;
  top: 0px !important;
  
}
.layui-laypage a, .layui-laypage span {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #dd0002  !important; 
  padding: 0 13px !important;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  left: 0px !important;
  top: 0px !important;
  padding: 0 !important;
  background-color: #dd0002 !important;
  border-radius: 0;
}
.layui-laypage .layui-laypage-curr em {
  color: #fff !important;
}

.white_content table tr td {
  word-break: break-word;
}

.table_scroll{
  max-height: 353px;
  overflow: auto;
}

/* .table_scroll::-webkit-scrollbar-track
{
	border-radius: 10px;
}

.table_scroll::-webkit-scrollbar
{
	width: 12px;
	border-radius: 10px;
}

.table_scroll::-webkit-scrollbar-thumb
{
	-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
	background-color: #616161;
	border:1px solid #000;
	border-radius: 10px;
} */

#pages {
  text-align: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
	-webkit-box-shadow: 0 0 0px 1000px rgba(192,192,192,0) inset;
	transition: background-color 5000s ease-in-out 0s; 
  -webkit-text-fill-color: #fff;
}

.table_scroll input:-webkit-autofill,
.table_scroll input:-webkit-autofill:hover,
.table_scroll input:-webkit-autofill:focus,
.table_scroll input:-webkit-autofill:active
{
	-webkit-box-shadow: 0 0 0px 1000px rgba(192,192,192,0) inset;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #f1f3b3;
}

#hb_end {  
  height: 185px;
  width: 237px;
  color: #fff;
  font-size: 22px;
  margin: 10px auto 45px;
  word-break: break-all;
  overflow: auto;
  display: flex;
  align-items: center;
  text-align: center;
}
#hb_end div{
  padding: 15px 5px;
  margin: 0 auto;
  height: 100%;
  /* display: flex;
  align-items: center; */
}

/*vue*/
[v-cloak] {
  display: none;
}