.title_banner_1 {
  height: 77px;
  background-image: url("../../images/intro-daily/title_banner_1.webp");
  background-repeat: no-repeat;
  background-position: left center;
}

.title_banner_2 {
  height: 150px;
  background-image: url("../../images/intro-daily/title_banner_2.webp");
  background-repeat: no-repeat;
  background-position: left center;
}

@media (min-width: 1500px) {
  .itemX-element-preImg {
    margin-top: -270px;
  }

  .div_dish {
    position: absolute;
    right: -10px;
    top: 0;
    max-width: 770px;
  }
}

@media (max-width: 1499px) {
  .itemX-element-preImg {
    margin-top: -220px;
  }

  .div_dish {
    position: absolute;
    right: -10px;
    top: 0;
    max-width: 600px;
  }
}

@media (max-width: 1199px) {
  .itemX-element-preImg {
    margin-top: -150px;
  }

  .div_dish {
    position: absolute;
    right: -10px;
    top: 0;
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .itemX-element-preImg {
    margin-top: -88px;
  }

  .div_dish {
    display: none;
  }

  .title_banner_1 {
    height: 44px;
    background-image: url("../../images/intro-daily/title_banner_1s.webp");
    background-repeat: no-repeat;
    background-position: left center;
  }

  .title_banner_2 {
    height: 75px;
    background-image: url("../../images/intro-daily/title_banner_2s.webp");
    background-repeat: no-repeat;
    background-position: left center;
  }

  #hidden_div {
    display: none;
  }
}

.intro-culture {
  padding-bottom: 0px;
}

.itemX-content {
  height: auto;
}

.itemX-element-main {
  position: relative;
  /*background-color: #ac3121;*/
}

.itemX-content .itemX-img {
  padding: 0px 10px 0px 10px;
  /*上、右、下 左*/
}

.itemX-content .itemX-title {
  padding: 30px 70px 0px 0px;
  padding-bottom: 0px;
}

.itemX-element-main .itemX-content {
  padding: 0px 0px 40px 20px;
  /*上、右、下 左*/
  color: #4a5500;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: bolder;
}

.itemX-element-main .itemX-content-title {
  color: #ffd445;
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-weight: bolder;
}

.phpto_div_margin {
  margin: 0px 0px 0px 0px;
  /*上、右、下 左*/
  padding: 12px 0px 12px 0px;
}

/*body底色*/
body {
  background-color: #cada38;
}
