<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-size: 18px;
    background-color: #F8F8F8;

    --accent-color-1: #33daea;
    --accent-color-2: #1c75cf;
    --accent-color-3: #ceeafa;
    --accent-color-4: #d6e2f2;
}

.newsTopNav {
    background: url("../images/Inv.StartYourBusiness.Loans.head.jpg") no-repeat center;
}

.activeA {
    color: #0C72B9;
}

.activeAA {
    display: none;
}

.patent-area-1 {
    background: linear-gradient(to right, var(--accent-color-3), var(--accent-color-4));
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 60px;
}

.patent-area-1-inside {
    background-color: #F8F8F8;
    width: 94%;
    margin: 45px;
    padding-bottom: 1em;
}

.div-tags {
    width: 100%;
    display: flex;
}

.g-bd-wrap {
    display: flex;
    align-items: flex-end;
}

b {
    font-size: 16px;
}

@media (min-width: 1200px) {
    .display-mobile {
        display: none;
    }

    .title {
        font-size: 30px;
        text-align: center;
        width: 100%;
        height: 100px;
        line-height: 100px;
        font-weight: bolder;
    }

    .page-head {
        height: 100px;
        color: white;
    }

    .div-tag {
        width: 33.33%;
        height: 400px;
        display: flex;
        justify-content: center;
    }

    .tag-inside {
        width: 325px;
        height: 360px;
        margin: auto;
    }

    .tag-inside-icon-img, .tag-inside-bg {
        cursor: pointer;
    }

    .tag-inside-icon {
        width: 55%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        top: 20px;
        z-index: 10;
        background: #FFFFFF;
        border: 2px solid #b6d9f6;
    }

    .tag-inside-icon-selected {
        width: 55%;
        height: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        top: 20px;
        z-index: 10;
        border: 0;
        background: linear-gradient(to top right, var(--accent-color-1), 66%, var(--accent-color-2));
        opacity: 0.9;
    }

    .tag-inside-content {
        width: 70%;
        height: 90px;
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        color: #2087d0;
        text-align: center;
        position: relative;
        margin: auto;
        top: -175px;
        z-index: 10;
    }

    .tag-inside-content-selected {
        width: 70%;
        height: 90px;
        font-weight: bold;
        font-size: 20px;
        line-height: 30px;
        color: var(--vt-c-text-light-1);
        text-align: center;
        position: relative;
        margin: auto;
        top: -175px;
        z-index: 10;
    }

    .tag-inside-bgc {
        width: 85%;
        height: 65%;
        position: relative;
        margin: auto;
        top: -15%;
        z-index: 5;
        background: #FFFFFF;
        border: 2px solid #b6d9f6;
    }

    .tag-inside-bgc-selected {
        width: 85%;
        height: 65%;
        border: 0;
        position: relative;
        margin: auto;
        top: -15%;
        z-index: 5;
        background: linear-gradient(to left, var(--accent-color-3), var(--accent-color-4));
    }

    .content-title {
        width: 545px;
        margin-top: 30px;
        margin-left: 2vw;
        font-size: 28px;
        color: white;
        font-weight: bolder;
    }

    .content-title-div {
        width: 93%;
        height: 350px;
        margin: 30px auto;
    }

    .content-title-bg {
        width: 100%;
        height: 70%;
        position: relative;
        background: linear-gradient(to right, var(--accent-color-1), 66%, var(--accent-color-2));
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content-title-middle-line {
        width: 218px;
        height: 7px;
        background-color: white;
        margin: 66px 0 0;
        z-index: 20;
    }

    .content-title-detail {
        display: flex;
        position: relative;
        z-index: 10;
        top: -58%;
    }

    .content-title-img {
        /*width: 40%;*/
        margin-left: 40px;
        z-index: 10;
    }

    .content-detail {
        width: 90%;
        margin: auto;
        line-height: 32px;
        font-size: 16px;
        color: #5e5e5e;
       /* height: 18em;*/
        text-align: justify;
    }

    .content-detail &gt; p {
        margin-bottom: 2em;
        line-height: 1.5em
    }


    .f-border {
        margin: 50px 0 50px;
        position: relative;
        border: 45px solid;
        border-image: linear-gradient(to right, #75e4ef, #6ca2e0) 30 30;
        background-image: linear-gradient(to right, #e4f9fc 0%, #e2ecf8 100%);
    }

    .f-border .u-tips {
        position: absolute;
        top: -45px;
        left: -45px;
        width: 130px;
        height: 70px;
        text-align: center;
        color: #fff;
        font-size: 22px;
        line-height: 26px;
        font-weight: 600;
        background-color: rgb(159 202 221 / 50%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .f-border::before,
    .f-border::after {
        content: '';
        position: absolute;
        top: -50px;
        right: -50px;
    }

    .f-border::before {
        bottom: -50px;
        width: 50px;
        background-color: #fdfdfd;
        border-top: 50px solid #f7f7f7;
        border-bottom: 50px solid #f7f7f7;
    }

    .f-border::after {
        width: 26px;
        height: 30px;
        background-color: #cfe0ea;
    }
    .f-border-policies{
        padding-left: 20px;
        margin: 25px 0;
        min-height: 100px;
    }
    .f-border-content {
        display: flex;
        align-items: center;
        height: 110px;
    }

    .patent-area-2 {
        width: 100%;
        height: 250px;
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #b6d6f4;
    }

    .patent-area-2-a {
        width: 80%;
        display: flex;
        justify-content: center;
    }

    .patent-area-2-a &gt; a {
        display: flex;
        align-items: center;
    }

    .patent-area-2-a-text {
        margin-right: 20px;
    }

    .patent-area-2-a-text &gt; div &gt; b {
        font-size: 19px;
    }

}

@media (max-width: 768px) {
    body{
        font-size: 14px;
    }
    .display-pc {
        display: none;
    }

    .page-head {
        height: 115px;
        color: #ffffff;
        display: flex;
        align-items: center;
    }

    .container {
        padding: 0 5px;
    }

    .patent-area-1 {
        background: linear-gradient(to right, var(--accent-color-3), var(--accent-color-4));
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 5px;
    }

    .patent-area-1-inside {
        background-color: #F8F8F8;
        width: 97%;
        margin: 10px auto;
        padding-bottom: 20px;
    }

    .title {
        font-size: 18px;
        text-align: center;
        width: 100%;
        height: 130px;
        line-height: 70px;
        font-weight: bolder;
    }

    .div-tag {
        width: 33.33%;
        height: 140px;
        display: flex;
        justify-content: center;
    }

    .tag-inside {
        width: 325px;
        height: 360px;
        margin: auto;
    }

    .tag-inside-icon {
        width: 55%;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        top: -35px;
        z-index: 10;
        background: #FFFFFF;
        border: 2px solid #b6d9f6;
    }

    .tag-inside-icon &gt; img, .tag-inside-icon-selected &gt; img {
        width: 60%;
    }

    .tag-inside-icon-selected {
        width: 55%;
        height: 20%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin: auto;
        top: -35px;
        z-index: 10;
        border: 0;
        background: linear-gradient(to top right, var(--accent-color-1), 66%, var(--accent-color-2));
        opacity: 0.9;
    }

    .tag-inside-content {
        width: 70%;
        height: 75px;
        line-height: 16px;
        font-size: 12px;
        line-height: 18px;
        color: #2087d0;
        text-align: center;
        position: relative;
        margin: auto;
        top: -125px;
        z-index: 10;
    }

    .tag-inside-content-selected {
        width: 70%;
        height: 75px;
        color: var(--vt-c-black);
        font-size: 12px;
        line-height: 18px;
        text-align: center;
        position: relative;
        margin: auto;
        top: -125px;
        z-index: 10;
    }

    .tag-inside-bgc {
        width: 85%;
        height: 25%;
        position: relative;
        margin: auto;
        top: -15%;
        z-index: 5;
        background: #FFFFFF;
        border: 2px solid #b6d9f6;
    }

    .tag-inside-bgc-selected {
        width: 85%;
        height: 25%;
        border: 0;
        position: relative;
        margin: auto;
        top: -15%;
        z-index: 5;
        background: linear-gradient(to left, #ceeafa, #d6f5f5);
    }

    .content-title-div {
        width: 93%;
        height: 150px;
        margin: auto;
    }

    .content-title-bg {
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 5;
        background: linear-gradient(to right, var(--accent-color-1), 66%, var(--accent-color-2));
    }

    .content-title-detail {
        display: flex;
        position: relative;
        z-index: 10;
        top: -90%;
    }

    .content-title-img {
        width: 100%;
        margin-left: 10px;
    }

    .content-title {
        margin-left: 5px;
        font-size: 16px;
        color: white;
        font-weight: bolder;
        width: 250px;
    }

    .content-detail {
        margin: 2em auto;
        width: 90%;
        line-height: 28px;
        font-size: 14px;
    }

    .f-border {
        margin-top: 25px;
        position: relative;
        border: 25px solid;
        border-right-width: 15px;


        border-image: linear-gradient(to right, #75e4ef, #6ca2e0) 30 30;
        background-image: linear-gradient(to right, #e4f9fc, #e3edf9);
    }

    .f-border .u-tips {
        position: absolute;
        top: -25px;
        left: -25px;
        width: 100px;
        height: 73px;
        text-align: center;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        background-color: rgba(5, 178, 184, .6);
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .f-border::before {
        bottom: -25px;
        width: 30px;
        background-color: #fdfdfd;
        border-top: 25px solid #f7f7f7;
        border-bottom: 25px solid #f7f7f7;
    }

    .f-border::after {
        width: 30px;
        height: 30px;
        background-color: rgba(114, 199, 190, .3);
    }

    .f-border::before, .f-border::after {
        content: '';
        position: absolute;
        top: -25px;
        right: -20px;
    }
    .f-border-policies{
        min-height: 50px;
        padding: 0 5px;
        margin: 25px auto;
    }
    .patent-area-2 {
        width: 100%;
        margin-top: 20px;
    }

    .patent-area-2-a {
        margin-left: 10px;
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
    }

    .patent-area-2-a &gt; a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .f-border-content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .patent-area-2-a-text {
        /*margin-right: 25px;*/
        width: 80%;
        font-size: 16px;
    }

    .patent-area-2-a-text &gt; p &gt; b {
        font-size: 19px;
    }
    .img-bottom-div {
        height: 100px;
        display: flex;
        align-items: center;
    }
    .img-bottom-div img {
        width: 80px;
    }

}

@media (max-width: 380px) {
    .display-mobile {
        display: none;
    }

    .patent-area-1 {
        width: 100%;
        /*height: 1300px;*/
    }

    .title {
        font-size: 16px;
        text-align: center;
        width: 100%;
        height: 120px;
        line-height: 85px;
        font-weight: bolder;
    }

    .content-title-div {
        height: 125px;
    }

    .area-2-right-word &gt; p {
        font-size: 14px;
    }

    .area-2-left-title, .area-2-right-title {
        display: none;
    }

}
</pre></body></html>