#addzxcotent {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin: 11px 0 0 10px;
}
#addzxcotent #addzx {
  border-radius: 12px;
  margin: 0;
  width: 70px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  display: block;
  cursor: pointer;
  background: #ff4b19;
  box-shadow: none;
  float: none;
  padding: 0 5px;
}
#addzxcotent #addzx.deletezx {
  background: #999;
}
