* {margin: 0; padding: 0;}
body {
  background: #FFF;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: PingFangSC-Regular, sans-serif;
  color: #333;
  letter-spacing: 0;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mainWrap {
  width: 100%;
  margin: 0 auto;
  transition: padding .3s ease-in-out;
}
.aleft {
  text-align: left;
}
.bgWrap {
  background: #F7F7F7;
}
.mr0 {
  margin-right: 0!important;
}
.flex1 {
  flex: 1;
}
/* toptip */
.toptip {
  display: flex;
  align-items: center;
  text-align: left;
  transition: height .3s ease-in-out;
  background-color: white;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.toptip .ttclose {
  width: .24rem;
}
.toptip .csImg {
  margin-left: .24rem;
}
.toptip .tttext {
  margin-left: .16rem;
  flex: 1;
  font-family: PingFangSC-Medium, sans-serif;
}
.toptip .ttlink {
  display: inline-block;
  /* width: 1.84rem; */
  padding: 0 0.2rem;
  height: 100%;
  background: #002c5b;
  font-family: PingFangSC-Medium, sans-serif;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}
/*背景块内的list*/
.bgList {
  display: flex;
}
.bgList div {
  flex: 1;
  text-align: center;
  border-right: 1px solid #ddd;
}
.bgList div:last-child {
  border-right: 0;
}
.bgList div p {
  color: #666666;
  margin: 0;
}
.bgList div p:last-child {
  margin-bottom: 0;
  /* color: #333; */
  font-family: Bebass-Regular, sans-serif;;
  /* font-weight: bold; */
  margin-top: 4px;
}
.bgList div p span {
  /*font-family: robot-medium;*/
  font-family: "Robot","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
  color: #333333;
  font-weight: bold;
}
.bgList div p span:first-child {
  margin-left: 0;
}
/*标题*/
.titleWrap {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.titleWrap h1,
.titleWrap h3 {
  flex: 1;
  margin: 0;
}
/* 卡片块 */
.cardWrap {
  display: flex;
  align-items: center;
}
.cardWrap .texts {
  flex: 1;
}
.cardWrap .texts p {
  width: 100%;
  margin: 0;
}
.cardWrap .texts .btn {
  display: block;
  max-width: 3.18rem;
  border-radius: .24rem;
  height: .64rem;
  line-height: .64rem;
  font-family: PingFangSC-Semibold, sans-serif;
  font-size: .24rem;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}
.cardWrap .texts .btn.redBtn {
  background: #FF7D5D;
}
.cardWrap .texts .btn.greenBtn {
  background: #00c1bb;
}
.cardWrap .texts .btn.darkBlueBtn {
  background: #002c5b;
}
/* 评分 */
.rateInfoWrap {
  display: flex;
}
.rateWrap {
  display: flex;
}
.rateWrap img:last-child {
  margin-right: 0 !important;
}
/*swiper*/
.swiper-container .reciWrap:last-child, .swiper-container .deviWrap:last-child {
  margin-right: 0;
}
.swiper-container .reciWrap > img, .swiper-container .deviWrap > a > img {
  display: block;
  object-fit: cover;
}
/*推荐*/
.swiper-container .reciWrap:last-child{
  margin-right: 0;
}
.swiper-container .reciWrap p {
  margin: 0;
  font-family: PingFangSC-Medium, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.swiper-container .reciWrap .rateNum {
  font-family: PingFangSC-Medium, sans-serif;
  color: #666666;
  letter-spacing: 0;
}
/*设备列表*/
.swiper-container .deviWrap {
  cursor: pointer;
  background: #F7F7F7;
  box-sizing: content-box;
}
.swiper-container .deviWrap.curDeviWrap {
  border-style: solid;
  border-color: #002c5b;
}
.swiper-container .deviWrap a {
  text-decoration: none;
}
.swiper-container .deviWrap p {
  margin-bottom: 0;
  word-break:keep-all;
  overflow:hidden;
  color: #666;
  text-align: center;
  font-weight: 500;
}
/*标题*/
.h1title, h3title {
  font-family: PingFangSC-Semibold, sans-serif;
  margin: 0;
}
.h2title, .h2title h2 {
  font-family: PingFangSC-Medium, sans-serif;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
}
.h2title {
  background-repeat: no-repeat;
  background-position: 0 center;
}
.h2title.iconNotes {
  background-image: url(../images/icon-chef-s-notes-40.svg);
}
.h2title.iconIngre {
  background-image: url(../images/icon-ingrendients-orange-20.svg);
}
.h2title.iconStep {
  background-image: url(../images/icon-direction-40.svg);
}
.h2title.iconDevice {
  background-image: url(../images/icon-device-40.svg);
}
.h2title.iconMore {
  background-image: url(../images/icon-more-40.svg);
}
.h2title.iconReview {
  background-image: url(../images/icon-review-40.svg);
}
.h2title.iconAller {
  background-image: url(../images/icon-aller.svg);
}
.h2title.iconNutri {
  background-image: url(../images/icon-nutri.svg);
}
/*评分*/
.rateInfoWrap #rateCount {
  font-family: PingFangSC-Medium, sans-serif;
  color: #666666;
}
/*配料*/
.ingreWrap .h2title span {
  font-family: PingFangSC-Medium, sans-serif;
  color: #666666;
}
.ingreWrap dl dd.borderb {
  border-bottom: 1px dashed #ccc;
  /* background: url('../images/img_dash.png') repeat-x left bottom; */
}
.ingreWrap dl dt {
  font-weight: 700;
}
.ingreWrap dl dd {
  margin: 0;
  /* display: flex; */
}
.nutriWrap .titleWrap h1 {
  font-family: PingFangSC-Medium, sans-serif;
}
.nutriWrap .titleWrap span {
  font-family: PingFangSC-Regular, sans-serif;
  color: #666666;
}
/* 版权 */
.copyWrap, .copyWrap #copyImg, .copyWrap #copyText {
  display: none;
}
.copyWrap #copyImg[alt] {
  font-size: 10px;
}
.copyWrap #copyText {
  font-family: SFProText, sans-serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.45);
}
.copyWrap #copyText a {
  color: #009e99;
  text-decoration: none;
}
/* 烹饪参数 */
.cookWrap {
  display: flex;
  justify-content: space-between;
}
.cookSubWrap, .cookPrepTimeWrap {
  flex: 1;
  text-align: center;
  background-position: right bottom;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cookTempWrap, #cookTempWrap2 {
  background-color: #e5f8f8;
  background-image: url(../images/img-temp-80.svg);
}
#cookTimeWrap, #cookTimeWrap2 {
  background-color: #f4eefc;
  background-image: url(../images/img-cook-time-80.svg);
}
#prepTimeWrap, #prepTimeWrap2, #prepTimeWrapForDoubleZone {
  background-color: #fff2ee;
  background-image: url(../images/img-prep-time-80.svg);
}

#wellnessTagWrap {
  display: flex;
  margin-top: 8px;
}
#wellnessTagWrap span {
  font-family: PingFangSC-Regular, sans-serif;
  background: rgba(0, 193, 188, 0.06);
  color: #009E99;
  display: inline-block;
}
#allergenTagList {
  display: flex;
  list-style: none;
}
#allergenTagList li {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-family: PingFangSC-Regular, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
#allergenTagList li img {
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
.nutriCalWrap {
  color: rgba(0, 0, 0, 0.45);
  font-family: PingFangSC-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#showMoreWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#showMoreText {
  color: #009E99;
  font-family: PingFangSC-Regular, sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3
}
#otherNutriWrap p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
  font-family: PingFangSC-Regular, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#otherNutriWrap p:last-child {
  margin-bottom: 0;
}
#otherNutriWrap p span {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}