.page-main {
  background-color: #F7F7F7;
  padding-top: 20px;
  padding-bottom: 50px;
}

.breadcrumb {
  display: flex;
  font-size: 14px;
}

.breadcrumb li a {
  color: #11CA95;
}

.banner {
  display: flex;
  justify-content: space-between;
  height: 370px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 18px;
  padding: 22px 31px 22px 20px;
}

.banner .img-box {
  display: flex;
  justify-content: space-between;
  width: 704px;
  height: 326px;
  /* background-color: pink; */
}

.banner .img-preview {
  width: 577px;
  height: 326px;
}

.banner .img-preview img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.banner .img-list {
  position: relative;
  width: 107px;
  height: 326px;
  padding-top: 26px;
}

.banner .img-list li {
  margin-bottom: 10px;
}

.banner .img-list li.active img {
  border: 2px solid #11CA95;
}


.banner .img-list img {
  width: 107px;
  height: 61px;
  border-radius: 5px;
}

.banner .img-list .up-btn {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -8px;
}

.banner .img-list .down-btn {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -8px;
}

.banner .intro-box {
  width: 404px;
  height: 326px;
  /* background-color: green; */
}

.banner .intro-box .title {
  display: flex;
  justify-content: space-between;
  height: 45px;
  line-height: 45px;
}

.banner .intro-box .title h2 {
  font-size: 32px;
  font-weight: 600;
}

.banner .intro-box .title .shoucang {
  color: #FF361C;
  font-size: 14px;
}

.banner .intro-box .text {
  font-size: 14px;
  line-height: 20px;
  margin-top: 13px;
}

.banner .intro-box .info {
  margin-top: 15px;
}

.banner .intro-box .info .item {
  display: flex;
  font-size: 14px;
  margin-bottom: 18px;
}

.banner .intro-box .info .item .dt {
  width: 56px;
  height: 20px;
  margin-right: 30px;
}

.banner .intro-box .info .item .dd span {
  padding: 8px;
  margin-right: 10px;
  background-color: #EAFBF6;
  color: #0DAD7F;
  border-radius: 8px;
  font-size: 14px;
}


.detail-box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.detail-box .product {
  width: 860px;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 54px;
}

.detail-box .product h4 {
  padding-left: 21px;
  font-size: 18px;
  font-weight: 600;
}

.detail-box .product table {
  width: 753px;
  height: 475px;
  border: 1px solid #C1E6DB;
  margin: 0 auto;
  margin-top: 20px;
  border-collapse: collapse;
}

.detail-box .product table tr:nth-child(-n+3) {
  height: 55px;
}

.detail-box .product table th {
  width: 199px;
  border: 1px solid #C1E6DB;
  background-color: #F9FFFD;
}

.detail-box .product table td {
  width: 554px;
  border: 1px solid #C1E6DB;
  padding-left: 25px;
  font-size: 14px;
  line-height: 25px;
}

.detail-box .product .content {
  text-align: center;
  font-size: 32px;
}

.detail-box .product .artical {
  font-weight: 600;
  margin-top: 35px;
  margin-bottom: 40px;
  line-height: 55px;
}

.detail-box .product img {
  margin-bottom: 20px;
}

.detail-box .product .artical2 {
  line-height: 60px;
}

.detail-box .product .artical2 span {
  color: #11CA95;
}

.detail-box .food-article {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  margin-top: 58px;
  color: #000;
}

.detail .food-article .img {
  margin: 56px 0;
}

.detail .food-article .img img {
  width: 756px;
}

.detail .food-article ins {
  color: #11CA95;
}

.detail-box .recommend {
  width: 320px;
  height: 663px;
  background-color: #fff;
  border-radius: 10px;

}

.detail-box .recommend h4 {
  padding-left: 16px;
  margin-top: 23px;
  margin-bottom: 10px;
}

.detail-box .recommend li {
  display: flex;
  /* margin-top: 20px; */
  padding: 10px 16px;
}

.detail-box .recommend li:hover {
  background-color: #EBF6F2;
}

.detail-box .recommend li img {
  width: 138px;
  height: 78px;
  border-radius: 10px;
  margin-right: 6px;
}

.detail-box .recommend li .text {
  line-height: 20px;
}

.detail-box .recommend li .addr {
  font-size: 14px;
  color: #80878C;
}