* {
    margin: 0;
    padding: 0;
}

@media (max-width: 550px) {
    .nav-box {
        width: 100%;
        box-shadow: 0 0.625rem 1.25rem 0 rgba(190, 190, 190, 0.5) !important;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 85%;
        margin: auto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-brand .logoImg {
        width: 60px;
    }

    .navbar-brand .titleImg {
        width: 45px;
    }

    .nav {
        width: 90%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 18px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 100px;
        height: 15px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 20px;
        margin-top: 0;
        padding: .25rem 1rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 55px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #04BD02;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home > img {
        width: 100%;
    }

    .home .img-bg {
        display: none;
    }

    .home .bg {
        display: block !important;
    }

    .home-text-box {
        width: 90%;
        margin: auto;
    }

    .home-text-box h2 {
        width: 100%;
        font-size: 22px;
        font-weight: 900;
        color: #131A2D;
        line-height: 3.75rem;
        margin-bottom: 10px;
        display: none;
    }

    .home-text-box h3 {
        width: 90%;
        font-size: 18px;
        font-weight: 600;
        color: #131A2D;
        line-height: 2.25rem;
        margin-bottom: 10px;
        display: none;
    }

    .home-text-box .characteristic {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .home-text-box .characteristic img {
        margin-right: 1.25rem;
        width: 18px;
    }

    .home-text-box h4 {
        font-size: 14px;
        font-weight: 400;
        color: #131A2D;
        margin-top: 0.625rem;
    }

    .home-text-box .googlePlay {
        margin-top: 1.25rem;
        height: 56px;
    }

    .aboutUs {
        position: relative;
        margin: 50px 0 0
    }

    .aboutUs .title {
        width: 300px;
        position: relative;
        text-align: center;
        padding: 16px 0;
        margin: auto;
        margin-top: 30px;
    }

    .aboutUs .title .left-img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .aboutUs .title h2 {
        font-size: 30px;
        font-weight: 900;
        color: #212529;
        line-height: 24px;
    }

    .aboutUs .title .right-img {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: rotate(180deg);
    }

    .aboutUs .top-about {
        display: flex;
        justify-content: flex-end;
    }

    .aboutUs .bottom-about img,
    .aboutUs .top-about img {
        width: 150px;

    }

    .aboutUs .bottom-about {
        display: flex;
        justify-content: flex-start;
        margin-top: 110px;
    }

    .briefIntroduction {
        width: 90%;
        margin: auto;
        position: relative;
    }

    .briefIntroduction h4 {
        margin: 60px 0 40px;
        width: 100px;
        height: 20px;
        background: #04BD02;

    }

    .briefIntroduction p {
        font-size: 18px;
        color: #292929;
        line-height: 40px;
    }

    .Applications {
        width: 100%;
        /*height: 1080px;*/
        background: url("../imgs/applicationsBg.png") no-repeat;
        background-size: cover;
        padding-bottom: 40px;
        box-sizing: border-box;
    }

    .Applications .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }

    .Applications .title h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 900;
        color: #212529;
        line-height: 42px;
        margin: 50px 0 11px;
    }

    .Applications .title .wire {
        width: 128px;
        height: 6px;
        background: #04BD02;
        border-radius: 3px;
    }

    .Applications .title p {
        font-size: 24px;
        font-weight: 400;
        color: #131A2D;
        line-height: 50px;
        margin-top: 33px;
    }

    .Applications .products {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: auto;
    }

    .Applications .content {
        width: 90%;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        margin: 0 auto 30px;
        padding: 40px 25px;
        box-sizing: border-box;
    }

    .Applications .content .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Applications .product-info .product-logo {
        width: 70px;
        height: 70px;
    }

    .Applications .product-info .product-title {
        width: 150px;
        height: 20px;
        margin-top: 20px;
    }

    .Applications .product-info .product-title-p {
        font-size: 22px;
        font-weight: bold;
        margin-top: 20px;
        color: #07d303;
        margin-bottom: 0;
    }

    .Applications .content .kreditLemon-info {
        list-style: none;
        padding: 0;
    }

    .Applications .content .kreditLemon-info li {
        display: flex;
    }

    .Applications .kreditLemon-info li img {
        margin-right: 10px;
        margin-top: 17px;
        width: 18px;
        height: 18px;
    }

    .Applications .kreditLemon-info .kreditLemon-text-info {
        display: flex;
        font-size: 16px;
        font-weight: normal;
        color: #666666;
        line-height: 50px;
    }

    .Applications .kreditLemon-text-info a,
    .Applications .kreditLemon-text-info span {
        color: #000000;
        word-break: break-word;
    }

    .Applications .kreditLemon-text-info a:hover {
        color: #000000;
        cursor: pointer;
    }

    .trustworthy {
        width: 100%;
        background: #E8EDF2;
        padding-top: 90px;
        box-sizing: border-box;
    }

    .trustworthy h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 900;
        color: #212529;
        line-height: 42px;
        margin-bottom: 110px;
    }

    .trustworthy .introduce {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .trustworthy .introduce .content-box {
        height: 310px;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        margin: 0 0 100px;
    }

    .trustworthy .introduce .content-box .box-img {
        width: 140px;
        height: 140px;
        background: #FFFFFF;
        box-shadow: 0 5px 12px 0 rgba(175, 175, 175, 0.5);
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .trustworthy .introduce .content-box img {
        margin: 3.125rem 0;
    }

    .trustworthy .introduce .content-box h5 {
        font-size: 18px;
        font-weight: 900;
        color: #04BD02;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .trustworthy .introduce .content-box p {
        font-size: 14px;
        font-weight: 400;
        color: #292929;
        line-height: 28px;
    }

    .link {
        width: 100%;
        background: url(../imgs/instant.png) no-repeat 50% 50%;
        height: 300px;
        background-size: cover;
        padding: 16px 0;
    }

    .link-box {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin: auto;
    }

    .link-box .MyDFL img {
        width: 80px;
    }

    .link-box .link-title {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0 16px;
    }

    .link-box .link-title .title {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        margin: -15 spx 0 0;
        text-align: center;
    }

    .link-box .link-title .link-text {
        font-size: 12px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        margin: 0;
        display: flex;
        justify-content: space-between;
    }

    .link-box .link-content {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .link-box .link-content .text_down {
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .link-box .link-content h3 {
        font-size: 18px;
    }

    .link-box .text_down .apk_download {
        display: flex;
        padding: 5px 15px;
        border-radius: 4px;
        text-align: center;
        width: 160px;
        background-color: #FFFFFF;
        align-items: center;
    }

    .link-box .apk_download a {
        font-weight: bold;
        font-size: 20px;
        color: #333333;
        text-decoration: none;
    }

    .link-box .apk_download img {
        height: 20px;
        margin-left: 10px;
    }


    .footer {
        width: 100%;
    }

    .footer-top {
        background: #22223F;
        padding: 6.25rem 0 1.25rem;
    }

    .footer-top-box {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-top-box .info {
        display: flex;
        flex-direction: column;
    }

    .footer-top-box .policy {
        display: flex;
        flex-direction: column;
        margin-top: -80px;
    }

    .footer-top-box .policy h5 {
        font-size: 18px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .footer-top-box .policy a {
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 25px;
        text-decoration: none;
        margin-bottom: 20px;
    }

    .footer-top-box .policy a:hover {
        color: #04BD02;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
        margin-bottom: 8.0625rem;
    }

    .footer-top-box .info .info-logo .logoImg {
        margin-right: 1.25rem;
    }

    .footer-top-box .info .info-contact {
        display: flex;
        align-items: center;
        margin: 0 1.125rem 80px 0;
    }

    .footer-top-box .info .info-contact img {
        margin-right: 1.125rem;
        width: 40px;
    }

    .footer-top-box .info .info-contact p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-top-box .info .info-contact a {
        font-size: 1.25rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
    }

    .footer-top-box .info > a {
        font-size: 1.5rem;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 2.375rem;
        margin-top: 2.1875rem;
    }

    .footer-top-box .info > p {
        font-size: 20px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 25px;
        margin-top: 10px;
    }

    .footer-top-box .info .content {
        display: flex;
        margin-bottom: 80px;
    }

    .footer-top-box .info .content img {
        width: 1.375rem;
        height: 1.375rem;
        margin-right: 0.5rem;
        margin-top: 0.3rem;
    }

    .footer-top-box .info .content p {
        font-size: 14px;
        font-weight: 400;
        opacity: 0.8;
        color: #FFFFFF;
        line-height: 38px;
    }

    .footer-top-box .address {
        /* padding-left: 16px !important; */
        width: 100%;

        box-sizing: border-box;
    }

    .footer-top-box .address p {

        font-size: 18px;
    }

    .footer-top-box .address .floor {
        margin-top: -50px
    }

    .footer-top-box .contact .top {
        margin-top: -50px;
    }

    .footer-top-box .contact .top img {
        width: 25px;
    }

    .footer-top-box .contact h5 {
        font-size: 20px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin: -50px 0;
    }

    .footer-top-box .contact .contactLink {
        margin-top: 70px;
    }

    .footer-top-box .contact .contactLink a {
        display: inline-block;
        width: 33px;
        height: 33px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .footer-top-box .contact .contactLink a img {
        width: 100%;
    }

    .footer-bottom {
        background: #181833;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box > p {
        font-size: 14px;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box > div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box > div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box > div a img {
        width: 100%;
    }
}

@media (min-width: 551px) {
    .nav-box {
        width: 100%;
        box-shadow: 0 0.625rem 1.25rem 0 rgba(190, 190, 190, 0.5) !important;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 85%;
        margin: auto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-brand .logoImg {
        width: 60px;
    }

    .navbar-brand .titleImg {
        width: 45px;
    }

    .nav {
        width: 90%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 18px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 20px;
        margin-top: 0;
        padding: .25rem 1rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 55px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #04BD02;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home > img {
        width: 100%;
    }

    .home .img-bg {
        display: none;
    }

    .home .bg {
        display: block !important;
    }


    .home-text-box {
        width: 90%;
        margin: auto;
    }

    .home-text-box h2 {
        display: none;
    }

    .home-text-box h3 {
        display: none
    }

    .home-text-box .characteristic {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .home-text-box .characteristic img {
        margin-right: 1.25rem;
        width: 18px;
    }

    .home-text-box h4 {
        font-size: 16px;
        font-weight: 400;
        color: #131A2D;
        margin-top: 0.625rem;
    }

    .home-text-box .googlePlay {
        margin-top: 1.25rem;
        height: 56px;
        margin-bottom: 20px;
    }

    .aboutUs {
        position: relative;
    }

    .aboutUs .title {
        width: 300px;
        position: relative;
        text-align: center;
        padding: 16px 0;
        margin: auto;
    }

    .aboutUs .title .left-img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .aboutUs .title h2 {
        font-size: 30px;
        font-weight: 900;
        color: #212529;
        line-height: 24px;
    }

    .aboutUs .title .right-img {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: rotate(180deg);
    }

    .aboutUs .top-about {
        display: flex;
        justify-content: flex-end;
    }

    .aboutUs .bottom-about img,
    .aboutUs .top-about img {
        width: 220px;
    }

    .aboutUs .bottom-about {
        display: flex;
        justify-content: flex-start;
        margin-top: 110px;
    }

    .briefIntroduction {
        width: 90%;
        margin: auto;
        position: relative;
    }

    .briefIntroduction h4 {
        margin: 108px 0 40px;
        width: 185px;
        height: 20px;
        background: #04BD02;

    }

    .briefIntroduction p {
        font-size: 22px;
        color: #292929;
        line-height: 50px;
    }

    .Applications {
        width: 100%;
        /*height: 1080px;*/
        background: url("../imgs/applicationsBg.png") no-repeat;
        background-size: cover;
        padding-bottom: 60px;
        box-sizing: border-box;
    }

    .Applications .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }

    .Applications .title h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #212529;
        line-height: 42px;
        margin: 60px 0 11px;
    }

    .Applications .title .wire {
        width: 128px;
        height: 6px;
        background: #04BD02;
        border-radius: 3px;
    }

    .Applications .title p {
        font-size: 24px;
        font-weight: 400;
        color: #131A2D;
        line-height: 50px;
        margin-top: 20px;
    }

    .Applications .products {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: auto;
    }

    .Applications .content {
        width: 90%;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        margin: 0 auto 30px;
        padding: 40px;
        box-sizing: border-box;
    }

    .Applications .content .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .Applications .product-info .product-logo {
        width: 70px;
        height: 70px;
    }

    .Applications .product-info .product-title {
        width: 155px;
        height: 23px;
        margin-top: 25px;
    }

    .Applications .product-info .product-title-p {
        font-size: 22px;
        font-weight: bold;
        margin-top: 20px;
        color: #07d303;
        margin-bottom: 0;
    }

    .Applications .content .kreditLemon-info {
        list-style: none;
        padding: 0;
    }

    .Applications .content .kreditLemon-info li {
        display: flex;
    }

    .Applications .kreditLemon-info li img {
        margin-right: 10px;
        margin-top: 17px;
        width: 18px;
        height: 18px;
    }

    .Applications .kreditLemon-info .kreditLemon-text-info {
        display: flex;
        font-size: 18px;
        font-weight: normal;
        color: #666666;
        line-height: 50px;
    }

    .Applications .kreditLemon-text-info a,
    .Applications .kreditLemon-text-info span {
        color: #000000;
        word-break: break-word;
    }

    .Applications .kreditLemon-text-info a:hover {
        color: #000000;
        cursor: pointer;
    }

    .trustworthy {
        width: 100%;
        background: #E8EDF2;
        padding-top: 90px;
        box-sizing: border-box;
    }

    .trustworthy h2 {
        text-align: center;
        font-size: 30px;
        font-weight: 900;
        color: #212529;
        line-height: 42px;
        margin-bottom: 110px;
    }

    .trustworthy .introduce {
        width: 90%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .trustworthy .introduce .content-box {
        height: 310px;
        padding: 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        margin: 0 0 100px;
    }

    .trustworthy .introduce .content-box .box-img {
        width: 140px;
        height: 140px;
        background: #FFFFFF;
        box-shadow: 0 5px 12px 0 rgba(175, 175, 175, 0.5);
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .trustworthy .introduce .content-box img {
        margin: 3.125rem 0;
    }

    .trustworthy .introduce .content-box h5 {
        font-size: 18px;
        font-weight: 900;
        color: #04BD02;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .trustworthy .introduce .content-box p {
        font-size: 14px;
        font-weight: 400;
        color: #292929;
        line-height: 28px;
    }

    .link {
        width: 100%;
        background: url(../imgs/instant.png) no-repeat 50% 50%;
        height: 272px;
        background-size: cover;
    }

    .link-box {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .link-box .MyDFL img {
        width: 80px;
    }

    .link-box .link-title {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 32px;
        height: 80px;
    }

    .link-box .link-title .title {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        margin: -8px 0 0;
    }

    .link-box .link-title .link-text {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        margin: 0;
        display: flex;
        justify-content: space-between;
    }

    .link-box .link-content {
        display: flex;
        align-items: center;
    }
    .link-box .link-content .text_down {
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .link-box .link-content h3 {
        font-size: 20px;
    }

    .link-box .text_down .apk_download {
        display: flex;
        padding: 5px 15px;
        border-radius: 4px;
        text-align: center;
        width: 160px;
        background-color: #FFFFFF;
        align-items: center;
    }

    .link-box .apk_download a {
        font-weight: bold;
        font-size: 20px;
        color: #333333;
        text-decoration: none;
    }

    .link-box .apk_download img {
        height: 20px;
        margin-left: 10px;
    }

    .footer {
        width: 100%;
    }

    .footer-top {
        background: #22223F;
        padding: 6.25rem 0 1.25rem;
    }

    .footer-top-box {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-top-box .info {
        display: flex;
        flex-direction: column;
    }

    .footer-top-box .policy {
        display: flex;
        flex-direction: column;
    }

    .footer-top-box .policy h5 {
        font-size: 20px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin-bottom: 50px;
    }

    .footer-top-box .policy a {
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 25px;
        text-decoration: none;
        margin-bottom: 40px;
    }

    .footer-top-box .policy a:hover {
        color: #04BD02;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
        margin-bottom: 8.0625rem;
    }

    .footer-top-box .info .info-logo .logoImg {
        margin-right: 1.25rem;
    }

    .footer-top-box .info .info-contact {
        display: flex;
        align-items: center;
        margin: 0 1.125rem 80px 0;
    }

    .footer-top-box .info .info-contact img {
        margin-right: 1.125rem;
        width: 30px;
    }

    .footer-top-box .info .info-contact p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-top-box .info .info-contact a {
        font-size: 1.25rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
    }

    .footer-top-box .info > a {
        font-size: 1.5rem;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 2.375rem;
        margin-top: 2.1875rem;
    }

    .footer-top-box .info > p {
        font-size: 20px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 25px;
        margin-top: 10px;
    }

    .footer-top-box .info .content {
        display: flex;
        margin-bottom: 80px;
    }

    .footer-top-box .info .content img {
        width: 1.375rem;
        height: 1.375rem;
        margin-right: 0.5rem;
        margin-top: 0.3rem;
    }

    .footer-top-box .info .content p {
        font-size: 14px;
        font-weight: 400;
        opacity: 0.8;
        color: #FFFFFF;
        line-height: 38px;
    }

    .footer-top-box .address {

        width: 76%;
        margin: auto;
        box-sizing: border-box;
        margin-left: 0px;
    }

    .footer-top-box .address p {

        font-size: 20px;
    }

    .footer-top-box .address .floor {
        margin-top: -10px
    }

    .footer-top-box .contact .top {
        margin-top: 8px;
    }


    .footer-top-box .contact h5 {
        font-size: 20px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin: -20px 0;
    }

    .footer-top-box .contact .contactLink {
        margin-top: 40px;
    }

    .footer-top-box .contact .contactLink a {
        display: inline-block;
        width: 33px;
        height: 33px;
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .footer-top-box .contact .contactLink a img {
        width: 100%;
    }

    .footer-bottom {
        background: #181833;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box > p {
        font-size: 14px;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box > div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box > div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box > div a img {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .nav-box {
        width: 100%;
        box-shadow: 0 0.625rem 1.25rem 0 rgba(190, 190, 190, 0.5) !important;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 85%;
        margin: auto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-brand .logoImg {
        width: 60px;
    }

    .navbar-brand .titleImg {
        width: 45px;
    }

    .nav {
        width: 95%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 18px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 20px;
        margin-top: 0;
        padding: .25rem 1rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 55px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #04BD02;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;
    }

    .home > img {
        width: 100%;
    }

    .home .img-fluid {
        display: block;
    }

    .home .bg {
        display: none !important;
    }

    .home-text-box {
        width: 45.75rem;
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(0, -50%);
    }

    .home-text-box h2 {
        width: 100%;
        font-size: 2rem;
        font-weight: 900;
        color: #131A2D;
        line-height: 3.75rem;
        margin-bottom: 20px;
        display: block;
    }

    .home-text-box h3 {
        width: 70%;
        font-size: 1.375rem;
        font-weight: 600;
        color: #131A2D;
        line-height: 2.25rem;
        margin-bottom: 20px;
        display: block;
    }

    .home-text-box .characteristic {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .home-text-box .characteristic img {
        margin-right: 1.25rem;
    }

    .home-text-box h4 {
        font-size: 1.25rem;
        font-weight: 400;
        color: #131A2D;
        margin-top: 0.625rem;
    }

    .home-text-box .googlePlay {
        margin-top: 1.25rem;
        height: 56px;
    }

    .aboutUs {
        position: relative;
    }

    .aboutUs .title {
        width: 500px;
        position: relative;
        text-align: center;
        padding: 16px 0;
        margin: auto;
    }

    .aboutUs .title .left-img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .aboutUs .title h2 {
        font-size: 36px;
        font-weight: 900;
        color: #212529;
        line-height: 42px;
    }

    .aboutUs .title .right-img {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: rotate(180deg);
    }

    .aboutUs .top-about {
        display: flex;
        justify-content: flex-end;
    }

    .aboutUs .bottom-about img,
    .aboutUs .top-about img {
        width: 380px;
    }

    .aboutUs .bottom-about {
        display: flex;
        justify-content: flex-start;
        margin-top: 110px;
    }

    .briefIntroduction {
        width: 80%;
        margin: auto;
        position: relative;
    }

    .briefIntroduction h4 {
        margin: 108px 0 40px;
        width: 185px;
        height: 20px;
        background: #04BD02;

    }

    .briefIntroduction p {
        font-size: 22px;
        color: #292929;
        line-height: 50px;
    }

    .Applications {
        width: 100%;
        /*height: 1080px;*/
        background: url("../imgs/applicationsBg.png") no-repeat;
        background-size: cover;
        padding-bottom: 60px;
        box-sizing: border-box;
    }

    .Applications .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 70px;
    }

    .Applications .title h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #212529;
        line-height: 42px;
        margin: 90px 0 11px;
    }

    .Applications .title .wire {
        width: 128px;
        height: 6px;
        background: #04BD02;
        border-radius: 3px;
    }

    .Applications .title p {
        font-size: 24px;
        font-weight: 400;
        color: #131A2D;
        line-height: 50px;
        margin-top: 33px;
    }

    .Applications .products {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
        margin: auto;
    }

    .Applications .content {
        width: 80%;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        margin: 0 auto 30px;
        padding: 60px 70px;
        box-sizing: border-box;
    }

    .Applications .content .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Applications .product-info .product-logo {
        width: 85px;
        height: 85px;
    }

    .Applications .product-info .product-title {
        width: 160px;
        height: 26px;
        margin-top: 30px;
    }

    .Applications .product-info .product-title-p {
        font-size: 22px;
        font-weight: bold;
        margin-top: 20px;
        color: #07d303;
        margin-bottom: 0;
    }

    .Applications .content .kreditLemon-info {
        list-style: none;
    }

    .Applications .content .kreditLemon-info li {
        display: flex;
        /*align-items: center;*/
    }

    .Applications .kreditLemon-info li img {
        margin-right: 10px;
        margin-top: 20px;
        width: 15px;
        height: 15px;
    }

    .Applications .kreditLemon-info .kreditLemon-text-info {
        display: flex;
        font-size: 18px;
        font-weight: normal;
        color: #666666;
        line-height: 55px;
    }

    .Applications .kreditLemon-text-info p {
        white-space: nowrap;
    }

    .Applications .kreditLemon-text-info a,
    .Applications .kreditLemon-text-info span {
        color: #000000;
        word-break: break-word;
    }

    .Applications .kreditLemon-text-info a:hover {
        color: #000000;
        cursor: pointer;
    }

    .trustworthy {
        width: 100%;
        background: #E8EDF2;
        padding-top: 90px;
        box-sizing: border-box;
    }

    .trustworthy h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #212529;
        line-height: 42px;
        margin-bottom: 110px;
    }

    .trustworthy .introduce {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .trustworthy .introduce .content-box {
        padding: 0 1.875rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        margin: 0 0 100px;
    }

    .trustworthy .introduce .content-box .box-img {
        width: 140px;
        height: 140px;
        background: #FFFFFF;
        box-shadow: 0 5px 12px 0 rgba(175, 175, 175, 0.5);
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .trustworthy .introduce .content-box img {
        margin: 3.125rem 0;
    }

    .trustworthy .introduce .content-box h5 {
        font-size: 28px;
        font-weight: 900;
        color: #04BD02;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .trustworthy .introduce .content-box p {
        font-size: 16px;
        font-weight: 400;
        color: #292929;
        line-height: 28px;
    }

    .link {
        width: 100%;
        background: url(../imgs/instant.png) no-repeat 50% 50%;
        height: 272px;
        background-size: cover;
    }

    .link-box {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .link-box .MyDFL img {
        width: 80px;
    }

    .link-box .link-title {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 32px;
        height: 80px;
    }

    .link-box .link-title .title {
        color: #fff;
        font-size: 34px;
        font-weight: bold;
        margin: -8px 0 0;
    }

    .link-box .link-title .link-text {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        margin: 0;
        display: flex;
        justify-content: space-between;
    }

    .link-box .link-content {
        display: flex;
        align-items: center;
    }
    .link-box .link-content .text_down {
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .link-box .link-content h3 {
        font-size: 26px;
    }

    .link-box .text_down .apk_download {
        display: flex;
        padding: 5px 15px;
        border-radius: 4px;
        text-align: center;
        width: 160px;
        background-color: #FFFFFF;
        align-items: center;
    }

    .link-box .apk_download a {
        font-weight: bold;
        font-size: 20px;
        color: #333333;
        text-decoration: none;
    }

    .link-box .apk_download img {
        height: 20px;
        margin-left: 10px;
    }

    .footer {
        width: 100%;
    }

    .footer-top {
        background: #22223F;
        padding: 6.25rem 0 1.25rem;
    }

    .footer-top-box {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-top-box .info {
        display: flex;
        flex-direction: column;
    }

    .footer-top-box .address {

        width: 76%;
        margin: auto;
        box-sizing: border-box;
        margin-left: 0px;
    }

    .footer-top-box .address p {

        font-size: 16px;
    }

    .footer-top-box .address .floor {
        margin-top: -10px
    }

    .footer-top-box .policy {
        display: flex;
        flex-direction: column;
    }

    .footer-top-box .policy h5 {
        font-size: 20px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin-bottom: 50px;
    }

    .footer-top-box .policy a {
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 25px;
        text-decoration: none;
        margin-bottom: 40px;
    }

    .footer-top-box .policy a:hover {
        color: #04BD02;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
        margin-bottom: 8.0625rem;
    }

    .footer-top-box .info .info-logo .logoImg {
        margin-right: 1.25rem;
    }

    .footer-top-box .info .info-contact {
        display: flex;
        align-items: center;
        margin: 0 1.125rem 80px 0;
    }

    .footer-top-box .info .info-contact img {
        margin-right: 1.125rem;
        width: 30px;
        margin-top: -22px;
    }

    .footer-top-box .info .info-contact p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
        margin-bottom: 22px;
    }

    .footer-top-box .info .info-contact a {
        font-size: 1.25rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
    }

    .footer-top-box .info > a {
        font-size: 1.5rem;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 2.375rem;
        margin-top: 2.1875rem;
    }

    .footer-top-box .info > p {
        font-size: 20px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 25px;
        margin-top: 10px;
    }

    .footer-top-box .info .content {
        display: flex;
        margin-bottom: 80px;
    }

    .footer-top-box .info .content img {
        width: 1.375rem;
        height: 1.375rem;
        margin-right: 0.5rem;
        margin-top: 0.3rem;
    }

    .footer-top-box .info .content p {
        font-size: 16px;
        font-weight: 400;
        opacity: 0.8;
        color: #FFFFFF;
        line-height: 38px;
    }

    .footer-top-box .contact .top {
        margin-top: 8px;
    }


    .footer-top-box .contact h5 {
        font-size: 20px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin: -30px 0;
    }

    .footer-top-box .contact .contactLink {
        margin-top: 70px;
    }

    .footer-top-box .contact .contactLink a {
        display: inline-block;
        width: 33px;
        height: 33px;
        margin-right: 20px;
    }

    .footer-top-box .contact .contactLink a img {
        width: 100%;
    }

    .footer-bottom {
        background: #181833;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box > p {
        font-size: 14px;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box > div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box > div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box > div a img {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .nav-box {
        width: 100%;
        box-shadow: 0 0.625rem 1.25rem 0 rgba(190, 190, 190, 0.5) !important;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 85%;
        margin: auto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-brand .logoImg {
        width: 60px;
    }

    .navbar-brand .titleImg {
        width: 45px;
    }

    .nav {
        width: 95%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 18px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 20px;
        margin-top: 0;
        padding: .25rem 1rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 55px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #04BD02;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;
    }

    .home > img {
        width: 100%;
    }

    .home .img-fluid {
        display: block;
    }

    .home .bg {
        display: none !important;
    }

    .home-text-box {
        width: 45.75rem;
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translate(0, -50%);
    }

    .home-text-box h2 {
        width: 100%;
        font-size: 2rem;
        font-weight: 900;
        color: #131A2D;
        line-height: 3.75rem;
        margin-bottom: 20px;
        display: block;
    }

    .home-text-box h3 {
        width: 70%;
        font-size: 1.375rem;
        font-weight: 600;
        color: #131A2D;
        line-height: 2.25rem;
        margin-bottom: 20px;
        display: block;
    }

    .home-text-box .characteristic {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .home-text-box .characteristic img {
        margin-right: 1.25rem;
    }

    .home-text-box h4 {
        font-size: 1.25rem;
        font-weight: 400;
        color: #131A2D;
        margin-top: 0.625rem;
    }

    .home-text-box .googlePlay {
        margin-top: 1.25rem;
        height: 56px;
    }

    .aboutUs {
        position: relative;
    }

    .aboutUs .title {
        width: 500px;
        position: relative;
        text-align: center;
        padding: 16px 0;
        margin: auto;
    }

    .aboutUs .title .left-img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .aboutUs .title h2 {
        font-size: 36px;
        font-weight: 900;
        color: #212529;
        line-height: 42px;
    }

    .aboutUs .title .right-img {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: rotate(180deg);
    }

    .aboutUs .top-about {
        display: flex;
        justify-content: flex-end;
    }

    .aboutUs .bottom-about img,
    .aboutUs .top-about img {
        width: 380px;
    }

    .aboutUs .bottom-about {
        display: flex;
        justify-content: flex-start;
        margin-top: 110px;
    }

    .briefIntroduction {
        width: 80%;
        margin: auto;
        position: relative;
    }

    .briefIntroduction h4 {
        margin: 108px 0 40px;
        width: 185px;
        height: 20px;
        background: #04BD02;

    }

    .briefIntroduction p {
        font-size: 22px;
        color: #292929;
        line-height: 50px;
    }

    .Applications {
        width: 100%;
        /*height: 1080px;*/
        background: url("../imgs/applicationsBg.png") no-repeat;
        background-size: cover;
        padding-bottom: 60px;
        box-sizing: border-box;
    }

    .Applications .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }

    .Applications .title h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #212529;
        line-height: 42px;
        margin: 90px 0 11px;
    }

    .Applications .title .wire {
        width: 128px;
        height: 6px;
        background: #04BD02;
        border-radius: 3px;
    }

    .Applications .title p {
        font-size: 24px;
        font-weight: 400;
        color: #131A2D;
        line-height: 50px;
        margin-top: 33px;
    }

    .Applications .products {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80%;
        margin: auto;
    }

    .Applications .content {
        width: 80%;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        margin: 0 auto 30px;
        padding: 60px 70px;
        box-sizing: border-box;
    }

    .Applications .content .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Applications .product-info .product-logo {
        width: 85px;
        height: 85px;
    }

    .Applications .product-info .product-title {
        width: 160px;
        height: 26px;
        margin-top: 30px;
    }

    .Applications .content .kreditLemon-info {
        list-style: none;
    }

    .Applications .content .kreditLemon-info li {
        display: flex;
        /*align-items: center;*/
    }

    .Applications .kreditLemon-info li img {
        margin-right: 10px;
        margin-top: 17px;
        width: 22px;
        height: 22px;
    }

    .Applications .kreditLemon-info .kreditLemon-text-info {
        display: flex;
        font-size: 20px;
        font-weight: normal;
        color: #666666;
        line-height: 55px;
    }

    .Applications .kreditLemon-text-info p {
        white-space: nowrap;
    }

    .Applications .kreditLemon-text-info a,
    .Applications .kreditLemon-text-info span {
        color: #000000;
        word-break: break-word;
    }

    .Applications .kreditLemon-text-info a:hover {
        color: #000000;
        cursor: pointer;
    }

    .trustworthy {
        width: 100%;
        background: #E8EDF2;
        padding-top: 90px;
        box-sizing: border-box;
    }

    .trustworthy h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #212529;
        line-height: 42px;
        margin-bottom: 110px;
    }

    .trustworthy .introduce {
        width: 80%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .trustworthy .introduce .content-box {
        padding: 0 1.875rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        margin: 0 0 100px;
    }

    .trustworthy .introduce .content-box .box-img {
        width: 140px;
        height: 140px;
        background: #FFFFFF;
        box-shadow: 0 5px 12px 0 rgba(175, 175, 175, 0.5);
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .trustworthy .introduce .content-box img {
        margin: 3.125rem 0;
    }

    .trustworthy .introduce .content-box h5 {
        font-size: 28px;
        font-weight: 900;
        color: #04BD02;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .trustworthy .introduce .content-box p {
        font-size: 16px;
        font-weight: 400;
        color: #292929;
        line-height: 28px;
    }

    .link {
        width: 100%;
        background: url(../imgs/instant.png) no-repeat 50% 50%;
        height: 272px;
        background-size: cover;
    }

    .link-box {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .link-box .MyDFL img {
        width: 80px;
    }

    .link-box .link-title {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 32px;
        height: 80px;
    }

    .link-box .link-title .title {
        color: #fff;
        font-size: 34px;
        font-weight: bold;
        margin: -8px 0 0;
    }

    .link-box .link-title .link-text {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        margin: 0;
        display: flex;
        justify-content: space-between;
    }

    .link-box .link-content {
        display: flex;
        align-items: center;
    }


    .link-box .link-content .text_down {
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .link-box .link-content h3 {
        font-size: 26px;
    }

    .link-box .text_down .apk_download {
        display: flex;
        padding: 5px 15px;
        border-radius: 4px;
        text-align: center;
        width: 160px;
        background-color: #FFFFFF;
        align-items: center;
    }

    .link-box .apk_download a {
        font-weight: bold;
        font-size: 20px;
        color: #333333;
        text-decoration: none;
    }

    .link-box .apk_download img {
        height: 20px;
        margin-left: 10px;
    }

    .footer {
        width: 100%;
    }

    .footer-top {
        background: #22223F;
        padding: 6.25rem 0 1.25rem;
    }

    .footer-top-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .footer-top-box .info {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
    }

    .footer-top-box .policy {
        display: flex;
        flex-direction: column;
    }

    .footer-top-box .policy h5 {
        font-size: 22px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin-bottom: 50px;
    }

    .footer-top-box .policy a {
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 25px;
        text-decoration: none;
        margin-bottom: 40px;
    }

    .footer-top-box .policy a:hover {
        color: #04BD02;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
        margin-bottom: 8.0625rem;
    }

    .footer-top-box .info .info-logo .logoImg {
        margin-right: 1.25rem;
    }

    .footer-top-box .info .info-contact {
        display: flex;
        align-items: center;
        margin: 0 1.125rem 80px 0;
    }

    .footer-top-box .info .info-contact img {
        margin-right: 1.125rem;
        margin-top: -22px;
        width: 40px;
    }

    .footer-top-box .info .info-contact p {
        font-size: 1.25rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
        margin-bottom: 22px;
    }

    .footer-top-box .info .info-contact a {
        font-size: 1.25rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
    }

    .footer-top-box .info > a {
        font-size: 1.5rem;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 2.375rem;
        margin-top: 2.1875rem;
    }

    .footer-top-box .info > p {
        font-size: 1.5rem;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 25px;
        margin-top: 18px;
    }

    .footer-top-box .info .content {
        display: flex;
        margin-bottom: 80px;
    }

    .footer-top-box .info .content img {
        width: 1.375rem;
        height: 1.375rem;
        margin-right: 0.5rem;
        margin-top: 1.5rem;
    }

    .footer-top-box .info .content p {
        font-size: 16px;
        font-weight: 400;
        opacity: 0.8;
        color: #FFFFFF;
        /* line-height: 38px; */
        margin-top: 20px;
    }

    .footer-top-box .address {
        padding-left: 16px !important;
        width: 76%;
        margin: auto;
        box-sizing: border-box;
        margin-top: -15px;
    }

    .footer-top-box .address p {

        font-size: 22px;
    }

    .footer-top-box .address .floor {
        margin-top: -8px
    }


    .footer-top-box .contact .top {
        margin-top: 10px;
    }

    .footer-top-box .contact h5 {
        font-size: 22px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin: 105px 0;
    }

    .footer-top-box .contact .contactLink {
        margin-top: -50px;
    }

    .footer-top-box .contact .contactLink a {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 35px;
    }

    .footer-top-box .contact .contactLink a img {
        width: 100%;
    }

    .footer-bottom {
        background: #181833;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box > p {
        font-size: 1.25rem;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box > div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box > div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box > div a img {
        width: 100%;
    }
}

@media (min-width: 1366px) {
    .nav-box {
        width: 100%;
        box-shadow: 0 0.625rem 1.25rem 0 rgba(190, 190, 190, 0.5) !important;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 70%;
        margin: auto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .navbar-brand .logoImg {
        width: 65px;
    }

    .navbar-brand .titleImg {
        width: 50px;
    }

    .nav {
        width: 90%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 20px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 20px;
        margin-top: 0;
        padding: .25rem 1rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 55px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #04BD02;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;
    }

    .home > img {
        width: 100%;
    }

    .home .img-fluid {
        display: block;
    }

    .home .bg {
        display: none !important;
    }

    .home-text-box {
        width: 45.75rem;
        position: absolute;
        top: 50%;
        left: 15%;
        transform: translate(0, -50%);
    }

    .home-text-box h2 {
        width: 100%;
        font-size: 38px;
        font-weight: 900;
        color: #131A2D;
        line-height: 3.75rem;
        margin-bottom: 2.9375rem;
        display: block;
    }

    .home-text-box h3 {
        width: 70%;
        font-size: 1.375rem;
        font-weight: 600;
        color: #131A2D;
        line-height: 2.25rem;
        margin-bottom: 2.5rem;
        display: block;
    }

    .home-text-box .characteristic {
        display: flex;
        align-items: center;
        margin-bottom: 1.875rem;

    }

    .home-text-box .characteristic img {
        margin-right: 1.25rem;
    }

    .home-text-box h4 {
        font-size: 1.25rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #131A2D;
        margin-top: 0.625rem;
    }

    .home-text-box .googlePlay {
        margin-top: 1.25rem;
        height: 56px;
    }

    .aboutUs {
        position: relative;
    }

    .aboutUs .title {
        width: 500px;
        position: relative;
        text-align: center;
        padding: 16px 0;
        margin: auto;
    }

    .aboutUs .title .left-img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .aboutUs .title h2 {
        font-size: 36px;
        font-weight: 900;
        color: #212529;
        line-height: 42px;
    }

    .aboutUs .title .right-img {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: rotate(180deg);
    }

    .aboutUs .top-about {
        display: flex;
        justify-content: flex-end;
    }

    .aboutUs .bottom-about img,
    .aboutUs .top-about img {
        width: 380px;
    }

    .aboutUs .bottom-about {
        display: flex;
        justify-content: flex-start;
        margin-top: 110px;
    }

    .briefIntroduction {
        width: 70%;
        margin: auto;
        position: relative;
    }

    .briefIntroduction h4 {
        margin: 108px 0 40px;
        width: 185px;
        height: 20px;
        background: #04BD02;

    }

    .briefIntroduction p {
        font-size: 22px;
        color: #292929;
        line-height: 50px;
    }

    .Applications {
        width: 100%;
        /*height: 1080px;*/
        background: url("../imgs/applicationsBg.png") no-repeat;
        padding-bottom: 60px;
        box-sizing: border-box;
    }

    .Applications .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 70px;
    }

    .Applications .title h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #212529;
        line-height: 42px;
        margin: 90px 0 11px;
    }

    .Applications .title .wire {
        width: 128px;
        height: 6px;
        background: #04BD02;
        border-radius: 3px;
    }

    .Applications .title p {
        font-size: 24px;
        font-weight: 400;
        color: #131A2D;
        line-height: 50px;
        margin-top: 33px;
    }

    .Applications .products {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        width: 90%;
        margin: auto;
    }

    .Applications .content {
        width: 47%;
        height: 600px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        margin: auto;
        padding: 55px 50px;
        box-sizing: border-box;
    }

    .Applications .content .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Applications .product-info .product-logo {
        width: 75px;
        height: 75px;
    }

    .Applications .product-info .product-title {
        width: 170px;
        height: 26px;
        margin-top: 30px;
    }

    .Applications .product-info .product-title-p {
        font-size: 22px;
        font-weight: bold;
        margin-top: 20px;
        color: #07d303;
        margin-bottom: 0;
    }

    .Applications .content .kreditLemon-info {
        list-style: none;
    }

    .Applications .content .kreditLemon-info li {
        display: flex;
        /*align-items: center;*/
    }

    .Applications .kreditLemon-info li img {
        margin-right: 10px;
        margin-top: 20px;
        width: 15px;
        height: 15px;
    }

    .Applications .kreditLemon-info .kreditLemon-text-info {
        display: flex;
        font-size: 18px;
        font-weight: normal;
        color: #666666;
        line-height: 55px;
    }

    .Applications .kreditLemon-text-info p {
        white-space: nowrap;
    }

    .Applications .kreditLemon-text-info a,
    .Applications .kreditLemon-text-info span {
        color: #000000;
        word-break: break-word;
    }

    .Applications .kreditLemon-text-info a:hover {
        color: #000000;
        cursor: pointer;
    }

    .trustworthy {
        width: 100%;
        background: #E8EDF2;
        padding-top: 90px;
        box-sizing: border-box;
    }

    .trustworthy h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #212529;
        line-height: 42px;
        margin-bottom: 110px;
    }

    .trustworthy .introduce {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .trustworthy .introduce .content-box {
        padding: 0 1.875rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        margin: 0 0 100px;
    }

    .trustworthy .introduce .content-box .box-img {
        width: 140px;
        height: 140px;
        background: #FFFFFF;
        box-shadow: 0 5px 12px 0 rgba(175, 175, 175, 0.5);
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .trustworthy .introduce .content-box img {
        margin: 3.125rem 0;
    }

    .trustworthy .introduce .content-box h5 {
        font-size: 28px;
        font-weight: 900;
        color: #04BD02;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .trustworthy .introduce .content-box p {
        font-size: 16px;
        font-weight: 400;
        color: #292929;
        line-height: 28px;
    }

    .link {
        width: 100%;
        background: url(../imgs/instant.png) no-repeat 50% 50%;
        height: 272px;
        background-size: cover;
    }

    .link-box {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .link-box .MyDFL img {
        width: 80px;
    }

    .link-box .link-title {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 32px;
        height: 80px;
    }

    .link-box .link-title .title {
        color: #fff;
        font-size: 34px;
        font-weight: bold;
        margin: -8px 0 0;
    }

    .link-box .link-title .link-text {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        margin: 0;
        display: flex;
        justify-content: space-between;
    }

    .link-box .link-content {
        display: flex;
        align-items: center;
    }

    .link-box .link-content .text_down {
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .link-box .link-content h3 {
        font-size: 26px;
    }

    .link-box .text_down .apk_download {
        display: flex;
        padding: 5px 15px;
        border-radius: 4px;
        text-align: center;
        width: 160px;
        background-color: #FFFFFF;
        align-items: center;
    }

    .link-box .apk_download a {
        font-weight: bold;
        font-size: 20px;
        color: #333333;
        text-decoration: none;
    }

    .link-box .apk_download img {
        height: 20px;
        margin-left: 10px;
    }


    .footer {
        width: 100%;
    }

    .footer-top {
        background: #22223F;
        padding: 6.25rem 0 1.25rem;
    }

    .footer-top-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .footer-top-box .info {
        display: flex;
        flex-direction: column;
    }

    .footer-top-box .address {
        padding-left: 16px !important;
        width: 79%;
        margin: auto;
        box-sizing: border-box;
        margin-top: -10px;
    }

    .footer-top-box .address p {

        font-size: 22px;
    }

    .footer-top-box .address .floor {
        margin-top: -10px
    }

    .footer-top-box .policy {
        display: flex;
        flex-direction: column;
    }

    .footer-top-box .policy h5 {
        font-size: 20px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin-bottom: 50px;
    }

    .footer-top-box .policy a {
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 25px;
        text-decoration: none;
        margin-bottom: 40px;
    }

    .footer-top-box .policy a:hover {
        color: #04BD02;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
        margin-bottom: 8.0625rem;
    }

    .footer-top-box .info .info-logo .logoImg {
        margin-right: 1.25rem;
    }

    .footer-top-box .info .info-contact {
        display: flex;
        align-items: center;
        margin: 0 1.125rem 80px 0;
    }

    .footer-top-box .info .info-contact img {
        margin-right: 1.125rem;
        width: 30px;
        margin-top: -22px;
    }

    .footer-top-box .info .info-contact p {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
        margin-bottom: 22px;
    }

    .footer-top-box .info .info-contact a {
        font-size: 1.25rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
    }

    .footer-top-box .info > a {
        font-size: 1.5rem;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 2.375rem;
        margin-top: 2.1875rem;
    }

    .footer-top-box .info > p {
        font-size: 20px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 25px;
        margin-top: 10px;
    }

    .footer-top-box .info .content {
        display: flex;
        margin-bottom: 80px;
    }

    .footer-top-box .info .content img {
        width: 1.375rem;
        height: 1.375rem;
        margin-right: 0.5rem;
        margin-top: 0.3rem;
    }

    .footer-top-box .info .content p {
        font-size: 16px;
        font-weight: 400;
        opacity: 0.8;
        color: #FFFFFF;
        line-height: 38px;
    }

    .footer-top-box .contact .top {
        margin-top: 8px;
    }


    .footer-top-box .contact h5 {
        font-size: 20px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin: -30px 0;
    }

    .footer-top-box .contact .contactLink {
        margin-top: 70px;
    }

    .footer-top-box .contact .contactLink a {
        display: inline-block;
        width: 33px;
        height: 33px;
        margin-right: 20px;
    }

    .footer-top-box .contact .contactLink a img {
        width: 100%;
    }

    .footer-bottom {
        background: #181833;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box > p {
        font-size: 14px;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box > div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box > div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box > div a img {
        width: 100%;
    }
}

@media (min-width: 1490px) {
    .Applications .products {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        width: 85%;
        margin: auto;
    }

    .Applications .content {
        width: 47%;
        height: 600px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        margin: auto;
        padding: 55px 50px;
        box-sizing: border-box;
    }

    .Applications .content .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Applications .product-info .product-logo {
        width: 75px;
        height: 75px;
    }

    .Applications .product-info .product-title {
        width: 170px;
        height: 26px;
        margin-top: 30px;
    }

    .Applications .product-info .product-title-p {
        font-size: 22px;
        font-weight: bold;
        margin-top: 20px;
        color: #07d303;
        margin-bottom: 0;
    }

    .Applications .content .kreditLemon-info {
        list-style: none;
    }

    .Applications .content .kreditLemon-info li {
        display: flex;
        /*align-items: center;*/
    }

    .Applications .kreditLemon-info li img {
        margin-right: 10px;
        margin-top: 20px;
        width: 15px;
        height: 15px;
    }

    .Applications .kreditLemon-info .kreditLemon-text-info {
        display: flex;
        font-size: 18px;
        font-weight: normal;
        color: #666666;
        line-height: 55px;
    }
}

@media (min-width: 1620px) {
    .Applications .products {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        width: 85%;
        margin: auto;
    }

    .Applications .content {
        width: 47%;
        height: 600px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        margin: auto;
        padding: 55px 50px;
        box-sizing: border-box;
    }

    .Applications .content .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .Applications .product-info .product-logo {
        width: 75px;
        height: 75px;
    }

    .Applications .product-info .product-title {
        width: 170px;
        height: 26px;
        margin-top: 30px;
    }

    .Applications .product-info .product-title-p {
        font-size: 22px;
        font-weight: bold;
        margin-top: 20px;
        color: #07d303;
        margin-bottom: 0;
    }

    .Applications .content .kreditLemon-info {
        list-style: none;
    }

    .Applications .content .kreditLemon-info li {
        display: flex;
        /*align-items: center;*/
    }

    .Applications .kreditLemon-info li img {
        margin-right: 10px;
        margin-top: 20px;
        width: 15px;
        height: 15px;
    }

    .Applications .kreditLemon-info .kreditLemon-text-info {
        display: flex;
        font-size: 20px;
        font-weight: normal;
        color: #666666;
        line-height: 55px;
    }
}

@media (min-width: 1680px) {
    .nav-box {
        width: 100%;
        box-shadow: 0 0.625rem 1.25rem 0 rgba(190, 190, 190, 0.5) !important;
        background-color: #FFFFFF !important;
    }

    .py-3 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .container-fluid {
        width: 70%;
        margin: auto;
    }

    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }

    .nav {
        width: 85%;
        justify-content: space-between;
    }

    .nav-link {
        font-size: 17px;
        color: #131A2D;
        line-height: 3rem;
    }

    .nav-pills .nav-link.active {
        background-color: #FFFFFF;
        color: #5c2d8b;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #5c2d8b;
    }

    .navbar .titleImg {
        width: 130px;
        height: 21px;
    }

    .dropdown-toggle::after {
        border: none;
    }

    .dropdown-menu {
        border: none;
        inset: 70px -5px auto -10px !important;
        background: #FFFFFF;
        box-shadow: 0 2px 4px 0 rgba(175, 175, 175, 0.5);
        border-radius: 20px;
        margin-top: 0;
        padding: .25rem 1rem 16px;
    }

    .dropdown-item {
        width: fit-content;
        border-bottom: 4px solid #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        color: #000000;
        line-height: 22px;
        height: 55px;
        display: flex;
        align-items: center;
        padding: 0;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background: #FFFFFF;
        border-bottom: 4px solid #04BD02;
    }

    .dropdown-toggle img {
        width: 20px;
    }

    .home {
        position: relative;
    }

    .home > img {
        width: 100%;
    }

    .home .img-fluid {
        display: block;
    }

    .home .bg {
        display: none !important;
    }

    .home-text-box {
        width: 45.75rem;
        position: absolute;
        top: 50%;
        left: 15%;
        transform: translate(0, -50%);

    }

    .home-text-box h2 {
        width: 100%;
        font-size: 38px;
        font-weight: 900;
        color: #131A2D;
        line-height: 3.75rem;
        margin-bottom: 2.9375rem;
        display: block;
    }

    .home-text-box h3 {
        width: 70%;
        font-size: 1.375rem;
        font-weight: 600;
        color: #131A2D;
        line-height: 2.25rem;
        margin-bottom: 2.5rem;
        display: block;
    }

    .home-text-box .characteristic {
        display: flex;
        align-items: center;
        margin-bottom: 1.875rem;

    }

    .home-text-box .characteristic img {
        margin-right: 1.25rem;
    }

    .home-text-box h4 {
        font-size: 1.25rem;
        font-weight: 400;
        color: #131A2D;
        margin-top: 0.625rem;
    }

    .home-text-box .googlePlay {
        margin-top: 1.25rem;
        height: 56px;
    }

    .aboutUs {
        position: relative;
    }

    .aboutUs .title {
        width: 500px;
        position: relative;
        text-align: center;
        padding: 16px 0;
        margin: auto;
    }

    .aboutUs .title .left-img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .aboutUs .title h2 {
        font-size: 36px;
        font-weight: 900;
        color: #212529;
        line-height: 42px;
    }

    .aboutUs .title .right-img {
        position: absolute;
        bottom: 0;
        right: 0;
        transform: rotate(180deg);
    }

    .aboutUs .top-about {
        display: flex;
        justify-content: flex-end;
    }

    .aboutUs .bottom-about {
        display: flex;
        justify-content: flex-start;
        margin-top: 110px;
    }

    .briefIntroduction {
        width: 70%;
        margin: auto;
        position: relative;
    }

    .briefIntroduction h4 {
        margin: 108px 0 40px;
        width: 185px;
        height: 20px;
        background: #04BD02;

    }

    .briefIntroduction p {
        font-size: 22px;
        color: #292929;
        line-height: 50px;
    }

    .Applications {
        width: 100%;
        /*height: 1080px;*/
        background: url("../imgs/applicationsBg.png") no-repeat;
        padding-bottom: 60px;
        box-sizing: border-box;
    }

    .Applications .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 70px;
    }

    .Applications .title h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #212529;
        line-height: 42px;
        margin: 90px 0 11px;
    }

    .Applications .title .wire {
        width: 128px;
        height: 6px;
        background: #04BD02;
        border-radius: 3px;
    }

    .Applications .title p {
        font-size: 24px;
        font-weight: 400;
        color: #131A2D;
        line-height: 50px;
        margin-top: 33px;
    }

    .Applications .products {
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
        width: 80%;
        margin: auto;
    }

    .Applications .content {
        width: 47%;
        height: 650px;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        margin: auto;
        padding: 55px 50px;
        box-sizing: border-box;
    }

    .Applications .content .product-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }

    .Applications .product-info .product-logo {
        width: 90px;
        height: 90px;
    }

    .Applications .product-info .product-title {
        width: 165px;
        height: 23px;
        margin-top: 20px;
    }

    .Applications .product-info .product-title-p {
        font-size: 24px;
        font-weight: bold;
        margin-top: 20px;
        color: #07d303;
        margin-bottom: 0;
    }

    .Applications .content .kreditLemon-info {
        list-style: none;
    }

    .Applications .content .kreditLemon-info li {
        display: flex;
    }

    .Applications .kreditLemon-info li img {
        margin-right: 10px;
        margin-top: 20px;
        width: 15px;
        height: 15px;
    }

    .Applications .kreditLemon-info .kreditLemon-text-info {
        display: flex;
        font-size: 20px;
        font-weight: normal;
        color: #666666;
        line-height: 55px;
    }

    .Applications .kreditLemon-text-info a,
    .Applications .kreditLemon-text-info span {
        color: #000000;
    }

    .Applications .kreditLemon-text-info a:hover {
        color: #000000;
        cursor: pointer;
    }

    .trustworthy {
        width: 100%;
        background: #E8EDF2;
        padding-top: 90px;
        box-sizing: border-box;
    }

    .trustworthy h2 {
        text-align: center;
        font-size: 36px;
        font-weight: 900;
        color: #212529;
        line-height: 42px;
        margin-bottom: 110px;
    }

    .trustworthy .introduce {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .trustworthy .introduce .content-box {
        padding: 0 1.875rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        margin: 0 0 100px;
    }

    .trustworthy .introduce .content-box .box-img {
        width: 140px;
        height: 140px;
        background: #FFFFFF;
        box-shadow: 0 5px 12px 0 rgba(175, 175, 175, 0.5);
        border-radius: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }

    .trustworthy .introduce .content-box img {
        margin: 3.125rem 0;
    }

    .trustworthy .introduce .content-box h5 {
        font-size: 28px;
        font-weight: 900;
        color: #04BD02;
        line-height: 33px;
        margin-bottom: 18px;
    }

    .trustworthy .introduce .content-box p {
        font-size: 16px;
        font-weight: 400;
        color: #292929;
        line-height: 28px;
    }

    .link {
        width: 100%;
        background: url(../imgs/instant.png) no-repeat;
        height: 272px;
        background-size: cover;
    }

    .link-box {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .link-box .MyDFL img {
        width: 80px;
    }

    .link-box .link-title {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0 32px;
        height: 80px;
    }

    .link-box .link-title .title {
        color: #fff;
        font-size: 34px;
        font-weight: bold;
        margin: -8px 0 0;
    }

    .link-box .link-title .link-text {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        margin: 0;
        display: flex;
        justify-content: space-between;
    }

    .link-box .link-content {
        display: flex;
        align-items: center;
    }


    .link-box .link-content .text_down {
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .link-box .link-content h3 {
        font-size: 26px;
    }

    .link-box .text_down .apk_download {
        display: flex;
        padding: 5px 15px;
        border-radius: 4px;
        text-align: center;
        width: 160px;
        background-color: #FFFFFF;
        align-items: center;
    }

    .link-box .apk_download a {
        font-weight: bold;
        font-size: 20px;
        color: #333333;
        text-decoration: none;
    }

    .link-box .apk_download img {
        height: 20px;
        margin-left: 10px;
    }

    .footer {
        width: 100%;
    }

    .footer-top {
        background: #22223F;
        padding: 6.25rem 0 1.25rem;
    }

    .footer-top-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }

    .footer-top-box .info {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
    }

    .footer-top-box .policy {
        display: flex;
        flex-direction: column;
    }

    .footer-top-box .policy h5 {
        font-size: 22px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin-bottom: 50px;
    }

    .footer-top-box .policy a {
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 25px;
        text-decoration: none;
        margin-bottom: 40px;
    }

    .footer-top-box .policy a:hover {
        color: #04BD02;
    }

    .footer-top-box .info .info-logo {
        display: flex;
        align-items: center;
        margin-bottom: 8.0625rem;
    }

    .footer-top-box .info .info-logo .logoImg {
        margin-right: 1.25rem;
    }

    .footer-top-box .info .info-contact {
        display: flex;
        align-items: center;
        margin: 0 1.125rem 80px 0;
    }

    .footer-top-box .info .info-contact img {
        margin-right: 1.125rem;
        margin-top: -22px;
        width: 40px;
    }

    .footer-top-box .info .info-contact p {
        font-size: 1.25rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
        margin-bottom: 22px;
    }

    .footer-top-box .info .info-contact a {
        font-size: 1.25rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 1.5rem;
    }

    .footer-top-box .info > a {
        font-size: 1.5rem;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 2.375rem;
        margin-top: 2.1875rem;
    }

    .footer-top-box .info > p {
        font-size: 1.5rem;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 1.75rem;
        margin-bottom: 25px;
        margin-top: 18px;
    }

    .footer-top-box .info .content {
        display: flex;
        margin-bottom: 80px;
    }

    .footer-top-box .info .content img {
        width: 1.375rem;
        height: 1.375rem;
        margin-right: 0.5rem;
        margin-top: 1.5rem;
    }

    .footer-top-box .info .content p {
        font-size: 16px;
        font-weight: 400;
        opacity: 0.8;
        color: #FFFFFF;
        /* line-height: 38px; */
        margin-top: 20px;
    }

    .footer-top-box .address {
        padding-left: 16px !important;
        width: 76%;
        margin: auto;
        box-sizing: border-box;
        margin-top: -15px;
    }

    .footer-top-box .address p {

        font-size: 22px;
    }

    .footer-top-box .address .floor {
        margin-top: -8px
    }


    .footer-top-box .contact .top {
        margin-top: 10px;
    }

    .footer-top-box .contact h5 {
        font-size: 22px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin: 105px 0;
    }

    .footer-top-box .contact .contactLink {
        margin-top: -50px;
    }

    .footer-top-box .contact .contactLink a {
        display: inline-block;
        width: 40px;
        height: 40px;
        margin-right: 35px;
    }

    .footer-top-box .contact .contactLink a img {
        width: 100%;
    }

    .footer-bottom {
        background: #181833;
        padding: 2.8125rem 0;
    }

    .footer-bottom-box {
        width: 70%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-bottom-box > p {
        font-size: 1.25rem;
        font-weight: 400;
        color: #D0D1D2;
        line-height: 1.5rem;
        margin-bottom: 0;
    }

    .footer-bottom-box > div {
        display: flex;
        align-items: center;
    }

    .footer-bottom-box > div a {
        display: block;
        margin-right: 2.5rem;
        width: 2.8125rem;
        height: 2.8125rem;
    }

    .footer-bottom-box > div a img {
        width: 100%;
    }
}

.container-fluid {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #000000;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000000;
    font-weight: 600;
}

@media (min-width: 1780px) {
    .nav-link {
        font-size: 18px;
        color: #131A2D;
        line-height: 3rem;
    }
}

/* 合作伙伴滑动Banner样式 */
.partners-slider-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 20px;
  padding-bottom: 50px;
}

.partners-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 200%;
}

.partner-slide {
  flex: 0 0 50%;
  padding: 0 50px;
  box-sizing: border-box;
}

.slider-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 10;
}

.slider-nav-btn:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%) scale(1.05);
}

.slider-nav-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.slider-prev {
  left: 0;
}

.slider-next {
  right: 0px;
}

.slider-nav-btn svg {
  color: #007bff;
  transition: color 0.3s ease;
}

.slider-nav-btn:hover svg {
  color: #0056b3;
}

.slider-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 123, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: #007bff;
  transform: scale(1.2);
}

.indicator:hover {
  background: rgba(0, 123, 255, 0.6);
}

/* 响应式设计 */
@media (max-width: 768px) {
  .partners-slider-container {
    max-width: 100%;
    padding: 0 20px;
  }
  
  .slider-nav-btn {
    width: 40px;
    height: 40px;
  }
  
  .slider-prev {
    left: 10px;
  }
  
  .slider-next {
    right: 10px;
  }
  
  .slider-nav-btn svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 480px) {
  .partners-slider-container {
    padding: 0 10px;
  }
  
  .slider-nav-btn {
    width: 36px;
    height: 36px;
  }
  
  .slider-prev {
    left: 5px;
  }
  
  .slider-next {
    right: 5px;
  }
  
  .slider-nav-btn svg {
    width: 18px;
    height: 18px;
  }
  
  .slider-indicators {
    margin-top: 16px;
  }
  
  .indicator {
    width: 10px;
    height: 10px;
  }
}
