* {
    margin: 0;
    padding: 0;
}

@media (max-width: 550px) {
    .nav-box {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 999;
        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;
    }

    .container-fluid .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 #089862;
    }

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

    .home {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-text-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-text-box-title {
        color: #333333;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }

   .home-text-box-des {
        width: 80%;
        max-width: 900px;
        color: #999999;
        text-align: center;
        margin-top: 20px;
        font-size: 16px;
    }

    .home-image {
        margin-top: 20px;
        max-height: 500px;
        width: 90%;
        object-fit: cover;
    }

    .aboutUs {
        position: relative;
        padding: 30px 0 30px 5%;
        box-sizing: border-box;
        width: 90%;
        background-color: #ffffff;
    }

    .aboutUs-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #089862;
        border-radius: 57px;
        padding: 30px 50px 50px 50px;
        box-sizing: border-box;
    }

    .aboutUs .title {
        font-weight: 900;
        font-size: 24px;
        color: #FFFFFF;
    }

    .aboutUs .space {
        align-self: flex-start;
        margin-top: 30px;
        width: 80px;
        height: 14px;
        background-color: #FFFFFF;
    }

    .aboutUs .content {
        margin-top: 30px;
        color: #ffffff;
        font-size: 14px;
    }

    .ourProducts {
        width: 100%;
        background: #E6F5EF;
        padding-top: 20px;
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .products-left {
        position: absolute;
        top: 0;
        left: 0;
        width: 18%;
        object-fit: cover;
    }

    .products-right {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 18%;
        object-fit: cover;
    }

    .product-steps {
        display: flex;
        flex-direction: column;
    }

    .product-steps-img {
        width: 80%;
        object-fit: cover;
        margin: 30px 0;
    }

    .product-steps-img2 {
        width: 80%;
        object-fit: cover;
        margin: 30px 0;
    }

    .product-steps-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;

        img {
            width: 10px;
        }

        span {
            margin-left: 10px;
            color: #000000;
            font-size: 16px;
        }
    }

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

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

    }

    .briefIntroduction p {
        font-size: 18px;
        color: #089862;
        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: #089862;
        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: #E6F5EF;
        padding-top: 90px;
        box-sizing: border-box;
        position: relative;
    }

    .trustworthy-left {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 18%;
        object-fit: cover;
    }

    .trustworthy-right {
        position: absolute;
        top: 0;
        right: 0;
        width: 18%;
        object-fit: cover;
    }

    .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: #089862;
        line-height: 33px;
        margin-bottom: 18px;
    }

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

    .footer {
        width: 100%;
    }

    .footer-top {
        background: #222621;
    }

    .footer-top-contacts {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
        font-size: 16px;
    }

    .footer-top-contacts img {
        width: 80px;
        height: 80px;
    }

    .footer-top-contacts-tip {
        color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
    }

    .footer-top-router {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-top-router2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-link {
        margin-bottom: 15px;
        text-decoration-line: underline;
    }

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

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

    .footer-bottom-box > p {
        font-size: 14px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.5);
        line-height: 1.5rem;
        margin-bottom: 0;
    }
}

@media (min-width: 551px) {
    .nav-box {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 999;
        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;
    }

    .container-fluid .logoImg {
        width: 65px;
    }

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

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

    .home {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-text-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-text-box-title {
        color: #333333;
        font-size: 51px;
        font-weight: 700;
        text-align: center;
    }

   .home-text-box-des {
        width: 80%;
        max-width: 900px;
        color: #999999;
       text-align: center;
        margin-top: 20px;
        font-size: 16px;
    }

    .home-image {
        margin-top: 50px;
        max-height: 500px;
        width: 80%;
        object-fit: cover;
    }

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

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

    }

    .aboutUs {
        position: relative;
        padding: 30px 0 30px 5%;
        box-sizing: border-box;
        width: 90%;
        background-color: #ffffff;
    }

    .aboutUs-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #089862;
        border-radius: 57px;
        padding: 30px 50px 50px 50px;
        box-sizing: border-box;
    }

    .aboutUs .title {
        font-weight: 900;
        font-size: 24px;
        color: #FFFFFF;
    }

    .aboutUs .space {
        align-self: flex-start;
        margin-top: 30px;
        width: 80px;
        height: 14px;
        background-color: #FFFFFF;
    }

    .aboutUs .content {
        margin-top: 30px;
        color: #ffffff;
        font-size: 14px;
    }

    .ourProducts {
        width: 100%;
        background: #E6F5EF;
        padding-top: 20px;
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .products-left {
        position: absolute;
        top: 0;
        left: 0;
        width: 18%;
        object-fit: cover;
    }

    .products-right {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 18%;
        object-fit: cover;
    }

    .product-steps {
        display: flex;
        flex-direction: column;
    }

    .product-steps-img {
        width: 80%;
        max-width: 350px;
        object-fit: cover;
        margin: 30px 0;
    }

    .product-steps-img2 {
        width: 80%;
        max-width: 350px;
        object-fit: cover;
        margin: 30px 0;
    }

    .product-steps-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;

        img {
            width: 10px;
        }

        span {
            margin-left: 10px;
            color: #000000;
            font-size: 16px;
        }
    }

    .briefIntroduction p {
        font-size: 22px;
        color: #089862;
        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: #089862;
        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: #E6F5EF;
        padding-top: 90px;
        box-sizing: border-box;
        position: relative;
    }

    .trustworthy-left {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 18%;
        object-fit: cover;
    }

    .trustworthy-right {
        position: absolute;
        top: 0;
        right: 0;
        width: 18%;
        object-fit: cover;
    }

    .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: #089862;
        line-height: 33px;
        margin-bottom: 18px;
    }

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

    .footer {
        width: 100%;
    }

    .footer-top {
        background: #222621;
    }

    .footer-top-contacts {
        width: 80%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
        font-size: 16px;
    }

    .footer-top-contacts img {
        width: 80px;
        height: 80px;
    }

    .footer-top-contacts-tip {
        color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
    }

    .footer-top-router {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-top-router2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-link {
        margin-bottom: 15px;
        text-decoration-line: underline;
    }

    .footer-bottom {
        background: #222621;
        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: rgba(255, 255, 255, 0.5);
        line-height: 1.5rem;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .nav-box {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 999;
        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;
    }

    .container-fluid .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 #089862;
    }

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

    .home {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-text-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-text-box-title {
        color: #333333;
        font-size: 51px;
        font-weight: 700;
        text-align: center;
    }

   .home-text-box-des {
        width: 80%;
        max-width: 900px;
        color: #999999;
       text-align: center;
        margin-top: 20px;
        font-size: 16px;
    }

    .home-image {
        margin-top: 60px;
        max-height: 500px;
        width: 80%;
        object-fit: cover;
    }

    .aboutUs {
        position: relative;
        padding: 50px 0 50px 5%;
        box-sizing: border-box;
        width: 90%;
        background-color: #ffffff;
    }

    .aboutUs-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #089862;
        border-radius: 57px;
        padding: 60px 100px 60px 100px;
        box-sizing: border-box;
    }

    .aboutUs .title {
        font-weight: 900;
        font-size: 44px;
        color: #FFFFFF;
    }

    .aboutUs .space {
        align-self: flex-start;
        margin-top: 100px;
        width: 125px;
        height: 20px;
        background-color: #FFFFFF;
    }

    .aboutUs .content {
        margin-top: 50px;
        color: #ffffff;
        font-size: 25px;
    }

    .ourProducts {
        width: 100%;
        background: #E6F5EF;
        padding-top: 0;
        box-sizing: border-box;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        min-height: 1000px;
    }

    .products-left {
        z-index: 3;
        position: absolute;
        top: 0;
        left: 0;
        width: 18%;
        object-fit: cover;
    }

    .products-right {
        z-index: 3;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 18%;
        object-fit: cover;
    }

    .product-steps {
        display: flex;
        flex-direction: column;
        z-index: 99;
    }

    .product-steps-max1 {
        margin-left: 200px;
        margin-top: 100px;
    }

    .product-steps-max2 {
        margin-left: 60%;
        margin-top: 300px;
    }

    .product-steps-img {
        position: absolute;
        width: 20%;
        max-width: 330px;
        bottom: -30px;
        left: 15%;
        object-fit: cover;
    }

    .product-steps-img2 {
        position: absolute;
        width: 20%;
        max-width: 330px;
        /*height: 500px;*/
        top: -40px;
        right: 20%;
        object-fit: cover;
    }

    .product-steps-item {
        display: flex;
        align-items: center;
        margin-bottom: 15px;

        img {
            width: 10px;
        }

        span {
            margin-left: 10px;
            color: #000000;
            font-size: 16px;
        }
    }

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

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

    }

    .briefIntroduction p {
        font-size: 22px;
        color: #089862;
        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: #089862;
        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 {
        position: relative;
        width: 100%;
        background: #E6F5EF;
        padding-top: 90px;
        box-sizing: border-box;
    }

    .trustworthy-left {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 18%;
        object-fit: cover;
    }

    .trustworthy-right {
        position: absolute;
        top: 0;
        right: 0;
        width: 18%;
        object-fit: cover;
    }

    .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: #089862;
        line-height: 33px;
        margin-bottom: 18px;
    }

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

    .footer {
        width: 100%;
    }

    .footer-top {
        background: #222621;
        display: flex;
    }

    .footer-top-contacts {
        width: 55%;
        margin: 0;
        padding-left: 15%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        color: #FFFFFF;
        align-items: flex-start;
        font-size: 16px;
    }

    .footer-top-contacts img {
        width: 80px;
        height: 80px;
    }

    .footer-top-contacts-tip {
        color: rgba(255, 255, 255, 0.6);
        font-size: 16px;
    }

    .footer-top-router {
        margin-left: 60px;
        margin-top: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-top-router2 {
        margin-top: 80px;
        margin-left: 90px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-link {
        margin-bottom: 15px;
        text-decoration-line: underline;
        color: #ffffff;
        font-size: 16px;
    }

    .footer-bottom {
        background: #222621;
        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: rgba(255, 255, 255, 0.5);
        line-height: 1.5rem;
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .nav-box {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 999;
        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;
    }

    .container-fluid .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 #089862;
    }

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

    .home {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-text-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-text-box-title {
        color: #333333;
        font-size: 51px;
        font-weight: 700;
        text-align: center;
    }

   .home-text-box-des {
        width: 80%;
        max-width: 900px;
        color: #999999;
       text-align: center;
        margin-top: 20px;
        font-size: 16px;
    }

    .home-image {
        margin-top: 60px;
        max-height: 500px;
        width: 80%;
        object-fit: cover;
    }

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

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

    }

    .briefIntroduction p {
        font-size: 22px;
        color: #089862;
        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: #089862;
        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 {
        position: relative;
        width: 100%;
        background: #E6F5EF;
        padding-top: 90px;
        box-sizing: border-box;
    }

    .trustworthy-left {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 18%;
        object-fit: cover;
    }

    .trustworthy-right {
        position: absolute;
        top: 0;
        right: 0;
        width: 18%;
        object-fit: cover;
    }

    .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: #089862;
        line-height: 33px;
        margin-bottom: 18px;
    }

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

    .footer {
        width: 100%;
    }

    .footer-top {
        background: #222621;
        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: 79%;
        margin: auto;
        box-sizing: border-box;
        margin-left: 20px;
        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: #089862;
    }

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

    .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 40px 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-bottom {
        background: #222621;
        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: rgba(255, 255, 255, 0.5);
        line-height: 1.5rem;
        margin-bottom: 0;
    }
}

@media (min-width: 1366px) {
    .nav-box {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 999;
        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;
    }

    .container-fluid .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 #089862;
    }

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

    .home {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-text-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-text-box-title {
        color: #333333;
        font-size: 51px;
        font-weight: 700;
        text-align: center;
    }

   .home-text-box-des {
        width: 80%;
        max-width: 900px;
        color: #999999;
       text-align: center;
        margin-top: 20px;
        font-size: 16px;
    }

    .home-image {
        margin-top: 80px;
        max-height: 500px;
        width: 80%;
        object-fit: cover;
    }

    .aboutUs {
        position: relative;
        padding: 100px 0 100px 5%;
        box-sizing: border-box;
        width: 90%;
        background-color: #ffffff;
    }

    .aboutUs-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #089862;
        border-radius: 57px;
        padding: 60px 100px 100px 100px;
        box-sizing: border-box;
    }

    .aboutUs .title {
        font-weight: 900;
        font-size: 44px;
        color: #FFFFFF;
    }

    .aboutUs .space {
        align-self: flex-start;
        margin-top: 100px;
        width: 125px;
        height: 20px;
        background-color: #FFFFFF;
    }

    .aboutUs .content {
        margin-top: 50px;
        color: #ffffff;
        font-size: 25px;
    }

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

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

    }

    .briefIntroduction p {
        font-size: 22px;
        color: #089862;
        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: #089862;
        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 {
        position: relative;
        width: 100%;
        background: #E6F5EF;
        padding-top: 90px;
        box-sizing: border-box;
    }

    .trustworthy-left {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 18%;
        object-fit: cover;
    }

    .trustworthy-right {
        position: absolute;
        top: 0;
        right: 0;
        width: 18%;
        object-fit: cover;
    }

    .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: #089862;
        line-height: 33px;
        margin-bottom: 18px;
    }

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

    .footer {
        width: 100%;
    }

    .footer-top {
        background: #222621;
        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: 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: #089862;
    }

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

    .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 40px 0;
    }

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

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

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

    .footer-bottom {
        background: #222621;
        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: rgba(255, 255, 255, 0.5);
        line-height: 1.5rem;
        margin-bottom: 0;
    }
}

@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 {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 999;
        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 #089862;
    }

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

    .home {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-text-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-text-box-title {
        color: #333333;
        font-size: 51px;
        font-weight: 700;
        text-align: center;
    }

   .home-text-box-des {
        width: 80%;
        max-width: 900px;
        color: #999999;
        text-align: center;
        margin-top: 20px;
        font-size: 16px;
    }

    .home-image {
        margin-top: 100px;
        max-height: 500px;
        width: 80%;
        object-fit: cover;
    }

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

    .aboutUs {
        position: relative;
        padding: 180px 0 180px 5%;
        box-sizing: border-box;
        width: 90%;
        background-color: #ffffff;
    }

    .aboutUs-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #089862;
        border-radius: 57px;
        padding: 60px 100px 100px 100px;
        box-sizing: border-box;
    }

    .aboutUs .title {
        font-weight: 900;
        font-size: 44px;
        color: #FFFFFF;
    }

    .aboutUs .space {
        align-self: flex-start;
        margin-top: 100px;
        width: 125px;
        height: 20px;
        background-color: #FFFFFF;
    }

    .aboutUs .content {
        margin-top: 50px;
        color: #ffffff;
        font-size: 25px;
    }

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

    }

    .briefIntroduction p {
        font-size: 22px;
        color: #089862;
        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: #089862;
        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: #E6F5EF;
        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: #089862;
        line-height: 33px;
        margin-bottom: 18px;
    }

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

    .footer {
        width: 100%;
    }

    .footer-top {
        background: #222621;
        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: #089862;
    }

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

    .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 40px 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-bottom {
        background: #222621;
        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: rgba(255, 255, 255, 0.5);
        line-height: 1.5rem;
        margin-bottom: 0;
    }
}

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

.nav-box {
    padding: 0;
}

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