/* 基础样式 - 电脑端 */
.delete-account-content {
    display: flex;
    justify-content: center;
    padding: 120px 0;
}

.ProductFigure-mobile-lift {
    display: flex;
    flex-direction: column;
    max-width: 380px;
}

.delete-title {
    font-family: MiSans, MiSans;
    font-size: 16px;
    color: #52C8E6;
}

.delete-account-title {
    font-size: 38px;
    color: #3E4C60;
    font-weight: 500;
}

.ProductFigure-mobile-lift span {
    margin-top: 50px;
    font-size: 16px;
    color: #8B94A0;
    line-height: 28px;
    text-align: left;
}

.app-card {
    display: flex;
    flex-direction: column;
    max-width: 460px;
    min-height: 70%;
    background-color: #F4F8FA;
    border-radius: 16px;
    padding: 0 40px;
    margin-left: 100px;
}

.delete-account-trash-tips {
    font-size: 22px;
    color: #3E4C60;
    line-height: 30px;
    text-align: left;
    font-weight: 400;
}

.home .app-card__body {
    display: flex;
    flex-direction: column;
}

.home .app-card__body--gap {
    gap: 20px;
}

/** Home page */
.home .form-item .form-item-content {
    flex: 1 1 auto;
    height: 44px;
    background: #ffffff;
    border-radius: 44px;
    opacity: 1;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.home .form-item:focus-within .form-item-content-vcode,
.home .form-item:focus-within .form-item-content {
    border: 1px solid #58D7F7;
}

.home .form-item .form-item-content-vcode {
    flex: 1 1 auto;
    height: 44px;
    background: #ffffff;
    border-radius: 44px;
    opacity: 1;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
#mobile:focus, #vCode:focus, #smsCode:focus {
    background-color: #fff;
    outline: none;
}
.home .form-item input {
    border: 0;
    font-size: 15px;
    height: 40px;
}

.home .form-item input::placeholder {
    color: var(--input-placeholder-color);
    font-weight: var(--font-medium);
}

.home .form-item {
    display: flex;
    align-items: center;
}

.home .form-item-input {
    flex: 1 1 auto;
    display: flex;
    gap: 1rem;
    line-height: 1.1;
    align-items: center;
}

input {
    outline: none;
    width: 100%;
}

.home .send-sms-button {
    color: #58D7F7;
    font-weight: var(--font-medium);
    text-decoration: underline;
    text-align: right;
    cursor: pointer;
    display: inline-flex;
    margin-left: auto;
    font-size: 14px;
    margin-top: 10px;
}

.home #vCodeButton {
    background-color: #fff;
    border-left: 0;
    border-radius: 0px 44px 44px 0px;
    width: 100px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}


.delete-account-mobile-prefix {
    font-size: 14px;
    color: #3E4C60 ;
    font-weight: var(--font-medium);
}

.delete-account-check {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    margin-top: 28px;
    margin-bottom: 6px;

}

.delete-account-check.active .delete-account-check-radio {
    background-image: url(../images/delete-account-checked.png);
}

.delete-account-check-radio {
    display: inline-block;
    background-image: url(../images/delete-account-check.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

    width: 20px;
    height: 20px;
}

.delete-account-check-tips {
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #929899 ;
    font-family: MiSans, MiSans;
}

.home .app-confirm-button {
    border: 0;
    height: 74px;
    width: 100%;
    background: #58D7F7;
    border-radius: 16px;
    cursor: pointer;
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 20px;
    color: #06161F;

}

.home .app-confirm-button:disabled,
.home .app-confirm-button[disabled] {
    background: #58D7F7;
    opacity: 0.55;
    cursor: not-allowed;
}

.delete-account-error-tips {
    margin-top: 34px;
    font-size: 16px;
    color: #616566;
    text-align: center;
    font-family: MiSans, MiSans;
    margin-bottom: 36px;
}
.delete-account-error-tips-title{
    font-weight: 600;
    font-size: 18px;
    color: #17191A;
    text-align: center;
    font-style: normal;
    margin-bottom: 12px;
}
.delete-account-error-tips-again{
    font-weight: 600;
    font-size: 18px;
    color: #17191A;
    text-align: center;
    font-style: normal;
    margin-bottom: 12px;
}
.delete-account-error-tips-remind{
    font-weight: 400;
    font-size: 16px;
    color: #616566;
    line-height: 22px;
    text-align: center;
    font-style: normal;
}

.margin_left_30 {
    margin-left: 30px;
}

.horizontal_left {
    justify-content: left;
}

.delete-account-margin-top-10 {
    margin-top: 10px;
}

.delete-account-margin-top-50 {
    margin-top: 32px;
}

.delete-account-status-img {
    width: 140px;
}

.delete-account-done {
    margin-bottom: 128px;
}

.mt-40 {
    margin-top: 40px
}

.delete-account-doing-date-wrap {
    line-height: 2;
    margin-top: 34px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
}

.delete-account-doing-date-left {
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 18px;
    color: #17191A;
    line-height: 24px;
    text-align: center;
    font-style: normal;
}


.delete-account-doing-tips {
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #616566;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    margin-bottom: 36px;
}

.delete-account-doing-bottom {
    margin-top: 13px;
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.delete-account-doing-bottom-img {
    width: 13px;
    height: 13px;
}

.delete-account-doing-bottom-tips {
    margin-left: 6px;
    font-size: 12px;
    color: var(--primary);
    line-height: 12px;
}

.delete-account-cancel {
    margin-bottom: 69px;
}

/* 平板设备 (768px-1024px) */
@media (max-width: 1024px) {
    .delete-account-content {
        padding: 80px 20px;
        flex-direction: column;
        align-items: center;
    }

    .app-card {
        margin: 50px auto 0;
        max-width: 80%;
        margin-left: 0;
        padding: 0 30px;
    }

    .ProductFigure-mobile-lift {
        text-align: center;
        max-width: 90%;
    }

    .ProductFigure-mobile-lift span {
        text-align: center;
        margin-top: 30px;
    }

    .delete-account-trash-tips {
        text-align: center;
    }

    .home .app-confirm-button {
        height: 65px;
    }
}

/* 手机设备 (小于768px) */
@media (max-width: 767px) {
    .delete-account-content {
        padding: 40px 16px;
    }

    .app-card {
        margin: 30px 0 0;
        padding: 0 20px;
        max-width: 100%;
    }

    .delete-account-title {
        font-size: 28px;
    }

    .delete-account-trash-tips {
        font-size: 18px;
        line-height: 26px;
    }

    .ProductFigure-mobile-lift span {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
    }

    .home .form-item .form-item-content,
    .home .form-item .form-item-content-vcode {
        padding: 0 15px;
        height: 42px;
    }

    .home .form-item input {
        font-size: 14px;
    }

    .home .app-confirm-button {
        height: 60px;
        font-size: 18px;
    }

    .delete-account-check {
        margin-top: 20px;
    }

    .delete-account-error-tips {
        margin-top: 25px;
        font-size: 14px;
    }

    .delete-account-status-img {
        width: 100px;
    }

    .delete-account-done {
        margin-bottom: 80px;
    }

    .home #vCodeButton {
        width: 90px;
        font-size: 13px;
    }

    .delete-account-mobile-prefix {
        font-size: 13px;
    }
}

/* 超大手机设备 (414px-768px) */
@media (min-width: 414px) and (max-width: 767px) {
    .delete-account-title {
        font-size: 32px;
    }

    .app-card {
        padding: 0 30px;
    }
}

/* 小手机设备 (小于414px) */
@media (max-width: 413px) {
    .delete-account-title {
        font-size: 24px;
    }

    .delete-account-trash-tips {
        font-size: 16px;
    }

    .home .app-confirm-button {
        height: 56px;
        font-size: 16px;
    }

    .delete-account-check-tips {
        font-size: 13px;
    }
}
