.bszn-dzd-bg{
	top: 65px;
}
.bszn-search-total {
  font-size: 18px;
	color: #333333;
  float: left;
  margin: 7px 33px 0 0;
}
.bszn-search-total span {
	color: #ff6d01;
}
.bszn-search {
  float: left;
}
.dzd-table {
  overflow: hidden;
}
.width-660 {
  width: 660px;
}
.td-btn {
  width: 104px;
	height: 34px;
	line-height: 34px;
  text-align: center;
  color: #fff;
	background-image: linear-gradient(90deg,
		#43a7f6 0%,
		#298aee 100%),
	linear-gradient(
		#2789ee,
		#2789ee);
	background-blend-mode: normal,
		normal;
	border-radius: 4px;
  font-size: 16px;
}
.tr .td {
  color: #000;
}

@media screen and (max-width: 768px){
	.dzd-table{
		width: 13rem;
	}
	.td-btn{
		width: 1.5rem;
		line-height: .55rem;
		height: .55rem;
		border-radius: .08rem;
		font-size: .32rem;
	}
}