@charset "utf-8";

*{ margin: 0; padding: 0;}

.KJ-TabBox24 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  list-style: none;
  padding: 15px 7% 10px 7% !important;

  background:
    url('111.png'),
    url('222.png'),
    url('333.png');
  background-position: left center, right center, center top;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto, auto, 100% 69px;
  box-sizing: border-box;
}

@media screen and (max-width: 400px) {
  .KJ-TabBox24 ul {
    padding: 15px 7% 10px 7% !important;
    background:
      url('111.png'),
      url('222.png'),
      url('333.png');
    background-position: left 4px, right 33px, center top 0px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 8%, 6%, 100% 69px;
  }
}

.dz_title13 {
  box-sizing: border-box;
  border-radius: 5px;
  min-height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-family: 'Microsoft YaHei', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  text-shadow: 0 0 6px #ffffff80;
  padding: 0 10px;
  transition: all 0.3s ease;
}

