.head {
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.logo {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 40px;
}

.ull {
  display: flex;
  gap: 24px;
  align-items: center;
}
.ull li {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
    padding-bottom: 12px;
  margin: 12px 24px;
  white-space: nowrap;
}

.pp {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  padding-bottom: 12px;
}
.active{

border-bottom: 2px solid #ea4c89;
}
.kaiheadddder,
.dbk {
  display: none;
}
@media (max-width: 1320px) {
  .head {
    width: 95%;
  }
}

@media (max-width: 950px) {
  .head {
    justify-content: center;
    position: relative;
  }

  .dbk {
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
  }
  .dn {
    display: none;
  }
  .ull {
    width: 100%;
    overflow: auto;
  }
}
@media (max-width: 760px) {
  .logo {
    font-size: 24px;
    line-height: 32px;
  }
  .head {
    padding: 12px 0 0 0;
}
     .pp {
        font-size: 12px;
        line-height: 16px;
        background: none;
        color: #ea4c89;
        padding: 8px 24px;
        top: 12px;
    }

  .ull li {
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0px 0 0;
  }
}
