#Huxi .H-h1 {
  color: #2e9ad3;
}
#Huxi .H-h2 {
  color: #2e9ad3;
  border-bottom: 2px solid #2e9ad3;
}
#Huxi .H-h3 {
  color: #2e9ad3;
}
#Huxi .H-list li {
  margin: 10px 0;
}
#Huxi .H-list li::before {
  content: "●";
  display: inline-block;
  margin-right: 7px;
  color: #2e9ad3;
}
#Huxi .H-info .H-table {
  width: 100%;
  border: none !important;
  border-collapse: collapse;
}
#Huxi .H-info .H-table tr {
  border: none !important;
}
#Huxi .H-info .H-table tr td {
  border: 1px solid #2e9ad3;
}
#Huxi .H-info .H-table tr td:nth-child(2) {
  text-align: center;
}
#Huxi .parameter-padiing {
  width: 100%;
  text-align: center;
  border: none !important;
  font-size: 12px;
  border-collapse: collapse;
}
#Huxi .parameter-padiing tr {
  border: none !important;
}
#Huxi .parameter-padiing tr td {
  padding: 0;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #2e9ad3;
}
#Huxi .parameter-padiing tr td:nth-child(2) {
  text-align: center;
}
#Huxi .parameter {
  width: 100%;
  border: none !important;
  font-size: 12px;
  border-collapse: collapse;
}
#Huxi .parameter tr {
  border: none !important;
}
#Huxi .parameter tr td {
  padding: 10px;
  font-size: 14px;
  border: 1px solid #2e9ad3;
}
#Huxi .parameter tr td:nth-child(2) {
  text-align: center;
}
#Huxi .H-card {
  width: 100%;
  box-sizing: border-box;
  border: 1px dashed #cacacb;
  border-radius: 25px;
  padding: 25px;
}
#Huxi .H-card .H-card-info {
  display: flex;
  justify-content: space-between;
}
#Huxi .H-card .card-left img {
  max-width: 100%;
}
#Huxi .H-card .card-right {
  flex: 1;
}
#Huxi .H-card .card-right img {
  max-width: 100%;
}
#Huxi .H-ud {
  width: 50%;
}
#Huxi .H-ud .ud-top p {
  height: 127px;
}
#Huxi .H-flex {
  margin-top: 20px;
  display: flex;
}
#Huxi .H-flex .flex-item {
  display: flex;
  margin-right: 20px;
  justify-content: space-evenly;
}
#Huxi .H-flex .flex-item .item-info {
  margin-right: 10px;
}
#Huxi .H-flex .flex-item .item-info p {
  margin-top: 10px;
  text-indent: 0;
  padding: 0;
  margin: 0;
}
#Huxi .H-flex .flex-item .item-img {
  vertical-align: middle;
}
