.milk {
  width: 100%;
}
.milk .milk-header {
  width: 100%;
  height: 40rem;
  background-image: url("/static/top.png");
  background-size: 100% 100%;
  padding: 11.5625rem 0 0 16.25rem;
  display: flex;
  flex-direction: column;
}
.milk .milk-header .input-number {
  width: 25.9375rem;
  height: 3.0625rem;
  background: #FFFFFF;
  border-radius: 1.5625rem;
  margin-top: 5.375rem;
  border: 1px solid #DCDEE2;
  padding-left: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.milk .milk-header .input-number div {
  display: flex;
  align-items: center;
  width: 8.875rem;
  height: 100%;
  background: #1463EF;
  border-radius: 1.5625rem;
  justify-content: center;
  gap: 0.6875rem;
}
.milk .milk-header .input-number div img {
  width: 0.9375rem;
  height: 0.75rem;
}
.milk .milk-header .input-number div span {
  font-size: 1rem;
  color: #FFFFFF;
}
.milk .milk-header .input-number input {
  flex-grow: 1;
  border: unset;
  outline: unset;
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  font-style: normal;
}
.milk .milk-header .sub-title {
  display: flex;
  flex-direction: column;
  margin-top: 1.375rem;
}
.milk .milk-header .sub-title span {
  font-size: 1rem;
  color: #666666;
  line-height: 1.75rem;
  text-align: left;
  font-style: normal;
}
.milk .milk-header .tip-title {
  display: flex;
  align-items: center;
}
.milk .milk-header .tip-title span {
  font-size: 2.625rem;
  line-height: 3.6875rem;
  font-style: normal;
  font-weight: bold;
}
.milk .milk-header .tip-title span:first-child {
  color: #1463EF;
}

.solution {
  width: 100%;
  padding: 4.375rem 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution span {
  font-size: 2.25rem;
  color: #333333;
  line-height: 3.125rem;
}
.solution img {
  width: 87.5rem;
  margin-top: 2.5rem;
  height: 40.25rem;
}
.solution:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #FAFAFB 0%, #FFFFFF 100%);
  height: 45.25rem;
}

.why-choose {
  margin-top: 6.25rem;
  padding: 0 16.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why-choose .input-number {
  width: 8.875rem;
  height: 3.0625rem;
  background: #FFFFFF;
  border-radius: 1.5625rem;
  margin-top: 5.375rem;
  border: 1px solid #DCDEE2;
  display: flex;
  align-items: center;
  transition: all 0.5s;
  justify-content: space-between;
}
.why-choose .input-number:hover {
  width: 25.9375rem;
  padding-left: 1.25rem;
}
.why-choose .input-number:hover input {
  width: unset;
}
.why-choose .input-number div {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 8.875rem;
  height: 100%;
  background: #1463EF;
  cursor: pointer;
  border-radius: 1.5625rem;
  justify-content: center;
  gap: 0.6875rem;
}
.why-choose .input-number div img {
  width: 0.9375rem;
  height: 0.75rem;
}
.why-choose .input-number div span {
  font-size: 1rem;
  color: #FFFFFF;
}
.why-choose .input-number input {
  flex-grow: 1;
  border: unset;
  outline: unset;
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
  font-style: normal;
  width: 0;
}
.why-choose .btn {
  display: flex;
  align-items: center;
  width: 8.875rem;
  height: 3.0625rem;
  margin-top: 3.125rem;
  cursor: pointer;
  background: #1463EF;
  border-radius: 1.5625rem;
  justify-content: center;
  gap: 0.6875rem;
}
.why-choose .btn img {
  width: 0.9375rem;
  height: 0.75rem;
}
.why-choose .btn span {
  font-size: 1rem;
  color: #FFFFFF;
}
.why-choose .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 4.125rem;
}
.why-choose .list .item {
  width: 20.9375rem;
  height: 20.75rem;
  background: #F7F8FB;
  border-radius: 0.75rem;
  padding: 2.1875rem 1.5625rem 0 1.5625rem;
  display: flex;
  flex-direction: column;
}
.why-choose .list .item .desc {
  font-size: 0.875rem;
  color: #636974;
  line-height: 1.4375rem;
  text-align: left;
  margin-top: 1.25rem;
  font-style: normal;
}
.why-choose .list .item .title {
  font-size: 1.25rem;
  color: #333333;
  line-height: 1.8125rem;
  text-align: left;
  white-space: pre-wrap;
  font-style: normal;
  margin-top: 1.25rem;
}
.why-choose .list .item img {
  width: 3.375rem;
  height: 3.375rem;
}
.why-choose > span {
  font-size: 2.25rem;
  color: #333333;
  line-height: 3.125rem;
  text-align: right;
  font-style: normal;
}

/*# sourceMappingURL=milk.css.map */
