:root {
    /* Colors */
    --first-color-rgb: 79, 174, 90;
}

.ProductFigure-mobile {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.ProductFigure-mobile-lift {
    padding-left: 0%;
    box-sizing: border-box;
    position: relative;
}

.ProductFigure-mobile-title {
    font-family: var(--body-font);
    font-weight: 800;
    color: #000;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.ProductFigure-mobile-img {
    margin-top: 5px;
    width: 16px;
    height: 16px;
}

.ProductFigure-mobile-list {
    float: right;
    width: 93%;
    font-size: 1.1rem;
    color: #6f728a;
}

.ProductFigure-mobile-right {
    padding-right: 0%;
    box-sizing: border-box;
}

.ProductFigure-mobile0 {
    width: 100%;
    overflow: hidden;
}

.ProductFigure-mobile0-2 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1rem;
    display: flex;
}

.ProductFigure-mobile0-1 {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.ProductFigure-mobile-lift-img {
    width: 100%;
}

.ProductFigure-mobile-right-img {
    width: 100%;
}

.ProductFigure-mobile-but {
    display: inline-block;
    font-weight: 700;
    font-size: 1rem;
    color: #521b00;
    line-height: 3rem;
    background-image: linear-gradient(to top, rgb(251, 194, 68), rgb(253, 223, 125));
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 1.2rem;
    border-radius: 5px;
    font-family: var(--body-font);
    border: 2px solid rgb(253, 210, 113);
    transition: color 0.3s;
}

.ProductFigure-mobile-but:hover {
    transition: color 0.3s;
    color: #7a2901;
    background-image: linear-gradient(to top, rgb(249, 201, 96), rgb(249, 226, 153));
    border: 2px solid rgb(249, 220, 153);
}

.app-card {
    padding: 40px 40px;
    display: flex;
    flex-direction: column;

    opacity: 1;
    border-radius: 8px;
    background: #FFF;

    gap: 20px;
}

/** Home page */
.home .app-card {
    width: auto;
    min-height: 70%;
    justify-content: center;
    position: relative;
}


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

.home .app-card__header {
    padding: 20px 38px;
}

.home .app-card__header h1 {
    margin-bottom: 1.5rem;
    font-size: 30px;
    font-weight: 700;
    color: var(--title-color);
}

.home .app-card__header p {
    font-size: 18px;
    margin: 0;
}

.home .app-card__header ul {
    margin-left: -32px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home .app-card .app-text-strong {
    color: var(--title-color);
    font-weight: 600;
}

.home .app-card .app-text-light {
    color: var(--text-color);
    font-weight: 600;
}

/** Success page */
.home .app-status-icon {
    width: 118px;
    height: 118px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.home-success .app-card {
    text-align: center;
}

/** Incomplete order page  */

.home-incomplete-order .app-card {
    text-align: center;
}

/** Incomplete order page  */

.home-repeat-apply .app-card {
    text-align: center;
}

/** Terminate deletion page  */

.home-terminate-deletion .app-card {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .home .col-right {
        display: block;
    }
}

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

.home .form-item .form-item-content {
    flex: 1 1 auto;
    height: 66px;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    border: 2px solid rgba(51, 51, 51, 0.5);
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.home .form-item-input {
    flex: 1 1 auto;
    display: flex;
    gap: 1rem;
}

.home .send-sms-button {
    color: var(--first-color);
    font-weight: 400;
    /*text-decoration: underline;*/
    text-align: right;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}

.home #vCodeButton {
    background-color: #f5f6fa;
    border-radius: 10px;
    width: 150px;
    height: 66px;
    margin-left: 1rem;
    justify-content: center;
    cursor: pointer;
}

.home .app-confirm-button {
    border: 0;
    height: 53px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    background: var(--first-color);
    border-radius: 8px 8px 8px 8px;
    cursor: pointer;
}

.home .app-confirm-button:disabled,
.home .app-confirm-button[disabled] {
    background: rgba(var(--first-color-rgb), 0.4) !important;
}

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

button {
    border: 0;
    outline: none;
    background-color: transparent;
}

/* Reset swal button */
.swal-modal {
    border-radius: 8px;
}

.swal-button {
    background-color: rgba(var(--first-color-rgb), 0.87);
}

.swal-button:not([disabled]):hover {
    background-color: rgba(var(--first-color-rgb), 1);
}

.swal-text {
    padding: 18px;
    display: block;
    margin: 18px;
    text-align: center;
    color: #333333CC;
}

/* Custom swal button */
.swal-button-cancel {
    background-color: white;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #333333;

    color: #333333;
    font-size: 13px;
    font-weight: 300;
}

.swal-button-cancel:not([disabled]):hover {
    background-color: white;
}

.swal-button-confirm {
    background: #333333;
    border-radius: 8px 8px 8px 8px;

    color: white;
    font-size: 13px;
    font-weight: 300;
}

/* ######################## NICE ########################  */
.showcase {
    background-repeat: no-repeat;
    /*background-size: 100% 100%;*/
    background-position: center;
    /*background-color: #d4e9ea;*/
    background-image: url("../images/banner.png");

    background-size: cover;

}

.title {
    overflow: hidden;
    margin-top: 160px;
    margin-bottom: 110px;
}

.title-tit {
    margin-right: 100px;
    float: left;
}

.tit-p1 {
    font-size: 32px;
    font-weight: 800;
    color: #111111;
    line-height: 38px;
}

.tit-p2 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    line-height: 23px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.tit-p3 {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    line-height: 14px;
    margin-bottom: 4px;
    padding-top: 24px;
}

.title-img {
    width: 100%;
    float: right;
    text-align: center;
}

.title-div {
    float: left;
}

.download img {
    transform-origin: left center;
    transition: 0.3s;
}

.download:hover img {
    transform: scale(1.1, 1.1);
}

.showcase-ven {
    background: #f5f6fa;
}

.ventajas {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    background: #DEF1F1;
}

.ventajas-tit {
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    color: #252424;
    line-height: 33px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.ventajas-dx4 {
    display: flex;
    flex-wrap: wrap;
}

.ventajas-dl {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
}

.ventajas-dr {
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
}

.ventajas-lr {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 20px;
}

.ventajas-lr-tit {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 10px;
}

.ventajas-lr-tit div {
    font-size: 16px;
    font-weight: bold;
    color: #252424;
    line-height: 22px;
}

.ventajas-lr-tit img {
    width: 40px;
    height: 40px;
}

.ventajas-lr-p {
    font-size: 12px;
    font-weight: 500;
    color: #858a8f;
    line-height: 14px;
}

.Nuestro {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 40px;
}

.nue-img,
.nue-div {
    width: 620px;
}

.nue-tit {
    font-size: 38px;
    font-weight: 600;
    color: #252424;
    line-height: 48px;
    text-align: center;
    width: 62px;
}

.nue-p1 {
    margin-top: 5px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
}

.nue-p1 img {
    width: 21px;
    margin-right: 40px;
}

.nue-p1 span {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}

.nue-p2 {
    font-size: 12px;
    font-weight: 500;
    color: #858a8f;
    line-height: 14px;
}

.nue-p2-1 {
    border-left: 1px solid #377dff;
}

.nue-p2-2 {
    border-left: 1px solid #febd3e;
}

.nue-p2-3 {
    border-left: 1px solid rgba(255, 255, 255, 0);
}

.nue-p2-p2 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0 !important;
    padding-left: 0 !important;
    border: 0;
}

/* .showcase-esc {
  background-color: rgba(67, 67, 68, 0.07);
} */

.esc {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin: 0 100px 60px;
}

.esc-div {
    width: calc(100% - 20px);
    height: calc(100% - 50px);
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(67, 67, 68, 0.07);
    border-radius: 10px 10px 10px 10px;
    position: relative;
    padding: 24px;
}

.esc-div img {
    width: 40px;
}

.esc-s {
    width: calc(100% - 40px);
    text-align: center;
    position: absolute;
    top: -30px;
}

.esc-p {
    width: 100%;
    text-align: center;
}

.esc-p-tit {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
}

.esc-p-time {
    font-size: 12px;
    font-weight: 500;
    color: #afafaf;
    line-height: 24px;
    margin-top: 4px;
}

.esc-p-img {
    display: flex;
    justify-content: space-between;
}

.esc-div .esc-p-img img {
    width: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.esc-p-p {
    font-size: 10px;
    text-align: center;
    font-weight: 500;
    color: #858a8f;
    line-height: 12px;
}

@media screen and (max-width: 768px) {

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .home .app-card {
        padding: 30px 15px;
    }

    .ProductFigure-mobile {
        width: 50%;
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }

    .ProductFigure-mobile-lift {
        /* padding-left: 7%; */
        box-sizing: border-box;
        position: relative;
    }

    .ProductFigure-mobile-title {
        font-family: var(--body-font);
        font-weight: 800;
        color: #000;
        font-size: 2.2rem;
        margin-bottom: 1.5rem;
        margin-top: 2rem;
    }

    .ProductFigure-mobile-img {
        margin-top: 5px;
        width: 18px;
        height: 18px;
    }

    .ProductFigure-mobile-list {
        float: right;
        width: 93%;
        font-size: 1.2rem;
        color: #6f728a;
    }

    .ProductFigure-mobile-right {
        padding-right: 7%;
        box-sizing: border-box;
    }

    .ProductFigure-mobile0 {
        width: 100%;
        overflow: hidden;
    }

    .ProductFigure-mobile0-2 {
        width: 100%;
        overflow: hidden;
        margin-bottom: 1.3rem;
        display: flex;
    }

    .ProductFigure-mobile0-1 {
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .ProductFigure-mobile-lift-img {
        width: 100%;
    }

    .ProductFigure-mobile-right-img {
        width: 100%;
    }

    .ProductFigure-mobile-but {
        display: inline-block;
        font-size: 1.15rem;
        color: #521b00;
        line-height: 3.5rem;
        background-image: linear-gradient(to top, rgb(251, 194, 68), rgb(253, 223, 125));
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 1rem;
        border-radius: 5px;
        font-family: var(--body-font);
        border: 2px solid rgb(253, 210, 113);
    }

    .title {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .title-div {
        float: right;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .title-div img {
        width: 260px;
        height: auto;
    }

    a.download:not(:first-child) {
        margin-top: 12px;
    }


    .nue-img {
        width: 600px;
        margin-top: 20px;
    }

    .esc-div {
        margin-left: 10px;
        margin-right: 10px;
    }

    .nue-tit-special {
        color: #48D000;
        font-size: 38px;
    }
}

@media screen and (min-width: 768px) {
    .title-tit {
        width: 45%;
        float: left;
    }

    .tit-p1 {
        font-size: 40px;
        line-height: 55px;
        margin-top: 153px;
    }

    .tit-p2 {
        font-size: 26px;
        line-height: 30px;
        margin-top: 14px;
        margin-bottom: 18px;
    }

    .tit-p3 {
        font-size: 18px;
        line-height: 19px;
        max-width: 470px;

    }

    .title-img {
        width: 45%;
        float: right;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .title-img img {
        width: 100%;
    }

    .title-div {
        float: left;
        margin-top: 30px;
    }

    .title-div img {
        width: auto;
        height: 60px;
    }


    a.download:not(:first-child) {
        margin-left: 15px;
    }


    .ventajas {
        margin-bottom: 30px;
    }

    .ventajas-tit {
        font-size: 44px;
        line-height: 50px;
        margin-top: 55px;
        margin-bottom: 30px;
    }

    .ventajas-dl {
        width: 50%;
        border-right: 16px solid #f5f6fa;
        border-radius: 10px;
    }

    .ventajas-dr {
        width: 50%;
        border-left: 16px solid #f5f6fa;
        border-radius: 10px;
    }

    .ventajas-lr {
        margin-bottom: 25px;
        border-radius: 10px;
        padding: 26px;
    }

    .ventajas-lr-tit {
        display: flex;
        justify-content: normal;
        flex-direction: column-reverse;
        margin-bottom: 15px;
    }

    .ventajas-lr-tit div {
        font-size: 22px;
        line-height: 28px;
        margin-top: 22px;
    }

    .ventajas-lr-tit img {
        width: 60px;
        height: 60px;
    }

    .ventajas-lr-p {
        font-size: 15px;
        line-height: 18px;
    }

    .Nuestro {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-top: 40px;
    }

    .nue-img {
        width: 600px;
    }

    .nue-div {
        width: 620px;
    }

    .nue-tit {
        font-size: 38px;
        line-height: 48px;
        text-align: left;
        width: 620px;
    }

    .nue-p1 {
        margin-top: 10px;
        margin-bottom: 3px;
    }

    .nue-p1 img {
        width: 31px;
        margin-right: 40px;
    }

    .nue-p1 span {
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        line-height: 27px;
    }

    .nue-p2 {
        font-size: 15px;
        font-weight: 500;
        color: #858a8f;
        padding-top: 20px;
        line-height: 40px;
    }

    .Nuestro-2 {
        flex-direction: row-reverse;
    }

    .nue-p2-2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .esc {
        flex-direction: row;
        justify-content: space-between;
    }

    .esc-div {
        width: calc(35% - 37px);
    }

    .esc-div-l {
        margin-left: 10px;
    }

    .esc-div-r {
        margin-right: 10px;
    }

    .esc-div img {
        width: 40px;
    }

    .esc-s {
        top: -40px;
    }

    .esc-p-tit {
        font-size: 17px;
    }

    .esc-p-time {
        font-size: 13px;
        margin-top: 6px;
    }

    .esc-div .esc-p-img img {
        width: 43px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .esc-p-p {
        font-size: 12px;
        line-height: 15px;
        text-align: left;
    }

    .nue-tit-special {
        color: #48D000;
        font-size: 38px;
    }
}

@media screen and (min-width: 1200px) {
    .ProductFigure-mobile-lift {
        /* padding-left: 7%; */
        box-sizing: border-box;
        position: relative;
    }

    .ProductFigure-mobile-title {
        font-family: var(--body-font);
        font-weight: 800;
        color: #000;
        font-size: 2.7rem;
        margin-bottom: 2rem;
        margin-top: 3rem;
    }

    .ProductFigure-mobile-img {
        margin-top: 5px;
        width: 22px;
        height: 22px;
    }

    .ProductFigure-mobile-list {
        float: right;
        width: 93%;
        font-size: 1.3rem;
        color: #6f728a;
    }

    .ProductFigure-mobile-right {
        padding-right: 7%;
        box-sizing: border-box;
    }

    .ProductFigure-mobile0 {
        width: 100%;
        overflow: hidden;
    }

    .ProductFigure-mobile0-2 {
        width: 100%;
        overflow: hidden;
        margin-bottom: 1.3rem;
        display: flex;
    }

    .ProductFigure-mobile0-1 {
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .ProductFigure-mobile-lift-img {
        width: 100%;
    }

    .ProductFigure-mobile-right-img {
        width: 100%;
    }

    .ProductFigure-mobile-but {
        display: inline-block;
        font-size: 1.3rem;
        color: #521b00;
        line-height: 4rem;
        background-image: linear-gradient(to top, rgb(251, 194, 68), rgb(253, 223, 125));
        padding-left: 5%;
        padding-right: 5%;
        margin-top: 1.2rem;
        border-radius: 5px;
        font-family: var(--body-font);
        border: 2px solid rgb(253, 210, 113);
    }

    .title-tit {
        width: 45%;
        float: left;
    }

    .tit-p1 {
        font-size: 60px;
        line-height: 72px;
        margin-top: 60px;
    }

    .tit-p2 {
        font-size: 40px;
        line-height: 47px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .tit-p3 {
        font-size: 20px;
        line-height: 24px;
    }

    .title-img {
        width: 45%;
        float: right;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .title-img img {
        width: 100%;
    }

    .title-div {
        float: left;
        margin-top: 30px;
    }

    .title-div img {
        /* width: 266px; */
        height: 82px;
    }

    .ventajas {
        margin-bottom: 40px;
    }

    .ventajas-tit {
        font-size: 42px;
        line-height: 70px;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .ventajas-dl {
        width: 50%;
        border-right: 16px solid #f5f6fa;
        border-radius: 10px;
    }

    .ventajas-dr {
        width: 50%;
        border-left: 16px solid #f5f6fa;
        border-radius: 10px;
    }

    .ventajas-lr {
        margin-bottom: 40px;
        border-radius: 10px;
        padding: 32px;
    }

    .ventajas-lr-tit {
        display: flex;
        justify-content: normal;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }

    .ventajas-lr-tit div {
        font-size: 28px;
        line-height: 34px;
        margin-top: 28px;
    }

    .ventajas-lr-tit img {
        width: 80px;
        height: 80px;
    }

    .ventajas-lr-p {
        font-size: 18px;
        line-height: 22px;
    }

    .Nuestro {
        padding-top: 40px;
    }

    .nue-tit {
        font-size: 38px;
        line-height: 48px;
        width: 620px;
    }

    .nue-p1 {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .nue-p1 img {
        width: 39px;
        margin-right: 40px;
    }

    .nue-p1 span {
        font-size: 24px;
        font-weight: bold;
        color: #333333;
        line-height: 29px;
    }

    .nue-p2 {
        font-size: 18px;
        font-weight: 500;
        color: #858a8f;
        padding-top: 20px;
        line-height: 40px;
    }

    .nue-p2-2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }


    .esc-div img {
        width: 40px;
    }

    .esc-s {
        top: -50px;
    }

    .esc-p-tit {
        font-size: 18px;
    }

    .esc-p-time {
        font-size: 14px;
        margin-top: 8px;
    }

    .esc-div .esc-p-img img {
        width: 247px;
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .esc-p-p {
        font-size: 14px;
        line-height: 18px;
    }

    .nue-tit-special {
        color: #48D000;
        font-size: 38px;
    }

    .nur-img-right {
        margin-right: 50px;
    }

    .esc {
        margin: 0 75px 60px;
    }

}

@media screen and (min-width: 1440px) {
    .title-tit {
        width: 45%;
        float: left;
    }

    .tit-p1 {
        font-size: 65px;
        line-height: 95px;
        margin-top: 153px;
    }

    .tit-p2 {
        font-size: 45px;
        line-height: 55px;
        margin-top: 25px;
        margin-bottom: 35px;
    }

    .tit-p3 {
        font-size: 18px;
        line-height: 28px;
        max-width: 470px;
    }

    .title-img {
        width: 45%;
        float: right;
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .title-img img {
        width: 100%;
    }

    .title-div {
        float: left;
        margin-top: 42px;
    }


    .ventajas {
        margin-bottom: 0;
    }

    .ventajas-tit {
        font-size: 42px;
        line-height: 80px;
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .ventajas-dl {
        width: 50%;
        border-right: 16px solid #f5f6fa;
        border-radius: 12px;
    }

    .ventajas-dr {
        width: 50%;
        border-left: 18px solid #f5f6fa;
        border-radius: 12px;
    }

    .ventajas-lr {
        margin-bottom: 45px;
        border-radius: 12px;
        padding: 35px;
    }

    .ventajas-lr-tit {
        display: flex;
        justify-content: normal;
        flex-direction: column-reverse;
        margin-bottom: 25px;
    }

    .ventajas-lr-tit div {
        font-size: 32px;
        line-height: 38px;
        margin-top: 32px;
    }

    .ventajas-lr-tit img {
        width: 85px;
        height: 85px;
    }

    .ventajas-lr-p {
        font-size: 22px;
        line-height: 26px;
    }

    .Nuestro {
        padding-top: 40px;
    }

    .nue-tit {
        font-size: 38px;
        line-height: 48px;
        width: 620px;
    }

    .nue-p1 {
        margin-top: 18px;
        margin-bottom: 7px;
    }

    .nue-p1 img {
        width: 42px;
        margin-right: 40px;
    }

    .nue-p1 span {
        font-size: 28px;
        font-weight: bold;
        color: #333333;
        line-height: 34px;
    }

    .nue-p2 {
        font-size: 22px;
        font-weight: 500;
        color: #858a8f;
        line-height: 40px;
    }

    .nue-p2-2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .esc-div {
        padding: 24px;
    }

    .esc-div img {
        width: 40px;
    }

    .esc-s {
        top: -55px;
    }

    .esc-p-tit {
        font-size: 20px;
    }

    .esc-p-time {
        font-size: 15px;
        margin-top: 10px;
    }

    .esc-div .esc-p-img img {
        width: 247px;
        margin-top: 16px;
        margin-bottom: 24px;
    }

    .esc-p-p {
        font-size: 16px;
        font-weight: 500;
        color: #858a8f;
        line-height: 22px;
    }

    .tip-text {
        color: #999999;
        font-size: 16px;
    }

    .nue-tit-special {
        color: #48D000;
        font-size: 38px;
    }

    .pd-left {
        margin-left: 20px;
    }

    .pd-right {
        margin-right: 20px;
    }

    .nur-img-right {
        margin-right: 50px;
    }

    .loanBox {
        background: #111111;
        width: 100%;
        max-height: 708px;
        padding: 0 100px;
        margin-top: 105px;
    }

    .loanBox-title {
        color: #ffffff;
        font-size: 42px;
        text-align: center;
        margin: 60px 0 40px;
    }

    .loanCard {
        margin-bottom: 60px;
        display: flex;
        height: 500px;
    }

    .loanCard-item {
        border-radius: 10px;
        width: 400px;
        background-color: #fff;
        padding: 40px 0 0 30px;
        font-family: var(--body-font);
        overflow: hidden;
    }

    .loanCard-item.middle {
        margin: 0 20px;
    }

    .loanCard-item:hover {
        background-color: #B5FF69;
    }

    .cardContent {
        font-size: 42px;
        font-weight: bold;
        line-height: 56px;
    }

    .describeBox {
        display: flex;
        justify-content: space-between;
        margin-top: 11px;
        margin-right: 10px;
    }

    .describeContent {
        width: auto;
        word-wrap: break-word;
        font-size: 18px;
        color: #333333;
    }

    .productsBox {
        background: #fff;
        display: flex;
        align-items: center;
        min-height: 688px;
        margin: 0 100px
    }

    .productsTitle {
        font-size: 41px;
        color: #333333;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .productsList {
        color: rgba(51, 51, 51, 0.8);
        font-size: 32px;
        line-height: 56px;
        margin-bottom: 20px;
    }

    .productsListSpecial {
        color: #70DB01;
    }

    .productTip {
        color: #999999;
        font-size: 16px;
        line-height: 24px;
    }

    .productImg {
        width: 498px;
        height: 480px;
        margin-left: 84px;
    }

    .line {
        background-color: #D4E9EA;
        height: 1px;
        width: 100%;
    }

    .personBox {
        display: flex;
        align-items: center;
        margin-top: 24px;
    }

    .name {
        font-size: 14px;
        color: #333333;
    }

    .date {
        font-size: 10px;
        color: #333333;
    }

    .introduction {
        margin-left: 16px;
    }

    .esc {
        margin: 0 100px 60px;
    }

    .bottom-log-box {
        display: flex;
        color: #333333;
        font-size: 28px;
        align-items: center;
        font-weight: bold;
    }

    .bottom-content {
        width: 100%;
        padding: 80px 100px 40px;
    }

    .contact-information-box {
        display: flex;
        margin-top: 45px;
        margin-bottom: 0;
    }

    .customer-service {
        color: rgba(51, 51, 51, 0.6);
        font-size: 16px;
        line-height: 28px;
    }

    .phone {
        color: #333333;
        font-size: 16px;
        line-height: 28px;
    }

    .contact-way-email {
        margin: 0 226px 0 221px;
    }

    .more-links {
        color: #333333;
        font-size: 28px;
        line-height: 28px;
        font-weight: bold;
        margin: 40px 0 20px;
    }

    .links {
        display: flex;
    }

    .links-second {
        margin: 0 245px 0 221px;
    }

    .sign {
        margin-top: 28px;
        font-size: 14px;
        text-align: center;
        color: rgba(51, 51, 51, 0.4);
        line-height: 28px;
    }
}

.delete-account-title-icon-big {
    width: 160px;
    height: 160px;

    position: absolute;
    bottom: 0;
    right: 0;
}

.delete-account-title {
    font-size: 2.2rem;
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 0.3rem;
}

.delete-account-title-sub {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.3rem;
}

.delete-account-left {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0.3rem;
    font-weight: 400;
}

.delete-account-left-light {
    font-size: 16px;
    color: #ffff;
    margin-bottom: 0.3rem;
    font-weight: 400;
    margin-left: 0.5rem;
}

.delete-account-trash-img {
    width: 22px;
    height: 22px;
}

.delete-account-trash-tips {
    margin-left: 6px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #060945;
}

.delete-account-mobile-prefix {
    font-size: 15px;
    font-weight: 500;
    color: #111111;
}

.delete-account-mobile-input {
    background: none;
    border: none;
    outline: none;
    width: 100%;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
}

.delete-account-mobile-input::placeholder {
    color: #333333CC;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.delete-account-check {
    display: flex;
    /* vertical */
    align-items: center;
    /* horizontal */
    justify-content: center;
    margin-top: 22px;
    cursor: pointer;
}

.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: 16px;
    height: 16px;
}

.delete-account-check-tips {
    margin-left: 8px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #333333;
}

.delete-account-status-img {
    margin-top: 50px;
    width: 189px;
    height: 174px;
}

.delete-account-error-tips {
    margin: 15px 36px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

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

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

.delete-account-doing-date-wrap {
    margin-top: 15px;
    margin-bottom: -6px;
    display: flex;
    justify-content: center;
}

.delete-account-doing-date-left {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.delete-account-doing-date {
    margin-left: 6px;
    font-size: 18px;
    font-weight: 600;
    color: var(--first-color);
}

.delete-account-doing-tips {
    font-size: 15px;
    font-weight: 500;
    color: #333333CC;
    text-align: center;
    margin-bottom: 15px;
}

.delete-account-doing-bottom {
    margin-top: 13px;
    margin-bottom: 28px;
    display: flex;
    /* vertical -> all sub views */
    align-items: center;
    /* horizontal -> all sub views */
    justify-content: center;
}

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

.delete-account-doing-bottom-tips {
    margin-left: 6px;
    font-size: 12px;
    font-weight: 500;
    color: #333333CC;
}

.horizontal_center {
    justify-content: center;
}

.horizontal_left {
    justify-content: left;
}

.vertical_center {
    align-items: center;
}

.margin_bottom_80 {
    margin-bottom: 80px;
}

.swal-footer {
    display: flex;
}

.swal-button-container {
    flex: 1;
}

.swal-button {
    width: 100%;
}

.swal-button-confirm {
    background: var(--first-color);
}

.swal-button-cancel {
    border-color: var(--first-color);
    color: var(--first-color);
}

.ProductFigure-mobile0-2 {
    background: transparent;
    padding: 0;
}
