.pageTop {
  position: relative;
  width: 100%;
  /* background: url('/static/img/kv_background.png') top right no-repeat;
  background-size: cover; */
}
.topImg {
  width: 100%;
  object-fit: cover;
}
.topBannerTxt {
  position: absolute;
  width: 742px;
  top: 500px;
  left: 160px;
}
.pickUpPart {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1136px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 70%);
  background-blend-mode: multiply;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 216px;
}
.pickImg {
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  border: 1px solid #ffffff;
  height: 245px;
}
.pickUp {
  color: #fff;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 72px;
}
.pickUpImgs {
  font-size: 0;
  margin: 0 auto;
  width: 1200px;
  display: flex;
}
.moveShow{
  display: none;
}
.pickUpImgs > div {
  cursor: pointer;
  margin-right: 48px;
  display: flex;
  width: calc(calc(100% - 96px) / 3);
  flex-direction: column;
}
.newsTxt {
  font-family: "noto600";
  font-size: 16px;
  line-height: 180%;
  margin-top: 16px;
  color: #fff;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pickUpImgs > div:last-child {
  margin-right: 0;
}
.goNewsPage{
  position: relative;
  margin-top: 72px;
  border-radius: 48px;
  padding: 16px 56px 16px 24px;
  color: #301a13;
  font-family: 'nono600';
  font-size: 16px;
  line-height: 100%;
  background: #fff;
  cursor: pointer;
}
.rightArrow3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 24px;
  margin-left: 8px;
}
.homePart {
  position: relative;
  padding: 216px 0;
}
.homePart2 {
  background: url("/static/img/homePartbg.jpg") no-repeat center;
  background-size: cover;
}
.homePartTitle {
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 2%;
  vertical-align: middle;
  text-transform: uppercase;
}
.homePartTitle2 {
  font-family: "noto600";
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 2%;
  vertical-align: middle;
}
.homePart2Leave1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  opacity: 0.8;
  mix-blend-mode: Darken;
}
.homePart2Leave2 {
  position: absolute;
  top: -136px;
  right: 0;
  width: 520px;
  opacity: 0.8;
  mix-blend-mode: Darken;
}
.homePart2Con {
  margin-top: 72px;
}
.homePart2ConItem {
  display: flex;
  margin-bottom: 136px;
  position: relative;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.homePart2ConItem1 {
  flex-direction: row;
}
.homePart2ConItemImg1 {
  width: 800px;
}
.homePart2ConItemImg11 {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.homePart2ConItemImg12 {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.homePart2ConItemBigImg {
  position: relative;
}
.homePart2ConItemTxt {
  position: absolute;
  width: 553px;
  padding: 56px;
  z-index: 2;
  top: 50%;
  left: 32%;
  transform: translateY(-50%);
  /* top: 456px;
left: 607px; */
  border: 1px solid #eae8e7;
  border-radius: 24px;
  backdrop-filter: blur(24px);
  background: rgba(244, 244, 244, 0.8);
}
.homePart2ConItemTxtT {
  font-family: "noto600";
  font-size: 32px;
  line-height: 180%;
  vertical-align: middle;
  margin-bottom: 32px;
}
.homePart2ConItemTxt2 {
  left: 39%;
}
.homePart2ConItemTxtC {
  font-size: 16px;
  line-height: 180%;
}
.homePart2ConItemImg2 {
  position: absolute;
  width: 487px;
}
.homePart2ConItemImg21 {
  bottom: 0;
  left: 0;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}
.homePart2ConItemImg22 {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  bottom: 0;
  right: 0;
}
.btnBlack {
  display: block;
  color: #ffffff;
  width: fit-content;
  margin: 0 auto;
  border-radius: 48px;
  font-size: 16px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  background: var(--black, #301a13);
  border: 1px solid var(--gray, #eae8e7);
}
.rightArrow2 {
  width: 12px;
  margin-left: 14px;
}
/* part3 */
.dogBirdImg {
  width: 216px;
  position: absolute;
  top: -50%;
  right: 0;
}
.homePart3Con {
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
}
.homePart3ConItem {
  border-radius: 24px;
  overflow: hidden;
  width: calc(calc(100% - 96px) / 3);
}
.homePart3ConItemT {
  padding: 24px;
  color: #fff;
  font-family: "noto600";
  font-size: 24px;
  line-height: 160%;
  text-align: center;
}
.priceItem:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #d52057;
}
.itemRed {
  color: #d52057;
  border: 1px solid #d52057;
}
.itemRed .homePart3ConItemT {
  background-color: #d52057;
}
.itemBlue {
  color: #5fa2dc;
  border: 1px solid #5fa2dc;
}
.itemBlue .homePart3ConItemT {
  background-color: #5fa2dc;
}
.itemBlue .priceItem {
  border-bottom-color: #5fa2dc;
}
.itemGreen {
  color: #a2dc5f;
  border: 1px solid #a2dc5f;
}
.itemGreen .homePart3ConItemT {
  background-color: #a2dc5f;
}
.itemGreen .priceItem {
  border-bottom-color: #a2dc5f;
}
.homePart3ConItemC {
  text-align: center;
  padding: 40px 40px 48px;
}
.priceItemT {
  font-family: "noto600";
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 12px;
  color: #000;
}
.priceItemC {
  display: flex;
  font-family: "noto600";
  font-size: 48px;
  line-height: 150%;
  align-items: baseline;
  justify-content: center;
}
.danwei {
  font-size: 32px;
  line-height: 180%;
  margin-right: 8px;
}
.priceItemRow {
  display: flex;
  flex-direction: column;
}
.firstUse {
  margin-top: 72px;
  margin-bottom: 72px;
  border-radius: 24px;
  padding: 32px;
  text-align: center;
  position: relative;
  border: 1px solid #301a13;
  font-family: "noto600";
  font-size: 20px;
  line-height: 180%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.firstUsePriceDiv {
  display: flex;
  align-items: baseline;
  margin-left: 24px;
}
.firstUseDw {
  font-size: 32px;
  line-height: 180%;
  margin-right: 8px;
}
.firstUsePrice {
  font-size: 48px;
  line-height: 150%;
}
.firstUseOnece {
  font-size: 24px;
  line-height: 160%;
}
.firstUsePlusImg {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.flowerImg {
  width: 214px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.grassImg {
  width: 174px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.twoDog {
  width: 275px;
}
.bgGraycon {
  background: url("/static/img/garalybg.jpg") no-repeat center;
  background-size: cover;
  height: 824px;
  margin-top: 72px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding-top: 64px;
  /* margin-bottom: 72px; */
}
.part4Btn {
  /* position: absolute; */
  margin-top: 72px;
  opacity: 0;
  /* left: 50%;
  transform: translateX(-50%); */
}
.birdImgDiv {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.birdImg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* left: 0; */
  width: 283px;
}
.insMsg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btnBlack2 {
  margin-right: 48px;
  color: #ffffff;
  width: fit-content;
  display: flex;
  vertical-align: middle;
  border-radius: 48px;
  font-size: 16px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  background: var(--black, #301a13);
  border: 1px solid var(--gray, #eae8e7);
}
.cameraImg {
  width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.homePart4 {
  overflow-x: clip;
}
.insTxt {
  font-family: "noto600";
  font-size: 16px;
  line-height: 180%;
}
.galleryImgs {
  width: 100vw;
  position: absolute;
  left: 0;
  overflow: hidden;
  bottom: 339px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
}
.left1Img {
  overflow: hidden;
  min-width: 396px;
  max-width: 396px;
  height: 408px;
}
.left1Img img {
  min-width: 396px;
  width: 396px;
  border-radius: 24px;
  /* border-top-right-radius: 24px;
  border-bottom-right-radius: 24px; */
}
.left2Img {
  overflow: hidden;
  min-width: 232px;
  max-width: 232px;
}
.left2Img img {
  border-radius: 24px;
  min-width: 232px;
  width: 232px;
}
.left2Img img:not(:last-child) {
  margin-bottom: 24px;
}
.mr24 {
  margin-right: 24px;
}
.centerImg {
  overflow: hidden;
  min-width: 568px;
  max-width: 568px;
}
.centerImg img {
  border-radius: 24px;
  min-width: 568px;
  width: 568px;
}
.left1Img_right {
  /* border-top-left-radius: 24px;
  border-bottom-left-radius: 24px; */
}
@media screen and (max-width: 1440px) {
  .topBannerTxt {
    width: 45%;
    top: 364px;
    left: 80px;
  }
}
@media screen and (max-width: 1280px) {
  .topBannerTxt {
    width: 45%;
    top: 364px;
    left: 80px;
  }

  .homePart2ConItemImg1 {
    width: 576px;
  }
  .homePart2ConItemImg2 {
    width: 360px;
  }
  .pickUpImgs {
    width: 1120px;
  }
  .pickUpPart {
    width: 100%;
    height: 866px;
  }
  .pickImg {
    width: 341px;
    height: 227px;
  }
  .homePart2ConItem {
    padding-bottom: 152px;
    margin-bottom: 108px;
  }
  .homePart2ConItem1 {
    padding-bottom: 136px;
  }
  .homePart2ConItemTxt {
    left: 19%;
  }
  .homePart2ConItemTxt2 {
    left: 36%;
  }
  .homePart2Leave2 {
    top: -260px;
  }
}

@media screen and (max-width: 1200px) {
  .pickUpImgs {
    width: calc(100% - 40px);
  }
  .pickImg {
    width: 100%;
  }
  .pickUpImgs > div {
    margin-right: 10px;
    width: calc(calc(100% - 40px) / 3);
  }
}
@media screen and (max-width: 650px) {

.goNewsPage{
  text-align: center;
}
.rightArrow3 {
  transform: translateY(-50%) translateX(25px);
  left: 50%;
}
.pcShow{
display: none;
}
.moveShow{
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 16px;
  display: block;
}
  .prrebookHome {
    width: 210px;
    position: fixed;
    z-index: 66;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    color: #fff;
    border-color: var(--gray, #eae8e7);
    background: var(--black, #301a13);
    border-radius: 24px;
    border-width: 1px;
    font-family: "noto600";
    font-size: 16px;
    line-height: 100%;
    padding: 11px 24px;
  }
  .pickUpImgs > div {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 32px;
  }
  .pet_supplies {
    width: 24px;
    margin-right: 4px;
    vertical-align: text-top;
  }
  .subtractImg {
    z-index: 6;
    width: 50px;
    bottom: 128px;
    left: 50%;
    transform: translateX(calc(-50% + 110px));
    position: fixed;
  }
  .topBannerTxt {
    width: 58%;
    top: 140px;
    left: 20px;
  }
  .pickUpImgs {
    display: flex;
    flex-direction: column;
  }
  .newsTxt {
    font-family: "noto400";
    font-size: 16px;
    line-height: 180%;
  }
  .pickImg {
    width: 100%;
    height: 176px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .pickUpPart {
    position: absolute;
    height: 252px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    background-blend-mode: multiply;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 130%);
    padding-bottom: 28px;
  }
  .pickUpImgs {
    display: none;
  }
  .pickUp {
    font-size: 48px;
    margin-bottom: 0;
  }
  .pickImgs375 {
    display: flex;
  }
  .pickUpPart375 {
    background-color: #000000;
  }
  .pickUpPart375 {
    padding-top: 20px;
    padding-bottom: 120px;
  }
  .homePart {
    padding: 120px 0;
  }
  .homePart2Leave1 {
    width: 100%;
    right: 0;
    top: 0;
    transform: rotateY(-180deg);
    opacity: 0.8;
  }
  .homePartTitle {
    font-size: 48px;
    line-height: 100%;
  }
  .homePartTitle2 {
    font-size: 18px;
    line-height: 160%;
  }
  .homePart2Con {
    margin-top: 64px;
  }
  .homePart2ConItemImg1 {
    width: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .homePart2ConItem {
    flex-direction: column;
  }
  .homePart2ConItemTxt {
    margin: 0 auto;
    position: unset;
    /* position: relative;
    top: 0;
    left: 20px; */
    padding: 32px 24px;
    width: calc(100% - 40px);
    transform: translateY(-32px);
  }
  .homePart2ConItemImg2 {
    width: 50%;
    position: unset;
  }
  .homePart2ConItemTxtT {
    font-size: 24px;
    line-height: 180%;
    margin-bottom: 24px;
  }
  .homePart2ConItemTxtC {
    font-size: 16px;
    line-height: 180%;
  }

  .homePart2Leave2 {
    width: 50%;
    top: -12%;
    left: 0;
    opacity: 0.8;
    z-index: 0;
  }
  .homePart2ConItem {
    padding-bottom: 80px;
    margin-bottom: 0;
  }
  .homePart2ConItem1 {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
  .homePart2ConItemImg12 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .homePart2ConItemImg22 {
  }

  .btnBlack {
    text-align: center;
    width: calc(100% - 40px);
  }
  /* 3 */

  .dogBirdImg {
    width: 136px;
  }
  .homePart3Con {
    margin-top: 64px;
  }
  .homePart3Con {
    flex-direction: column;
  }
  .homePart3ConItem {
    width: 100%;
    border-radius: 16px;
  }
  .homePart3ConItem:not(:last-child) {
    margin-bottom: 32px;
  }
  .homePart3ConItemT {
    padding: 16px 0;
    font-size: 18px;
    line-height: 160%;
  }
  .homePart3ConItemC {
    display: flex;
    padding: 32px 24px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .priceItem:not(:last-child) {
    min-width: 50%;
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
    border-bottom: 1px solid #d52057;
  }
  .priceItem {
    min-width: 50% !important;
  }
  .itemBlue .priceItem {
    border-bottom-color: #5fa2dc;
  }
  .itemGreen .priceItem {
    border-bottom-color: #a2dc5f;
  }
  .priceItemT {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 180%;
  }
  .priceItemC {
    font-size: 32px;
    line-height: 100%;
  }
  .danwei {
    font-size: 24px;
    line-height: 180%;
  }
  .homePart3ConItemC .priceItem:nth-last-child(2) {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    border-bottom-color: transparent;
  }
  .firstUse {
    margin-top: 56px;
    margin-bottom: 64px;
    padding: 24px;
    font-size: 18px;
    line-height: 160%;
  }
  .firstUsePriceDiv {
    margin-left: 16px;
  }
  .firstUseDw {
    font-size: 24px;
    line-height: 180%;
    margin-right: 4px;
  }
  .firstUsePrice {
    font-size: 32px;
    line-height: 100%;
  }
  .firstUseOnece {
    font-size: 18px;
    line-height: 160%;
  }
  .pb93375 {
    padding-bottom: 93px;
  }
  .flowerImg {
    width: 134px;
  }
  .grassImg {
    width: 118px;
  }

  .left1Img {
    min-width: 350px;
    max-width: 350px;
    height: 360px;
  }
  .left1Img img {
    height: 360px;
    min-width: 350px;
  }
  .left2Img {
    overflow: hidden;
    min-width: 208px;
    max-width: 208px;
  }
  .left2Img img {
    border-radius: 24px;
    min-width: 208px;
  }
  .left2Img img:not(:last-child) {
    margin-bottom: 24px;
  }
  .mr24 {
    margin-right: 24px;
  }
  .centerImg {
    overflow: hidden;
    min-width: 520px;
    max-width: 520px;
  }
  .centerImg img {
    border-radius: 24px;
    min-width: 520px;
  }

  .twoDog {
    width: 178px;
    top: 100%;
  }
  .bgGraycon {
    padding-top: 0;
  }
  .bgGraycon {
    height: 720px;
    margin-top: 152px;
  }
  .galleryImgs {
    align-items: flex-end;
    /* bottom: ; */
  }
  .insMsg {
    width: 100%;
    padding: 32px 24px;
    margin: 0 auto;
    flex-direction: column;
  }
  .homePart3 {
    padding-bottom: 76px;
  }
  .homePart4 {
    padding-top: 76px;
    padding-bottom: 152px;
  }
  .btnBlack2 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
  }
  .galleryImgs375 {
    position: absolute;
    bottom: 475px;
  }
  .galleryImgs {
    bottom: 0;
  }
  .insTxt {
    text-align: center;
    margin-top: 24px;
  }
  .galary01 {
    margin-top: 8px;
    width: 100vw;
    position: absolute;
    display: flex !important;
    justify-content: space-between;
  }
  .galaryImg01 {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    width: calc(50% - 5px);
  }
  .galaryImg07 {
    width: calc(50% - 5px);
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .left2Img {
    overflow: hidden;
    min-width: 80px;
    width: 22%;
  }
  .left2Img img {
    border-radius: 16px;
    min-width: 80px;
    width: 100%;
  }
  .left2Img img:not(:last-child) {
    margin-bottom: 8px;
  }
  .mr24 {
    margin-right: 8px;
  }
  .centerImg {
    overflow: hidden;
    min-width: 198px;
    width: 56%;
  }
  .centerImg img {
    border-radius: 16px;
    width: 100%;
    min-width: 198px;
  }
  .left2Img_l img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .left2Img_r img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .part4Btn {
    bottom: 88px;
  }
  .part4Btn {
    margin-top: 0;
    width: 100%;
  }
  .birdImg {
    position: absolute;
    bottom: -88px;
    /* left: 0; */
    left: 50%;
    transform: translateX(-50%);
    width: 213px;
  }
  .homePart4 {
    overflow-x: clip;
  }
}
