html {
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    max-width: 1920px;
    min-width: 1080px;
    font-weight: 400;
    margin: 0 auto
}

body, html {
    height: 100%;
    font-size: 14px
}

body {
    color: #fff;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body > img {
    display: block;
    font-size: 0;
    line-height: 0
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a {
    text-decoration: none
}

li {
    list-style: none
}

button, input, textarea {
    outline: none;
    border: none
}

input, label, textarea {
    font-size: 14px
}

input, textarea {
    background: transparent;
    width: 100%
}

i {
    font-style: normal
}

header {
    padding: 10px 100px;
    text-align: left;
    background: #fff
}

header img {
    width: 120px;
    height: auto
}

.pc-div[data-v-d38fe47e] {
    position: relative;
    width: 100vw;
    height: 100vh;
    min-width: 1312px;
    display: flex;
    flex-direction: column;
    padding-top: 80px
}

.pc-content[data-v-d38fe47e] {
    position: relative;
    flex: 1;
    height: calc(100vh - 80px);
    overflow-x: hidden;
    overflow-y: auto
}

.content[data-v-d38fe47e] {
    width: 1280px;
    min-height: 100%;
    margin: 0 auto
}

header[data-v-d38fe47e] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 80px;
    background: #fff;
    padding: 0
}

header .content[data-v-d38fe47e] {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header img[alt=logo][data-v-d38fe47e] {
    width: auto;
    height: 80px
}

header .menu[data-v-d38fe47e] {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

header .menu .menu-item[data-v-d38fe47e] {
    font-size: 18px;
    color: #666;
    padding: 0 32px;
    font-weight: 700
}

header .menu .menu-item.focus[data-v-d38fe47e] {
    color: #1cbfa2
}

section[data-v-d38fe47e] {
    color: #333
}

section > div[data-v-d38fe47e] {
    position: relative
}

section > div .title[data-v-d38fe47e] {
    padding: 80px 0 64px;
    font-size: 40px;
    color: #333;
    text-align: center;
    line-height: 40px;
    font-weight: 700
}

section .Home[data-v-d38fe47e] {
    min-height: 688px;
    background-image: linear-gradient(180deg, #12ae92, #1cbfa2 60%)
}

section .Home .bottom-bg[data-v-d38fe47e] {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    pointer-events: none
}

section .Home > .content[data-v-d38fe47e] {
    display: flex;
    justify-content: flex-end;
    position: relative
}

section .Home .main-text[data-v-d38fe47e] {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column
}

section .Home .main-text p[data-v-d38fe47e] {
    font-size: 60px;
    color: #fff;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 40px
}

section .Home .main-text .download-btn[data-v-d38fe47e] {
    display: flex
}

section .Home .main-text .download-btn img[data-v-d38fe47e] {
    width: auto;
    height: 80px;
    margin-right: 24px
}

section .Home .main-text .download-btn img[data-v-d38fe47e]:last-child {
    margin-right: 0
}

section .Home .person[data-v-d38fe47e] {
    width: 640px;
    height: 640px;
    margin-bottom: 48px
}

section .Home .description[data-v-d38fe47e] {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 3;
    width: 1280px;
    height: 208px;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 3px 15px #ddd;
    display: flex;
    justify-content: space-between
}

section .Home .description .before[data-v-d38fe47e] {
    position: absolute;
    top: 0;
    left: 0;
    width: 208px;
    height: 208px
}

section .Home .description .after[data-v-d38fe47e] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 208px;
    height: 208px
}

section .Home .description > div[data-v-d38fe47e] {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2
}

section .Home .description > div .icon[data-v-d38fe47e] {
    width: 80px;
    height: 80px;
    margin-right: 40px
}

section .Home .description > div .text p[data-v-d38fe47e] {
    font-size: 32px;
    color: #333;
    line-height: 40px;
    font-weight: 700
}

section .Home .description > div .text span[data-v-d38fe47e] {
    font-size: 24px;
    color: #666;
    line-height: 32px;
    font-weight: 400
}

section .Home .description > div.first[data-v-d38fe47e]:after, section .Home .description > div.last[data-v-d38fe47e]:before {
    content: "";
    display: inline-block;
    height: 35%;
    width: .5px;
    background: #1cbfa2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

section .Home .description > div.first[data-v-d38fe47e]:after {
    right: 0
}

section .Home .description > div.last[data-v-d38fe47e]:before {
    left: 0
}

section .About_Us[data-v-d38fe47e] {
    background: #fff;
    min-height: 600px;
    padding-top: 104px
}

section .About_Us .description[data-v-d38fe47e] {
    display: flex;
    flex-wrap: wrap
}

section .About_Us .description .description-item[data-v-d38fe47e] {
    width: 50%;
    display: flex;
    align-items: flex-start;
    padding-bottom: 64px
}

section .About_Us .description .description-item img[data-v-d38fe47e] {
    width: 180px;
    height: auto;
    margin-right: 24px
}

section .About_Us .description .description-item span[data-v-d38fe47e] {
    font-size: 24px;
    color: #333;
    text-align: left;
    line-height: 32px;
    font-weight: 400
}

section .About_Us .description .description-item[data-v-d38fe47e]:nth-child(odd) {
    padding-right: 40px
}

section .About_Us .description .description-item[data-v-d38fe47e]:nth-child(2n) {
    padding-left: 40px
}

section .About_Us .banner[data-v-d38fe47e] {
    position: relative;
    width: 100%;
    height: 176px;
    border-radius: 10px;
    background: #1cbfa2;
    font-size: 32px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center
}

section .About_Us .banner[data-v-d38fe47e]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 20px solid transparent;
    border-left-width: 30px;
    border-right-width: 30px;
    border-top-color: #fff
}

section .About_Us .banner .after[data-v-d38fe47e] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 240px;
    height: 240px
}

section .About_Us .SFC[data-v-d38fe47e] {
    width: 100%;
    height: 268px;
    background-image: linear-gradient(180deg, rgba(28, 191, 162, 0), rgba(28, 191, 162, .1))
}

section .About_Us .SFC > .content[data-v-d38fe47e] {
    display: flex;
    align-items: center;
    justify-content: space-between
}

section .About_Us .SFC > .content div[data-v-d38fe47e] {
    font-size: 20px;
    color: #333;
    text-align: right;
    line-height: 24px;
    font-weight: 400
}

section .About_Us .SFC img[data-v-d38fe47e] {
    width: 200px;
    height: auto
}

section .Reviews[data-v-d38fe47e] {
    min-height: 968px;
    background: rgba(28, 191, 162, .1)
}

section .Reviews .description[data-v-d38fe47e] {
    display: flex;
    flex-wrap: wrap
}

section .Reviews .description .description-item[data-v-d38fe47e] {
    width: calc(50% - 20px);
    padding: 40px;
    background: #fff;
    margin-bottom: 40px;
    border-radius: 16px;
    box-shadow: 0 3px 15px #ddd
}

section .Reviews .description .description-item .top[data-v-d38fe47e] {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

section .Reviews .description .description-item .top > img[data-v-d38fe47e] {
    width: 80px;
    height: 100px;
    margin-right: 24px
}

section .Reviews .description .description-item .top span[data-v-d38fe47e] {
    flex: 1;
    padding-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

section .Reviews .description .description-item .top span img[data-v-d38fe47e]:first-child {
    width: auto;
    height: 40px
}

section .Reviews .description .description-item .top span img[data-v-d38fe47e]:last-child {
    width: 40px;
    height: auto
}

section .Reviews .description .description-item .bottom[data-v-d38fe47e] {
    margin-top: 24px;
    font-size: 24px;
    color: #333;
    line-height: 32px;
    font-weight: 400
}

section .Reviews .description .description-item[data-v-d38fe47e]:nth-child(odd) {
    margin-right: 20px
}

section .Reviews .description .description-item[data-v-d38fe47e]:nth-child(2n) {
    margin-left: 20px
}

section .Loan_Process[data-v-d38fe47e] {
    background: rgba(28, 191, 162, .1);
    padding-bottom: 80px
}

section .Loan_Process .description-item[data-v-d38fe47e] {
    width: 100%;
    margin-bottom: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch
}

section .Loan_Process .description-item img[alt=right-img][data-v-d38fe47e] {
    width: 50%;
    height: auto
}

section .Loan_Process .description-item .left[data-v-d38fe47e] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

section .Loan_Process .description-item .left .left-title[data-v-d38fe47e] {
    flex: 1;
    width: 100%;
    padding: 0 40px;
    display: flex;
    align-items: center;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700
}

section .Loan_Process .description-item .left .left-value[data-v-d38fe47e] {
    width: 100%;
    height: 144px;
    padding: 0 40px;
    background: #fff;
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #333;
    line-height: 32px;
    font-weight: 400
}

section .Loan_Process .description-item:first-child .left-title[data-v-d38fe47e] {
    color: #23b6ff
}

section .Loan_Process .description-item:first-child .left-value[data-v-d38fe47e] {
    border-radius: 16px 0 0 16px
}

section .Loan_Process .description-item:nth-child(2) .left-title[data-v-d38fe47e] {
    color: #f7b500
}

section .Loan_Process .description-item:nth-child(2) .left-value[data-v-d38fe47e] {
    border-radius: 0 16px 16px 0
}

section .Loan_Process .description-item:nth-child(3) .left-title[data-v-d38fe47e] {
    color: #ff5d23
}

section .Loan_Process .description-item:nth-child(3) .left-value[data-v-d38fe47e] {
    border-radius: 16px 0 0 16px
}

section .Loan_Process .description-item:nth-child(4) .left-title[data-v-d38fe47e] {
    color: #1cbfa2
}

section .Loan_Process .description-item:nth-child(4) .left-value[data-v-d38fe47e] {
    border-radius: 0 16px 16px 0
}

section .Loan_Process .description-item[data-v-d38fe47e]:last-child {
    margin-bottom: 0
}

section .Privacy_Policy .description[data-v-d38fe47e] {
    position: relative;
    padding: 64px;
    background-image: linear-gradient(180deg, rgba(28, 191, 162, .05), rgba(28, 191, 162, .1));
    border-radius: 16px;
    font-size: 24px;
    color: #333;
    text-align: justify;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 80px
}

section .Privacy_Policy .description .view-all[data-v-d38fe47e] {
    position: absolute;
    top: 0;
    right: 0;
    width: 323px;
    height: 72px;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    text-decoration: underline;
    font-size: 24px;
    color: #1cbfa2;
    text-align: center;
    line-height: 32px;
    font-weight: 400
}

footer .footer-1[data-v-d38fe47e] {
    height: 263px;
    background: #1cbfa2;
    color: #fff
}

footer .footer-1 .content[data-v-d38fe47e] {
    display: flex;
    align-items: center;
    justify-content: space-between
}

footer .footer-1 .contact-us[data-v-d38fe47e] {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px
}

footer .footer-1 .email[data-v-d38fe47e] {
    display: inline-block;
    margin-bottom: 16px
}

footer .footer-1 .copyright[data-v-d38fe47e], footer .footer-1 .email[data-v-d38fe47e] {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #fff
}

footer .footer-1 .download-btn[data-v-d38fe47e] {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column
}

footer .footer-1 .download-btn img[data-v-d38fe47e] {
    width: 250px;
    height: auto;
    margin-bottom: 24px
}

footer .footer-1 .download-btn img[data-v-d38fe47e]:last-child {
    margin-bottom: 0
}

footer .footer-2[data-v-d38fe47e] {
    height: 80px;
    background: #12ae92;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    font-weight: 400
}

html {
    font-family: Helvetica, Tahoma, Arial, sans-serif;
    max-width: 1920px;
    min-width: 1080px;
    font-weight: 400;
    margin: 0 auto
}

body, html {
    height: 100%;
    font-size: 14px
}

body {
    color: #fff;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body > img {
    display: block;
    font-size: 0;
    line-height: 0
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a {
    text-decoration: none
}

li {
    list-style: none
}

button, input, textarea {
    outline: none;
    border: none
}

input, label, textarea {
    font-size: 14px
}

input, textarea {
    background: transparent;
    width: 100%
}

i {
    font-style: normal
}
