.base-header {
    padding-top: 0 !important;
}

.activity-dialog,
.header-banner,
.subscriptions-dialog,
.activity-login,
.activity-header-icon {
    display: none !important;
}

.base-footer .download-box {
    width: 150px;
    padding: 12px 0;
}

.base-footer .footer-logo .base-download-button {
    padding: 16px 0;
}

.base-header .nav-item.switch-item .nav-menu {
    left: -130%;
}

.base-header .base-download-button,
.base-footer .download-box > div,
.base-footer .footer-logo .base-download-button .download,
.app-download-button {
    display: none !important;
}

@media (max-width: 1024px) {
    .base-header:not(.active) #Login {
        right: 60px;
    }
}

main {
    background: #EDF6FF;
    color: var(--color-block-darker);
}

main .color {
    color: var(--color-primary);
}

main .base-maxwidth {
    max-width: 1378px;
    padding: 0 14px;
}

main section {
    padding-bottom: 120px;
}

main h2 {
    font-size: 52px;
    text-align: center;
    margin-bottom: 60px;
}

main .full-star {
    color: #FF9446;
}

main .no-star {
    color: #BABABA;
}

main .flex-align-center {
    align-items: center;
}

main .flex-align-center .base-version-switching {
    justify-content: center;
}

.base-switching-button {
    display: flex;
    flex-direction: column;
}

.base-switching-button .button {
    min-width: 240px;
    height: 56px;
    padding: 10px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white-lighter);
    white-space: nowrap;
    background-color: var(--color-primary);
    font-size: 20px;
    font-weight: 700;
}

.base-switching-button .button:hover {
    opacity: .8;
}

.base-switching-button .button svg {
    width: 32px;
    height: 32px;
    margin-left: 12px;
}

.base-version-switching {
    align-items: center;
    margin-top: 12px;
}

.base-version-switching .version-switching-icon {
    display: flex;
    margin-left: 12px;
    justify-content: center;
    color: rgba(0, 0, 0, 0.4);
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: all .3s;
}

.base-version-switching .version-switching-icon.active,
.base-version-switching .version-switching-icon:hover {
    color: #FF9446;
}

.base-version-switching > p {
    color:var(--color-block-darker);
}

.base-version-switching .version-switching-icon svg {
    width: 20px;
    height: 20px;
    transition: all .3s;
}

@keyframes zoomIn {
    0% {
      transform: scale(1) translateZ(0); /* 初始大小 */
    }

    10% {
        transform: scale(1.05) translateZ(0); /* 初始大小 */
      }

    100% {
      transform: scale(1) translateZ(0); /* 恢复到初始大小 */
    }
  }

.top-banner {
    padding: 104px 0 142px;
    text-align: center;
}

.top-banner .base-maxwidth {
    display: flex;
    flex-direction: column;
    align-items: center;
}
 
.top-banner .rated-box {
    font-size: 14px;
    background: var(--color-white-lighter);
    border-radius: 8px;
    padding: 6px 13px;
    margin-bottom: 32px;
}

.top-banner .rated-box svg {
    transform: translateY(-2px);
    color: #FF9446;
}

.top-banner h1 {
    font-size: 60px;
}

.top-banner .desc {
    font-size: 20px;
    font-weight: 500;
    max-width: 710px;
    margin: 20px auto 40px;
}

.top-banner .generate-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
}

.top-banner .celebrity-item {
    max-width: 220px;
    position: relative;
}

.top-banner .celebrity-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    background: rgba(255, 255, 255, 0.4);
    transition: background .2s;
    border-radius: 16px;
}

.top-banner .celebrity-item img {
    border-radius: 16px;
    width: 100%;
    height: auto;
}

.top-banner .man-box,
.top-banner .woman-box {
    display: flex;
    flex-wrap: wrap;
    width: 36%;
}

.top-banner .baby-box {
    width: 30.2%;
    display: flex;
    justify-content: center;
}

.top-banner .baby-box .celebrity-item {
    display: none;
    max-width: 398px;
}

.top-banner .baby-box .celebrity-item::before {
    content: none;
}

.top-banner .man-box .celebrity-item,
.top-banner .woman-box .celebrity-item {
    width: calc(50% - 18px);
}

.top-banner .man-box .celebrity-item {
    margin: 0 18px 18px 0;
}

.top-banner .woman-box .celebrity-item {
    margin: 0 0 18px 18px;
}

.top-banner .man-box .celebrity-item:nth-child(3),
.top-banner .woman-box .celebrity-item:nth-child(3) {
    order: 4;
}

.top-banner .man-box .celebrity-item.active,
.top-banner .woman-box .celebrity-item.active {
    animation: zoomIn 1.9s linear forwards;
}

.top-banner .baby-box .celebrity-item.active {
    display: block;
}

.top-banner .man-box .celebrity-item.active::before,
.top-banner .woman-box .celebrity-item.active::before {
    background: none;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 4px solid #FF9446;
    z-index: 1;
}

.use-container .content-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 120px;
    position: relative;
}

.use-container .content-item:last-child {
    margin-bottom: 0;
}

.use-container .content-box .img {
    max-width: 650px;
    width: 50%;
    text-align: center;
}

.use-container .content-box .img img {
    border-radius: 24px;
    width: 100%;
    height: auto;
}

.use-container .text {
    max-width: 560px;
    width: calc(50% - 20px);
}

.use-container .text h2 {
    font-size: 36px;
    text-align: left;
    margin-bottom: 0;
}

.use-container .text .desc {
    margin: 20px 0 24px;
}

.use-container .text .img-m {
    display: none;
    max-width: 420px;
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

.use-container .text .img-m img {
    border-radius: 12px;
    width: 100%;
    height: auto;
}

.step-container .step-box {
    margin: 0 auto 20px;
}

.step-container .step-item {
    margin-bottom: 60px;
}

.step-container .step-content {
    background: linear-gradient(180deg, rgba(104, 91, 255, 0.5) 0%, rgba(104, 91, 255, 0) 100%);
    max-width: 1240px;
    height: 340px;
    border-radius: 60px 60px 0px 0px;
    position: relative;
    margin: 0 auto;
}

.step-container .step-item:nth-child(2) .step-content {
    height: 360px;
}

.step-container .step-item:nth-child(3) .step-content {
    height: 324px;
}

.step-container .step-content img {
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    padding: 0 5px;
}

.step-container .step-item:nth-child(2) .step-content img {
    top: 35px;
}

.step-container .step-item:nth-child(3) .step-content img {
    top: 54px;
}

.step-container .step-title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-container .step-title span {
    font-weight: 700;
    color: var(--color-white-lighter);
    font-style: italic;
    font-size: 20px;
    background: linear-gradient(270deg, #685BFF 0%, #ACA5FF 100%);
    border-radius: 8px;
    padding: 2px 16px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.step-container .step-title b {
    font-size: 28px;
}

.step-container .step-arrow {
    max-width: 100px;
    margin: 60px auto 0;
}

.step-container .base-switching-button {
    margin-top: 14px;
}

.powerful-container .powerful-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.powerful-container .powerful-item {
    max-width: 400px;
    width: calc(100%/3 - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.powerful-container .powerful-item img {
    width: 100px;
}

.powerful-container .powerful-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 40px auto 20px;
}

.review-container {
    padding-bottom: 92px;
}

/* .review-container .base-maxwidth {
    display: flex;
    flex-direction: column;
    align-items: center;
} */

.review-container .review-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.review-container .review-item {
    max-width: 318px;
    width: calc(100%/4 - 10px);
    border-radius: 16px;
    background: var(--color-white-lighter);
    padding: 20px;
    letter-spacing: -0.02em;
    margin-bottom: 28px;
}

.review-container .info {
    display: flex;
    align-items: center;
}

.review-container .info img {
    width: 48px;
}

.review-container .info .name {
    margin-left: 12px;
}

.review-container .star-box {
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.review-container .star-box svg:not(:last-child) {
    margin-right: 8px;
}

.review-container .review-switching {
    display: none;
}

.faq-container .faq-item {
    padding: 32px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.faq-container .faq-item .faq-title {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
}

.faq-container .faq-item .faq-title svg {
    margin: 5px 0 0 10px;
    transition: all .3s;
    min-width: 20px;
    min-height: 20px;
    color: #333;
}

.faq-container .faq-item .faq-content {
    margin-top: 8px;
    display: none;
    padding-right: 30px;
    color: rgba(0, 0, 0, 0.8);
}

.faq-container .faq-item .faq-content a {
    color: var(--color-primary);
}

.faq-container .faq-item.active .faq-title svg {
    transform: rotate(-180deg);
}

.free-container .desc {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto 40px;
    max-width: 1038px;
}

@media(max-width: 1100px) {
    main section {
        padding-bottom: 90px;
    }

    main h2 {
        font-size: 36px;
        margin-bottom: 40px;
    }

    .base-version-switching {
        display: none;
    }

    .top-banner {
        padding: 68px 0 100px;
    }

    .top-banner h1 {
        font-size: 42px;
    }

    .top-banner .man-box .celebrity-item,
    .top-banner .woman-box .celebrity-item {
        width: calc(50% - 8px);
    }

    .top-banner .man-box .celebrity-item {
        margin: 0 8px 8px 0;
    }

    .top-banner .woman-box .celebrity-item {
        margin: 0 0 8px 8px;
    }

    .use-container .content-item {
        margin-bottom: 90px;
        align-items: center;
    }

    .use-container .content-box .img img {
        border-radius: 12px;
    }

    .use-container .text h2 {
        font-size: 32px;
    }

    .use-container .text .desc {
        margin: 12px 0 14px;
    }

    .step-container .step-item {
        margin-bottom: 40px;
    }

    .step-container .step-arrow {
        max-width: 80px;
        margin: 40px auto 0;
    }

    .review-container {
        padding-bottom: 74px;
    }

    .review-container .review-box {
        max-height: 510px;
        overflow: hidden;
        transition: all .3s;
    }

    .review-container .review-box::after {
        content: '';
        width: calc(100% / 3 - 10px);
        height: 0;
    }

    .review-container .review-item {
        width: calc(100% / 3 - 10px);
        margin-bottom: 16px;
    }

    .review-container .review-switching {
        display: flex;
        justify-content: center;
        position: relative;
        margin-top: 4px;
    }
    
    .review-container .review-switching::before {
        content: '';
        position: absolute;
        bottom: 48px;
        left: 0;
        width: 100%;
        height: 240px;
        background: linear-gradient(180deg, rgba(237, 246, 255, 0) 0%, #EDF6FF 100%);
    }
    
    .review-container .review-switching p {
        display: inline-block;
        padding: 8px 20px;
        border-radius: 20px;
        background: #FFFFFF;
        border: 2px solid #D3E2F1;
    }

    .review-container.is-show .review-box {
        max-height: 800px;
    }

    .review-container.is-show .review-switching::before {
        content: none;
    }

    .faq-container .faq-item {
        padding: 24px 0;
    }
}

@media(max-width: 992px) {
    main section {
        padding-bottom: 60px;
    }

    main h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .base-switching-button .button {
        min-width: 196px;
        height: 48px;
        padding: 10px 16px;
        font-size: 16px;
        font-weight: 700;
    }

    .base-switching-button .button svg {
        width: 24px;
        height: 24px;
        margin-left: 8px;
    }

    .top-banner {
        padding-bottom: 52px;
    }

    .top-banner .rated-box {
        margin-bottom: 16px;
    }

    .top-banner h1 {
        font-size: 28px;
        line-height: 40px;
    }
    
    .top-banner .desc {
        font-size: 14px;
        margin: 12px auto 20px;
    }

    .top-banner .generate-box {
        margin-top: 30px;
    }
    
    .top-banner .celebrity-item::before,
    .top-banner .celebrity-item img {
        border-radius: 8px;
    }

    .top-banner .man-box .celebrity-item.active::before,
    .top-banner .woman-box .celebrity-item.active::before {
        width: calc(100% - 2px);
        height: calc(100% - 2px);
        border: 3px solid #FF9446;
        border-radius: 8px;
    }

    .use-container .content-item {
        margin-bottom: 60px;
    }

    .use-container .text h2 {
        font-size: 24px;
    }

    .use-container .text .desc {
        font-size: 14px;
    }

    .step-container .step-content {
        height: 246px;
        border-radius: 30px 30px 0px 0px;
    }

    .step-container .step-item {
        margin-bottom: 30px;
    }

    .step-container .step-item:nth-child(2) .step-content {
        height: 280px;
    }

    .step-container .step-item:nth-child(3) .step-content {
        height: 320px;
    }

    .step-container .step-title {
        font-size: 18px;
        margin-bottom: 40px;
    }

    .step-container .step-content img {
        top: -10px;
    }

    .step-container .step-item:nth-child(2) .step-content img {
        top: 18px;
    }

    .step-container .step-item:nth-child(3) .step-content img {
        top: 20px;
    }

    .step-container .step-arrow {
        max-width: 60px;
        margin: 30px auto 0;
    }

    .step-container .base-switching-button {
        margin-top: 32px;
    }

    .powerful-container .powerful-item {
        width: calc(100% / 2 - 10px);
        margin-bottom: 20px;
    }

    .powerful-container .powerful-item:last-child {
        margin-bottom: 0;
    }

    .powerful-container .powerful-item h3 {
        margin: 20px auto 12px;
    }

    .review-container {
        padding-bottom: 44px;
    }

    .faq-container .faq-item .faq-title {
        font-size: 16px;
    }

    .faq-container .faq-item .faq-content {
        margin-top: 20px;
    }

    .faq-container .faq-item .faq-title svg {
        margin: 5px 0 0 10px;
        transition: all .3s;
        min-width: 16px;
        min-height: 16px;
        width: 16px;
        height: 16px;
    }

    .faq-container .faq-item .faq-content p {
        font-size: 12px;
    }

    .free-container .desc {
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 400;
    }
}

@media(max-width: 576px) {
    .top-banner .man-box, .top-banner .woman-box {
        width: 24%;
    }

    .top-banner .baby-box {
        width: 81.2%;
    }

    .top-banner .man-box .celebrity-item,
    .top-banner .woman-box .celebrity-item {
        width: calc(100% - 8px);
    }

    .top-banner .woman-box .celebrity-item:nth-child(1) {
        order: -2;
    }

    .top-banner .woman-box .celebrity-item:nth-child(2) {
        order: -3;
    }

    .top-banner .man-box .celebrity-item:nth-child(3) {
        order: 0;
    }

    .use-container .content-box .img {
        width: 100%;
        order: -1;
        display: none;
    }

    .use-container .text {
        width: 100%;
    }

    .use-container .text .desc {
        font-size: 16px;
        margin: 20px 0;
    }

    .use-container .text .img-m {
        display: block;
    }

    .step-container .step-item {
        margin-bottom: 20px;
    }

    .step-container .step-title {
        font-size: 16px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .step-container .step-title span {
        margin: 0 0 12px 0;
    }

    .step-container .step-content {
        height: 140px !important;
        border-radius: 20px 20px 0px 0px;
    }

    .step-container .step-content img {
        max-width: 315px;
    }

    .step-container .step-item:nth-child(2) .step-content img {
        max-width: 323px;
    }

    .step-container .step-item:nth-child(3) .step-content img {
        max-width: 296px;
    }

    .step-container .step-arrow {
        max-width: 40px;
        margin: 20px auto 0;
    }

    .powerful-container .powerful-item {
        width: 100%;
    }

    .review-container {
        padding-bottom: 60px;
    }

    .review-container .review-box {
        justify-content: center;
        max-height: 870px;
    }

    .review-container .review-item {
        width: 100%;
        margin-bottom: 26px;
    }

    .review-container .review-item:last-child {
        margin-bottom: 0;
    }

    .review-container .review-box::after {
        content: none;
    }

    .review-container.is-show .review-box {
        max-height: 2400px;
    }

    .review-container .review-switching {
        margin-top: 20px;
    }
}