.downmenu {
  width: 100%;
  height: 280px;
  background-color: white;
  box-shadow: 0 6px 6px #dedede;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e8e8e8;
  z-index: 999;
  position: fixed;
  top: 137px;
  box-sizing: border-box;
}

.downmenu_kuan {
  width: 1200px;
  height: 100%;
}

.downmenu_top {
  width: 1200px;
  height: 80px;
  border-bottom: 1px dashed #f1f1f1;
}

.downmenu_top > ul {
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
}

.downmenu_top > ul > li {
  width: 240px;
  height: 100%;
  cursor: pointer;
}

.downmenu_top > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.downmenu_top > ul > li p {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  margin: 0;
  text-indent: 10px;
  padding-top: 25px;
  padding-bottom: 20px;
  transition: color 0.2s ease;
}

.downmenu_top > ul > li:hover p {
  color: #f92028;
}

.downmenu_item {
  width: 100%;
  height: 170px;
  padding-top: 15px;
}

.downmenu_item > ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.downmenu_item > ul > li {
  width: 220px;
  height: 60px;
  margin: 10px;
  background-color: #f8f8f8;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.downmenu_item > ul > li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 0 10px;
  box-sizing: border-box;
}

.downmenu_item > ul > li:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.downmenu_item > ul > li:hover p:nth-child(1) {
  color: #f92028;
}

.downmenu_item > ul > li p:nth-child(1) {
  font-size: 14px;
  color: #4c4c4c;
  margin: 0;
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
  transition: color 0.2s ease;
}

.downmenu_item > ul > li p:nth-child(2) {
  font-size: 12px;
  color: #999999;
  margin: 0;
  padding-top: 6px;
  line-height: 1.3;
}

.dm_hot {
  background-color: #f35741;
  color: white;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border: 0;
  outline: none;
  font-size: 10px;
  padding: 1px 6px;
  cursor: pointer;
  line-height: 1.2;
}

.dm_new {
  background-color: #1c9afd;
  color: white;
  border-radius: 25px;
  border: 0;
  outline: none;
  font-size: 10px;
  padding: 1px 6px;
  cursor: pointer;
  line-height: 1.2;
}
