.banner-Max {
    margin-top: 0;
}

.banner-one {
    background: url('../image/birthday-p-banner.webp') no-repeat;
    background-size: 100% 100%;
    height: 500px;
    position: relative;
}

.banner-one .banner-content-width {
    width: 90%;
    left: 5%;
    position: absolute;
    top: 10%;
    text-align: center;
}

.banner-one .banner-name {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.banner-one .banner-intro {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin-top: 25px;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.birthday-bg {
    position: relative;
}

.birthday-bg .birthday-Div {
    position: absolute;
    top: 50%;
    left: 15%;
    width: 70%;
    transform: translateY(-50%);
    text-align: center;
}

.birthday-bg .birthday-Div h2 {
    font-size: 20px;
    line-height: 30px;
}

.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 {
    background: #660099;
    color: #ffffff;
    border: 1px solid #660099;
}

.birthday-bg {
    background: url('../image/birthday-p-bg.webp') no-repeat;
    background-size: 100% 100%;
    height: 252px;
}

.benefits-max {
    padding: 0 5% 0 5%;
    width: 90%;
    margin: 0 auto 60px auto;
}

.benefits-max .benefits-h2 {
    text-align: center;
    padding: 50px 0px 45px 0px;
}

.benefits-max .benefits-li {
    text-align: center;
    width: 80%;
    margin: 0 auto 45px auto;
}

.benefits-max .benefits-li img {
    margin: 0 auto;
}

.benefits-max .benefits-name {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    margin: 20px 0 16px 0;
}

.benefits-max .benefits-intro {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.birthday-faq {
    width: 92%;
    padding: 0 4% 0 4%;
    margin: 0 auto;
}

.birthday-faq .birthday-faq-h2 {
    text-align: center;
    margin-bottom: 50px;
}

.birthday-faq .birthday-faq-dl {
    margin-bottom: 35px;
}

.birthday-faq .birthday-faq-dl dt {
    font-size: 18px;
    color: #333333;
    margin-bottom: 15px;
    line-height: 28px;
}

.birthday-faq .birthday-faq-dl dd {
    font-size: 14px;
    color: #747474;
    line-height: 22px;
}

.birthday-form {
    position: fixed;
    width: 90%;
    left: 5%;
    top: 50%;
    transform: translateY(-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;
    flex-wrap: wrap;
}

.birthday-form .thday-flex label {
    width: 100%;
}

.birthday-form .thday-flex label input {
    width: 95%;
}

.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;
}
