.kbj-loading{animation:spin .5s linear infinite;width:fit-content}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.kbj-calculate{display:flex;width:100%;max-width:100%;margin:auto;padding:40px 0 0;gap:48px}.kbj-calculate h3{font-size:var(--text-xl);font-weight:var(--font-bold)}.kbj-calculate h4{font-size:var(--text-lg);font-weight:var(--font-medium);margin:4px 0 24px}.kbj-calculate .calculate-form{padding:48px 40px;width:630px;max-width:100%;background:url(/images/bg-calculate-form.png) #fff no-repeat 100% 100%/cover;border-radius:32px;border:1px solid var(--grayalpha-100)}.kbj-calculate .calculate-form .title{font-size:var(--text-xl);font-weight:var(--font-bold)}.kbj-calculate .calculate-form .subtitle{font-size:var(--text-lg);font-weight:var(--font-medium);margin:4px 0 32px}.kbj-calculate .calculate-form .form-btn-group .ant-btn{width:100%}.kbj-calculate .calculate-form .estimate-box{padding:12px 16px;background:var(--primary-100);border-radius:12px;margin-top:6px;margin-bottom:16px;border:2px solid var(--primary-300)}.kbj-calculate .calculate-form .estimate-box .tooltip-box{position:relative;cursor:pointer}.kbj-calculate .calculate-form .estimate-box .tooltip-box .tooltip-content{position:absolute;top:20px;right:0;max-width:300px;width:max-content;height:max-content;border-radius:12px;background:var(--primary-300);padding:8px;z-index:99;opacity:0;visibility:hidden;transition:all .3s ease-in-out}.kbj-calculate .calculate-form .estimate-box .tooltip-box:hover .tooltip-content{opacity:1;visibility:visible}.kbj-calculate .calculate-result{background:url(/images/bg-calculate-result.png) no-repeat 50%/cover;width:calc(100% - 582px);max-width:604px;border-radius:80px 80px 80px 8px;padding:48px 44px 32px;font-size:var(--text-sm);font-weight:var(--font-medium);scroll-margin-top:120px;color:var(--gray-100)}@media(max-width:1024px){.kbj-calculate .calculate-result{max-width:100%}}.kbj-calculate .calculate-result .total{font-size:var(--text-xl);font-weight:var(--font-bold);border-bottom:1px solid var(--grayalpha-200);margin-bottom:16px;padding-bottom:16px}.kbj-calculate .calculate-result .total strong{font-size:var(--text-4xl)}.kbj-calculate .calculate-result .val-flex{display:flex;justify-content:space-between}.kbj-calculate .calculate-result .val-right{font-size:var(--text-xl);font-weight:var(--font-medium);display:flex;gap:16px;align-items:center}.kbj-calculate .calculate-result .register-box{background:var(--whitealpha-900);padding:18px 20px;border-radius:32px 32px 32px 0;display:flex;justify-content:space-between;align-items:center;margin:90px 0 0;gap:16px;min-height:112px}@media(max-width:1024px){.kbj-calculate .calculate-result .register-box{margin:35px 0 0}}.kbj-calculate .calculate-result .register-box img{width:80px;flex-shrink:0}.kbj-calculate .calculate-result .register-box .right{display:flex;gap:16px;width:calc(100% - 70px);justify-content:space-between}.kbj-calculate .calculate-result .register-box .right span{font-size:var(--text-md);font-weight:var(--font-bold)}.text-animate{opacity:1;transform:translateY(0);transition:transform .2s ease-out}@media(max-width:1280px){.kbj-calculate{gap:24px}.kbj-calculate .calculate-form{width:50%}.kbj-calculate .calculate-result{width:50%;padding:30px}}@media(max-width:1024px){.kbj-calculate{flex-direction:column}.kbj-calculate .calculate-form{width:100%;background:#fff;padding:24px 20px}.kbj-calculate .calculate-result{width:100%;padding:48px 24px;border-radius:32px 32px 32px 8px}.kbj-calculate .calculate-result .register-box{justify-content:flex-start;padding:12px}.kbj-calculate .calculate-result .register-box .right{flex-direction:column;font-size:var(--text-md);gap:12px;font-weight:var(--font-bold)}.kbj-calculate .calculate-result .register-box .right .ant-btn{font-size:var(--text-xs);height:40px;width:98px}}:root{--background:#fff;--primary-100:#fff9e7;--primary-200:#fff0c5;--primary-300:#ffe498;--primary-400:#fed768;--primary-500:#fec00f;--primary-600:#e5ad0e;--primary-700:#cb9a0c;--secondary-100:#feefe9;--secondary-200:#fcd7ca;--secondary-300:#f9b8a0;--secondary-400:#f69774;--secondary-500:#f15a22;--secondary-600:#cd4d1d;--secondary-700:#ab4018;--tertiary-100:#fff7e8;--tertiary-200:#feecc7;--tertiary-300:#fedd9b;--tertiary-400:#fdcd6d;--tertiary-500:#fcaf17;--tertiary-600:#f6910a;--tertiary-700:#b54908;--quaternary-100:#e4e2dd;--quaternary-200:#cac7be;--quaternary-300:#aca598;--quaternary-400:#948b7b;--quaternary-500:#857b6d;--quaternary-600:#776c61;--quaternary-700:#5c524c;--base-white:#fff;--base-black:#000;--neutral-black:#222229;--grayalpha-100:rgba(34,34,41,.08);--grayalpha-200:rgba(34,34,41,.12);--grayalpha-300:rgba(34,34,41,.16);--grayalpha-400:rgba(34,34,41,.28);--grayalpha-500:rgba(34,34,41,.4);--grayalpha-600:rgba(34,34,41,.52);--gray-default:#222229;--gray-600:#fdfdfd;--gray-500:#f5f5f5;--gray-400:#949495;--gray-300:#454547;--gray-200:#211f23;--gray-100:#171719;--grayalpha-700:rgba(34,34,41,.64);--grayalpha-800:rgba(34,34,41,.76);--grayalpha-900:rgba(34,34,41,.88);--grayalpha-1000:rgba(34,34,41,.96);--whitealpha-100:hsla(0,0%,100%,.08);--whitealpha-200:hsla(0,0%,100%,.12);--whitealpha-300:hsla(0,0%,100%,.16);--whitealpha-400:hsla(0,0%,100%,.28);--whitealpha-500:hsla(0,0%,100%,.4);--whitealpha-600:hsla(0,0%,100%,.52);--whitealpha-700:hsla(0,0%,100%,.64);--whitealpha-800:hsla(0,0%,100%,.76);--whitealpha-900:hsla(0,0%,100%,.88);--whitealpha-1000:hsla(0,0%,100%,.96);--yellowalpha-100:rgba(254,192,15,.08);--yellowalpha-200:rgba(254,192,15,.12);--yellowalpha-300:rgba(254,192,15,.16);--yellowalpha-400:rgba(254,192,15,.28);--yellowalpha-500:rgba(254,192,15,.4);--yellowalpha-600:rgba(254,192,15,.52);--yellowalpha-700:rgba(254,192,15,.64);--yellowalpha-800:rgba(254,192,15,.76);--yellowalpha-900:rgba(254,192,15,.88);--yellowalpha-1000:rgba(254,192,15,.96);--orangealpha-300:rgba(241,90,34,.16);--error-100:#ffe8e8;--warning-100:#fff8e8;--success-100:#eaf8ee;--success-200:#abe2b8;--success-300:#88d69b;--success-400:#54c570;--success-500:#31b953;--warning-200:#ffe19f;--warning-300:#ffd477;--warning-400:#ffb514;--warning-500:#e8a512;--error-200:#ffa1a2;--error-300:#ff7a7c;--error-400:#ff1a1d;--error-500:#cc1517;--font-db_heavent_rounded:"DBHeaventRounded";--font-regular:400;--font-medium:500;--font-bold:700;--font-black:900;--text-3xs:16px;--text-2xs:20px;--text-xs:22px;--text-sm:24px;--text-md:26px;--text-lg:28px;--text-xl:32px;--text-2xl:36px;--text-3xl:44px;--text-4xl:48px;--text-5xl:56px;--text-6xl:68px}@media(max-width:768px){:root{--text-xl:30px;--text-2xl:32px;--text-3xl:36px;--text-4xl:38px;--text-5xl:40px;--text-6xl:44px}}h1,h2,h3,h4,h5,h6,strong{font-weight:var(--font-bold)}.font-regular{font-weight:var(--font-regular)}.font-medium{font-weight:var(--font-medium)}.font-bold{font-weight:var(--font-bold)}.font-black{font-weight:var(--font-black)}.text-3xs{font-size:var(--text-3xs)}.text-2xs{font-size:var(--text-2xs)}.text-xs{font-size:var(--text-xs)}.text-sm{font-size:var(--text-sm)}.text-md{font-size:var(--text-md)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-2xl{font-size:var(--text-2xl)}.text-3xl{font-size:var(--text-3xl)}.text-4xl{font-size:var(--text-4xl)}.text-5xl{font-size:var(--text-5xl)}.text-6xl{font-size:var(--text-6xl)}.kbj-loan-calculation-page-client{background:url(/images/pages/loan-calculate/bg.png) no-repeat top/cover;padding:36px 0}.tag{padding:6px 16px;background:var(--secondary-100);color:var(--secondary-500);border-radius:24px;text-align:center;width:fit-content;margin:0 auto;font-size:var(--text-sm)}.kbj-loan-calculation-page-client-remark{margin-top:24px}.kbj-loan-calculation-page-client-remark .kbj-loan-calculation-page-client-remark-list{color:var(--gray-300);font-size:var(--text-lg);list-style:disc}.kbj-loan-calculation-page-client-remark .kbj-loan-calculation-page-client-remark-list li{padding-left:24px;margin-left:40px}@media(max-width:768px){.kbj-loan-calculation-page-client{background-size:auto 500px;background-position:top;padding:100px 0 0}}