/*首页公告部分*/
.advsSwiper{

}
.advsSwiper .swiper-slide .bgCover{
  height: var(--doc-height);
}

.positionFull {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bannerTxt {
  z-index: 5;
}

.vidoeHover {
  opacity: 0;
  visibility: hidden;
  transition: .5s
}

.videoBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
}

.sonBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover !important;
  background-position-y: center;
}

.sonSwiper .txt {
  position: absolute;
}

.sonSwiper .vidoeHover::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, .5)
}

.sonSwiper .slides {
  max-height: 0;
  transition: 1s;
  overflow: hidden;  
}

/* 针对触摸设备的样式 */
@media (hover: none) and (pointer: coarse) {
  .sonSwiper .slides {
    max-height: 100%;
  }
  /* 其他针对触摸操作优化的样式 */
}

.sonSwiper .swiper-slide {
  width: 440px;
  width: 23vw;
  min-height:  var(--doc-height);
}

.homes {
  height:  var(--doc-height);
  overflow: hidden;
  background: #efefef;
}

.homes .section {
  background-color: #efefef;
  height:  var(--doc-height);
}

.dowebok {
  opacity: 0;
  transition: .5s;
}

.homes .dowebok.active {
  opacity: 1;
}

.homes .bgfff {
  background: #fff;
}

.textshoaw {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5)
}

.homes .swiper-slide {
  height:  var(--doc-height);
}

.thirdBg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 35%;
  background-size: cover !important;
}

.max500 {
  max-width: 500px;
}

.thirdBg .fct {
  position: relative;
  height: 100%;
}

.thirdBg .mores {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -0.25rem;
}

.fourthImg {  
    position: absolute;
    right: 0.4rem;
    top:45%;
    width: 38%;
}

.thirdImg {
  position: absolute;
  right: 1.5rem;
  bottom: .5rem;
  width: 25%;
}

.thirdImg .img1 {
  position: relative;
  z-index: 2;
  width: 100%;
}

.thirdImg .img2,
.thirdImg .img3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


.brandBtn {   
  background: #fff;
  color: #ff1d25; 
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  right: 0;
}

.leftBtn {
  right: auto;
  left: 0;
}

.brandCt {
  margin: .5rem 0 0.1rem 0;
  position: relative;
  padding: 0 1rem;
}

.brandCt .swiper-slide {
  height: auto;
}

.brands {
  padding: .8rem 0 0 0;
}

@media only screen and (min-width:1200px) {
  .brandBtn:hover {
    background: #ff1d25;
    color: #fff;
  }
}

@media only screen and (max-width:640px) {
  .thirdImg {
    width: auto;
    left: 1.5rem;
    right: 1.5rem;
  }

  .thirdImg img {
    max-height: 50vh;
  }

  .fourthImg {
    width: 6rem;
    right: -0.9rem;
    bottom: 3%;
  }
}

/*产品*/
.fullBanner {
  height: 800px;
  height:  var(--doc-height);
  background: #a9c7dd;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

.pageBread .autopage {
  flex-wrap: wrap;
}

.breadAbsolute {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 0;
  padding: .15rem 0;
  letter-spacing: 0.012rem;
  z-index: 1;
}

.pageBreadRel .breadAbsolute {
  position: relative;
}



.swiperBtn2 {
  background: #fff;
  color: #ff1d25;
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, .1);
  display: inline-block;
}

.swiperBtn3 {
  background: #eaca98;
  color: #fff;
  display: inline-block;
}

.swiperBtn4 {
  background: rgba(255, 29, 37, .1);
  color: #ff1d25;
}

.swiperBtn.swiper-button-disabled {
  cursor: default;
  background: #b1b1b1;
  border: none;
}

.swiperBtn3.swiper-button-disabled {
  cursor: default;
  background: #f5ecde;
  color: #eaca98;
}

.pd20 {
  padding-bottom: 2rem;
}

.pt15 {
  padding-top: 1.5rem;
}

.pt20 {
  padding-top: 2rem;
}

.lefts {
  text-align: left;
}

.rights {
  text-align: right;
}

.justify {
  text-align: justify;
}

.shubiao0 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .8rem;
  text-align: center;
  -webkit-animation: 3s dh_tt infinite linear both;
}


.shubiao {
  position: absolute;
  z-index: 3;
  bottom: 100px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 18px;
  height: 36px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.shubiao.black{
   color: rgba(51,51,51,0.4);
   border: 2px solid rgba(51,51,51,0.4);
}
.shubiao span {
  -webkit-animation: sbani 2s infinite;
  animation: sbani 2s infinite;
  position: absolute;
  top: 0
}

.shubiao span::after {
  position: absolute;
  top: 10px;
  right: -2px;
  content: '';
  width: 8px;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(45deg)
}

.shubiao span::before {
  position: absolute;
  top: 10px;
  left: -2px;
  content: '';
  width: 8px;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(-45deg)
}

.shubiao.black span::after,.shubiao.black span::before {
  background-color: rgba(51,51,51,0.4);
}

.shubiao div {
  width: 1.5rem;
  text-align: center;
  bottom: -0.3rem;
  position: absolute;
  left: -0.65rem;
}

@-webkit-keyframes sbani {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@keyframes sbani {
  0% {
    transform: translate(0, 0);
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    transform: translate(0, 20px);
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.redLine {
  width: .56rem;
  height: 3px;
  display: inline-block;
  background: #ff1d25;
}

.fullSwiper .swiper-slide.items {
  height:  var(--doc-height);
}

.fullHeight {
  height: 100%;
  height:  var(--doc-height);
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background-size: cover !important;
  background-position-y: top;
  background-position-x: center;
}

.fullHeights {
  height: 100%;
  height:  var(--doc-height);
  position: relative;
  z-index: 2;
  background-size: cover !important;
}

.fullCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.colorgreen {
  color: #25aeaf;
}

.wt60 {
  width: .6rem;
}

.wt130 {
  width: 1.3rem;
}

.wt100 {
  width: 1rem;
}

.bgf2f2f2 {
  background: #f2f2f2;
}

.bgf7f7f7 {
  background: #f7f7f7;
}

.public-pagination {
  text-align: center;
  padding-top: .2rem;
}

.public-pagination .swiper-pagination-bullet {
  border-radius: 0;
  height: 4px;
  width: .7rem;
  margin: 0 .15rem;
}

.public-pagination .swiper-pagination-bullet-active {
  background: #ff1d25;
}

.swiperTop {
    position: fixed;
    display: none;
    right: .01rem;
    bottom: .3rem;
    border-radius: 1rem;
    background: rgba(0, 0, 0, .5);
    z-index: 20;
    width: .3rem;
    line-height: 0.4rem;
    height: .3rem;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 0.05rem 0.1rem 0.15rem 0.1rem;    
}

.custom-chat {
  position: fixed; 
  right: .01rem;
  bottom: .815rem;  
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  width: .3rem;
  line-height: 0.3rem;
  height: .3rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 0.1rem;
}
.custom-chat:hover {
  background: #ff1d25;
}

.swiperTop.square {
  border-radius: 0;
}

.coloryellow {
  color: #d39a41;
}

.testBtn {
  display: inline-block;
  border: 1px solid #b5b5b5;
  color: #8d8d8d;
  border-radius: .1rem;
  padding: 0.08rem .3rem;
  transition: .5s;
}

.testBtn2 {
  padding: 0.08rem .56rem;
  transition: .5s;
}

.pa-ct {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.threeFlex dd {
  width: 32%;
  margin: 0 0 2% 0;
}
.threeFlex dd:last-child{
  width: 33%;
}

.threeFlex::after {
  content: '';
  width: 31.83%;
}

#nutrition_research_en .threeFlex dd:nth-of-type(2) {
  width: 38%;
}

#nutrition_research_en .threeFlex dd:last-child{
  width: 28%;
}

.publicBtn {
  display: inline-block;
  background: #fff;
  color: #ff1d25;
  padding: 0.1rem .3rem;
  border-radius: .3rem 0;
  transition: .5s;
  text-shadow: none;
  letter-spacing: 0.02rem;
}

.publicBtn_red {
  display: inline-block;
  background: #ff1d25;
  color: #fff;
  padding: 0.1rem .3rem;
  border-radius: .3rem 0;
  transition: .5s;
  text-shadow: none;
  letter-spacing: 0.02rem;
}

.publicBtn.plain {
  border: 1px solid #ff1d25;
  color: #ff1d25;
  background: transparent;
}

.radius1 {
  border-radius: .1rem;
}

.max1200 {
  width: 1200px;
  margin: auto;
  max-width: 94%;
}

.max550 {
  max-width: 550px;
}

.max700 {
  max-width: 700px;
}

.max40vw {
  max-width: 40vw;
}

.max45vw {
  max-width: 45vw;
}


.max50vw {
  max-width: 50vw;
}

.max60vw {
  max-width:60vw;
}


.max70vw {
  max-width: 70vw;
}


.max80vw {
  max-width: 80vw;
}

.max90vw {
  max-width: 90vw;
}



.bgfull {
  background-size: 100% auto !important;
  background-repeat: no-repeat;
}

.height100p {
  height: 100%;
  overflow: hidden;
}

.reports .fwidth {
  width: 110%;
}

.reports .reportLeft {
  width: 28%;
  margin-right: 3%;
}

.reports .pointSwiper .blockImg,
.nutritionMain .pointSwiper .blockImg {
  border: 1px solid #ccc;
  max-height: 52vh;
  object-fit: cover;
  object-position: top left;
}

.nutrition_report .reports .pointSwiper .blockImg{
  max-height:58vh;
}

.padAuto {
  padding-left: 2.3rem;
}

.padrAuto {
  padding-right: 1.3rem;
}

.wt50 {
  width: .5rem;
}

.wtHalf {
  width: 50%;
}

.projectTit {
  border-bottom: 1px solid #dedede;
}

.projectTit dl::before {
  border-bottom: 1px solid #dedede;
}

.projectTit dd {
  position: relative;
  cursor: pointer;
  padding: .2rem 0;
  color: #434343;
}

.projectTit dd::before {
  position: absolute;
  left: 50%;
  width: 0;
  height: 0.05rem;
  content: '';
  background: #ff1d25;
  transition: .5s;
  bottom: -0.025rem;
  border-radius: 5px;
}

.projectTit dd.on::before {
  width: .46rem;
  margin-left: -0.23rem;
}

.projectTit dd.on {
  color: #ff1d25;
}


.newSearch {
  position: absolute;
  right: 0;
  top: .25rem;
  min-width: 3rem;
  background: rgba(225, 255, 255, .1);
  color: #fff;
  border-radius: 1rem;
  overflow: hidden;
}

.newSearch input {
  background: transparent;
  border: 0;
  line-height: .28rem;
  height: 0.28rem;
  padding: .11rem 0.09rem 0.11rem .2rem;
  color: #fff;
  width: 80%;  
}
/* 针对 Safari 浏览器的特定适配 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .newSearch input {
    width: 79%; /* 确保在 Safari 中正确显示 */
  }
}

.newSearch input::-webkit-input-placeholder {
  color: #fff;
}

.newSearch input::-webkit-search-cancel-button {
  margin-right: 0.05rem;
}

.newSearch .btns {
  width: .55rem;
  line-height: .5rem;
  text-align: center;
  border-radius: 1rem;
}

.infoSwiper .items {
  background: #fff;
}

.infoSwiper .links {
  display: block;
  padding: .2rem .15rem;
}

.info-pagination .swiper-pagination-bullet {
  width: .5rem;
  margin: 0 5px;
}

.fenhong {
  padding: 2rem 0;
}

.fenhong .icon {
  border: 1px solid #fff;
  width: 1.3rem;
  border-radius: .2rem;
}

.fenhong .testBtn {
  color: #fff;
  padding: .1rem .4rem;
}

.pageInvestor .itemsirlink .fenhong.white .icon {
  border: 1px solid #6A6A6A;
  width: 0.9rem;
  padding: 0.2rem;
}




.serviceFlex .item {
  width: 24%;
  background: #fff;
  margin-bottom: .2rem;
  word-break: break-all;
}

.serviceFlex .item .link {
  display: block;
  padding: .5rem .1rem;
}

.diaoyan .pads {
  padding: 1rem;
}

.aroundSwiper.swiper-container {
  width: 98%;
  position: relative;
  left: 0;
}

.aroundSwiper .items {
  background: #fff;
  border-radius: .12rem;
}

.aroundSwiper .pads {
  padding: .3rem .3rem;
}

.pageInvestor .aroundSwiper .pads .tit {
  min-height: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.pageInvestor .itemsirlink .fenhong::before {
   content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
    z-index: -1;
}

.pageInvestor .itemsirlink .fenhong.white::before{
  background-color: rgba(0, 0, 0, 0.1); 
}

.pageInvestor .itemsirlink .fenhong.white .colorfff {
  color: #333;;
}

.aroundSwiper .name span {
  display: inline-block;
  position: relative; 
}

.aroundSwiper .testBtn {
  width: auto;
  padding: .1rem 0 !important;
  width: 47.5%;
}

.testBtn_red {
  color: #ff1d25;
  border-color: #ff1d25;
}

.aroundSwiper .dd {
  background: #fff;
  border-radius: .12rem;
  width: 32%;
  margin: 0 1.33% 1.33% 0;
}

.minCenter {
  min-height: 30vh;
}

.projectTit2 {
  border-color: rgba(225, 255, 255, .5);
}

.max550rem {
  width: 5.5rem;
}

.max450rem {
  width: 4.5rem;
}
.max400rem {
  width: 4rem;
}

.pages {
  text-align: center
}

.pages .jgdjfy>* {
  display: inline-block;
  background: rgba(255, 255, 255, .1);
  min-width: .52rem;
  line-height: .52rem;
  margin: 1px;
  color: #fff;
}

.pages2 .jgdjfy>* {
  background: #ddd
}

.pages .on {
  color: #ff1d25;
  background: #fff;
}

.pages2 .on {
  color: #fff;
  background: #ff1d25;
}

.pages .jgdjfy input {
  width: .6rem;
  text-align: center;
  border-bottom: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.pages .jgdjfy .bot {
  background: transparent !important;
  color: #fff !important;
}

.pages .jgdjfy .quer {
  line-height: .52rem;
  display: inline-block;
  padding: 0 .2rem;
  background: #ff1d25;
  color: #fff;
  margin-left: 5px;
}

.pages .jgdjfy li a {
  display: block;
}

.pages2 .jgdjfy li a {
  color: #fff;
}

.fenleis {
  padding: 0 .7rem;
}

.fenleis dd {
  display: none;
}


.fenleis dd { 
  margin: 0 0.1rem 0.1rem 0;
  flex-basis: calc(11.1111111111% - 10px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.14rem;
}

.fenleis dd:last-child {
  margin-right: 0;
}

.fenleis dd>a {
  display: block;
  border: 1px solid #ddd;
  padding: 0.04rem .1rem;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.fenleis dd.on>a {
  border-color: #ff1d25;
  color: #ff1d25;
}

.menbanBanner:before,
.menbanBanner .fullHeight:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, .25);
}

.menbanBanner .autopage {
  position: relative;
}

.phoneBg {
  display: none;
}

/**早起1000天营养计划**/
.pageLife .items1 .fullHeight .centers p {
  text-align: justify;
}

@media only screen and (min-width:1200px) {
  
  .newsDL dd,
  .pdf,
  .fenhong .icon {
    transition: .5s;
  }

  /**全球原料**/
  .sonSwiper .txt:hover .vidoeHover {
    opacity: 1;
    visibility: visible;
  }

  .swiperBtn:not(.swiper-button-disabled):hover {
    background: #fff;
    color: #ff1d25;
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, .1);
  }

  .swiperBtn2:hover {
    background: #ff1d25;
    color: #fff;
  }

  .swiperTop:hover {
    background: #ff1d25;
  }

  .publicBtn.plain:hover {
    background: #ff1d25;
    color: #fff;
  }

  .swiperBtn3:hover {
    background: #f5ecde;
    color: #eaca98;
  }

  .testBtn:hover {
    border-color: #ff1d25;
    background: #ff1d25;
    color: #fff;
    border-radius: 0 .3rem;
    padding-left: .5rem;
    padding-right: .5rem
  }

  .publicBtn:hover {
    background: #ff1d25;
    color: #fff;
    border-radius: 0 .3rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .publicBtn_red:hover {
    background: #fff;
    color: #ff1d25;
    border-radius: 0 .3rem;
    padding-left: .5rem;
    padding-right: .5rem;
    box-shadow: 0 0 10px -1px rgba(0, 0, 0, .1);
  }

  .newsDL dd:hover {
    background: rgba(0, 0, 0, .5) !important;
  }

  .fullHeight .shops .btn:hover {
    background: transparent;
    color: #ff1d25;
  }

  .fullHeight .shops .btn2:hover {
    background: #ff1d25;
    color: #fff;
  }

  .testDL dd img,
  .healthDL dd img,
  .items3 .yanjiu dd,
  .hexinDL dd img {
    transition: .5s;
  }

  .testDL dd:hover img,
  .healthDL dd:hover img,
  .hexinDL dd:hover img {
    transform: scale(1.2);
  }

  .items3 .yanjiu dd:hover {
    box-shadow: 0 0 15px 1px rgba(255, 255, 255, .15);
  }

  .newSearch .btns:hover {
    background: #ff1d25;
    color: #fff;
  }

  .sonSwiper .swiper-slide:hover .slides {
    max-height: 4rem;
  }

  .infoSwiper .items:hover .pdf {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
  }

  .fenhong .flex1:hover .icon {
    background: #ff1d25;
    border-color: #ff1d25;
  }

  .fenhong.white .flex1:hover .icon {   
    border-color: #ff1d25;
    background-color: unset;
  }

  .pages .jgdjfy>*:hover {
    background: #fff;
    color: #ff1d25;
  }

  .pages2 .jgdjfy>*:hover {
    background: #ff1d25;
    color: #fff;
  }

  .max40vw {
    max-width: 35vw;
  }
}
