html {
    padding-bottom: 0 !important
}

body {
    display: flex;
    flex-direction: column
}

#MainContent {
    flex-grow: 1
}

.fec-challenge__container {
    padding: 48px 16px
}

.fec-challenge__container .fec-challenge__button {
    padding: .75rem 3rem;
    margin: 2rem auto;
    border-radius: .375rem;
    background-color: #000;
    cursor: pointer;
    background-image: none;
    color: #fff;
    transition: all var(--f-duration-default, 0.25s)
}

.fec-challenge__button:hover {
    background-color: #737373
}

.f-customer-forms {
    padding-bottom: 80px
}

@media screen and (max-width: 767px) {
    .f-customer-forms {
        padding-bottom: 60px
    }
}

@media screen and (min-width: 768px) {
    .f-customer-forms > .container {
        display: flex
    }
}

.f-customer-forms .f-login-form, .f-customer-forms .f-recover-form, .f-customer-forms .f-sign-up {
    width: 100%
}

@media screen and (min-width: 768px) {
    .f-customer-forms .f-login-form, .f-customer-forms .f-recover-form, .f-customer-forms .f-sign-up {
        width: 50%;
        margin-left: 40px;
        margin-right: 40px
    }
}

.f-customer-forms .f-recover-form {
    display: none
}

@media screen and (max-width: 767px) {
    .f-customer-forms .f-sign-up {
        margin-top: 40px
    }
}

.f-customer-forms .f-sign-up p {
    margin-bottom: 24px
}

.f-customer-forms h3 {
    font-size: 24px;
    line-height: 1.3333;
    font-weight: 500;
    margin-bottom: 24px
}

.f-customer-forms p {
    color: rgb(var(--color-foreground-secondary));
    margin-top: 0;
    margin-bottom: 16px
}

.f-customer-forms .f-reset-password-btn {
    text-decoration-line: underline;
    margin-top: 20px;
    margin-bottom: 30px;
    display: block
}

.f-customer-forms .f-recover-form__action {
    display: flex;
    gap: 16px;
    margin-top: 20px
}

.f-customer-forms .f-customer__recover-form-posted {
    font-size: calc(var(--font-base-size, 16) * 1px);
    margin-top: 20px;
    margin-bottom: 10px
}

.f-customer-forms.show-recover-password-form .f-login-form {
    display: none
}

.f-customer-forms.show-recover-password-form .f-recover-form {
    display: block
}

#recover:target {
    display: block
}

#recover:target ~ .f-login-form {
    display: none
}

.f-register-form {
    padding-bottom: 80px
}

@media screen and (max-width: 767px) {
    .f-register-form {
        padding-bottom: 60px
    }
}

.f-register-form__wrapper {
    width: 500px;
    max-width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px
}

.f-register-form h1 {
    font-size: 24px;
    line-height: 1.3333;
    font-weight: 500;
    margin-bottom: 24px
}

.f-register-form__description {
    color: rgb(var(--color-foreground-secondary));
    margin-top: 20px
}

.f-register-form button {
    margin-top: 24px;
    margin-bottom: 12px
}

.f-reset-password-form {
    padding-bottom: 80px
}

@media screen and (max-width: 767px) {
    .f-reset-password-form {
        padding-bottom: 60px
    }
}

.f-reset-password-form__wrapper {
    width: 500px;
    max-width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px
}

.f-reset-password-form h1 {
    font-size: 24px;
    line-height: 1.3333;
    font-weight: 500
}

.f-reset-password-form p {
    margin-top: 16px;
    margin-bottom: 32px
}

.f-reset-password-form button {
    width: 100%;
    margin-top: 16px
}

.f-customer-order-detail {
    /*padding-bottom: 80px*/
}

@media screen and (max-width: 767px) {
    .f-customer-order-detail {
        padding-bottom: 60px
    }
}

.f-customer-order-detail .f-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.f-customer-order-detail .f-row > div {
    padding-left: 15px;
    padding-right: 15px
}

.f-customer-order-detail table {
    table-layout: auto;
    border-collapse: collapse
}

.responsive-table .secondary-text {
    display: inline-flex;
    margin-left: -5px;
    font-size: 14px;
    color: #606266;
    transform: scale(.9);

}

.responsive-table .tag {
    display: inline-block;
    font-size: 14px;
    padding: 0 4px;
    line-height: 22px;
    transform: scale(.9);
    white-space: nowrap;
}

.responsive-table .order-status-1 {
    border: 1px solid #f56c6c;
    color: #f56c6c;
}

.responsive-table .order-status-2 {
    border: 1px solid #85888E;
    color: #85888E;
}

.responsive-table .order-status-3 {
    border: 1px solid #6FB641;
    color: #6FB641;
}

.responsive-table .order-status-4 {
    border: 1px solid #6FB641;
    color: #6FB641;
}

.responsive-table .order-status-5 {
    border: 1px solid #DB9B41;
    color: #DB9B41;
}

.responsive-table-row-mobile {
    /*padding-top: 0!important;*/
    /*padding-bottom: 0!important;*/
}

@media screen and (min-width: 768px) {
    .f-customer-order-detail table {
        border: 1px solid rgb(var(--color-border))
    }

    .responsive-table-row-mobile {
        display: none;
    }
}

.f-customer-order-detail table th, .f-customer-order-detail table td {
    padding: 16px;
    border: 1px solid rgb(var(--color-border))
}

@media screen and (max-width: 767px) {
    .f-customer-order-detail table th, .f-customer-order-detail table td {
        padding: 10px 0;
        border: 0
    }

    .responsive-table-row-mobile {
        display: flex;
    }

    .responsive-table-row-mobile .mobile-left {
        text-align: left;
        flex: 1;
    }

    .responsive-table-row-mobile .mobile-right {
        width: min-content;
        min-width: 140px;
        text-align: right;
    }

    .responsive-table-row-mobile .mobile-right a {
        display: inline-block;
        margin-top: 12px;
    }

    .responsive-table-row {
        display: none;
    }

    .responsive-table thead {
        display: block;
    }

    .responsive-table thead .order {
        text-align: left;
    }

    .responsive-table thead .status {
        display: none;
    }

    .responsive-table thead .total {
        display: none;
    }


}

.f-customer-order-detail table th {
    text-align: left
}

.f-customer-order-detail table tfoot tr td:first-child {
    display: none
}

@media screen and (min-width: 768px) {
    .f-customer-order-detail table tfoot tr td:first-child {
        display: table-cell
    }
}

.f-customer-order-detail .f-order-discount {
    margin-top: 8px
}

.f-customer-order-detail .f-order-note {
    margin-top: 5px
}

.f-customer-order-detail__header {
    margin-bottom: 20px
}

.f-customer-order-detail__header h2 {
    font-size: 24px;
    line-height: 1.333
}

@media screen and (max-width: 1023px) {
    .f-customer-order-detail__address {
        margin-top: 40px
    }
}

.f-customer-order-detail__address > div {
    color: rgb(var(--color-foreground-secondary))
}

.f-customer-order-detail__address > div + div {
    padding-top: 24px
}

.f-customer-order-detail__address h3 {
    font-size: 24px;
    line-height: 1.666;
    padding-bottom: 8px
}

.f-activate-account {
    padding-top: 30px;
    padding-bottom: 80px
}

@media screen and (max-width: 767px) {
    .f-activate-account {
        padding-bottom: 60px
    }
}

.f-activate-account__heading {
    font-size: 24px;
    line-height: 1.333;
    margin-bottom: 20px
}

.f-activate-account__action {
    margin-top: 30px
}

.f-activate-account__action .f-button {
    cursor: pointer
}

.f-activate-account__action .f-button + .f-button {
    margin-left: 10px
}

.f-account {
    padding-bottom: 80px;
    min-height: 400px;
}

@media screen and (max-width: 767px) {
    .f-account {
        padding-bottom: 60px
    }
}

.f-account > .container-fluid {
    display: flex;
    flex-wrap: wrap
}

.f-account__title {
    font-size: 24px;
    line-height: 1.333;
    font-weight: 500;
    margin-bottom: 30px
}

.f-account__title--medium {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 12px
}

.f-account__greeting {
    margin-bottom: 40px
}

.f-account__greeting span {
    font-weight: 600
}

.f-account__detail a {
    margin-top: 24px
}

.f-account__navigation {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 16.6667%;
    min-width: 200px;
    padding-right: 15px;
    border-right: 1px solid rgb(var(--color-border))
}

.f-account__navigation a {
    color: rgb(var(--color-foreground-secondary));
    transition: all var(--f-duration-default, 0.25s) ease
}

.f-account__navigation a:hover, .f-account__navigation a.active {
    font-weight: 500;
    color: rgb(var(--color-foreground))
}

@media screen and (max-width: 767px) {
    .f-account__navigation {
        flex-direction: row;
        gap: 30px;
        width: 100%;
        overflow-x: scroll;
        height: 45px;
        padding-right: 0;
        margin-bottom: 40px;
        border-right: 0;
        border-bottom: 1px solid rgb(var(--color-border))
    }

    .f-account__navigation::-webkit-scrollbar {
        display: none
    }

    .f-account__navigation a {
        flex-shrink: 0;
        padding-bottom: 20px
    }
}

.f-account__content {
    border: 1px solid rgba(255, 255, 255, 0);
    flex: 1 1 0%;
    padding-left: 100px;
    /*padding-bottom: 60px*/
}

@media screen and (max-width: 1279px) {
    .f-account__content {
        padding-left: 60px;
        padding-bottom: 40px
    }
}

@media screen and (max-width: 1023px) {
    .f-account__content {
        padding-left: 30px
    }
}

@media screen and (max-width: 767px) {
    .f-account__content {
        padding-left: 0;
        padding-bottom: 0
    }
}

.f-account .f-customer-order {
    /*margin-bottom: 60px*/
}

.f-account .f-customer-order table tr {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(var(--color-border))
}

:root {
    --color_account_main_color: #000000;
    --color_account_normal_color: #333333;
    --color_account_minor_color: #606266;
    --color_account_placeholder_color: #909399;
    --color_account_line_color: #e9edef;
    --color_account_border_line_color: #e9edef;
    --color_account_table_hover_color: #F5F7FA;
    --color_account_table_bg_color: #F3F6F9;
}

@media screen and (max-width: 767px) {
    .f-account .f-customer-order table tr {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .responsive-table th {
        color: #222222;
    }

    .responsive-table td {
        color: #222222;
    }
}

.f-account .f-customer-order table th {
    font-weight: 500
}

.f-account .f-customer-order .notification a {
    font-weight: 600;
    margin-left: 8px;
    margin-right: 8px;
    text-decoration-line: underline
}

.f-account .f-customer-order .f-pagination {
    margin-top: 16px
}

.f-account .f-customer-info__field {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(var(--color-border))
}

.f-account .f-customer-info__field > div:last-child {
    color: rgb(var(--color-foreground-secondary))
}

.f-account .f-customer-address {
    margin-top: 40px
}

@media screen and (max-width: 1279px) {
    .f-account .f-customer-address {
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .f-account .f-customer-address {
        margin-top: 20px
    }
}

.f-account .f-customer__form-new-wrapper {
    margin-top: 0px
}

.f-account .f-customer__action {
    display: flex;
    margin-top: 24px
}

.f-account .f-customer__edit-btn {
    margin-right: 20px
}

.f-account .f-customer__form-delete {
    display: flex
}

.f-account .f-customer__cancel-edit-btn, .f-account .f-customer__cancel-add-btn {
    margin-left: 20px
}

.f-account .f-customer__cookies-consent {
    margin-top: 12px
}

.f-account .f-customer__cookies-consent label {
    cursor: pointer
}

.f-account .f-customer__cookies-consent span {
    margin-left: 8px
}

.f-account .f-pagination {
    margin-top: 60px
}

@media screen and (max-width: 767px) {
    .f-account .f-pagination {
        margin-top: 40px
    }
}

.f-customer-order-info {
    padding-top: 60px;
    background: #ffffff;
}

.f-customer-order-info .mobile-order-text {
    display: none;
}


.f-customer-order-info .order-text {
    min-height: 100px;
    padding: 20px;
    background-color: #F3F6F9;
    display: flex;
    align-items: center;
    text-align: start;
    justify-content: space-between;
}

.f-customer-order-info .order-text .subtitle {
    flex-shrink: 0;
    display: block;
}

.f-customer-order-info .order-text .item {
    width: auto;
    color: var(--color_account_normal_color);
}

.f-customer-order-info .order-text .msg {
    padding-top: 12px;
    color: var(--color_account_normal_color);
    font-size: 14px;
}


.f-customer-order-info .tag {
    display: inline-block;
    font-size: 14px;
    padding: 0 4px;
    line-height: 22px;
    transform: scale(0.9);
    white-space: nowrap;

    &.success {
        color: #67C23A;
        border: 1px solid #67C23A;
    }

    &.info {
        color: #909399;
        border: 1px solid #909399;
    }

    &.danger {
        color: #F56C6C;
        border: 1px solid #F56C6C;
    }

    &.warning {
        color: #E6A23C;
        border: 1px solid #E6A23C;
    }
}

@media (max-width: 769px) {
    .f-customer-order-info .f-account__title {
        display: none;
    }

    .f-customer-order-info .order-text {
        display: none;
    }

    /*小于769像素时生效*/
    .f-customer-order-info .mobile-order-text {


        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
        background-color: #F3F6F9;
    }

    .f-customer-order-info .mobile-order-text span {
        color: #606266
    }

    .f-customer-order-info .mobile-order-text .text {
        text-align: start;
    }
}

.f-customer-order-info .Package {
    margin: 10px 0;
}

.f-customer-order-info .mobile-fulfillment {
    display: none;
}

@media (max-width: 769px) {

    .f-customer-order-info .mobile-fulfillment {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        background-color: var(--color_account_table_bg_color);
    }

    .f-customer-order-info .mobile-fulfillment span {
        color: var(--color_account_placeholder_color);
    }

    .f-customer-order-info .fulfillment {
        display: none !important;
    }
}

.f-customer-order-info .fulfillment {
    min-height: 100px;
    padding: 20px;
    background-color: var(--color_account_table_bg_color);
    display: flex;
    align-items: center;
    text-align: start;
    justify-content: space-between;
}

.f-customer-order-info .fulfillment .subtitle {
    flex-shrink: 0;
    display: block;
    text-align: end;
}

.f-customer-order-info .fulfillment .item {
    width: auto;
}

.f-customer-order-info .fulfillment .msg {
    padding-top: 12px;
    color: var(--color_account_normal_color);
    font-size: 12px;
}

.f-customer-order-info .tag {
    display: inline-block;
    font-size: 12px;
    padding: 0 4px;
    line-height: 20px;
    transform: scale(0.9);
    white-space: nowrap;
}

.f-customer-order-info .tag.success {
    border: 1px solid #67C23A;
}

.f-customer-order-info .tag.info {
    border: 1px solid #909399;
}

.f-customer-order-info .tag.warning {
    border: 1px solid #E6A23C;
    color: #E6A23C;
}

.f-customer-order-info h4 {
    color: var(--color_account_normal_color);
    font-weight: 600;
    font-size: 18px;
}

.f-customer-order-info .fulfillment-box {
    margin-top: 40px;
}

.f-customer-order-info .top {
    background-color: var(--color_account_table_bg_color);
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: start;
    justify-content: space-between;
}

.f-customer-order-info .center {
    border-left: 1px solid var(--color_account_border_line_color);
    border-right: 1px solid var(--color_account_border_line_color);
}

.f-customer-order-info .center .item {
    display: flex;
    border-bottom: 1px solid var(--color_account_border_line_color);
    padding: 20px;
    align-items: center;
}

.f-customer-order-info .center .item .product {
    width: 80%;
    display: flex;
    flex-shrink: 0;
}

.f-customer-order-info .center .item .product a.img-box {
    width: 100px;
    height: 100px;
}

.f-customer-order-info .center .item .product .title {
    color: var(--color_account_placeholder_color);
    font-size: 14px;
}

.f-customer-order-info .center .item .product .variant {
    font-size: 14px;
    font-weight: 500;
    color: var(--color_account_main_color);
}

.f-customer-order-info .center .item .qty {
    flex: 1;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--color_account_main_color);
}

.f-customer-order-info .center .item .total {
    flex: 1;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    color: var(--color_account_main_color);
}

.f-customer-order-info .bottom .logistics-box {
    border-top: none;
    max-height: 0px;
    overflow: hidden;
}

.f-customer-order-info .bottom .logistics-box.down {
    padding: 10px;
    border: 1px solid var(--color_account_border_line_color);
    max-height: 999999999px;
}

.f-customer-order-info .bottom .logistics-box .bg-txt {
    margin-top: 10px;
    background-color: var(--color_account_table_bg_color);
    color: var(--color_account_main_color);
    padding: 10px;
}

.f-customer-order-info .bottom .logistics-box .list {
    padding-top: 20px;
    min-height: 100px;
}

.f-customer-order-info .bottom .logistics-box .list .el-timeline-item__tail {
    border-left: 1px solid $ color-primary;
}

.f-customer-order-info .bottom .logistics-box .list .el-timeline-item__node {
    border: 1px solid $ color-primary;
}

.f-customer-order-info .bottom .logistics-box .list .first-child .el-timeline-item__node {
    background-color: $ color-primary !important;
}

.f-customer-order-info .bottom .bottom-button {
    border: 1px solid var(--color_account_border_line_color);
    border-top: none;
    text-align: end;
    padding: 10px;
}

/* 背景遮罩层 */
.confirmation-modal {
    display: none; /* 默认隐藏 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

/* 弹窗内容 */
.confirmation-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    text-align: center;
    position: relative;
}

/* 关闭按钮 */
.confirmation-modal-close {
    display: block;
    padding: 10px;
    line-height: 1;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 30px;
    cursor: pointer;
    z-index: 1;
}

/* 消息 */
#confirmationMessage {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* 按钮 */
.confirmation-modal-buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.confirmation-button {
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}


/* 显示按钮 */
.show-modal-button {
    padding: 10px 20px;
    background-color: #28a745;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.show-modal-button:hover {
    background-color: #218838;
}

.order-detail .account_main_color {
    color: var(--color_account_main_color);
}

.order-detail .account_normal_color {
    color: var(--color_account_normal_color);
}

.order-detail .account_minor_color {
    color: var(--color_account_minor_color) !important;
}

.order-detail .account_placeholder_color {
    color: var(--color_account_placeholder_color);
}

.order-detail {
    text-align: start;
    padding-top: 40px;
}

.order-detail h4 {
    color: var(--color_account_normal_color);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.order-detail .top {
    background-color: var(--color_account_table_bg_color);
    color: var(--color_account_normal_color);
    padding: 20px;
    display: flex;
    align-items: center;
    text-align: start;
    justify-content: space-between;
}

.order-detail .center {
    border-left: 1px solid var(--color_account_border_line_color);
    border-right: 1px solid var(--color_account_border_line_color);
}

.order-detail .center .item {
    display: flex;
    border-bottom: 1px solid var(--color_account_border_line_color);
    padding: 20px;
    align-items: center;
}

.f-customer-order-info .order-detail .center .product {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
}
.f-customer-order-info .order-detail .center .product img{
    width: 100px;
    height: 100px;
}
@media (max-width: 769px) {
    .f-customer-order-info .order-detail .center .product img{
        width: 85px;
        height: 85px;
    }
}

.order-detail .center .img-box {
    width: 100px;
    height: 100px;
    display: block;
}

.order-detail .center .title {
    color: var(--color_account_placeholder_color);
    font-size: 14px;
}

.order-detail .center .variant {
    font-size: 14px;
    font-weight: 500;
}

.order-detail .center .qty {
    flex: 1;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--color_account_main_color);
}

.order-detail .center .total {
    flex: 1;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    color: var(--color_account_main_color);
}

.order-detail .bottom {
    border: 1px solid var(--color_account_border_line_color);
    border-top: none;
    display: flex;
    align-items: flex-start;
    padding: 20px 20px 0;
}

.order-detail .bottom > div {
    margin-bottom: 20px;
}

.order-detail .bottom .info-title {
    color: var(--color_account_normal_color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}

.order-detail .bottom .mobile-title {
    display: none;
}

.order-detail .bottom .left {
    flex: 1;
    margin-right: 20px;
}

.order-detail .bottom .bold {
    font-weight: 500;
}

.order-detail .bottom .left span {
    color: var(--color_account_normal_color);
    display: block;
    margin-bottom: 3px;
}

.order-detail .bottom .right {
    flex: 1;
}

.order-detail .bottom .right .item {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-detail .bottom .right .label {
    color: var(--color_account_minor_color);
}

.order-detail .bottom .right .price {
    color: var(--color_account_main_color);
}

@media (max-width: 769px) {
    .order-detail .bottom {
        flex-direction: column;
    }

    .order-detail .bottom .left {
        margin-right: 0 !important;
        width: 100%;
    }

    .order-detail .bottom .right {
        width: 100%;
    }

    .order-detail .product .flex {
        flex-direction: column;
    }

}
@media (max-width: 769px) {
    .skeleton-custom-top{
        display: none;
    }
}
.account-page{
    min-height: 60vh;
    background-color: #f3f3f3;
}