* {
    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: 74px;
    }

    .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 #FF6600;
    }

    .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: #FF5000;

    }

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

    .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: #FF5000;
        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: 20px;
        box-sizing: border-box;
    }

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

    .service-container {
        width: 80%;
        display: flex;
        flex-direction: column;
        margin-left: 1%;
    }

    .service-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 2%;
    }

    .service-title {
        font-weight: 500;
        font-size: 20px;
        color: #FF5000;
        line-height: 22px;
        margin-bottom: 18px;
    }

    .service-text {
        font-size: 14px;
        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;
        gap: 20px;
    }

    .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 {
        height: 400px;
        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: #FF6600;
    }

    .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 .logo_name {
        width: 201px;
        height: 54px;
        margin-bottom: 20px;
    }

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

    .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 .content {
        display: flex;
        flex-direction: column;
    }

    .footer-top-box .address p {
        font-size: 18px;
    }

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

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

    .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 #FF6600;
    }

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

    .home > img {
        width: 100%;
    }

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

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


    .home-text-box {
        display: none !important;
        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);
    }

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

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

    }

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

    .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: #FF5000;
        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: 40px;
        box-sizing: border-box;
        background-image: url("../imgs/our_service.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

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

    .service-container {
        width: 36%;
        display: flex;
        flex-direction: column;
        margin-left: 2%;
    }

    .service-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 2%;
    }

    .service-title {
        font-weight: 500;
        font-size: 20px;
        color: #FF5000;
        line-height: 22px;
        margin-bottom: 18px;
    }

    .service-text {
        font-size: 14px;
        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;
        gap: 20px;
    }

    .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: #FF6600;
    }

    .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 .logo_name {
        width: 201px;
        height: 54px;
        margin-bottom: 90px;
    }

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


    .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 {
        box-sizing: border-box;
        margin-left: 0px;
    }

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

    .footer-top-box .address p {

        font-size: 20px;
    }

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


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

    .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 #FF6600;
    }

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

    .first_bg {
        width: 100%;
        height: 100vh;
        background-image: url("../imgs/first_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .home {
        position: relative;
    }

    .home > img {
        width: 100%;
    }

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

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

    .home-text-box {
        width: 45.75rem;
        display: block !important;
        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 {
        width: 100%;
        height: 100vh;
        position: relative;
        background-image: url("../imgs/about_us.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 30px;
        box-sizing: border-box;
    }

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

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

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

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


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

    .briefIntroduction h4 {
        margin: 60px 0 20px;
        width: 165px;
        height: 16px;
        background: #FF5000;
    }

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

    .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: #FF5000;
        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;
    }

    .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%;
        height: 100vh;
        padding-top: 90px;
        box-sizing: border-box;
        background-image: url("../imgs/our_service.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

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

    .service-container {
        width: 36%;
        display: flex;
        flex-direction: column;
        margin-left: 10%;
    }

    .service-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 6%;
    }

    .service-title {
        font-weight: 500;
        font-size: 22px;
        color: #FF5000;
        margin-bottom: 18px;
    }

    .service-text {
        font-size: 16px;
        color: #292929;
    }

    .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;
        gap: 20px;
    }

    .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 {
        box-sizing: border-box;
        margin-left: 0px;
    }

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

    .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: #FF6600;
    }

    .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 .logo_name {
        width: 201px;
        height: 54px;
        margin-bottom: 90px;
    }

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


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

    .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 #FF6600;
    }

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

    .first_bg {
        width: 100%;
        height: 100vh;
        background-image: url("../imgs/first_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .home {
        position: relative;
    }

    .home > img {
        width: 100%;
    }

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

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

    .home-text-box {
        width: 45.75rem;
        display: block !important;
        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 {
        width: 100%;
        height: 100vh;
        position: relative;
        background-image: url("../imgs/about_us.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 80px;
        box-sizing: border-box;
    }

    .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);
    }


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

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

    }

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

    .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: #FF5000;
        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%;
        height: 100vh;
        padding-top: 90px;
        box-sizing: border-box;
        background-image: url("../imgs/our_service.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

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

    .service-container {
        width: 40%;
        display: flex;
        flex-direction: column;
        margin-left: 8%;
    }

    .service-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 6%;
    }

    .service-title {
        font-weight: 500;
        font-size: 28px;
        color: #FF5000;
        line-height: 22px;
        margin-bottom: 18px;
    }

    .service-text {
        font-size: 16px;
        color: #292929;
        line-height: 32px;
    }


    .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;
        gap: 20px;
    }

    .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 .content {
        display: flex;
        flex-direction: column;
    }

    .footer-top-box .address {
        box-sizing: border-box;
        margin-left: 0px;
        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: #FF6600;
    }

    .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 .logo_name {
        width: 201px;
        height: 54px;
        margin-bottom: 90px;
    }

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


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

    .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 #FF6600;
    }

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

    .first_bg {
        width: 100%;
        height: 100vh;
        background-image: url("../imgs/first_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .home {
        position: relative;
    }

    .home > img {
        width: 100%;
    }

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

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

    .home-text-box {
        width: 45.75rem;
        display: block !important;
        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 {
        width: 100%;
        height: 100vh;
        position: relative;
        background-image: url("../imgs/about_us.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 80px;
        box-sizing: border-box;
    }

    .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);
    }

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

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

    }

    .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: #FF5000;
        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%;
        height: 100vh;
        padding-top: 90px;
        box-sizing: border-box;
        background-image: url("../imgs/our_service.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

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

    .service-container {
        width: 36%;
        display: flex;
        flex-direction: column;
        margin-left: 10%;
    }

    .service-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 10%;
    }

    .service-title {
        font-weight: 500;
        font-size: 32px;
        color: #FF5000;
        line-height: 22px;
        margin-bottom: 18px;
    }

    .service-text {
        font-size: 20px;
        color: #292929;
        line-height: 42px;
    }


    .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;
        gap: 20px;
    }

    .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: 4.25rem 0;
    }

    .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;
        box-sizing: border-box;
        margin-top: -10px;
    }

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


    .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: 22px;
        font-weight: 900;
        color: #FFFFFF;
        line-height: 28px;
        margin-bottom: 50px;
    }

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

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

    .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 .logo_name {
        width: 201px;
        height: 54px;
        margin-bottom: 90px;
    }

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

    .footer-top-box .info .info-contact p {
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
    }

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

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

    .first_bg {
        width: 100%;
        height: 100vh;
        background-image: url("../imgs/first_bg.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .home {
        position: relative;
    }

    .home > img {
        width: 100%;
    }

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

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

    .home-text-box {
        width: 45.75rem;
        display: block !important;
        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 {
        width: 100%;
        height: 100vh;
        position: relative;
        background-image: url("../imgs/about_us.png");
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 80px;
        box-sizing: border-box;
    }

    .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);
    }


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

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

    .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: #FF5000;
        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%;
        height: 100vh;
        padding-top: 90px;
        box-sizing: border-box;
        background-image: url("../imgs/our_service.png");
        background-repeat: no-repeat;
        background-size: cover;
    }

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

    .service-container {
        width: 36%;
        display: flex;
        flex-direction: column;
        margin-left: 10%;
    }

    .service-item {
        display: flex;
        flex-direction: column;
        margin-bottom: 10%;
    }

    .service-title {
        font-weight: 500;
        font-size: 32px;
        color: #FF5000;
        line-height: 22px;
        margin-bottom: 18px;
    }

    .service-text {
        font-size: 20px;
        color: #292929;
        line-height: 42px;
    }

    .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;
        gap: 20px;
    }

    .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: 4.25rem 0;
    }

    .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-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        text-decoration: none;
        margin-bottom: 40px;
    }

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

    .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 .logo_name {
        width: 201px;
        height: 54px;
        margin-bottom: 90px;
    }

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

    .footer-top-box .info .info-contact p {
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
    }

    .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;
        box-sizing: border-box;
        margin-top: -15px;
    }

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

    .footer-top-box .address p {

        font-size: 22px;
    }

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

    .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;
    }
}
