/* 公共样式 */
.flex-c {
  display: flex;
  align-items: center;
}
.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-cum {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex {
  display: flex;
}
.Ohd_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Ohd_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Ohd_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Ohd_4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-card {
  width: 18.75rem;
  height: auto;
  margin: 0 auto;
}
.common-tl {
  text-align: center;
}
.common-tl p {
  font-size: 0.45rem;
  color: #222222;
  margin-bottom: 0.15rem;
}
.common-tl span {
  font-size: 0.225rem;
  color: #222222;
}
/* 头部 */
.header {
    width: 100%;
    height: 1.375rem;
    padding: 0 0.5rem;
    position: fixed;
    z-index: 999;
    background: #fff;
    left: 0;
    top: 0;
    box-shadow: 2px 2px 5px #8f8989;
}

.header .logo {
  display: inline-block;
  height: 1.15rem;
  width: auto;
  margin-right: 1rem;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header ul {
  flex: 1;
  width: 100%;
  height: 100%;
}
.header .icon {
  width: 0.2375rem;
  height: 0.2375rem;
  object-fit: cover;
  margin-right: 0.05rem;
}
.header li a {
  display: flex;
  align-items: center;
  font-size: 0.2375rem;
  color: #222222;
}
.header li a::after {
  display: block;
  content: '';
  width: 0.025rem;
  height: 0.25rem;
  background-color: #222;
  margin-left: 25px;
  color: #2222;
}
.header li:last-child a::after {
  content: none;
}
/* <!-- 轮播 --> */

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.header-pagination {
  position: absolute;
  bottom: 2% !important;
  display: flex;
  align-items: center;
  justify-content: start;
  z-index: 888;
  padding-left: 2.625rem;
}
.header-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
}
/* Nutrition */
.nutrition {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 1.125rem 0;
  background: url(../img/bg.png) center no-repeat;
  background-size: cover;
}
.nutrition li {
  display: flex;
  flex-direction: column;
  height: 4.825rem;
}
.nutrition li .tl {
  width: 2.7125rem;
  height: 2.4875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/ic1.png) no-repeat;
  background-size: cover;
  font-size: 0.3125rem;
  line-height: 0.5875rem;
  text-align: center;
  color: #222222;
}
.nutrition li .ls {
  font-size: 0.225rem;
  line-height: 0.5375rem;
  color: #222222;
  flex: 1;
  margin-top: 0.1875rem;
}
.common-tl.w p,
.common-tl.w span {
  color: #fff;
}
.about {
  width: 100%;
  height: auto;
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
  padding: 1.25rem 0 2.5rem 0;
}
.about-con {
  margin-top: 1.25rem;
}
.about-con ul {
  display: flex;
  justify-content: space-between;
  width: 8.75rem;
  height: auto;
  margin-right: 0.75rem;
}
.about-con li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-con li span {
  font-size: 0.6rem;
  color: #ffffff;
}
.about-con li h6 {
  font-size: 0.225rem;
  font-weight: normal;
  color: #ffffff;
}
.about-con .text {
  flex: 1;
  font-size: 0.225rem;
  line-height: 0.6rem;
  color: #ffffff;
}
.common-tl.l {
  text-align: left;
}

.vitamins {
  width: 100%;
  height: auto;
  background: url(../img/bg2.png) left no-repeat;
  background-size: contain;

  padding: 0.25rem 0 0.0625rem 0;
}
.vitamins .text {
  flex: 1;
  padding: 1.5rem 0.375rem 0 2.6875rem;
}
.vitamins .text .ls {
  font-size: 0.225rem;
  line-height: 0.6rem;
  color: #666666;
  margin-top: 0.75rem;
}
.vitamins .img {
  width: 12.8375rem;
  object-fit: cover;
  height: auto;
}

.product {
  width: 100%;
  height: auto;
  background: url(../img/bg3.png) no-repeat;
  background-size: cover;
  padding: 0.5375rem 0;
}
.productSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.6875rem;
}

.productSwiper img {
  width: 100%;
  height: 7.2125rem;
  object-fit: cover;
  vertical-align: bottom;
}
.productSwiper .name {
  flex-direction: column;
  width: 100%;
  height: 1.1625rem;
  font-size: 0.2375rem;
  color: #000000;
  background-color: #ffffff;
}
.productSwiper .more {
  width: 82px;
  height: 26px;
  background-color: #eeeeee;
  border-radius: 12px;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  color: #000000;
  margin-top: 10px;
}
.personal {
  width: 100%;
  height: auto;
  padding: 0.25rem 0 0.875rem 0;
  background: url(../img/bg4.png) right no-repeat;
  background-size: contain;
}
.personal .img {
  width: 12.5625rem;
  height: auto;
  object-fit: cover;
}
.personal .ls,
.walnut .ls,
.eating .ls,
.management li a {
 font-size: .2125rem;
  line-height: .5625rem;
  color: #666666;
  margin-top: 0.5rem;
}
.personal .text {
  flex: 1;
  padding: 0.25rem 2.6875rem 0 0.5rem;
}

.walnut {
  width: 100%;
  height: auto;
  background: url(../img/ic6.png) left no-repeat;
  background-size: contain;
}
.walnut .text,
.eating .text {
  flex: 1;
}
.walnut img {
  width: 12.75rem;
  object-fit: cover;
  height: auto;
  margin-left: 0.375rem;
}

.exclusive {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
}
.exclusive .common-card {
  background: url(../img/bg5.png) center no-repeat;
  background-size: contain;
  background-position-y: 0.625rem;
}
.exclusiveSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.5rem;
}
.exclusiveSwiper img {
  width: 100%;
  height: 5.225rem;
  object-fit: cover;
}
.exclusiveSwiper .swiper-slide {
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}

.properties {
  width: 100%;
  height: 9.1875rem;
  background: url(../img/bg6.png) no-repeat;
  background-size: cover;
}
.properties .common-card {
  justify-content: end;
}
.properties .ls {
  width: 8.875rem;
  font-size: 0.225rem;
  line-height: 0.6rem;
  color: #666666;
  margin-top: 0.5rem;
}

.eating {
  width: 100%;
  height: auto;
  padding-top: 0.25rem;
  background: url(../img/bg7.png) right no-repeat;
  background-size: contain;
}
.eating .text {
  padding-right: 2.6875rem;
}
.eating img {
  width: 12.5625rem;
  height: auto;
  object-fit: cover;
  margin-right: 0.375rem;
}

.management {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 0.5rem 0;
  background: url(../img/bg8.png) left no-repeat;
  background-size: contain;
}
.management .text {
  flex: 1;
  padding: 0.0625rem 0.5rem 0 2.5625rem;
}
.management .img {
  width: 12.7375rem;
  height: 9.4875rem;
  object-fit: cover;
}
.management li a {
  margin-top: 0;
}
.management .text img {
  width: 100%;
  height: 3.2125rem;
  object-fit: cover;
  margin: 0.375rem 0;
}
.management li:first-child {
  padding-bottom: 0.1875rem;
  margin-bottom: 0.1875rem;
  border-bottom: 1px solid #d2d2d2;
}

.footer {
  width: 100%;
  height: 7.3375rem;
  background: url(../img/bg9.png) no-repeat;
  background-size: cover;
  padding-top: 0.4375rem;
}
.footer .top a {
  display: inline-block;
  border-right: 0.025rem solid #fff;
  line-height: 0.1875rem;
  font-size: 0.2375rem;
  color: #ffffff;
  padding-right: 0.4375rem;
}
.footer .top .r a {
  border-right: none;
  padding-right: 0;
}
.footer .ph {
  display: flex;
  flex-direction: column;
}
.footer .ph span {
  font-size: 0.25rem;
  line-height: 0.6375rem;
  color: #ffffff;
}
.footer .rt {
  width: 6.5rem;
  height: auto;
  margin-top: 0.625rem;
}
.footer .rt .p {
  font-size: 0.225rem;
  color: #ffffff;
}
.footer .rt .phone {
  font-size: 0.375rem;
  letter-spacing: 1px;
  color: #ffffff;
  margin: 0.175rem 0 0.25rem 0;
}
.footer .rt .img img {
  width: auto;
  height: 0.4rem;
  object-fit: contain;
  margin-right: 0.2875rem;
}
.footer .bto {
  justify-content: end;
}

.banner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

.exclusiveRanch {
  width: 100%;
  height: auto;
  padding: 0.4375rem 1.25rem;
  background: url(../img/bg10.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.exclusiveRanch ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4375rem;
}
.exclusiveRanch li {
      width: 7.0875rem;
  height: 5.225rem;
  clip-path: polygon(18% 0%, 100% 0%, 83% 100%, 0% 100%);
  margin-bottom: 0.5rem;
}
.exclusiveRanch li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eating.inner {
  padding-bottom: 0.5rem;
  background: url(../img/bg3.png) no-repeat;
}

.news {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  background: url(../img/bg3.png) no-repeat;
  background-size: cover;
}
.news ul {
  margin-top: 0.4375rem;
}
.news li {
  width: calc((100% - 0.5rem) / 3);
  margin-right: 0.25rem;
}
.news li:last-child {
  margin-right: 0;
}
.news li .text {
  font-size: 0.2125rem;
  line-height: 0.4625rem;
  color: #666666;
  margin-top: 0.25rem;
}
.news li img {
  width: 100%;
  height: 3.3625rem;
  object-fit: cover;
}

.productCenter {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
  background: url(../img/bg10.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.productCenter .top {
  width: 100%;
  height: 7.2125rem;
  background-color: #ffffff;
  margin: 0.75rem 0 0.5rem 0;
}
.productCenter .top img {
  width: 9.2625rem;
  height: 100%;
  object-fit: cover;
}
.productCenter .top .text {
  flex: 1;
  padding: 0.5rem 0.25rem 0.25rem 0.5rem;
}
.productCenter .text h6 {
  margin-bottom: 0.25rem;
}
.productCenter .text h6,
.productCenter .nav h6 {
  font-size: 0.3125rem;
  font-weight: normal;
  color: #000000;
}
.productCenter .text .ls,
.productCenter .nav .ls,
.productCenter .bto .ls {
  font-size: 0.225rem;
  line-height: 0.5375rem;
  color: #666666;
}
.productCenter .bto h6 {
  font-weight: normal;
  font-size: 0.225rem;
  line-height: 43px;
  color: #000000;
}
.productCenter .nav {
  margin-bottom: 0.275rem;
}
.productCenter .nav h6 {
  text-align: center;
  margin-bottom: 0.1875rem;
}
.productCenter .nav li {
  width: 6.325rem;
  height: 2.425rem;
  background-color: #ffffff;
  padding: 0.3125rem 1rem;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.productCenter .bto li {
  width: 100%;
  height: 3.175rem;
  background-color: #ffffff;
  padding: 0.1875rem;
  margin-bottom: 0.125rem;
}

.contactUs,
.newDetails {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
  background: url(../img/bg3.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.contact-con {
  width: 100%;
  height: 5.0625rem;
  background-color: #ffffff;
  margin-top: 0.875rem;
}
.contact-con img {
  width: 9.4rem;
  height: 100%;
  object-fit: cover;
}
.contact-con .text {
  flex: 1;
  font-size: 0.25rem;
  line-height: 0.5625rem;
  padding-left: 0.5rem;
  color: #434343;
}
.contact-con .text .p {
  font-size: 0.375rem;
  letter-spacing: 1px;

  color: #434343;
}
.newDetails-con {
  font-size: 0.225rem;
  color: #434343;
  padding: 0.125rem 0;
  margin-top: 0.25rem;
  line-height: 0.5625rem;
}

.properties  .text{
  padding-top: .3125rem;
}
