.mauop {
  max-width: 1040px;
  margin: 0px auto;
  justify-content: space-between;
  padding: 24px 0;
  display: flex;
}

.mauop dl {
  display: flex;
  gap: 24px;
  width: 100%;
  align-items: center;
}

.buttonsvg {
  display: none;
}

.cdiv {
  width: 190px;
  cursor: pointer;
}

.mauop dl dt {
  width: 20%;
  height: 204px;
}

.mauop dl dt img {
  width: 100%;
  height: 100%;
}

.mauop dl dd {
  width: 80%;
}

.mauop dl dd p {
  font-family: Poppins, Poppins;
  font-weight: 500;
  font-size: 20px;
  color: #ffdf40;
  line-height: 24px;
}

.h6 {
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 24px;
  color: #333333;
  line-height: 32px;
  display: flex;
  margin: 24px 0;
  align-items: center;
  justify-content: space-between;
}

.h6 img {
  max-width: 220px;
  height: 44px;
  margin-left: 48px;
}

.p1 {
  font-family: Poppins, Poppins;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  max-width: 1040px;
  margin: 0px auto;

  padding: 0 0 24px 0;
}

@media (max-width: 1100px) {

  .p1,
  .mauop {
    width: 95%;
  }
}

@media (max-width: 900px) {
  .ul_lhome {
    display: block;
  }

  .buttonsvg {
    display: block;
  }

  .h6 img {
    display: none;
  }

  .buttonsvg {
    height: 56px;

    padding: 24px 0 0 0;
  }

  .mauop {
    flex-direction: column;
  }

  .mauop dl dt {
    width: 20%;
    height: 190px;
  }

  .mauop dl dd p {
    font-size: 20px;
    line-height: 24px;
  }

  .h6 {
    font-size: 24px;
    line-height: 28px;
    margin: 24px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
  }

  .mauop dl dd {
    width: 66%;
  }

  .mauop dl dt {
    width: 30%;
  }
}

@media (max-width: 750px) {
  .mauop dl dt {
    height: 124px;
  }

  .cdiv {

    margin-top: 10px;
  }

  .mauop {
    padding: 12px 0;
  }

  .h6 {
    font-size: 16px;
    line-height: 18px;
    margin: 12px 0;
  }

  .mauop dl {
    gap: 12px;
  }

  .mauop dl dd p {
    font-size: 14px;
    line-height: 18px;
  }

  .mauop dl dd {
    width: 60%;
  }

  .p1 {
    font-size: 12px;
    line-height: 20px;
    padding: 0 0 12px 0;
  }

  .mauop dl dt {
    width: 34%;
  }

  .p1 {
    max-height: 180px;

    padding-right: 10px;
    overflow: auto;
  }

  .p1::-webkit-scrollbar {
    background-color: #ccc;
    width: 3px;
    border-radius: 5px;
  }

  .p1::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #99ee2d;
  }
}


.xingxing {
  display: inline-block;
}

.anfaceboxwchor span {
  display: inline-block;
  margin-left: 6px;
}

.icon-collection-selected:before {
  font-size: 18px;
  color: #ffdf40;
  display: inline-block;
}

.icon-collection-unselected:before {
  font-size: 16px;
  margin-right: 2px;
  color: #ffdf40;
  display: inline-block;
}