#newHeader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#newHeader .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#newHeader .cont .logo {
  width: 150px;
}
#newHeader .cont .right {
  display: flex;
  align-items: center;
}
#newHeader .cont .right .menuLink {
  font-size: 20px;
  color: #fff;
  margin-right: 40px;
}
#newHeader .cont .right .cardNum {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #e94b35;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  display: none;
}
#newHeader .cont .right .searchBox {
  position: relative;
  min-width: 38px;
  height: 38px;
}
#newHeader .cont .right .searchBox input {
  border-radius: 20px;
  display: none;
}
#newHeader .cont .right .searchBox .search {
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
#newHeader .cont .right .searchBox.on input {
  display: block;
}
#newHeader .cont .right .searchBox.on .search {
  background: #29392c;
}
#newHeader .cont .right .icons {
  color: #fff;
}
#newHeader .cont .right .icons a {
  font-size: 20px;
  margin-left: 20px;
  position: relative;
}
#newHeader.on {
  background: rgba(0, 0, 0, 0.6);
}
#mHeader {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
}
#mHeader .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 10px 0;
}
#mHeader .cont .menu {
  width: 50px;
}
#mHeader .cont .logo img {
  height: 55px;
}
#mHeader .cont .right {
  color: #fff;
  position: relative;
  padding: 10px 20px;
  border-radius: 5px;
}
#mHeader .cont .right .num {
  width: 16px;
  height: 16px;
  background: #d9534f;
  display: block;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  position: absolute;
  left: 28px;
  top: 6px;
  display: none;
}
#mHeader .cont .right .text {
  display: none;
}
#mHeader .cont .right.on {
  background: #fff;
  color: #CC6E1F;
}
#menuSliderBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  display: flex;
  background: rgba(0, 0, 0, 0.1);
  z-index: 100;
  transition: all 0.5s;
}
#menuSliderBox.on {
  left: 0;
}
#menuSliderBox .menuSlider {
  max-width: 350px;
  box-sizing: border-box;
  padding: 0 20px;
  background: #000;
  height: 100%;
  width: 100%;
}
#menuSliderBox .menuSlider .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
#menuSliderBox .menuSlider .top .logo {
  width: 120px;
}
#menuSliderBox .menuSlider .top .close {
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
#menuSliderBox .menuSlider .a {
  line-height: 40px;
  color: #fff;
  display: block;
  cursor: pointer;
}
#newBanner {
  position: relative;
}
#newBanner .bannerimg {
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
}
#newBanner .bannerimg img {
  width: 100%;
}
#newBanner .img1 {
  height: 750px;
  background: url(../img/nBanner.jpg) no-repeat center 9%;
  background-size: 1920px auto;
}
#newBanner .img2 {
  height: 750px;
  background: url(../img/nBanner2.jpg) no-repeat center 65%;
  background-size: 1920px auto;
}
#newBanner .img3 {
  height: 750px;
  background: url(../img/nBanner3.jpg) no-repeat center 50%;
  background-size: 1920px auto;
}
#newBanner .img4 {
  height: 750px;
  background: url(../img/nBanner4.jpg) no-repeat center 75%;
  background-size: 1920px auto;
}
#newBanner .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 100px;
}
#newBanner .cont .t {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
}
#newBanner .cont a {
  background: #fff;
  display: block;
  padding: 10px 15px;
  border-radius: 10px;
}
#newBannerBotText {
  padding: 50px 0;
  background: #f7f7f7;
  color: #1e1e1e;
}
#newBannerBotText .cont {
  position: relative;
}
#newBannerBotText p.t {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
#newBannerBotText p.b {
  font-size: 14px;
}
#newBannerBotText a {
  position: absolute;
  right: 0;
  background: #fff;
  display: block;
  padding: 10px 15px;
  border-radius: 10px;
  top: 10%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#newIndexGoods {
  padding: 50px 0;
}
#newIndexGoods .title {
  text-align: center;
  margin-bottom: 50px;
  color: #1e1e1e;
}
#newIndexGoods .title p.t {
  font-size: 30px;
}
#newIndexGoods .title p.b {
  font-size: 14px;
}
#newIndexGoods .cont {
  position: relative;
}
#newIndexGoods .cont .leftBtn {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
  border-radius: 15px;
  cursor: pointer;
}
#newIndexGoods .cont .rightBtn {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  border-radius: 15px;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#newIndexGoods .item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
#newIndexGoods .item .imgBox {
  background: #f7f7f7;
  text-align: center;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
}
#newIndexGoods .item .imgBox img {
  width: 50%;
}
#newIndexGoods .item .text {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  text-align: center;
}
#newIndexGoods .item .addCard {
  position: absolute;
  bottom: 10px;
  left: -50px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  padding: 5px 9px;
  border-radius: 6px;
  transition: all 0.5s;
}
#newIndexGoods .item .addCard span {
  font-size: 14px;
  display: none;
}
#newIndexGoods .item:hover .addCard {
  left: 10px;
}
#newIndexGoods .item:hover .addCard:hover span {
  display: inline-block;
}
#newQuality {
  padding: 50px 0;
}
#newQuality .title {
  text-align: center;
  color: #1e1e1e;
  font-size: 30px;
}
#newQuality .top {
  margin-top: 30px;
}
#newQuality .top > div {
  display: flex;
  justify-content: space-between;
}
#newQuality .top > div .item {
  width: 48%;
  text-align: center;
}
#newQuality .top > div .item img {
  margin-bottom: 10px;
  width: 50px;
}
#newQuality .bottom {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
#newQuality .bottom p.t {
  font-weight: bold;
  font-size: 20px;
}
#newQuality .bottom p.b {
  font-weight: 300;
  font-size: 14px;
}
#newQuality .bottom .left {
  width: 32%;
  height: 480px;
  background: url(../img/travel-storytelling-couple2.png) right center no-repeat;
  background-size: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
#newQuality .bottom .left:hover .shadow {
  background: rgba(0, 0, 0, 0.2);
}
#newQuality .bottom .shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
#newQuality .bottom .shadow i {
  color: #fff;
  font-size: 50px;
  position: absolute;
  left: 20px;
  bottom: 10px;
}
#newQuality .bottom .center,
#newQuality .bottom .right {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#newQuality .bottom .center > div,
#newQuality .bottom .right > div {
  height: 230px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
#newQuality .bottom .center > div:hover .shadow,
#newQuality .bottom .right > div:hover .shadow {
  background: rgba(0, 0, 0, 0.2);
}
#newQuality .bottom .bg2 {
  background: url(../img/side-view-woman-sitting-nature.jpg) bottom;
  background-size: 100% ;
}
#newQuality .bottom .bg3 {
  background: url(../img/young-couple-running-forest-trail.jpg) 80%;
  background-size: 110% ;
}
#newQuality .bottom .bg4 {
  background: url(../img/reading-women1.png) 10%;
  background-size: 100% ;
}
#newQuality .bottom .bg5 {
  background: url(../img/romantic-couple-celebrating-valentine-s-day-together-home.jpg) 80%;
  background-size: 110% ;
}
#science {
  padding: 50px 0;
}
#science .img img {
  border-radius: 20px;
}
#science .text {
  padding-top: 50px;
}
#science .text p.t {
  font-weight: bold;
  font-size: 28px;
  color: #1e1e1e;
}
#science .text p.b {
  font-weight: 300;
  font-size: 14px;
  color: #1e1e1e;
  margin-top: 20px;
}
#try {
  padding: 50px 0;
}
#try .cont {
  height: 300px;
  background: url(../img/top-view-natural-medicinal-spices-herbs.jpg) 0% 100%;
  background-size: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#try .cont .text {
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  max-width: 400px;
  color: #fff;
}
#try .cont .text p.t {
  font-size: 20px;
}
#try .cont .text p.b {
  font-size: 14px;
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.6);
}
#newFooter {
  background: #000;
  padding: 50px 0;
}
#newFooter .top {
  display: flex;
  margin-bottom: 10px;
}
#newFooter .top img {
  width: 100px;
  margin-right: 100px;
}
#newFooter p.tit {
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
#newFooter a {
  display: block;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
#newFooter .bText {
  margin-top: 30px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  #newBanner {
    height: 300px;
    background: url(../img/nBanner.jpg) no-repeat center 0%;
    background-size: 100% auto;
  }
  #newBanner {
    position: relative;
  }
  #newBanner .img1 {
    height: 300px;
    background: url(../img/nBanner.jpg) no-repeat center 9%;
    background-size: 100% auto;
  }
  #newBanner .img2 {
    height: 300px;
    background: url(../img/nBanner2.jpg) no-repeat center 65%;
    background-size: 100% auto;
  }
  #newBanner .img3 {
    height: 300px;
    background: url(../img/nBanner3.jpg) no-repeat center 50%;
    background-size: 100% auto;
  }
  #newBanner .img4 {
    height: 300px;
    background: url(../img/nBanner4.jpg) no-repeat center 75%;
    background-size: 100% auto;
  }
  #newBanner .cont {
    padding-top: 30px;
  }
  #newBanner .cont .t {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #newBanner .cont a {
    font-size: 12px;
    background: #fff;
    display: block;
    padding: 10px 15px;
    border-radius: 10px;
  }
  #newBannerBotText a {
    position: relative;
    display: inline-block;
    margin-top: 20px;
  }
  #newQuality .top > div .item {
    margin-bottom: 10px;
  }
  #newQuality .bottom {
    flex-wrap: wrap;
  }
  #newQuality .bottom .left {
    width: 100%;
    margin-bottom: 20px;
  }
  #newQuality .bottom .center,
  #newQuality .bottom .right {
    width: 100%;
  }
  #newQuality .bottom .center > div,
  #newQuality .bottom .right > div {
    margin-bottom: 20px;
  }
}
