@font-face {
  font-family: "sy";
  src: url("./SourceHanSansCN-Normal.otf");
}

* {
  font-family: 'sy';
}

.container {
  width: 100%;
}

.tabbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1500px;
  height: 88px;
  background-color: #ffffff;
  border-radius: 6px;
  margin: 0 auto;
  padding: 0 50px;
}

.logo {
  width: 452px;
  height: 32px;
}

.logo img {
  width: 100%;
  height: 100%;
}

.navigationTab {
  font-size: 16px;
  /* width: 582px; */
  height: 100%;
  margin-left: 96px;
}

.navigationTab ul {
  display: flex;
  width: 100%;
  height: 100%;
}
.navigationTab ul li:first-child{
  margin-left: 0;
}
.navigationTab ul li {
  line-height: 88px;
  text-align: center;
  font-weight: bold;
  color: #333333;
  margin-left: 50px;
}

.navigationTab ul li:hover {
  color: #c8103d;
}

.tabbarInp {
  position: relative;
  width: 160px;
  height: 34px;
  border-radius: 6px;
}

.tabbarInp input {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 6px !important;
  border: solid 1px #c8103d;
  padding-left: 10px;
  box-sizing: border-box;
}

.tabbarInp img {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.center {
  width: 460px;
  padding: 42px 0 40px 0;
  margin-left: 100px;
  float: left;
}

.goodsTitle {
  font-size: 24px;
  /* font-weight: bold; */
}
.goodsTitle span{
  line-height: 1.5;
}

.goodsintroduce {
  font-size: 16px;
}

.goodsintroduce * {
  line-height: 2.5;
}

.goodsintroduce {
  margin-top: 50px;
}

.goodsintroduce ul li:first-child {
  margin-top: 0;
}

.goodsintroduce ul li {
  display: block;
  margin-top: 15px;
}


.right {
  width: 280px;
  border: 2px solid #eeeeee;
  float: right;
}

.moreProducts {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  background-color: #c8103d;
  color: white;
  font-size: 14px;
  padding: 0 12px;
}

.goods {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 128px;
  border-bottom: 2px solid #eeeeee;
  padding: 20px;
}

.goods:last-child {
  border-bottom: 0;
}

.goodsImg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.goodsImg img {
  width: 100%;
}

.goodsTxt {
  display: flex;
  align-items: center;
  width: 50%;
  font-size: 14px;
  color: #555555;
  line-height: 22px;
}

.goodsTxt span {
  line-height: 22px;
}

.goods:hover .goodsTxt {
  color: #c8103d;
}

.nutrition {
  width: 1400px;
  margin: 0 auto;
}

.probiotics {
  display: flex;
  width: 100%;
  font-size: 18px;
  background-color: #f5f5f5;
  margin-top: 50px;
  border-bottom: 1px solid #c8103d;
}

.probiotics>div {
  padding: 15px 74px;
  cursor: pointer;
}

.probioticsMain {
  width: 100%;
  /* height: 673px; */
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  box-sizing: border-box;
  padding: 36px 66px 70px 70px;

}

.probioticsMain * {
  line-height: 1.875;
}

.probioticsMain>p {
  font-size: 16px;
  /* color: #c8103d; */
}

.probioticsMain>p>strong {
  font-weight: bold;
}

.probioticsMain ul {
  margin-top: 46px;
  line-height: 55px;

}

.probioticsMain ul li {
  list-style-type: none;
  font-size: 18px;
  color: #333333;
  margin-top: 30px;

}

.t1 {
  font-size: 22px;
  color: #c8103d;
  font-weight: bold;
  padding-top: 37px;
}

.introduction {
  width: 100%;
  margin-top: 46px;
}

.introductionTitle {
  font-size: 18px;
  font-weight: bold;
}

.introductionTxt {
  font-size: 16px;
  color: #707070;
  margin-top: 10px;
  line-height: 30px;
}

.bgc {
  background-color: #c8103d;
  color: white;
}

.head {
  width: 100%;
  height: 180px;
  background-color: #f6f6f6;
}

.head-main {
  display: flex;
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}

.c1 {
  width: 25%;
  height: 100%;
}

.c1-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  font-size: 16px;
  color: #666666;
}

.introduce {
  width: 100%;
  height: 140px;
  background-color: #79a74e;
  text-align: center;
  padding: 25px 0;
  box-sizing: border-box;
}

.introduce>div {
  height: 33.33%;
  /* line-height: 46px; */
  color: white;
  font-size: 16px;
}

.footer {
  width: 100%;
  height: 65px;
  text-align: center;
  line-height: 65px;
  color: #555555;
}

.nutritionBox {
  width: 1400px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  margin-bottom: 29px;
}

.nutritionMain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 68px;
  background-color: #f8f8f8;
  padding: 0 75px 0 24px;
}

.nutritionQAIcon span {
  display: inline-block;
  margin-left: 32px;
  font-size: 20px;
}

.nutritionTxt {
  /* display: flex; */
  width: 100%;
  font-size: 16px;
  color: #000;
  padding: 36px 66px 70px 70px;
  border-top: 1px solid #e5e5e5;
  line-height: 1.5;
}

.nutritionTxt * {
  line-height: inherit;
}
.nutritionTxt strong{
    font-weight: bold;
}

.nutritionTxt ul li:first-child {
  margin-top: 0;
}

.nutritionTxt ul li {
  margin-top: 20px;
}

. {
  position: relative;
  display: inline;
  right: -200px;
  top: 78px;
  background-color: orangered;
  padding: 5px 10px;
  color: white;
  text-align: center;
  border-radius: 10px;
}

.none {
  display: none;
}

.block {
  display: block;
}

.f {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  height: 88px;
  background-color: #ffffff;
  border-radius: 6px;
  z-index: 9;
  padding: 0 50px;
  width: 1500px;
  box-sizing: border-box;
}

@media screen and (max-width: 1440px) {
  body {
    zoom: .857;
  }
}

@media screen and (max-width: 1400px) {
  .tabbar, .f {
    width: 100%;
    box-sizing: border-box;
  }

  .head-main,
  .nutrition,
  .nutritionBox {
    width: 1200px;
  }
}

@media screen and (max-width: 1366px) {

  .head-main,
  .nutrition,
  .nutritionBox {
    width: 1200px;
  }
}

@media screen and (max-width: 1280px){
  .news-slider__arrow.news-slider-prev{
    left: -100px;
  }
  .news-slider__arrow.news-slider-next{
    right: -100px;
  }
  .head-main{
    width: 1300px;
  }
  .navigationTab{
    margin-left: 50px;
  }
  .navigationTab ul li{
    margin-left: 30px;
  }
} 