@charset "utf-8";

html,
body {
  overflow-x: hidden;
}

body,
.dd-page * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
}

.dd-page a {
  text-decoration: none;
}

.dd-top-bar {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: .74rem;
  background-color: #fff;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

.dd-top-bar .dd-logo {
  height: 100%;
  width: 1.86rem;
  margin-left: .15rem;
  background: url(../images/dd_logo.png) no-repeat right center;
  background-size: contain;
}

.dd-back-home {
  font-size: 0;
  padding-right: .3rem;
  background: url(../images/btn_back.png) no-repeat;
  width: 1.89rem;
  height: .36rem;
  text-align: center;
  background-size: contain;
}

.dd-back-home a {
  line-height: .36rem;
  color: #fff;
  font-size: .18rem;
  text-decoration: none;
}

.dd-back-home img {
  height: .33rem;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.dd-page li {
  list-style: none;
}

.dd-page img {
  border: 0;
  font-size: 0;
  display: block;
}

.dd-red {
  color: #c75471;
}

.dd-page a {
  text-decoration: none;
  color: #fff;
}

.dd-page {
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  line-height: 1.6;
  color: #852c12;
  font-size: 20px;
}

.dd-container {
  width: 1060px;
  margin: 0 auto;
}

.dd-header {
  height: 683px;
  background: url(../images/banner.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  padding-top: 75px;
}

.dd-header-slogan {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dd-header-slogan .dd-big {
  font-size: 54px;
  color: #ec403d;
  text-shadow: 0px 3px 4px rgba(215, 0, 41, 0.8);
  position: relative;
  text-align: center;
  line-height: 1.1;
  font-weight: bold;
}

.dd-header-slogan .dd-big::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #ffffff, #fef9d1);
  -webkit-background-clip: text;
  color: transparent;
  z-index: 1;
  -webkit-text-stroke: 0 #ec403d;
  text-shadow: none;
}

.dd-header-slogan .dd-small {
  background-image: -moz-linear-gradient(0deg, rgb(254, 248, 210) 0%, rgb(196, 194, 254) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(254, 248, 210) 0%, rgb(196, 194, 254) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(254, 248, 210) 0%, rgb(196, 194, 254) 100%);
  border-radius: 40px;
  padding: 10px 20px;
  margin-top: 15px;
}

.dd-header-slogan .dd-small span {
  background-image: linear-gradient(to right, #ff793c, #5a242f, #ff1769);
  -webkit-background-clip: text;
  color: transparent;
  z-index: 1;
  -webkit-text-stroke: 0 #fff;
  font-size: 24px;
  font-weight: bold;
}

.dd-body {
  padding-top: 40px;
  padding-bottom: 145px;
  position: relative;
  z-index: 1;
  background-image: linear-gradient(to bottom, #fbe1e0 0, #f2f3e2);
}

.dd-body::after {
  content: '\20';
  height: 334px;
  background: url(../images/footer.png) no-repeat center bottom;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.dd-body>.dd-container {
  position: relative;
  z-index: 1;
}

.dd-part01 {
  background: url(../images/part01-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
  min-height: 160px;
  border-radius: 10px;
  border: 1px solid #fff;
  padding: 10px;
}

.dd-part01-head {
  display: flex;
  justify-content: center;
}

.dd-part01-head strong {
  position: relative;
  font-size: 22px;
  color: #ec403d;
  -webkit-text-stroke: 3px #fff;
  position: relative;
  line-height: 1.4;
  font-weight: bold;
}

.dd-part01-head strong::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #852c12, #f52b22);
  -webkit-background-clip: text;
  color: transparent;
  z-index: 1;
  -webkit-text-stroke: 0 #fff;
}

.dd-part01-table {
  margin-top: 10px;
}

.dd-part01-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 10px;
  background-color: #fff;
}

.dd-part01-table table th,
.dd-part01-table table td {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #ffb69b;
  border-bottom: 1px solid #ffb69b;
}

.dd-part01-table table th:last-child,
.dd-part01-table table td:last-child {
  border-right: none;
}

.dd-part01-table table th {
  color: #852c12;
  font-size: 20px;
  font-weight: bold;
}

.dd-part01-table table td {
  border-bottom: none;
}

.dd-part01-table table td strong {
  color: #ff2430;
  font-size: 24px;
  font-style: italic;
}

.dd-part02 {
  margin-top: 40px;
}

.dd-part02-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dd-part02-item {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.dd-part02-item-image {
  width: 100%;
  position: relative;
  aspect-ratio: 340 / 248;
}

.dd-part02-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dd-part02-item-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 25px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px 0 10px 0;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  height: 40px;
}

.dd-part02-item-title::after {
  content: '\20';
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  height: 20px;
  background: url(../images/citys-after.png) no-repeat center center;
  background-size: 100% 100%;
}

.dd-part02-item-content {
  padding: 28px 15px 5px;
  background-color: #ff6b6b;
  color: #fff;
  background: url(../images/item-info.png) no-repeat center bottom;
  background-size: 100% 100%;
  min-height: 135px;
  margin-top: -20px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
}

.dd-part02-item .dd-part02-item-button {
  color: #852c12;
  text-align: center;
  padding: 8px 16px;
  border-radius: 20px;
  cursor: pointer;
  width: 202px;
  height: 42px;
  background: url(../images/item-but.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 5px 10px rgba(205, 21, 17, 0.75);
}

.dd-part02-item-price {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 14px;
}

.dd-part03 {
  margin-top: 50px;
}

.dd-part03-head {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: .2vw;
}

.dd-part03-head::before {
  content: '\20';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-image: -moz-linear-gradient(0deg, rgb(255, 137, 151) 0%, rgba(255, 137, 151, 0.31) 50%, rgba(255, 137, 151, 0.30196) 50%, rgb(255, 137, 151) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(255, 137, 151) 0%, rgba(255, 137, 151, 0.31) 50%, rgba(255, 137, 151, 0.30196) 50%, rgb(255, 137, 151) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(255, 137, 151) 0%, rgba(255, 137, 151, 0.31) 50%, rgba(255, 137, 151, 0.30196) 50%, rgb(255, 137, 151) 100%);
}

.dd-part03-head .dd-title {
  background-image: -moz-linear-gradient(90deg, rgba(255, 22, 64, 0.50196) 0%, rgba(251, 60, 51, 0.05098) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(255, 22, 64, 0.50196) 0%, rgba(251, 60, 51, 0.05098) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(255, 22, 64, 0.50196) 0%, rgba(251, 60, 51, 0.05098) 100%);
  border-radius: 0 0 50px 50px;
  padding: 0 40px;
}

.dd-part03 ul {
  margin-top: 1vw;
}

@media screen and (max-width: 1024px) {
  .dd-page {
    position: static;
    margin-left: 0;
    width: 100%;
    font-size: 10px;
  }

  .dd-container {
    width: 95%;
  }

  .dd-header {
    padding-top: 7.5vw;
  }


  .dd-header-slogan .dd-big {
    font-size: 5vw;
    color: #ec403d;
    text-shadow: 0px .3vw .4vw rgba(215, 0, 41, 0.8);
  }


  .dd-header-slogan .dd-small {
    border-radius: 4vw;
    padding: 1vw 2vw;
    margin-top: 1.5vw;
  }

  .dd-header-slogan .dd-small span {
    font-size: 2.4vw;
  }


  .dd-body {
    padding-top: 4vw;
    padding-bottom: 14.5vw;
  }

  .dd-body::after {
    height: 13.4vw;
  }

  .dd-part01 {
    min-height: 16vw;
    border-radius: 1vw;
    padding: 1vw;
  }

  .dd-part01-head strong {
    font-size: 2.4vw;
    -webkit-text-stroke: .3vw #fff;
  }

  .dd-part01-table {
    margin-top: 1vw;
  }

  .dd-part01-table table {
    border-radius: 1vw;
  }

  .dd-part01-table table th,
  .dd-part01-table table td {
    padding: 1vw;
  }

  .dd-part01-table table th {
    font-size: 2vw;
  }


  .dd-part01-table table td strong {
    font-size: 2.4vw;
  }

  .dd-part02 {
    margin-top: 4vw;
  }

  .dd-part02-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }

  .dd-part02-item {
    border-radius: 1vw;
  }

  .dd-part02-item-title {
    padding: .8vw 2.5vw;
    border-radius: 1vw 0 1vw 0;
    font-size: 2.2vw;
    height: 4vw;
  }

  .dd-part02-item-title::after {
    width: 2.0vw;
    height: 2.0vw;
  }

  .dd-part02-item-content {
    padding: 2.8vw 1.5vw .5vw;
    min-height: 15vw;
    margin-top: -1.5vw;
  }

  .dd-part02-item .dd-part02-item-button {
    padding: .8vw 1.6vw;
    border-radius: 2.0vw;
    width: 20.2vw;
    height: 4.2vw;
    font-size: 2.2vw;
    box-shadow: 0 .5vw 1vw rgba(205, 21, 17, 0.75);
  }

  .dd-part02-item-price {
    font-size: 2vw;
    margin-top: 1.4vw;
  }

  .dd-part03 {
    margin-top: 4.5vw;
  }

  .dd-part03-head {
    padding-top: .2vw;
  }

  .dd-part03-head::before {
    height: .2vw;
  }

  .dd-part03-head .dd-title {
    border-radius: 0 0 5vw 5vw;
    padding: 0 4vw;
  }

  .dd-part03 ul {
    margin-top: 1vw;
  }
}

@media screen and (max-width: 550px) {
  .dd-header {
    height: 280px;
    padding-top: 25px;
  }

  .dd-header-slogan img {
    width: 200px;
  }

  .dd-part01 {
    min-height: 40px;
    border-radius: 5px;
    padding: 5px;
  }

  .dd-part01-head strong {
    font-size: 14px;
  }

  .dd-part01-table {
    margin-top: 5px;
  }

  .dd-part01-table table {
    border-radius: 5px;
  }

  .dd-part01-table table th,
  .dd-part01-table table td {
    padding: 5px;
  }

  .dd-part01-table table th {
    font-size: 12px;
  }


  .dd-part01-table table td strong {
    font-size: 12px;
  }

  .dd-part02 {
    margin-top: 20px;
  }

  .dd-part02-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .dd-part02-item {
    border-radius: 5px;
  }

  .dd-part02-item-title {
    padding: 6px 10px;
    border-radius: 5px 0 5px 0;
    font-size: 16px;
    height: 30px;
  }

  .dd-part02-item-title::after {
    width: 20px;
    height: 20px;
  }

  .dd-part02-item-content {
    padding: 25px 10px 5px;
    min-height: 100px;
    margin-top: -15px;
  }

  .dd-part02-item .dd-part02-item-button {
    padding: 8px 20px;
    border-radius: 25px;
    width: 160px;
    height: 30px;
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(205, 21, 17, 0.75);
  }

  .dd-part02-item-price {
    font-size: 14px;
    margin-top: 12px;
  }

  .dd-part03 {
    margin-top: 25px;
  }

  .dd-part03-head {
    padding-top: 2px;
  }

  .dd-part03-head::before {
    height: 2px;
  }

  .dd-part03-head .dd-title {
    border-radius: 0 0 25px 25px;
    padding: 0 20px;
  }

  .dd-part03 ul {
    margin-top: 20px;
  }
}