.banner-Max {
  margin-top: 64px;
}
.banner-one {
  background: url('../image/birthday-banner.webp') no-repeat;
  background-size: 100% 100%;
  height: 580px;
  position: relative;
}
.banner-one .banner-content-width {
  width: 30%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}
.banner-one .banner-name {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
}
.banner-one .banner-intro {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-top: 35px;
}
h2 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 1.2;
}
.birthday-bg {
  position: relative;
}
.birthday-bg .birthday-Div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.birthday-bg .birthday-btn {
  height: 36px;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #333333;
  padding: 0px 30px;
  line-height: 36px;
  font-size: 14px;
  color: #333333;
  margin-top: 40px;
}
.birthday-bg .birthday-btn:hover {
  cursor: pointer;
  background: #660099;
  color: #ffffff;
  border: 1px solid #660099;
}
.birthday-bg {
  background: url('../image/birthday-bg.webp') no-repeat;
  background-size: 100% 100%;
  height: 252px;
}
.benefits-max {
  padding: 0 15% 0 15%;
  width: 70%;
  margin: 0 auto 120px auto;
}
.benefits-max .benefits-h2 {
  text-align: center;
  padding: 120px 0px 95px 0px;
}
.benefits-max .benefits-list {
  display: flex;
  justify-content: space-between;
}
.benefits-max .benefits-li {
  width: 25%;
  text-align: center;
}
.benefits-max .benefits-li img {
  margin: 0 auto;
}
.benefits-max .benefits-name {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin: 50px 0 20px 0;
}
.benefits-max .benefits-intro {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.birthday-faq {
  width: 86%;
  padding: 0 7% 100px 7%;
  margin: 0 auto;
}
.birthday-faq .birthday-faq-max {
  border: 1px solid #DDDDDD;
  border-radius: 48px;
  padding: 90px 180px 90px 90px;
}
.birthday-faq .birthday-faq-h2 {
  text-align: center;
  margin-bottom: 50px;
}
.birthday-faq .birthday-faq-dl {
  margin-bottom: 45px;
}
.birthday-faq .birthday-faq-dl dt {
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}
.birthday-faq .birthday-faq-dl dd {
  font-size: 14px;
  color: #747474;
  line-height: 22px;
}
.birthday-form {
  position: fixed;
  width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  z-index: 99;
  display: none;
}
.birthday-form .thday-pd {
  padding: 30px 50px;
}
.birthday-form .thday-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.birthday-form .thday-title h2 {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  line-height: 30px;
}
.birthday-form .thday-title i {
  font-size: 20px;
}
.birthday-form .thday-title i:hover {
  cursor: pointer;
}
.birthday-form input {
  height: 48px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  line-height: 48px;
  font-size: 14px;
  padding: 0px 10px;
  width: 96%;
  border: 1px solid #DDDDDD;
}
.birthday-form .code {
  height: 35px;
  color: red;
  font-size: 14px;
}
.birthday-form .thday-flex {
  display: flex;
  justify-content: space-between;
}
.birthday-form .thday-flex label {
  width: 48%;
}
.birthday-form .thday-flex label input {
  width: 90%;
}
.birthday-form .thday-btn {
  height: 48px;
  line-height: 46px;
  background: #660099;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #660099;
  padding: 0px 70px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.birthday-form .thday-btn:hover {
  cursor: pointer;
  background: #5F018E;
}
@media screen and (max-width: 1500px) {
  .banner-one {
    height: 500px;
  }
}
@media screen and (max-width: 1300px) {
  .banner-one .banner-content-width{width: 40%;left: 6%;}
  .banner-one .banner-name{font-size: 28px;}
  .banner-one{height: 400px;}
  h2{font-size: 28px;}
  .benefits-max .benefits-h2{padding: 60px 0 40px 0;}
  .benefits-max .benefits-li img{width: 80%;height: auto;}
  .benefits-max{padding: 0 10%;width: 80%;}
  .benefits-max{margin: 0 auto 60px auto;}
  .birthday-faq .birthday-faq-max{padding: 40px 90px 40px 40px;}
  .birthday-faq{padding: 0 7% 50px 7%;}
}
@media screen and (max-width: 1000px) {

   .banner-Max{margin-top: 54px;}
}
@media screen and (max-width: 900px) {

  .banner-one{height: 310px;}
}
@media screen and (max-width: 768px) {
  .benefits-max .benefits-li{width: 25%;}
  .benefits-max,.birthday-faq{padding: 0 3%;width: 94%;}
  .banner-one .banner-content-width{width: 50%;}
  .banner-one .banner-name{font-size: 24px;}
  .benefits-max .benefits-name{font-size: 16px;}
  .benefits-max .benefits-intro{font-size: 13px;}
  .benefits-max .benefits-li{width: 28%;}
  .benefits-max .benefits-li img{width: 60%;}
}