.conter {
  max-width: 17.7215rem;
  margin: 0 auto;
}
body {
  background-color: #f7f8fa;
}
.header-box {
  width: 100%;
  height: 5.0633rem;
  background-image: url(/static/img/11r.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.519rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.header-box h1 {
  text-align: center;
  font-size: 0.6329rem;
  color: #fff;
}
.header-box h4 {
  text-align: center;
  font-size: 0.2025rem;
  color: #fff;
}
.title-box {
  width: 100%;
  text-align: center;
  padding: 1.0127rem 0;
}
.title-box h1 {
  width: 100%;
  padding-bottom: 0.1266rem;
  text-align: center;
}
.title-box h3 {
  color: #666;
}
.problem-box {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 1.8987rem;
  cursor: pointer;
}
.problem-box .problem-item {
  width: 3.7975rem;
  height: 5.0633rem;
  box-shadow: 0 0.1266rem 0.2532rem 0 #ccc;
}
.problem-box .problem-item:hover img {
  display: none;
}
.problem-box .problem-item:hover .nei-item {
  display: flex !important;
}
.problem-box .problem-item .nei-item {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  display: none;
}
.problem-box .problem-item .nei-item .item-list {
  flex: 1;
  padding: 0 0.1899rem;
  display: flex;
  align-items: center;
  justify-items: center;
}
.problem-box .problem-item .nei-item .item-list:hover {
  background-color: #f7f8fa;
}
.problem-box .problem-item .nei-item .item-list .zui {
  width: 100%;
  text-align: center;
}
.problem-box .problem-item .nei-item .item-list .zui h2 {
  padding-bottom: 0.1266rem;
}
.problem-box .problem-item .nei-item .item-list .zui p {
  color: #666;
}
.problem-box .problem-item img {
  width: 100%;
  height: 100%;
}
.meal-box {
  width: 100%;
  background-color: #fff;
  padding-bottom: 1.2658rem;
}
.meal-box .meal-bottom {
  width: 100%;
}
.meal-box .meal-bottom .meal-con {
  max-width: 17.7215rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.meal-box .meal-bottom .meal-con .meal-item {
  width: 3.4177rem;
  height: 5.1899rem;
  box-shadow: 0 0 0.0759rem 0 #cbcbcb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.6329rem;
  cursor: pointer;
  transition: all 0.5s;
}
.meal-box .meal-bottom .meal-con .meal-item .jia {
  width: 100%;
  text-align: center;
  font-size: 0.2278rem;
}
.meal-box .meal-bottom .meal-con .meal-item .jia span {
  font-size: 0.4051rem;
  color: #c12d47;
}
.meal-box .meal-bottom .meal-con .meal-item p {
  text-align: center;
  padding: 0 0.3165rem;
  font-size: 0.1772rem;
  color: #666;
}
.meal-box .meal-bottom .meal-con .meal-item .cha {
  padding: 0.1519rem 0.8861rem;
  font-size: 0.2025rem;
  background-color: #c5082c;
  color: #ffffff;
  cursor: pointer;
}
.meal-box .meal-bottom .meal-con .meal-item .cha:hover {
  color: #e5504f;
}
.meal-box .meal-bottom .meal-con .meal-item img {
  width: 100%;
  height: 1.2658rem;
}
.meal-box .meal-bottom .meal-con .meal-item:hover {
  transform: translateY(-0.2532rem);
}
.advantage-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.6329rem;
}
.advantage-bottom .advantage-item {
  width: 33.3%;
  height: 2.9114rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.6329rem;
  padding: 0.3165rem 0;
  cursor: pointer;
}
.advantage-bottom .advantage-item p {
  width: 100%;
  text-align: center;
  padding: 0 0.9494rem;
  font-size: 0.2025rem;
  color: #666;
}
.advantage-bottom .advantage-item h2 {
  padding-top: 0.1899rem;
  flex: 1;
  font-size: 0.2278rem;
}
.advantage-bottom .advantage-item:hover {
  background-color: #fff;
  border-radius: 0.2532rem;
}
